courier (1.0.14.20201130-1)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 1.0.14-2 < 1.0.14.20201130-1.
- Git: https://salsa.debian.org/debian/courier.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/debian/courier
- Last scan: 2021-01-22 23:13:06+00
- Next scan: 2021-01-30 09:38:00+00
- Debian changelog in Git:
courier (1.0.14-2) UNRELEASED; urgency=medium
[ Markus Wanner ]
* Use dh-apache2 for sqwebmail, cleanup postinst and postrm
maintainer scripts.
* Cleanup del_override in postrm maintainer scripts, drop the
deprecated --force argument.
* Correct ownership of webadmin directories. Closes: #910529.
* Add support for the nodoc profile.
* Drop install-perms-list.dat from courier-base, it's a build artifact
* Correct arch=all builds.
* Drop the notice about the change to the 'courier' user.
* Correct init script for courier-mlm.
* Add patch 0029-tmp-disable-failing-tests to temporarily disable a
failing test.
* Add patch 0030-disable-imap-tests to disable some IMAP tests that are
known to fail with workarounds for buggy clients enabled.
* Add patch 0031-locale-indep to make MIME related tests pass without
a fully installed en_US locale.
* Globally enable all remaining and known working unit tests again.
[ PICCORO Lenz McKAY ]
* Update and clarify README.Debian files especially regarding packages
shipping CGI binaries (i.e. courier-mlm, courier-webadmin, sqwebmail).
Closes: #126735, #978718.
[ Markus Wanner ]
* Reword and correct README updates proposed by Lenz.
* Add patch 0032-webadmin-improved-error.patch to improve what should
be an access denied message by webadmin. Closes: #190725.
-- Markus Wanner <markus@bluegap.ch> Sat, 02 Jan 2021 23:06:13 +0100
- This branch is 18 commits ahead of tag debian/1.0.14-1
- Git log:
commit 228f047e030b9261acef42d9bce2a6e3e8a4426f
Author: Markus Wanner <markus@bluegap.ch>
Date: Sun Jan 3 02:01:00 2021 +0100
Improve access denied message by webadmin. Closes: #341205.
Add patch 0032-webadmin-improved-error.patch to adjust the error
message.
commit eb1838b462ad98ca2ab67be08da0496c7c29f631
Author: Markus Wanner <markus@bluegap.ch>
Date: Sat Jan 2 23:30:30 2021 +0100
Reword, reduce and correct README updates committed by Lenz.
commit 6f224a1fee694d0f5f6bad42f8d0aa9bc4825f6e
Author: mckaygerhard <mckaygerhard@gmail.com>
Date: Wed Dec 30 14:00:53 2020 -0400
Fix README.Debian files and very confused instructions for cgi packages
* all the README files cited very wrong configurations and old dated
out of sync informations.
* all the cgi packages (courier-mlm, courier-webadmin, sqwebmail).
Closes: #126735, #978718.
* Provide configurations need for lighttpd and indicate in
the README.Debian files that aditional configurations are need,
added need lines in rules and postinst/postrm scripts.
commit 5d2f33b648c53ebcac31db54faa989c40ec8c0ff
Author: Markus Wanner <markus@bluegap.ch>
Date: Fri Jan 1 14:20:25 2021 +0100
Enable tests generally, disable only failing test, tweak others to work.
Add patch 0029-tmp-disable-failing-tests to temporarily disable
the failing test 'testrfc3676parsersuite'.
Add patch 0030-disable-imap-tests to disable some IMAP tests that are
known to not work in combination with the
'--enable-workarounds-for-imap-client-bugs' configure argument.
Add patch 0031-locale-indep.patch to make two tests in lib/rfc2045 work
without requiring a fully installed locale (as is some restricted build
machine setups).
Cleanup d/rules a bit, update its copyright header.
commit cd39876e8779631b2eeaec933ff67c3a04824622
Author: Markus Wanner <markus@bluegap.ch>
Date: Sat Jan 2 18:04:55 2021 +0100
d/control: Cleanup substitutions.
commit be22539626fcefbcadcfa377454d0e42d6009ade
Author: Markus Wanner <markus@bluegap.ch>
Date: Sat Jan 2 17:03:47 2021 +0100
Correct init script for courier-mlm.
commit 038b2fee26b03c775d3f66812ff5c1f9ad51e150
Author: Markus Wanner <markus@bluegap.ch>
Date: Sat Jan 2 00:53:46 2021 +0100
Drop the notice about the change to the 'courier' user.
This change happened between stretch and buster, no need to warn
between buster and bullseye.
commit 3fea0d9d3baa13c1bdd80a17ac06c5835ee5226e
Author: Markus Wanner <markus@bluegap.ch>
Date: Fri Jan 1 23:45:01 2021 +0100
Correct arch=all builds.
commit 7aa482ee2e257bd904a9a345be3f66112e2054e9
Author: Markus Wanner <markus@bluegap.ch>
Date: Fri Jan 1 13:57:54 2021 +0100
Cleanup and sort install files, support nodoc profile.
Adjust update-alternatives calls in postinst and prerm scripts to account
for possibly missing manpage files (w/ nodoc profile).
commit 1272d194709b28b6d65e6ff97346592e595c780a
Author: Markus Wanner <markus@bluegap.ch>
Date: Fri Jan 1 23:15:56 2021 +0100
Drop install-perms-list.dat from courier-base, it's a build artifact
commit 0bc295958c6e38c4b3f59fd47669575e70b38431
Author: Markus Wanner <markus@bluegap.ch>
Date: Fri Jan 1 14:19:34 2021 +0100
Drop Perl script adjustments. No longer necessary, it seems.
commit 29ec4eb9e7f152d0e9df17719be74607ab8100ba
Author: Markus Wanner <markus@bluegap.ch>
Date: Thu Dec 31 00:00:39 2020 +0100
Correct ownership of webadmin directories.
commit 3269877e583c760007537d76b5a6aba1233ec101
Author: Markus Wanner <markus@bluegap.ch>
Date: Thu Dec 31 10:08:46 2020 +0100
Cleanup del_override in postrm maintainer scripts.
Use only the single one required argument, drop the deprecated --force
argument to dpkg-statoverride.
commit d968d4ba157e49ce113eae5f11475d061ab48a0c
Author: Markus Wanner <markus@bluegap.ch>
Date: Thu Dec 31 09:58:13 2020 +0100
Drop the deprecated --force argument to dpkg-statoverride.
commit 25b8ca32b1a6c07b55cfa20571f9263e0ac9255b
Author: Markus Wanner <markus@bluegap.ch>
Date: Wed Dec 30 20:44:19 2020 +0100
Use dh-apache24 for sqwebmail, update web config.
commit ea6cc9eb9bd05c3dbd4f582fee906f184542d08f
Merge: 4cffd85 f7d3eeb
Author: Markus Wanner <markus@bluegap.ch>
Date: Thu Dec 31 12:07:48 2020 +0000
Merge branch 'master' into 'master'
apache2 config file for sqwebmail causes problems with path for static files
See merge request debian/courier!10
commit f7d3eebfb6e897f16a019fb47dc419c96e116956
Author: PICCORO Lenz MCKAY <mckaygerhard@gmail.com>
Date: Wed Dec 30 21:58:22 2020 +0000
Apply 1 suggestion(s) to 1 file(s)
commit 6e77db99c0f5426984fb779645415a111dcf7212
Author: mckaygerhard <mckaygerhard@gmail.com>
Date: Wed Dec 30 14:10:44 2020 -0400
apache2 config file for sqwebmail causes problems with path for static files
* sqwebmail expected to find css file in /sqwebmail/sqwebmail.css
but i got a http 500 error cos xtrange cgi configurations automatically
made by package.. those must be erased and admins must fine tune by is
own hand in each case if want hide path in urls, that's could be the
reason of the question in debconf about copy or symlink,
* i just removed any complicated configuration cos till the cgi is not
restricted to localhost and is world readable so is nonsense all of
this complication (is that images will be not accessible by remote visitor,
stupid in fact)