Merge pull request #5611 from lumarogit/tar

tar: update to 1.35
This commit is contained in:
Luis
2023-07-18 11:35:25 +02:00
committed by GitHub
3 changed files with 7 additions and 10 deletions

View File

@@ -1,2 +1 @@
223041086b3d073a8709d5c5d01b2ab5 CVE-2022-48303.patch
9a08d29a9ac4727130b5708347c0f5cf tar-1.34.tar.xz
a2d8042658cfd8ea939e6d911eaf4152 tar-1.35.tar.xz

View File

@@ -1,4 +1,4 @@
tar-1.34-2
tar-1.35-1
drwxr-xr-x root/root bin/
-rwxr-xr-x root/root bin/tar
drwxr-xr-x root/root usr/
@@ -9,6 +9,7 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/info/
-rw-r--r-- root/root usr/share/info/tar.info-1.gz
-rw-r--r-- root/root usr/share/info/tar.info-2.gz
-rw-r--r-- root/root usr/share/info/tar.info-3.gz
-rw-r--r-- root/root usr/share/info/tar.info.gz
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/

View File

@@ -1,17 +1,14 @@
# description : An archiving program
# description : Utility used to store, backup, and transport files
# depends : acl
name=tar
version=1.34
release=2
source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz
CVE-2022-48303.patch"
version=1.35
release=1
source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz"
build() {
cd $name-$version
patch -Np1 -i $SRC/CVE-2022-48303.patch
FORCE_UNSAFE_CONFIGURE=1 \
./configure --prefix=/usr \
--libexecdir=/usr/lib/$name \