Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
tez a569b431f2 Update to 6.3.17 per PR#43269
fetchmail-6.3.17 (released 2010-05-06, 25767 LoC):

# SECURITY FIX
* CVE-2010-1167: Fetchmail before release 6.3.17 did not properly sanitize
  external input (mail headers and UID). When a multi-character locale (such as

# FEATURES
* Fetchmail now supports a --sslcertfile <file> option to specify a "CA bundle"
  file (a file that contains trusted CA certificates). Since these bundled CA
  files do not require c_rehash to be run, they are easier to use and immune to
  OpenSSL library updates that affect the hash function.
* Fetchmail now supports a FETCHMAIL_INCLUDE_DEFAULT_X509_CA_CERTS
  environment variable to force loading the default SSL CA certificate
  locations even if --sslcertfile or --sslcertpath is used.
  If neither option is in effect, fetchmail loads the default locations.

# REGRESSION FIX
* Fix string handling in rcfile scanner, which caused fetchmail to misparse a
  run control file in certain circumstances.  Fixes BerliOS bug #14257.
  Patch by Michael Banack.  This fixes a regression introduced before 6.3.0.

# BUG FIXES
* Plug memory leak when using a "defaults" entry in the run control file.
* Do not print SSL certificate mismatches unless verbose or --sslcertck is
  enabled.
* Do not lose "set invisible" in fetchmailconf. (Michael Barnack)

# CHANGES
* Usability: SSL certificate chains are fully printed in -v -v mode, and there
  are now helpful pointers to --sslcertpath and c_rehash for "unable to get
  local issuer certificate" and self-signed certificates -- these usually hint
  to missing root signing CAs in the certs directory.
* Several fixes for compiler (GCC, Intel C++, CLang) and autotools warnings
* Memory allocation failures will now cause abnormal program abort (SIGABRT),
  no longer an exit with unspecified code.

# DOCUMENTATION
* Fix table of global option to read "set softbounce" where there used to be a
  2nd copy of "set spambounce".  Patch by Michael Banack, BerliOS Bug #17067.
* In the --sslcertpath description, mention that OpenSSL upgrade (and a 0.9.X
  to 1.0.0 upgrade in particular) may require running c_rehash.

# TRANSLATION UPDATES
  [zh_CN] Chinese/simplified (Ji Zheng-Yu)
  [cs]    Czech (Petr Pisar)
  [nl]    Dutch (Erwin Poeze)
  [fr]    French (Fr\xc3<A9>d\xc3<A9>ric Marchal)
  [de]    German
  [id]    Indonesian (Andhika Padmawan)
  [it]    Italian (Vincenzo Campanella)
  [ja]    Japanese (Takeshi Hamasaki)
  [pl]    Polish (Jakub Bogusz)
  [sk]    Slovak (Marcel Telka)
  [vi]    Vietnamese (Clytie Siddall)

# KNOWN BUGS AND WORKAROUNDS:
  (this section floats upwards through the NEWS file so it stays with the
  current release information - however, it was stuck with 6.3.8 for a while)
* fetchmail does not handle messages without Message-ID header well
  (See sourceforge.net bug #780933)
* BSMTP is mostly untested and errors can cause corrupt output.
* Sun Workshop 6 (SPARC) is known to miscompile the configuration file lexer in
  64-bit mode.  Either compile 32-bit code or use GCC to compile 64-bit
  fetchmail.  Note that fetchmail doesn't take advantage of 64-bit code,
  so compiling 32-bit SPARC code should not cause any difficulties.
* fetchmail does not track pending deletes over crashes
* the command line interface is sometimes a bit stubborn, for instance,
  fetchmail -s doesn't work with a daemon running


fetchmail-6.3.16 (released 2010-04-06, 25574 LoC):

# BUG FIX
* Fix --interface option, broken in 6.3.15. Reported by Vladmimir Stavrinov.
  Fixes Debian Bug #576717.

# CHANGE
* Call OpenSSL_add_all_algorithms(). This is needed to support non-mandatory
  and non-standard algorithms in certificates.
  Sjoerd Simons, to fix Debian Bug #576430.
  OpenSSL 0.9.8* does not load - for instance - the SHA256 digest by default.
  Reported as OpenSSL RT#2224.


fetchmail-6.3.15 (released 2010-03-28, 25572 LoC):

# FEATURE
* Fetchmail now supports a bad-header command line or rcfile option that takes
  exactly one argument, accept or reject (default).  This specifies how messages
  with bad headers retrieved from the current server are to be treated.

# BUG FIXES
* In the rcfile, recognize "local" as abbreviation for "localdomains", as
  documented. The short form has not ever worked since this feature was added in
  January 1997. Reported by Fr\xc3<A9>d\xc3<A9>ric Marchal.
* Do not close stdout when using mda and "bsmtp -" at the same time.
* Log operating system errors when BSMTP writes fail.
* Fix verbose mode progress formatting regression from 6.3.10; SMTP trace lines
  were no longer on a line of their own. Reported by Melchior Franz.
* Check seteuid() return value and abort running MDA if switch fails.
* Set global flags in a consistent manner. Make --nosoftbounce and
  --nobounce work from command line (these used to work in rcfiles).
  Reported and fix confirmed working by N.J. Mann. (Sunil Shetye)
* Properly import h_errno declarations, even on systems where h_errno isn't a
  macro. (Adds ./configure check, fixes Cygwin dllimport warnings.)

# CHANGES
* The repository has been converted and moved from the Subversion (SVN) format
  kindly hosted by Graham Wilson over the past years to Git format hosted on
  Gitorious.org.  My deepest thanks to Graham Wilson for this service that
  kept us going when BerliOS's Subversion service was faulty in its early days.
* This opportunity was used to convert BRANCH_6-2 and BRANCH_1-9-9 to
  GnuPG-signed tags, as a sign that these are now closed.
* The outdated SVN trunk is now called "oldtrunk" in Git just to save the work
  for future reference. All development in the past few years was on BRANCH_6-3.
* master was branched from BRANCH_6-3.  BRANCH_6-3 is now obsolete (and in fact
  was also converted to a tag to record where the conversion from SVN to Git
  took place).
* "make check" now skips HTML validation if xmllint or XHTML DTD are missing.

# DOCUMENTATION
* Web site and documentation were adjusted to reflect the SVN->Git move.
* The fetchmail manual page is now much clearer on the user id switching
  (seteuid) when using --mda while running as the super user.

# TRANSLATION UPDATES, by language name
* [zh_CN] Chinese (Simplified), by Ji Zheng-Yu
* [cs]    Czech, by Petr Pisar
* [nl]    Dutch, by Erwin Poeze
* [fr]    French, by Fr\xc3<A9>d\xc3<A9>ric Marchal
* [de]    German
* [id]    Indonesian, by Andhika Padmawan
* [it]    Italian, by Vincenzo Campanella
* [ja]    Japanese, by Takeshi Hamasaki
* [pl]    Polish, by Jakub Bogusz
* [vi]    Vietnamese, by Clytie Siddall
2010-05-08 15:34:59 +00:00
archivers can't depend on checkperms; it's distfile is gzipped. 2010-04-20 15:50:23 +00:00
audio update to 0.12.8 2010-05-04 11:10:07 +00:00
benchmarks Changes 2.4.5: 2010-05-06 11:14:01 +00:00
biology Sort list. 2010-03-18 08:02:32 +00:00
bootstrap - Update QNX. 2010-03-19 14:11:11 +00:00
cad Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
chat Call SSL_library_init() before any other operations. Fixes "no 2010-05-04 18:33:35 +00:00
comms Add an "ldap" option which defaults to enabled, since most modern 2010-05-07 23:57:56 +00:00
converters Update to 1.38.2: 2010-05-02 11:25:29 +00:00
cross Include bsd.prefs.mk before adjusting CFLAGS/CXXFLAGS. 2010-04-15 19:01:53 +00:00
databases Updating databases/p5-SQL-Statement from 1.26 to 1.27 2010-05-07 15:17:02 +00:00
devel Update to 0.8: 2010-05-07 15:35:06 +00:00
distfiles
doc Updated www/py-genshi to 0.6 2010-05-08 13:51:16 +00:00
editors update to 1.6.5 2010-05-06 10:46:49 +00:00
emulators Correct emulation of i386 cmpxchg instruction in the case where the 2010-04-25 12:55:41 +00:00
filesystems Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
finance Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
fonts Update DISTFILES of tex-kotex-base-doc. No functional change. 2010-05-04 23:17:11 +00:00
games update to 0.9.4 2010-05-05 18:33:25 +00:00
geography add option x11 to make it possible to build without x11. 2010-04-27 14:24:14 +00:00
graphics update to 1.0.4 2010-05-07 17:58:30 +00:00
ham Recursive revision bump for GMP update, 2nd part. 2010-03-24 21:54:15 +00:00
inputmethod Set LICENSE=gnu-gpl-v2. 2010-05-08 13:33:17 +00:00
lang Drop maintainership on these packages, I am no longer interested. 2010-05-07 08:34:22 +00:00
licenses Add open source intiative approved ISC License (ISCL). 2010-05-06 13:12:23 +00:00
mail Update to 6.3.17 per PR#43269 2010-05-08 15:34:59 +00:00
math Update to Maxima 5.21.1: 2010-05-07 03:16:06 +00:00
mbone Beacon v1.3-0 July 15, 2005 2010-03-14 10:59:14 +00:00
meta-pkgs Fix COMMENT, from diro in PR pkg/43246. 2010-05-05 17:31:12 +00:00
misc Bump PKGREVISION to reflect the recent change in pkginstall/shells to use 2010-05-07 12:02:43 +00:00
mk Previous change breaks platforms with need_ksh. Reported by joerg@. 2010-05-07 14:29:36 +00:00
multimedia update to 1.8.0.2 2010-05-07 18:02:53 +00:00
net Set LICENSE=isc 2010-05-06 13:13:11 +00:00
news update from 2.5.1 -> 2.5.2 2010-04-13 21:18:00 +00:00
packages
parallel Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
pkgtools Add isc license as default acceptable license. 2010-05-06 13:16:59 +00:00
print Update tex-enumitem{,-doc} to 2.2. 2010-05-06 20:42:03 +00:00
regress Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
security Set correct architecture on Darwin 2010-05-08 06:33:41 +00:00
shells Bump PKGREVISION to reflect the recent change in pkginstall/shells to use 2010-05-07 12:02:43 +00:00
sysutils Changes 5.0.2: 2010-05-08 09:05:47 +00:00
templates Tell users to use "pkg_admin audit" instead of audit-packages. 2010-03-18 10:18:19 +00:00
textproc add a patch originating from eric4 (the IDE) which supposedly fixes 2010-05-08 15:28:02 +00:00
time Update p5-DateTime-TimeZone from version 1.17 to version 1.18. 2010-05-05 22:58:36 +00:00
wm Update to 3.4.11.1: 2010-05-02 10:37:07 +00:00
www Update py-genshi to 0.6. 2010-05-08 13:51:01 +00:00
x11 add py-qt4-qscintilla-2.4.3 - Python bindings for the qscintilla 2010-05-08 15:34:02 +00:00
Makefile cleanup 2009-05-16 07:21:05 +00:00
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.