Subject: CVS commit: [pkgsrc-2004Q3] pkgsrc/mail/ssmtp
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 12/13/2004 10:21:33
Module Name: pkgsrc
Committed By: salo
Date: Mon Dec 13 10:21:33 UTC 2004
Modified Files:
pkgsrc/mail/ssmtp [pkgsrc-2004Q3]: Makefile distinfo
pkgsrc/mail/ssmtp/patches [pkgsrc-2004Q3]: patch-ab
Log Message:
Pullup ticket 168 - requested by Todd Vierling.
security fix for ssmtp
Module Name: pkgsrc
Committed By: tv
Date: Fri Oct 22 14:45:47 UTC 2004
Modified Files:
pkgsrc/mail/ssmtp: Makefile distinfo
pkgsrc/mail/ssmtp/patches: patch-ab
Log Message:
Update to 2.61, and obey USE_INET6. Change highlights:
* Fixed two format string vulnerabilities (die() and log_event())
(Closes: #243945)
* Segfaults when trying to send mail with authenticated smtp
(Closes: #261975)
* Make address rewriting possible to disable (Closes: #146238)
* Add AuthUser, AuthPass, AuthMethod to configuration file
(Closes: #249905)
* Logic to choose cram-md5 authentication is backwards
(Closes: #249907)
* SSMTP builds with MD5 support but during the exchange it
segfaults (Closes: #249203)
* The source compilaton fails if ./configure --enable-logfile
is selected (Closes: #242905)
* SSL/TLS support cannot handle STARTTLS (Closes: #244666)
* Creates bad date headers on some systems (Closes: #230864)
* Fix 'MAIL FROM' problems with cron and the like setting bad
'From:' address when FromLineOverride=YES is set (Closes: #205513)
* Update version string in ssmtp.c (Closes: #198763)
* Work around missing spaces in headers (Closes: #192445)
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.9.4.1 pkgsrc/mail/ssmtp/Makefile
cvs rdiff -r1.2 -r1.2.4.1 pkgsrc/mail/ssmtp/distinfo
cvs rdiff -r1.1.1.1 -r1.1.1.1.8.1 pkgsrc/mail/ssmtp/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.