diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-19 09:12:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-19 09:13:48 +0000 |
commit | 3d8b873b09c0b9376f725751a66987c9d498acce (patch) | |
tree | 41b6d911ee9b889fccf71722f176a4f2878144b6 /main | |
parent | cf034cc2bd71f22a5c77e0d429c1aaca0b7e111e (diff) | |
download | aports-3d8b873b09c0b9376f725751a66987c9d498acce.tar.bz2 aports-3d8b873b09c0b9376f725751a66987c9d498acce.tar.xz |
main/dnsmasq: bump pkgrel
fixes commit 3ea61d406519 (main/dnsmasq: fix CVE-2019-14834)
Diffstat (limited to 'main')
-rw-r--r-- | main/dnsmasq/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dnsmasq/APKBUILD b/main/dnsmasq/APKBUILD index dacaba24e5..3e95029146 100644 --- a/main/dnsmasq/APKBUILD +++ b/main/dnsmasq/APKBUILD @@ -17,7 +17,7 @@ # pkgname=dnsmasq pkgver=2.80 -pkgrel=4 +pkgrel=5 pkgdesc="A lightweight DNS, DHCP, RA, TFTP and PXE server" url="http://www.thekelleys.org.uk/dnsmasq/" arch="all" |