diff options
Diffstat (limited to 'system/bzip2')
-rw-r--r-- | system/bzip2/APKBUILD | 5 | ||||
-rw-r--r-- | system/bzip2/CVE-2016-3189.patch | 12 |
2 files changed, 1 insertions, 16 deletions
diff --git a/system/bzip2/APKBUILD b/system/bzip2/APKBUILD index ed22b0137..b609d57bc 100644 --- a/system/bzip2/APKBUILD +++ b/system/bzip2/APKBUILD @@ -2,7 +2,7 @@ pkgname=bzip2 pkgver=1.0.8 pkgrel=0 -pkgdesc="A high-quality data compression program" +pkgdesc="Block-sorting file compressor" url="https://www.sourceware.org/bzip2/" arch="all" license="BSD-4-Clause" @@ -40,18 +40,15 @@ prepare() { } build () { - cd "$builddir" make -f Makefile-libbz2_so all make all } check() { - cd "$builddir" make check } package() { - cd "$builddir" make PREFIX="$pkgdir"/usr install install -D libbz2.so.$pkgver "$pkgdir"/usr/lib/libbz2.so.$pkgver ln -s libbz2.so.$pkgver "$pkgdir"/usr/lib/libbz2.so diff --git a/system/bzip2/CVE-2016-3189.patch b/system/bzip2/CVE-2016-3189.patch deleted file mode 100644 index 6622670c9..000000000 --- a/system/bzip2/CVE-2016-3189.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/bzip2recover.c b/bzip2recover.c -index f9de049..d159c92 100644 ---- a/bzip2recover.c -+++ b/bzip2recover.c -@@ -457,6 +457,7 @@ Int32 main ( Int32 argc, Char** argv ) - bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 ); - bsPutUInt32 ( bsWr, blockCRC ); - bsClose ( bsWr ); -+ outFile = NULL; - } - if (wrBlock >= rbCtr) break; - wrBlock++; |