diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2021-05-31 12:56:08 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2021-05-31 12:56:08 +0000 |
commit | 26c15482c79394ebf119d83968a95a5c82fd7dbb (patch) | |
tree | 2a40829169712d2067826c0a36d60de622945f49 | |
parent | 575ac1e542ed886e359f75662b757514b0eda2e1 (diff) | |
download | pkgsrc-26c15482c79394ebf119d83968a95a5c82fd7dbb.tar.gz |
Pullup ticket #6464 - requested by taca
net/isc-dhcp4: security fix
Revisions pulled up:
- net/isc-dhcp4/Makefile.common 1.42
- net/isc-dhcp4/distinfo 1.30
---
Module Name: pkgsrc
Committed By: taca
Date: Thu May 27 14:10:12 UTC 2021
Modified Files:
pkgsrc/net/isc-dhcp4: Makefile.common distinfo
Log Message:
net/isc-dhcp4: update to 4.4.2p1
Update isc-dhcp4 to 4.4.2p1 (4.4.2-P1).
Changes since 4.4.2 (Bug Fixes)
! 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]
CVE: CVE-2021-25217
-rw-r--r-- | net/isc-dhcp4/Makefile.common | 4 | ||||
-rw-r--r-- | net/isc-dhcp4/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/isc-dhcp4/Makefile.common b/net/isc-dhcp4/Makefile.common index 8843af25a8a..e4813f24d11 100644 --- a/net/isc-dhcp4/Makefile.common +++ b/net/isc-dhcp4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.41 2020/05/10 14:24:59 rillig Exp $ +# $NetBSD: Makefile.common,v 1.41.8.1 2021/05/31 12:56:08 bsiegert Exp $ # # used by net/isc-dhcp4/Makefile # used by net/isc-dhcpd4/Makefile @@ -17,7 +17,7 @@ LICENSE= mpl-2.0 CONFLICTS+= isc-dhcp-base-3.* -VERSION= 4.4.2 +VERSION= 4.4.2-P1 .include "../../mk/bsd.prefs.mk" diff --git a/net/isc-dhcp4/distinfo b/net/isc-dhcp4/distinfo index 7a1bff678a8..8dda683c97b 100644 --- a/net/isc-dhcp4/distinfo +++ b/net/isc-dhcp4/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.29 2020/01/23 08:11:27 taca Exp $ +$NetBSD: distinfo,v 1.29.10.1 2021/05/31 12:56:08 bsiegert Exp $ -SHA1 (dhcp-4.4.2.tar.gz) = cb4ba6617e1bc2e3cbf770be5c0443b1ad276db5 -RMD160 (dhcp-4.4.2.tar.gz) = 4313051060f14c0d742ea70475d6cd506cbd45f1 -SHA512 (dhcp-4.4.2.tar.gz) = c3dee2cf6e4b43d519d4bc89e9b8b12a6e3747d8c4edc0f83d4a88355a483b91a5f7d2353a3c0a2f37f88704fd2f64478ac5161ca72b10c42cebcb92907afa40 -Size (dhcp-4.4.2.tar.gz) = 9906235 bytes +SHA1 (dhcp-4.4.2-P1.tar.gz) = 9a573dd7bb405f80c6ba41dfa88a4460755434ef +RMD160 (dhcp-4.4.2-P1.tar.gz) = 1e9a47e3772b6b4b94f5c252d6dba30b85d83062 +SHA512 (dhcp-4.4.2-P1.tar.gz) = 924e8b44f288361dbe837987869e57b929c73cb5e4af37cb2d7b19bca5ea8594048fb41c0792fede003188185f61b25befbc2ccda42f1f68e6b6bc22ef44b040 +Size (dhcp-4.4.2-P1.tar.gz) = 9898311 bytes SHA1 (patch-aa) = da090b3b824f5d437f8d05ce00e2ac4dfc65d6af SHA1 (patch-ab) = 0683dd2259e48184713559aa0356ee352aa52c39 SHA1 (patch-ac) = a7e6808a6e1e93c520eb085f31259f6c142750f4 |