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

Bug#955410: marked as done (buster-pu: package tinyproxy/1.10.0-2+deb10u1)



Your message dated Sat, 09 May 2020 11:53:52 +0100
with message-id <fd7fa4d56896c35aab49a5a51cb69727dc60e87a.camel@adam-barratt.org.uk>
and subject line Closing requests included in 10.4 point release
has caused the Debian Bug report #955410,
regarding buster-pu: package tinyproxy/1.10.0-2+deb10u1
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.)


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


Dear release team,

I have just uploaded (via Utkarsh Gupta as sponsor) the following change
for tinyproxy in buster:

+  * debian/tinyproxy.init:
+    + Only set PIDDIR, if PIDFILE is a non-zero length string. (Closes:
+      #948283).

-> RC bug fix.

Thanks+Greets,
Mike

-- System Information:
Debian Release: 10.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-8-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru tinyproxy-1.10.0/debian/changelog tinyproxy-1.10.0/debian/changelog
--- tinyproxy-1.10.0/debian/changelog	2018-10-23 12:47:18.000000000 +0200
+++ tinyproxy-1.10.0/debian/changelog	2020-03-31 12:31:24.000000000 +0200
@@ -1,3 +1,11 @@
+tinyproxy (1.10.0-2+deb10u1) buster; urgency=medium
+
+  * debian/tinyproxy.init:
+    + Only set PIDDIR, if PIDFILE is a non-zero length string. (Closes:
+      #948283).
+
+ -- Mike Gabriel <sunweaver@debian.org>  Tue, 31 Mar 2020 12:31:24 +0200
+
 tinyproxy (1.10.0-2) unstable; urgency=medium
 
   * debian/changelog:
diff -Nru tinyproxy-1.10.0/debian/tinyproxy.init tinyproxy-1.10.0/debian/tinyproxy.init
--- tinyproxy-1.10.0/debian/tinyproxy.init	2018-09-04 14:58:13.000000000 +0200
+++ tinyproxy-1.10.0/debian/tinyproxy.init	2020-03-31 12:30:56.000000000 +0200
@@ -39,7 +39,9 @@
         GROUP=$(grep   -i '^Group[[:space:]]'   "$CONFIG" | awk '{print $2}')
         PIDFILE=$(grep -i '^PidFile[[:space:]]' "$CONFIG" | awk '{print $2}' |\
           sed -e 's/"//g')
-        PIDDIR=`dirname "$PIDFILE"`
+        if [ -n "$PIDFILE" ];then
+            PIDDIR=$(dirname "$PIDFILE")
+        fi
         if [ -n "$PIDDIR" -a "$PIDDIR" != "/run" ]; then
 	    if [ ! -d "$PIDDIR" ]; then
                 mkdir "$PIDDIR"

--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 10.4

Hi,

Each of the uploads referred to by these bugs was included in today's
stable point release.

Regards,

Adam

--- End Message ---

Reply to: