Hello community,

here is the log from the commit of package skopeo for openSUSE:Factory checked 
in at 2017-11-20 17:07:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skopeo (Old)
 and      /work/SRC/openSUSE:Factory/.skopeo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skopeo"

Mon Nov 20 17:07:06 2017 rev:5 rq:543858 version:0.1.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/skopeo/skopeo.changes    2017-10-25 
17:47:30.363458146 +0200
+++ /work/SRC/openSUSE:Factory/.skopeo.new/skopeo.changes       2017-11-20 
17:07:33.693080557 +0100
@@ -1,0 +2,7 @@
+Mon Nov 20 07:34:18 UTC 2017 - [email protected]
+
+- Update to skopeo v0.1.26. This includes a fix for CVE-2017-14992.
+- Disable containers/storage integration by default (through
+  containers_image_storage_stub), as it is very dodgy and not widely used.
+
+-------------------------------------------------------------------

Old:
----
  skopeo-0.1.24.tar.xz

New:
----
  skopeo-0.1.26.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ skopeo.spec ++++++
--- /var/tmp/diff_new_pack.tw4pZu/_old  2017-11-20 17:07:34.185062746 +0100
+++ /var/tmp/diff_new_pack.tw4pZu/_new  2017-11-20 17:07:34.189062602 +0100
@@ -16,15 +16,15 @@
 #
 # nodebuginfo
 
-
 # Don't enable ostree by default, as libostree is only available in tumbleweed.
 %bcond_with ostree
-
-# Remove stripping of Go binaries.
-%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
+# Don't enable storage by default, as it's not really widely used (and it's
+# also an _incredibly_ dodgy feature -- it effectively is used to hack around
+# Docker's graphdrivers).
+%bcond_with storage
 
 Name:           skopeo
-Version:        0.1.24
+Version:        0.1.26
 Release:        0
 Summary:        Container image repository tool
 License:        Apache-2.0
@@ -35,9 +35,11 @@
 BuildRequires:  go-go-md2man
 BuildRequires:  libgpgme-devel
 # Required for containers/storage integration.
+%if 0%{with storage}
 BuildRequires:  device-mapper-devel >= 1.2.68
 BuildRequires:  glib2-devel
 BuildRequires:  libbtrfs-devel >= 3.8
+%endif
 %if 0%{with ostree}
 BuildRequires:  libostree-devel
 %endif
@@ -64,6 +66,9 @@
 %if ! 0%{with ostree}
        BUILDTAGS+=" containers_image_ostree_stub"
 %endif
+%if ! 0%{with storage}
+       BUILDTAGS+=" containers_image_storage_stub"
+%endif
 
 # Build.
 go build -buildmode=pie -ldflags "-X main.gitCommit=" -gcflags "" -tags 
"$BUILDTAGS" -o skopeo github.com/projectatomic/skopeo/cmd/skopeo

++++++ _service ++++++
--- /var/tmp/diff_new_pack.tw4pZu/_old  2017-11-20 17:07:34.221061443 +0100
+++ /var/tmp/diff_new_pack.tw4pZu/_new  2017-11-20 17:07:34.221061443 +0100
@@ -3,8 +3,8 @@
     <param name="url">https://github.com/projectatomic/skopeo</param>
     <param name="scm">git</param>
     <param name="filename">skopeo</param>
-    <param name="versionformat">0.1.24</param>
-    <param name="revision">v0.1.24</param>
+    <param name="versionformat">0.1.26</param>
+    <param name="revision">v0.1.26</param>
     <param name="exclude">.git</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ skopeo-0.1.24.tar.xz -> skopeo-0.1.26.tar.xz ++++++
++++ 91606 lines of diff (skipped)


Reply via email to