Your message dated Mon, 30 Aug 2021 21:49:30 +0000
with message-id <e1mkp9m-0001cc...@fasolo.debian.org>
and subject line Bug#961364: fixed in xsp 4.2-2.3
has caused the Debian Bug report #961364,
regarding xsp: 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 ow...@bugs.debian.org
immediately.)
--
961364: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961364
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xsp
Version: 4.2-2.1
tempfile has been deprecated for years.
diff --git a/debian/mono-apache-server4.postinst
b/debian/mono-apache-server4.postinst
index b8d295d..bceda77 100644
--- a/debian/mono-apache-server4.postinst
+++ b/debian/mono-apache-server4.postinst
@@ -34,7 +34,7 @@ daemon_turn_off() {
case "$1" in
configure)
- tempfile=$(/bin/tempfile)
+ tempfile=$(mktemp)
db_get monoserver4/monoserver4_restartapache || true
daemon_turn_off
diff --git a/debian/mono-xsp4.postinst b/debian/mono-xsp4.postinst
index 53cd252..b97db00 100644
--- a/debian/mono-xsp4.postinst
+++ b/debian/mono-xsp4.postinst
@@ -82,7 +82,7 @@ should_start() {
case "$1" in
configure)
- tempfile=$(/bin/tempfile)
+ tempfile=$(mktemp)
# Configure autostart, but don't prevent the init script
# from starting it manually.
--- End Message ---
--- Begin Message ---
Source: xsp
Source-Version: 4.2-2.3
Done: Sebastian Ramacher <sramac...@debian.org>
We believe that the bug you reported is fixed in the latest version of
xsp, 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 961...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated xsp 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 30 Aug 2021 23:40:29 +0200
Source: xsp
Architecture: source
Version: 4.2-2.3
Distribution: unstable
Urgency: medium
Maintainer: Debian Mono Group <pkg-mono-gr...@lists.alioth.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 961364
Changes:
xsp (4.2-2.3) unstable; urgency=medium
.
* Non-maintainer upload.
.
[ Clint Adams ]
* Use mktemp instead of tempfile (Closes: #961364)
Checksums-Sha1:
f4338de2b0c004025ce251a7ad3d8503b364cabd 2659 xsp_4.2-2.3.dsc
a512110c6f3faa782c5d670ac61156c83266ca47 45732 xsp_4.2-2.3.debian.tar.xz
Checksums-Sha256:
94a9b62250615770ffa3d485d95e4481c0256e24fde67df2c8cc64f104bb47fd 2659
xsp_4.2-2.3.dsc
b3f771f21df0143f96ba2c06df9ea77d907a11b032ffd2c951c7e2efb99f8a16 45732
xsp_4.2-2.3.debian.tar.xz
Files:
b72abf7a8a18b0f8881e4e9c6adc2e22 2659 web optional xsp_4.2-2.3.dsc
d300ed32dd3642319f800b3dbf1b7fed 45732 web optional xsp_4.2-2.3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAmEtUP8ACgkQafL8UW6n
GZMgDRAAxDxdruJ+Z8kwkvQdg3yThdfDL1YEKn4qvPPs9uSwPR1wcENpEKlInr/P
dQHV0d1pLm155u4Q2XyEvY4aOH2ZSEwzzTNU6XjQhBF/qRw/gq8J6GH3+YLTzz/p
U6jPxl609jYPqUJNUvhSL1ElK4+v1WMLme3VySDg+X05s22OaRShgzYu0S0yTOLl
+HevWm7rWmNSWD4u8ngRd+2ic2fN3qxq9gWEBV/q3P+2ohYKceovlJh2V3oTRZDw
QpDp5ustSgN9gnxiPVldSNN+dB3hY+lUZ86LPkv9h0dSBqOuv4FO2CNEMwpnO+pp
9/gPohafjUk9rhizoUN84q4brRGq49eNocl/LTRx+nb8rWSdf5lpLmKhDAMm2vlk
8UzBVbQfZs36r3+1Rib1dm1dTkEL3klwSNnAFCHVAXnjyj+nl4SpjOtItKroLxVY
113eIH8CbWdJIOhx5rRhBTa6vzC6nKvvGR+yFCv+xFPX0l1WSM6EY4QV9mEEqnwW
QXhjX+pxmSDINyR8lMrPg302pIO8+Y+ImOyivQdgT7/Y5SvlZTQ6J7EOdnY1i5sH
IlMj5VZBqDmykVpzqdSrVaVBcH4zQOv0Oka08Lh5wwtFFbS778gReyCEMEp8qrow
NIzrGKBaj2gIkVkJ3iSdzSAV1Oq0zhyoC+6p5VfN5WH1zfVVrUA=
=RSwg
-----END PGP SIGNATURE-----
--- End Message ---