Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 2010 09:07:02 +0200 (CEST)
From:      Martin Matuska <mm@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sahil@FreeBSD.org
Subject:   ports/150749: [PATCH] mail/postfix: fix ipv6 support in SPF patch
Message-ID:  <20100920070702.0F1D4E24D2@mail2.vx.sk>
Resent-Message-ID: <201009200720.o8K7K13J050981@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150749
>Category:       ports
>Synopsis:       [PATCH] mail/postfix: fix ipv6 support in SPF patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 20 07:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD neo.vx.sk 8.1-STABLE FreeBSD 8.1-STABLE #1 r212768M: Fri Sep 17 00:01:06 CEST
>Description:
Fix ipv6 support in SPF patch.

Port maintainer (sahil@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- postfix-2.7.1,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/postfix/Makefile,v
retrieving revision 1.159
diff -u -r1.159 Makefile
--- Makefile	13 Sep 2010 02:09:35 -0000	1.159
+++ Makefile	20 Sep 2010 07:06:11 -0000
@@ -154,7 +154,7 @@
 LIB_DEPENDS+=		spf2.3:${PORTSDIR}/mail/libspf2
 PATCH_SITES+=		${MASTER_SITE_LOCAL}
 PATCH_SITE_SUBDIR=	mm
-PATCHFILES+=		postfix-2.7.1-libspf2-1.2.x.patch.gz
+PATCHFILES+=		postfix-2.7.1-libspf2-1.2.x-1.patch.gz
 PATCH_DIST_STRIP=	-p1
 POSTFIX_CCARGS+=	-DHAVE_NS_TYPE -I${LOCALBASE}/include
 POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lspf2
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/postfix/distinfo,v
retrieving revision 1.108
diff -u -r1.108 distinfo
--- distinfo	13 Sep 2010 02:09:35 -0000	1.108
+++ distinfo	20 Sep 2010 07:06:11 -0000
@@ -1,9 +1,9 @@
 MD5 (postfix/postfix-2.7.1.tar.gz) = b7a5c3ccd309156a65d6f8d2683d4fa1
 SHA256 (postfix/postfix-2.7.1.tar.gz) = 12301aa8dae18d333c8c96dbf7673f8f05139f10406e7afe278cfd4a1f132df0
 SIZE (postfix/postfix-2.7.1.tar.gz) = 3418747
-MD5 (postfix/postfix-2.7.1-libspf2-1.2.x.patch.gz) = 28261fa4db230433cade2ebbee629a18
-SHA256 (postfix/postfix-2.7.1-libspf2-1.2.x.patch.gz) = 98e39c8494bb20a2e790ca3e1452eec94446eb858c628e33bf4d3730fb31150d
-SIZE (postfix/postfix-2.7.1-libspf2-1.2.x.patch.gz) = 7074
+MD5 (postfix/postfix-2.7.1-libspf2-1.2.x-1.patch.gz) = 703ea5a4e9b70c9d32cd7fe32cc535bc
+SHA256 (postfix/postfix-2.7.1-libspf2-1.2.x-1.patch.gz) = e610469e7c1bdc46cfb4155db849a309d0b43b5931a426e9efb495702da7ec03
+SIZE (postfix/postfix-2.7.1-libspf2-1.2.x-1.patch.gz) = 7225
 MD5 (postfix/postfix-vda-2.7.0.patch) = f73d119fc9e00f31f23599176554e763
 SHA256 (postfix/postfix-vda-2.7.0.patch) = 6a81aadc21ddd9ffa22fd3a64c924a241b92fc5f2b3bafd352075e830e086e0b
 SIZE (postfix/postfix-vda-2.7.0.patch) = 59667
--- postfix-2.7.1,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100920070702.0F1D4E24D2>