SHA256
1
0
forked from pool/runc

Accepting request 660263 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/660263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/runc?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2018-12-26 23:25:07 +00:00 committed by Git OBS Bridge
commit c07367038d
2 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Dec 19 19:55:11 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 Dec 13 04:34:25 UTC 2018 - dorf@suse.com
- Require golang = 1.10.
-------------------------------------------------------------------
Thu Nov 29 09:10:09 UTC 2018 - Aleksa Sarai <asarai@suse.com>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# nodebuginfo
@ -21,6 +21,8 @@
# only package released versions (unlike docker-runc).
%define git_version %{nil}
# Package-wide golang version
%define go_version 1.10
%define go_tool go
%define _version 1.0.0-rc6
%define project github.com/opencontainers/runc
@ -50,7 +52,7 @@ Source1: https://github.com/opencontainers/runc/releases/download/v%{_ver
Source2: runc.keyring
BuildRequires: fdupes
BuildRequires: go-go-md2man
BuildRequires: golang(API) = 1.10
BuildRequires: golang(API) = %{go_version}
%if 0%{?with_libseccomp}
BuildRequires: libseccomp-devel
%endif
@ -68,7 +70,7 @@ and has grown to become a separate project entirely.
Summary: Test package for runc
# Make sure we require go 1.7
Group: System/Management
BuildRequires: golang(API) = 1.7
BuildRequires: golang(API) = %{go_version}
Requires: go-go-md2man
Requires: libapparmor-devel
%if 0%{?with_libseccomp}