summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2014-05-21create docdirs during installAndreas Beckmann4-4/+4
2014-05-21drop ancient, non-functional, and potentially harmful refresh-debian targetAndreas Beckmann1-45/+0
2014-05-21remove outdated documentation and other cruftAndreas Beckmann3-3/+2
2014-05-21delete cruft: backporting instructions for potatoAndreas Beckmann1-128/+0
2014-05-21apply manpage corrections from UbuntuAndreas Beckmann3-89/+91
2014-05-21refresh patch to apply on 8.14.4Andreas Beckmann1-5/+5
2014-05-21add support for OpenSSL options SSL_OP_NO_TLSv1_2 and SSL_OP_NO_TLSv1_1David F. Skoll3-0/+34
2014-04-23remove outdated patches.indexAndreas Beckmann2-17/+0
2014-04-22add support for EC-ciphersFredrik Pettai4-0/+45
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 Gusarov3-0/+83
2014-04-22set maintainer to Debian QA GroupAndreas Beckmann2-2/+9
2014-02-16regenerate d/control, d/configure, */Makefile.indebian/8.14.4-5Andreas Beckmann7-218/+139
2014-02-16finalize changelog for sendmail (8.14.4-5)Andreas Beckmann1-3/+3
2014-02-16let dh_link handle the symlink creationAndreas Beckmann3-23/+26
2014-02-16minimize the usage of .dirs filesAndreas Beckmann10-57/+1
2014-02-15use source format 3.0 (quilt)Andreas Beckmann2-1/+2
2014-02-15generate+clean *.cdbs-config_listAndreas Beckmann1-0/+1
2014-02-15do not duplicate B-D-I in B-DAndreas Beckmann1-2/+0
2014-02-15stop sendmail at runlevels 0 and 6, tooAndreas Beckmann1-1/+1
2014-02-15update lintian overridesAndreas Beckmann2-0/+4
2014-02-15fix manpage problems reported by lintianAndreas Beckmann3-4/+4
2014-02-15remove maintainer script boilerplate comments and codeAndreas Beckmann9-409/+32
2014-02-15do not mess with conffiles and other shipped files during purgeAndreas Beckmann3-10/+2
2014-02-15fix A-only MX CNAME interface binding issues when using IPv6Andreas Beckmann3-0/+94
2013-10-23set confMKDIRAndreas Beckmann1-0/+1
to create missing directories during make install
2013-10-23move newaliases to man section 8Andreas Beckmann2-0/+12
2013-10-22fix command-with-path-in-maintainer-scriptAndreas Beckmann2-4/+4
2013-10-22keep all the debug symbols in the -dbg packageAndreas Beckmann1-7/+0
2013-10-22switch to debhelper compat level 9Andreas Beckmann4-3/+4
2013-10-22move all control file templates to debian/Andreas Beckmann30-45/+30
2013-10-22let dh_lintian install the overridesAndreas Beckmann8-26/+1
2013-10-22move the lintian overrides directly to debian/Andreas Beckmann7-1/+1
2013-10-22simplify managing of the bug control filesAndreas Beckmann3-11/+1
This reverts most of commit a4de324a2a6e3e84d7f544cf310cf80edfbd1307.
2013-10-21bug-control: substitute the libmilter SOVERSIONAndreas Beckmann3-1/+2
2013-10-21move bug-script and bug-control directly to debian/Andreas Beckmann3-2/+1
2013-10-21no need to chmod +x MakefileAndreas Beckmann1-5/+5
2013-10-21regenerate everything with automake 1.14Andreas Beckmann7-461/+1027
2013-10-21fix libdb-dev autodetectionAndreas Beckmann3-2/+2
by adding missing quoting
2013-10-21support passing automake arguments for the refresh-debian-configure targetAndreas Beckmann1-1/+3
2013-10-21update automake helper scripts to automake 1.14Andreas Beckmann8-1082/+2131
automake --force-missing --add-missing --copy
2013-10-21regenerate debian/controlAndreas Beckmann1-21/+81
2013-10-21rewrap (Build-)Depends and friendsAndreas Beckmann1-21/+81
2013-10-21regenerated autofoo with automake 1.11.1 (squeeze)Andreas Beckmann5-1052/+18
2013-10-21work around automake to ensure the Makefile.in are regeneratedAndreas Beckmann2-1/+7
2013-10-21recover Makefile.am from Makefile.inAndreas Beckmann6-0/+323
the Makefile.am from cowboy were never in a Debian package :-(
2013-10-19update logcheck patterns to match high precision timestampsRalf Döblitz6-83/+85
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 Thibault3-0/+74
2013-10-19kFreeBSD: enable HASURANDOMDEVAndreas Beckmann2-2/+7
2013-10-19ignore symbolic links in the ftp directory listingMasatake YAMATO2-2/+4
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 Beckmann2-0/+4