[debian-edu-commits] debian-edu/pkg-team/ 01/01: debian/patches: Update 0007_update-sambaHashHook-description.patch. Add -MMIME::Base64 package loading in NT/LM hash creation code on gosa.conf man page.

Mike Gabriel sunweaver at debian.org
Fri Jan 29 09:23:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository gosa.

commit b448cc3230f8ec5e7ea9029fc31efa8345181b44
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Jan 29 10:21:40 2016 +0100

    debian/patches: Update 0007_update-sambaHashHook-description.patch. Add -MMIME::Base64 package loading in NT/LM hash creation code on gosa.conf man page.
---
 debian/patches/0007_update-sambaHashHook-description.patch | 2 +-
 debian/patches/1004_fix-typos-in-man-pages.patch           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/0007_update-sambaHashHook-description.patch b/debian/patches/0007_update-sambaHashHook-description.patch
index aaf33fd..d840c44 100644
--- a/debian/patches/0007_update-sambaHashHook-description.patch
+++ b/debian/patches/0007_update-sambaHashHook-description.patch
@@ -25,7 +25,7 @@ index 655b7f8..fa07e5b 100644
  
  .nf
 -perl -MCrypt::SmbHash -e "print join(q[:], ntlmgen \\$ARGV[0]), $/;"
-+perl -MCrypt::SmbHash -e "print join(q[:], ntlmgen decode_base64('\\$ARGV[0]')), $/;"
++perl -MCrypt::SmbHash -MMIME::Base64 -e "print join(q[:], ntlmgen decode_base64('\\$ARGV[0]')), $/;"
  .if
  .PP
  
diff --git a/debian/patches/1004_fix-typos-in-man-pages.patch b/debian/patches/1004_fix-typos-in-man-pages.patch
index dadcc0b..797d269 100644
--- a/debian/patches/1004_fix-typos-in-man-pages.patch
+++ b/debian/patches/1004_fix-typos-in-man-pages.patch
@@ -28,8 +28,8 @@ Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
  perl to generate the hash. Keep in mind to pass the value base64 encoded to perl:
  
  .nf
--perl -MCrypt::SmbHash -e "print join(q[:], ntlmgen decode_base64('\\$ARGV[0]')), $/;"
-+perl \-MCrypt::SmbHash \-e "print join(q[:], ntlmgen decode_base64('\\$ARGV[0]')), $/;"
+-perl -MCrypt::SmbHash -MMIME::Base64 -e "print join(q[:], ntlmgen decode_base64('\\$ARGV[0]')), $/;"
++perl \-MCrypt::SmbHash \-MMIME::Base64 \-e "print join(q[:], ntlmgen decode_base64('\\$ARGV[0]')), $/;"
  .if
  .PP
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/gosa.git



More information about the debian-edu-commits mailing list