diff -Nru xsp-4.2/debian/changelog xsp-4.2/debian/changelog --- xsp-4.2/debian/changelog 2020-12-28 11:15:15.000000000 +0000 +++ xsp-4.2/debian/changelog 2021-08-30 21:40:29.000000000 +0000 @@ -1,3 +1,12 @@ +xsp (4.2-2.3) unstable; urgency=medium + + * Non-maintainer upload. + + [ Clint Adams ] + * Use mktemp instead of tempfile (Closes: #961364) + + -- Sebastian Ramacher Mon, 30 Aug 2021 23:40:29 +0200 + xsp (4.2-2.2) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -Nru xsp-4.2/debian/mono-apache-server4.postinst xsp-4.2/debian/mono-apache-server4.postinst --- xsp-4.2/debian/mono-apache-server4.postinst 2017-04-01 17:32:54.000000000 +0000 +++ xsp-4.2/debian/mono-apache-server4.postinst 2021-08-30 21:31:56.000000000 +0000 @@ -34,7 +34,7 @@ case "$1" in configure) - tempfile=$(/bin/tempfile) + tempfile=$(mktemp) db_get monoserver4/monoserver4_restartapache || true daemon_turn_off diff -Nru xsp-4.2/debian/mono-xsp4.postinst xsp-4.2/debian/mono-xsp4.postinst --- xsp-4.2/debian/mono-xsp4.postinst 2017-04-01 17:32:54.000000000 +0000 +++ xsp-4.2/debian/mono-xsp4.postinst 2021-08-30 21:31:56.000000000 +0000 @@ -82,7 +82,7 @@ case "$1" in configure) - tempfile=$(/bin/tempfile) + tempfile=$(mktemp) # Configure autostart, but don't prevent the init script # from starting it manually.