[PATCH] dns/p5-Net-DNS: fix broken functionality that breaks SpamAssassin!

Daniel Austin freebsd-ports at dan.me.uk
Mon Jun 16 19:32:09 UTC 2014


>Submitter-Id:	current-users
>Originator:	Daniel Austin
>Organization:	N/A
>Confidential:	no 
>Synopsis:	[PATCH] dns/p5-Net-DNS: fix broken functionality that breaks SpamAssassin!
>Severity:	serious
>Priority:	medium
>Category:	ports
>Class:		change-request
>Release:	FreeBSD 10.0-RELEASE-p3 amd64
>Environment:
System: FreeBSD media2.dan.me.uk 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #0: Tue May 13 18:31:10 UTC 2014 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	A bug in the rushed release of 0.76 broke SpamAssassin (and presumably others) processing.
>How-To-Repeat:
	
>Fix:

Patch below updates to 0.77 and fixes the errors in SpamAssassin.

Maintainer CC'd

--- 20140616-p5-Net-DNS.diff begins here ---
diff -ruN p5-Net-DNS.orig/Makefile p5-Net-DNS/Makefile
--- p5-Net-DNS.orig/Makefile	2014-06-11 16:12:01.000000000 +0100
+++ p5-Net-DNS/Makefile	2014-06-16 20:29:16.995787837 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: head/dns/p5-Net-DNS/Makefile 357492 2014-06-11 15:12:01Z jadawin $
 
 PORTNAME=	Net-DNS
-PORTVERSION=	0.76
+PORTVERSION=	0.77
 CATEGORIES=	dns net perl5 ipv6
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff -ruN p5-Net-DNS.orig/distinfo p5-Net-DNS/distinfo
--- p5-Net-DNS.orig/distinfo	2014-06-11 16:12:01.000000000 +0100
+++ p5-Net-DNS/distinfo	2014-06-16 20:29:12.766780391 +0100
@@ -1,2 +1,2 @@
-SHA256 (Net-DNS-0.76.tar.gz) = 7e34965fe947de56a2cf93abf38b01a97d9c75878e3bc1dc0a80ace63f6d839f
-SIZE (Net-DNS-0.76.tar.gz) = 197534
+SHA256 (Net-DNS-0.77.tar.gz) = eaceeb8a7f27619a2deab9415e628514340abadbf53d8f0ec78596591c904f57
+SIZE (Net-DNS-0.77.tar.gz) = 198190
--- 20140616-p5-Net-DNS.diff ends here ---




More information about the freebsd-perl mailing list