Path to this page:
./
devel/libosip,
Implementation of SIP
Branch: pkgsrc-2019Q1,
Version: 4.1.0nb1,
Package name: libosip2-4.1.0nb1,
Maintainer: pkgsrc-usersoSIP is an implementation of SIP.
The GNU oSIP library is written in C and get no dependencies except the
standard C library. oSIP is thread safe and will generally be used in a
multi-threaded application. Nevertheless, this is optional.
oSIP is little in size and code and thus could be use to implement IP
soft-phone as well as embedded SIP software. oSIP is not limited to
endpoint agents, and can also be used to implement "SIP proxy".
oSIP does not intend to provide a high layer API for controlling
"SIP Session" at this step. Instead, it currently provides an API for the
SIP message parser, SDP message parser, and library to handle
"SIP transactions" as defined by the SIP document.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 61459c9052ca2f5e77a6936c9b369e2b0602c080
RMD160: 3f86bf7872cd382f331b49f5e03a6ddddd338afa
Filesize: 621.467 KB
Version history: (Expand)
- (2019-04-28) Updated to version: libosip2-4.1.0nb1
- (2019-04-11) Package added to pkgsrc.se, version libosip2-4.1.0 (created)
CVS history: (Expand)
2019-04-28 18:14:29 by Benny Siegert | Files touched by this commit (5) |
Log message:
Pullup ticket #5946 - requested by khorben
devel/libosip: security fix
Revisions pulled up:
- devel/libosip/Makefile 1.20
- devel/libosip/distinfo 1.16
- devel/libosip/patches/patch-aa deleted
- devel/libosip/patches/patch-src_osip2_port__sema.c 1.1
- devel/libosip/patches/patch-src_osipparser2_osip__body.c 1.1
---
Module Name: pkgsrc
Committed By: khorben
Date: Sun Apr 21 16:25:38 UTC 2019
Modified Files:
pkgsrc/devel/libosip: Makefile distinfo
Added Files:
pkgsrc/devel/libosip/patches: patch-src_osip2_port__sema.c
patch-src_osipparser2_osip__body.c
patch-src_osipparser2_osip__message__parse.c
patch-src_osipparser2_osip__message__to__str.c
patch-src_osipparser2_osip__port.c
Removed Files:
pkgsrc/devel/libosip/patches: patch-aa
Log message:
Import security fixes for libosip2
This adds patches for the following CVE entries:
- - CVE-2016-10324
- - CVE-2016-10325
- - CVE-2016-10326
- - CVE-2017-7853
All patches were obtained from Debian and verified to match upstream.
While there, rename and comment the previous patch.
Bumps PKGREVISION.
XXX pull-up
|