Commit graph

138 commits

Author SHA1 Message Date
Matthias Andree
2ef6e5665b Security update to new upstream release 6.3.20.
Changes:     http://developer.berlios.de/project/shownotes.php?group_id=1824&release_id=18583
Security:    CVE-2011-1947
             http://www.vuxml.org/freebsd/f7d838f2-9039-11e0-a051-080027ef73ec.html
Approved by: Corey Halpin (maintainer)
PR:          ports/157661
2011-06-06 14:54:42 +00:00
Matthias Andree
d626429de1 Update to new upstream release 6.3.19.
Approved by:  Corey Halpin (maintainer)
Submitted by: mandree
PR:           ports/152999
2010-12-11 22:27:06 +00:00
Rene Ladan
ddbb0b2377 Fix build by skipping the validation of the XHTML 1.1 document
Mailbox-Names-UTF7.html

PR:		ports/152067
Submitted by:	Matthias Andree [matthias.andree gmx.de]
Approved by:	maintainer
2010-11-14 15:44:43 +00:00
Matthias Andree
37ee1acaa5 Update to new upstream release 6.3.18.
Approved by: Corey Halpin (maintainer)
PR: ports/151686
2010-10-25 07:15:38 +00:00
Martin Wilke
6e49083cdb - Update to 6.3.17
PR:		146589
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
2010-05-22 04:36:31 +00:00
Matthias Andree
459a4fe196 Update to new upstream version.
Approved by: Corey Halpin (maintainer)
Approved by: garga@ (mentor)
2010-04-07 18:20:20 +00:00
Martin Wilke
8843e9971d - Update to 6.3.14
PR:		145298
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
2010-04-02 18:49:00 +00:00
Matthias Andree
dd5c15ff3f Update to new upstream release 6.3.14. Changes:
# SECURITY FIXES
* SSL/TLS certificate information is now also reported properly on computers
  that consider the "char" type signed. Fixes malloc() buffer overrun.
  Workaround for older versions: do not use verbose mode.  CVE-2010-0562
  See fetchmail-SA-2010-01.txt for details, including a minimal patch.

# BUG FIXES
* The IMAP client no longer skips messages from several IMAP servers including
  Dovecot if fetchmail's "idle" is in use.  Causes were that fetchmail (a)
  ignored some untagged responses when it should not (b) relied on EXISTS
  messages in response to EXPUNGE, which aren't mandated by RFC-3501 (the IMAP
  standard) and aren't sent by Dovecot either.
    Fix by Sunil Shetye (the fix also consolidates IMAP response handling,
  improving overall robustness of the IMAP client), bug report and testing by
  Matt Doran, with further hints from Timo Sirainen.
* The SMTP client now recovers from errors (such as servers dropping the
  connection after errors) when sending an RSET command.
    Fix by Sunil Shetye. Report by James Moe.
* The IMAP client now uses "SEARCH UNSEEN" rather than "SEARCH UNSEEN NOT
  DELETED" again on IMAP2, to fix a regression in fetchmail 6.2.5 reported by
  Will Stringer in June 2004. (Sunil Shetye)
* The IMAP client now uses "SEARCH UNSEEN UNDELETED" on IMAP4 and IMAP4r1
  servers (Sunil Shetye).
* Workaround: The IMAP client now falls back to "FETCH n:m FLAGS" if the server
  does not support "SEARCH". (Sunil Shetye)
* The IMAP client now requests message numbers in batches of 1,000 to avoid
  problems if there are more than 1860 unseen messages. (Sunil Shetye)
    Note that this wasn't security relevant because fetchmail would only read up
  to the maximum buffer size and leave the remainder of the string unread, going
  out of synch afterwards.
* Stricter validation of IMAP responses containing byte or message counts.

# CHANGES
* Only include gssapi.h if we're not including gssapi/gssapi.h, to fix a FreeBSD
  compiler warning about gssapi.h being obsolete.

# DOCUMENTATION
* The README.SSL document was revised for grammar, spelling, and clarity.
  Courtesy of Robert Mullin.

# TRANSLATION UPDATES
* [it]    Italian, by Vincenzo Campanella
----------

Approved by:	Corey Halpin (port maintainer)
Approved by:	miwi@ (mentor)
2010-02-12 09:54:07 +00:00
Martin Wilke
a3a756d06e - Update to 6.3.13 (updates translations and supports SMTP multiline replies)
- Remove Kerberos IV support, insecure and obsolete
- Mark BROKEN if KRB5_HOME is set and invalid
- Kill pre-configure, no longer needed
- Kill obsolete POP2 from make config menu, still available if given on make
  command line
