Hello community, here is the log from the commit of package skopeo for openSUSE:Factory checked in at 2020-03-06 21:26:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/skopeo (Old) and /work/SRC/openSUSE:Factory/.skopeo.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "skopeo" Fri Mar 6 21:26:21 2020 rev:13 rq:781830 version:0.1.41 Changes: -------- --- /work/SRC/openSUSE:Factory/skopeo/skopeo.changes 2019-08-09 16:52:03.221487830 +0200 +++ /work/SRC/openSUSE:Factory/.skopeo.new.26092/skopeo.changes 2020-03-06 21:26:42.661529452 +0100 @@ -1,0 +2,90 @@ +Wed Mar 4 14:09:21 UTC 2020 - Ralf Haferkamp <[email protected]> + +- Removed patches that were merged upstream: + - 0002-Add-set-of-image-options-used-only-for-docker-transp.patch + - bsc1115165-0001-Introduce-the-sync-command.patch + - CVE-2019-10214.patch +- Update to skopeo v0.1.41 (bsc#1165715): + - Bump github.com/containers/image/v5 from 5.2.0 to 5.2.1 + - Bump gopkg.in/yaml.v2 from 2.2.7 to 2.2.8 + - Bump github.com/containers/common from 0.0.7 to 0.1.4 + - Remove the reference to openshift/api + - vendor github.com/containers/image/[email protected] + - Manually update buildah to v1.13.1 + - add specific authfile options to copy (and sync) command. + - Bump github.com/containers/buildah from 1.11.6 to 1.12.0 + - Add context to --encryption-key / --decryption-key processing + failures + - Bump github.com/containers/storage from 1.15.2 to 1.15.3 + - Bump github.com/containers/buildah from 1.11.5 to 1.11.6 + - remove direct reference on c/image/storage + - Makefile: set GOBIN + - Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.7 + - Bump github.com/containers/storage from 1.15.1 to 1.15.2 + - Introduce the sync command + - openshift cluster: remove .docker directory on teardown + - Bump github.com/containers/storage from 1.14.0 to 1.15.1 + - document installation via apk on alpine + - Fix typos in doc for image encryption + - Image encryption/decryption support in skopeo + - make vendor-in-container + - Bump github.com/containers/buildah from 1.11.4 to 1.11.5 + - Travis: use go v1.13 + - Use a Windows Nano Server image instead of Server Core for + multi-arch testing + - Increase test timeout to 15 minutes + - Run the test-system container without --net=host + - Mount /run/systemd/journal/socket into test-system containers + - Don't unnecessarily filter out vendor from (go list ./...) + output + - Use -mod=vendor in (go {list,test,vet}) + - Bump github.com/containers/buildah from 1.8.4 to 1.11.4 + - Bump github.com/urfave/cli from 1.20.0 to 1.22.1 + - skopeo: drop support for ostree + - Don't critically fail on a 403 when listing tags + - Revert "Temporarily work around auth.json location confusion" + - Remove references to atomic + - Remove references to storage.conf + - Dockerfile: use golang-github-cpuguy83-go-md2man + - bump version to v0.1.41-dev + - systemtest: inspect container image different from current + platform arch +- Changes in v0.1.40: + - vendor containers/image v5.0.0 + - copy: add a --all/-a flag + - System tests: various fixes + - Temporarily work around auth.json location confusion + - systemtest: copy: docker->storage->oci-archive + - systemtest/010-inspect.bats: require only PATH + - systemtest: add simple env test in inspect.bats + - bash completion: add comments to keep scattered options in sync + - bash completion: use read -r instead of disabling SC2207 + - bash completion: support --opt arg completion + - bash-completion: use replacement instead of sed + - bash completion: disable shellcheck SC2207 + - bash completion: double-quote to avoid re-splitting + - bash completions: use bash replacement instead of sed + - bash completion: remove unused variable + - bash-completions: split decl and assignment to avoid masking + retvals + - bash completion: double-quote fixes + - bash completion: hard-set PROG=skopeo + - bash completion: remove unused variable + - bash completion: use `||` instead of `-o` + - bash completion: rm eval on assigned variable + - copy: add --dest-compress-format and --dest-compress-level + - flag: add optionalIntValue + - Makefile: use go proxy + - inspect --raw: skip the NewImage() step + - update OCI image-spec to + 775207bd45b6cb8153ce218cc59351799217451f + - inspect.go: inspect env variables + - ostree: use both image and & storage buildtags + +------------------------------------------------------------------- +Mon Sep 2 12:02:44 UTC 2019 - Sascha Grunert <[email protected]> + +- Add patch for CVE-2019-10214. bsc#1144065 + + CVE-2019-10214.patch + +------------------------------------------------------------------- @@ -4 +94 @@ -- Update to skopeo v0.1.39: +- Update to skopeo v0.1.39 (bsc#1159530): Old: ---- 0002-Add-set-of-image-options-used-only-for-docker-transp.patch bsc1115165-0001-Introduce-the-sync-command.patch skopeo-0.1.39.tar.xz New: ---- skopeo-0.1.41.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ skopeo.spec ++++++ --- /var/tmp/diff_new_pack.usD5fw/_old 2020-03-06 21:26:43.413529867 +0100 +++ /var/tmp/diff_new_pack.usD5fw/_new 2020-03-06 21:26:43.413529867 +0100 @@ -24,7 +24,7 @@ %define with_libostree 1 %endif Name: skopeo -Version: 0.1.39 +Version: 0.1.41 Release: 0 Summary: Container image repository tool License: Apache-2.0 @@ -32,11 +32,6 @@ URL: https://github.com/containers/skopeo Source: %{name}-%{version}.tar.xz Source1: skopeo.rpmlintrc -# SUSE-FEATURE: Implement the skopeo sync command -# (https://github.com/containers/skopeo/pull/524) -Patch000: bsc1115165-0001-Introduce-the-sync-command.patch -# Add set of image options used only for docker transport (required by sync) -Patch001: 0002-Add-set-of-image-options-used-only-for-docker-transp.patch Requires: libcontainers-common BuildRequires: device-mapper-devel >= 1.2.68 BuildRequires: glib2-devel @@ -58,10 +53,6 @@ %prep %setup -q -# bsc#1115165 -%patch000 -p1 -# Add set of image options used only for docker transport (required by sync) -%patch001 -p1 %build mkdir -p .gopath/src/github.com/containers ++++++ _service ++++++ --- /var/tmp/diff_new_pack.usD5fw/_old 2020-03-06 21:26:43.437529881 +0100 +++ /var/tmp/diff_new_pack.usD5fw/_new 2020-03-06 21:26:43.441529883 +0100 @@ -1,10 +1,10 @@ <services> <service name="tar_scm" mode="disabled"> - <param name="url">https://github.com/projectatomic/skopeo</param> + <param name="url">https://github.com/containers/skopeo</param> <param name="scm">git</param> <param name="filename">skopeo</param> - <param name="versionformat">0.1.39</param> - <param name="revision">v0.1.39</param> + <param name="versionformat">0.1.41</param> + <param name="revision">v0.1.41</param> <param name="exclude">.git</param> </service> <service name="recompress" mode="disabled"> ++++++ skopeo-0.1.39.tar.xz -> skopeo-0.1.41.tar.xz ++++++ ++++ 323063 lines of diff (skipped)
