summaryrefslogtreecommitdiff
path: root/debian/changelog
AgeCommit message (Collapse)AuthorFilesLines
2014-11-18sendmail (8.14.4-7+dyson1) unstable; urgency=mediumHEADdyson/8.14.4-7+dyson1masterIgor Pashev1-0/+11
* Package for Dyson * Updated libmilter.symbols.in for Dyson * Disabled NIS+ (FTBFS) * POSIX sigwait is the default on Dyson (dyson-sigwait.patch) * Make sure gnu install is used instead of local install.sh which does not support -d * No SMF yet
2014-05-25finalize changelog for sendmail (8.14.4-7)debian/8.14.4-7Andreas Beckmann1-2/+2
2014-05-25update symbols control fileAndreas Beckmann1-0/+2
2014-05-24remove timestamp from bug-scriptAndreas Beckmann1-0/+6
2014-05-24finalize changelog for sendmail (8.14.4-6)debian/8.14.4-6Andreas Beckmann1-2/+2
2014-05-23override read-in-maintainer-script: unreachable legacy codeAndreas Beckmann1-1/+1
2014-05-23properly set the close-on-exec flag before executing mailersAndreas Beckmann1-0/+2
backported from 8.14.9: SECURITY: Properly set the close-on-exec flag for file descriptors (except stdin, stdout, and stderr) before executing mailers.
2014-05-23fix wrong assertion in libmilterAndreas Beckmann1-0/+2
backported from 8.14.7
2014-05-23d/watch: enable PGP signature checkingAndreas Beckmann1-0/+1
2014-05-23import ftp://ftp.sendmail.org/pub/sendmail/PGPKEYSAndreas Beckmann1-0/+2
$Revision: 8.46 $, Last updated $Date: 2014-01-18 00:20:24 $
2014-05-23cleanup lintian overridesAndreas Beckmann1-0/+1
2014-05-23bump standards version to 3.9.5Andreas Beckmann1-0/+1
2014-05-23no longer install directly to PKG_DIRAndreas Beckmann1-0/+2
2014-05-23move static libraries from /usr/lib/libmilter to /usr/libAndreas Beckmann1-0/+1
2014-05-22add symbols file for libmilter based on libmilter0 8.13.3-6Andreas Beckmann1-0/+1
2014-05-22convert libmilter into a 'M-A: same' packageAndreas Beckmann1-0/+1
2014-05-22improve debian/control handlingAndreas Beckmann1-0/+1
move control.m4.in to a more sane location abort a build if debian/control gets updated
2014-05-22do not regenerate d/changelogAndreas Beckmann1-0/+1
I have no clue what this was supposed to be good for ...
2014-05-21create docdirs during installAndreas Beckmann1-0/+1
2014-05-21remove outdated documentation and other cruftAndreas Beckmann1-0/+1
2014-05-21apply manpage corrections from UbuntuAndreas Beckmann1-0/+1
2014-05-21add support for OpenSSL options SSL_OP_NO_TLSv1_2 and SSL_OP_NO_TLSv1_1David F. Skoll1-0/+2
2014-04-22add support for EC-ciphersFredrik Pettai1-0/+1
The latest sendmail release (sendmail-8.14.8) has this patch included (but it's not mentioned nor documented in the source / docs)
2014-04-22systemd socket activation support for libmilterMikhail Gusarov1-0/+2
2014-04-22set maintainer to Debian QA GroupAndreas Beckmann1-1/+8
2014-02-16finalize changelog for sendmail (8.14.4-5)Andreas Beckmann1-3/+3
2014-02-15use source format 3.0 (quilt)Andreas Beckmann1-0/+1
2014-02-15update lintian overridesAndreas Beckmann1-0/+1
2014-02-15fix manpage problems reported by lintianAndreas Beckmann1-0/+1
2014-02-15do not mess with conffiles and other shipped files during purgeAndreas Beckmann1-0/+2
2014-02-15fix A-only MX CNAME interface binding issues when using IPv6Andreas Beckmann1-0/+2
2013-10-22switch to debhelper compat level 9Andreas Beckmann1-0/+1
2013-10-22move all control file templates to debian/Andreas Beckmann1-0/+2
2013-10-22let dh_lintian install the overridesAndreas Beckmann1-0/+1
2013-10-22simplify managing of the bug control filesAndreas Beckmann1-0/+1
This reverts most of commit a4de324a2a6e3e84d7f544cf310cf80edfbd1307.
2013-10-21fix libdb-dev autodetectionAndreas Beckmann1-0/+1
by adding missing quoting
2013-10-21update automake helper scripts to automake 1.14Andreas Beckmann1-0/+1
automake --force-missing --add-missing --copy
2013-10-21work around automake to ensure the Makefile.in are regeneratedAndreas Beckmann1-0/+1
2013-10-21recover Makefile.am from Makefile.inAndreas Beckmann1-0/+1
the Makefile.am from cowboy were never in a Debian package :-(
2013-10-19update logcheck patterns to match high precision timestampsRalf Döblitz1-0/+2
After switching to high prcisions timestamps in rsyslog, logcheck did not match the timestamp any more - resulting in a LOT of reported "problems". I have attached a patch to add the hig precison timestamp format (with or without microseconds) to the logcheck patterns included in sendmail-base.
2013-10-19fix FTBFS on HURD, part 2Samuel Thibault1-0/+1
2013-10-19kFreeBSD: enable HASURANDOMDEVAndreas Beckmann1-0/+2
2013-10-19ignore symbolic links in the ftp directory listingMasatake YAMATO1-0/+2
uscan.pl cannot find the latest tar ball released by the upstream project because the ftp directory of the upstream project holds a symbolic link: $ lftp ftp://ftp.sendmail.org/pub/sendmail cd ok, cwd=/pub/sendmail lftp ftp.sendmail.org:/pub/sendmail> ls ls total 48936 drwxrwx--x 2 gshapiro sendmail 512 Dec 28 18:31 .alpha drwxrwx--x 3 gshapiro sendmail 512 Nov 20 23:01 .beta ... lrwxr-xr-x 1 ca sendmail 39 Dec 5 00:36 sendmail.8.14.5.Beta0.tar.gz -> .beta/late/sendmail.8.14.5.Beta0.tar.gz lrwxr-xr-x 1 ca sendmail 43 Dec 5 00:36 sendmail.8.14.5.Beta0.tar.gz.sig -> .beta/late/sendmail.8.14.5.Beta0.tar.gz.sig lftp ftp.sendmail.org:/pub/sendmail> The pattern of thewatch file of sendmail accepts any character: ftp://ftp.sendmail.org/pub/sendmail/sendmail\.(.*)\.tar\.gz debian Therefore whole "sendmail.8.14.5.Beta0.tar.gz -> .beta/late/sendmail.8.14.5.Beta0.tar.gz" is recognized as a file name. As you know the file name here is "sendmail.8.14.5.Beta0.tar.gz".
2013-10-19Should-Start/Should-Stop: $namedAndreas Beckmann1-0/+2
2013-10-19stop using deprecated find syntaxAndreas Beckmann1-0/+8
2013-09-13finalize changelog for sendmail (8.14.4-4.1)debian/8.14.4-4.1Andreas Beckmann1-2/+2
2013-09-13update Lintian overridesAndreas Beckmann1-0/+1
2013-09-13add missing ${misc:Depends} and predependsAndreas Beckmann1-0/+1
2013-09-13fix duplicate and incorrect Section and Homepage settingsAndreas Beckmann1-0/+1
2013-09-13use canonical Vcs-* URLsAndreas Beckmann1-0/+1