Package: release.debian.org Severity: normal User: [email protected] Usertags: freeze-exception
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 unblock iodine/0.6.0~rc1-2 Please unblock package iodine; 0.6.0~rc1-2 closes #597258 (init script doesn't work with passwords containing spaces as the variable is not quoted). The fix is minimal, and there are no other changes to the package. Complete debdiff since it's rather short: #v+ diff -Nru iodine-0.6.0~rc1/debian/changelog iodine-0.6.0~rc1/debian/changelog - --- iodine-0.6.0~rc1/debian/changelog 2010-07-10 18:04:34.000000000 +0200 +++ iodine-0.6.0~rc1/debian/changelog 2010-09-20 22:25:50.000000000 +0200 @@ -1,3 +1,10 @@ +iodine (0.6.0~rc1-2) unstable; urgency=low + + [ tony mancill ] + * Update init.d script to support spaces in password (closes: #597258) + + -- gregor herrmann <[email protected]> Mon, 20 Sep 2010 22:25:48 +0200 + iodine (0.6.0~rc1-1) unstable; urgency=low * debian/watch: relax regexp to also catch release candidates. diff -Nru iodine-0.6.0~rc1/debian/iodine.iodined.init iodine-0.6.0~rc1/debian/iodine.iodined.init - --- iodine-0.6.0~rc1/debian/iodine.iodined.init 2010-05-24 14:09:51.000000000 +0200 +++ iodine-0.6.0~rc1/debian/iodine.iodined.init 2010-09-20 18:05:51.000000000 +0200 @@ -42,7 +42,7 @@ exit 0 else if [ -n "$IODINED_ARGS" ] && [ -n "$IODINED_PASSWORD" ] ; then - - DAEMON_ARGS="-u iodine -t $CHROOTDIR -P $IODINED_PASSWORD $IODINED_ARGS" + DAEMON_ARGS="-u iodine -t $CHROOTDIR $IODINED_ARGS" else [ "$VERBOSE" != no ] && log_warning_msg "$NAME is not fully configured. Change this in /etc/default/$DEFAULT or run dpkg-reconfigure $DEFAULT." exit 0 @@ -76,7 +76,7 @@ # 2 if daemon could not be started start-stop-daemon --start --quiet --exec $DAEMON --test > /dev/null \ || return 1 - - start-stop-daemon --start --quiet --exec $DAEMON -- $DAEMON_ARGS \ + start-stop-daemon --start --quiet --exec $DAEMON -- $DAEMON_ARGS -P "$IODINED_PASSWORD" \ || return 2 # Add code here, if necessary, that waits for the process to be ready # to handle requests from services started subsequently which depend #v- Thanks in advance for considering this request! Cheers, gregor -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBCAAGBQJMmMWEAAoJELs6aAGGSaoGeqsP/0xbEqjZ9XYM4omJaofOSrJ3 3NuN6zhU94SadWRPLwQOA3litm4N2p0oqES3fHNggCLUW0QYTUxdGdDrADLI/jF5 FFcWDrYZSDMiuYsRJCvpiVCYXMjOx6EOiZsST+ZQM4T4CRM2Ld8ZMf/1RvYDpKgQ bub/W0xK19zXnhPdXMs1QfC+gHBoeHVymJifj90UINeaN1SLlHu7Ih7ZJCYDTR0k yYu9FDw3H6cxv+z2ufc6KyFkJznPfAgJd8AKyGLQhhF3pfZMd02W4FGxizqupdkw C9eR046dRZWOlo9SUKatJL8egHpOtZZbsW/aQRriuJ8+s4aqOhVRoTsq8GIVh5pR 3t+IzkYPElN1L75/qtbgF8gM5m2y/ifwfXbD5lIa8WQp1ddiBpQWN0s2DpYpHvN0 dIFe34oO1LzPbdu2pf8iPCnOWQeRteXfCE45edzCwOcdNNQywJ7WVN/2BHk9K72A Dmc6+zOWujjo2GTDuEebFffux+2IVUm4VeY9bmYAC1qDHp+2HcPAQAg6sIM6cZhE 2CvKOCJZ9Omct+pOQfaU8kiS6EmAf/f57GTwpqqojClIs5vlm7m/hIkP0ewkfSfV kI6MRb+wZ0WjAvR8aEmitqVAkNh1b/cCbtHWLzG4ZxV66ZhKSf+awgOQGhXd6KBe TmlroDYpC5oVXYAdYnTs =jd1i -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

