Imported Debian patch 1:1.05-8
[hcoop/zz_old/debian/djbdns.git] / debian / changelog
CommitLineData
b4588d5c
GP
1djbdns (1:1.05-8) unstable; urgency=low
2
3 * debian/dbndns.README.Debian: copy information from
4 debian/djbdns.README.Debian (closes: #575473); clarify purpose of
5 the package.
6 * debian/control: dbndns: adapt long description to clarify the
7 purpose of the package.
8 * debian/dnscache-run.postrm: use -f option to deluser; don't complain
9 if dnscache service already is removed; no longer remove the Gdnslog
10 user on purge.
11
12 -- Gerrit Pape <pape@smarden.org> Mon, 29 Mar 2010 23:53:46 +0000
13
14djbdns (1:1.05-7) unstable; urgency=low
15
16 * debian/dnscache-run.postinst: use the svc program instead of sv to
17 restart dnscache on upgrade (thx ben; closes: #528973).
18 * debian/diff/0003-dnstracesort.sh-don-t-use-deprecated...diff: new;
19 dnstracesort.sh: don't use deprecated "+number" sort(1) option (thx
20 Shai Rosenfeld; closes: #486935).
21 * debian/djbdns-man/*-conf.8: refer to the update-service(8) program
22 for enabling services, mark creating a symlink manually as example
23 (closes: #542613).
24
25 -- Gerrit Pape <pape@smarden.org> Wed, 30 Sep 2009 19:49:20 +0000
26
27djbdns (1:1.05-6) unstable; urgency=medium
28
29 * dbndns/diff/0004-dnscache.c-allow-a-maximum-of-20-concurrent...diff:
30 new; dnscache.c: allow a maximum of 20 concurrent outgoing SOA
31 queries (#516394).
32 * debian/djbdns.NEWS.Debian: talk about the patch 0004-dnscache.c...
33 being applied to the dbndns package.
34 * debian/dnscache-run.postinst: restart dnscache on package upgrade.
35 * debian/dbndns.README.Debian: document that patches 0003-...diff,
36 0004-...dif are applied to dbndns.
37
38 -- Gerrit Pape <pape@smarden.org> Mon, 16 Mar 2009 23:42:32 +0000
39
40djbdns (1:1.05-5) unstable; urgency=high
41
42 * debian/diff/0002-djbdns-misformats-some-long-response...diff: new;
43 djbdns misformats some long response packets; patch and example
44 attack (closes: #518169, #517631).
45 * dbndns/diff/0003-djbdns-misformats-some-long-response...diff: new;
46 djbdns misformats some long response packets; patch and example
47 attack (closes: #518169, #517631).
48
49 -- Gerrit Pape <pape@smarden.org> Wed, 04 Mar 2009 15:55:50 +0000
50
51djbdns (1:1.05-4) unstable; urgency=medium
52
53 * debian/dnscache-run.postrm: use daemontools' svc program to take
54 down service (thx Javier Fernández-Sanguino Peña for the patch,
55 closes: #491503).
56 * debian/dnscache-run.preinst, debian/dnscache-run.postinst: create
57 seed file through dnscache-conf in postinst instead of preinst
58 (closes: #491343).
59 * debian/control: Standards-Version: 3.8.0.1.
60
61 -- Gerrit Pape <pape@smarden.org> Wed, 13 Aug 2008 19:30:06 +0000
62
63djbdns (1:1.05-3) unstable; urgency=low
64
65 * debian/rules: build and install new package dbndns (based on patch
66 by Robert Edmonds, thx).
67 * debian/control: new package dbndns: Debian fork of djbdns (closes:
68 #472771).
69 * dbndns/diff/0001-hier.c-don-t-install-etc-dnsroots.global.diff,
70 dbndns/diff/0002-Apply-fefe-s-djbdns-1.05-test23-ipv6-patch.diff:
71 new; hier.c: don't install /etc/dnsroots.global; apply fefe's
72 djbdns-1.05-test23 ipv6 patch.
73 * debian/dbndns.conffiles: new; /etc/dnsroots.global.
74 * debian/djbdns.NEWS.Debian: no longer talk about djbdns-installer
75 still being available, it's been removed from sid.
76 * debian/dbndns.README.Debian: new; document what patches are applied.
77 * dnscache-run/*: new; sources for new dnscache-run package.
78 * debian/dnscache-run.postinst, debian/dnscache-run.postrm,
79 debian/dnscache-run.preinst, debian/dnscache-run.prerm: new; handle
80 dnscache service.
81 * debian/dnscache-run.conffiles: new.
82 * debian/rules: build and install new package dnscache-run.
83 * debian/control: new package dnscache-run: djbdns dnscache service.
84 * debian/dnscache-run.README.Debian: new.
85 * debian/control: packages djbdns, dbndns: Suggests: dnscache-run.
86
87 -- Gerrit Pape <pape@smarden.org> Tue, 13 May 2008 20:58:56 +0000
88
89djbdns (1:1.05-2) unstable; urgency=low
90
91 * debian/djbdns.NEWS.Debian: add note that ./run scripts in already
92 existing service directories most probably need to be adapted when
93 upgrading from << 1:1.05.
94 * debian/control: Standards-Version: 3.7.3.0.
95
96 -- Gerrit Pape <pape@smarden.org> Sun, 02 Mar 2008 23:22:04 +0000
97
98djbdns (1:1.05-1) unstable; urgency=low
99
100 * debian/implicit: add proper dependencies to support 'parallel build'
101 through make -j (thx Daniel Schepler for the patch).
102 * debian/changelog: add epoch 1 to supersede unofficial package.
103 * debian/rules: remove target configure:; use glibc by default instead
104 of dietlibc; install programs into /usr/bin/.
105 * debian/gcc/: remove; obsolete.
106 * debian/control: no longer Build-Depends: dietlibc-dev.
107 * debian/rules: run dpkg-shlibdeps; remove debian/substvars in target
108 clean:.
109 * debian/rules: use 'gcc -O2 -g -include /usr/include/errno.h' for
110 conf-cc.
111 * debian/diff/0001-hier.c-don-t-install-etc-dnsroots.global.diff: new;
112 hier.c: don't install /etc/dnsroots.global.
113 * debian/rules: new target patch: apply patches from debian/diff/;
114 reverse apply in target clean:.
115 * debian/rules: target install: force-remove install, instcheck before
116 rebuilding to avoid race.
117 * debian/rules: fix up directory permissions /usr/, /usr/bin/.
118 * debian/control: remove reference to unofficial packages from the
119 description.
120 * debian/control: no longer Recommends: djbdns-doc; no longer Depends:
121 daemontools, ucspi-tcp, make, but Recommends: them; Recommends:
122 daemontools-run | runit; Depends: ${shlibs:Depends}.
123 * debian/djbdns-man/: new; add manpages downloaded from
124 http://smarden.org/pape/djb/manpages/djbdns-1.05-man-20031023.tar.gz.
125 * debian/rules: install manpages from debian/djbdns-man/ into
126 /usr/share/man/man1/ and /usr/share/man/man8/.
127 * debian/copyright: rewrite copyright.
128 * debian/djbdns.README.Debian: redo.
129 * debian/control: Standards-Version: 3.7.2.2.
130 * debian/rules: install updated debian/dnsroots.global, instead of
131 upstream's.
132 * debian/control: update short and long description.
133 * upload to Debian/main (closes: #453680).
134 * debian/djbdns.README.Debian: add note about daemontools' default
135 directory for services is /etc/service/.
136 * debian/djbdns.NEWS.Debian: new; package introduced to Debian/main,
137 mention how to put on hold if upgrade from non-free is not desired.
138 * debian/djbdns-man/dnsipq.1, debian/djbdns-man/dnstxt.1: typo.
139 * debian/control: Replaces: djbdns-doc.
140
141 -- Gerrit Pape <pape@smarden.org> Tue, 26 Feb 2008 20:54:59 +0000
142
143djbdns (1.05-zarge2) sarge; urgency=low
144
145 * build against sarge's dietlibc-dev (0.28-3).
146
147 -- Gerrit Pape <pape@smarden.org> Thu, 26 May 2005 19:03:38 +0000
148
149djbdns (1.05-zarge1) sarge; urgency=low
150
151 * debian/rules: minor cleanup.
152 * debian/implicit: update to revision 1.10.
153 * debian/djbdns.conffiles: new; /etc/dnsroots.global.
154 * debian/control: typo in description.
155
156 -- Gerrit Pape <pape@smarden.org> Wed, 18 Aug 2004 14:35:29 +0000
157
158djbdns (1.05-zarge0.4) sarge; urgency=low
159
160 * debian/control: Depends: make (thx Thomas Mangin); no longer
161 Build-Depends: dephelper; remove Standards-Version.
162 * debian/rules: stop using debhelper, use implicit rules.
163 * debian/implicit: new; implicit Makefile rules.
164 * debian/README.Debian, debian/docs: rename to debian/ucspi-tcp.*.
165 * debian/dirs: remove; obsolete.
166 * debian/copyright: minor.
167
168 -- Gerrit Pape <pape@smarden.org> Wed, 10 Mar 2004 08:23:22 +0000
169
170djbdns (1.05-zarge0.2) sarge; urgency=low
171
172 * use diet libc.
173 * debian/rules: set up diet program as c compiler wrapper; conditionally
174 overwrite PATH to have diet program used as c compiler wrapper; minor
175 cleanup.
176 * debian/gcc/gcc*: new; diet program as c compiler wrapper.
177 * debian/control: Build-Depends: dietlibc-dev; no longer Depends:
178 ${shlibs:Depends}; minor cleanup.
179
180 -- Gerrit Pape <pape@smarden.org> Wed, 12 Nov 2003 13:19:10 +0000
181
182djbdns (1.05-woody1) woody; urgency=low
183
184 * bump version for release.
185
186 -- Gerrit Pape <pape@smarden.org> Tue, 9 Jul 2002 11:05:16 +0200
187
188djbdns (1.05-woody0.1) woody; urgency=low
189
190 * woody package; new Standards-Version: 3.5.2.
191
192 -- Gerrit Pape <pape@smarden.org> Mon, 15 Oct 2001 11:49:50 +0200
193
194djbdns (1.05-1) stable; urgency=low
195
196 * new upstream version 1.05.
197 * switched to _recommend_ djbdns-doc (not depend on).
198 * dist stable.
199
200 -- Gerrit Pape <pape@innominate.com> Mon, 12 Feb 2001 14:55:09 +0100
201
202djbdns (1.04-1) unstable; urgency=low
203
204 * new upstream version 1.04.
205
206 -- Gerrit Pape <pape@innominate.com> Mon, 22 Jan 2001 10:50:51 +0100
207
208djbdns (1.03-1) unstable; urgency=low
209
210 * new upstream version 1.03.
211
212 -- Gerrit Pape <pape@innominate.com> Mon, 8 Jan 2001 23:29:43 +0100
213
214djbdns (1.02-0.2) unstable; urgency=low
215
216 * dependencies, cleanup.
217
218 -- Gerrit Pape <pape@innominate.com> Mon, 18 Dec 2000 11:32:59 +0100
219
220djbdns (1.02-0.1) unstable; urgency=low
221
222 * Initial Release.
223
224 -- Gerrit Pape <pape@innominate.de> Wed, 8 Nov 2000 10:21:36 +0100
225