aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-12-19 09:12:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-19 10:16:16 +0100
commitc2e70834ec4dc383d3870aab4902a511b8855cd3 (patch)
tree4687189a6278f44202442f4e77b8d991cdc7a501
parent05ce3aa991af874d09ffd9c8271539aaa54b53f4 (diff)
main/dnsmasq: bump pkgrel
fixes commit 05ce3aa991af (main/dnsmasq: fix CVE-2019-14834) fixes #11051
-rw-r--r--main/dnsmasq/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/dnsmasq/APKBUILD b/main/dnsmasq/APKBUILD
index 7f2cda3fa4d..395843cff37 100644
--- a/main/dnsmasq/APKBUILD
+++ b/main/dnsmasq/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
#
# secfixes:
-# 2.80-r5:
+# 2.80-r4:
# - CVE-2019-14834
# 2.79-r0:
# - CVE-2017-15107
@@ -17,7 +17,7 @@
#
pkgname=dnsmasq
pkgver=2.80
-pkgrel=3
+pkgrel=4
pkgdesc="A lightweight DNS, DHCP, RA, TFTP and PXE server"
url="http://www.thekelleys.org.uk/dnsmasq/"
arch="all"