diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8ee1b90..fc6e928 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +postfix (3.9.1-5) unstable; urgency=medium + + * a "making some clean-ups, part 3" release + * rewrite of d/configure-instance.sh chroot setup script: + - remove some old files which shouldn't be there, like lib/libnss_s.so + or lib/mozilla/libnss.3 or lib/$otherarch/libnssdbm3.so + - stop re-writing whole chroot each time, use cp -u + - copy /etc/ssl/certs by hash only, so the result matches those on + host, not all of them like before + - copy just libnss_*.so.2 for the correct architecture + - stop creating dev/[u]random in chroot, device nodes in /var was + a long-standing issue. Cf. #572841 + * d/{update-libc,ip-{up,down}}.d: just copy resolv.conf, no reload needed + (postfix uses system resolver, glibc picks up changes automatically) + add a note we only support default/main instance + * postfix-resolvconf: some updates + * remove cpio from Depends, downgrade ssl-cert to Recommends + (postfix uses ssl-snakeoil by default); + add ssl-cert dependency to tests, so it checks smtps + * drop very old (before buster) versioned deps + * d/rules,d/control: do not build postfix-mongodb on hurd + * provide (shorter) long Description for all packages directly in d/control + * stop moving dynamic maps manpages to postfix-MAP subpackages, provide + them in main postfix package + * remove stray debian-differences-main-cf.diff which was added mistakenly + * d/README.Debian: spelling: synchronizing + * d/po: run debconf-updatepo + + -- Michael Tokarev <mjt@tls.msk.ru> Fri, 13 Dec 2024 00:09:16 +0300 + postfix (3.9.1-4~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: |