- Auto-detect KRB5_HOME if it's $LOCALBASE or /usr
- MARK_JOBS_SAFE=yes
- Cease messing with @cwd in pkg-plist
- Reduce asterisks on pkg-message.in, to avoid screen clutter on long $PREFIX
  Rely on krb-config instead.

PR:		140100
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
Approved by:	maintainer
2009-11-04 10:47:33 +00:00
Dmitry Marakasov
9b5d944bdc - Update to 6.3.11
PR:		137604
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
http://www.freebsd.org/ports/portaudit/5179d85c-8683-11de-91b9-0022157515b2.html
2009-08-11 15:27:11 +00:00
Dmitry Marakasov
d0ff441f6c - Update to 6.3.10
- Portlint

PR:		136774
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
2009-07-15 23:02:52 +00:00
Pav Lucistnik
9a45bddce5 - Update to 6.3.9
PR:		ports/129755
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
Approved by:	maintainer timeout (barner; 20 days)
2009-01-08 12:12:44 +00:00
Simon Barner
f7c5c4e2a3 - Update to 6.3.8
- Fix insecure APOP authentication (minor)

Security: http://fetchmail.berlios.de/fetchmail-SA-2007-01.txt
Security: http://www.vuxml.org/freebsd/f1c4d133-e6d3-11db-99ea-0060084a00e5.html
ChangeLog: https://developer.berlios.de/project/shownotes.php?group_id=1824&release_id=12610
2007-04-09 20:04:05 +00:00
Simon Barner
8f15fe580d - Update to 6.3.7
- Regression fixes for KPOP and repoll after server disconnect (TLS)
  Details: https://lists.berlios.de/pipermail/fetchmail-announce/2007-February/000047.html
2007-02-20 08:13:17 +00:00
Simon Barner
6f120f8e03 - Update to 6.3.6
- Fixes two security issues, one of which is a longstanding password disclosure bug.
- Several robustness fixes and other improvements

Release notes:	https://developer.berlios.de/project/shownotes.php?group_id=1824&release_id=11977
Security:	http://www.vuxml.org/freebsd/5238ac45-9d8c-11db-858b-0060084a00e5.html
Security:	http://www.vuxml.org/freebsd/37e30313-9d8c-11db-858b-0060084a00e5.html
Reported by:	Matthias Andree (upstream author)
2007-01-06 14:38:42 +00:00
Simon Barner
b0ecc0f5bc - Update to fetchmail 6.3.5. See here for the release notes:
http://developer.berlios.de/project/shownotes.php?group_id=1824&release_id=11358
- OPTIONize [1]
- GSSAPI support (requires Kerberos). [1]
- Removed POP2 from port's default configuration [1]

Requested by:	Stefan Thurner <thurners@nicsys.de> [1]
2006-11-02 16:05:29 +00:00
Simon Barner
f9884d1c0e - Update to 6.3.4 [1]
- Add rcNG script. See $PREFIX/etc/rc.d/fetchmail for
  instructions. Inspired by [2] and ports/www/apache22.

PR:		ports/96987 [1], ports/96079
Submitted by:	Rob MacGregor <freebsd.macgregor@blueyonder.co.uk> [1],
		Martin Jackson <mhjacks@swbell.net>
2006-05-12 16:58:48 +00:00
Simon Barner
bf66bc15d1 - Update to 6.3.2
- Changes:
  * Fixes a denial of service bug/fetchmail crash after sending a bounce
  * Adds a Maillennium (Comcast) workaround
  * ChangeLog: https://lists.berlios.de/pipermail/fetchmail-announce/2006-January/000022.html
Security:	http://fetchmail.berlios.de/fetchmail-SA-2006-01.txt
Security:	CVE-2006-0321
Security:	http://www.vuxml.org/freebsd/f11d3b22-88c6-11da-a7b2-0060084a00e5.html
2006-01-23 15:14:27 +00:00
Simon Barner
49b949d3f9 Update to 6.3.1
* Fix null pointer dereference w/ headerless message in
   multi-drop mode [1]
 * Removed patches are in the upstream distribution now
 * ChangeLog: https://lists.berlios.de/pipermail/fetchmail-announce/2005-December/000017.html

Security: http://www.vuxml.org/freebsd/f7eb0b23-7099-11da-a15c-0060084a00e5.html
Security: http://fetchmail.berlios.de/fetchmail-SA-2005-03.txt
Security: CVE-2005-4348
2005-12-19 15:21:53 +00:00
Simon Barner
e92788bd72 - Update to fetchmail 6.3.0
- From the announcement:

  fetchmail 6.3.0 has been released on 2005-11-30. More than two years
  after the previous formal 6.2.5 release, this collects several dozen
  bug fixes, documentation, portability and IPv6 improvements and marks
  the beginning of a new "stable" 6.3.X branch that will not change,
  except for bug fixes and documentation updates.

