Skip to content

Commit

Permalink
main/sofia-sip: backport support for forking SIP calls
Browse files Browse the repository at this point in the history
ref: freeswitch/sofia-sip#227
(cherry picked from commit 143c519)
  • Loading branch information
ncopa committed Aug 28, 2023
1 parent 9934f12 commit a0dff58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions main/sofia-sip/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=sofia-sip
pkgver=1.13.14
pkgrel=0
pkgrel=1
pkgdesc="RFC3261 compliant SIP User-Agent library"
url="https://github.com/freeswitch/sofia-sip"
arch="all"
Expand All @@ -12,7 +12,9 @@ makedepends="automake autoconf libtool m4
glib-dev openssl-dev>3 lksctp-tools-dev"
checkdepends="check-dev"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/freeswitch/sofia-sip/archive/v$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/freeswitch/sofia-sip/archive/v$pkgver.tar.gz
Support-forking-SIP-calls.patch
"

# secfixes:
# 1.13.11-r0:
Expand Down Expand Up @@ -51,4 +53,5 @@ doc() {
}
sha512sums="
0a0b30e99251f32a3e4d5c1b0e167ae7cffaf93f2e8b9c84ecc96543181418da000a3bc7ea933da42b2943a66e2cef6c690aeda5504e2ead381c9448c77fcf2c sofia-sip-1.13.14.tar.gz
cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e Support-forking-SIP-calls.patch
"
Empty file.

0 comments on commit a0dff58

Please sign in to comment.