From 4102bc5921be5eea60d6838f81f824183375ea2e Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Tue, 4 Apr 2023 11:28:24 -0500 Subject: [PATCH] runc: updated to version 1.1.5 --- runc/.signature | 8 ++++---- runc/Pkgfile | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/runc/.signature b/runc/.signature index 2fb504933..74c67c603 100644 --- a/runc/.signature +++ b/runc/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39owGSXHygzk/rZW96KCf3G1ZBel+g1n8EnVD0kw2U9ZEKesh3doZIw6sHuxKlH5XFe2zI+K4YMLZq8Ybg3CLQA= -SHA256 (Pkgfile) = ff9f929310d4ecc3b3018411cddb7d4f27a3f586d83f2d5e35d74dbb56193999 +RWSagIOpLGJF31aL5JZsuGkV0rnUib/IlPVHjSz3VQGv9En02Dfho+BDN/7spbQskj9VQvb40IzXrb9MkAegPlWOAxehykVVLgw= +SHA256 (Pkgfile) = de8bfc5a39c9918a5b7ebe643689d836976a9d1bba96954dfa5aceb1af4a6bf1 SHA256 (.footprint) = f033b7c8e0449cbdaee2cceaebd87cad55400663407bf395f8ed5c22db96c300 -SHA256 (runc-1.1.4.tar.gz) = 4f02077432642eebd768fc857318ae7929290b3a3511eb1be338005e360cfa34 -SHA256 (runc-man-pages-1.1.4.tar.xz) = 18445ec0b8e0847461290dcdcad1d5a887917e90533bdd485689c027d3a3f3d5 +SHA256 (runc-1.1.5.tar.gz) = 76cbf30637cbb828794d72d32fb3fd6ff3139cd9743b8b44790fd110f43d96b2 +SHA256 (runc-man-pages-1.1.5.tar.xz) = 2e546c2b95e8f4e9856602eba24d9f0d38ea712b00e8ceaf52270a6f0f7e5cd6 diff --git a/runc/Pkgfile b/runc/Pkgfile index 01947d689..d674351c9 100644 --- a/runc/Pkgfile +++ b/runc/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go libseccomp git name=runc -version=1.1.4 +version=1.1.5 release=1 source=(https://github.com/opencontainers/runc/archive/v${version}/$name-${version}.tar.gz \ http://jaeger.morpheus.net/linux/crux/files/$name-man-pages-$version.tar.xz) @@ -17,7 +17,7 @@ build() { export GOPATH=$SRC export BUILDTAGS="seccomp" # use the long commit hash here - make COMMIT=5fd4c4d144137e991c4acebb2146ab1483a97925 + make COMMIT=f19387a6bec4944c770f7668ab51c4348d9c2f38 install -D -m 0755 $name $PKG/usr/bin/$name install -d -m 0755 $PKG/usr/share/man/man8