!157 upgrade to runc 1.1.8

From: @vegbir 
Reviewed-by: @zhong-jiawei-1, @duguhaotian 
Signed-off-by: @duguhaotian
This commit is contained in:
openeuler-ci-bot 2023-07-21 08:12:57 +00:00 committed by Gitee
commit d0142852e9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
5 changed files with 21 additions and 15 deletions

View File

@ -5,24 +5,24 @@
# Author: jingrui@huawei.com # Author: jingrui@huawei.com
# Create: 2019-03-02 # Create: 2019-03-02
pkg=runc-1.1.3 pkg=runc-1.1.8
cwd=$PWD cwd=$PWD
src=$cwd/$pkg src=$cwd/$pkg
tar zxvf v1.1.3.tar.gz tar zxvf v1.1.8.tar.gz
if [ ! -d patch ];then if [ ! -d patch ];then
tar -xzf patch.tar.gz tar -xzf patch.tar.gz
fi fi
series=$cwd/series.conf # series=$cwd/series.conf
while IPF= read -r line # while IPF= read -r line
do # do
if [[ "$line" =~ ^patch* ]]; then # if [[ "$line" =~ ^patch* ]]; then
echo patch -p1 $cwd/$line # echo patch -p1 $cwd/$line
cd $src && patch -p1 < $cwd/$line # cd $src && patch -p1 < $cwd/$line
fi # fi
done <"$series" # done <"$series"
cd $cwd cd $cwd
cp -rf $src/* . cp -rf $src/* .
rm -rf runc-1.1.3 rm -rf runc-1.1.8

View File

@ -1 +1 @@
10d460b661a3a68e9f83784e2bd115d807eda098 402545a2eb494c01126d61f5d478922b32e7e022

View File

@ -2,12 +2,12 @@
%global debug_package %{nil} %global debug_package %{nil}
Name: docker-runc Name: docker-runc
Version: 1.1.3 Version: 1.1.8
Release: 16 Release: 1
Summary: runc is a CLI tool for spawning and running containers according to the OCI specification. Summary: runc is a CLI tool for spawning and running containers according to the OCI specification.
License: ASL 2.0 License: ASL 2.0
Source0: https://github.com/opencontainers/runc/archive/refs/tags/v1.1.3.tar.gz Source0: https://github.com/opencontainers/runc/archive/refs/tags/v1.1.8.tar.gz
Source1: apply-patch Source1: apply-patch
Source2: series.conf Source2: series.conf
Source3: git-commit Source3: git-commit
@ -58,6 +58,12 @@ install -p -m 755 runc $RPM_BUILD_ROOT/%{_bindir}/runc
%{_bindir}/runc %{_bindir}/runc
%changelog %changelog
* Fri July 21 2023 vegbir<yangjiaqi16@huawei.com> - 1.1.8-1
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:upgrade to runc 1.1.8
* Wed Jun 21 2023 zhongjiawei<zhongjiawei1@huawei.com> - 1.1.3-16 * Wed Jun 21 2023 zhongjiawei<zhongjiawei1@huawei.com> - 1.1.3-16
- Type:bugfix - Type:bugfix
- CVE:NA - CVE:NA

Binary file not shown.

BIN
v1.1.8.tar.gz Normal file

Binary file not shown.