File docker-runc.changes of Package docker-runc

-------------------------------------------------------------------
Thu Jun 25 22:34:03 UTC 2020 - Aleksa Sarai <asarai@suse.com>

- Switch to Go 1.13 for build.

-------------------------------------------------------------------
Tue Jun  2 11:21:30 UTC 2020 - Aleksa Sarai <asarai@suse.com>

- Update to runc v1.0.0-rc10, which is required for Docker 19.03.11-ce.
  bsc#1172377
- Remove upstreamed patches:
  - CVE-2019-16884.patch
  - CVE-2019-19921.patch
- Synchronise patches with 'runc' package:
  + bsc1149954-0001-sd-notify-do-not-hang-when-NOTIFY_SOCKET-is-used-wit.patch
  * bsc1168481-0001-cgroup-devices-major-cleanups-and-minimal-transition.patch

-------------------------------------------------------------------
Wed May 13 06:49:44 UTC 2020 - Aleksa Sarai <asarai@suse.com>

- Backport https://github.com/opencontainers/runc/pull/2391 to help fix
  bsc#1168481.
  + bsc1168481-0001-cgroup-devices-major-cleanups-and-minimal-transition.patch

-------------------------------------------------------------------
Fri Jan 17 03:02:46 UTC 2020 - Aleksa Sarai <asarai@suse.com>

- Update CVE-2019-19921 patch to match upstream PR.
  * CVE-2019-19921.patch

-------------------------------------------------------------------
Tue Jan 14 04:44:36 UTC 2020 - Aleksa Sarai <asarai@suse.com>

- Add backported fix for CVE-2019-19921. bsc#1160452
  + CVE-2019-19921.patch

-------------------------------------------------------------------
Tue Oct  8 23:39:02 UTC 2019 - Aleksa Sarai <asarai@suse.com>

- Update to runc 3e425f80a8c9, which is required for Docker 19.03.3-ce.
  bsc#1153367
