Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] runc: update to 1.0.0rc9.
@ 2020-01-24  5:22 voidlinux-github
  2020-01-24  5:26 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-24 10:32 ` [PR PATCH] [Merged]: runc: update to 1.0.0rc10 voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-24  5:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 391 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages master
https://github.com/void-linux/void-packages/pull/18526

runc: update to 1.0.0rc9.
Fix CVE-2019-19921

See https://github.com/opencontainers/runc/issues/2197

A patch file from https://github.com/void-linux/void-packages/pull/18526.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-18526.patch --]
[-- Type: text/x-diff, Size: 1827 bytes --]

From 6762c1d51ceab32007174817f3ea927dabeffa2e Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Thu, 23 Jan 2020 21:21:52 -0800
Subject: [PATCH] runc: update to 1.0.0rc9.

Fix CVE-2019-19921

See https://github.com/opencontainers/runc/issues/2197
---
 srcpkgs/runc/patches/nowhich.patch | 13 +++++++++++++
 srcpkgs/runc/template              |  6 +++---
 2 files changed, 16 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/runc/patches/nowhich.patch

diff --git a/srcpkgs/runc/patches/nowhich.patch b/srcpkgs/runc/patches/nowhich.patch
new file mode 100644
index 00000000000..afdd472d6ec
--- /dev/null
+++ b/srcpkgs/runc/patches/nowhich.patch
@@ -0,0 +1,13 @@
+diff --git man/md2man-all.sh man/md2man-all.sh
+index f850ddf3..aae189da 100755
+--- man/md2man-all.sh
++++ man/md2man-all.sh
+@@ -9,7 +9,7 @@ cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
+ 	pwd
+ }
+ 
+-if ! ( which go-md2man &>/dev/null ); then
++if ! ( command -v go-md2man &>/dev/null ); then
+ 	echo "To install man pages, please install 'go-md2man'."
+ 	exit 0
+ fi
diff --git a/srcpkgs/runc/template b/srcpkgs/runc/template
index 8097bd39d2d..60cc307e54a 100644
--- a/srcpkgs/runc/template
+++ b/srcpkgs/runc/template
@@ -1,8 +1,8 @@
 # Template file for 'runc'
 pkgname=runc
 version=1.0.0
-revision=11
-_subver="rc9"
+revision=12
+_subver="rc10"
 _ver="$version-$_subver"
 wrksrc="$pkgname-$_ver"
 build_style=go
@@ -15,7 +15,7 @@ maintainer="Paul Knopf <pauldotknopf@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/opencontainers/runc"
 distfiles="https://github.com/opencontainers/runc/releases/download/v${_ver}/runc.tar.xz"
-checksum=2f1c7ebac67c779affe2bb4370bba44b08ed280144ba58c86219186e303832ba
+checksum=c823307ce8695af05381c5c25a92daacd6219c674d8bebaa0e1bff801c2b1f24
 
 post_build() {
 	make man

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] runc: update to 1.0.0rc9.
  2020-01-24  5:22 [PR PATCH] runc: update to 1.0.0rc9 voidlinux-github
@ 2020-01-24  5:26 ` voidlinux-github
  2020-01-24 10:32 ` [PR PATCH] [Merged]: runc: update to 1.0.0rc10 voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-24  5:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 396 bytes --]

There is an updated pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages master
https://github.com/void-linux/void-packages/pull/18526

runc: update to 1.0.0rc9.
Fix CVE-2019-19921

See https://github.com/opencontainers/runc/issues/2197

A patch file from https://github.com/void-linux/void-packages/pull/18526.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-18526.patch --]
[-- Type: text/x-diff, Size: 1828 bytes --]

From 90c94ffb22325141e6396ba30a0f7e253a2ab69d Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Thu, 23 Jan 2020 21:21:52 -0800
Subject: [PATCH] runc: update to 1.0.0rc10.

Fix CVE-2019-19921

See https://github.com/opencontainers/runc/issues/2197
---
 srcpkgs/runc/patches/nowhich.patch | 13 +++++++++++++
 srcpkgs/runc/template              |  6 +++---
 2 files changed, 16 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/runc/patches/nowhich.patch

diff --git a/srcpkgs/runc/patches/nowhich.patch b/srcpkgs/runc/patches/nowhich.patch
new file mode 100644
index 00000000000..afdd472d6ec
--- /dev/null
+++ b/srcpkgs/runc/patches/nowhich.patch
@@ -0,0 +1,13 @@
+diff --git man/md2man-all.sh man/md2man-all.sh
+index f850ddf3..aae189da 100755
+--- man/md2man-all.sh
++++ man/md2man-all.sh
+@@ -9,7 +9,7 @@ cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
+ 	pwd
+ }
+ 
+-if ! ( which go-md2man &>/dev/null ); then
++if ! ( command -v go-md2man &>/dev/null ); then
+ 	echo "To install man pages, please install 'go-md2man'."
+ 	exit 0
+ fi
diff --git a/srcpkgs/runc/template b/srcpkgs/runc/template
index 8097bd39d2d..60cc307e54a 100644
--- a/srcpkgs/runc/template
+++ b/srcpkgs/runc/template
@@ -1,8 +1,8 @@
 # Template file for 'runc'
 pkgname=runc
 version=1.0.0
-revision=11
-_subver="rc9"
+revision=12
+_subver="rc10"
 _ver="$version-$_subver"
 wrksrc="$pkgname-$_ver"
 build_style=go
@@ -15,7 +15,7 @@ maintainer="Paul Knopf <pauldotknopf@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/opencontainers/runc"
 distfiles="https://github.com/opencontainers/runc/releases/download/v${_ver}/runc.tar.xz"
-checksum=2f1c7ebac67c779affe2bb4370bba44b08ed280144ba58c86219186e303832ba
+checksum=c823307ce8695af05381c5c25a92daacd6219c674d8bebaa0e1bff801c2b1f24
 
 post_build() {
 	make man

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: runc: update to 1.0.0rc10.
  2020-01-24  5:22 [PR PATCH] runc: update to 1.0.0rc9 voidlinux-github
  2020-01-24  5:26 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-24 10:32 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-24 10:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

There's a merged pull request on the void-packages repository

runc: update to 1.0.0rc10.
https://github.com/void-linux/void-packages/pull/18526

Description:
Fix CVE-2019-19921

See https://github.com/opencontainers/runc/issues/2197

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-24 10:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-24  5:22 [PR PATCH] runc: update to 1.0.0rc9 voidlinux-github
2020-01-24  5:26 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-24 10:32 ` [PR PATCH] [Merged]: runc: update to 1.0.0rc10 voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).