37 Commits

Author SHA256 Message Date
ff6297bbb2 Accepting request 1044062 from network:telephony
OBS-URL: https://build.opensuse.org/request/show/1044062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=31
2022-12-21 15:07:23 +00:00
3b1970f6b0 Accepting request 1038187 from home:dimstar:Factory
- Update to version 5.3.1:
  + In multipart bodies, LWS can't exist (CVE-2022-41550).

OBS-URL: https://build.opensuse.org/request/show/1038187
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=36
2022-12-21 11:20:39 +00:00
9243ec7b2c Accepting request 954072 from network:telephony
OBS-URL: https://build.opensuse.org/request/show/954072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=30
2022-02-13 18:51:03 +00:00
863a4f51e8 Accepting request 933173 from home:AndreasStieger:branches:network:telephony
libosip2 5.3.0

OBS-URL: https://build.opensuse.org/request/show/933173
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=35
2022-02-13 12:57:39 +00:00
625ba51812 Accepting request 900872 from network:telephony
OBS-URL: https://build.opensuse.org/request/show/900872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=29
2021-06-19 21:04:25 +00:00
Christian Wittmer
e12ebf9f4d Accepting request 895526 from home:AndreasStieger:branches:network:telephony
libosip2 5.2.1

OBS-URL: https://build.opensuse.org/request/show/895526
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=33
2021-06-19 10:14:15 +00:00
8abdd95c13 Accepting request 867977 from network:telephony
OBS-URL: https://build.opensuse.org/request/show/867977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=28
2021-01-31 15:52:05 +00:00
abd5ce76c7 Accepting request 862440 from home:dirkmueller:branches:network:telephony
- update to 5.2.0:
  * use localtime_r when __USE_POSIX is available
  * sync versions with libexosip
- use https for urls

OBS-URL: https://build.opensuse.org/request/show/862440
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=31
2021-01-30 12:51:12 +00:00
c9c998fa00 Accepting request 830432 from network:telephony
- update to 5.1.1:

OBS-URL: https://build.opensuse.org/request/show/830432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=27
2020-08-29 18:45:05 +00:00
e6de81b7a9 - Drop old specfile constructs and excess Provides lines.
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=29
2020-08-29 07:30:06 +00:00
ce0dd3d39c Accepting request 826910 from home:dirkmueller:branches:network:telephony
- update to 5.1.1:
  * fix vulnerability report: Authentication-Info or Proxy-Authentication-Info are affected by a buffer overflow when building sip messages.
  * fix vulnerability report: when boundary only contains one quote, strncpy will use the unsigned value of -1 as size parameter.
  * fix: avoid several memory leaks detected in the SDP parser upon invalid SDP formats.
  * fix bug #57467: infinite loop in sdp_message_a_attribute_del_at_index
  * fix bug #56071: Heap-buffer-overflow in osip_util_replace_all_lws function in osip_message_parse.c
  * fix to reject any non compliant answer with missing version digits.

OBS-URL: https://build.opensuse.org/request/show/826910
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=28
2020-08-29 07:24:01 +00:00
b2107000ea Accepting request 770391 from home:dyfet:branches:network:telephony
Updated to 5.1.0

OBS-URL: https://build.opensuse.org/request/show/770391
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=27
2020-08-13 08:38:37 +00:00
4ff5a5f0f6 Accepting request 489652 from network:telephony
1

OBS-URL: https://build.opensuse.org/request/show/489652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=26
2017-04-28 07:12:37 +00:00
Ismail Dönmez
ad8745358d Accepting request 489638 from home:oertel:branches:network:telephony
- drop patch already in 5.0.0
  0001-Patch-2.1-Fixes-heap-buffer-overflow-in-osip_body_to_s.patch
- drop patch already in 5.0.0
  0001-Patch-1-Fixes-heap-buffer-overflow-in-_osip_message_to_str.patch
- drop patch already in 5.0.0
  0001-Patch-3-Fixes-heap-buffer-overflow-in-osip_clrncpy.patch

