comparison debian/changelog.diff @ 1:9b8d79ac0dc3

blindly adding debian patch for old version
author Peter Gervai <grin@grin.hu>
date Tue, 10 Mar 2009 14:25:08 +0100
parents
children
comparison
equal deleted inserted replaced
0:c7f6b056b673 1:9b8d79ac0dc3
1 --- dcc-1.2.74.orig/debian/changelog
2 +++ dcc-1.2.74/debian/changelog
3 @@ -0,0 +1,250 @@
4 +dcc (1.2.74-4) unstable; urgency=low
5 +
6 + * QA upload.
7 + * Make dcc-common recommend `dcc-client | dcc-server | dcc-milter'
8 + rather than depend on them, to ensure the former is configured
9 + before the latter. Closes: #304237, #365893, #387198.
10 + (`chown dcc.dcc' was quietly fixed in 1.2.74-3.)
11 + * Fix typo in the description of dcc-common. Closes: #363225.
12 +
13 + -- Matej Vela <vela@debian.org> Wed, 13 Sep 2006 06:29:44 +0200
14 +
15 +dcc (1.2.74-3) unstable; urgency=low
16 +
17 + * QA upload.
18 + * Fixed RC bug "dccifd does not work when IPv6 is not supported by the
19 + kernel". Patch by dean gaudet <dean@arctic.org>. Closes: #376301.
20 + * Fixed "errors in dccifd startup script". Patch by Rene Konasz
21 + <oe4@gmx.at>. Closes: #304236.
22 + * Fixed "Can't purge dcc-common if LDAP is used". Patch by MJ Ray
23 + <mjr@dsl.pipex.com>. Closes: #307672.
24 +
25 + -- Anibal Monsalve Salazar <anibal@debian.org> Wed, 06 Sep 2006 19:23:15 +1000
26 +
27 +dcc (1.2.74-2) unstable; urgency=high
28 +
29 + * Renamed binary dccm to dcc-milter (Closes: #303323), thanks Frank for
30 + reporting this one.
31 + * removed DH_COMPAT from debian/rules to become lintian clean again
32 + * urgency=high, as we fix an RC bug.
33 +
34 + -- Martin Zobel-Helas <mhelas@helas.net> Wed, 6 Apr 2005 18:04:09 +0200
35 +
36 +dcc (1.2.74-1) unstable; urgency=low
37 +
38 + * The "Thanks to Marc 'HE' Brockschmidt" release
39 + * New upstream release
40 + * dcc-common depends now on dcc-clinet | dcc-server | dcc-milter
41 + * changed the desicription to be a little bit more useful
42 + * cleaned up debian/copyright and added missing stuff from upstream's
43 + LICENSE
44 + * all documentation is now in /usr/share/doc/dcc-common
45 + other documenation directories now symlink to /usr/share/doc/dcc-common
46 + * cleaned up debian/dcc-common.postrm
47 + * examples are now installed via dh_installexamples
48 + * start dccd with IPv6 per default
49 + * gave a proper DESC in /etc/init.d/dcc-server
50 +
51 + -- Martin Zobel-Helas <mhelas@helas.net> Tue, 22 Mar 2005 15:41:15 +0100
52 +
53 +dcc (1.2.72-1) unstable; urgency=medium
54 +
55 + * New upstream release.
56 + * Bug fix: "Segfaults on AMD64", thanks to Omniflux (Closes: #297955).
57 + Fixed upstream in 1.2.67. (urgency=medium for that)
58 + * Bug fix: "whitecommon can't be found", thanks to Wiesiek
59 + (Closes: #297342).
60 +
61 + -- Martin Zobel-Helas <mhelas@helas.net> Thu, 3 Mar 2005 22:38:42 +0100
62 +
63 +dcc (1.2.66-1) unstable; urgency=low
64 +
65 + * New upstream release
66 + CHANGES from upstream:
67 + + Possibly fix dccm crash
68 + + Removed redundant declarations of mapfile_nm and rl_anon as
69 + suggested by Andreas Jochens. (closes: #285622)
70 + + Correct ">XXXX clients" from `cdcc stats`
71 + + Fix accounting of NOPs from blacklisted clients.
72 + + Fix race that caused "??" server-IDs in X-DCC headers.
73 + + Do not count requests from blacklisted clients against the rate
74 + limits
75 + + Overhaul dccd rate-limiting. Instead of imposing a penalty time
76 + on overactive clients, simply rate-limit them.
77 + + Reduce limit on dccd error messages about clients from
78 + 2/second to 0.1/second.
79 + * making /var/lib/dcc/map 0600 dcc.dcc (closes: #284038,#284108),
80 + thanks to Vadim Kutsyy and Lucas Albers for reporting this one.
81 + also testing for user:group of /var/lib/dcc/map in postinst and
82 + adjusting it.
83 + * fixing symlink (closes: #284362),
84 + thanks to Sven Hartge for reporting this stupid mistake.
85 + * According to Policy Section 2.5: Packages MUST NOT depend on
86 + packages with lower priority values. So setting priority to extra.
87 + * changed if-clause from -a to -e in update-dccmaps (closes: #288155)
88 + thanks to Santiago Vila.
89 + * changed rundir from /var/run to /var/run/dcc
90 + * added DH_COMPAT=4
91 + * moved dccifd from /usr/bin to /usr/sbin and run it as daemon
92 + (closes: #285743) as suggested by Julian Gilbey
93 +
94 + -- Martin Zobel-Helas <mhelas@helas.net> Sun, 2 Jan 2005 05:50:30 +0100
95 +
96 +dcc (1.2.62-1) unstable; urgency=low
97 +
98 + * New upstream release
99 + Changes form Upstream regarding Linux:
100 + + Fix file descriptor leak in getifaddrs() replacement.
101 + + Extended format to allow authenticated clients to be delayed
102 + as `dccd -U` delays anonymous clients in /var/lib/dcc/ids
103 + + Possibility to limit the size of the database window.
104 + + Fixed broken `dccd -G0`.
105 + + Track changes in network interfaces on most modern flavors of UNIX.
106 + + Fix two MIME decoding bugs.
107 + + Treat '>' as a blank instead of punctuation for FUZ2 checksums.
108 + + Don't re-use va_list in stdargs functions to work around a
109 + characteristic of gcc for AMD 64 bit systems. gcc 64-bit stdargs
110 + reportedly passes va_list by reference instead of by value.
111 + * Dan Weber is no longer maintainer.
112 + * My own patches reside now in debian/patches rather than in diff.gz
113 + * Added symlink from /etc/default/dcc-server to /var/lib/dcc/dcc_conf
114 + (closes: #275554)
115 + * Added missing dccifd
116 + (closes: #277580)
117 + * default map file and default id file reside now in /usr/share/dcc
118 + * added update-maps which properly removes old map files and regenerates
119 + them. (closes: #276259)
120 + * Package should be in better state now. (closes:#278048)
121 +
122 + -- Martin Zobel-Helas <mhelas@helas.net> Sat, 20 Nov 2004 17:51:11 +0100
123 +
124 +dcc (1.2.54-2) unstable; urgency=medium
125 +
126 + * by Martin Zobel-Helas
127 + + fixed preinst-issue (closes: #274681)
128 + + removed /etc/dcc/dcc_conf from dcc-common
129 +
130 + -- Martin Zobel-Helas <mhelas@helas.net> Mon, 4 Oct 2004 13:04:49 +0200
131 +
132 +dcc (1.2.54-1) unstable; urgency=low
133 +
134 + * by Martin Zobel-Helas
135 + + New upstream release
136 + - major changes is greylisting protocol.
137 + - newer clients will not work on older (< 1.2.51) greylisting servers,
138 + so update your greylisting server first.
139 + + added dcc-client.docs
140 + + added all d.o-lists to a sample whitelist
141 + + added script to download up2date debian mailing lists
142 + based on Dans regex.
143 + + added upstream CHANGES to /usr/share/doc/dcc-*
144 + + changed Build-Depends: debhelper to newer version
145 + * by Dan Weber
146 + + added regex to get all lists from lists.d.o
147 + * Close RFP and ITP bugs (closes: #164842, #199510)
148 +
149 + -- Martin Zobel-Helas <mhelas@helas.net> Sun, 19 Sep 2004 22:24:47 +0200
150 +
151 +dcc (1.2.50-2) experimental; urgency=low
152 +
153 + * Dan Weber and Martin Zobel-Helas are now listed as Co-Maintainers
154 + * Added dcc-server (lets pray this works well).
155 + * dcc is now pkg-dcc on alioth. cvs repository on
156 + cvs.alioth.debian.org:/cvsroot/pkg-dcc co dcc
157 + * completly restructured debian/rules by using cdbs
158 + * Removing Superflous blank line in debian/control
159 + (Thanks to Joan Cirer for reporting that one)
160 + * added debconf
161 + * relocated some conffiles from /var/lib/dcc to
162 + /etc/dcc, preinst will promt a warning for that.
163 + * Maintainer set to the Mailing List
164 +
165 + -- Dan Weber <dan@mirrorlynx.com> Thu, 26 Aug 2004 18:56:15 -0400
166 +
167 +dcc (1.2.50-1) unstable; urgency=low
168 +
169 + * New upstream release
170 +
171 + -- Martin Zobel-Helas <mhelas@helas.net> Wed, 14 Jul 2004 17:42:45 +0200
172 +
173 +dcc (1.2.43-1) unstable; urgency=low
174 +
175 + * The "Thanks to Jochen" Release
176 + - Closes: #164842, #199510
177 + This will close the RFP/ITP Bugs in the BTS.
178 + - Standards-Version is now 3.6.1 instead of 3.5.10
179 + - the empty /var/run is now not included in dcc-client any more.
180 + * New upstream release
181 + - upstream removed --home, --build and --prefix from configure
182 + * Corrected soure code permissions, dcc builds now with pbuilder.
183 + * orig-files are now called *.template, so linda doesn't complain any more.
184 + * whitecommon is now included to dcc-common.
185 + * did the version renumbering as Jochen said.
186 +
187 + -- Martin Zobel-Helas <mhelas@helas.net> Wed, 21 Apr 2004 02:37:24 +0200
188 +
189 +dcc (1.2.28+0.pre-6) unstable; urgency=low
190 +
191 + * New upstream release
192 + * Did some lintian clean up.
193 +
194 + -- Martin Zobel-Helas <mhelas@helas.net> Mon, 19 Jan 2004 01:19:51 +0100
195 +
196 +dcc (1.2.27+0.pre-5) unstable; urgency=medium
197 +
198 + * The "Sendmail" Release
199 + dccm, the Sendmail milter interface is now included in the package. As I
200 + don't use sendmail for now, i will need some external help to check
201 + everything is working proprely.
202 + * m4 files are supplied within dcc-milter package's documenation
203 + * Added some documentation to README.Debian about using DCC with sendmail.
204 + * Fixed postinst-skript of dcc-common.
205 + now uses /bin/sh instead of /bin/bash
206 + * Everything is now build in binary-arch
207 + * dcc-client and dcc-milter now depend one dcc-common supplied with the
208 + source package
209 + * dcc-milter conflicts on spamass-milter
210 + For reason look at debian/control
211 + * Added new system user dcc
212 + * /var/lib/dcc/[map|ids] are now private
213 + * All programs are now suid dcc
214 +
215 + -- Martin Zobel-Helas <mhelas@helas.net> Sat, 17 Jan 2004 21:44:12 +0100
216 +
217 +dcc (1.2.27+0.pre-4) unstable; urgency=low
218 +
219 + * Added some documentation to README.Debian about
220 + - using DCC with procmail
221 + - using DCC with spamassassin
222 + - firewall hints.
223 + * fixed parsing of /var/lib/dcc/ids in installation process.
224 + * /var/lib/dcc/map.txt /var/lib/dcc/map and /var/lib/dcc/ids are now
225 + generated by postinst
226 + This garanties that the passwords for local servers are now generated
227 + different for each installation.
228 + * Local passwords are now not overwritten by update process.
229 +
230 + -- Martin Zobel-Helas <mhelas@helas.net> Mon, 12 Jan 2004 17:34:25 +0100
231 +
232 +dcc (1.2.27+0.pre-3) unstable; urgency=low
233 +
234 + * Fixed update-problem in dcc-common.postinst
235 +
236 + -- Martin Zobel-Helas <mhelas@helas.net> Sun, 11 Jan 2004 22:02:10 +0100
237 +
238 +dcc (1.2.27+0.pre-2) unstable; urgency=low
239 +
240 + * The "I am so stupid" upload
241 + Sourcecode should be now included in upload
242 +
243 + -- Martin Zobel-Helas <mhelas@helas.net> Sun, 11 Jan 2004 13:41:05 +0100
244 +
245 +dcc (1.2.27+0.pre-1) unstable; urgency=low
246 +
247 + * Initial Prerelease version. The packages dcc-common and dcc-client should
248 + work fine. Work for dcc-milter and dcc-server is in progress, so they will
249 + be not published yet.
250 + * USE AT YOUR OWN RISK!
251 +
252 + -- Martin Zobel-Helas <mhelas@helas.net> Fri, 9 Jan 2004 02:44:03 +0100
253 +