Skip to content

Commit

Permalink
dns/dnsmasq: security update to 2.90 (fixes dnssec validation DoS)
Browse files Browse the repository at this point in the history
ChangeLog:	https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob_plain;f=CHANGELOG;hb=v2.90
Security:       21a854cc-cac1-11ee-b7a7-353f1e043d9a
Security:       CVE-2023-50387
Security:       CVE-2023-50868
MFH:		2024Q1
  • Loading branch information
mandree committed Feb 13, 2024
1 parent 58e048c commit af6c144
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 498 deletions.
2 changes: 1 addition & 1 deletion dns/dnsmasq-devel/Makefile
Expand Up @@ -17,7 +17,7 @@ WWW= https://www.thekelleys.org.uk/dnsmasq/doc.html
LICENSE= GPLv2

DEPRECATED= Short-lived test branch, to be removed after v2.90 release
#IGNORE= please use dns/dnsmasq, which is newer
IGNORE= please use dns/dnsmasq, which is newer

USES= cpe shebangfix tar:xz
CPE_VENDOR= thekelleys
Expand Down
6 changes: 3 additions & 3 deletions dns/dnsmasq/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dnsmasq
DISTVERSION= 2.89
DISTVERSION= 2.90
# Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps:
PORTREVISION= 1
PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= dns
MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/ \
Expand Down Expand Up @@ -101,7 +101,7 @@ USE_RC_SUBR= dnsmasq
LDFLAGS+= -L${LOCALBASE}/lib ${_intllibs} ${ICONV_LIB}

post-patch:
${REINPLACE_CMD} -e '/^lua_/s/lua5\.2/lua-${LUA_VER}/' ${WRKSRC}/Makefile
${REINPLACE_CMD} -e '/^LUA /s/lua/lua-${LUA_VER}/' ${WRKSRC}/Makefile

pre-configure: pretty-print-config
.if ${PORT_OPTIONS:MIDN}
Expand Down
6 changes: 3 additions & 3 deletions dns/dnsmasq/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1675552402
SHA256 (dnsmasq-2.89.tar.xz) = 02bd230346cf0b9d5909f5e151df168b2707103785eb616b56685855adebb609
SIZE (dnsmasq-2.89.tar.xz) = 562700
TIMESTAMP = 1707863813
SHA256 (dnsmasq-2.90.tar.xz) = 8e50309bd837bfec9649a812e066c09b6988b73d749b7d293c06c57d46a109e4
SIZE (dnsmasq-2.90.tar.xz) = 570672
46 changes: 0 additions & 46 deletions dns/dnsmasq/files/patch-00be8b39e240934e404533deda08cbae2aae25a8

This file was deleted.

218 changes: 0 additions & 218 deletions dns/dnsmasq/files/patch-137ae2e9cf0dc3596641e7c8b91d15307a35319e

This file was deleted.

33 changes: 0 additions & 33 deletions dns/dnsmasq/files/patch-7d6b68c5d7016aca5372f12e9f0c25f0a108644d

This file was deleted.

41 changes: 0 additions & 41 deletions dns/dnsmasq/files/patch-997982f78bd3f8c311b9557e1ef825555e7290bb

This file was deleted.

0 comments on commit af6c144

Please sign in to comment.