- fix a set of buffer overflows:
  - add patch for (bnc#1034570, CVE-2017-7853)
    SIP_body_len_underflow.patch
  - add patch for (bnc#1034571, CVE-2016-10326)
    0001-Patch-2.1-Fixes-heap-buffer-overflow-in-osip_body_to_s.patch
  - add patch for (bnc#1034572, CVE-2016-10325)
    0001-Patch-1-Fixes-heap-buffer-overflow-in-_osip_message_to_str.patch
  - add patch for (bnc#1034574, CVE-2016-10324)
    0001-Patch-3-Fixes-heap-buffer-overflow-in-osip_clrncpy.patch

- Update to 5.0.0:
  * STRUCTURE change: additionnal parameter for "struct osip_srv_entry" used for failover in eXosip2.
  * fix overflow: sr #109133: Heap buffer overflow in utility function *osip_clrncpy*
  * fix overflow: sr #109132: Heap buffer overflow in *osip_body_to_str*
  * fix overflow: sr #109131: Heap buffer overflow in `_osip_message_to_str`
  * simplify usage of timercmp/timerisset/timerclear
  * optimize list search: use iterator
  * improve/update autotools (./configure and options, Makefile.am, ax_thread.m4...)
  * verify a URI scheme only contains allowed char
  * improve make check (test unit) to make it clear about the results expected.
  * fix a possible buffer overflow of 1 byte in sdp_message_to_str (size=sdp allocated size)
  * fix cseq check in order to stop retransmission of 200ok
  * update to reject negative value in port number

OBS-URL: https://build.opensuse.org/request/show/489638
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=25
2017-04-20 17:59:57 +00:00
Stephan Kulow
af569a4a23 Accepting request 248393 from network:telephony
1

OBS-URL: https://build.opensuse.org/request/show/248393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=25
2014-09-12 08:03:21 +00:00
def05a0809 Accepting request 247930 from home:Fisiu:branches:network:telephony
Fix .changes to pass auto-legal script checks.

- Rebase libosip2-3.5.0.dif and rename to libosip2-4.1.0.patch.
- Rebase libosip2-3.5.0-pthread.patch and rename to libosip2-4.1.0-pthread.patch.

OBS-URL: https://build.opensuse.org/request/show/247930
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=23
2014-09-10 16:40:59 +00:00
1284723900 Accepting request 244943 from home:Fisiu:branches:network:telephony
- Update to 4.1.0:
  * fix sdp re-allocation
  * increase max length size
  * osip_trace_initialize returns 0 if log are compiled.
  * timer e and timer g will use #define DEFAULT_T2 instead of 4000.
  * handle additionnal possible malloc failure.
  * fix compatibility with old UA for INVITE retransmission.
  * fix osip_sem_destroy leak on apple.
  * accept lowercase sip/2.0.

- Update to 4.0.0:
  * reduce path len // remove path in front of logs.
  * accept only SIP/D.D format message.
  * fix bug when releasing request with missing major headers.
  * fix minor memory leak // remove limitation on fifo size.
  * use system independant time for osip_gettimeofday on unix platform.
  * To compile/use osip based application in multi threaded
    env, you don't need to define -DOSIP_MT any more. Instead,
    if you wish to disable the feature, you can compile with
    -DOSIP_MONOTHREAD.
  * A few other clean up were made inside osip to avoid any
    define to appear in include files. Also to avoid conflict,
    config.h has been renamed to osip-config.h.
- Patches updated.
- Spec cleanup.

OBS-URL: https://build.opensuse.org/request/show/244943
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=22
2014-08-25 19:42:36 +00:00
Stephan Kulow
0b2221eb07 Accepting request 182380 from network:telephony
Revert the latest commit: linphone is not working yet with new
exosip API: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709860 (forwarded request 181815 from Fisiu)

OBS-URL: https://build.opensuse.org/request/show/182380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=22
2013-07-17 08:28:43 +00:00
Stefan Seyfried
3b30938ced Accepting request 181815 from home:Fisiu:sip
Revert the latest commit: linphone is not working yet with new
exosip API: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709860

OBS-URL: https://build.opensuse.org/request/show/181815
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=20
2013-07-06 13:57:31 +00:00
Stephan Kulow
8ade0619f0 Accepting request 181071 from network:telephony
- Update to 4.0.0:
  * reduce path len // remove path in front of logs.
  * accept only SIP/D.D format message.
  * fix bug when releasing request with missing major headers.
  * fix minor memory leak // remove limitation on fifo size.
  * use system independant time for osip_gettimeofday on unix platform.
  * To compile/use osip based application in multi threaded
    env, you don't need to define -DOSIP_MT any more. Instead,
    if you wish to disable the feature, you can compile with
    -DOSIP_MONOTHREAD.
  * A few other clean up were made inside osip to avoid any
    define to appear in include files. Also to avoid conflict,
    config.h has been renamed to osip-config.h.
- Patches updated.
- Spec cleanup. (forwarded request 180740 from Fisiu)

OBS-URL: https://build.opensuse.org/request/show/181071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=21
2013-06-26 18:28:28 +00:00
Karsten Keil
1f190bbaad Accepting request 180740 from home:Fisiu:branches:network:telephony
- Update to 4.0.0:
  * reduce path len // remove path in front of logs.
  * accept only SIP/D.D format message.
  * fix bug when releasing request with missing major headers.
  * fix minor memory leak // remove limitation on fifo size.
  * use system independant time for osip_gettimeofday on unix platform.
  * To compile/use osip based application in multi threaded
    env, you don't need to define -DOSIP_MT any more. Instead,
    if you wish to disable the feature, you can compile with
    -DOSIP_MONOTHREAD.
  * A few other clean up were made inside osip to avoid any
    define to appear in include files. Also to avoid conflict,
    config.h has been renamed to osip-config.h.
- Patches updated.
- Spec cleanup.

OBS-URL: https://build.opensuse.org/request/show/180740
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=18
2013-06-26 17:18:35 +00:00
Stephan Kulow
003df1696a Accepting request 106243 from network:telephony
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/106243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=18
2012-02-21 11:20:40 +00:00
Christian Wittmer
28cdedd104 Accepting request 104388 from devel:openSUSE:Factory:patch-license
patch license to follow spdx.org standard

OBS-URL: https://build.opensuse.org/request/show/104388
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=16
2012-02-15 15:35:51 +00:00
9fe131ed56 Remove redundant/unwanted tags/section (cf. specfile guidelines); use %_smp_mflags for build
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=15
2011-11-21 15:24:06 +00:00
Stephan Kulow
f603b11980 Accepting request 92693 from network:telephony
add libtool to buildrequires (forwarded request 92607 from coolo)

OBS-URL: https://build.opensuse.org/request/show/92693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=17
2011-11-21 14:47:17 +00:00
Ismail Dönmez
9e6b1b3bb6 Accepting request 92607 from home:coolo:removelibtool
add libtool to buildrequires

OBS-URL: https://build.opensuse.org/request/show/92607
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=13
2011-11-20 08:40:34 +00:00
Sascha Peilicke
9cf53fac66 Autobuild autoformatter for 74123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=15
2011-06-20 08:46:46 +00:00
Sascha Peilicke
f8cdf6c579 Accepting request 74123 from network:telephony
- fix botched pthread linkage,it is going to break sooner or later. (forwarded request 68470 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/74123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=14
2011-06-20 08:46:32 +00:00
Stephan Kulow
5698be0cb8 Accepting request 68470 from home:elvigia:branches:network:telephony
- fix botched pthread linkage,it is going to break sooner or later.

OBS-URL: https://build.opensuse.org/request/show/68470
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libosip2?expand=0&rev=11
2011-06-19 13:11:23 +00:00
Ruediger Oertel
d48bab5c9f Autobuild autoformatter for 59519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=12
2011-02-02 00:44:44 +00:00
Ruediger Oertel
57eaf4c6d3 Accepting request 59519 from network:telephony
Accepted submit request 59519 from user seife

OBS-URL: https://build.opensuse.org/request/show/59519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=11
2011-02-02 00:44:38 +00:00
OBS User autobuild
72bd7683ed OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=8 2010-03-18 15:04:40 +00:00
OBS User unknown
c145f35468 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=6 2009-06-18 23:02:49 +00:00
OBS User unknown
577e457ce4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=4 2008-02-25 16:16:03 +00:00
OBS User unknown
b6c8d7885a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=3 2007-12-19 13:27:44 +00:00
OBS User unknown
bda08e3efa OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=2 2007-05-16 22:36:36 +00:00
OBS User unknown
3676807781 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosip2?expand=0&rev=1 2007-01-15 23:22:52 +00:00