summaryrefslogtreecommitdiff
path: root/mail/fetchmail/files/patch-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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: update to 6.4.1.Matthias Andree2019-09-281-25/+2
| | | | | | | | | | | | 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
* mail/fetchmail depends overhaul, new fetchmailconf portMatthias Andree2019-01-201-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-111-30/+0
| | | | | | | | | | | | 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
* 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
* 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 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-041-0/+11
| | | | | | | | | | | | | | | | | | | | - 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
* - Use USE_OPENSSL [1]Simon Barner2005-12-101-11/+0
| | | | | | | | | | | | | | | | | | | - 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-061-73/+7
| | | | | | | | | | | | | | | | - 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
* Fix Kerberos {IV, V} detection.Simon Barner2005-07-281-7/+70
| | | | Notes: svn path=/head/; revision=140318
* This port update fixes the pkg-plist to include the new localizations so theyChristian Weisgerber2002-10-311-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | are included in the package, and it contains many upstream bugfixes, installs the NEWS documentation file. These are the upstream fixes: * OTP fix patches from Stanislav Brabec <utx@penguin.cz> * fix patch for writing antispam capability correctly in conf.c. * Fix patches for Debian bugs #162571, #156592. * Correction to manpage re -b and qmail. * Patch to disable use of STLS if auth passwd is specified. * Fix specfile generation to handle SSL correctly. * New Danish, Turkish, and Catalan translation files. * Improved ODMR debug messages. * IMAP efficiency hack; don't fetch sizes unless needed. * Detect and rewrite invalid return paths beginning with @. * Fix for subtle freeing bug that suppressed information in some bounce msgs. * Newline fix patches for internationalization files. * Fix reversed test guarding authentication-failure warnings. * Fix POP3 breakage starting at 5.9.14. PR: 44330 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=69197
* Update to 5.8.1 with lots of bugfixes. Remove the substitution ofPeter Pentchev2001-04-241-15/+0
| | | | | | | | | | | | /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. Notes: svn path=/head/; revision=41847
* Unbroke on the systems with crypto from ssl port.Maxim Sobolev2001-03-271-3/+12
| | | | Notes: svn path=/head/; revision=40426
* Try harder to prevent build process from unnecessarily invoking autoheader,Maxim Sobolev2001-03-201-0/+20
autoconf, automake and aclocal. Prompted by: Raimar Lutsch <raimar@lutsch.de> Notes: svn path=/head/; revision=40095