[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#991850: marked as done (unblock: tmpreaper/1.6.14+nmu2)



Your message dated Tue, 3 Aug 2021 17:34:59 +0200
with message-id <16776e65-d3b1-d00c-653e-5fe2fc4f7e8b@debian.org>
and subject line Re: Bug#991850: unblock: tmpreaper/1.6.14+nmu2
has caused the Debian Bug report #991850,
regarding unblock: tmpreaper/1.6.14+nmu2
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.)


-- 
991850: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991850
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package tmpreaper

  * Apply patch from Mick Switser to fix protect on directory.
    (Closes: #636459)

unblock tmpreaper/1.6.14+nmu2
diff -Nru tmpreaper-1.6.14+nmu1/ChangeLog tmpreaper-1.6.14+nmu2/ChangeLog
--- tmpreaper-1.6.14+nmu1/ChangeLog	2019-09-06 16:20:49.000000000 +0300
+++ tmpreaper-1.6.14+nmu2/ChangeLog	2021-08-03 08:35:41.000000000 +0300
@@ -1,3 +1,11 @@
+tmpreaper (1.6.14+nmu2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patch from Mick Switser to fix protect on directory.
+    (Closes: #636459)
+
+ -- Adrian Bunk <bunk@debian.org>  Tue, 03 Aug 2021 08:35:41 +0300
+
 tmpreaper (1.6.14+nmu1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru tmpreaper-1.6.14+nmu1/debian/changelog tmpreaper-1.6.14+nmu2/debian/changelog
--- tmpreaper-1.6.14+nmu1/debian/changelog	2019-09-06 16:20:49.000000000 +0300
+++ tmpreaper-1.6.14+nmu2/debian/changelog	2021-08-03 08:35:41.000000000 +0300
@@ -1,3 +1,11 @@
+tmpreaper (1.6.14+nmu2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patch from Mick Switser to fix protect on directory.
+    (Closes: #636459)
+
+ -- Adrian Bunk <bunk@debian.org>  Tue, 03 Aug 2021 08:35:41 +0300
+
 tmpreaper (1.6.14+nmu1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru tmpreaper-1.6.14+nmu1/tmpreaper.c tmpreaper-1.6.14+nmu2/tmpreaper.c
--- tmpreaper-1.6.14+nmu1/tmpreaper.c	2019-01-05 17:23:01.000000000 +0200
+++ tmpreaper-1.6.14+nmu2/tmpreaper.c	2021-08-03 08:35:41.000000000 +0300
@@ -519,6 +519,21 @@
 		    continue;
 		}
 
+                if (FLAGS_PROTECT_P (flags)) {
+		    skip = i = 0;
+		    do {
+			if (sb.st_ino == protect_table[i].inode) {
+			    message (LOG_VERBOSE,
+				     "Entry matching `--protect' pattern skipped. `%s'\n",
+				     protect_table[i].name);
+			    skip = 1;
+			    break;
+			}
+		    } while (protect_table[i++].name);
+		    if (skip)
+			continue;
+		}
+
 		if (S_ISDIR (sb.st_mode)) {
 #ifdef HAVE_LIBMOUNT_LIBMOUNT_H
 		    struct mountpoint_control ctl = { NULL };
@@ -565,21 +580,6 @@
 			     (u_int) getpid(), ent->d_name);
 		}
 
-		if (FLAGS_PROTECT_P (flags)) {
-		    skip = i = 0;
-		    do {
-			if (sb.st_ino == protect_table[i].inode) {
-			    message (LOG_VERBOSE,
-				     "Entry matching `--protect' pattern skipped. `%s'\n",
-				     protect_table[i].name);
-			    skip = 1;
-			    break;
-			}
-		    } while (protect_table[i++].name);
-		    if (skip)
-			continue;
-		}
-
 		/* Decide whether to remove the file or not */
 		/* check for mtime on directory instead of atime if requested */
 		if ( FLAGS_MTIME_P(flags) ||

--- End Message ---
--- Begin Message ---
Hi Adrian,

On 03-08-2021 13:33, Adrian Bunk wrote:
> Please unblock package tmpreaper

unblock hint added.

Paul

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---

Reply to: