From 4a5d79da04208b5a2314fc453e3c2d7964526152 Mon Sep 17 00:00:00 2001 From: Luis Date: Tue, 18 Jul 2023 09:20:24 +0000 Subject: [PATCH] tar: update to 1.35 --- core/tar/.checksums | 3 +-- core/tar/.pkgfiles | 3 ++- core/tar/spkgbuild | 11 ++++------- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/core/tar/.checksums b/core/tar/.checksums index be40cb6fc..1543d3b10 100644 --- a/core/tar/.checksums +++ b/core/tar/.checksums @@ -1,2 +1 @@ -223041086b3d073a8709d5c5d01b2ab5 CVE-2022-48303.patch -9a08d29a9ac4727130b5708347c0f5cf tar-1.34.tar.xz +a2d8042658cfd8ea939e6d911eaf4152 tar-1.35.tar.xz diff --git a/core/tar/.pkgfiles b/core/tar/.pkgfiles index ae5c8269b..7b17ab6e7 100644 --- a/core/tar/.pkgfiles +++ b/core/tar/.pkgfiles @@ -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/ diff --git a/core/tar/spkgbuild b/core/tar/spkgbuild index 52a0a1035..803ac8293 100755 --- a/core/tar/spkgbuild +++ b/core/tar/spkgbuild @@ -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 \