Hello community, here is the log from the commit of package encfs for openSUSE:Factory checked in at 2014-12-30 00:50:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/encfs (Old) and /work/SRC/openSUSE:Factory/.encfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "encfs" Changes: -------- --- /work/SRC/openSUSE:Factory/encfs/encfs.changes 2014-08-25 11:04:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.encfs.new/encfs.changes 2014-12-30 00:50:36.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Nov 17 00:33:00 UTC 2014 - Led <[email protected]> + +- fix bashism in encfssh script +- add patches: + * encfs-1.7.4-fix-bashisms.patch + +------------------------------------------------------------------- New: ---- encfs-1.7.4-fix-bashisms.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ encfs.spec ++++++ --- /var/tmp/diff_new_pack.6oYy2q/_old 2014-12-30 00:50:37.000000000 +0100 +++ /var/tmp/diff_new_pack.6oYy2q/_new 2014-12-30 00:50:37.000000000 +0100 @@ -34,6 +34,7 @@ Source: %{name}-%{version}.tar.bz2 Patch: configure-fix.patch Patch1: encfs-1.7.4-fixReverseAbsoluteSymlinks.diff +Patch2: encfs-1.7.4-fix-bashisms.patch Url: http://www.arg0.net/encfs BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -61,6 +62,7 @@ %setup %patch -p1 %patch1 -p1 +%patch2 -p1 %build autoreconf -fiv ++++++ encfs-1.7.4-fix-bashisms.patch ++++++ diff -Ndur encfs-1.7.4/encfs/encfssh encfs-1.7.4-fix-bashisms/encfs/encfssh --- encfs-1.7.4/encfs/encfssh 2009-11-30 00:04:12.000000000 +0200 +++ encfs-1.7.4-fix-bashisms/encfs/encfssh 2014-11-17 02:31:47.268475943 +0200 @@ -30,6 +30,7 @@ done else unenc_dir=.$RANDOM.$RANDOM + [ "$unenc_dir" != ".." ] || unenc_dir="$(od -An -d -N4 /dev/urandom | sed 's/ */./g')" fi if [ ! -d "$enc_dir" ]; then -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
