diff options
Diffstat (limited to 'community/libupnp/APKBUILD')
-rw-r--r-- | community/libupnp/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/community/libupnp/APKBUILD b/community/libupnp/APKBUILD index 214951a42c..d778b21e9a 100644 --- a/community/libupnp/APKBUILD +++ b/community/libupnp/APKBUILD @@ -2,16 +2,15 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Contributor: Mike Crute <mike@crute.us> pkgname=libupnp -pkgver=1.12.1 -pkgrel=1 +pkgver=1.14.0 +pkgrel=0 pkgdesc="Portable Open Source UPnP Development Kit" url="http://pupnp.sourceforge.net" arch="all" license="BSD-3-Clause" makedepends="automake autoconf libtool" subpackages="$pkgname-dev" -source="https://github.com/pupnp/pupnp/releases/download/release-$pkgver/libupnp-$pkgver.tar.bz2 -CVE-2020-13848.patch" +source="https://github.com/pupnp/pupnp/releases/download/release-$pkgver/libupnp-$pkgver.tar.bz2" # secfixes: # 1.12.1-r1: @@ -39,5 +38,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="f13833118d08fc05273dc65a12596854b937c505b20d82e58eb1c2e1fa35dba0cafd5799475e030f3c698069046cc5256e6ef5afe398680e7ea881df953b95e6 libupnp-1.12.1.tar.bz2 -ece4d1a27fec40b9714200d66013c105b50dedf41f5435df9122be763b78c74ec419ffc60e75088f9706ab6d8f01afa07f8262c3b9af9134ba42cfe9b5f2fb59 CVE-2020-13848.patch" +sha512sums="c1ceaa4116dc514607d092126f98a32b6b01d3251464615e3a716254d474559d1df785203daf21b44b0edb34a72e978f8a9fde697336258a8c225b55aa9e0db5 libupnp-1.14.0.tar.bz2" |