summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-05-25 15:33:03 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-05-25 15:33:12 +0200
commit6109df8405c78516589580b6d0867c000072752e (patch)
tree4a1132efb690bb22a3e0fccbb8944e31f85057f0 /net-dns/dnsmasq/files
parentdev-libs/libxml2: drop 2.9.12-r1 (diff)
downloadgentoo-6109df8405c78516589580b6d0867c000072752e.tar.gz
gentoo-6109df8405c78516589580b6d0867c000072752e.tar.bz2
gentoo-6109df8405c78516589580b6d0867c000072752e.zip
net-dns/dnsmasq: security cleanup
Bug: https://bugs.gentoo.org/782130 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-dns/dnsmasq/files')
-rw-r--r--net-dns/dnsmasq/files/dnsmasq-2.84-version-string.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-dns/dnsmasq/files/dnsmasq-2.84-version-string.patch b/net-dns/dnsmasq/files/dnsmasq-2.84-version-string.patch
deleted file mode 100644
index bd37dbbfe751..000000000000
--- a/net-dns/dnsmasq/files/dnsmasq-2.84-version-string.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/bld/get-version b/bld/get-version
-index e472aab..3bf0b87 100755
---- a/bld/get-version
-+++ b/bld/get-version
-@@ -28,7 +28,7 @@ else
- vers=`cat $1/VERSION | sed 's/[(), ]/,/ g' | tr ',' '\n' | grep ^v[0-9]`
-
- if [ $? -eq 0 ]; then
-- echo "${vers}" | sort -r | head -n 1 | sed 's/^v//'
-+ echo "${vers}" | sort | head -n 1 | sed 's/^v//'
- else
- cat $1/VERSION
- fi