Your message dated Fri, 07 Nov 2014 00:28:59 +0100 with message-id <545C043B.1010002@thykier.net> and subject line Re: Bug#767390: unblock: dbconfig-common/1.8.47+nmu3 (follow-up) has caused the Debian Bug report #767390, regarding unblock: dbconfig-common/1.8.47+nmu3 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.) -- 767390: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767390 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: unblock: dbconfig-common/1.8.47+nmu3 (pre-upload confirmation request)
- From: Paul Gevers <elbrus@debian.org>
- Date: Thu, 30 Oct 2014 20:44:51 +0100
- Message-id: <54529533.8060801@wollumbin.marsaxlokk.dhcp.io>
- In-reply-to: <54510CDF.9050807@teckids.org>
- References: <54510CDF.9050807@teckids.org>
Package: release.debian.org User: release.debian.org@packages.debian.org Usertags: unblock Severity: normal X-Debbugs-CC: 767248@bugs.debian.org Hi Release team, In my effort to fix RC bug 720517 in dbconfig-common via NMU (which migrated to Jessie some days ago), I introduced a quite similar bug for other packages, namely RC bug 767248: "dbconfig-common: removes any permissions from generated include files on upgrade". What I did to fix bug 720517 was to only honor request from packages to change ownership and permissions when they install, not during updates, in order to preserve permissions done by local administrators. This works great for packages that ask dbconfig-common to manage the file via ufc. However, in the current bug the trouble is that not all packages ask dbconfig-common to register their file with ufc (I will try to figure out if that is not a bug in itself, but that is not currently the issue). In the case that a package does NOT ask dbconfig-common to use ufc, the file ownership and permissions are now not correct during upgrades. I intend to upload dbconfig-common with the attached debdiff but request confirmation from you that you will accept this fix. If not, could you advice on the direction you want me to take. Paul unblock dbconfig-common/1.8.47+nmu3 -- System Information: Debian Release: 7.7 APT prefers stable APT policy: (500, 'stable'), (99, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dashdiff -Nru dbconfig-common-1.8.47+nmu2/dbconfig-generate-include dbconfig-common-1.8.47+nmu3/dbconfig-generate-include --- dbconfig-common-1.8.47+nmu2/dbconfig-generate-include 2014-10-13 21:05:57.000000000 +0200 +++ dbconfig-common-1.8.47+nmu3/dbconfig-generate-include 2014-10-29 16:38:09.000000000 +0100 @@ -408,6 +408,10 @@ ucf --debconf-ok "$tmpout" "$outputfile" >&2 rm -f "$tmpout" else + # Replicate permissions of original file to temp file + # so it doesn't get lost + chmod --reference="$outputfile" "$tmpout" + chown --reference="$outputfile" "$tmpout" mv "$tmpout" "$outputfile" fi check_permissions diff -Nru dbconfig-common-1.8.47+nmu2/debian/changelog dbconfig-common-1.8.47+nmu3/debian/changelog --- dbconfig-common-1.8.47+nmu2/debian/changelog 2014-10-13 21:31:13.000000000 +0200 +++ dbconfig-common-1.8.47+nmu3/debian/changelog 2014-10-29 16:43:27.000000000 +0100 @@ -1,3 +1,11 @@ +dbconfig-common (1.8.47+nmu3) unstable; urgency=medium + + * Non-maintainer upload. + * Do not remove permissions from include files on upgrade, + thanks to Simon Bruder. (Closes: #767248) + + -- Dominik George <nik@naturalnet.de> Wed, 29 Oct 2014 16:38:19 +0100 + dbconfig-common (1.8.47+nmu2) unstable; urgency=low * Non-maintainer upload.Attachment: signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
- To: Paul Gevers <elbrus@debian.org>, 767390-done@bugs.debian.org
- Subject: Re: Bug#767390: unblock: dbconfig-common/1.8.47+nmu3 (follow-up)
- From: Niels Thykier <niels@thykier.net>
- Date: Fri, 07 Nov 2014 00:28:59 +0100
- Message-id: <545C043B.1010002@thykier.net>
- In-reply-to: <[🔎] 545B3C04.8010706@wollumbin.marsaxlokk.dhcp.io>
- References: <[🔎] 545B3C04.8010706@wollumbin.marsaxlokk.dhcp.io>
On 2014-11-06 10:14, Paul Gevers wrote: > As a follow-up to the unblock request for dbconfig-common (already > reopened by Dominik) I have a new debdiff attached. I uploaded the > package (via DELAYED, now installed) already as I believe the current > patch fixes the permissions problem. > > I tested installing and dpkg-reconfigure-ing roundcube with and without > local changes including additional acl permission, and under all tested > circumstances, the permissions and ownership were now kept as expected. > > Please unblock dbconfig-common to fix RC bug 767248: "dbconfig-common: > removes any permissions from generated include files on upgrade". > > unblock dbconfig-common/1.8.47+nmu3 > > Paul > Unblocked, thanks. ~Niels
--- End Message ---