Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
coreutils
Commits:
da8e097b by Tobias Powalowski at 2024-01-26T06:40:43+01:00
upgpkg: 9.4-3: fix CVE-2024-0684
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = coreutils
pkgdesc = The basic file, shell and text manipulation utilities of the
GNU operating system
pkgver = 9.4
- pkgrel = 2
+ pkgrel = 3
url = https://www.gnu.org/software/coreutils/
arch = x86_64
license = GPL-3.0-or-later
@@ -14,8 +14,10 @@ pkgbase = coreutils
depends = openssl
source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.xz
source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.xz.sig
+ source =
https://github.com/coreutils/coreutils/commit/c4c5ed8f4e9cd55a12966d4f520e3a13101637d9.patch
validpgpkeys = 6C37DC12121A5006BC1DB804DF6FD971306037D9
sha256sums =
ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52
sha256sums = SKIP
+ sha256sums =
92098f2522d93d46a8ddb91f28ba414b2835d32ce87f60a23a7b852228ea89fe
pkgname = coreutils
=====================================
PKGBUILD
=====================================
@@ -6,16 +6,18 @@
pkgname=coreutils
pkgver=9.4
-pkgrel=2
+pkgrel=3
pkgdesc='The basic file, shell and text manipulation utilities of the GNU
operating system'
arch=('x86_64')
license=('GPL-3.0-or-later' 'GFDL-1.3-or-later')
url='https://www.gnu.org/software/coreutils/'
depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
+
"https://github.com/coreutils/coreutils/commit/c4c5ed8f4e9cd55a12966d4f520e3a13101637d9.patch")
validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
sha256sums=('ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52'
- 'SKIP')
+ 'SKIP'
+ '92098f2522d93d46a8ddb91f28ba414b2835d32ce87f60a23a7b852228ea89fe')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/commit/da8e097bddeaea096378040257ce8e1d1e0962bb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/commit/da8e097bddeaea096378040257ce8e1d1e0962bb
You're receiving this email because of your account on gitlab.archlinux.org.