- Rebase CVE-2019-16884 fix (3e425f80a8c9 doesn't contain the entire fix).
  bsc#1152308
  - CVE-2019-16884.patch

-------------------------------------------------------------------
Thu Sep 26 14:54:07 UTC 2019 - Aleksa Sarai <asarai@suse.com>

- Add backported fix for CVE-2019-16884. bsc#1152308
  + CVE-2019-16884.patch

-------------------------------------------------------------------
Fri Jun 28 01:39:44 UTC 2019 - Aleksa Sarai <asarai@suse.com>

- Update to runc 425e105d5a03, which is required for Docker v18.09.7-ce.
  bsc#1139649
- Remove docker-runc-test (it's not useful for actual testing).

-------------------------------------------------------------------
Fri May  3 13:22:02 UTC 2019 - Aleksa Sarai <asarai@suse.com>

- Update to runc 2b18fe1d885e, which is required for Docker v18.09.5-ce.
  bsc#1128376 boo#1134068
- Remove patches which were merged upstream:
  - bsc1131553-0001-nsenter-cloned_binary-various-cleanups.patch

-------------------------------------------------------------------
Wed Apr 24 13:50:42 UTC 2019 - Aleksa Sarai <asarai@suse.com>

- Backport various upstream patches to fix some kernel regression related to
  O_TMPFILE. bsc#1131314 bsc#1131553
  * bsc1131553-0001-nsenter-cloned_binary-various-cleanups.patch

-------------------------------------------------------------------
Fri Mar 22 11:51:28 UTC 2019 - Sascha Grunert <sgrunert@suse.com>

- Update to runc 6635b4f0c6af, which is required for Docker v18.09.3-ce.
- Remove patches that were merged upstream:
  * CVE-2019-5736.patch

-------------------------------------------------------------------
Wed Feb  6 08:10:47 UTC 2019 - Aleksa Sarai <asarai@suse.com>

- Add fix for CVE-2019-5736 (effectively copying /proc/self/exe during re-exec
  to avoid write attacks to the host runc binary). bsc#1121967
  + CVE-2019-5736.patch
- Add docker-runc-rpmlintrc for docker-runc-test.

-------------------------------------------------------------------
Tue Feb  5 12:47:56 UTC 2019 - Aleksa Sarai <asarai@suse.com>

- Update to runc 96ec2177ae84, which is required for Docker v18.09.1-ce.
  bsc#1124308
  This contains changes for rc6:
  * https://github.com/opencontainers/runc/releases
  Plus additional changes:
  * may kill other process when container has been stopped
   (https://github.com/opencontainers/runc/commit/87a188996e229bf382c27865584765d1a50c021)
  * kill: allow to signal paused containers:
   (https://github.com/opencontainers/runc/commit/07d1ad44c83c4274f01e2db18776f31b4dd8e13c)
  * Modify check-config.sh in accordance with Moby Project updates
   (https://github.com/opencontainers/runc/commit/30817421efbc761c0adcb1d67b8ef84ae32171be)
  * cr: get pid from criu notify when restore
   (https://github.com/opencontainers/runc/commit/dce70cdff53f576e1334de2a545326599ec824a6)

-------------------------------------------------------------------
Fri Jan 11 09:57:32 UTC 2019 - Sascha Grunert <sgrunert@suse.com>

- Disable leap based builds for kubic flavor. bsc#1121412

-------------------------------------------------------------------
Wed Dec 19 19:43:30 UTC 2018 - clee@suse.com

- Update go requirements to >= go1.10 to fix
  * bsc#1118897 CVE-2018-16873
    go#29230 cmd/go: remote command execution during "go get -u"
  * bsc#1118898 CVE-2018-16874
    go#29231 cmd/go: directory traversal in "go get" via curly braces in import paths
  * bsc#1118899 CVE-2018-16875
    go#29233 crypto/x509: CPU denial of service
-------------------------------------------------------------------
Thu Aug 16 02:00:31 UTC 2018 - asarai@suse.com

- Merge -kubic packages back into the main Virtualization:containers packages.
  This is done using _multibuild to add a "kubic" flavour, which is then used
  to conditionally compile patches and other kubic-specific features.
  bsc#1105000

-------------------------------------------------------------------
Wed Aug  1 09:40:59 UTC 2018 - asarai@suse.com

- Enable seccomp support on SLE12, since libseccomp is now a new enough vintage
  to work with Docker and containerd. fate#325877

-------------------------------------------------------------------
Wed Jul 25 08:46:05 UTC 2018 - asarai@suse.com

- Upgrade to docker-runc 69663f0bd4b60df09991c08812a60108003fa340 which is
  required for the Docker v18.06.0-ce upgrade. bsc#1102522 bsc#1113313
- Switch to Go 1.10 for building.
- Removed the following patches because they were merged upstream in the
  meantime:
  - bsc1094680-0001-Avoid-race-when-opening-exec-fifo.patch
  - bsc1053532-0001-makefile-drop-usage-of-install.patch

-------------------------------------------------------------------
Thu Jun  7 06:42:21 UTC 2018 - asarai@suse.com

- Backport of https://github.com/opencontainers/runc/pull/1698 to help fix
  bsc#1094680, which is caused by the race described in the upstream issue.
  * bsc1094680-0001-Avoid-race-when-opening-exec-fifo.patch

-------------------------------------------------------------------
Tue Jun  5 08:46:09 UTC 2018 - dcassany@suse.com

- Make use of %license macro

-------------------------------------------------------------------
Tue Jun  5 06:38:40 UTC 2018 - asarai@suse.com

- Remove 'go test' from %check section, as it has only ever caused us problems
  and hasn't (as far as I remember) ever caught a release-blocking issue. Smoke
  testing has been far more useful. boo#1095817

-------------------------------------------------------------------
Wed May 16 09:32:26 UTC 2018 - jmassaguerpla@suse.com

- Fix Obsoletes to fix bsc#1080978

-------------------------------------------------------------------
Mon Feb 12 10:52:27 UTC 2018 - rbrown@suse.com

- Add ${version} to equivalent non-kubic package provides

-------------------------------------------------------------------
Thu Feb  8 12:35:05 UTC 2018 - rbrown@suse.com

- Add Provides for equivalent non-kubic packages

-------------------------------------------------------------------
Thu Feb  1 16:57:40 CET 2018 - ro@suse.de

- do not build on s390, only on s390x (no go on s390)

-------------------------------------------------------------------
Wed Dec 27 11:24:27 UTC 2017 - dimstar@opensuse.org

- Fix build with RPM 4.14: exclude is not meant for files to NOT be
  packaged, but should only be used if the files are to be excluded
  from a glob when they end up in a different package. Rather
  remove the unwanted files in the install section.

-------------------------------------------------------------------
Mon Dec 11 12:31:09 UTC 2017 - asarai@suse.com

- Update to docker-runc 0351df1c5a66838d0c392b4ac4cf9450de844e2d requirement
  for Docker v17.09.1-ce. This also includes a switch to the upstream
  opencontainers sources.

-------------------------------------------------------------------
Mon Oct 16 11:02:24 UTC 2017 - asarai@suse.com

- Drop backport of https://github.com/opencontainers/runc/pull/1603. bsc#1055676
  It's going to be fixed in Docker instead.
  - bsc1055676-0001-rootfs-preserve-old-mount-flags-when-remounting-bind.patch

-------------------------------------------------------------------
Mon Oct  9 11:07:35 UTC 2017 - asarai@suse.com

- Update to docker-runc 2d41c047c83e09a6d61d464906feb2a2f3c52aa4, which is
  required for Docker v17.07-ce.
- Add backport of https://github.com/opencontainers/runc/pull/1603. bsc#1055676
  + bsc1055676-0001-rootfs-preserve-old-mount-flags-when-remounting-bind.patch
- Remove fix for CVE-2016-9962, as the patches are now included in the upstream
  source. bsc#1012568
  - CVE-2016-9962.patch

-------------------------------------------------------------------
Tue Sep  5 16:04:26 UTC 2017 - thipp@suse.de

- Update bsc1053532-0001-makefile-drop-usage-of-install.patch
  + replace missing target "all" with "runc"

-------------------------------------------------------------------
Sun Aug 13 14:25:32 UTC 2017 - asarai@suse.com

- Use the upstream Makefile, to ensure that we always include the version and
  commit information in runc. This was confusing users (and Docker).
  bsc#1053532
- Add a backported patch to fix a Makefile bug. This also includes some other
  changes to make the docker-runc.spec mirror the newer runc.spec (which
  required additional patching to the Makefile).
  https://github.com/opencontainers/runc/pull/1555
  + bsc1053532-0001-makefile-drop-usage-of-install.patch

-------------------------------------------------------------------
Wed Aug  2 13:51:43 UTC 2017 - asarai@suse.com

- Use -buildmode=pie for tests and binary build. bsc#1048046 bsc#1051429
- Cleanup seccomp builds similar to bsc#1028638
- Remove the usage of 'cp -r' to reduce noise in the build logs.

-------------------------------------------------------------------
Thu Jul 13 12:42:39 UTC 2017 - thipp@suse.de

- Remove empty %post
- Use Obsoletes instead of Conflicts

-------------------------------------------------------------------
Thu Jul  6 14:12:24 UTC 2017 - thipp@suse.de

- rename runc to docker-runc (bsc#1069758)

-------------------------------------------------------------------
Thu May  4 19:04:49 UTC 2017 - jmassaguerpla@suse.com

- fix the golang requirement to 1.7 to the subpackages

-------------------------------------------------------------------
Tue May  2 15:49:41 UTC 2017 - jmassaguerpla@suse.com

- fix golang requirement to 1.7

-------------------------------------------------------------------
Fri Apr 28 16:16:00 UTC 2017 - jengelh@inai.de

- Substitute %__-type macro indirections

-------------------------------------------------------------------
Thu Apr 13 16:34:03 UTC 2017 - jmassaguerpla@suse.com

- update version to the one required by docker-17.04.0-ce (bsc#1034053)
  remove ignore_cgroup2_mountpoint.patch . This is already included in
  the upstream source code.

-------------------------------------------------------------------
Wed Apr 12 09:55:28 UTC 2017 - jmassaguerpla@suse.com

- Make sure this is being built with go 1.7

-------------------------------------------------------------------
Tue Apr 11 15:37:36 UTC 2017 - jmassaguerpla@suse.com

- remove the go_arches macro because we are using go1.7 which
  is available in all archs

-------------------------------------------------------------------
Wed Mar 29 15:47:52 UTC 2017 - jmassaguerpla@suse.com

- fix bsc#1028113 - runc: make sure to ignore cgroup v2 mountpoints
  This is a backport of https://github.com/opencontainers/runc/pull/1266
  + ignore_cgroup2_mountpoint.patch

-------------------------------------------------------------------
Fri Feb 24 18:08:10 UTC 2017 - jmassaguerpla@suse.com

- update to docker-1.13.0 requirement

-------------------------------------------------------------------
Fri Jan 13 13:58:33 UTC 2017 - jmassaguerpla@suse.com

- fix CVE-2016-9962 bsc#1012568 and applying the patch
  CVE-2016-9962.patch, because 1.12.6 partially fixes it (it contains
  the first patch attached in bsc#1012568)

-------------------------------------------------------------------
Mon Dec 19 12:49:38 UTC 2016 - jmassaguerpla@suse.com

- update runc to the version used in docker 1.12.5 (bsc#1016307).
  This fixes bsc#1015661

-------------------------------------------------------------------
Mon Dec 19 12:17:07 UTC 2016 - asarai@suse.com

- For the moment, we have to switch to using Docker's fork of runC. This *will*
  be solved properly by creating a new package purely for Docker's runC fork,
  because it's quite silly to tie OCI project releases to Docker's vendoring
  scheme. Once this is fixed, this package will be switch to being purely-OCI.

-------------------------------------------------------------------
Fri Dec 16 17:05:37 UTC 2016 - jmassaguerpla@suse.com

- add the /usr/bin/docker-run symlink to partially fix bsc#1015661

-------------------------------------------------------------------
Thu Nov 24 11:05:41 UTC 2016 - jmassaguerpla@suse.com

- fix version by adding a revision "counter" so that it will always
  increase

  fix bsc#1009961

-------------------------------------------------------------------
Thu Oct 13 11:04:27 UTC 2016 - jmassaguerpla@suse.com

- update to 02f8fa7 because that is the needed version for docker 1.12.1 (bsc#1004490)

-------------------------------------------------------------------
Wed Sep 21 05:13:26 UTC 2016 - jengelh@inai.de

- Run fdupes.

-------------------------------------------------------------------
Mon Sep 19 11:57:45 UTC 2016 - jmassaguerpla@suse.com

- fix go_arches definition: use global instead of define, otherwise
  it fails to build

-------------------------------------------------------------------
Fri Aug 26 08:59:54 UTC 2016 - asarai@suse.com

- Remove docker-runc symlink because it's been fixed within the Docker
  package. bsc#978260

-------------------------------------------------------------------
Thu Aug 25 17:02:33 UTC 2016 - jmassaguerpla@suse.com

- Create a symlink /usr/sbin/docker-runc -> /usr/sbin/docker
  Docker expects this symlink to exist bsc#978260

-------------------------------------------------------------------
Thu Aug 25 15:56:00 UTC 2016 - jmassaguerpla@suse.com

- Remove GOPATH at the end of the GOPATH assignment
  cause GOPATH is empty and if we do that, we get the path ""
  appended, which causes gcc6-go to complain

-------------------------------------------------------------------
Wed Aug 24 12:27:57 UTC 2016 - jmassaguerpla@suse.com

- add go_arches in project configuration: this way, we can use the
  same spec file but decide in the project configuration if to
  use gc-go or gcc-go for some archs.

-------------------------------------------------------------------
Thu Aug 18 10:35:29 UTC 2016 - jmassaguerpla@suse.com

- use gcc6-go instead of gcc5-go (bsc#988408)
- build ppc64le with gc-go because this version builds with gc-go 1.6

-------------------------------------------------------------------
Thu Aug 18 10:34:29 UTC 2016 - cbrauner@suse.de

- bump git commit id to the one required by docker v1.12.0 (bsc#995058)
- run unit tests during package build
- remove seccomp-use-pkg-config.patch
  The patch is now upstream.
- remove GO_BUILD_FLAGS macro and substitute with BUILDFLAGS env variable to
  allow for easier string appending.
- only run unit test on architectures that provide the go list and go test tools

-------------------------------------------------------------------
Wed Aug 17 10:29:15 UTC 2016 - cbrauner@suse.de

- Add runc-test package which contains the source code and the test. This
  package will be used to run the integration tests.
- Simplify package build and check sections: Instead of symlinking we default to
  cp -avr. go list gets confused by symlinks hence, we need to copy the source
  code anyway if we want to run unit tests during package build at some point.

-------------------------------------------------------------------
Fri Apr 29 09:03:24 UTC 2016 - asarai@suse.de

* Update to runC 0.1.1. (bsc#989566 FATE#320763) Changelog from upstream:

  This release includes a bug fix for adding the selinux mount label in the specification.

-------------------------------------------------------------------
Tue Apr 19 09:59:05 UTC 2016 - asarai@suse.de

* Don't use gcc-go for aarch64, since gc has grown support for it and is more
  stable.

-------------------------------------------------------------------
Fri Apr 15 10:46:04 UTC 2016 - asarai@suse.de

* Disable seccomp entirely for aarch64 builds, since it is not provided on all
  SUSE platforms.

-------------------------------------------------------------------
Wed Apr 13 12:03:09 UTC 2016 - asarai@suse.de

* Update to runC 0.1.0. Changelog from upstream:

  This release updates runc to the OCI runtime specification v0.5.0 and includes
  various fixes and features.

  Features:
  + cgroups: pid limits and stats
  + cgroups: kmem stats
  + systemd cgroup support
  + libcontainer specconv package
  + no pivot root option
  + numeric ids are treated as uid/gid
  + hook improvements

  Bug Fixes:
  * log flushing
  * atomic pid file creation
  * init error recovery
  * seccomp logging removed
  * delete container on aborted start
  * /dev bind mount handling

-------------------------------------------------------------------
Wed Mar 30 14:18:18 UTC 2016 - asarai@suse.de

* Install to /usr/sbin.  https://github.com/opencontainers/runc/pull/702

-------------------------------------------------------------------
Sun Mar 27 14:50:32 UTC 2016 - asarai@suse.de

* Added runC man pages.
* Recommended criu, since it's required for the checkpoint and restore
  functionality.

-------------------------------------------------------------------
Sun Mar 27 10:14:32 UTC 2016 - asarai@suse.de

* Small updates to method of compilation to better match Makefile.

-------------------------------------------------------------------
Mon Mar 21 12:04:59 UTC 2016 - asarai@suse.de

* Make compilation work on gcc-go only systems (ppc and s390).

-------------------------------------------------------------------
Mon Mar 21 08:24:02 UTC 2016 - asarai@suse.de

* initial import of runC 0.0.9
* add patch seccomp-use-pkg-config.patch which allows us to build runC, since
  they assume that the seccomp.h file lives at /usr/include/seccomp.h.
openSUSE Build Service is sponsored by