Changelog for
ssmtp-2.61-14.fc11.i586.rpm :
Tue Apr 20 14:00:00 2010 Manuel \"lonely wolf\" Wolfshant
2.61-14
- use Fedora\'s default TLS cert path (close #553734)
- add Debian\'s patch for \"send-mail: standardise() -- Buffer overflow\"
(close #582236)
Mon Mar 8 13:00:00 2010 Manuel \"lonely wolf\" Wolfshant 2.61-13
- Use %ghost instead of explicit-provides according to Packaging Guidelines for
Alternatives.
- close #570799
Tue Feb 16 13:00:00 2010 Manuel \"lonely wolf\" Wolfshant 2.61-12
- fix FTBFS due to ImplicitDSOLinking
- close #564967
Wed Aug 26 14:00:00 2009 Tomas Mraz 2.61-11.10
- rebuild for new openssl
Tue Feb 17 13:00:00 2009 Manuel \"lonely wolf\" Wolfshant 2.61-11.9
- add Provides for mailq; this should make ssmtp dissapear from the \"bad\" list
from https://fedoraproject.org/wiki/PackagingDrafts/UsingAlternatives
Fri Jan 16 13:00:00 2009 Manuel \"lonely wolf\" Wolfshant 2.61-11.8.1
- rebuild for newer openssl
Fri Dec 26 13:00:00 2008 Manuel \"lonely wolf\" Wolfshant 2.61-11.8
- integrate patch adding support for aliases; initial version received from Tako
Schotanus , who adapted it from \"eatnumber1\"
- README and the man page now reflect that aliases are expanded and used
Wed Nov 26 13:00:00 2008 Manuel \"lonely wolf\" Wolfshant 2.61-11.7
- integrate patch from Andreas Dilger, fixes https://bugzilla.redhat.com/show_bug.cgi?id=430608
Fri Sep 12 14:00:00 2008 Manuel \"lonely wolf\" Wolfshant 2.61-11.6.1
- use conditionals to consolidate specs for Fedora and EPEL
Thu Sep 11 14:00:00 2008 Manuel \"lonely wolf\" Wolfshant 2.61-11.6
- patch to fix CVE-2008-3962 (courtesy https://bugs.gentoo.org/127592)
- cleanup of other patches, make build with fuzz=0
Sat Aug 2 14:00:00 2008 Manuel \"lonely wolf\" Wolfshant 2.61-11.5.4
- work around rpmbuild more strict syntax checker
Tue Feb 12 13:00:00 2008 Manuel \"lonely wolf\" Wolfshant 2.61-11.5.3
- rebuilt for gcc 4.3.0
Wed Dec 5 13:00:00 2007 lonely wolf 2.61-11.5.2
- rebuilt for newer openssl
- fix usage of disttag for compatibility with mock + el3
Wed Oct 24 14:00:00 2007 lonely wolf 2.61-11.5.1
- adds back /usr/sbin/sendmail provides, rpmbuild by default does not add it
Wed Oct 24 14:00:00 2007 lonely wolf 2.61-11.5
- fixes https://bugzilla.redhat.com/show_bug.cgi?id=235594 by removing MTA
and smtpdaemon provides, as the packages which required those were fixed
Tue Oct 16 14:00:00 2007 lonely wolf 2.61-11.4
- includes patch from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340803
replacing md5 from RSA with a version released under GPLv2+
- fix URL for upstream
Wed Aug 22 14:00:00 2007 lonely wolf 2.61-11.3.1
- rebuilt
Fri Aug 10 14:00:00 2007 lonely wolf 2.61-11.3
- fix release tag, previous one did not match the changelog
Fri Aug 3 14:00:00 2007 lonely wolf 2.61-11.2
- license clarification
Sun Dec 10 13:00:00 2006 lonely wolf 2.61-11.1
- fix double %changelog entry
Fri Dec 8 13:00:00 2006 lonely wolf 2.61-11
- fix security leak (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369542 )
- include more patches from debian (report an error in treating Bcc: addresses and if the SSL certificate does not match )
Tue Nov 28 13:00:00 2006 lonely wolf 2.61-10
- fix silly typo in changelog
Tue Nov 28 13:00:00 2006 lonely wolf 2.61-9
- included Ville Skyttä\'s patch for saner default values in ssmtp.conf (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217270)
Tue Oct 10 14:00:00 2006 lonely wolf 2.61-8
- enabled IPv6 (just added this option to %configure, the capability was already there)
- removed yet another man page from %Provides
- cosmetic fixes - consistent use of macros
- added a missing Require
- I have also included a [commented] URL to the current patch (v9) provided by Debian. Because starting with version 8 the patch modifies the SSL libraries used. I will include this modification once I can perform more tests.
Tue Oct 10 14:00:00 2006 lonely wolf 2.61-7
- removed man pages and stubs from %Provides
Fri Sep 22 14:00:00 2006 lonely wolf 2.61-6
- cosmetic fixes
Tue Apr 11 14:00:00 2006 lonely wolf 2.61-5
- cleaner hack for RHEL 3
- added back Provides: smtpdaemon
- correct typo in Provides
Tue Apr 11 14:00:00 2006 lonely wolf 2.61-4
- hack for RHEL 3 which has krb5.h in a different place
Mon Apr 10 14:00:00 2006 lonely wolf 2.61-3
- removed Requires: openssl
- removed Provides: smtpdaemon
- cleaning of %files
- correct typos in version numbers in changelog
- disabled \"alternatives --auto mta\" in postrun macro, pending more tests
Sat Apr 8 14:00:00 2006 lonely wolf 2.61-2
- fix spec file: consistent use of buildroot macro, no double \"ssmtp\" in files\' name, switch back the name of the main patch to the one used by Debian
- removed the generate_config_alt script; it is ugly, buggy and completely replaces the default provided configuration file, including the comments (which are useful)
- add openssl to requires and openssl-devel to buildrequires
- fix pre/post install scriptlets (upgrade would have removed the files from the alternatives system)
- remove two unneeded files from the alternatives call; man sendmail will default to the page provided by ssmtp
Thu Apr 6 14:00:00 2006 lonely wolf 2.61-1
- Initial rpm version, based on Debian sources & patch
- Includes patch from Mandrake to lower the default system UIDs from 1000 to 500
- Includes generate_config_alt, a small script to generate a customized ssmtp.conf (thus overriding the default one); beware that this script will completely replace the default ssmtp.conf.
- Customized to play nice in the alternatives environment