Your message dated Sat, 22 Jul 2017 13:17:18 +0100 with message-id <1500725838.14212.3.camel@adam-barratt.org.uk> and subject line Closing bugs for 9.1 p-u fixes has caused the Debian Bug report #865225, regarding stretch-pu: package request-tracker4/4.4.1-3+deb9u2 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 865225: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865225 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: stretch-pu: package request-tracker4/4.4.1-3+deb9u2
- From: Dominic Hargreaves <dom@earth.li>
- Date: Tue, 20 Jun 2017 00:28:04 +0100
- Message-id: <149791488492.7596.5689211350873269175.reportbug@urchin.earth.li>
Package: release.debian.org Severity: normal Tags: stretch User: release.debian.org@packages.debian.org Usertags: pu I didn't manage to get the fix for #862426 sorted out for stretch in time and this will cause annoying breakage for new installs. It's possible that I will follow up with a fix for #848041 too, but it's not clear what that is yet. Debdiff attached. Thanks, Dominic.diff --git a/debian/changelog b/debian/changelog index a984a89..431eb9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +request-tracker4 (4.4.1-3+deb9u2) UNRELEASED; urgency=medium + + * Handle configuration permissions correctly following + RT_SiteConfig.d changes (Closes: #862426) + + -- Dominic Hargreaves <dom@earth.li> Tue, 20 Jun 2017 00:22:12 +0100 + request-tracker4 (4.4.1-3+deb9u1) stretch-security; urgency=high * Fix multiple security issues: diff --git a/debian/postinst b/debian/postinst index ab05f40..a6f9a56 100644 --- a/debian/postinst +++ b/debian/postinst @@ -100,8 +100,10 @@ run_dbconfig () { maybe_handle_permissions () { if [ "$HANDLE_PERMISSIONS" = "true" ] then - chown root:www-data /etc/request-tracker4/RT_SiteConfig.pm - chmod 640 /etc/request-tracker4/RT_SiteConfig.pm + for f in /etc/request-tracker4/RT_SiteConfig.d/50-debconf.pm \ + /etc/request-tracker4/RT_SiteConfig.d/51-dbconfig-common.pm; do + [ -f "$f" ] && chown root:www-data $f && chmod 640 $f + done fi }
--- End Message ---
--- Begin Message ---
- To: 864292-done@bugs.debian.org, 864747-done@bugs.debian.org, 864757-done@bugs.debian.org, 864802-done@bugs.debian.org, 864973-done@bugs.debian.org, 865002-done@bugs.debian.org, 865057-done@bugs.debian.org, 865122-done@bugs.debian.org, 865212-done@bugs.debian.org, 865214-done@bugs.debian.org, 865225-done@bugs.debian.org, 865270-done@bugs.debian.org, 865355-done@bugs.debian.org, 865695-done@bugs.debian.org, 865997-done@bugs.debian.org, 866332-done@bugs.debian.org, 866351-done@bugs.debian.org, 866516-done@bugs.debian.org, 866679-done@bugs.debian.org, 866692-done@bugs.debian.org, 866759-done@bugs.debian.org, 867091-done@bugs.debian.org, 867118-done@bugs.debian.org, 867159-done@bugs.debian.org, 867190-done@bugs.debian.org, 867231-done@bugs.debian.org, 867248-done@bugs.debian.org, 867335-done@bugs.debian.org, 867479-done@bugs.debian.org, 867490-done@bugs.debian.org, 867567-done@bugs.debian.org, 867597-done@bugs.debian.org, 867624-done@bugs.debian.org, 867659-done@bugs.debian.org, 867716-done@bugs.debian.org, 867965-done@bugs.debian.org, 867966-done@bugs.debian.org, 867970-done@bugs.debian.org, 867989-done@bugs.debian.org, 868017-done@bugs.debian.org, 868029-done@bugs.debian.org, 868054-done@bugs.debian.org, 868102-done@bugs.debian.org, 868105-done@bugs.debian.org, 868128-done@bugs.debian.org, 868130-done@bugs.debian.org, 868214-done@bugs.debian.org, 868222-done@bugs.debian.org, 868228-done@bugs.debian.org, 868344-done@bugs.debian.org, 868361-done@bugs.debian.org, 868451-done@bugs.debian.org, 868459-done@bugs.debian.org, 868468-done@bugs.debian.org
- Subject: Closing bugs for 9.1 p-u fixes
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 22 Jul 2017 13:17:18 +0100
- Message-id: <1500725838.14212.3.camel@adam-barratt.org.uk>
Version: 9.1 Hi, These bugs all relate to updates which were included in today's stretch point release. Regards, Adam
--- End Message ---