summaryrefslogtreecommitdiff
path: root/mail/fetchmail/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* mail/fetchmail: mail/fetchmailconf: Update to 6.4.13 [1], fix rcfile bug [2]Matthias Andree2020-11-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update mail/fetchmail{,conf} to 6.4.13 and fix rc script to work correctly when root's shell does not include /usr/local/bin in $PATH. mail/fetchmail passes 'poudriere testport' on both i386 and amd64 under 11.4 and 12.1 for the following configurations: - Default settings - Default settings, build as non-root - ssl=base, GSSAPI_MIT - ssl=base, GSSAPI_NONE - ssl=openssl - ssl=openssl with SSL2 and SSL3 disabled - ssl=openssl, GSSAPI_NONE - ssl=libressl - ssl=libressl, GSSAPI_NONE mail/fetchmailconf passes 'poudriere testport' on both i386 and amd64 under 11.4 and 12.1 with default settings Additionally, passes bulk -tC on 12.1-arm64. PR: 250925 [1] Submitted by: Corey Halpin (maintainer) PR: 250691 [2, comments #14, #15] Reported by: Brian Biskeborn [2], Andrey Kiryanov [2] Notes: svn path=/head/; revision=554447
* mail/fetchmail: Fix shell's 'Bad -c option' in rcscript.Matthias Andree2020-11-011-1/+1
| | | | | | | | | | | | | | | | | | Turns out that our fetchmail_dump_config() function needs to add one more level of quoting because it's being unquoted and word split twice, once by su's shell, and again by sh. While here, change sh to /bin/sh to make the intention clearer. Bump PORTREVISION to get the fix out onto the systems. PR: 250691 Reported by: Helmut Ritter <freebsd-ports@charlieroot.de> Approved by: chalpin@cs.wisc.edu MFH: 2020Q4 (blanket, one-line tested working fix, 4-eyes principle) Notes: svn path=/head/; revision=553849
* mail/fetchmail: fix rcscript regression from _1 that broke global modeMatthias Andree2020-10-061-54/+40
| | | | | | | | | | | | | | In a situation where fetchmail is to be started globally with the configuration in $LOCALBASE/etc, the rc.d file would try to run fetchmail for the wrong user. Simplify script more, avoiding recursive call in single-user mode. Submitted by: Corey Halpin (maintainer, direct mail to mandree@) Reported by: Armin Tüting Notes: svn path=/head/; revision=551607
* mail/fetchmail: avoid rc.conf overriding daemon interval, many other fixesMatthias Andree2020-10-051-47/+102
| | | | | | | | | | | | | | | | | | | | | | | | | Authors: CH = Corey Halpin, MA = Matthias Andree - fetchmail's rc script now queries the daemon interval from the configuration, and falls back to the rc.conf value if given. [CH] - Similarly, the logging facility will be taken from the configuration [MA] - Add documentation to the rcfile's header comments. [MA] - Drop support for fetchmail_home_prefix in rc.conf, and query the respective users' home directories with getent instead. [MA] - In the rc scripts, redirect input from /dev/null so it will not ask for passwords. [MA] - Add support for the typical 12.1 rc.conf ${name}_... keywords. [MA] - Make script execution easier to follow by simplifying if...else logic. [CH] - Fix rcscript's exit code to be 1 if one of the per-user calls fails. [CH] - Add relevant notes to UPDATING. [MA] PR: 249860 Submitted by: Corey Halpin (maintainer) Reported by: Chris James (on fetchmail-users mailing list) Approved by: Corey Halpin (maintainer) Notes: svn path=/head/; revision=551537
* mail/fetchmail: update to 6.4.10Matthias Andree2020-08-281-7/+8
| | | | | | | | | | | | | | while here, switch distfile back to xz format and update the > 2^31 "long long" fix so it patches the right place of the NEWS file. - adds Romanian translation - minor manual page fix to add "MD5" hash to sslfingerprint documentation PR: 248954 Approved by: Corey Halpin (maintainer) Notes: svn path=/head/; revision=546739
* mail/fetchmail, fetchmailconf: update from -rc2 to release (translations)Matthias Andree2020-04-051-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Update from fetchmail-6.4.3-rc2 to fetchmail-6.4.3, with these relevant changes. None affect code files, it's only translations and documentation. * 02c92e99 2020-04-05 | po/: Record 'make distcheck' changes for release. (tag: RELEASE_6-4-3) [Matthias Andree] * 0b175aec 2020-04-05 | configure.ac, NEWS: Bump version for 6.4.3 release. [Matthias Andree] * 0b143cf8 2020-04-04 | NEWS: Mention Esperanto update. [Matthias Andree] * 54577a4d 2020-04-03 | Update <eo> Esperanto translation to fetchmail 6.4.3-rc2 [Felipe Castro] * cd34cf8f 2020-04-02 | NEWS: Add translations so far. [Matthias Andree] * 5ed4bb4c 2020-04-01 | Update <sv> Swedish translation to fetchmail 6.4.3-rc2 [Göran Uddeborg] * 117ecd06 2020-03-31 | Update <zh_CN> Chinese (simplified) translation to fetchmail 6.4.3-rc2 [Boyuan Yang] * 13600873 2020-03-31 | Update <sq> Albanian translation to fetchmail-6.4.3-rc2 [Besnik Bleta] * c83a5ae9 2020-03-31 | Update <pl> Polish translation to fetchmail 6.4.3-rc2 [Jakub Bogusz] * 741ae779 2020-04-01 | Update <fr> French translation to fetchmail-6.4.3-rc2 [Frédéric Marchal] * 744af877 2020-03-31 | Update <cs> Czech translation to fetchmail 6.4.3-rc2 [Petr Pisar] There is no documentation/translation-update blanket. PR: 245371 Approved by: Corey Halpin (maintainer) MFH: 2020Q2 (only documentation and translation updates, please approve) Notes: svn path=/head/; revision=530831
* mail/fetchmail, fetchmailconf: update to 6.4.3-rc2 (bug fixes)Matthias Andree2020-03-311-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a patch to document --sslproto tls1.3+ and tls1.3 through the manpage, which hasn't made 6.4.3-rc2 but works since 6.4.0 assuming that the SSL library supports TLSv1.3. Remove fetchmailconf patch that is now part of the upstream code. Switch to .lz downloads, a tiny bit smaller. Upstream changelog: ## BUGFIXES: * Plug memory leaks when parts of the configuration (defaults, rcfile, command line) override one another. * fetchmail terminated the placeholder command string too late and included garbage from the heap at the end of the string. Workaround: don't use place- holders %h or %p in the --plugin string. Bug added in 6.4.0 when merging Gitlab merge request !5 in order to fix an input buffer overrun. Faulty commit 418cda65f752e367fa663fd13884a45fcbc39ddd. Reported by Stefan Thurner, Gitlab issue #16. * Fetchmail now checks for errors when trying to read the .idfile, Gitlab issue #3. ## CHANGES: * Fetchmail documentation was updated to require OpenSSL 1.1.1. OpenSSL 1.0.2 reached End Of Life status at the end of the year 2019. Fetchmail will tolerate, but warn about, 1.0.2 for now on the assumption that distributors backport security fixes as the need arises. Fetchmail will also warn if another SSL library that is API-compatible with OpenSSL lacks TLS v1.3 support. * If the trust anchor is missing, fetchmail refers the user to README.SSL. PR: 245187 Submitted by: mandree@ Approved by: Corey Halpin (maintainer) Notes: svn path=/head/; revision=529980
* Fix the build with the latest krb5 portGreg Lewis2020-02-221-4/+4
| | | | | | | | PR: 244228 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Notes: svn path=/head/; revision=526846
* mail/fetchmail: mail/fetchmailconf: update to 6.4.2, make Python 3 compatibleMatthias Andree2020-02-202-20/+0
| | | | | | | | | | | | | | | | | | | | | | Fetchmail updated to new revision 6.4.2 - one bugfix - manual page updates - update of Chinese (simplified) translation - massive fetchmailconf overhaul + Python 3 compatible (requires py-future) + Supports IPv6 and SSL probing - remove two patches for fetchmail that are in the upstream release - add a smoke test to fetchmailconf's post-install, and a patch to support that running without X11 $DISPLAY. PR: 244130 Submitted by: mandree@ Reviewed by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) MFH: 2020Q1 (bugfixes and fetchmailconf update and Python3 compat.) Notes: svn path=/head/; revision=526535
* fetchmail: Fix manpage rendering w/ groff, fix t.smoke failureMatthias Andree2019-10-092-0/+20
| | | | | | | | | | PR: 240914 PR: 241032 Submitted by: Corey Halpin (maintainer) Reported by: Helge Oldach, Konstantin Belousov Notes: svn path=/head/; revision=514172
* mail/fetchmail: update to 6.4.1.Matthias Andree2019-09-285-110/+161
| | | | | | | | | | | | Release notes: https://sourceforge.net/projects/fetchmail/files/branch_6.4/ While here, remove fetchmail64 port, now no longer needed. PR: 240908 Submitted by: chalpin@cs.wisc.edu (maintainer) Notes: svn path=/head/; revision=513169
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508882
* Fixup minor oversights from r490780 mail/fetchmail*Matthias Andree2019-01-202-24/+1
| | | | | | | | | * Update comment in mail/fetchmail/files/fetchmailrc.sample * Remove mail/fetchmail/files/fetchmail.in that got copied to mail/fetchmailconf/files/ Notes: svn path=/head/; revision=490783
* mail/fetchmail depends overhaul, new fetchmailconf portMatthias Andree2019-01-203-24/+92
| | | | | | | | | | | | | | | | | | | | | | | | | * Bring back SNI (server name indication) support for TLS connections, lost in 6.3.26_10 (PORTREVISION=10) as a regression over _9. Pointy hat: mandree@ * Drop the X11 option, remove the Python dependency, and create a new mail/fetchmailconf slave port/package that installs the fetchmailconf configurator. Note that the _DEPENDS of the ports reflects a technical dependence (fetchmailconf needs fetchmail), and we cannot keep an X11 option that depends on fetchmailconf, since that would create a circular dependency, which we must avoid. * Patch configure instead of configure.ac with Cy's Kerberos fix, drop autoreconf from USES, and add a new configure check directly to set HAVE_DECL_SSLV3_CLIENT_METHOD to cover the various TLS providers (currently five, base, openssl, openssl111, libressl, libressl-devel) * Add -Wl,--as-needed to LDFLAGS so as not to pull in unneeded .so libraries, for instance, libcom_err when compiling under GSSAPI_NONE. * Bump PORTREVISION. Very fruitful and nice collaboration with and Approved by: chalpin@cs.wisc.edu (maintainer) Notes: svn path=/head/; revision=490780
* Fix GSSAPI-based, and NLS-less, builds.Matthias Andree2019-01-112-30/+24
| | | | | | | | | | | | This was also tested on a live 12.0 amd64 machine, 11.2-arm64 and 11.2-i386 poudriere boxes with base GSSAPI. PR: 234740 Reported by: Peter Putzer (Bugzilla), Alex V. Petrov (e-mail) Approved by: Corey Halpin (maintainer) Notes: svn path=/head/; revision=489947
* mail/fetchmail: backport less-old TLS support from FedoraConrad Meyer2019-01-062-25/+21
| | | | | | | | | | | Allows options like 'sslproto "TLS1.2+"', for example. PR: 233247 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Approved by: koobs Notes: svn path=/head/; revision=489439
* mail/fetchmail:Ollivier Robert2018-11-061-0/+1
| | | | | | | | | | - Ensure the fetchmail script returns 1 if fetchmail is not running. - Bump PORTREVISION. PR: ports/219051 Notes: svn path=/head/; revision=484295
* Fix build with openssl-devel, remove BROKEN_SSL.Matthias Andree2018-05-111-1/+1
| | | | | | | Approved by: (blanket approval for unbreaking builds) Notes: svn path=/head/; revision=469628
* Correctly link to MIT KRB5 libraries when selected.Cy Schubert2018-04-281-0/+30
| | | | | | | | | | | | | | This was discovered while working through issues relating to an exp-run using base with private Heimdal, part of the project to make a) Heimdal in base private and b) import MIT into base (PR 222745). PR: 227680 Submitted by: cy@ Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) MFH: 2018Q2 Notes: svn path=/head/; revision=468557
* mail/fetchmail: Fix build without SSLv3Bernard Spil2016-06-214-26/+50
| | | | | | | | | | | | | | | | - Fix build with OpenSSL 1.1 and LibreSSL - Stop using pkg-install/pkg-deinstall scripts - Use pkg-plist keywords - Use GSSAPI ports framework - Change X11, POP2 options to use options framework PR: 210130 Submitted by: freebsd-ports@charlieroot.de Reviewed by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Notes: svn path=/head/; revision=417187
* Update URLs that pointed to the defunct berlios.de site.Matthias Andree2014-11-041-1/+1
| | | | Notes: svn path=/head/; revision=372129
* Fix typo in pkg-install.in and bump PORTREVISIONRene Ladan2014-04-231-2/+2
| | | | | | | Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=351923
* - Add license information [1]Rene Ladan2014-04-222-0/+26
| | | | | | | | | | | | | | | | | | - Fix shebang for fetchmailconf.py [1] - Convert POP2 knob into an option [1] - Use option helpers [1] - Fix staging of documentation and X11 files [1] - Simplify post-install target and pkg-plist - Replace USE_GMAKE and USE_XZ by their USES equivalents - Do not display pkg-message in post-install - Do not create /var/run/fetchmail in pkg-plist PR: ports/185572 [1] Submitted by: Takefu <takefu@airport.fm> Approved by: maintainer timeout (<chalpin@cs.wisc.edu>) Notes: svn path=/head/; revision=351860
* - Update script for chasing _tkinter.so relocationBeech Rintoul2013-03-031-1/+1
| | | | | | | | | PR: ports/176611 Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org> Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Notes: svn path=/head/; revision=313331
* Fix up my patch error.Matthias Andree2013-01-101-22/+0
| | | | | | | | Not bumping PORTREVISION because there is no functional change, the script has either replaced itself through exec, or exited. Notes: svn path=/head/; revision=310168
* Changes by Po-Chien Lin:Matthias Andree2013-01-102-22/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 6.3.24 - Switch to OptionsNG - Remove unused variables: PATCH_STRIP, MAKE_ENV - Rearrange ordering of some sections - Use PORTDOCS to handle document list instead of pkg-plist - Alter pkg-plst to make portlint(1) happier - Cleanup TABs - Set USE_PYTHON_RUN only if X11 option is set. - Rename files/fetchmailconf to files/fetchmailconf.in, add it into SUB_FILES, and make the corresponding change in pre-patch target. - The `fetchmailconf' wrapper will only be installed when X11 option is unset, otherwise we use the native wrapper which will directly call the script under PYTHON_SITELIBDIR. - Add %%X11%% and %%NOX11%% prefix to PLIST_SUB. Changes by Corey Halpin (maintainer): - Update MASTER_SITES PR: 174873 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Approved by: Corey Halpin (maintainer) Notes: svn path=/head/; revision=310167
* Update to upstream release fetchmail 6.3.22.Matthias Andree2012-08-301-53/+0
| | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2011-3389 (reenabling a countermeasure against chosen-plaintext attacks against block cipher initialization) Fixes CVE-2012-3482 (vulnerabilities in NTLM authentication; already fixed in FreeBSD's port 6.3.21_1) Assorted other fixes and workarounds. Adds a Swedish translation. Release Notes: http://developer.berlios.de/project/shownotes.php?release_id=19117 PR: 171177 Approved by: Corey Halpin (maintainer) Security: CVE-2012-3482 Security: http://www.vuxml.org/freebsd/83f9e943-e664-11e1-a66d-080027ef73ec.html Security: CVE-2011-3389 Security: http://www.vuxml.org/freebsd/18ce9a90-f269-11e1-be53-080027ef73ec.html Notes: svn path=/head/; revision=303362
* Update fetchmail to 6.3.21_1, fixing CVE-2012-3482.Matthias Andree2012-08-271-0/+53
| | | | | | | | | | | | Adjust VuXML database entry from < 6.3.22 to < 6.3.21_1. PR: ports/170613 Approved by: maintainer timeout (14 days) Security: http://www.vuxml.org/freebsd/83f9e943-e664-11e1-a66d-080027ef73ec.html Security: CVE-2012-3482 Notes: svn path=/head/; revision=303238
* Update 6.3.20 --> 6.3.21Cy Schubert2012-02-241-51/+0
| | | | | | | | PR: 165459 Approved by: Maintainer (Corey Halpin <chalpin@cs.wisc.edu>) Notes: svn path=/head/; revision=292204
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Fix critical fetchmail-embeds-NULs bug found by Antoine Levitt.Matthias Andree2011-08-211-0/+51
| | | | Notes: svn path=/head/; revision=280120
* Assorted minor fixes and touch-ups:Matthias Andree2011-08-151-19/+16
| | | | | | | | | | | | | | | | | | | | | | | - Fix: rcfile: export FETCHMAILUSER=$fetchmail_user [1] - Fix: when installing from source, make /var/run/fetchmail directory so that a global fetchmail installation won't break after port upgrades - Change: compile GSSAPI support by default (it's in base) - Cleanup: rcfile: drop support for fetchmail.sh script name - Cleanup: rcfile: don't mix backtick with apostrophe in comments, they don't match Reported by: thierry, Victor Balada Diaz <victor@bsdes.net> [1] Suggested by: Victor Balada Diaz <victor@bsdes.net> [1] PR: ports/151783 Approved by: maintainer timeout [1] Notes: svn path=/head/; revision=279763
* Update to new upstream release 6.3.19.Matthias Andree2010-12-111-28/+0
| | | | | | | | | Approved by: Corey Halpin (maintainer) Submitted by: mandree PR: ports/152999 Notes: svn path=/head/; revision=266073
* Fix build by skipping the validation of the XHTML 1.1 documentRene Ladan2010-11-141-0/+28
| | | | | | | | | | | Mailbox-Names-UTF7.html PR: ports/152067 Submitted by: Matthias Andree [matthias.andree gmx.de] Approved by: maintainer Notes: svn path=/head/; revision=264519
* Update to new upstream release 6.3.18.Matthias Andree2010-10-251-11/+0
| | | | | | | | Approved by: Corey Halpin (maintainer) PR: ports/151686 Notes: svn path=/head/; revision=263556
* - Fix when run fetchmail with apop access.Sylvio Cesar Teixeira2010-05-231-0/+11
| | | | | | | | | PR: ports/146002 Submitted by: mkgt00@gmail.com Approved by: maintainer (timeout > 14days) Notes: svn path=/head/; revision=254892
* - Update to 6.3.17Martin Wilke2010-05-221-102/+0
| | | | | | | | PR: 146589 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Notes: svn path=/head/; revision=254782
* Security fix for CVE-2010-1167.Matthias Andree2010-04-221-0/+102
| | | | | | | | | | | | | | | | This unbreaks the build, since this vulnerability is listed at http://www.vuxml.org/freebsd/09910d76-4c82-11df-83fb-0015587e2cc1.html. Add the recommended upstream patch. Bump PORTREVISION. PR: ports/145857 Approved by: Corey Halpin (maintainer) Approved by: garga (mentor) Notes: svn path=/head/; revision=253064
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to new upstream release 6.3.14. Changes:Matthias Andree2010-02-121-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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) Notes: svn path=/head/; revision=249642
* - Update to 6.3.13 (updates translations and supports SMTP multiline replies)Martin Wilke2009-11-043-19/+15
| | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=243752
* - Add a patch to fix segfault on startup.Wesley Shields2009-09-081-0/+15
| | | | | | | | | PR: ports/137972 Submitted by: Christian Ludwig <chrissicool@chrissicool.net> Approved by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Notes: svn path=/head/; revision=241043
* - Update to 6.3.10Dmitry Marakasov2009-07-152-29/+0
| | | | | | | | | | - Portlint PR: 136774 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Notes: svn path=/head/; revision=237904
* - Update to 6.3.9Pav Lucistnik2009-01-084-88/+18
| | | | | | | | | PR: ports/129755 Submitted by: Matthias Andree <matthias.andree@gmx.de> Approved by: maintainer timeout (barner; 20 days) Notes: svn path=/head/; revision=225443
* - Use revised patch for CVE-2008-2711Simon Barner2008-07-011-10/+31
| | | | | | | | | | - 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-201-0/+31
| | | | | | | | | | | | - 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
* - Fix for CVE-2007-4565 [1]Simon Barner2007-09-031-0/+11
| | | | | | | | | | | | | | - 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
* - Actually respect the `fetchmail_user' variable in single daemonSimon Barner2007-07-221-1/+5
| | | | | | | | | | | | 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-061-1/+0
| | | | | | | | | | | | 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