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-diffheaders.patch dkim-milter-2.4.2-gentoo.patch digest-dkim-milter-2.4.2
Date: Fri, 04 Jan 2008 10:30:42
Message-Id: E1JAjos-0004Dq-8h@stork.gentoo.org
1 mrness 08/01/04 10:30:30
2
3 Added: dkim-milter-diffheaders.patch
4 dkim-milter-2.4.2-gentoo.patch
5 digest-dkim-milter-2.4.2
6 Log:
7 Version bump.
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.1 mail-filter/dkim-milter/files/dkim-milter-diffheaders.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dkim-milter/files/dkim-milter-diffheaders.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dkim-milter/files/dkim-milter-diffheaders.patch?rev=1.1&content-type=text/plain
15
16 Index: dkim-milter-diffheaders.patch
17 ===================================================================
18 --- devtools/Site/site.config.m4.orig 2007-10-13 13:44:57.000000000 +1000
19 +++ devtools/Site/site.config.m4 2007-10-13 13:45:45.000000000 +1000
20 @@ -67,9 +67,9 @@
21 dnl to have the "tre" library and its header files installed. If necessary,
22 dnl enable these lines by deleting "dnl" from the front of them and edit
23 dnl paths as needed.
24 -dnl APPENDDEF(`confINCDIRS', `-I/usr/local/include/tre ')
25 +APPENDDEF(`confINCDIRS', `-I/usr/include/tre ')
26 dnl APPENDDEF(`confLIBDIRS', `-L/usr/local/lib/tre ')
27 -dnl APPENDDEF(`confLIBS', `-ltre ')
28 +APPENDDEF(`confLIBS', `-ltre ')
29
30 dnl Code For Future Release (FFRs):
31 dnl
32
33
34
35 1.1 mail-filter/dkim-milter/files/dkim-milter-2.4.2-gentoo.patch
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dkim-milter/files/dkim-milter-2.4.2-gentoo.patch?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dkim-milter/files/dkim-milter-2.4.2-gentoo.patch?rev=1.1&content-type=text/plain
39
40 Index: dkim-milter-2.4.2-gentoo.patch
41 ===================================================================
42 diff -ur dkim-milter-2.4.2.orig/devtools/Site/site.config.m4 dkim-milter-2.4.2/devtools/Site/site.config.m4
43 --- dkim-milter-2.4.2.orig/devtools/Site/site.config.m4 2008-01-04 11:34:53.000000000 +0200
44 +++ dkim-milter-2.4.2/devtools/Site/site.config.m4 2008-01-04 11:39:07.000000000 +0200
45 @@ -11,7 +11,10 @@
46 dnl If you are encountering coredumps and want to be able to analyze them
47 dnl using something like "gdb", enable this next line by deleting the "dnl"
48 dnl at the front of it.
49 -dnl define(`confOPTIMIZE', `-g')
50 +define(`confOPTIMIZE', `@@CFLAGS@@')
51 +define(`confENVDEF', `@@ENVDEF@@')
52 +dnl man build is broken
53 +define(`confNO_MAN_BUILD',`')
54
55 dnl Shared library for libdkim
56 dnl
57 @@ -32,7 +35,7 @@
58 dnl
59 dnl If you want to use the asynchronous resolver library, enable this
60 dnl next line by deleting the "dnl" at the front of it.
61 -dnl define(`bld_USE_ARLIB', `true')
62 +define(`bld_USE_ARLIB', `true')
63 dnl
64 dnl libar normally uses res_init() or res_ninit() to load the contents
65 dnl of resolv.conf for its use. If neither of these work on your system
66 @@ -57,7 +60,7 @@
67 dnl it has seen, rather than relying on the DNS server to provide caching,
68 dnl enable this next line by deleting the "dnl" at the front of it. Also
69 dnl see the section below called "BerkeleyDB".
70 -dnl APPENDDEF(`confENVDEF', `-DQUERY_CACHE ')
71 +APPENDDEF(`confENVDEF', `-DQUERY_CACHE ')
72
73 dnl BerkeleyDB -- Berkeley DB ("Sleepycat") database
74 dnl
75 @@ -70,7 +73,7 @@
76 dnl by deleting "dnl" from the front of them:
77 dnl APPENDDEF(`confINCDIRS', `-I/usr/local/BerkeleyDB/include ')
78 dnl APPENDDEF(`confLIBDIRS', `-L/usr/local/BerkeleyDB/lib ')
79 -dnl APPENDDEF(`confLIBS', `-ldb ')
80 +APPENDDEF(`confLIBS', `-ldb ')
81
82 dnl OpenSSL -- cryptography library
83 dnl
84 @@ -106,7 +109,7 @@
85 dnl APPENDDEF(`confENVDEF', `-D_FFR_REQUIRED_HEADERS ')
86 dnl APPENDDEF(`confENVDEF', `-D_FFR_SELECT_CANONICALIZATION ')
87 dnl APPENDDEF(`confENVDEF', `-D_FFR_SELECTOR_HEADER ')
88 -dnl APPENDDEF(`confENVDEF', `-D_FFR_STATS ')
89 +APPENDDEF(`confENVDEF', `-D_FFR_STATS ')
90 dnl APPENDDEF(`confENVDEF', `-D_FFR_VBR ')
91 dnl APPENDDEF(`confENVDEF', `-D_FFR_ZTAGS ')
92
93 diff -ur dkim-milter-2.4.2.orig/dkim-filter/dkim-filter.conf.sample dkim-milter-2.4.2/dkim-filter/dkim-filter.conf.sample
94 --- dkim-milter-2.4.2.orig/dkim-filter/dkim-filter.conf.sample 2007-12-14 09:22:19.000000000 +0200
95 +++ dkim-milter-2.4.2/dkim-filter/dkim-filter.conf.sample 2008-01-04 11:39:07.000000000 +0200
96 @@ -20,13 +20,6 @@
97
98 # AutoRestart No
99
100 -## Background { yes | no }
101 -## default "yes"
102 -##
103 -## Indicate whether or not the filter should run in the background.
104 -
105 -# Background Yes
106 -
107 ## BodyLengths { yes | no }
108 ## default "no"
109 ##
110 @@ -74,7 +67,7 @@
111 ## Specify for which domain(s) signing should be done. No default; must
112 ## be specified for signing.
113
114 -Domain example.com
115 +Domain my-domain.com
116
117 ## ExternalIgnoreList filename
118 ##
119 @@ -89,7 +82,7 @@
120 ## Specifies the path to the private key to use when signing. Ignored if
121 ## Keylist is set. No default; must be specified for signing.
122
123 -KeyFile /var/db/dkim/example.private
124 +KeyFile /etc/mail/dkim-filter/my-selector-name.private
125
126 ## KeyList filename
127 ##
128 @@ -106,7 +99,7 @@
129 ## as the beginning of a comment. See dkim-filter.conf(5) for more
130 ## information.
131
132 -# KeyList /var/db/dkim/keylist
133 +# KeyList /etc/mail/dkim-filter/keylist
134
135 ## InternalHosts filename
136 ##
137 @@ -114,7 +107,7 @@
138 ## hosts from which mail should be signed rather than verified.
139 ## Automatically contains 127.0.0.1. See man page for file format.
140
141 -# InternalHosts filename
142 +# InternalHosts /etc/mail/dkim-filter/internalhosts
143
144 ## MacroList macro[=value][,...]
145 ##
146 @@ -198,22 +191,6 @@
147
148 # PeerList filename
149
150 -## PidFile filename
151 -##
152 -## Name of the file where the filter should write its pid before beginning
153 -## normal operations.
154 -
155 -# PidFile filename
156 -
157 -## POPDBFile filename
158 -##
159 -## Names a database which should be checked for "POP before SMTP" records
160 -## as a form of authentication of users who may be sending mail through
161 -## the MTA for signing. Requires special compilation of the filter.
162 -## See dkim-filter.conf(5) for more information.
163 -
164 -# POPDBFile filename
165 -
166 ## Quarantine { yes | no }
167 ## default "no"
168 ##
169 @@ -288,7 +265,7 @@
170 ## inet:port to listen on all interfaces
171 ## local:/path/to/socket to listen on a UNIX domain socket
172
173 -Socket inet:port@localhost
174 +Socket local:/var/run/dkim-filter/dkim-filter.sock
175
176 ## SubDomains { yes | no }
177 ## default "no"
178 @@ -318,7 +295,7 @@
179 ## The system has its own default which will be used (usually 022).
180 ## See the umask(2) man page for more information.
181
182 -# UMask 022
183 +UMask 002
184
185 ## Userid userid
186 ## default (none)
187 @@ -326,7 +303,7 @@
188 ## Change to user "userid" before starting normal operation? May include
189 ## a group ID as well, separated from the userid by a colon.
190
191 -# UserID userid
192 +UserID milter
193
194 ## UseSSPDeny { yes | no }
195 ## default "no"
196 @@ -344,3 +321,10 @@
197 ## messages it has processed.
198
199 # X-Header No
200 +
201 +## Statistics filename
202 +##
203 +## Names a file to which useful statistics will be saved.
204 +## See man dkim-stats page
205 +
206 +Statistics /var/run/dkim-filter/dkim-filter.stats
207
208
209
210 1.1 mail-filter/dkim-milter/files/digest-dkim-milter-2.4.2
211
212 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dkim-milter/files/digest-dkim-milter-2.4.2?rev=1.1&view=markup
213 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/dkim-milter/files/digest-dkim-milter-2.4.2?rev=1.1&content-type=text/plain
214
215 Index: digest-dkim-milter-2.4.2
216 ===================================================================
217 MD5 738f4e94823e4d778161d6f9935581f9 dkim-milter-2.4.2.tar.gz 613940
218 RMD160 a142124206c544b6543499b8f0adfc4b68ba1a37 dkim-milter-2.4.2.tar.gz 613940
219 SHA256 37eb77ebb2a3083a4b7d5792d50a80681d41deb5ee843ca23528bdeb49fab504 dkim-milter-2.4.2.tar.gz 613940
220
221
222
223 --
224 gentoo-commits@g.o mailing list