summaryrefslogtreecommitdiffstats
path: root/source/n
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-05-29 17:36:51 +0000
committer Eric Hameleers <alien@slackware.com>2021-05-30 08:59:53 +0200
commitfd2449f9042a890d8e469b4ba88a3d754aa9710a (patch)
tree27f559599ca1665bc2c2b00b27f813fefbf96bda /source/n
parent2468453796a9fe7fecf773b56cc6a0de17261ffe (diff)
downloadcurrent-fd2449f9042a890d8e469b4ba88a3d754aa9710a.tar.gz
current-fd2449f9042a890d8e469b4ba88a3d754aa9710a.tar.xz
Sat May 29 17:36:51 UTC 202120210529173651
n/dhcp-4.4.2_P1-x86_64-1.txz: Upgraded. This update fixes a security issue: Corrected a buffer overwrite possible when parsing hexadecimal literals with more than 1024 octets. Reported by Jon Franklin from Dell, and also by Pawel Wieczorkiewicz from Amazon Web Services. [Gitlab #182] For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25217 (* Security fix *)
Diffstat (limited to 'source/n')
-rwxr-xr-xsource/n/dhcp/dhcp.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/dhcp/dhcp.SlackBuild b/source/n/dhcp/dhcp.SlackBuild
index 839d92614..10ddf6cd6 100755
--- a/source/n/dhcp/dhcp.SlackBuild
+++ b/source/n/dhcp/dhcp.SlackBuild
@@ -26,7 +26,7 @@ PKGNAM=dhcp
# Leave this one .gz as other compressors do not help much and we can keep
# the original upstream .asc
VERSION=${VERSION:-$(basename $(echo $PKGNAM-*.tar.gz | cut -f 2- -d -) .tar.gz)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
PKG_VERSION=$(echo $VERSION | tr - _)