Edit

IABSD.fr/ports/net/p5-Net-DNS/Makefile

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2026-09-01 13:53:57
    Hash : a3e140c9
    Message : update p5-Net-DNS to 1.57 CVE-2026-64194 CVE-2026-64193

  • net/p5-Net-DNS/Makefile
  • COMMENT =	perl interface to the domain name system
    
    DISTNAME =	Net-DNS-1.57
    SUPDISTFILES =	${DISTFILES}.asc
    
    CATEGORIES =	net
    
    HOMEPAGE =	https://www.net-dns.org/
    
    MAINTAINER =		Alexander Bluhm <bluhm@openbsd.org>
    
    # MIT
    PERMIT_PACKAGE =	Yes
    
    SITES =			https://www.net-dns.org/download/
    
    MODULES =		cpan
    
    RUN_DEPENDS =		security/p5-Digest-HMAC>=1.03
    TEST_DEPENDS =		devel/p5-Test-Pod>=1.45 \
    			net/p5-Net-DNS-SEC>=1.01 \
    			net/p5-Net-LibIDN>=0.12 \
    			security/p5-Digest-BubbleBabble>=0.02
    
    CONFIGURE_ARGS =	--noonline-tests
    
    PKG_ARCH =		*
    
    MODCPAN_EXAMPLES =	Yes
    MODCPAN_EXAMPLES_DIST =	demo
    
    .include <bsd.port.mk>