Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-21 | create docdirs during install | Andreas Beckmann | 4 | -4/+4 | |
2014-05-21 | drop ancient, non-functional, and potentially harmful refresh-debian target | Andreas Beckmann | 1 | -45/+0 | |
2014-05-21 | remove outdated documentation and other cruft | Andreas Beckmann | 3 | -3/+2 | |
2014-05-21 | delete cruft: backporting instructions for potato | Andreas Beckmann | 1 | -128/+0 | |
2014-05-21 | apply manpage corrections from Ubuntu | Andreas Beckmann | 3 | -89/+91 | |
2014-05-21 | refresh patch to apply on 8.14.4 | Andreas Beckmann | 1 | -5/+5 | |
2014-05-21 | add support for OpenSSL options SSL_OP_NO_TLSv1_2 and SSL_OP_NO_TLSv1_1 | David F. Skoll | 3 | -0/+34 | |
2014-04-23 | remove outdated patches.index | Andreas Beckmann | 2 | -17/+0 | |
2014-04-22 | add support for EC-ciphers | Fredrik Pettai | 4 | -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-22 | systemd socket activation support for libmilter | Mikhail Gusarov | 3 | -0/+83 | |
2014-04-22 | set maintainer to Debian QA Group | Andreas Beckmann | 2 | -2/+9 | |
2014-02-16 | regenerate d/control, d/configure, */Makefile.indebian/8.14.4-5 | Andreas Beckmann | 7 | -218/+139 | |
2014-02-16 | finalize changelog for sendmail (8.14.4-5) | Andreas Beckmann | 1 | -3/+3 | |
2014-02-16 | let dh_link handle the symlink creation | Andreas Beckmann | 3 | -23/+26 | |
2014-02-16 | minimize the usage of .dirs files | Andreas Beckmann | 10 | -57/+1 | |
2014-02-15 | use source format 3.0 (quilt) | Andreas Beckmann | 2 | -1/+2 | |
2014-02-15 | generate+clean *.cdbs-config_list | Andreas Beckmann | 1 | -0/+1 | |
2014-02-15 | do not duplicate B-D-I in B-D | Andreas Beckmann | 1 | -2/+0 | |
2014-02-15 | stop sendmail at runlevels 0 and 6, too | Andreas Beckmann | 1 | -1/+1 | |
2014-02-15 | update lintian overrides | Andreas Beckmann | 2 | -0/+4 | |
2014-02-15 | fix manpage problems reported by lintian | Andreas Beckmann | 3 | -4/+4 | |
2014-02-15 | remove maintainer script boilerplate comments and code | Andreas Beckmann | 9 | -409/+32 | |
2014-02-15 | do not mess with conffiles and other shipped files during purge | Andreas Beckmann | 3 | -10/+2 | |
2014-02-15 | fix A-only MX CNAME interface binding issues when using IPv6 | Andreas Beckmann | 3 | -0/+94 | |
2013-10-23 | set confMKDIR | Andreas Beckmann | 1 | -0/+1 | |
to create missing directories during make install | |||||
2013-10-23 | move newaliases to man section 8 | Andreas Beckmann | 2 | -0/+12 | |
2013-10-22 | fix command-with-path-in-maintainer-script | Andreas Beckmann | 2 | -4/+4 | |
2013-10-22 | keep all the debug symbols in the -dbg package | Andreas Beckmann | 1 | -7/+0 | |
2013-10-22 | switch to debhelper compat level 9 | Andreas Beckmann | 4 | -3/+4 | |
2013-10-22 | move all control file templates to debian/ | Andreas Beckmann | 30 | -45/+30 | |
2013-10-22 | let dh_lintian install the overrides | Andreas Beckmann | 8 | -26/+1 | |
2013-10-22 | move the lintian overrides directly to debian/ | Andreas Beckmann | 7 | -1/+1 | |
2013-10-22 | simplify managing of the bug control files | Andreas Beckmann | 3 | -11/+1 | |
This reverts most of commit a4de324a2a6e3e84d7f544cf310cf80edfbd1307. | |||||
2013-10-21 | bug-control: substitute the libmilter SOVERSION | Andreas Beckmann | 3 | -1/+2 | |
2013-10-21 | move bug-script and bug-control directly to debian/ | Andreas Beckmann | 3 | -2/+1 | |
2013-10-21 | no need to chmod +x Makefile | Andreas Beckmann | 1 | -5/+5 | |
2013-10-21 | regenerate everything with automake 1.14 | Andreas Beckmann | 7 | -461/+1027 | |
2013-10-21 | fix libdb-dev autodetection | Andreas Beckmann | 3 | -2/+2 | |
by adding missing quoting | |||||
2013-10-21 | support passing automake arguments for the refresh-debian-configure target | Andreas Beckmann | 1 | -1/+3 | |
2013-10-21 | update automake helper scripts to automake 1.14 | Andreas Beckmann | 8 | -1082/+2131 | |
automake --force-missing --add-missing --copy | |||||
2013-10-21 | regenerate debian/control | Andreas Beckmann | 1 | -21/+81 | |
2013-10-21 | rewrap (Build-)Depends and friends | Andreas Beckmann | 1 | -21/+81 | |
2013-10-21 | regenerated autofoo with automake 1.11.1 (squeeze) | Andreas Beckmann | 5 | -1052/+18 | |
2013-10-21 | work around automake to ensure the Makefile.in are regenerated | Andreas Beckmann | 2 | -1/+7 | |
2013-10-21 | recover Makefile.am from Makefile.in | Andreas Beckmann | 6 | -0/+323 | |
the Makefile.am from cowboy were never in a Debian package :-( | |||||
2013-10-19 | update logcheck patterns to match high precision timestamps | Ralf Döblitz | 6 | -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-19 | fix FTBFS on HURD, part 2 | Samuel Thibault | 3 | -0/+74 | |
2013-10-19 | kFreeBSD: enable HASURANDOMDEV | Andreas Beckmann | 2 | -2/+7 | |
2013-10-19 | ignore symbolic links in the ftp directory listing | Masatake YAMATO | 2 | -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-19 | Should-Start/Should-Stop: $named | Andreas Beckmann | 2 | -0/+4 | |