File: changelog

package info (click to toggle)
libosip2 5.3.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,228 kB
  • sloc: ansic: 18,809; sh: 4,007; makefile: 588
file content (415 lines) | stat: -rw-r--r-- 13,600 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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
libosip2 (5.3.0-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix CVE-2022-41550.

 -- Bastian Germann <bage@debian.org>  Wed, 15 Mar 2023 01:04:10 +0100

libosip2 (5.3.0-2) unstable; urgency=medium

  * enable testsuite

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 08 Mar 2022 23:51:47 +0100

libosip2 (5.3.0-1) experimental; urgency=medium

  [ upstream ]
  * new release(s);
    closes: bug#1006679, thanks to Yangfl

  [ Jonas Smedegaard ]
  * update watch file to enable pgp signature;
    add upstream signing key to source
  * update copyright info: update coverage
  * drop patches cherry-picked upstream now applied
  * rename binary package libosip2-11 -> libosip2-15,
    to match updated SONAME
  * track library symbols;
    build-depend on pkg-kde-tools

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 03 Mar 2022 23:13:29 +0100

libosip2 (4.1.0-3) unstable; urgency=medium

  [ Victor Seva ]
  * update VCS links and wrap-and-sort

  [ Jonas Smedegaard ]
  * acknowledge NMU;
    closes: bug#860345, thanks to anarcat
  * add myself as uploader
  * add git-buildpackage config:
    + sign tags
    + use pristine-tar
    + filter-out any .git* file
    + use DEP-14 branch naming scheme
    + add usage comment
  * drop README.Debian: contains no Debian-specific info
  * update watch file:
    + use format 4
    + use substitution strings
    + use secure https protocol
    + set dversionmangle=auto
    + add usage comment
  * drop obsolete shlibs.local file
  * install only upstream README as documentation
    (TODO and NEWS are outdated, and BUGS is virtually empty)
  * simplify rules: use debhelper compatibility level 13 (not 9);
    build-depend on debhelper-compat
    (not debhelper dh-autoreconf)
  * stop build-depend explicitly on dpkg-dev:
    needed version satisfied in all supported releases of Debian
  * set Rules-Requires-Root: no
  * update Vcs-* fields: git repo moved to salsa
  * update homepage to use secure https protocol
  * declare compliance with Debian Policy 4.6.0
  * add source helper script copyright-check
  * update copyright info:
    + rewrite using machine-readable format;
      override related lintian warnings
    + add coverage for my own contributions
  * annotate package libosip2-dev as Multi-Arch: same
  * stop install *.la files

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 03 Mar 2022 22:14:00 +0100

libosip2 (4.1.0-2.1) unstable; urgency=medium

  * Non-maintainer upload to fix security issues (Closes: #860287)
  * CVE-2016-10324: In libosip2 in GNU oSIP 4.1.0, a malformed SIP message
    can lead to a heap buffer overflow in the osip_clrncpy() function
    defined in osipparser2/osip_port.c.
  * CVE-2016-10325: In libosip2 in GNU oSIP 4.1.0, a malformed SIP message
    can lead to a heap buffer overflow in the _osip_message_to_str()
    function defined in osipparser2/osip_message_to_str.c, resulting in a
    remote DoS.
  * CVE-2016-10326: In libosip2 in GNU oSIP 4.1.0, a malformed SIP message
    can lead to a heap buffer overflow in the osip_body_to_str() function
    defined in osipparser2/osip_body.c, resulting in a remote DoS.
  * CVE-2017-7853: In libosip2 in GNU oSIP 5.0.0, a malformed SIP message
    can lead to a heap buffer overflow in the msg_osip_body_parse()
    function defined in osipparser2/osip_message_parse.c, resulting in a
    remote DoS.

 -- Antoine Beaupré <anarcat@debian.org>  Fri, 14 Apr 2017 16:21:21 -0400

libosip2 (4.1.0-2) unstable; urgency=low

  * Upload to unstable - coordinated through debian-release

 -- Mark Purcell <msp@debian.org>  Wed, 25 Jun 2014 21:54:30 +1000

libosip2 (4.1.0-1) experimental; urgency=low

  * New upstream release
  * NEW package libosip2-11 - match soname
  * Fix "use dh-autoreconf instead of autotools-dev to fix FTBFS on
    ppc64el" patch from ~logan (Closes: #735640)
  * Drop all debian/patches - included upstream

 -- Mark Purcell <msp@debian.org>  Mon, 20 Jan 2014 20:24:38 +1100

libosip2 (4.0.0-3) unstable; urgency=low

  * Fix "FTBFS on hurd-i386" patch supplied by Pino (Closes: #715196)

 -- Mark Purcell <msp@debian.org>  Sun, 04 Aug 2013 10:25:43 +1000

libosip2 (4.0.0-2) unstable; urgency=low

  * Upload to unstable
  * Update debian/control - fix Vcs & Standards-Version:

 -- Mark Purcell <msp@debian.org>  Sun, 12 May 2013 18:41:44 +1000

libosip2 (4.0.0-1) experimental; urgency=low

  * New upstream release
  * NEW package libosip2-10 - match soname
  * Drop obsolete spelling-error-in-manpage.diff
  * Refresh manpage-section-mismatch.patch

 -- Mark Purcell <msp@debian.org>  Sun, 23 Dec 2012 13:45:52 +1100

libosip2 (3.6.0-4) unstable; urgency=low

  * weezey polish
  * Update Standards-Version: 3.9.3
  * Refresh manpage-section-mismatch.patch
  * debian/compat -> 9 - hardening & multiarch

 -- Mark Purcell <msp@debian.org>  Sun, 24 Jun 2012 20:57:55 +1000

libosip2 (3.6.0-3) unstable; urgency=low

  * Upload to unstable - debian-release endorsed
  * Fix minor spelling-error.diff

 -- Mark Purcell <msp@debian.org>  Sun, 26 Feb 2012 07:52:37 +1100

libosip2 (3.6.0-2) experimental; urgency=low

  * Fix "Resolve unresolved symbols in shared libraries" 
    debian/rules: export EXTRA_LIB=-lpthread (Closes: #558915)

 -- Mark Purcell <msp@debian.org>  Sat, 08 Oct 2011 14:06:34 +1100

libosip2 (3.6.0-1) experimental; urgency=low

  * New upstream release
    - NEW package libosip2-7 - soname bump
  * docs: drop duplicate-changelog-files ChangeLog
  * Drop content of dependancy_libs (sed -i)
    - Fixes "Emptying dependency_libs in .la files" (Closes: #633334)
  * Switch to dh 7
  * Switch to dpkg-source 3.0 (quilt) format
  * Upgrade to Standards Version 3.9.2
  * Upgrade debian/watch to v3
  * copyright-refers-to-symlink-license
    - Updated debian/copyright -> LGPL-2.1
  * Add osip.1 to libosip2-dev

 -- Mark Purcell <msp@debian.org>  Sat, 08 Oct 2011 13:54:35 +1100

libosip2 (3.5.0-1) experimental; urgency=low

  * New upstream release
  * NEW package libosip2-6 - soname bump
  * debian/compat -> 7

 -- Mark Purcell <msp@debian.org>  Sat, 29 Jan 2011 15:08:04 +1000

libosip2 (3.3.0-1) unstable; urgency=low

  * New upstream release
    - libosip2 transition
  * Cleanup Uploaders: (Closes: #508850)
  * Upstream includes ignore-debian-Makefile.in.patch

 -- Mark Purcell <msp@debian.org>  Sun, 08 Mar 2009 15:36:40 +1100

libosip2 (3.2.0-1) experimental; urgency=low

  * New upstream release

  [ Patrick Matthäi ]
  * Bumped to Standards-Version 3.8.0.
  * Removed some more useless whitespaces at EOL in debian/control.

  [ Mark Purcell ]
  * NEW package libosip2-4 to match upstream soname
  * Add uclean(1) call to get-orig-source target
  * Add manpage-section-mismatch.patch

 -- Mark Purcell <msp@debian.org>  Sat, 15 Nov 2008 22:11:57 +1100

libosip2 (3.1.0-1) unstable; urgency=low

  * New upstream release

  [ Kilian Krause ]
  * Update Maintainer to Debian VoIP Team.

  [ Mark Purcell ]
  * Cleanup get-orig-source VARS
  * Ran uclean(1) over .orig.tar.gz
  * Ignore upstream debian/Makefile.in
     - ignore-debian-Makefile.in.patch
  * Bump packagename to libosip2-3deb (libosip2-3 is used in etch)
    - package-name-doesnt-match-sonames libosip2-3
    - Conflicts: Replaces: etch libosip3 (<< 3.0) same soname
  * Remove debian/dirs - lintian: package-contains-empty-directory

 -- Mark Purcell <msp@debian.org>  Fri, 18 Apr 2008 16:04:23 +1000

libosip2 (3.0.3-2-1) unstable; urgency=low

  * New Upstream Release

  [ Mikael Magnusson ]
  * Fix debian/rules print-version and get-orig-source

  [ Mark Purcell ]
  * Bump soname (backwards libosip2-2)
    - linphone-nox: nox client fails to start (Closes: #439196)
    - libosip2-3: package-name-doesnt-match-sonames libosip2-2 
    (Closes: #439600)
  * linda: debhelper.mk needs Build-Depends: (>=  4.1.0)
  * Dump Provides:/ Conflicts: libosip2feature209 not used in Debian
  * Add Conflicts: libosip2-3 (>> 3.0) for missed soname bump

 -- Mark Purcell <msp@debian.org>  Fri, 31 Aug 2007 22:02:47 +0100

libosip2 (3.0.3-2) unstable; urgency=low

  * Build-Depends: cdbs

 -- Mark Purcell <msp@debian.org>  Sun, 19 Aug 2007 12:27:34 +0100

libosip2 (3.0.3-1) unstable; urgency=low

  * New upstream release (Closes: #421509)

  [ Kilian Krause ]
  * debian/control:
    - Import into pkg-voip.
    - Use binary:Version stanza to allow clean binNMUs.
      Bump to dpkg-dev (>= 1.13.19)
  * debian/watch: Update.

  [ Mark Purcell ]
  * libosip2-dev Recommends: pkg-config
  * Switch to cdbs
  * Ack NMU
    - libosip2-dev: libosip2.pc is missing (Closes: #328825)
    - libosip2-3: please provide osip.1 upstream man page (Closes:
    #366037)
    - Link in description doesn&#39;t exist (Closes: #352251)
  * Add Build-Depends: docbook-to-man to generate osip(1)
  * Add Build-Depends: autotools-dev
  * move osip.1 to -dev package, allows future upgrades of libs

 -- Mark Purcell <msp@debian.org>  Sun, 19 Aug 2007 11:43:12 +0100

libosip2 (2.2.2-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * BTS old bugs:
    + Include libosip2.pc in -dev package (Closes: #328825)
    + Link libosip2.so.3.0.0 against libpthread.so (Closes: #356330)
    + Fix Links in debian/control: fsf.org => gnu.org (Closes: #352251)

  * Remove debian/*.ex files (Closes: #366036).
  * Remove debian/libosip2.* files.
  * switch to dh_install in debian/rules:
    + enable --list-missing to catch non installed files (like osip.1).
    + .files/.install were not in sync.
  * Also bump Standards-Version to 3.6.2.
  * Install upstream man page osip.1 (Closes: #366037).
  * Fix FSF address in debian/copyright.
  * Make debian/copyright complete (missing copyright statement for
    osip_md5.{h,c}) (Closes: #366034).

 -- Pierre Habouzit <madcoder@debian.org>  Wed, 24 May 2006 22:04:05 +0200

libosip2 (2.2.2-3) unstable; urgency=medium

  * Revert NMU

 -- Anand Kumria <wildfire@progsoc.org>  Tue, 18 Apr 2006 13:44:28 +1000

libosip2 (2.2.2-2) unstable; urgency=low

  * Change Build-Dep to automake1.8 (Closes: #335134)

 -- Anand Kumria <wildfire@progsoc.org>  Sat, 31 Dec 2005 13:07:36 +1100

libosip2 (2.2.2-1) unstable; urgency=low

  [ Aymeric MOIZARD ]
  * parser speed improvements
  * replace mutex with critical section on windows for performance.
  * fix a bug in the parser for empty header (also store empty Accept header)
  * improve mime support.
  * improve sipfrag support.
  * add NULL checks (uris...).
  * patch for PSOS support.

  [ ARAKI Yasuhiro ]
  * new upstream release.

 -- ARAKI Yasuhiro <ar@debian.org>  Wed, 21 Dec 2005 18:36:25 +0900

libosip2 (2.2.1-1) unstable; urgency=low

  * fix a potential mem leak content_type and osip_message_parse.
  * fix osip_body_clone method (add terminating NULL)
  * fix for binary support when multipart is used.
  * automatic check for reliable protocol SCTP and TLS.
  * avoid <winsock.h> inclusion so user can (and must) now include either
    <winsock.h> or <winsock2.h> before including <osip/osip2.h>

 -- Aymeric MOIZARD <jack@atosc.org>  Tue, 12 Jul 2005 13:04:32 +0100

libosip2 (2.2.0+2.2.1pre4-2) unstable; urgency=low

  * Maintainer change: Anand Kumria <wildfire@progsoc.org> to ARAKI Yasuhiro
    <ar@debian.org>.

 -- ARAKI Yasuhiro <ar@debian.org>  Mon, 25 Apr 2005 14:11:33 +0900

libosip2 (2.2.0+2.2.1pre4-1) unstable; urgency=low

  * New upstream release
  * fix osip_body_clone doesn't NULL terminate the copied body.
    Reported by Mikael Magnusson. (Close: #305729)
  * Maintainer change: Anand Kumria <wildfire@progsoc.org> to ARAKI Yasuhiro
    <ar@debian.org>.

 -- ARAKI Yasuhiro <ar@debian.org>  Fri, 22 Apr 2005 15:33:12 +0900

libosip2 (2.2.0-1) unstable; urgency=low

  * remove #ifdef OSIP_RETRANSMIT_2XX to always compile it.
  * initialize remote_contact_uri when dialog is built with notify.
  * allow very short attachements.
  * new macros allocators.
  * remove use of alloca in the parser.
  * fix memory bug when realloc is needed on large message.
  * remove useless prototypes.
  * fix memory access in parser.
  * API slightly broken to enable support for binary data.
  * improvements of the sip message test suite.
  * ABI change to 3 

 -- ARAKI Yasuhiro <ar@debian.org>  Fri,  4 Feb 2005 14:46:08 +0900
libosip2 (2.0.9-2) unstable; urgency=low

  * fix for ABI change (close: #285079)

 -- ARAKI Yasuhiro <ar@debian.org>  Sat, 11 Dec 2004 15:20:14 +0900

libosip2 (2.0.9-1) unstable; urgency=low

  * New upstream release 

 -- ARAKI Yasuhiro <ar@debian.org>  Thu,  9 Dec 2004 18:09:09 +0900

libosip2 (2.0.6-2) unstable; urgency=low

  * fix: lack "libosip2.so" install for libosip2-dev. 

 -- ARAKI Yasuhiro <ar@debian.org>  Tue, 23 Mar 2004 15:29:12 +0900

libosip2 (2.0.6-1) unstable; urgency=low

  * New upstream release (close: #238263)
  * Co-maintainer add: ARAKI Yasuhiro <ar@debian.org>

 -- ARAKI Yasuhiro <ar@debian.org>  Thu, 18 Mar 2004 11:56:11 +0900

libosip2 (2.0.5-2) unstable; urgency=low

  * Build depend on automake1.6 too

 -- Anand Kumria <wildfire@progsoc.org>  Sun, 28 Dec 2003 13:17:07 +1100

libosip2 (2.0.5-1) unstable; urgency=low

  * New upstream release (and change of source name)
  * For the life of me I couldn't see what the patch
    was but I believe this will fix the problem (closes: #215606, 219421)

 -- Anand Kumria <wildfire@progsoc.org>  Sat, 27 Dec 2003 11:07:33 +1100

osip (2.0.4-1) unstable; urgency=low

  * New upstream release

 -- Anand Kumria <wildfire@progsoc.org>  Sun, 11 Oct 2003 05:17:51 +1000

osip (2.0.1.2-1) unstable; urgency=low

  * Initial Release.

 -- Anand Kumria <wildfire@progsoc.org>  Tue, 30 Sep 2003 16:09:51 +1000