Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/dkim-milter/files: dkim-milter-2.8.3-gentoo.patch dkim-milter-2.8.2-mkdir.patch dkim-milter-2.8.2-test115.patch dkim-milter-2.8.2-exit-on-error.patch dkim-milter-2.8.2-gentoo.patch
Date: Sat, 22 Aug 2009 23:05:18
Message-Id: E1Meze7-00028s-PH@stork.gentoo.org
1 mrness 09/08/22 23:05:15
2
3 Modified: dkim-milter-2.8.3-gentoo.patch
4 Removed: dkim-milter-2.8.2-mkdir.patch
5 dkim-milter-2.8.2-test115.patch
6 dkim-milter-2.8.2-exit-on-error.patch
7 dkim-milter-2.8.2-gentoo.patch
8 Log:
9 Use shared libmilter library (#245950).
10 (Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)
11
12 Revision Changes Path
13 1.2 mail-filter/dkim-milter/files/dkim-milter-2.8.3-gentoo.patch
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dkim-milter/files/dkim-milter-2.8.3-gentoo.patch?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dkim-milter/files/dkim-milter-2.8.3-gentoo.patch?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dkim-milter/files/dkim-milter-2.8.3-gentoo.patch?r1=1.1&r2=1.2
18
19 Index: dkim-milter-2.8.3-gentoo.patch
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/mail-filter/dkim-milter/files/dkim-milter-2.8.3-gentoo.patch,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- dkim-milter-2.8.3-gentoo.patch 19 Jul 2009 07:26:16 -0000 1.1
26 +++ dkim-milter-2.8.3-gentoo.patch 22 Aug 2009 23:05:15 -0000 1.2
27 @@ -1,12 +1,14 @@
28 diff -Nru dkim-milter-2.8.3.orig/devtools/Site/site.config.m4 dkim-milter-2.8.3/devtools/Site/site.config.m4
29 ---- dkim-milter-2.8.3.orig/devtools/Site/site.config.m4 2009-07-19 09:56:41.000000000 +0300
30 -+++ dkim-milter-2.8.3/devtools/Site/site.config.m4 2009-07-19 09:57:00.000000000 +0300
31 -@@ -11,7 +11,13 @@
32 +--- dkim-milter-2.8.3.orig/devtools/Site/site.config.m4 2009-08-23 00:52:05.000000000 +0200
33 ++++ dkim-milter-2.8.3/devtools/Site/site.config.m4 2009-08-23 00:56:05.000000000 +0200
34 +@@ -11,7 +11,15 @@
35 dnl If you are encountering coredumps and want to be able to analyze them
36 dnl using something like "gdb", enable this next line by deleting the "dnl"
37 dnl at the front of it.
38 -dnl define(`confOPTIMIZE', `-g')
39 ++define(`confCC', `@@CC@@')
40 +define(`confOPTIMIZE', `@@CFLAGS@@')
41 ++define(`confLDOPTS', `@@LDFLAGS@@')
42 +define(`confENVDEF', `@@ENVDEF@@')
43 +define(`confMKDIR', `mkdir')
44 +define(`confLIBDIR', `@@LIBDIR@@')
45 @@ -16,7 +18,7 @@
46
47 dnl Shared library for libdkim
48 dnl
49 -@@ -26,7 +32,7 @@
50 +@@ -26,7 +34,7 @@
51 dnl the package, enable this next line by deleting the "dnl" at the front
52 dnl of it. This is done automatically if you've requested the shared
53 dnl library.
54 @@ -25,7 +27,7 @@
55
56 dnl Use native strlcat()/strlcpy() functions
57 dnl
58 -@@ -53,7 +59,7 @@
59 +@@ -53,7 +61,7 @@
60 dnl
61 dnl If you want to use the provided asynchronous resolver library, enable this
62 dnl next line by deleting the "dnl" at the front of it.
63 @@ -34,7 +36,7 @@
64 dnl
65 dnl libar normally uses res_init() or res_ninit() to load the contents
66 dnl of resolv.conf for its use. If neither of these work on your system
67 -@@ -94,7 +100,7 @@
68 +@@ -94,7 +102,7 @@
69 dnl it has seen, rather than relying on the DNS server to provide caching,
70 dnl enable this next line by deleting the "dnl" at the front of it. Also
71 dnl see the section below called "BerkeleyDB".
72 @@ -43,7 +45,7 @@
73
74 dnl BerkeleyDB -- Berkeley DB ("Sleepycat") database
75 dnl
76 -@@ -107,7 +113,7 @@
77 +@@ -107,7 +115,7 @@
78 dnl by deleting "dnl" from the front of them:
79 dnl APPENDDEF(`confINCDIRS', `-I/usr/local/BerkeleyDB/include ')
80 dnl APPENDDEF(`confLIBDIRS', `-L/usr/local/BerkeleyDB/lib ')
81 @@ -52,7 +54,7 @@
82
83 dnl OpenSSL -- cryptography library
84 dnl
85 -@@ -146,7 +152,7 @@
86 +@@ -146,7 +154,7 @@
87 dnl APPENDDEF(`confENVDEF', `-D_FFR_REPORT_INTERVALS ')
88 dnl APPENDDEF(`confENVDEF', `-D_FFR_SELECT_CANONICALIZATION ')
89 dnl APPENDDEF(`confENVDEF', `-D_FFR_SELECTOR_HEADER ')
90 @@ -62,8 +64,8 @@
91 dnl APPENDDEF(`confENVDEF', `-D_FFR_ZTAGS ')
92
93 diff -Nru dkim-milter-2.8.3.orig/dkim-filter/dkim-filter.conf.sample dkim-milter-2.8.3/dkim-filter/dkim-filter.conf.sample
94 ---- dkim-milter-2.8.3.orig/dkim-filter/dkim-filter.conf.sample 2008-12-27 07:21:56.000000000 +0200
95 -+++ dkim-milter-2.8.3/dkim-filter/dkim-filter.conf.sample 2009-07-19 09:57:00.000000000 +0300
96 +--- dkim-milter-2.8.3.orig/dkim-filter/dkim-filter.conf.sample 2008-12-27 06:21:56.000000000 +0100
97 ++++ dkim-milter-2.8.3/dkim-filter/dkim-filter.conf.sample 2009-08-23 00:52:30.000000000 +0200
98 @@ -90,13 +90,6 @@
99
100 # AutoRestartRate n/tu