Debian Bug report logs -
#717951
sendmail-bin: fails to install: postinst gets stuck in an infinite loop
Reported by: Andreas Beckmann <anbe@debian.org>
Date: Sat, 27 Jul 2013 07:54:01 UTC
Severity: serious
Tags: jessie, sid
Found in version sendmail/8.14.4-4
Fixed in versions sendmail/8.14.4-4.1, sendmail/8.14.4-4+deb7u1
Done: Andreas Beckmann <anbe@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to
debian-bugs-dist@lists.debian.org, Jakub Safarik <jsafarik@ymail.com>:
Bug#717951; Package
sendmail-bin.
(Sat, 27 Jul 2013 07:54:06 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andreas Beckmann <anbe@debian.org>:
New Bug report received and forwarded. Copy sent to
Jakub Safarik <jsafarik@ymail.com>.
(Sat, 27 Jul 2013 07:54:06 GMT)
Full text and
rfc822 format available.
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Package: sendmail-bin
Version: 8.14.4-4
Severity: serious
Tags: jessie sid
User: debian-qa@lists.debian.org
Usertags: piuparts
Hi,
during a test with piuparts I noticed your package failed to install. As
per definition of the release team this makes the package too buggy for
a release, thus the severity.
>From the attached log (scroll to the bottom...):
Selecting previously unselected package sendmail-bin.
(Reading database ... 9168 files and directories currently installed.)
Unpacking sendmail-bin (from .../sendmail-bin_8.14.4-4_amd64.deb) ...
Setting up sendmail-bin (8.14.4-4) ...
update-alternatives: using /usr/lib/sm.bin/sendmail to provide /usr/sbin/sendmail-mta (sendmail-mta) in auto mode
update-alternatives: using /usr/lib/sm.bin/sendmail to provide /usr/sbin/sendmail-msp (sendmail-msp) in auto mode
update-alternatives: warning: not replacing /usr/share/man/man8/sendmail.8.gz with a link
You are doing a new install, or have erased /etc/mail/sendmail.mc.
If you've accidentaly erased /etc/mail/sendmail.mc, check /var/backups.
I am creating a safe, default sendmail.mc for you and you can
run sendmailconfig later if you need to change the defaults.
Stopping Mail Transport Agent (MTA): sendmail.
Updating sendmail environment ...
Could not open /etc/mail/databases(No such file or directory), creating it.
Could not open /etc/mail/sendmail.mc(No such file or directory)
Validating configuration.
Writing configuration to /etc/mail/sendmail.conf.
Writing /etc/cron.d/sendmail.
Reading configuration from /etc/mail/sendmail.conf.
Validating configuration.
Writing configuration to /etc/mail/sendmail.conf.
Writing /etc/cron.d/sendmail.
Turning off Host Status collection
Could not open /etc/mail/databases(No such file or directory), creating it.
Reading configuration from /etc/mail/sendmail.conf.
Validating configuration.
Creating /etc/mail/databases...
Checking filesystem, this may take some time - it will not hang!
... Done.
Checking for installed MDAs...
Adding link for newly extant program (mail.local)
sasl2-bin not installed, not configuring sendmail support.
To enable sendmail SASL2 support at a later date, invoke "/usr/share/sendmail/update_auth"
OpenSSL is not installed, will not configure sendmail support for it.
to install openssl, get openssl.
To enable sendmail TLS support at a later date, invoke "/usr/share/sendmail/update_tls"
Updating /etc/hosts.allow, adding "sendmail: all".
Please edit /etc/hosts.allow and check the rules location to
make sure your security measures have not been overridden -
it is common to move the sendmail:all line to the *end* of
the file, so your more selective rules take precedence.
Checking {sendmail,submit}.mc and related databases...
Reading configuration from /etc/mail/sendmail.conf.
Validating configuration.
Creating /etc/mail/databases...
Reading configuration from /etc/mail/sendmail.conf.
Validating configuration.
Creating /etc/mail/databases...
Reading configuration from /etc/mail/sendmail.conf.
Validating configuration.
Creating /etc/mail/databases...
Reading configuration from /etc/mail/sendmail.conf.
Validating configuration.
Creating /etc/mail/databases...
Reading configuration from /etc/mail/sendmail.conf.
Validating configuration.
Creating /etc/mail/databases...
...
This is a new problem that has recently appeared in sid.
cheers,
Andreas
[sendmail-bin_8.14.4-4.log.gz (application/x-gzip, attachment)]
Added indication that 717951 affects rmail and sensible-mda
Request was from
Andreas Beckmann <anbe@debian.org>
to
control@bugs.debian.org.
(Sat, 27 Jul 2013 09:57:13 GMT)
Full text and
rfc822 format available.
Added indication that 717951 affects kuvert
Request was from
Andreas Beckmann <anbe@debian.org>
to
control@bugs.debian.org.
(Mon, 05 Aug 2013 08:21:13 GMT)
Full text and
rfc822 format available.
Added indication that 717951 affects mcron
Request was from
Andreas Beckmann <anbe@debian.org>
to
control@bugs.debian.org.
(Thu, 22 Aug 2013 10:15:12 GMT)
Full text and
rfc822 format available.
Added indication that 717951 affects diffmon
Request was from
Andreas Beckmann <anbe@debian.org>
to
control@bugs.debian.org.
(Sat, 24 Aug 2013 10:09:04 GMT)
Full text and
rfc822 format available.
Information forwarded
to
debian-bugs-dist@lists.debian.org, Jakub Safarik <jsafarik@ymail.com>:
Bug#717951; Package
sendmail-bin.
(Sun, 25 Aug 2013 19:39:11 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Flo <debianflo@gmx.at>:
Extra info received and forwarded to list. Copy sent to
Jakub Safarik <jsafarik@ymail.com>.
(Sun, 25 Aug 2013 19:39:11 GMT)
Full text and
rfc822 format available.
Message #18 received at 717951@bugs.debian.org (full text, mbox, reply):
Package: sendmail-base
Version: 8.14.4-4
Followup-For: Bug #717951
Dear Maintainer,
My work around can be seen in the following patch:
$diff update_db update_db.orig
479,480c479,482
< str=$(echo "$line" | head -n 1);
< line=$(echo "$line" | tail -n +2);
---
> str=$(echo "$line" | cut -d "
> " -f 1);
> line=$(echo "$line" | cut -d "
> " -f 2-);
*** Please consider answering these questions, where appropriate ***
* What led up to the situation?
* What exactly did you do (or not do) that was effective (or
ineffective)?
* What was the outcome of this action?
* What outcome did you expect instead?
*** End of the template - remove these lines ***
-- Package-specific info:
Ouput of /usr/share/bug/sendmail-base/script:
ls -alR /etc/mail:
/etc/mail:
total 484
-rw-r--r-- 1 root smmsp 2354 Jun 10 2012 #submit.mc#
drwxr-sr-x 8 smmta smmsp 4096 Aug 25 21:07 .
drwxr-xr-x 131 root root 12288 Aug 25 20:06 ..
drwxr-sr-x 6 root saned 4096 Oct 13 2010 CA
-rwxr-xr-- 1 root smmsp 12688 Aug 25 21:07 Makefile
-rw------- 1 root saned 415 Aug 25 21:07 access
-rw-r----- 1 smmta smmsp 12288 Aug 25 21:07 access.db
-rw------- 1 root root 4211 Aug 4 2005 access.orig
-rw-r--r-- 1 root root 281 Jun 3 2005 address.resolve
lrwxrwxrwx 1 root saned 10 May 2 2012 aliases -> ../aliases
-rw-r----- 1 smmta smmsp 12288 Aug 25 21:07 aliases.db
-rw-r--r-- 1 root root 3684 Aug 25 21:07 databases
-rw-r----- 1 smmta smmsp 50 Oct 11 2010 default-auth-info
-rw-r--r-- 1 root saned 107 Sep 19 2010 genericstable
-rw-r----- 1 root smmsp 12288 Aug 25 21:07 genericstable.db
-rw-r--r-- 1 root root 5657 Jul 30 2007 helpfile
-rw-r--r-- 1 root saned 60 Apr 24 2009 local-host-names
drwxr-sr-x 2 smmta smmsp 4096 Aug 4 2005 m4
-rw-r--r-- 1 root saned 47 May 29 2008 mailertable
-rw-r----- 1 root smmsp 12288 Aug 25 21:07 mailertable.db
drwxr-xr-x 2 root root 4096 Aug 25 20:06 peers
drwxr-xr-x 2 smmta smmsp 4096 Jun 10 2012 sasl
-rw-r--r-- 1 root smmsp 63867 Aug 25 21:07 sendmail.cf
-rw-r--r-- 1 root root 63871 May 4 09:06 sendmail.cf.old
-rw-r--r-- 1 root root 12218 Aug 25 21:07 sendmail.conf
-rw-r--r-- 1 root saned 2942 Oct 13 2010 sendmail.mc
-rw-r--r-- 1 root root 149 Jun 3 2005 service.switch
-rw-r--r-- 1 root root 180 Jun 3 2005 service.switch-nodns
drwxr-sr-x 2 smmta smmsp 4096 Aug 4 2005 smrsh
-rw-r--r-- 1 root smmsp 44294 Aug 25 21:07 submit.cf
-rw-r--r-- 1 root root 44294 May 4 09:06 submit.cf.old
-rw-r--r-- 1 root smmsp 2359 Aug 25 21:07 submit.mc
drwxr-xr-x 2 smmta smmsp 4096 Jun 10 2012 tls
-rw-r--r-- 1 root saned 5 Aug 19 2005 trusted-users
-rw-r--r-- 1 root saned 1921 Aug 5 16:28 virtusertable
-rw-r----- 1 root smmsp 12288 Aug 25 21:07 virtusertable.db
/etc/mail/CA:
total 64
drwxr-sr-x 6 root saned 4096 Oct 13 2010 .
drwxr-sr-x 8 smmta smmsp 4096 Aug 25 21:07 ..
-rw-r--r-- 1 root saned 2069 Oct 13 2010 cacert.pem
-rw-r--r-- 1 root saned 7138 Oct 13 2010 cert.pem
drwxr-sr-x 2 root saned 4096 Oct 13 2010 certs
drwxr-sr-x 2 root saned 4096 Oct 13 2010 crl
-rw------- 1 root saned 3 Oct 13 2010 crlnumber
-rw------- 1 root saned 3 Oct 13 2010 crlnumber.old
lrwxrwxrwx 1 root saned 5 May 2 2012 demoCA -> ../CA
-rw------- 1 root saned 88 Oct 13 2010 index.txt
-rw------- 1 root saned 21 Oct 13 2010 index.txt.attr
-rw-r--r-- 1 root saned 0 Oct 13 2010 index.txt.old
-rw------- 1 root saned 3243 Oct 13 2010 key.pem
drwxr-sr-x 2 root saned 4096 Oct 13 2010 newcerts
drwx--S--- 2 root saned 4096 Oct 13 2010 private
-rw------- 1 root saned 3 Oct 13 2010 serial
-rw-r--r-- 1 root saned 3 Oct 13 2010 serial.old
/etc/mail/CA/certs:
total 8
drwxr-sr-x 2 root saned 4096 Oct 13 2010 .
drwxr-sr-x 6 root saned 4096 Oct 13 2010 ..
/etc/mail/CA/crl:
total 12
drwxr-sr-x 2 root saned 4096 Oct 13 2010 .
drwxr-sr-x 6 root saned 4096 Oct 13 2010 ..
-rw------- 1 root saned 971 Oct 13 2010 crl.pem
/etc/mail/CA/newcerts:
total 16
drwxr-sr-x 2 root saned 4096 Oct 13 2010 .
drwxr-sr-x 6 root saned 4096 Oct 13 2010 ..
-rw------- 1 root saned 7138 Oct 13 2010 01.pem
/etc/mail/m4:
total 12
drwxr-sr-x 2 smmta smmsp 4096 Aug 4 2005 .
drwxr-sr-x 8 smmta smmsp 4096 Aug 25 21:07 ..
-rw-r----- 1 root saned 501 Apr 11 2008 dialup.m4
-rw-r----- 1 root saned 0 Aug 4 2005 provider.m4
/etc/mail/peers:
total 12
drwxr-xr-x 2 root root 4096 Aug 25 20:06 .
drwxr-sr-x 8 smmta smmsp 4096 Aug 25 21:07 ..
-rw-r--r-- 1 root root 328 Jun 3 2005 provider
/etc/mail/sasl:
total 16
drwxr-xr-x 2 smmta smmsp 4096 Jun 10 2012 .
drwxr-sr-x 8 smmta smmsp 4096 Aug 25 21:07 ..
-rw-r----- 1 smmta smmsp 885 Jun 10 2012 Sendmail.conf.2
-rwxr--r-- 1 root root 3667 Aug 25 21:07 sasl.m4
/etc/mail/smrsh:
total 8
drwxr-sr-x 2 smmta smmsp 4096 Aug 4 2005 .
drwxr-sr-x 8 smmta smmsp 4096 Aug 25 21:07 ..
lrwxrwxrwx 1 root saned 26 May 2 2012 mail.local -> /usr/lib/sm.bin/mail.local
lrwxrwxrwx 1 root saned 17 May 2 2012 procmail -> /usr/bin/procmail
/etc/mail/tls:
total 48
drwxr-xr-x 2 smmta smmsp 4096 Jun 10 2012 .
drwxr-sr-x 8 smmta smmsp 4096 Aug 25 21:07 ..
-rw-r--r-- 1 root root 7 May 2 2012 no_prompt
-rw------- 1 root root 1191 May 2 2012 sendmail-client.cfg
-rw-r--r-- 1 root smmsp 1172 May 2 2012 sendmail-client.crt
-rw------- 1 root root 985 May 2 2012 sendmail-client.csr
-rw-r----- 1 root smmsp 1679 May 2 2012 sendmail-common.key
-rw-r----- 1 root smmsp 1598 May 2 2012 sendmail-common.prm
-rw------- 1 root root 1191 May 2 2012 sendmail-server.cfg
-rw-r--r-- 1 root smmsp 1172 May 2 2012 sendmail-server.crt
-rw------- 1 root root 985 May 2 2012 sendmail-server.csr
-rwxr--r-- 1 root root 3242 Aug 25 21:07 starttls.m4
sendmail.conf:
DAEMON_NETMODE="Static";
DAEMON_NETIF="eth0";
DAEMON_MODE="Daemon";
DAEMON_PARMS="";
DAEMON_HOSTSTATS="No";
DAEMON_MAILSTATS="No";
QUEUE_MODE="${DAEMON_MODE}";
QUEUE_INTERVAL="10m";
QUEUE_PARMS="";
MSP_MODE="Cron";
MSP_INTERVAL="20m";
MSP_PARMS="";
MSP_MAILSTATS="${DAEMON_MAILSTATS}";
MISC_PARMS="";
CRON_MAILTO="root";
CRON_PARMS="";
LOG_CMDS="No";
HANDS_OFF="No";
AGE_DATA="";
DAEMON_RUNASUSER="No";
DAEMON_STATS="${DAEMON_MAILSTATS}";
MSP_STATS="${MSP_MAILSTATS}";
sendmail.mc:
divert(-1)dnl
divert(0)dnl
define(`confAUTH_OPTIONS', `p')dnl
define(`_USE_ETC_MAIL_')dnl
include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
VERSIONID(`$Id: sendmail.mc, v 8.12.3-7.1 2004-09-13 07:12:56 cowboy Exp $')
OSTYPE(`debian')dnl
DOMAIN(`debian-mta')dnl
undefine(`confHOST_STATUS_DIRECTORY')dnl #DAEMON_HOSTSTATS
LOCAL_CONFIG
FEATURE(`genericstable')dnl
FEATURE(`masquerade_envelope')dnl
GENERICS_DOMAIN(`localhost')dnl
GENERICS_DOMAIN(`arvak.dnsalias.net')dnl
FEATURE(`nocanonify')dnl
LOCAL_CONFIG
Cwarvak.dnsalias.net
FEATURE(`use_cw_file')dnl
FEATURE(`accept_unresolvable_domains')dnl
FEATURE(`mailertable')dnl
FEATURE(`virtusertable', `hash /etc/mail/virtusertable')dnl
FEATURE(access_db)dnl
FEATURE(`blacklist_recipients')
include(`/etc/mail/sasl/sasl.m4')dnl
include(`/etc/mail/tls/starttls.m4')dnl
MAILER_DEFINITIONS
MAILER(`local')dnl
MAILER(`smtp')dnl
LOCAL_CONFIG
submit.mc...
divert(-1)dnl
divert(0)dnl
define(`_USE_ETC_MAIL_')dnl
include(`/usr/share/sendmail/cf/m4/cf.m4')dnl
include(`/etc/mail/sasl/sasl.m4')dnl
VERSIONID(`$Id: submit.mc, v 8.13.4-3 2005-06-03 16:49:22 cowboy Exp $')
OSTYPE(`debian')dnl
DOMAIN(`debian-msp')dnl
FEATURE(`use_ct_file')dnl
FEATURE(`msp', `[127.0.0.1]', `MSA')dnl
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.10-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages sendmail-base depends on:
ii adduser 3.113+nmu3
ii m4 1.4.16-5
ii make 3.81-8.2
ii perl 5.14.2-21
sendmail-base recommends no packages.
Versions of packages sendmail-base suggests:
ii ca-certificates 20130610
pn logcheck <none>
ii logrotate 3.8.5-1
pn resolvconf <none>
pn sendmail-doc <none>
Versions of packages sensible-mda depends on:
ii libc6 2.17-92
ii procmail 3.22-20
ii sendmail-bin [mail-transport-agent] 8.14.4-4
-- no debconf information
Added indication that 717951 affects jove, nn, and milter-greylist
Request was from
Andreas Beckmann <anbe@debian.org>
to
control@bugs.debian.org.
(Thu, 12 Sep 2013 08:21:13 GMT)
Full text and
rfc822 format available.
Information forwarded
to
debian-bugs-dist@lists.debian.org, Jakub Safarik <jsafarik@ymail.com>:
Bug#717951; Package
sendmail-bin.
(Fri, 13 Sep 2013 08:27:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andreas Beckmann <anbe@debian.org>:
Extra info received and forwarded to list. Copy sent to
Jakub Safarik <jsafarik@ymail.com>.
(Fri, 13 Sep 2013 08:27:05 GMT)
Full text and
rfc822 format available.
Message #25 received at 717951@bugs.debian.org (full text, mbox, reply):
Followup-For: Bug #717951
I just uploaded a NMU to DELAYED/2 fixing this bug and a lot more.
Changes have been pushed to the git repository.
Andreas
Added tag(s) pending.
Request was from
Andreas Beckmann <anbe@debian.org>
to
control@bugs.debian.org.
(Fri, 13 Sep 2013 11:03:19 GMT)
Full text and
rfc822 format available.
Reply sent
to
Andreas Beckmann <anbe@debian.org>:
You have taken responsibility.
(Sun, 15 Sep 2013 09:06:38 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andreas Beckmann <anbe@debian.org>:
Bug acknowledged by developer.
(Sun, 15 Sep 2013 09:06:38 GMT)
Full text and
rfc822 format available.
Message #32 received at 717951-close@bugs.debian.org (full text, mbox, reply):
Source: sendmail
Source-Version: 8.14.4-4.1
We believe that the bug you reported is fixed in the latest version of
sendmail, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 717951@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Beckmann <anbe@debian.org> (supplier of updated sendmail package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 13 Sep 2013 09:58:41 +0200
Source: sendmail
Binary: sendmail-bin rmail sensible-mda libmilter1.0.1 libmilter1.0.1-dbg libmilter-dev sendmail-doc sendmail sendmail-base sendmail-cf
Architecture: source all amd64
Version: 8.14.4-4.1
Distribution: unstable
Urgency: low
Maintainer: Jakub Safarik <jsafarik@ymail.com>
Changed-By: Andreas Beckmann <anbe@debian.org>
Description:
libmilter-dev - Sendmail Mail Filter API (Milter)
libmilter1.0.1 - Sendmail Mail Filter API (Milter)
libmilter1.0.1-dbg - Sendmail Mail Filter API (Milter)
rmail - MTA->UUCP remote mail handler
sendmail - powerful, efficient, and scalable Mail Transport Agent
sendmail-base - powerful, efficient, and scalable Mail Transport Agent
sendmail-bin - powerful, efficient, and scalable Mail Transport Agent
sendmail-cf - powerful, efficient, and scalable Mail Transport Agent
sendmail-doc - powerful, efficient, and scalable Mail Transport Agent
sensible-mda - Mail Delivery Agent wrapper
Closes: 597781 608011 608525 609606 634378 687708 692047 709895 717951 720435
Changes:
sendmail (8.14.4-4.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fix infinite loop in update_db, thanks to Flo. (Closes: #717951)
* Do not ship duplicate sendmail.8 manpage. (Closes: #709895, #597781)
* Use [linux-any] instead of hardcoded list. (Closes: #634378)
* Fix FTBFS with ld --as-needed, thanks to Firas Kraiem.
(Closes: #608011, #609606)
* sendmailconfig: Add missing quoting, thanks to Stuart Sheldon.
(Closes: #692047)
* Raise MAXDAEMONS from 10 to 64, thanks to Kees Cook. (Closes: #720435)
* Enable all hardening flags, thanks to Simon Ruderich. (Closes: #687708)
* Fix FTBFS on HURD, thanks to Samuel Thibault. (Closes: #608525)
* Drop obsolete NEWS entries.
* Use canonical Vcs-* URLs.
* Fix duplicate and incorrect Section and Homepage settings.
* Add missing ${misc:Depends} and predepends.
* Update Lintian overrides.
Checksums-Sha1:
fd70dce40de5f92175fbb6858478e9c69d261744 2533 sendmail_8.14.4-4.1.dsc
4401fe9600ec2e90df7cc56cbeae7d02e8472327 383092 sendmail_8.14.4-4.1.diff.gz
5630299a69ec39f45c4e39f7834920ee3ad15273 829752 sendmail-doc_8.14.4-4.1_all.deb
715381c3d40efcb2bd9a64642f7447dcfacfd4f3 214868 sendmail_8.14.4-4.1_all.deb
470f3007c65f8ac68be2b38b0c0a0605d3131911 336442 sendmail-base_8.14.4-4.1_all.deb
0dc27b39e3acf3a9352784540985ef2011ad0586 283882 sendmail-cf_8.14.4-4.1_all.deb
e6d006c65780ec5676e9c3b7630e1c5753e5e4c6 667688 sendmail-bin_8.14.4-4.1_amd64.deb
e7e222d869be8c7bf3e6549302fd4c3e0efe4a3e 243552 rmail_8.14.4-4.1_amd64.deb
87634bc3f87c401358ba94e87a1cfb40cce42f6a 216980 sensible-mda_8.14.4-4.1_amd64.deb
8ed8550a9309b2d87dcc8711a00d6e540d405367 235760 libmilter1.0.1_8.14.4-4.1_amd64.deb
61c7631bc666a6fe3d6e9746bf7aff4d4a7cf81c 261592 libmilter1.0.1-dbg_8.14.4-4.1_amd64.deb
bc1b8701b7b0ef472f5e3487bc63b863bb4f534d 302776 libmilter-dev_8.14.4-4.1_amd64.deb
Checksums-Sha256:
c869cb6b4b123e25e0e519880c9f8ee5fd0adf6cef3dc369a0809c2393a53f2c 2533 sendmail_8.14.4-4.1.dsc
0391ea3fb067f34c0280a0ac83289f1c711af489b3a0971c77d721d652bd01e0 383092 sendmail_8.14.4-4.1.diff.gz
20dc1e5d53e7de536b15b32ce70c2cb0766a8e900c7ed82df19cd965f77ba143 829752 sendmail-doc_8.14.4-4.1_all.deb
9ce3e586bdcfeb7cf6e6f246af8ba46e9172a03c30e71dda2c8486555a5274d1 214868 sendmail_8.14.4-4.1_all.deb
3eae14bb550b866ad97d39cf786642caaad6deb5025db9b32a4b1649cfe081ed 336442 sendmail-base_8.14.4-4.1_all.deb
b22c7b10e4e6965343cd66410b1caef4dba3f5eb848ed977c3d0a9bf370552f7 283882 sendmail-cf_8.14.4-4.1_all.deb
51d4204753e36a7aed8691046ccf9fc985c61c47e13635d16d601e7abda78afd 667688 sendmail-bin_8.14.4-4.1_amd64.deb
55956935d0a3117e455a9b073f9c9c22e62baef6f0fbd4295d0f91a9ed155f2f 243552 rmail_8.14.4-4.1_amd64.deb
7af8e4ca6048073f6d67622957f7d44ea62e5b89a9778dc6917164b6abbfa4be 216980 sensible-mda_8.14.4-4.1_amd64.deb
e673e108791d0927721c4613c23ee142e5e0ad38bfa01970e9d5591d1ae4d7ba 235760 libmilter1.0.1_8.14.4-4.1_amd64.deb
6c561ce1243fa03048d78525144644446e8a5bb79a0e72a9ab98218e6042d83a 261592 libmilter1.0.1-dbg_8.14.4-4.1_amd64.deb
c17a9a0377ab3df3bf7828e28c97d9fb3605b295e2c158c4124d1e6a222f447c 302776 libmilter-dev_8.14.4-4.1_amd64.deb
Files:
16869d3a2e3f790d0bb330b87849bbc8 2533 mail extra sendmail_8.14.4-4.1.dsc
543d1fc551051f6306378462e8443640 383092 mail extra sendmail_8.14.4-4.1.diff.gz
e747e431a60a09e50648740677758c26 829752 doc extra sendmail-doc_8.14.4-4.1_all.deb
748619c0f9861f677b3c091b3e977a02 214868 mail extra sendmail_8.14.4-4.1_all.deb
4d6acffa39d15e06478609114b24e3a2 336442 mail extra sendmail-base_8.14.4-4.1_all.deb
817c936c5361425eb633f81e3cc23684 283882 mail extra sendmail-cf_8.14.4-4.1_all.deb
45fb2cb901dd187ca9a3d9b25691f5e0 667688 mail extra sendmail-bin_8.14.4-4.1_amd64.deb
d144311c0518a73b7d4b00e8aa7c35f3 243552 mail extra rmail_8.14.4-4.1_amd64.deb
6711cca23b8ce3ee29a4b784931c5ec4 216980 mail extra sensible-mda_8.14.4-4.1_amd64.deb
1d6228020aa950436a51a9c409d8d61a 235760 libs extra libmilter1.0.1_8.14.4-4.1_amd64.deb
2913d120cd60ef04ade1ba31b6d769a9 261592 debug extra libmilter1.0.1-dbg_8.14.4-4.1_amd64.deb
ee02b7ae14f9a0df3a8fc7ef31d93551 302776 libdevel extra libmilter-dev_8.14.4-4.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJSMsgEAAoJEF+zP5NZ6e0IeMQP/iTE8WU3WaDccPOuP0tLIrNf
+QKqDuAEJIyyRdSSnhuvA4wHOIY++HSSHNHrEaS+W5ZY2cTK52QsjM235sT3lDG0
IZUOfg5oOX/nrv+73T7D9BbXlt3N9fPd8d9Dw4a2hLCCBmGncPlJzxsnuZJagtlb
hXWP003tQ1aZdpwEAnEV+YAC4WCKfhjDoJeOR+c79tURbMt3RkNtZ9Tn6VOrSwQQ
Bgkph7RVueR57IUkgc7ZM1AsFjjht8mt1V7IOtfuApzUaMtd9fMlz13LWzWMU7Qe
wMt8OnHIWFbr72RqNEa6qWHczj3VH3PuBh/Hiy7MzPTzWrnvMoTQjZzl+zSz4NxT
hGKAipxwhejjqlQKBc00DU/6oiUrA1zWCHfN7omvxsMn/w9+gJxiPgVhG1vtMFyJ
KRuYlKy46R1HHd1jUwxwDPCDR4cO0vGpWEeJsTdtoGOpTXhQa9X+3uOoHMTgU43V
khJeLayvG+wviAhp2klikNQqBdYsxSGBIUZRKBF7Ru558iN3gES5PIFfHkacdUdY
3Jk461bM941eLnaIOf4QxLm89Y9rT1hZPygpZ4Jf9DAq/6Sf6yCKzASpKFT9F+rT
gcx1zcWOvvDtJpLsk17x2d1rUzpJZcwktAVkeNsOnIn5E/QrNpMDx4oNUxSjJzKV
M8d4ao7/xSFG4bNNVauH
=Olq2
-----END PGP SIGNATURE-----
Information forwarded
to
debian-bugs-dist@lists.debian.org, Jakub Safarik <jsafarik@ymail.com>:
Bug#717951; Package
sendmail-bin.
(Thu, 19 Sep 2013 01:03:10 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mariano Acciardi <mariano@acciardi.com.ar>:
Extra info received and forwarded to list. Copy sent to
Jakub Safarik <jsafarik@ymail.com>.
(Thu, 19 Sep 2013 01:03:10 GMT)
Full text and
rfc822 format available.
Message #37 received at 717951@bugs.debian.org (full text, mbox, reply):
Hey guys,
I've just installed jessie on fresh system and the bug persists.
Fortunately the workaround proposed by Flo <debianflo@gmx.at> fix the
problem and sendmail install without problems.
Thanks Flo!!!!
Regards
--
Cordialmente
Lic. Mariano Acciardi
http://www.marianoacciardi.com.ar
--
Qué es linux?:
http://www.marianoacciardi.com.ar/textos_gnulinux/bienvenidos.pdf
--
Information forwarded
to
debian-bugs-dist@lists.debian.org, Jakub Safarik <jsafarik@ymail.com>:
Bug#717951; Package
sendmail-bin.
(Thu, 19 Sep 2013 08:57:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andreas Beckmann <anbe@debian.org>:
Extra info received and forwarded to list. Copy sent to
Jakub Safarik <jsafarik@ymail.com>.
(Thu, 19 Sep 2013 08:57:04 GMT)
Full text and
rfc822 format available.
Message #42 received at 717951@bugs.debian.org (full text, mbox, reply):
On 2013-09-19 03:01, Mariano Acciardi wrote:
> Hey guys,
>
> I've just installed jessie on fresh system and the bug persists.
The bug was fixed in unstable and the packages need a few more days to
migrate to tetsing ...
Andreas
Bug archived.
Request was from
Debbugs Internal Request <owner@bugs.debian.org>
to
internal_control@bugs.debian.org.
(Thu, 24 Oct 2013 07:30:23 GMT)
Full text and
rfc822 format available.
Bug unarchived.
Request was from
Andreas Beckmann <anbe@debian.org>
to
control@bugs.debian.org.
(Wed, 09 Sep 2015 21:39:09 GMT)
Full text and
rfc822 format available.
Reply sent
to
Andreas Beckmann <anbe@debian.org>:
You have taken responsibility.
(Sat, 12 Sep 2015 21:21:16 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andreas Beckmann <anbe@debian.org>:
Bug acknowledged by developer.
(Sat, 12 Sep 2015 21:21:16 GMT)
Full text and
rfc822 format available.
Message #51 received at 717951-close@bugs.debian.org (full text, mbox, reply):
Source: sendmail
Source-Version: 8.14.4-4+deb7u1
We believe that the bug you reported is fixed in the latest version of
sendmail, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 717951@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Beckmann <anbe@debian.org> (supplier of updated sendmail package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 09 Sep 2015 23:18:29 +0200
Source: sendmail
Binary: sendmail-bin rmail sensible-mda libmilter1.0.1 libmilter1.0.1-dbg libmilter-dev sendmail-doc sendmail sendmail-base sendmail-cf
Architecture: source all i386
Version: 8.14.4-4+deb7u1
Distribution: wheezy
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Andreas Beckmann <anbe@debian.org>
Description:
libmilter-dev - Sendmail Mail Filter API (Milter)
libmilter1.0.1 - Sendmail Mail Filter API (Milter)
libmilter1.0.1-dbg - Sendmail Mail Filter API (Milter)
rmail - MTA->UUCP remote mail handler
sendmail - powerful, efficient, and scalable Mail Transport Agent
sendmail-base - powerful, efficient, and scalable Mail Transport Agent
sendmail-bin - powerful, efficient, and scalable Mail Transport Agent
sendmail-cf - powerful, efficient, and scalable Mail Transport Agent
sendmail-doc - powerful, efficient, and scalable Mail Transport Agent
sensible-mda - Mail Delivery Agent wrapper
Closes: 597781 692047 709895 714184 717951 720435 724772 737164 747910 750562
Changes:
sendmail (8.14.4-4+deb7u1) wheezy; urgency=medium
.
* QA upload.
* Set maintainer to Debian QA Group. (See: #740070)
* Merge some bugfixes from sid.
* close_on_exec.patch: Properly set the close-on-exec flag for file
descriptors before executing mailers, cherry-picked from sendmail 8.14.9.
CVE-2014-3956 (Closes: #750562)
* libmilter-assert.patch: Fix an incorrect assertion in libmilter,
cherry-picked from sendmail 8.14.7. (LP: #1299571)
* Add support for OpenSSL options SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2
(backported from 8.14.8), thanks to David F. Skoll. (Closes: #747910)
* conf.c-ipv6.patch: Fix A-only MX CNAME interface binding issues when using
IPv6, thanks to David F. Skoll. (Closes: #737164) (LP: #1223633)
(backported from 8.14.6)
* raise-max-daemons.patch: Raise MAXDAEMONS from 10 to 64, thanks to
Kees Cook. (Closes: #720435)
* Switch from deprecated 'find -perm +xxx' to 'find -perm /xxx'.
(Closes: #724772)
* Start sendmail after bind9 (or any other named) if it is installed.
(Closes: #714184)
* sendmailconfig: Add missing quoting, thanks to Stuart Sheldon.
(Closes: #692047)
* Fix infinite loop in update_db, thanks to Flo. (Closes: #717951)
* Do not ship duplicate sendmail.8 manpage. (Closes: #709895, #597781)
Checksums-Sha1:
8963b34763170c8a53a052ba12a16b39ec9da765 2562 sendmail_8.14.4-4+deb7u1.dsc
bd3820dfa1de99c22447fbaa51af374538348f1b 384460 sendmail_8.14.4-4+deb7u1.diff.gz
efb5ba095eb756b4f61f0448d31cb24d7b574fe9 836800 sendmail-doc_8.14.4-4+deb7u1_all.deb
29b8ed246b4f49702512ae8b37869d1508e8d679 215868 sendmail_8.14.4-4+deb7u1_all.deb
e2979a39710dbcc37d6a0979b80d090cb080bc1d 364316 sendmail-base_8.14.4-4+deb7u1_all.deb
a2e2dc6ab8b862ef8e9342ec6258e39b048d3b31 301142 sendmail-cf_8.14.4-4+deb7u1_all.deb
f3ca53865bfcf6d713064d9f950e0466dab1367e 964028 sendmail-bin_8.14.4-4+deb7u1_i386.deb
af40d5808361069325c654a8a3b515069adeb9ae 249602 rmail_8.14.4-4+deb7u1_i386.deb
4ba831626e894028bf47bb9905a41b6ad35cf01d 218684 sensible-mda_8.14.4-4+deb7u1_i386.deb
549e3156680dbcb544ece7511f02a7ee5acc9499 241606 libmilter1.0.1_8.14.4-4+deb7u1_i386.deb
687ef6a3bf565cfe7bace8b4de9ff8d842a96ea5 269054 libmilter1.0.1-dbg_8.14.4-4+deb7u1_i386.deb
f5c42b87040055c98a0daaa12ae2c3e44979ba6e 332522 libmilter-dev_8.14.4-4+deb7u1_i386.deb
Checksums-Sha256:
3ff4e92ab92a07cac2aa9c3f0b7c4fffbdcf9be2e557f8679e1d31cb9dc54f4d 2562 sendmail_8.14.4-4+deb7u1.dsc
0ed484e7907f3968c5d7b056ecf4b2dfac407c041d9d5b58b38745913e946ee6 384460 sendmail_8.14.4-4+deb7u1.diff.gz
ff286e55ea7dd33608803b035a1381f81f1a647dd7d59f0bb478e7c94f12329f 836800 sendmail-doc_8.14.4-4+deb7u1_all.deb
a145ee7b1d178350c17ba0131711bf0124fe59f764b2f725c956c88497ddadaa 215868 sendmail_8.14.4-4+deb7u1_all.deb
aa36c29d3c3fb51fef36bb3b58abdb7800583a87ef9273463a27efec48a7b03b 364316 sendmail-base_8.14.4-4+deb7u1_all.deb
0eca2a2e3d860b117a3766a15d830b13f0ab0d8f1a37cc4e378eb06d18af1e09 301142 sendmail-cf_8.14.4-4+deb7u1_all.deb
86c01411fb4ab18f5fb0a51a4e450d2dec935d10496cf9430b0569a6dc88e807 964028 sendmail-bin_8.14.4-4+deb7u1_i386.deb
77c9b7636114d13f044eae68c3209d97ec23a79dbf054420cb79786763b94c3d 249602 rmail_8.14.4-4+deb7u1_i386.deb
4361d73779c24e46d3900c6684fafc3b547d625fd03386e7244e4e0362e38455 218684 sensible-mda_8.14.4-4+deb7u1_i386.deb
1624aa8c2e4bc4a13e30fbe7e0067139d0577965841359f8f7f72fd2969dead7 241606 libmilter1.0.1_8.14.4-4+deb7u1_i386.deb
bf15a36de782a09f8ccbee95046d2b727db1fa0452b7123572bf92f2ff809548 269054 libmilter1.0.1-dbg_8.14.4-4+deb7u1_i386.deb
b72a9030aaccd8eb66c86da09e9e3c8e77e024e5f353b3060fc26e641ad2abb2 332522 libmilter-dev_8.14.4-4+deb7u1_i386.deb
Files:
fa292e496d4a2f7249db378ca4e5bc31 2562 mail extra sendmail_8.14.4-4+deb7u1.dsc
c749e2cf8c40a657492593f804b4a015 384460 mail extra sendmail_8.14.4-4+deb7u1.diff.gz
3db18e4a221859a522a5fced14bad044 836800 doc extra sendmail-doc_8.14.4-4+deb7u1_all.deb
d8723d0ef8b4445d93d7d7114e71f7ba 215868 mail extra sendmail_8.14.4-4+deb7u1_all.deb
6e52a39d2fff6217fd24ace42385f12c 364316 mail extra sendmail-base_8.14.4-4+deb7u1_all.deb
57b135dee8922193ff8ed5a1b1556877 301142 mail extra sendmail-cf_8.14.4-4+deb7u1_all.deb
afbbc8a4b0e5ca65dbf38628c163dfa3 964028 mail extra sendmail-bin_8.14.4-4+deb7u1_i386.deb
8f4e22d0c884ad0d01f2e3cf3f87e3bb 249602 mail extra rmail_8.14.4-4+deb7u1_i386.deb
dffeab9bcf8b8b434afa50974b5fb83c 218684 mail extra sensible-mda_8.14.4-4+deb7u1_i386.deb
793fdc80604b2449c441526099cc7047 241606 libs extra libmilter1.0.1_8.14.4-4+deb7u1_i386.deb
375b94df89fd4c760c8611352fdbca55 269054 libs extra libmilter1.0.1-dbg_8.14.4-4+deb7u1_i386.deb
1058f30e4bb9a15f1732ecee1ffa0462 332522 libdevel extra libmilter-dev_8.14.4-4+deb7u1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJV8KVyAAoJEF+zP5NZ6e0IcsIP/jXKzhaHBFMx8PsZkBwhLL6+
72IjeXLTl4Oiak2tGSSnFJnaQcigSRG7sqfjQ1K7WrIxNYYXsYC6BVAVTVNdNoUL
VKSkKCrvVLWW0MzZQ8T7qN6poafc9Kp2JZGts4l+BR9ks6dwRv/xXljwVEzOzRrH
6rbL9Z+nAWwK+NKqmjkPcRA+4FyfSxdurCRPN+ObGBPpFl3HDmPUs1WhKvE/RtfF
3onNxdOUpbi63AazOgyzHWwDkUCURpE6bJFsqpOb5SxtQf2r/LKovMz8nIk/U7wD
L2vG/PhajTrEH3AJajuKsJq7C8eH1IeypogwmcGo0o36YurHLIQ7I4TQJ+01vzgf
qUY3CRUVuaIpga5RX2tLrDCzcrrYiJE4XsILiY6ZNSdbUFcmBIpX+hBBXt5vXDcK
iuO3iPIizQ+zZsXSSjcKhiSidapaGYwigHFIsKza0xRgNBpFSynKUk8abGiVJ3NQ
QqlbPFBWpk0QgphuUolhtSQmAw+csIOoHZcwYOnXzDHHWILDgwN+xfalNFWuL0Yh
Z8GzQp8xFmbNmXE7GQpvdXaW2eN7/ni7XJMoo1Fg9G2YH+AQvs0gqbVr4KO3MuNF
Ln6qBP57OGpRT66D4dv+zNANB4e130QxXYue5CYjjMleyYwfC6rL/QJNf7/9a5Vj
RZesu0Y7EgEKjmiwZDfI
=Qhul
-----END PGP SIGNATURE-----
Bug archived.
Request was from
Debbugs Internal Request <owner@bugs.debian.org>
to
internal_control@bugs.debian.org.
(Sun, 11 Oct 2015 07:30:06 GMT)
Full text and
rfc822 format available.
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Wed Jan 6 17:02:26 2016;
Machine Name:
beach
Debian Bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.