tag 811382 pending thanks Hello,
Bug #811382 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=debian-edu/pkg-team/gosa.git;a=commitdiff;h=e2b3e5a --- commit e2b3e5a932dd30d0294172b95e31d0fc39ea5b0b Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de> Date: Fri Feb 12 09:35:43 2016 +0100 upload to unstable (debian/2.7.4+reloaded2-8) diff --git a/debian/changelog b/debian/changelog index 34d77dd..8bd3625 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,42 @@ +gosa (2.7.4+reloaded2-8) unstable; urgency=medium + + * debian/changelog: + + Add closure of #796813 for version 2.7.4+reloaded2-6. + * debian/patches: + + Fix comment header for 0007_update-sambaHashHook-description.patch. + + Add 1022_add-b-switch-to-mkntpasswd-script.patch. Support creation of + NT/LM hashes from base64 encoded password string. + + Add 1023_check-smbhash-creation-for-base64-encoded-pws.patch. Check + NT/LM hash creation during setup checks using decode_base64() function. + + Update 0007_update-sambaHashHook-description.patch. Add -MMIME::Base64 + package loading in NT/LM hash creation code on gosa.conf man page. + + Add 1024_dont-overescape-dollar-signs-in-smb-passwords.patch. Don't + over-escape "$" characters in passwords provided to the sambaHashHook + execution call. (Together with encoding passwords for sambaHashHook + as base64 string, this closes: #801758). + * debian/gosa.NEWS: + + Add information on password string now getting base64 encoded prior + to handing it over to the sambaHashHook script. + * debian/gosa.postinst: + + Only create symlinks to lpstat and convert, if those binaries really + exist on the system. (Closes: #811382). + * debian/control: + + Update D (gosa-desktop): depend on browser currently available on Debian + and Ubuntu. (Closes: #814004). + * debian/gosa*.dirs: + + Remove most *.dirs directories, only remaining file: gosa.dirs. + * debian/gosa{,-plugin-mail,-plugin-gofon,-desktop}.postrm: + + Remove /etc/gosa/ directory, if empty when purging the corresponding + packages. (To make piuparts happy). + * debian/gosa.post*: + + Use proper if clauses for conditions. This assures that the + postinst/postrm scripts do not fail if any of the conditions is not + met. + + Define $PATH in scripts to make sure, the which command used in these + scripts works as expected. + + -- Mike Gabriel <sunwea...@debian.org> Fri, 12 Feb 2016 06:14:37 +0100 + gosa (2.7.4+reloaded2-7) unstable; urgency=medium * debian/changelog: