[arch-commits] Commit in bzip2/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Sun Aug 19 12:57:14 UTC 2018
Date: Sunday, August 19, 2018 @ 12:57:13
Author: ronald
Revision: 332658
upgpkg: bzip2 1.0.6-8
store source on our server, upstream website is gone FS#59572; checksum CVE patch changed FS#59289
Modified:
bzip2/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-19 11:39:27 UTC (rev 332657)
+++ PKGBUILD 2018-08-19 12:57:13 UTC (rev 332658)
@@ -4,7 +4,7 @@
pkgname=bzip2
pkgver=1.0.6
-pkgrel=7
+pkgrel=8
pkgdesc="A high-quality data compression program"
arch=('x86_64')
license=('custom')
@@ -11,12 +11,13 @@
url="http://sources.redhat.com/bzip2"
groups=('base')
depends=('glibc' 'sh')
-source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz
+source=(https://sources.archlinux.org/other/packages/bzip2/bzip2-$pkgver.tar.gz
bzip2-1.0.4-bzip2recover.patch
fix-heap-use-after-free-bzip2recover.patch::https://gitweb.gentoo.org/repo/gentoo.git/plain/app-arch/bzip2/files/bzip2-1.0.6-CVE-2016-3189.patch)
-sha1sums=('3f89f861209ce81a6bab1fd1998c0ef311712002'
- '85ce76fdb67f52f152bba368c1de81132dcdbdb5'
- '95f6187491bcd980f869c6857a72edb3e43e1064')
+sha256sums=('a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd'
+ '0585fb92a4b409404147a3f940ed2ca03b3eaed1ec4fb68ae6ad74db668bea83'
+ 'e8792b2c7943486ab35893ffd9e638bbf2edbcab4f9f7b87544519bb3564af41')
+
build() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list