Your message dated Sun, 24 May 2020 17:34:02 +0000 with message-id <[email protected]> and subject line Bug#961392: fixed in varnish 6.4.0-3 has caused the Debian Bug report #961392, regarding src:varnish: use mktemp instead of tempfile 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 [email protected] immediately.) -- 961392: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961392 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:varnish Version: 6.4.0-2 Tags: patch tempfile has been deprecated for years. diff --git a/debian/varnish.init b/debian/varnish.init index cffd1f978..345118f83 100755 --- a/debian/varnish.init +++ b/debian/varnish.init @@ -45,7 +45,7 @@ export PATH="${PATH:+$PATH:}/usr/sbin:/usr/bin:/sbin:/bin" start_varnishd() { log_daemon_msg "Starting $DESC" "$NAME" - output=$(/bin/tempfile -s.varnish) + output=$(mktemp --suffix=.varnish) if start-stop-daemon \ --start --quiet --pidfile ${PIDFILE} --exec ${DAEMON} -- \ -P ${PIDFILE} ${DAEMON_OPTS} > ${output} 2>&1; then diff --git a/debian/varnish.varnishncsa.init b/debian/varnish.varnishncsa.init index 1476c1a66..b8177994b 100644 --- a/debian/varnish.varnishncsa.init +++ b/debian/varnish.varnishncsa.init @@ -37,7 +37,7 @@ fi test -x $DAEMON || exit 0 start_varnishncsa() { - output=$(/bin/tempfile -s.varnish) + output=$(mktemp --suffix=.varnish) log_daemon_msg "Starting $DESC" "$NAME" create_pid_directory if start-stop-daemon --start --quiet --pidfile ${PIDFILE} \
--- End Message ---
--- Begin Message ---Source: varnish Source-Version: 6.4.0-3 Done: Stig Sandbeck Mathisen <[email protected]> We believe that the bug you reported is fixed in the latest version of varnish, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Stig Sandbeck Mathisen <[email protected]> (supplier of updated varnish package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 24 May 2020 19:11:49 +0200 Source: varnish Architecture: source Version: 6.4.0-3 Distribution: unstable Urgency: medium Maintainer: Varnish Package Maintainers <[email protected]> Changed-By: Stig Sandbeck Mathisen <[email protected]> Closes: 961392 Changes: varnish (6.4.0-3) unstable; urgency=medium . [ Stig Sandbeck Mathisen ] * Work around a breaking change in GNU make 4.3 . [ Clint Adams ] * Use mktemp instead of tempfile (Closes: #961392) Checksums-Sha1: 69b5d47aa2fb097c2f99e48e8b53977ed9bcd960 2545 varnish_6.4.0-3.dsc 4c871bfa0770d49a3911078642a1f23249c105b4 24212 varnish_6.4.0-3.debian.tar.xz Checksums-Sha256: 5bd40e00afb6fc601258cace0cadf4707e6f60e073cf9591fc79793cb15d3aea 2545 varnish_6.4.0-3.dsc ff5f4e937e4ab3b6416d8e19ed15ff5dc7069d6b80dbbe16c56ec58f361b2915 24212 varnish_6.4.0-3.debian.tar.xz Files: 76d51771b63fce39b12fca111a2d10f1 2545 web optional varnish_6.4.0-3.dsc ff8a480a4529556307d19e87c149c3a8 24212 web optional varnish_6.4.0-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJDBAEBCgAtFiEEeZ5n7uInSAMeBaLcfbqVjBwFVTgFAl7Kq5EPHHNzbUBkZWJp YW4ub3JnAAoJEH26lYwcBVU43GMP/3rlPuotiBCLt/9W8n3uhCKgoArXLZHqEBP6 HQnnWjYIZC/NqE2os9KazH8/TQALp37jc81S8gHgQlUYo59K2t4F1UFlzk82Fiot s6myOdyWRwIjGLj1p9q2XV5xhCclA24CGnNeky4lR5gTXQt1fKF2+ctdc+j2f5/8 iJECWP8dhnosILWgPdlqLC5rEXUkUtkpTItW/r5r/58CZtyuuwyf13dthJaihwdc +FTALcQ2/vFPdAHqrYubtE+tsLv1JSZvkLPA6GKm2mK6kuxZk0dG9cX6Hxvz4lcO VhoaM16WJ3+Uo+lbHlFaIKzjnZdw/W9+FMG+u+7od/uGVv/uPY1tAJ5VJu3MM9FP Y2/1znMZ9LdFXiO9GgaNjat9ke+8Z0DJxzf4R7uswfK+VMKRUpQuC8IK+co3SLtJ ZqNNIUqlq4m31tsye4J4FQlKB+bPXPZXg6FGlTm6IrfLcVztZeajeeucD7/HRrS1 E+86hR+uBW7C8F9/Hn+uoKYIM3+t8pR+Gm1KuOg3dEf+EYubAGvHpSsPVXpBa/ba knTq6wJdPmMYa94RjEYNQHAToUjw9iGk3Rhh6eODayABH+GMzb/9BdQARQ66GRBy ib6c0rEqE6nXLkxVE3xKz5Br5bZD+B00rLJXTMaHdAknjceYSAim+7nlujJmaDBr QWuyRtf4 =3eXO -----END PGP SIGNATURE-----
--- End Message ---

