summaryrefslogtreecommitdiff
path: root/mail/fetchmail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 6.3.11Dmitry Marakasov2009-08-112-4/+4
| | | | | | | | | PR: 137604 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) http://www.freebsd.org/ports/portaudit/5179d85c-8683-11de-91b9-0022157515b2.html Notes: svn path=/head/; revision=239343
* - Update to 6.3.10Dmitry Marakasov2009-07-155-38/+10
| | | | | | | | | | - Portlint PR: 136774 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Notes: svn path=/head/; revision=237904
* - Pass maintainership to submitterMartin Wilke2009-05-041-1/+1
| | | | | | | | PR: 134189 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Notes: svn path=/head/; revision=233246
* Reset barner@FreeBSD.org due to several months of inactivity.Mark Linimon2009-03-231-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=230713
* Add http://homepages.uni-paderborn.de to MASTER_SITES. The sunsiteMark Linimon2009-01-121-6/+6
| | | | | | | | | | | | mirrors appear to be behind. Also (temporarily?) remove home.leo.org, as the site seems to have been rearranged. PR: ports/130301 Submitted by: Matthias Andree <matthias dot andree at gmx dot de> Hat: portmgr Notes: svn path=/head/; revision=225801
* - Update to 6.3.9Pav Lucistnik2009-01-087-94/+33
| | | | | | | | | PR: ports/129755 Submitted by: Matthias Andree <matthias.andree@gmx.de> Approved by: maintainer timeout (barner; 20 days) Notes: svn path=/head/; revision=225443
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Use revised patch for CVE-2008-2711Simon Barner2008-07-012-11/+32
| | | | | | | | | | - Bump port revision Security: http://fetchmail.berlios.de/fetchmail-SA-2008-01.txt Security: http://www.vuxml.org/freebsd/1e8e63c0-478a-11dd-a88d-000ea69a5213.html Notes: svn path=/head/; revision=216094
* - Security fix: potential crash in -v -v verbose mode.Simon Barner2008-06-202-1/+32
| | | | | | | | | | | | - Bump port revision PR: ports/124718 Submitted by: Matthias Andree <matthias.andree@gmx.de> Security: http://www.vuxml.org/freebsd/168190df-3e9a-11dd-87bc-000ea69a5213.html Security: CVE-2008-2711 Notes: svn path=/head/; revision=215322
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Fix installation as non-root userSimon Barner2008-04-061-1/+1
| | | | | | | | Submitted by: Stefan Sperling PR: ports/122269 Notes: svn path=/head/; revision=210637
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-14/+0
| | | | Notes: svn path=/head/; revision=200775
* - Fix for CVE-2007-4565 [1]Simon Barner2007-09-032-3/+15
| | | | | | | | | | | | | | - 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 <matthias.andree@gmx.de> [1] PR: ports/116011 [1] Submitted by: Jacula Modyun <jacula@gmail.com> [2] PR: ports/115714 [2] Notes: svn path=/head/; revision=198702
* - security/ca-roots is deprecated, switch to security/ca_roots_nss forSimon Barner2007-08-131-1/+1
| | | | | | | SSL certificates. Notes: svn path=/head/; revision=197586
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* - Actually respect the `fetchmail_user' variable in single daemonSimon Barner2007-07-222-2/+6
| | | | | | | | | | | | mode - Document that above variable is ignored in the per-user daemon mode - Bump port revision Requested by: Graham Menhennitt <graham@menhennitt.com.au> PR: ports/114701 Notes: svn path=/head/; revision=196053
* - Remove circular dependency in rcorder by removing the (unnessary) constraintSimon Barner2007-07-062-2/+1
| | | | | | | | | | | | 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 <alson@flutnet.org> Notes: svn path=/head/; revision=195054
* Install fetchmailrc with 640 since it may contain passwords.Simon Barner2007-06-061-0/+1
| | | | | | | The fetchmailrc.sample file is still installed 644. Notes: svn path=/head/; revision=192945
* - Add pkg-message pointing to documenation in rc script.Simon Barner2007-05-314-5/+24
| | | | | | | - Add pointers to fetchmail documentation to rc script. Notes: svn path=/head/; revision=192491
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-6/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Make fetchableSimon Barner2007-04-101-3/+6
| | | | | | | | | | | - Remove home.pages.de master site - Add sunsite mirror PR: ports/111443 Submitted by: Matthias Andree Notes: svn path=/head/; revision=189710
* - Fix fetch, MASTER_SITE_BERLIOS already contains %SUBDIR%Rong-En Fan2007-04-101-1/+1
| | | | Notes: svn path=/head/; revision=189671
* - Update to 6.3.8Simon Barner2007-04-092-4/+4
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=189596
* - Update to 6.3.7Simon Barner2007-02-202-5/+5
| | | | | | | | - Regression fixes for KPOP and repoll after server disconnect (TLS) Details: https://lists.berlios.de/pipermail/fetchmail-announce/2007-February/000047.html Notes: svn path=/head/; revision=185552
* - Update to 6.3.6Simon Barner2007-01-063-13/+7
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=181631
* - Update to fetchmail 6.3.5. See here for the release notes:Simon Barner2006-11-022-18/+68
| | | | | | | | | | | | 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] Notes: svn path=/head/; revision=176199
* - Add new rc.conf option "fetchmail_logging_facility" which can be usedSimon Barner2006-08-303-2/+9
| | | | | | | | | | | | | | | | 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 portrevision bump since the default behaviour remains the same, and a new fetchmail version is to be exspected soon anyway. Requested by: Gerard Seibert <gerard@seibercom.net> [1] Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> [2] PR: ports/101517 Notes: svn path=/head/; revision=171661
* Make prefix clean.Simon Barner2006-05-262-3/+3
| | | | | | | | | PR: ports/97977 Submitted by: Esa Karkkainen <ejk@iki.fi> Big shiny pointy hat: me Notes: svn path=/head/; revision=163553
* - Use %%RC_SUBR%% [1]Simon Barner2006-05-252-5/+11
| | | | | | | | | | | | | - 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 <freebsd@jdc.parodius.com> [1], Veselin Slavov <vess@slavof.net> [2] Notes: svn path=/head/; revision=163376
* - Fix PID file for system-wide daemon modeSimon Barner2006-05-153-3/+7
| | | | | | | | | | | | - Fix package: Create /var/run/fetchmail in pkg-install instead of post-install target. - Bump PORTREVISION PR: ports/97283 Submitted by: Martin Jackson <mhjacks@swbell.net> Notes: svn path=/head/; revision=162490
* - Update to 6.3.4 [1]Simon Barner2006-05-127-20/+202
| | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=162186
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Prevent fetchmail from crashing if the .netrc file does not containSimon Barner2006-01-302-0/+16
| | | | | | | | | | | a password for a particular account. - Bump PORTREVISION Submitted by: Craig Leres via Matthias Andree Notes: svn path=/head/; revision=154803
* - Update to 6.3.2Simon Barner2006-01-232-4/+4
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=154237
* Update to 6.3.1Simon Barner2005-12-196-153/+4
| | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=151571
* - Fix a null pointer dereference in multi-drop mode [1]Simon Barner2005-12-113-23/+37
| | | | | | | | | | | | | | | - 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 <bugReporter@Haakh.de> [1] Reviewed by: Matthias Andree <matthias.andree@gmx.de> (upstream maintainer) [1] Reported by: pointyhat via kris [2] Notes: svn path=/head/; revision=150908
* - Add RUN_DEPENDS on security/ca-roots, so the certificate check reallySimon Barner2005-12-101-1/+3
| | | | | | | | | | succeeds (if the servers certificate is signed by one of those authorites) - Bump PORTREVISON, since a failing certiciate check spams the port users' maillog. Notes: svn path=/head/; revision=150829
* - Use USE_OPENSSL [1]Simon Barner2005-12-105-47/+139
| | | | | | | | | | | | | | | | | | | - 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 <matthias.andree@gmx.de> [1] Reported by: Dieter Rauschenberger <dr@d-ra.de> [2] PR: ports/90084 [2] Reported by: kris via pointyhat [3] Notes: svn path=/head/; revision=150802
* - Update to fetchmail 6.3.0Simon Barner2005-12-0614-352/+106
| | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=150556
* Add SHA256 for my ports (that don't already have it).Simon Barner2005-11-241-0/+3
| | | | Notes: svn path=/head/; revision=149297
* - Fix a bug introduced with fetchmail-6.2.5.2_3, where it would sometimesSimon Barner2005-11-142-18/+148
| | | | | | | | | | | | | | | | | | | 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 <http://bugs.debian.org/314509> - Bump PORTREVISION to 4 PR: ports/88850 Submitted by: Vasil Dimov Patch provided by: Matthias Andree (upstream maintainer) Patch tested by: barner, Vasil Dimov Notes: svn path=/head/; revision=148218
* Add private backup master site.Simon Barner2005-11-101-2/+4
| | | | | | | | Requested by: Diane Bruce <db@db.net> PR: ports/88787 Notes: svn path=/head/; revision=147845
* - fix IMAP client timeout bug with upstream servers that do not send updatedSimon Barner2005-11-103-15/+36
| | | | | | | | | | | | | | | | | | | | | EXISTS counts after acknowledging EXPUNGE see <http://bugs.debian.org/314509> - 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 <matthias.andree@gmx.de> PR: ports/88444 Notes: svn path=/head/; revision=147820
* Don't indent comment added in last commit by one tab, so it is not printed.Simon Barner2005-10-301-2/+2
| | | | Notes: svn path=/head/; revision=146786
* - Use fetchmailconf-1.43.2 in order to fix a password exposure caused bySimon Barner2005-10-302-8/+19
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=146758
* Fix Kerberos {IV, V} detection.Simon Barner2005-07-281-7/+70
| | | | Notes: svn path=/head/; revision=140318
* Update WWW (new fetchmail homepage fetchmail.berlios.de).Simon Barner2005-07-231-5/+2
| | | | | | | | PR: ports/83900 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=139982
* - Update to 6.2.5.2. This fixes a denial of service vulerability introducedSimon Barner2005-07-225-293/+9
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=139868
* - Update to 6.2.5.1 (security update!)Simon Barner2005-07-214-4/+284
| | | | | | | | | | | | | | | - 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 <matthias DOT andree AT gmx DOT de> 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 Notes: svn path=/head/; revision=139809
* With portmgr hat on, reset eik's ports since he has been inactive forMark Linimon2005-07-181-1/+1
| | | | | | | | | several months (not responding to email). Discussed among: portmgr team Notes: svn path=/head/; revision=139457