- files/patch-pop2.c contributed by Stanislav Brabec <sbrabec@suse.cz>
  via Matthias Andree <matthias.andree@gmx.de> (upstream maintainer)
2005-12-06 21:08:15 +00:00
Simon Barner
f50a6c5196 Add SHA256 for my ports (that don't already have it). 2005-11-24 14:08:01 +00:00
Simon Barner
3f6af8cdca - Use fetchmailconf-1.43.2 in order to fix a password exposure caused by
insecure file creation.

- While here, move berlios.de to the top of the MASTERSITEs, since
  development takes place there.

- Bump PORTREVISION

Security:	CVE-2005-3088
Security:	http://fetchmail.berlios.de/fetchmail-SA-2005-02.txt
2005-10-30 19:06:46 +00:00
Simon Barner
5d0b10e19d - Update to 6.2.5.2. This fixes a denial of service vulerability introduced
in version 6.2.5.1

- Use distribution patch from fetchmail.berlios.de instead of keeping the
  security fix in CVS (-> remove patch-r1, patch-s1 which contained to
  update from 6.2.5 to 6.2.5.1).

- The above patch also contains a patch that we kept locally in
  patch-driver.c: This one has been removed, too.
2005-07-22 06:59:44 +00:00
Oliver Eikemeier
839e10da49 SIZEify
Prompted by:	trevor
2004-03-18 01:04:31 +00:00
Sergei Kolobov
d6c5b07526 - Update to 6.2.5 (see http://catb.org/~esr/fetchmail/NEWS for details)
- Use DOCSDIR macro in pkg-plist
- Don't install yet another copy of GPL
- Pass maintainership to Oliver Eikemeier

PR:		58283, 58341
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>,
		Esa Karkkainen <ejk@iki.fi>
Approved by:	Ville Eerola <ve@sci.fi> (previous maintainer),
		krion (implicit)
2003-10-24 09:33:14 +00:00
Mike Silbersack
21047f9d9f Update fetchmail port to 6.2.4 2003-09-09 03:26:24 +00:00
Daichi GOTO
e737a05c90 update mail/fetchmail: 6.2.0 --> 6.2.2
PR:		53280
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-07-01 11:33:38 +00:00
Jacques Vidrine
07e1eff52b Upgrade to 6.2.0, primarily to fix YET ANOTHER remotely exploitable
vulnerability.  That's at least four, but who's counting?
<URL:http://security.e-matters.de/advisories/052002.html>
2002-12-13 14:05:35 +00:00
Doug Barton
4c1de58db8 Update to 6.1.2, released 10/31. It's a very simple bugfix upgrade.
PR:		ports/44830
Submitted by:	Matthias Andree <matthias.andree@web.de>
2002-11-05 10:01:56 +00:00
Christian Weisgerber
f01e7de603 This port update fixes the pkg-plist to include the new localizations so they
are included in the package, and it contains many upstream bugfixes, installs
the NEWS documentation file. These are the upstream fixes:

* OTP fix patches from Stanislav Brabec <utx@penguin.cz>
* fix patch for writing antispam capability correctly in conf.c.
* Fix patches for Debian bugs #162571, #156592.
* Correction to manpage re -b and qmail.
* Patch to disable use of STLS if auth passwd is specified.
* Fix specfile generation to handle SSL correctly.
* New Danish, Turkish, and Catalan translation files.
* Improved ODMR debug messages.
* IMAP efficiency hack; don't fetch sizes unless needed.
* Detect and rewrite invalid return paths beginning with @.
* Fix for subtle freeing bug that suppressed information in some bounce msgs.
* Newline fix patches for internationalization files.
* Fix reversed test guarding authentication-failure warnings.
* Fix POP3 breakage starting at 5.9.14.

PR:		44330
Submitted by:	Matthias Andree <matthias.andree@web.de>
2002-10-31 14:54:22 +00:00
Cy Schubert
312ab9677d Update 5.9.13 --> 6.1.0. Fixes yet another buffer overflow (exploit)
described at http://security.e-matters.de/advisories/032002.html.

Approved by:	nectar (using his security-officer hat)
		will (using his portmgr hat)
		As we are so close to last tagging, as suggested by
		portmgr, maintainer approval is forgone.
2002-09-29 18:23:32 +00:00
Kevin Lo
1be12811d1 Update to version 5.9.13
PR: 41623
Submitted by:	 Esa Karkkainen <ejk@iki.fi>
2002-08-22 02:05:27 +00:00
Cy Schubert
70aae4aa9b Upgrade 5.9.6 --> 5.9.11 (fixing a remotely exploitable buffer overrun).
PR:		38328
Submitted by:	Dominic Marks <dominic_marks@btinternet.com>
Approved by:	kris for the Security Officer Team,
		will for the Port Manager Team, and
		MAINTAINER timeout
2002-05-23 04:29:10 +00:00
Ying-Chieh Liao
2fa9946c02 upgrade to 5.9.6
Approved by:	maintainer timeout
2001-12-27 18:04:46 +00:00
Kris Kennaway
d01a627767 Upgrade to 5.8.17 ("Another victory for Open Source!"). This fixes a
remotely exploitable buffer overflow when connecting to a malicious
server.
2001-08-09 21:35:36 +00:00
Ben Smithurst
2d5bcac2eb Update to 5.8.11, which supports now ODMR, so update pkg-{descr,comment} to
mention ODMR to help "make search".

Approved by:	ve@sci.fi (maintainer)
2001-07-02 21:20:39 +00:00
Peter Pentchev
feedac49cd Update to 5.8.6.
Fix a problem with building Kerberos 4 (Kerberos 5 is still broken).

PR:		27941 (the Kerberos 4 build problem)
Submitted by:	Shawn Halpenny <malachai@iname.com>
Approved by:	maintainer
2001-06-15 07:51:44 +00:00
Doug Barton
d04b9f2673 Update to 5.8.5, provided by the maintainer.
PR:		ports/27783
Submitted by:	Ville Eerola <ve@sci.fi>
2001-05-31 07:08:13 +00:00
Peter Pentchev
979c487646 Update to 5.8.1 with lots of bugfixes. Remove the substitution of
/usr/bin/true for autoconf and friends - the fetchmail build system
does the right thing now.

Approved by:	maintainer
Apologies to:	sobomax for my harsher-than-needed complaints for his
		fast and to-the-point port fixes.
2001-04-24 06:24:45 +00:00
Doug Barton
89eb12f60c Commit the least objectionable of the possible fixes... maintainer, et al
can argue about the rest later, let's get the thing fixed first. This is
a combination of my fix and Peter Pentchev's.
2001-03-24 06:37:25 +00:00
Peter Pentchev
f061afd9c2 Update to 5.7.4.
Add USE_GMAKE - too many things in the autoconf build process depend
on GNU make.

Approved by:	maintainer
2001-03-17 12:08:09 +00:00
Peter Pentchev
5fd2d44265 Update to 5.7.2, add NOPORTDOCS handling, fix --enable-opie misspelled
as --enable-OPIE until now.

Approved by:	maintainer
2001-03-08 12:03:09 +00:00
Peter Pentchev
df3de98c5f Update to 5.6.8, which contains preauthentication fixes and enhancements.
Approved by:	maintainer
2001-02-23 08:30:39 +00:00
Peter Pentchev
bb32f78b6e Chase the checksum - yes, the tarball was rerolled.
A non-reachable exit() call was removed from the end of main(),
and the version number information was updated in the .lsm file.

Noticed by:	Steve Watt, Mike Harding, Ville Eerola, probably others, too
2001-02-15 09:38:32 +00:00
Peter Pentchev
65d8850cd8 Update to 5.6.5.
Approved by:	maintainer
Weird look to:	Eric S. Raymonds (3 releases in 2 weeks?! Oh come ON!)
2001-02-13 10:36:42 +00:00
Peter Pentchev
8191d1f8fb Update to 5.6.3, skipping the slightly buggy 5.6.2.
Also, correct the help message in the fetchmailconf wrapper script -
fetchmailconf depends on py-tkinter, not just Python.

Submitted by:	Jack Twilley <jmt@inktomi.com> - the fetchmailconf inaccuracy
Approved by:	maintainer
2001-02-10 08:17:54 +00:00
Peter Pentchev
b643fa2a65 Update to 5.6.1.
Approved by:	maintainer
2000-12-13 07:13:32 +00:00
Peter Pentchev
e97432d2b8 Update the checksum - ESR rolled a flash fix for 'smtpname' handling
without releasing a new version.

Submitted by:	Donald J . Maddox <dmaddox@sc.rr.com>
2000-11-28 16:42:41 +00:00
Peter Pentchev
55612f9987 Update to 5.6.0 - a fetchmail 'gold release' which fixes two minor bugs
and an omission and gives ESR a chance to do some more serious development
in a new development version.

Approved by:	Ville Eerola <ve@sci.fi> - maintainer
2000-11-27 01:00:19 +00:00
Kevin Lo
56a0548531 Update to 5.5.6
PR: 22825
Submitted by: MAINTAINER
2000-11-14 15:29:26 +00:00