Hello community,
here is the log from the commit of package obs-service-verify_file for
openSUSE:Factory checked in at 2016-02-25 22:07:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-verify_file (Old)
and /work/SRC/openSUSE:Factory/.obs-service-verify_file.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-verify_file"
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-verify_file/obs-service-verify_file.changes
2015-07-24 09:59:01.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.obs-service-verify_file.new/obs-service-verify_file.changes
2016-02-26 00:37:09.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Feb 16 08:59:36 UTC 2016 - [email protected]
+
+- protect parameter handling
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-verify_file.spec ++++++
--- /var/tmp/diff_new_pack.i3tUaF/_old 2016-02-26 00:37:10.000000000 +0100
+++ /var/tmp/diff_new_pack.i3tUaF/_new 2016-02-26 00:37:10.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package obs-service-verify_file
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: obs-service-verify_file
-Version: 0.1
+Version: 0.1.1
Release: 0
Url: http://build.opensuse.org
Summary: An OBS source service: file verification
++++++ verify_file ++++++
--- /var/tmp/diff_new_pack.i3tUaF/_old 2016-02-26 00:37:10.000000000 +0100
+++ /var/tmp/diff_new_pack.i3tUaF/_new 2016-02-26 00:37:10.000000000 +0100
@@ -63,6 +63,6 @@
;;
esac
-filesum=`${VERIFYEXE} "$MYFILE" | cut -f1 -d\ `
+filesum=`${VERIFYEXE} -- "$MYFILE" | cut -f1 -d\ `
exec test "$filesum" = "$MYSUM"