[Pkg-samba-maint] r2012 - in branches/samba/experimental/debian: . patches
bubulle at alioth.debian.org
bubulle at alioth.debian.org
Sun Jul 6 09:50:41 UTC 2008
tags 486056 pending
thanks
Author: bubulle
Date: 2008-07-06 09:50:41 +0000 (Sun, 06 Jul 2008)
New Revision: 2012
Added:
branches/samba/experimental/debian/patches/smbtar-bashism.patch
Modified:
branches/samba/experimental/debian/changelog
branches/samba/experimental/debian/patches/series
Log:
Merge r1956
Modified: branches/samba/experimental/debian/changelog
===================================================================
--- branches/samba/experimental/debian/changelog 2008-07-06 09:47:16 UTC (rev 2011)
+++ branches/samba/experimental/debian/changelog 2008-07-06 09:50:41 UTC (rev 2012)
@@ -43,6 +43,10 @@
[ Steve Langasek ]
* New upstream release
+ [ Jelmer Vernooij ]
+ * Merged from unstable:
+ * Fix bashism in smbtar. (Closes: #486056)
+
[ Peter Eisentraut ]
* Merged from unstable:
* Removed myself from Uploaders
Modified: branches/samba/experimental/debian/patches/series
===================================================================
--- branches/samba/experimental/debian/patches/series 2008-07-06 09:47:16 UTC (rev 2011)
+++ branches/samba/experimental/debian/patches/series 2008-07-06 09:50:41 UTC (rev 2012)
@@ -13,3 +13,4 @@
autoconf.patch
smbpasswd-syslog.patch
usershare.patch
+smbtar-bashism.patch
Added: branches/samba/experimental/debian/patches/smbtar-bashism.patch
===================================================================
--- branches/samba/experimental/debian/patches/smbtar-bashism.patch (rev 0)
+++ branches/samba/experimental/debian/patches/smbtar-bashism.patch 2008-07-06 09:50:41 UTC (rev 2012)
@@ -0,0 +1,23 @@
+Goal: Avoid using bashism in smbtar
+
+Status wrt upstream: Debian-specific.
+
+Fixes: #486056
+
+Author: Jelmer Vernooij <jelmer at samba.org>
+
+Note:
+
+Index: samba/source/script/smbtar
+===================================================================
+--- samba/source/script/smbtar (Revision 1955)
++++ samba/source/script/smbtar (Arbeitskopie)
+@@ -151,7 +151,7 @@
+ if [ -z "$verbose" ]; then
+ echo "server is $server"
+ # echo "share is $service"
+- echo "share is $service\\$cdcmd"
++ printf "share is %s\\%s" "$service" "$cdcmd"
+ echo "tar args is $tarargs"
+ # echo "password is $password" # passwords should never be sent to screen
+ echo "tape is $tapefile"
More information about the Pkg-samba-maint
mailing list