tags 585057 + patch tags 585057 + pending thanks Dear maintainer,
I've prepared an NMU for sendmail (versioned as 8.14.3-9.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. This upload should fix a bug which is part of the ongoing isc-dhcp transition. Regards. -- Mehdi Dogguy
diff -u sendmail-8.14.3/debian/changelog sendmail-8.14.3/debian/changelog --- sendmail-8.14.3/debian/changelog +++ sendmail-8.14.3/debian/changelog @@ -1,3 +1,11 @@ +sendmail (8.14.3-9.2) unstable; urgency=low + + * Non-maintainer upload. + * Copy dhcp exit hooks from /etc/dhcp3/dhclient-exit-hooks.d to + /etc/dhcp/dhclient-exit-hooks.d (Closes: #585057). + + -- Mehdi Dogguy <me...@debian.org> Sun, 11 Jul 2010 23:15:00 +0200 + sendmail (8.14.3-9.1) unstable; urgency=high * Non-maintainer upload by the Security Team. diff -u sendmail-8.14.3/debian/sendmail-base.dirs sendmail-8.14.3/debian/sendmail-base.dirs --- sendmail-8.14.3/debian/sendmail-base.dirs +++ sendmail-8.14.3/debian/sendmail-base.dirs @@ -4,6 +4,8 @@ ./etc/default ./etc/dhcp3 ./etc/dhcp3/dhclient-exit-hooks.d +./etc/dhcp +./etc/dhcp/dhclient-exit-hooks.d ./etc/logcheck ./etc/logcheck/ignore.d.paranoid ./etc/logcheck/ignore.d.server diff -u sendmail-8.14.3/debian/examples/Makefile sendmail-8.14.3/debian/examples/Makefile --- sendmail-8.14.3/debian/examples/Makefile +++ sendmail-8.14.3/debian/examples/Makefile @@ -579,6 +579,8 @@ chmod a+rx ${DESTDIR}${pkgdatadir}/examples/ppp/ip-up.d/sendmail; chmod a+rx ${DESTDIR}${pkgdatadir}/examples/resolvconf/update-libc.d/sendmail; chmod a+rx ${DESTDIR}${sysconfdir}/dhcp3/dhclient-exit-hooks.d/sendmail; + install -m 755 ${DESTDIR}${sysconfdir}/dhcp3/dhclient-exit-hooks.d/sendmail \ + ${DESTDIR}${sysconfdir}/dhcp/dhclient-exit-hooks.d/sendmail; chmod a+rx ${DESTDIR}${sysconfdir}/network/if-down.d/sendmail; chmod a+rx ${DESTDIR}${sysconfdir}/network/if-post-down.d/sendmail; chmod a+rx ${DESTDIR}${sysconfdir}/network/if-up.d/sendmail; diff -u sendmail-8.14.3/debian/examples/Makefile.in sendmail-8.14.3/debian/examples/Makefile.in --- sendmail-8.14.3/debian/examples/Makefile.in +++ sendmail-8.14.3/debian/examples/Makefile.in @@ -579,6 +579,8 @@ chmod a+rx ${DESTDIR}${pkgdatadir}/examples/ppp/ip-up.d/sendmail; chmod a+rx ${DESTDIR}${pkgdatadir}/examples/resolvconf/update-libc.d/sendmail; chmod a+rx ${DESTDIR}${sysconfdir}/dhcp3/dhclient-exit-hooks.d/sendmail; + install -m 755 ${DESTDIR}${sysconfdir}/dhcp3/dhclient-exit-hooks.d/sendmail \ + ${DESTDIR}${sysconfdir}/dhcp/dhclient-exit-hooks.d/sendmail; chmod a+rx ${DESTDIR}${sysconfdir}/network/if-down.d/sendmail; chmod a+rx ${DESTDIR}${sysconfdir}/network/if-post-down.d/sendmail; chmod a+rx ${DESTDIR}${sysconfdir}/network/if-up.d/sendmail; diff -u sendmail-8.14.3/debian/build/debian/sendmail-base.dirs.in sendmail-8.14.3/debian/build/debian/sendmail-base.dirs.in --- sendmail-8.14.3/debian/build/debian/sendmail-base.dirs.in +++ sendmail-8.14.3/debian/build/debian/sendmail-base.dirs.in @@ -4,6 +4,8 @@ ....@sysconfdir@/default ....@sysconfdir@/dhcp3 ....@sysconfdir@/dhcp3/dhclient-exit-hooks.d +...@sysconfdir@/dhcp +...@sysconfdir@/dhcp/dhclient-exit-hooks.d ....@sysconfdir@/logcheck ....@sysconfdir@/logcheck/ignore.d.paranoid ....@sysconfdir@/logcheck/ignore.d.server