Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  1 Oct 2010 10:21:48 +0200 (CEST)
From:      Martin Matuska <mm@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sahil@FreeBSD.org
Subject:   ports/151134: [PATCH] mail/postfix: update SPF patch to 1.1.0
Message-ID:  <20101001082148.4AD7FE75E4@mail2.vx.sk>
Resent-Message-ID: <201010010830.o918U1A3006714@freefall.freebsd.org>

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

>Number:         151134
>Category:       ports
>Synopsis:       [PATCH] mail/postfix: update SPF patch to 1.1.0
>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:   Fri Oct 01 08:30: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:
Update SPF patch to 1.1.0
- adds permit_spf_valid_sender
- uses HAS_SPF

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.160
diff -u -r1.160 Makefile
--- Makefile	22 Sep 2010 04:23:31 -0000	1.160
+++ Makefile	1 Oct 2010 08:17:32 -0000
@@ -154,9 +154,9 @@
 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-1.patch.gz
+PATCHFILES+=		postfix-2.7.1-libspf2-1.2.x-2.patch.gz
 PATCH_DIST_STRIP=	-p1
-POSTFIX_CCARGS+=	-DHAVE_NS_TYPE -I${LOCALBASE}/include
+POSTFIX_CCARGS+=	-DHAVE_NS_TYPE -DHAS_SPF -I${LOCALBASE}/include
 POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lspf2
 PLIST_SUB+=		SPF=""
 .else
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/postfix/distinfo,v
retrieving revision 1.109
diff -u -r1.109 distinfo
--- distinfo	22 Sep 2010 04:23:31 -0000	1.109
+++ distinfo	1 Oct 2010 08:17:32 -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-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-2.7.1-libspf2-1.2.x-2.patch.gz) = 24e916a4a01614979a3abe3ddf74a3f9
+SHA256 (postfix/postfix-2.7.1-libspf2-1.2.x-2.patch.gz) = 4eba057824ba7b58f71dc98c009468b6c3300a42eb94d4565ced0b5aeeedd707
+SIZE (postfix/postfix-2.7.1-libspf2-1.2.x-2.patch.gz) = 7490
 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?20101001082148.4AD7FE75E4>