The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD mail : fetchmail

Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR

 Fetchmail is a full-featured IMAP/POP2/POP3/APOP/KPOP/ETRN/ODMR client with
easy configuration, daemon mode, forwarding via SMTP or local MDA, and
superior reply handling.  It is used to handle intermittent email connections
by acting as a coupling that seamlessly batch forwards fetched mail from your
mail server to your local delivery system, allowing you to read your it
with your favourite mail user agent.  Fetchmail also includes useful spam
filtering and multi-user functions.

A typical use of fetchmail is to connect to your ISP's POP3 server,
downloading your mail into the INBOX on your local computer.  You may then
read the mail, offline if you want, using pine, mutt, or any standard mail
user agent. 

http://fetchmail.berlios.de/



fetchmail history


v. 1.191
date: 2007/10/04 01:49:27;  author: edwin;  state: Exp;  lines: +0 -14
Remove always-false/true conditions based on OSVERSION 500000

v. 1.190 date: 2007/09/03 19:22:27; author: barner; state: Exp; lines: +4 -3 - Fix for CVE-2007-4565 [1] - Manually include bsd.python.mk if WITH_X11 is set (after bsd.port.pre.mk) [2] Security: http://www.vuxml.org/freebsd/45500f74-5947-11dc-87c1-000e2e5785ad.html Security: http://fetchmail.berlios.de/fetchmail-SA-2007-02.txt Submitted by: Matthias Andree [1] PR: ports/116011 [1] Submitted by: Jacula Modyun [2] PR: ports/115714 [2]
v. 1.189 date: 2007/08/13 14:31:54; author: barner; state: Exp; lines: +1 -1 - security/ca-roots is deprecated, switch to security/ca_roots_nss for SSL certificates.
v. 1.188 date: 2007/07/23 09:36:08; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.187 date: 2007/07/22 11:20:18; author: barner; state: Exp; lines: +1 -1 - Actually respect the `fetchmail_user' variable in single daemon mode - Document that above variable is ignored in the per-user daemon mode - Bump port revision Requested by: Graham Menhennitt PR: ports/114701
v. 1.186 date: 2007/07/06 07:10:44; author: barner; state: Exp; lines: +1 -1 - Remove circular dependency in rcorder by removing the (unnessary) constraint that fetchmail is started "BEFORE LOGIN". "REQUIRE mail" (which in turn requires LOGIN) is enough. - Bump PORTREVISION PR: ports/114294 Submitted by: Alson van der Meulen
v. 1.185 date: 2007/06/06 19:37:23; author: barner; state: Exp; lines: +1 -0 Install fetchmailrc with 640 since it may contain passwords. The fetchmailrc.sample file is still installed 644.
v. 1.184 date: 2007/05/31 20:08:44; author: barner; state: Exp; lines: +5 -0 - Add pkg-message pointing to documenation in rc script. - Add pointers to fetchmail documentation to rc script.
v. 1.183 date: 2007/05/19 20:14:13; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.182 date: 2007/04/10 19:37:00; author: barner; state: Exp; lines: +6 -3 - Make fetchable - Remove home.pages.de master site - Add sunsite mirror PR: ports/111443 Submitted by: Matthias Andree
v. 1.181 date: 2007/04/10 14:10:12; author: rafan; state: Exp; lines: +1 -1 - Fix fetch, MASTER_SITE_BERLIOS already contains %SUBDIR%
v. 1.180 date: 2007/04/09 20:04:05; author: barner; state: Exp; lines: +1 -1 - 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
v. 1.179 date: 2007/02/20 08:13:17; author: barner; state: Exp; lines: +2 -2 - 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
v. 1.178 date: 2007/01/06 14:38:42; author: barner; state: Exp; lines: +3 -7 - 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)
v. 1.177 date: 2006/11/02 16:05:29; author: barner; state: Exp; lines: +62 -15 - 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 [1]
v. 1.176 date: 2006/08/30 11:56:13; author: barner; state: Exp; lines: +1 -1 - Add new rc.conf option "fetchmail_logging_facility" which can be used to specify where fetchmail logs to. Default: --syslog (as hardcoded before). [1] - Use marco for cp [2] - Try to remove directories not listed in mtree [2] - No portv. bump since the default behaviour remains the same, and a new fetchmail version is to be exspected soon anyway. Requested by: Gerard Seibert [1] Submitted by: Stanislav Sedov [2] PR: ports/101517
v. 1.175 date: 2006/05/26 22:18:57; author: barner; state: Exp; lines: +1 -1 Make prefix clean. PR: ports/97977 Submitted by: Esa Karkkainen Big shiny pointy hat: me
v. 1.174 date: 2006/05/25 16:26:50; author: barner; state: Exp; lines: +2 -2 - Use %%RC_SUBR%% [1] - Fix typo in Makefile [1] - Fix recursive calls of rc script on older systems (requested in [2]) - Bump PORTREVISION PR: 97876 [1], 97335 [2] Submitted by: Jeremy Chadwick [1], Veselin Slavov [2]
v. 1.173 date: 2006/05/15 21:18:39; author: barner; state: Exp; lines: +4 -2 - Fix PID file for system-wide daemon mode - Fix package: Create /var/run/fetchmail in pkg-install instead of post-install target. - Bump PORTREVISION PR: ports/97283 Submitted by: Martin Jackson
v. 1.172 date: 2006/05/12 16:58:48; author: barner; state: Exp; lines: +12 -2 - 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 [1], Martin Jackson
v. 1.171 date: 2006/05/10 22:36:51; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.170 date: 2006/01/30 12:47:52; author: barner; state: Exp; lines: +1 -0 - Prevent fetchmail from crashing if the .netrc file does not contain a password for a particular account. - Bump PORTREVISION Submitted by: Craig Leres via Matthias Andree
v. 1.169 date: 2006/01/23 15:14:27; author: barner; state: Exp; lines: +1 -1 - 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
v. 1.168 date: 2005/12/19 15:21:52; author: barner; state: Exp; lines: +1 -2 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
v. 1.167 date: 2005/12/11 21:24:18; author: barner; state: Exp; lines: +11 -9 - Fix a null pointer dereference in multi-drop mode [1] - Fix packaging if python is not present at compile time [2] - Sort targets in Makefile - Fix variable in the WITH_X11 case - Bump PORTREVISION (for [1]) Submitted by: Andreas Haakh [1] Reviewed by: Matthias Andree (upstream maintainer) [1] Reported by: pointyhat via kris [2]
v. 1.166 date: 2005/12/10 19:58:31; author: barner; state: Exp; lines: +3 -1 - Add RUN_DEPENDS on security/ca-roots, so the certificate check really succeeds (if the servers certificate is signed by one of those authorites) - Bump PORTREVISON, since a failing certiciate check spams the port users' maillog.
v. 1.165 date: 2005/12/10 16:09:12; author: barner; state: Exp; lines: +31 -30 - Use USE_OPENSSL [1] - Remove obsolete --enable-inet6 configure argument [1] - Don't try to enable Kerberos IV and V at the same time [1] - Add WITH_NTLM knob. Inform port user about other knobs (WITH_X11, WITHOUT_NLS) [1] - Correct man page patch [1] - Fix default OpenSSL certificate path [1] [2] - Fix plist [1] [3] - Bump PORTREVISON Submitted by: Matthias Andree [1] Reported by: Dieter Rauschenberger [2] PR: ports/90084 [2] Reported by: kris via pointyhat [3]
v. 1.164 date: 2005/12/06 21:07:18; author: barner; state: Exp; lines: +21 -48 - 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 via Matthias Andree (upstream maintainer)
v. 1.163 date: 2005/11/14 11:48:52; author: barner; state: Exp; lines: +1 -1 - Fix a bug introduced with fetchmail-6.2.5.2_3, where it would sometimes leave some messages on an IMAP server, i.e. this is the correct fix for the following bug (as described Makefile:1.161 and files/patch-imap.c:1.1): fix IMAP client timeout bug with upstream servers that do not send updated EXISTS counts after acknowledging EXPUNGE see - Bump PORTREVISION to 4 PR: ports/88850 Submitted by: Vasil Dimov Patch provided by: Matthias Andree (upstream maintainer) Patch tested by: barner, Vasil Dimov
v. 1.162 date: 2005/11/10 16:30:32; author: barner; state: Exp; lines: +4 -2 Add private backup master site. Requested by: Diane Bruce PR: ports/88787
v. 1.161 date: 2005/11/10 10:29:32; author: barner; state: Exp; lines: +3 -3 - fix IMAP client timeout bug with upstream servers that do not send updated EXISTS counts after acknowledging EXPUNGE see - add fetchmailconf wrapper check for _tkinter.so (if python was installed but not Tkinter, the wrapper would still try to run fetchmailconf.bin, which gives a less clear error message to the user than was intended) - let fetchmailconf wrapper pass command line arguments to fetchmailconf.bin (it supports -d and -f FILE) - replace PREFIX with LOCALBASE where appropriate - bump PORTREVISION Submitted by: Matthias Andree PR: ports/88444
v. 1.160 date: 2005/10/30 23:05:06; author: barner; state: Exp; lines: +2 -2 Don't indent comment added in last commit by one tab, so it is not printed.
v. 1.159 date: 2005/10/30 19:06:46; author: barner; state: Exp; lines: +17 -8 - 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
v. 1.158 date: 2005/07/22 07:07:14; author: barner; state: Exp; lines: +0 -0 Forced commit to note the following (this also applies for the following files removed in my earlier commit: files/patch-s1 files/patch-r1 files/patch-driver.c Submitted by: Matthias Andree Discovered by: Miloslav Trmac http://lists.berlios.de/pipermail/fetchmail-devel/2005-July/000397.html New fix by: Ludwig Nussel (SuSE security)
v. 1.157 date: 2005/07/22 06:59:44; author: barner; state: Exp; lines: +7 -1 - 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.
v. 1.156 date: 2005/07/21 10:25:32; author: barner; state: Exp; lines: +6 -3 - Update to 6.2.5.1 (security update!) - Add new master site - Take maintainership (no objections on freebsd-ports, Matthias also favours this option as long as the new FreeBSD maintainer will be responsive and submit patches upstream - promissed :-) Submitted by: Matthias Andree PR: ports/83805 Obtainted from: http://download.berlios.de/fetchmail/fetchmail-patch-6.2.5.1.gz Security: http://www.vuxml.org/freebsd/3497d7be-2fef-45f4-8162-9063751b573a.html
v. 1.155 date: 2005/07/18 03:49:54; author: linimon; state: Exp; lines: +1 -1 With portmgr hat on, reset eik's ports since he has been inactive for several months (not responding to email). Discussed among: portmgr team
v. 1.154 date: 2005/04/12 03:25:56; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.153 date: 2005/04/11 08:03:00; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.152 date: 2004/04/28 17:26:35; author: eik; state: Exp; lines: +14 -3 - fix POP bug [1] - add WITHOUT_NLS [2] Seems like 6.2.6 takes a while... PR: 60262 [1], 62732 [2] Submitted by: Stuart Barkley [1] Katsura Matsumoto [1]
v. 1.151 date: 2004/02/04 04:36:06; author: marcus; state: Exp; lines: +2 -1 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.150 date: 2004/01/23 18:12:01; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.149 date: 2003/11/16 22:15:28; author: eik; state: Exp; lines: +5 -3 Try some new fetchmail mirrors Noticed by: Bill Fenner's portsurvey Approved by: marcus (mentor)
v. 1.148 date: 2003/11/14 00:29:47; author: eik; state: Exp; lines: +1 -1 switch my ports to my FreeBSD address Approved by: marcus (mentor)
v. 1.147 date: 2003/10/24 09:33:14; author: sergei; state: Exp; lines: +4 -5 - 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 , Esa Karkkainen Approved by: Ville Eerola (previous maintainer), krion (implicit)
v. 1.146 date: 2003/09/09 03:26:24; author: silby; state: Exp; lines: +1 -1 Update fetchmail port to 6.2.4
v. 1.145 date: 2003/08/26 20:25:47; author: marcus; state: Exp; lines: +1 -0 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.144 date: 2003/08/25 05:41:29; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.143 date: 2003/07/01 11:33:38; author: daichi; state: Exp; lines: +3 -2 update mail/fetchmail: 6.2.0 --> 6.2.2 PR: 53280 Submitted by: Oliver Eikemeier
v. 1.142 date: 2003/03/01 13:04:27; author: sf; state: Exp; lines: +1 -1 track ESR's page. www.tuxedo.org -> www.catb.org
v. 1.141 date: 2003/02/21 12:42:14; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.140 date: 2002/12/13 14:05:35; author: nectar; state: Exp; lines: +1 -1 Upgrade to 6.2.0, primarily to fix YET ANOTHER remotely exploitable vulnerability. That's at least four, but who's counting?
v. 1.139 date: 2002/11/05 10:01:56; author: dougb; state: Exp; lines: +1 -1 Update to 6.1.2, released 10/31. It's a very simple bugfix upgrade. PR: ports/44830 Submitted by: Matthias Andree
v. 1.138 date: 2002/10/31 14:54:22; author: naddy; state: Exp; lines: +5 -3 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 * 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
v. 1.137 date: 2002/09/29 18:23:32; author: cy; state: Exp; lines: +4 -3 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.
v. 1.136 date: 2002/09/29 15:20:30; author: nectar; state: Exp; lines: +2 -0 Mark FORBIDDEN due to another buffer overflow. http://security.e-matters.de/advisories/032002.html % cvs rlog ports/mail/fetchmail/Makefile | grep 'exploit' | wc 3 28 203
v. 1.135 date: 2002/08/22 02:05:27; author: kevlo; state: Exp; lines: +1 -1 Update to version 5.9.13 PR: 41623 Submitted by: Esa Karkkainen
v. 1.134 date: 2002/08/01 16:22:17; author: ade; state: Exp; lines: +1 -1 Chase shlib rev of devel/gettext Submitted by: lots and lots Pointy hat to: ade
v. 1.133 date: 2002/05/23 04:29:10; author: cy; state: Exp; lines: +6 -6 Upgrade 5.9.6 --> 5.9.11 (fixing a remotely exploitable buffer overrun). PR: 38328 Submitted by: Dominic Marks Approved by: kris for the Security Officer Team, will for the Port Manager Team, and MAINTAINER timeout
v. 1.132 date: 2002/05/21 21:37:36; author: nectar; state: Exp; lines: +2 -0 Mark FORBIDDEN due to a remotely exploitable buffer overflow. http://tuxedo.org/~esr/fetchmail/NEWS http://rhn.redhat.com/errata/RHSA-2002-047.html
v. 1.131 date: 2002/04/12 17:09:46; author: ade; state: Exp; lines: +2 -2 gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
v. 1.130 date: 2002/03/15 19:44:08; author: ade; state: Exp; lines: +1 -1 Stage 1 of gettext update. Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
v. 1.129 date: 2001/12/27 18:04:46; author: ijliao; state: Exp; lines: +2 -2 upgrade to 5.9.6 Approved by: maintainer timeout
v. 1.128 date: 2001/09/03 08:04:36; author: roam; state: Exp; lines: +4 -2 For the X11 case, when tkinter is needed, look for it the right way - by USE_PYTHON and PYTHON_VERSION instead of hardcoding a python2.0 path component. Bump PORTREVISION accordingly. Apologies to Ville for committing this without maintainer approval, but the ports freeze is so close, and this looks like a trivial build fix.. PR: 30271 Submitted by: John Merryweather Cooper
v. 1.127 date: 2001/08/09 21:35:36; author: kris; state: Exp; lines: +2 -2 Upgrade to 5.8.17 ("Another victory for Open Source!"). This fixes a remotely exploitable buffer overflow when connecting to a malicious server.
v. 1.126 date: 2001/07/02 21:20:39; author: ben; state: Exp; lines: +2 -2 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)
v. 1.125 date: 2001/06/15 07:51:44; author: roam; state: Exp; lines: +18 -9 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 Approved by: maintainer
v. 1.124 date: 2001/05/31 07:08:13; author: dougb; state: Exp; lines: +3 -3 Update to 5.8.5, provided by the maintainer. PR: ports/27783 Submitted by: Ville Eerola
v. 1.123 date: 2001/04/24 06:24:44; author: roam; state: Exp; lines: +2 -2 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.
v. 1.122 date: 2001/03/27 08:38:06; author: sobomax; state: Exp; lines: +2 -1 Unbroke on the systems with crypto from ssl port.
v. 1.121 date: 2001/03/24 06:37:20; author: dougb; state: Exp; lines: +4 -3 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.
v. 1.120 date: 2001/03/20 11:04:35; author: sobomax; state: Exp; lines: +0 -1 Try harder to prevent build process from unnecessarily invoking autoheader, autoconf, automake and aclocal. Prompted by: Raimar Lutsch
v. 1.119 date: 2001/03/20 09:40:16; author: sobomax; state: Exp; lines: +4 -3 Fix two breakages: - Prevent Makefile from trying to run 644 missing script when no autocrap is installed; - add missed by the configure -lintl into LDFLAGS. Replace perl with ${PERL} while I'm here. Submitted by: bento
v. 1.118 date: 2001/03/17 12:08:09; author: roam; state: Exp; lines: +5 -3 Update to 5.7.4. Add USE_GMAKE - too many things in the autoconf build process depend on GNU make. Approved by: maintainer
v. 1.117 date: 2001/03/08 12:03:08; author: roam; state: Exp; lines: +5 -3 Update to 5.7.2, add NOPORTDOCS handling, fix --enable-opie misspelled as --enable-OPIE until now. Approved by: maintainer
v. 1.116 date: 2001/02/23 08:30:39; author: roam; state: Exp; lines: +2 -2 Update to 5.6.8, which contains preauthentication fixes and enhancements. Approved by: maintainer
v. 1.115 date: 2001/02/13 10:36:36; author: roam; state: Exp; lines: +3 -3 Update to 5.6.5. Approved by: maintainer Weird look to: Eric S. Raymonds (3 releases in 2 weeks?! Oh come ON!)
v. 1.114 date: 2001/02/10 08:17:53; author: roam; state: Exp; lines: +2 -2 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 - the fetchmailconf inaccuracy Approved by: maintainer
v. 1.113 date: 2000/12/13 07:13:32; author: roam; state: Exp; lines: +2 -3 Update to 5.6.1. Approved by: maintainer
v. 1.112 date: 2000/12/02 16:20:18; author: roam; state: Exp; lines: +6 -1 Add WITH_NTLM toggle to optionally build support for NTLM authentication. Bump PORTREVISION to reflect functionality change. PR: 23214 Submitted by: William M. Perry Approved by: maintainer
v. 1.111 date: 2000/11/30 08:51:48; author: roam; state: Exp; lines: +2 -2 Look for the py-tkinter shared library in the correct directory when building WITH_X11. No PORTREVISION bump - WITH_X11 did not build at all until now. PR: 23184 Submitted by: Donald J. Maddox
v. 1.110 date: 2000/11/27 01:00:19; author: roam; state: Exp; lines: +2 -2 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 - maintainer
v. 1.109 date: 2000/11/14 15:29:23; author: kevlo; state: Exp; lines: +4 -3 Update to 5.5.6 PR: 22825 Submitted by: MAINTAINER
v. 1.108 date: 2000/10/31 20:56:17; author: jeh; state: Exp; lines: +2 -2 Update fetchmail to 5.5.5 PR: 22382 Submitted by: Ben Lovett Approved by: MAINTAINER
v. 1.107 date: 2000/10/26 12:43:42; author: jeh; state: Exp; lines: +5 -6 The fetchmail application has been updated to version 5.5.3 PR: 21641 Submitted by: Patrick Bihan-Faou Reviewed by: Ville Eerola MAINTAINER
v. 1.106 date: 2000/09/17 18:41:59; author: ume; state: Exp; lines: +2 -2 Since recent 5-CURRENT has hesiod.h, configure detects it and breaks building. So, I disable hesiod support.
v. 1.105 date: 2000/09/17 12:43:34; author: jedgar; state: Exp; lines: +2 -2 Update port to 5.5.2 PR: 21277 Submitted by: Maintainer
v. 1.104 date: 2000/09/05 00:42:14; author: steve; state: Exp; lines: +2 -2 Update to version 5.5.1. PR: 20716 Submitted by: Peter Pentchev Approved by: maintainer
v. 1.103 date: 2000/08/06 15:14:40; author: nbm; state: Exp; lines: +2 -2 Upgrade to 5.4.4 PR: ports/20434 Submitted by: Ville Eerola (MAINTAINER)
v. 1.102 date: 2000/07/09 17:50:30; author: dannyboy; state: Exp; lines: +1 -1 update to version 5.4.3
v. 1.101 date: 2000/07/09 13:48:00; author: dannyboy; state: Exp; lines: +2 -2 Committed, thanks. PR: 19785 Submitted by: MAINTAINER
v. 1.100 date: 2000/06/20 18:43:34; author: ade; state: Exp; lines: +9 -5 Add WITH_X11 knob to bring in Python et al. so the fetchmailconf program works. Disabled by default, to keep the status-quo. Loosely based on PR: 19398 Discussed with: alex
v. 1.99 date: 2000/06/11 07:43:44; author: knu; state: Exp; lines: +2 -2 Update to version 5.4.1. PR: ports/19181 Submitted by: Maintainer
v. 1.98 date: 2000/06/09 08:54:43; author: sobomax; state: Exp; lines: +2 -2 Unbroke for RELENG_3. PR: 19081 Submitted by: Munehiro Matsuda Approved by: MAINTAINER
v. 1.97 date: 2000/06/01 17:59:22; author: will; state: Exp; lines: +3 -1 Add support for building with SSL support on pre-4.0ish systems, if the appropriate libraries are available. Submitted by: asmodai Approved by: maintainer
v. 1.96 date: 2000/05/29 02:39:17; author: steve; state: Exp; lines: +7 -3 Enable internationalization support. PR: 18840 Submitted by: R\xe9mi Guyomarch No complaints from: maintainer
v. 1.95 date: 2000/05/14 18:50:16; author: sumikawa; state: Exp; lines: +2 -2 Update to 5.3.8. PR: 18446, 18456 Submitted by: Ville Eerola
v. 1.94 date: 2000/04/13 19:59:40; author: cpiazza; state: Exp; lines: +3 -3 Update to use PORTNAME/PORTVERSION
v. 1.93 date: 2000/03/03 05:13:31; author: shin; state: Exp; lines: +3 -3 Update the header version and date. Requested by: Ville Eerola
v. 1.92 date: 2000/02/25 21:58:33; author: cpiazza; state: Exp; lines: +5 -2 Update to 5.3.0 This builds without patches with --enable-ipv6 but I couldn't test that it actually works. PR: 16952 Submitted by: Mario Sergio Fujikawa Ferreira
v. 1.91 date: 2000/02/20 02:00:27; author: cpiazza; state: Exp; lines: +3 -3 update to 5.2.8 PR: 16826 Submitted by: maintainer
v. 1.90 date: 2000/01/31 23:58:11; author: mharo; state: Exp; lines: +3 -3 upgrade to 5.2.4 PR: 16488 Submitted by: John Reynolds
v. 1.89 date: 2000/01/25 17:03:11; author: sumikawa; state: Exp; lines: +8 -5 use ${OSVERSION} instead of ${USE_INET6}.
v. 1.88 date: 2000/01/18 12:34:33; author: sumikawa; state: Exp; lines: +2 -2 Add 'ipv6' on CATEGORIES.
v. 1.87 date: 2000/01/14 04:17:21; author: sumikawa; state: Exp; lines: +6 -3 - Upgrade to 5.2.3. - Support IPv6. Approved by: maintainer
v. 1.86 date: 1999/12/25 04:11:23; author: cpiazza; state: Exp; lines: +3 -3 Update to version 5.2.1
v. 1.85 date: 1999/12/06 02:52:36; author: cpiazza; state: Exp; lines: +3 -3 Update to version 5.2.0
v. 1.84 date: 1999/11/28 08:16:20; author: cpiazza; state: Exp; lines: +3 -3 Update to version 5.1.4
v. 1.83 date: 1999/11/05 03:57:17; author: cpiazza; state: Exp; lines: +2 -2 Add --enable-SDPS to CONFIGURE_ARGS PR: 14582 Submitted by: Jose Marques
v. 1.82 date: 1999/10/28 03:52:39; author: cpiazza; state: Exp; lines: +3 -3 Update to version 5.1.2
v. 1.81 date: 1999/09/30 16:35:00; author: cpiazza; state: Exp; lines: +3 -3 Update to version 5.1.1
v. 1.80 date: 1999/09/22 22:17:36; author: cpiazza; state: Exp; lines: +3 -3 Update to version 5.1.0. This should finally fix the build problems with krb4 (I hope, I can't test this). Thanks to Simon Karpen for a fix.
v. 1.79 date: 1999/09/18 23:08:37; author: cpiazza; state: Exp; lines: +3 -3 Update to version 5.0.8
v. 1.78 date: 1999/08/25 06:50:12; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.77 date: 1999/08/02 05:56:22; author: cpiazza; state: Exp; lines: +3 -3 Update to version 5.0.5
v. 1.76 date: 1999/06/14 02:18:37; author: jseger; state: Exp; lines: +4 -4 Update to fetchamil 5.0.4. Submitted by: cpiazza@home.net PR: ports/12172
v. 1.75 date: 1999/05/16 23:35:39; author: steve; state: Exp; lines: +2 -2 Update to version 5.0.3. PR: 11694 Submitted by: maintainer
v. 1.74 date: 1999/04/06 11:44:16; author: flathill; state: Exp; lines: +4 -4 Update to 5.0.0 PR: ports/10977 Submitted by: mharo@area51.fremont.ca.us
v. 1.73 date: 1999/03/31 11:17:46; author: flathill; state: Exp; lines: +2 -2 Update to 4.7.9 PR: ports/10888 Submitted by: mharo@patrol.area51.fremont.ca.us
v. 1.72 date: 1999/03/15 02:09:20; author: steve; state: Exp; lines: +2 -2 Update to version 4.7.8. PR: 10198 Submitted by: Dom Mitchell
v. 1.71 date: 1998/12/16 19:37:17; author: sada; state: Exp; lines: +2 -2 Update to 4.7.0 PR: ports/9105 Submitted by: Dom Mitchell
v. 1.70 date: 1998/12/07 17:54:31; author: billf; state: Exp; lines: +2 -2 Upgrade to 4.6.7 PR: ports/8866 Submitted by: Ville Eerola
v. 1.69 date: 1998/10/10 05:37:08; author: steve; state: Exp; lines: +2 -2 Update to version 4.6.0. PR: 8238 Submitted by: maintainer
v. 1.68 date: 1998/09/19 00:25:08; author: hoek; state: Exp; lines: +2 -2 Use MLINKS.
v. 1.67 date: 1998/09/13 21:31:51; author: jfieber; state: Exp; lines: +5 -1 The fetchmail config script will automagically use Kerberos V5 if found. This patch helps it find Kerberos V5 if you installed the port in a non-standard place. Reviewed by: Ville Eerola
v. 1.66 date: 1998/08/17 00:11:27; author: steve; state: Exp; lines: +2 -2 Update to version 4.5.5. PR: 7631-diffs Submitted by: maintainer
v. 1.65 date: 1998/07/20 03:39:29; author: steve; state: Exp; lines: +2 -2 Update to version 4.5.2 PR: 7315 Submitted by: maintainer
v. 1.64 date: 1998/06/29 13:52:01; author: ache; state: Exp; lines: +3 -3 Upgrade to 4.5.0
v. 1.63 date: 1998/06/13 19:26:47; author: mph; state: Exp; lines: +12 -3 Upgrade to 4.4.9. Add a wrapper around fetchmailconf that checks whether Python is installed, and emits a helpful message if it isn't. PR: 6866 Submitted by: Ville Eerola (wrapper by mph)
v. 1.62 date: 1998/05/27 04:04:59; author: mph; state: Exp; lines: +5 -4 Update to 4.4.8. Alter configure flags to include POP2 support. PR: 6767 Submitted by: Douglas Carmichael
v. 1.61 date: 1998/05/24 03:15:11; author: steve; state: Exp; lines: +3 -3 Upgrade to version 4.4.7. PR: 6726 Submitted by: maintainer
v. 1.60 date: 1998/05/22 01:34:17; author: mph; state: Exp; lines: +4 -4 Upgrade to 4.4.6. PR: 6665 Submitted by: Douglas Carmichael Reviewed by: Ville Eerola (maintainer)
v. 1.59 date: 1998/05/14 02:27:53; author: mph; state: Exp; lines: +3 -3 Upgrade to 4.4.4. PR: 6625 Submitted by: Ville Eerola
v. 1.58 date: 1998/03/28 12:52:57; author: ache; state: Exp; lines: +3 -3 Upgrade to 4.4.1
v. 1.57 date: 1998/03/20 15:05:27; author: markm; state: Exp; lines: +3 -3 Clean up the KerberosIV workings
v. 1.56 date: 1998/03/02 22:11:46; author: ache; state: Exp; lines: +3 -3 Upgrade to 4.3.8
v. 1.55 date: 1998/01/29 17:13:07; author: ache; state: Exp; lines: +3 -3 Upgrade to 4.3.6
v. 1.54 date: 1997/12/24 01:21:13; author: alex; state: Exp; lines: +3 -3 No need to use += on first appearance of variables.
v. 1.53 date: 1997/12/15 20:55:27; author: max; state: Exp; lines: +3 -3 Upgrade, 4.3.3 -> 4.3.5.
v. 1.52 date: 1997/11/29 14:22:27; author: max; state: Exp; lines: +2 -2 People who want KerberosIV support might have MAKE_KERBEROS4 defined instead of MAKE_EBONES nowadays.
v. 1.51 date: 1997/11/29 14:17:10; author: max; state: Exp; lines: +3 -3 Upgrade, 4.3.2 -> 4.3.3.
v. 1.50 date: 1997/10/28 04:40:39; author: asami; state: Exp; lines: +2 -2 Undo previous commit, "install" is fixed to accept -C and -d simultaneously.
v. 1.49 date: 1997/10/27 00:08:17; author: ache; state: Exp; lines: +2 -2 ${INSTALL} -> install because install -C -d fails
v. 1.48 date: 1997/10/26 02:47:37; author: max; state: Exp; lines: +3 -3 Upgrade, 4.3.1 -> 4.3.2.
v. 1.47 date: 1997/10/15 22:01:42; author: max; state: Exp; lines: +4 -4 Upgrade, 4.3.0 -> 4.3.1.
v. 1.46 date: 1997/10/07 11:57:44; author: ache; state: Exp; lines: +3 -3 Upgrade to 4..0
v. 1.45 date: 1997/09/29 12:05:38; author: ache; state: Exp; lines: +1 -1 Turn on opie support
v. 1.44 date: 1997/09/29 07:53:04; author: ache; state: Exp; lines: +3 -3 Upgrade to 4.2.8
v. 1.43 date: 1997/09/28 00:46:55; author: itojun; state: Exp; lines: +3 -3 original distribution updated to 4.2.7. Reviewed by: ve@sci.fi (maintainer) Submitted by: itojun@itojun.org
v. 1.42 date: 1997/09/10 01:48:34; author: ache; state: Exp; lines: +3 -3 Upgrade to 4.1.7
v. 1.41 date: 1997/09/10 01:25:08; author: ache; state: Exp; lines: +5 -1 Enable optional KPOP support PR: 4503 Reviewed by: Ville Eerola Submitted by: Benjamin Greenwald
v. 1.40 date: 1997/09/07 13:16:59; author: ache; state: Exp; lines: +3 -3 Upgrade to 4.1.6
v. 1.39 date: 1997/09/06 06:28:27; author: max; state: Exp; lines: +3 -3 Upgrade, 4.1.1 -> 4.1.5.
v. 1.38 date: 1997/08/20 04:06:21; author: ache; state: Exp; lines: +4 -4 Upgrade to 4.1.1
v. 1.37 date: 1997/08/05 23:27:04; author: ache; state: Exp; lines: +4 -3 Upgrade to 4.0.6
v. 1.36 date: 1997/07/10 01:21:54; author: ache; state: Exp; lines: +6 -4 Upgrade to 4.0.0
v. 1.35 date: 1997/07/02 13:04:57; author: ache; state: Exp; lines: +3 -3 Upgrade to 3.9.9 PR: 4005 Submitted by: Ville Eerola
v. 1.34 date: 1997/06/16 15:51:55; author: max; state: Exp; lines: +4 -4 Upgrade, 3.9.7 -> 3.9.8.
v. 1.33 date: 1997/06/11 02:38:35; author: ache; state: Exp; lines: +4 -1 Use md5.h header correctly
v. 1.32 date: 1997/06/09 23:49:42; author: max; state: Exp; lines: +3 -3 Upgrade, 3.9.6 -> 3.9.7.
v. 1.31 date: 1997/05/30 07:30:38; author: max; state: Exp; lines: +3 -3 Upgrade, 3.9.5 -> 3.9.6.
v. 1.30 date: 1997/05/20 03:49:29; author: max; state: Exp; lines: +3 -3 Upgrade, 3.9.4 -> 3.9.5.
v. 1.29 date: 1997/05/15 09:13:34; author: max; state: Exp; lines: +3 -3 Upgrade, 3.9.3 -> 3.9.4.
v. 1.28 date: 1997/05/09 10:43:35; author: ache; state: Exp; lines: +3 -3 Upgrade to 3.9.3 PR: 3550
v. 1.27 date: 1997/04/24 16:23:25; author: ache; state: Exp; lines: +11 -4 Upgrade to 3.9.2
v. 1.26 date: 1997/04/19 01:39:04; author: ache; state: Exp; lines: +3 -3 Upgrade to 3.9.1
v. 1.25 date: 1997/04/04 02:55:22; author: max; state: Exp; lines: +3 -3 Upgrade, 3.8 -> 3.9.
v. 1.24 date: 1997/03/25 08:21:01; author: max; state: Exp; lines: +3 -3 Upgrade, 3.6 -> 3.8. Reminded by: Josh Gilliam (Closing PR #2967.)
v. 1.23 date: 1997/02/21 09:04:48; author: max; state: Exp; lines: +3 -3 Upgrade, 3.4 -> 3.6.
v. 1.22 date: 1997/02/13 22:05:51; author: max; state: Exp; lines: +4 -5 Upgrade, 3.3.2 -> 3.4.
v. 1.21 date: 1997/02/04 03:33:48; author: max; state: Exp; lines: +3 -3 Upgrade, 3.3.1 -> 3.3.2. (Well, if you compile, it looks like it's 3.3.1, but the release note says it's 3.3.2.)
v. 1.20 date: 1997/02/02 08:25:16; author: max; state: Exp; lines: +3 -2 Upgrade, 3.3 -> 3.3.1.
v. 1.19 date: 1997/02/01 20:45:04; author: max; state: Exp; lines: +3 -3 Upgrade, 3.2 -> 3.3.
v. 1.18 date: 1997/01/29 08:17:42; author: max; state: Exp; lines: +2 -2 The subdirectory of the master location changed.
v. 1.17 date: 1997/01/29 02:48:24; author: max; state: Exp; lines: +4 -4 Upgrade, 2.8 -> 3.2. (It looks like the bug with v.3.1 has been fixed.) Tested by: scrappy
v. 1.16 date: 1997/01/25 18:51:45; author: max; state: Exp; lines: +2 -2 Back out the upgrade from 2.8 to 3.1 as 3.1 has critical bug. Suggested by: scrappy
v. 1.15 date: 1997/01/25 16:44:53; author: max; state: Exp; lines: +4 -4 Upgrade, 2.8 -> 3.1.
v. 1.14 date: 1997/01/12 15:00:11; author: max; state: Exp; lines: +3 -3 Upgrade, 2.8.
v. 1.13 date: 1997/01/10 16:21:09; author: max; state: Exp; lines: +3 -3 Upgrade to 2.7.
v. 1.12 date: 1996/12/28 22:30:29; author: max; state: Exp; lines: +1 -2 For now, stop adding the release number (sort of like patchlevel) to the PKGNAME.
v. 1.11 date: 1996/12/28 02:41:04; author: max; state: Exp; lines: +5 -5 Upgrade, 2.5.0 -> 2.6.0.
v. 1.10 date: 1996/12/25 03:02:17; author: max; state: Exp; lines: +4 -4 Upgrade, 2.4.0 -> 2.5.0.
v. 1.9 date: 1996/12/21 11:13:04; author: max; state: Exp; lines: +5 -5 Upgrade, 2.3.0 -> 2.4.0.
v. 1.8 date: 1996/12/19 02:46:01; author: max; state: Exp; lines: +4 -4 Upgrade, 2.2.0 -> 2.3.0
v. 1.7 date: 1996/12/15 21:21:48; author: max; state: Exp; lines: +4 -4 Upgrade, 2.0.0 -> 2.2.0.
v. 1.6 date: 1996/11/19 06:37:36; author: max; state: Exp; lines: +3 -3 Upgrade, 1.9 rel9 -> 2.0 rel0.
v. 1.5 date: 1996/11/16 22:54:39; author: max; state: Exp; lines: +2 -6 Removed the post-install target and use MAN1 variable instead to compress the man page.
v. 1.4 date: 1996/11/11 23:31:14; author: max; state: Exp; lines: +2 -1 Changed the PKGNAME to include the release number (sort of like patchlevel) defined in fetchmail.spec. This should make it easier for users to see if they've got the latest port installed.
v. 1.3 date: 1996/11/10 21:31:26; author: obrien; state: Exp; lines: +3 -4 CATEGORIES+= --> CATEGORIES= And clean up variable ordering (as shown in the handbook) as little.
v. 1.2 date: 1996/10/26 22:11:25; author: max; state: Exp; lines: +3 -3 Upgrade, 1.8 -> 1.9. Submitted by: Ville Eerola (Closing PR #1895.)
v. 1.1 date: 1996/10/15 04:52:40; author: max; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.3 date: 1997/01/12 14:59:12; author: max; state: Exp; lines: +3 -3 Upgrade, 2.7 -> 2.8.
v. 1.1.1.2 date: 1997/01/10 16:20:14; author: max; state: Exp; lines: +7 -12 Upgrade, 2.6 -> 2.7.
v. 1.1.1.1 date: 1996/10/15 04:52:40; author: max; state: Exp; lines: +0 -0 Fetchmail - batch mail retrieval client with pop2/pop3/apop/kpop/imap support. ============================================================================= v. 1.191 date: 2007/10/04 01:49:27; author: edwin; state: Exp; lines: +0 -14 Remove always-false/true conditions based on OSVERSION 500000
v. 1.190 date: 2007/09/03 19:22:27; author: barner; state: Exp; lines: +4 -3 - Fix for CVE-2007-4565 [1] - Manually include bsd.python.mk if WITH_X11 is set (after bsd.port.pre.mk) [2] Security: http://www.vuxml.org/freebsd/45500f74-5947-11dc-87c1-000e2e5785ad.html Security: http://fetchmail.berlios.de/fetchmail-SA-2007-02.txt Submitted by: Matthias Andree [1] PR: ports/116011 [1] Submitted by: Jacula Modyun [2] PR: ports/115714 [2]
v. 1.189 date: 2007/08/13 14:31:54; author: barner; state: Exp; lines: +1 -1 - security/ca-roots is deprecated, switch to security/ca_roots_nss for SSL certificates.
v. 1.188 date: 2007/07/23 09:36:08; author: rafan; state: Exp; lines: +1 -2 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.187 date: 2007/07/22 11:20:18; author: barner; state: Exp; lines: +1 -1 - Actually respect the `fetchmail_user' variable in single daemon mode - Document that above variable is ignored in the per-user daemon mode - Bump port revision Requested by: Graham Menhennitt PR: ports/114701
v. 1.186 date: 2007/07/06 07:10:44; author: barner; state: Exp; lines: +1 -1 - Remove circular dependency in rcorder by removing the (unnessary) constraint that fetchmail is started "BEFORE LOGIN". "REQUIRE mail" (which in turn requires LOGIN) is enough. - Bump PORTREVISION PR: ports/114294 Submitted by: Alson van der Meulen
v. 1.185 date: 2007/06/06 19:37:23; author: barner; state: Exp; lines: +1 -0 Install fetchmailrc with 640 since it may contain passwords. The fetchmailrc.sample file is still installed 644.
v. 1.184 date: 2007/05/31 20:08:44; author: barner; state: Exp; lines: +5 -0 - Add pkg-message pointing to documenation in rc script. - Add pointers to fetchmail documentation to rc script.
v. 1.183 date: 2007/05/19 20:14:13; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.182 date: 2007/04/10 19:37:00; author: barner; state: Exp; lines: +6 -3 - Make fetchable - Remove home.pages.de master site - Add sunsite mirror PR: ports/111443 Submitted by: Matthias Andree
v. 1.181 date: 2007/04/10 14:10:12; author: rafan; state: Exp; lines: +1 -1 - Fix fetch, MASTER_SITE_BERLIOS already contains %SUBDIR%
v. 1.180 date: 2007/04/09 20:04:05; author: barner; state: Exp; lines: +1 -1 - 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
v. 1.179 date: 2007/02/20 08:13:17; author: barner; state: Exp; lines: +2 -2 - 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
v. 1.178 date: 2007/01/06 14:38:42; author: barner; state: Exp; lines: +3 -7 - 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)
v. 1.177 date: 2006/11/02 16:05:29; author: barner; state: Exp; lines: +62 -15 - 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 [1]
v. 1.176 date: 2006/08/30 11:56:13; author: barner; state: Exp; lines: +1 -1 - Add new rc.conf option "fetchmail_logging_facility" which can be used to specify where fetchmail logs to. Default: --syslog (as hardcoded before). [1] - Use marco for cp [2] - Try to remove directories not listed in mtree [2] - No portv. bump since the default behaviour remains the same, and a new fetchmail version is to be exspected soon anyway. Requested by: Gerard Seibert [1] Submitted by: Stanislav Sedov [2] PR: ports/101517
v. 1.175 date: 2006/05/26 22:18:57; author: barner; state: Exp; lines: +1 -1 Make prefix clean. PR: ports/97977 Submitted by: Esa Karkkainen Big shiny pointy hat: me
v. 1.174 date: 2006/05/25 16:26:50; author: barner; state: Exp; lines: +2 -2 - Use %%RC_SUBR%% [1] - Fix typo in Makefile [1] - Fix recursive calls of rc script on older systems (requested in [2]) - Bump PORTREVISION PR: 97876 [1], 97335 [2] Submitted by: Jeremy Chadwick [1], Veselin Slavov [2]
v. 1.173 date: 2006/05/15 21:18:39; author: barner; state: Exp; lines: +4 -2 - Fix PID file for system-wide daemon mode - Fix package: Create /var/run/fetchmail in pkg-install instead of post-install target. - Bump PORTREVISION PR: ports/97283 Submitted by: Martin Jackson
v. 1.172 date: 2006/05/12 16:58:48; author: barner; state: Exp; lines: +12 -2 - 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 [1], Martin Jackson
v. 1.171 date: 2006/05/10 22:36:51; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from ports starting with M
v. 1.170 date: 2006/01/30 12:47:52; author: barner; state: Exp; lines: +1 -0 - Prevent fetchmail from crashing if the .netrc file does not contain a password for a particular account. - Bump PORTREVISION Submitted by: Craig Leres via Matthias Andree
v. 1.169 date: 2006/01/23 15:14:27; author: barner; state: Exp; lines: +1 -1 - 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
v. 1.168 date: 2005/12/19 15:21:52; author: barner; state: Exp; lines: +1 -2 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
v. 1.167 date: 2005/12/11 21:24:18; author: barner; state: Exp; lines: +11 -9 - Fix a null pointer dereference in multi-drop mode [1] - Fix packaging if python is not present at compile time [2] - Sort targets in Makefile - Fix variable in the WITH_X11 case - Bump PORTREVISION (for [1]) Submitted by: Andreas Haakh [1] Reviewed by: Matthias Andree (upstream maintainer) [1] Reported by: pointyhat via kris [2]
v. 1.166 date: 2005/12/10 19:58:31; author: barner; state: Exp; lines: +3 -1 - Add RUN_DEPENDS on security/ca-roots, so the certificate check really succeeds (if the servers certificate is signed by one of those authorites) - Bump PORTREVISON, since a failing certiciate check spams the port users' maillog.
v. 1.165 date: 2005/12/10 16:09:12; author: barner; state: Exp; lines: +31 -30 - Use USE_OPENSSL [1] - Remove obsolete --enable-inet6 configure argument [1] - Don't try to enable Kerberos IV and V at the same time [1] - Add WITH_NTLM knob. Inform port user about other knobs (WITH_X11, WITHOUT_NLS) [1] - Correct man page patch [1] - Fix default OpenSSL certificate path [1] [2] - Fix plist [1] [3] - Bump PORTREVISON Submitted by: Matthias Andree [1] Reported by: Dieter Rauschenberger [2] PR: ports/90084 [2] Reported by: kris via pointyhat [3]
v. 1.164 date: 2005/12/06 21:07:18; author: barner; state: Exp; lines: +21 -48 - 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 via Matthias Andree (upstream maintainer)
v. 1.163 date: 2005/11/14 11:48:52; author: barner; state: Exp; lines: +1 -1 - Fix a bug introduced with fetchmail-6.2.5.2_3, where it would sometimes leave some messages on an IMAP server, i.e. this is the correct fix for the following bug (as described Makefile:1.161 and files/patch-imap.c:1.1): fix IMAP client timeout bug with upstream servers that do not send updated EXISTS counts after acknowledging EXPUNGE see - Bump PORTREVISION to 4 PR: ports/88850 Submitted by: Vasil Dimov Patch provided by: Matthias Andree (upstream maintainer) Patch tested by: barner, Vasil Dimov
v. 1.162 date: 2005/11/10 16:30:32; author: barner; state: Exp; lines: +4 -2 Add private backup master site. Requested by: Diane Bruce PR: ports/88787
v. 1.161 date: 2005/11/10 10:29:32; author: barner; state: Exp; lines: +3 -3 - fix IMAP client timeout bug with upstream servers that do not send updated EXISTS counts after acknowledging EXPUNGE see - add fetchmailconf wrapper check for _tkinter.so (if python was installed but not Tkinter, the wrapper would still try to run fetchmailconf.bin, which gives a less clear error message to the user than was intended) - let fetchmailconf wrapper pass command line arguments to fetchmailconf.bin (it supports -d and -f FILE) - replace PREFIX with LOCALBASE where appropriate - bump PORTREVISION Submitted by: Matthias Andree PR: ports/88444
v. 1.160 date: 2005/10/30 23:05:06; author: barner; state: Exp; lines: +2 -2 Don't indent comment added in last commit by one tab, so it is not printed.
v. 1.159 date: 2005/10/30 19:06:46; author: barner; state: Exp; lines: +17 -8 - 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
v. 1.158 date: 2005/07/22 07:07:14; author: barner; state: Exp; lines: +0 -0 Forced commit to note the following (this also applies for the following files removed in my earlier commit: files/patch-s1 files/patch-r1 files/patch-driver.c Submitted by: Matthias Andree Discovered by: Miloslav Trmac http://lists.berlios.de/pipermail/fetchmail-devel/2005-July/000397.html New fix by: Ludwig Nussel (SuSE security)
v. 1.157 date: 2005/07/22 06:59:44; author: barner; state: Exp; lines: +7 -1 - 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.
v. 1.156 date: 2005/07/21 10:25:32; author: barner; state: Exp; lines: +6 -3 - Update to 6.2.5.1 (security update!) - Add new master site - Take maintainership (no objections on freebsd-ports, Matthias also favours this option as long as the new FreeBSD maintainer will be responsive and submit patches upstream - promissed :-) Submitted by: Matthias Andree PR: ports/83805 Obtainted from: http://download.berlios.de/fetchmail/fetchmail-patch-6.2.5.1.gz Security: http://www.vuxml.org/freebsd/3497d7be-2fef-45f4-8162-9063751b573a.html
v. 1.155 date: 2005/07/18 03:49:54; author: linimon; state: Exp; lines: +1 -1 With portmgr hat on, reset eik's ports since he has been inactive for several months (not responding to email). Discussed among: portmgr team
v. 1.154 date: 2005/04/12 03:25:56; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.153 date: 2005/04/11 08:03:00; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'A



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm