diff options
author | Daniel Isaksen <d@duniel.no> | 2017-09-07 17:02:49 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-09-08 11:32:14 +0000 |
commit | 8600ad8feb1cb96843315aa76e0b2ac0deec0dc4 (patch) | |
tree | d6c91ca03c9cb79a7f48161e895606e518896873 /community/libzip | |
parent | 407d2bd153f0818bee16ad142727b2e48fb6cabc (diff) | |
download | aports-8600ad8feb1cb96843315aa76e0b2ac0deec0dc4.tar.bz2 aports-8600ad8feb1cb96843315aa76e0b2ac0deec0dc4.tar.xz |
community/libzip: bump version to 1.3.0, fixes CVE-2017-14107
[TT: fix checksum]
Diffstat (limited to 'community/libzip')
-rw-r--r-- | community/libzip/APKBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/community/libzip/APKBUILD b/community/libzip/APKBUILD index 555fdfa92d..85addab28e 100644 --- a/community/libzip/APKBUILD +++ b/community/libzip/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Jose-Luis Rivas <ghostbar@riseup.net> # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=libzip -pkgver=1.2.0 -pkgrel=1 +pkgver=1.3.0 +pkgrel=0 pkgdesc="A C library for reading, creating, and modifying zip archives" url="http://www.nih.at/libzip/index.html" arch="all" @@ -15,6 +15,11 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" source="http://www.nih.at/libzip/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" + +# secfixes: +# 1.3.0: +# - CVE-2017-14107 + build() { cd "$builddir" ./configure \ @@ -41,4 +46,4 @@ tools() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr || return 1 } -sha512sums="b71642a80f8e2573c9082d513018bfd2d1d155663ac83fdf7ec969a08d5230fcbc76f2cf89c26ff1d1288e9f407ba9fa234604d813ed3bab816ca1670f7a53f3 libzip-1.2.0.tar.gz" +sha512sums="8cffbcd27b9e6c9676c5224c5784190bff881ac690ce0f58702b17c99ee6d1c14eda266298841f896a02233d2eb5f4147d5c8b4ad55d36c384eaa560fd96ff89 libzip-1.3.0.tar.gz" |