pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/47370: update pkgsrc/mail/opendkim to 2.7.3 to get over build problem in opendkim-spam
>Number: 47370
>Category: pkg
>Synopsis: update pkgsrc/mail/opendkim to 2.7.3 to get over build problem
>in opendkim-spam
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Dec 27 12:50:01 +0000 2012
>Originator: Richard PALO
>Release: pkgsrc trunk
>Organization:
>Environment:
SunOS devzoneX 5.11 oi_151a7 i86pc i386 i86pc Solaris
>Description:
There is a build problem in opendkim/opendkim-spam.c involving the "config.h"
include file (adding #include "opendkim.h" before the failing include seems to
get over the problem).
I decided first to update to the latest 2.7.3 and now it isn't compiled due to
the lack of pkgsrc OpenDBX (http://www.linuxnetworks.de/doc/index.php/OpenDBX)
apparently FreeBSD has OpenDBX already in ports, so it shouldn't be too
difficult to add it, if nobody has done it already, I should hope to get to it
sometime in january.
>How-To-Repeat:
>Fix:
the following is the cvs diff for the upgrade (not including the patch for
opendkim-spam.c):
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/opendkim/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile 12 Nov 2012 19:23:35 -0000 1.9
+++ Makefile 27 Dec 2012 12:45:37 -0000
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2012/11/12 19:23:35 pettai Exp $
-DISTNAME= opendkim-2.6.7
+DISTNAME= opendkim-2.7.3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opendkim/}
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/mail/opendkim/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- PLIST 12 Nov 2012 19:23:35 -0000 1.7
+++ PLIST 27 Dec 2012 12:45:37 -0000
@@ -1,17 +1,19 @@
@comment $NetBSD: PLIST,v 1.7 2012/11/12 19:23:35 pettai Exp $
-bin/opendkim-genkey
-bin/opendkim-genzone
-bin/opendkim-testadsp
-bin/opendkim-testkey
-bin/opendkim-testmsg
+sbin/opendkim-genkey
+sbin/opendkim-genzone
+sbin/opendkim-testadsp
+sbin/opendkim-testkey
+sbin/opendkim-testmsg
include/opendkim/dkim.h
lib/libopendkim.la
lib/pkgconfig/opendkim.pc
+man/man5/opendkim.conf.5
man/man8/opendkim-genkey.8
man/man8/opendkim-genzone.8
man/man8/opendkim-testadsp.8
man/man8/opendkim-testkey.8
man/man8/opendkim-testmsg.8
+man/man8/opendkim.8
share/doc/opendkim/FEATURES
share/doc/opendkim/KNOWNBUGS
share/doc/opendkim/LICENSE
@@ -26,6 +28,7 @@ share/doc/opendkim/authheaders-check-set
share/doc/opendkim/chroot
share/doc/opendkim/convert_keylist.sh
share/doc/opendkim/dkim.html
+share/doc/opendkim/dkim_add_querymethod.html
share/doc/opendkim/dkim_add_xtag.html
share/doc/opendkim/dkim_alg_t.html
share/doc/opendkim/dkim_body.html
@@ -34,10 +37,20 @@ share/doc/opendkim/dkim_cbstat.html
share/doc/opendkim/dkim_chunk.html
share/doc/opendkim/dkim_close.html
share/doc/opendkim/dkim_diffheaders.html
+share/doc/opendkim/dkim_dns_close.html
+share/doc/opendkim/dkim_dns_config.html
+share/doc/opendkim/dkim_dns_init.html
+share/doc/opendkim/dkim_dns_nslist.html
+share/doc/opendkim/dkim_dns_set_close.html
+share/doc/opendkim/dkim_dns_set_config.html
+share/doc/opendkim/dkim_dns_set_init.html
+share/doc/opendkim/dkim_dns_set_nslist.html
share/doc/opendkim/dkim_dns_set_query_cancel.html
share/doc/opendkim/dkim_dns_set_query_service.html
share/doc/opendkim/dkim_dns_set_query_start.html
share/doc/opendkim/dkim_dns_set_query_waitreply.html
+share/doc/opendkim/dkim_dns_set_trustanchor.html
+share/doc/opendkim/dkim_dns_trustanchor.html
share/doc/opendkim/dkim_dnssec.html
share/doc/opendkim/dkim_eoh.html
share/doc/opendkim/dkim_eom.html
@@ -146,3 +159,4 @@ share/doc/opendkim/opendkim.spec.in
share/doc/opendkim/opendkim.xml
share/doc/opendkim/overview.html
share/doc/opendkim/stats.lua
+share/examples/rc.d/opendkim
Index: PLIST.stats
===================================================================
RCS file: /cvsroot/pkgsrc/mail/opendkim/PLIST.stats,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST.stats
--- PLIST.stats 16 Jun 2012 20:20:15 -0000 1.5
+++ PLIST.stats 27 Dec 2012 12:45:37 -0000
@@ -1,5 +1,13 @@
@comment $NetBSD: PLIST.stats,v 1.5 2012/06/16 20:20:15 pettai Exp $
bin/opendkim-spam
-bin/opendkim-stats
+sbin/opendkim-stats
+sbin/opendkim-expire
+sbin/opendkim-gengraphs
+sbin/opendkim-genstats
+sbin/opendkim-reportstats
+share/doc/opendkim/mkdb.mysql
man/man1/opendkim-spam.1
man/man8/opendkim-stats.8
+man/man8/opendkim-expire.8
+man/man8/opendkim-gengraphs.8
+man/man8/opendkim-genstats.8
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/mail/opendkim/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo 19 Nov 2012 18:39:34 -0000 1.8
+++ distinfo 27 Dec 2012 12:45:37 -0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2012/11/19 18:39:34 pettai Exp $
+$NetBSD$
-SHA1 (opendkim-2.6.7.tar.gz) = db689bbb9c2df7c0140a470504f050e6ffe2c24b
-RMD160 (opendkim-2.6.7.tar.gz) = 54fc6693d610f5e746360904415c003396ab5012
-Size (opendkim-2.6.7.tar.gz) = 1129124 bytes
+SHA1 (opendkim-2.7.3.tar.gz) = abaab329ccea5f27166d99030a6e3cac3db63d76
+RMD160 (opendkim-2.7.3.tar.gz) = 83270cc71246b21806e6c3ca83f3e2dcdae6c845
+Size (opendkim-2.7.3.tar.gz) = 1157432 bytes
SHA1 (patch-configure) = 8e635d41c213f899b31b392b1cdb96c8d5113ca4
Home |
Main Index |
Thread Index |
Old Index