FreeBSD Bugzilla – Attachment 159620 Details for
Bug 200900
[patch] mail/opendkim - update to latest version (2.10.3)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update opendkim to 2.10.3 and fix various errors
20150806-opendkim.diff (text/plain), 2.89 KB, created by
Daniel Austin
on 2015-08-06 16:40:40 UTC
(
hide
)
Description:
update opendkim to 2.10.3 and fix various errors
Filename:
MIME Type:
Creator:
Daniel Austin
Created:
2015-08-06 16:40:40 UTC
Size:
2.89 KB
patch
obsolete
>diff -ruN mail/opendkim.orig/Makefile mail/opendkim/Makefile >--- mail/opendkim.orig/Makefile 2015-08-02 17:03:19.000000000 +0200 >+++ mail/opendkim/Makefile 2015-08-06 18:37:32.724032121 +0200 >@@ -2,13 +2,13 @@ > # $FreeBSD: head/mail/opendkim/Makefile 393429 2015-08-02 15:03:19Z tijl $ > > PORTNAME= opendkim >-PORTVERSION= 2.9.2 >-PORTREVISION= 7 >+PORTVERSION= 2.10.3 > CATEGORIES= mail security > MASTER_SITES= SF/${PORTNAME} \ >- SF/${PORTNAME}/Previous%20Releases >+ SF/${PORTNAME}/Previous%20Releases \ >+ ftp://ftpmirror.uk/freebsd-ports/${PORTNAME} > >-MAINTAINER= umq@ueo.co.jp >+MAINTAINER= freebsd-ports@dan.me.uk > COMMENT= DKIM library and milter implementation > > LICENSE= BSD3CLAUSE SENDMAIL >@@ -151,6 +151,10 @@ > . endif > .endif > >+.if ${PORT_OPTIONS:MCODECOVERAGE} >+LDFLAGS+= -lpthread >+.endif >+ > pre-configure: > ${REINPLACE_CMD} -e '/LIBLUA_LIBS/s/lua5\.[0-9]/lua-${LUA_VER}/' \ > -e '/PKG_CONFIG/s/lua5\.[0-9]/lua-${LUA_VER}/' \ >diff -ruN mail/opendkim.orig/Makefile.options mail/opendkim/Makefile.options >--- mail/opendkim.orig/Makefile.options 2014-07-17 11:50:58.000000000 +0200 >+++ mail/opendkim/Makefile.options 2015-08-06 18:36:45.902939046 +0200 >@@ -47,6 +47,9 @@ > > DIFFHEADERS_DESC= Compare signed and verified headers (experimental) > DIFFHEADERS_CONFIGURE_ENABLE= diffheaders >+DIFFHEADERS_LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre >+DIFFHEADERS_CONFIGURE_WITH= tre=${LOCALBASE} >+DIFFHEADERS_CONFIGURE_OFF= --without-tre > > IDENTITY_HEADER_DESC= Special header to set identity > IDENTITY_HEADER_CONFIGURE_ENABLE= identity_header >diff -ruN mail/opendkim.orig/distinfo mail/opendkim/distinfo >--- mail/opendkim.orig/distinfo 2014-07-17 11:50:58.000000000 +0200 >+++ mail/opendkim/distinfo 2015-08-06 18:36:45.902939046 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (opendkim-2.9.2.tar.gz) = 1f0c66afbe48f6223d2ab985b2c27594ae45035e3e81eba887d8ec6e5e1282c0 >-SIZE (opendkim-2.9.2.tar.gz) = 1229383 >+SHA256 (opendkim-2.10.3.tar.gz) = 43a0ba57bf942095fe159d0748d8933c6b1dd1117caf0273fa9a0003215e681b >+SIZE (opendkim-2.10.3.tar.gz) = 1210224 >diff -ruN mail/opendkim.orig/pkg-plist mail/opendkim/pkg-plist >--- mail/opendkim.orig/pkg-plist 2014-11-22 19:42:44.000000000 +0100 >+++ mail/opendkim/pkg-plist 2015-08-06 18:36:45.903939318 +0200 >@@ -65,16 +65,14 @@ > include/opendkim/dkim.h > lib/libopendkim.a > lib/libopendkim.so >-lib/libopendkim.so.9 >-lib/libopendkim.so.9.0.3 >+lib/libopendkim.so.10 >+lib/libopendkim.so.10.0.3 > libdata/pkgconfig/opendkim.pc > man/man8/opendkim-genkey.8.gz > man/man8/opendkim-genzone.8.gz >-man/man8/opendkim-testadsp.8.gz > man/man8/opendkim-testkey.8.gz > man/man8/opendkim-testmsg.8.gz > sbin/opendkim-genkey > sbin/opendkim-genzone >-sbin/opendkim-testadsp > sbin/opendkim-testkey > sbin/opendkim-testmsg
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200900
:
157798
|
159396
|
159397
|
159398
|
159418
|
159440
| 159620