Skip to content

Commit a175333

Browse files
committed
main/sofia-sip: backport support for forking SIP calls
ref: freeswitch/sofia-sip#227 (cherry picked from commit 143c519)
1 parent 4bb6822 commit a175333

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

main/sofia-sip/APKBUILD

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Maintainer: Francesco Colista <[email protected]>
33
pkgname=sofia-sip
44
pkgver=1.13.14
5-
pkgrel=0
5+
pkgrel=1
66
pkgdesc="RFC3261 compliant SIP User-Agent library"
77
url="https://github.com/freeswitch/sofia-sip"
88
arch="all"
@@ -12,7 +12,9 @@ makedepends="automake autoconf libtool m4
1212
glib-dev openssl1.1-compat-dev lksctp-tools-dev"
1313
checkdepends="check-dev"
1414
subpackages="$pkgname-dev"
15-
source="$pkgname-$pkgver.tar.gz::https://github.com/freeswitch/sofia-sip/archive/v$pkgver.tar.gz"
15+
source="$pkgname-$pkgver.tar.gz::https://github.com/freeswitch/sofia-sip/archive/v$pkgver.tar.gz
16+
Support-forking-SIP-calls.patch
17+
"
1618

1719
# secfixes:
1820
# 1.13.11-r0:
@@ -51,4 +53,5 @@ doc() {
5153
}
5254
sha512sums="
5355
0a0b30e99251f32a3e4d5c1b0e167ae7cffaf93f2e8b9c84ecc96543181418da000a3bc7ea933da42b2943a66e2cef6c690aeda5504e2ead381c9448c77fcf2c sofia-sip-1.13.14.tar.gz
56+
cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e Support-forking-SIP-calls.patch
5457
"

main/sofia-sip/Support-forking-SIP-calls.patch

Whitespace-only changes.

0 commit comments

Comments
 (0)