File: changelog

package info (click to toggle)
bip 0.9.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,436 kB
  • sloc: ansic: 9,944; sh: 1,902; perl: 1,434; yacc: 212; lex: 137; makefile: 64
file content (365 lines) | stat: -rw-r--r-- 11,736 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
bip (0.9.3-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Install systemd units into /usr. (Closes: #1073686)

 -- Chris Hofstaedtler <zeha@debian.org>  Mon, 08 Jul 2024 16:25:12 +0200

bip (0.9.3-1) unstable; urgency=medium

  [ Pierre-Louis Bonicoli ]
  * New upstream release
  * Update copyright file

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Tue, 22 Mar 2022 01:19:31 +0900

bip (0.9.2-1) unstable; urgency=medium

  [ Pierre-Louis Bonicoli ]
  * New upstream release

  [ Marc Dequènes (Duck) ]
  * Add Salsa CI config

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Thu, 14 Oct 2021 02:36:35 +0900

bip (0.9.1-1) unstable; urgency=medium

  [ Pierre-Louis Bonicoli ]
  * New upstream release
  * postrm:purge: clean PIDIR (picked from #732444, thanks DNS <debian@88it.de>)

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Submit (from ./configure).
  * Drop transition for old debug package migration.
  * Update standards version to 4.5.1, no changes needed.
  * Remove constraints unnecessary since buster:
    + bip: Drop versioned constraint on lsb-base in Depends.
    + Remove 1 maintscript entries from 1 files.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Mon, 11 Oct 2021 16:29:53 +0200

bip (0.9.0~rc4-1) unstable; urgency=medium

  [ Marc Dequènes (Duck) ]
  * Updated VCS URLs (Alioth->Salsa).

  [ Ondřej Nový ]
  * d/changelog: Remove trailing whitespaces

  [ Marc Dequènes (Duck) ]
  * NUR:
    - add pkg-config to Build-Depends
  * Bump debhelper compat level to 13.
  * Bump Standards-Version to 4.5.0 (no changes needed).
  * Set Rules-Requires-Root to 'no'.
  * Use maintscript instead of manual dpkg-maintscript-helper calls.
  * Fix incorrect-path-for-interpreter lintian warning for bipgenconfig.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Tue, 10 Nov 2020 19:54:09 +0900

bip (0.9.0~rc3-1) unstable; urgency=medium

  [ Marc Dequènes (Duck) ]
  * New release candidate:
    + move conffile into /etc/bip/
  * Switch to compat level 11.
  * Transition to automatic debug packages.
  * Use HTTPS in package metadata.
  * Package now conforms to Standards-Version 4.1.3.
  * Use modern way to disable service at install time.
  * Use dh_installinit --no-stop-on-upgrade instead of the deprecated
    --no-restart-on-upgrade.
  * Convert copyright file into machine-readable format.
  * Upgrade watch file to version 4 and fix catching RC releases.

  [ Pierre-Louis Bonicoli ]
  * Migrate to OpenSSL1.1

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Mon, 02 Apr 2018 09:32:22 +0900

bip (0.8.9-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Cherry-pick a few patches from upstream in order to get it built against
    OpenSSL 1.1 (Closes: #851093).
  * Remove Arnaud Cornet <acornet@debian.org> from Uploaders. Thank you for
    all your work (Closes: #876953).

 -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>  Mon, 22 Jan 2018 23:28:55 +0100

bip (0.8.9-1.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Pierre-Louis Bonicoli ]
  * Fix lintian duplicate-long-description
  * Fix lintian vcs-field-not-canonical
  * [fix] Use bip group with chgrp command (instead of bip user)

  [ romain ]
  * change hardcoded values for bip users and group to the declared variables

  [ Jordi Mallach ]
  * Build-Depend on libssl1.0-dev, as bip does not build with OpenSSL 1.1
    (closes: #828247).
  * Enable hardening options.

  [ Marc Dequènes (Duck) ]
  * 0.9.0~rc2-1 New release candidate.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Wed, 21 Feb 2018 19:03:42 +0900

bip (0.8.9-1) unstable; urgency=low

  * New upstream release (Closes: #710614):
    - removed 'CVE-2012-0806.patch' included upstream.
  * Added missing build dependency on autoconf-archive.
  * Don't build with Werror (override upstream's default).
  * Use autoreconf et autotools files to update buildsys files.
  * Do not restart on upgrade anymore: let the admin check the config
    and break connections only when fully ready.
  * Updated upstream URL and watch file.
  * Added VCS information (Closes: #678290).
  * Created a debug package and bump the compat level to 9 (useful
    improvements for the symbols file).
  * Updated copyright file to record the current maintainer.
  * Bumped Standards-Version to 3.8.4.0 (no changes).
  * Added myself as uploader.
  * debian/dirs was meant for the pre-dbg package, renamed.
  * Reworked init script (exit codes, messages, leftover pidfile,
    cleanup).
  * Don't load '/etc/default/rcS' directly in init script, use
    '/lib/init/vars.sh' to ensure proper default values.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Tue, 22 Oct 2013 19:04:56 +0200

bip (0.8.8-2) unstable; urgency=high

  * Fix CVE-2012-0806: buffer overflow.
    Thanks to Julien Tinnes for reporting it.

 -- Pierre-Louis Bonicoli <pierre-louis.bonicoli@gmx.fr>  Mon, 23 Jan 2012 21:14:41 +0100

bip (0.8.8-1) unstable; urgency=low

  * New upstream release.

 -- Pierre-Louis Bonicoli <pierre-louis.bonicoli@gmx.fr>  Tue, 12 Apr 2011 18:18:32 +0200

bip (0.8.7-1) unstable; urgency=low

  * New upstream release which fix DOS.
  * Drop armel.patch, now upstream.

 -- Pierre-Louis Bonicoli <pierre-louis.bonicoli@gmx.fr>  Sat, 15 Jan 2011 17:41:30 +0100

bip (0.8.6-2) unstable; urgency=low

  * New maintainer (with Nohar's blessing).
  * Add armel.patch: fix build errors on armel (Closes: #597262).

 -- Pierre-Louis Bonicoli <pierre-louis.bonicoli@gmx.fr>  Wed, 22 Sep 2010 11:15:15 +0200

bip (0.8.6-1) unstable; urgency=low

  * New upstream release (Closes: #595409).

 -- Arnaud Cornet <acornet@debian.org>  Sun, 12 Sep 2010 17:58:22 +0100

bip (0.8.5-1) unstable; urgency=low

  * New upstream release (Closes: #592063).
  * Bump standards version, no change needed.

 -- Arnaud Cornet <acornet@debian.org>  Sat, 07 Aug 2010 12:29:33 +0100

bip (0.8.4-1) unstable; urgency=low

  [ Pierre-Louis Bonicoli ]
  * New upstream release (Closes: #578929).
  * Switch to dpkg-source 3.0 (quilt) format
  * Fix watch format
  * Bump standards version, no change needed.
  * Remove Build-Depends quilt
  * simplify debian/rules moving some part of debian/rules to
    debian/{clean,dirs,install}
  * Switch to dpkg-source 3.0 (quilt) format

  [ Arnaud Cornet ]
  * Move debian/install to debian/bip.install
  * Delete /var/lib/bip on purge.

 -- Arnaud Cornet <acornet@debian.org>  Fri, 06 Aug 2010 20:53:08 +0100

bip (0.8.2-1) unstable; urgency=low

  * New Upstream Version (Closes: #542291).
  * Fix debhelper 7 dependency version.
  * Add README.source
  * Bump standards-version, no change needed.

 -- Arnaud Cornet <acornet@debian.org>  Mon, 24 Aug 2009 19:20:53 +0200

bip (0.8.1-1) unstable; urgency=low

  * New Upstream Version (Closes: #534187).
  * Fix README.Debian: use the cleartext of the password to connect, the hash
    is in conf only.
  * Bump standards version, no change needed.
  * Switch to debhelper 7, remove cdbs build dep.
  * Add debian/bip.docs

 -- Arnaud Cornet <acornet@debian.org>  Fri, 17 Jul 2009 12:39:36 +0200

bip (0.8.0-1) unstable; urgency=low

  * New Upstream Version

 -- Arnaud Cornet <acornet@debian.org>  Mon, 02 Mar 2009 13:06:20 +0100

bip (0.8.0~rc1-1) unstable; urgency=low

  * New Upstream Version.
  * Drop bip-fix-privmsg.patch now upstream.
  * Add status action in initscript (Closes: #492126).

 -- Arnaud Cornet <acornet@debian.org>  Mon, 16 Feb 2009 10:29:18 +0100

bip (0.7.4-2) unstable; urgency=low

  * Add bip-fix-privmsg.patch (Closes: #503253).

 -- Arnaud Cornet <acornet@debian.org>  Fri, 24 Oct 2008 08:55:11 +0200

bip (0.7.4-1) unstable; urgency=low

  * New Upstream Version
  * Drop bip.conf.man.fix.diff, now upstream.
  * Bump standards version to 3.8.0 (no change needed).

 -- Arnaud Cornet <acornet@debian.org>  Sun, 29 Jun 2008 10:05:35 +0200

bip (0.7.1-1) unstable; urgency=low

  * New Upstream Version (Closes: #473999).

 -- Arnaud Cornet <acornet@debian.org>  Wed, 02 Apr 2008 23:57:39 +0200

bip (0.7.0-1) unstable; urgency=low

  * New Upstream Version
  * Fix new upstream homepage (Closes: #444209).
  * Remove bip user/group on purge.
  * Add bipgenconfig script. This and the updated upstream README
    explain how to generate a SSL certificate for bip (Closes: #457610,
    #457602).
  * Move bip.conf man page in correct section (Closes: #461871).
  * Bump standards version (no change needed).
  * Change debian/copyright to UTF-8.
  * Fix copyright line to cope with lintian.
  * Use quilt, add a patch to fix a man warning in bip.conf.5.

 -- Arnaud Cornet <acornet@debian.org>  Sat, 16 Feb 2008 11:43:32 +0100

bip (0.6.1-2) unstable; urgency=low

  * Drop .examples as they are installed by make install.
  * Fix indent in init script.
  * Add a sleep in init script for a safer restart.

 -- Arnaud Cornet <acornet@debian.org>  Mon, 17 Sep 2007 21:15:52 +0200

bip (0.6.1-1) unstable; urgency=low

  * New Upstream Version.
  * Change my mail address.

 -- Arnaud Cornet <acornet@debian.org>  Sun, 19 Aug 2007 18:55:55 +0200

bip (0.6.0-2) unstable; urgency=low

  * Cleanup sample conf file.
  * Indent init script.
  * Remove pidfile check from init script because start-stop-daemon does
    it already.
  * Add --no-start to dh_installinit, to avoid breaking upgrades
    (Closes: #427426).

 -- Arnaud Cornet <arnaud.cornet@gmail.com>  Mon, 04 Jun 2007 19:51:45 +0200

bip (0.6.0-1) unstable; urgency=low

  * Fix typo (Closes: 416074).
  * Fix some output of the init script (Closes: 416075).
  * Remove useless call to update-rc.d (Closes: 416073).
  * New upstream release (Closes: 412888, 390716).
  * Remove patches/bip_home_arg.diff and patches/ssl_cert_path.diff gone
    upstream.
  * Add a README.Debian (Closes: 418633).
  * Sanitize clean rule.
  * Fix watchfile to use .gz files.

 -- Arnaud Cornet <arnaud.cornet@gmail.com>  Tue, 01 May 2007 12:40:23 +0200

bip (0.5.3-4) unstable; urgency=high

  * Set proper permissions in postinst (Closes: #415855).

 -- Arnaud Cornet <arnaud.cornet@gmail.com>  Fri, 23 Mar 2007 00:53:01 +0100

bip (0.5.3-3) unstable; urgency=low

  * Add --enable-oidentd to configure.
  * Create /var/run/bip at daemon start time (Closes: #385791).
  * Update init script and depend on lsb-base (>= 3.0-6).

 -- Arnaud Cornet <arnaud.cornet@gmail.com>  Sat,  9 Sep 2006 11:58:19 +0200

bip (0.5.3-2) unstable; urgency=medium

  * Fix extremely lame bug in init script.

 -- Arnaud Cornet <arnaud.cornet@gmail.com>  Tue, 25 Jul 2006 21:17:22 +0200

bip (0.5.3-1) unstable; urgency=low

  * New upstream release.
  * Add a watchfile (Closes: #357851).
  * Add bip_home_arg.diff, allows to specify a home for bip on the
    command line. Allows much nicer init script.
  * ssl_cert_path.diff, allows to specify a directory for ssl certificate path
    Allows much nicer init script too.
  * Add ${misc:Depends}.
  * Bump standards version.
  * Compat is now 5.
  * Don't start/restart bip on install/upgrade.

 -- Arnaud Cornet <arnaud.cornet@gmail.com>  Tue, 11 Jul 2006 00:22:00 +0200

bip (0.5.2-2) unstable; urgency=low

  * Added init.d file (Closes: #357855).

 -- Arnaud Cornet <arnaud.cornet@gmail.com>  Sat,  1 Apr 2006 19:13:33 +0200

bip (0.5.2-1) unstable; urgency=low

  * New upstream release

 -- Arnaud Cornet <arnaud.cornet@gmail.com>  Wed, 08 Mar 2006 14:31:13 +0100

bip (0.5.1-1) unstable; urgency=low

  * New upstream release

 -- Arnaud Cornet <arnaud.cornet@gmail.com>  Sun, 29 Jan 2006 22:25:51 +0100

bip (0.5.0-1) unstable; urgency=low

  * Initial release.
  * Change to use the bip with GPL + OpenSSL exception licence, and link to
    OpenSSL

 -- Arnaud Cornet <arnaud.cornet@gmail.com>  Thu, 17 Nov 2005 15:28:19 +0100