From 84aef87cf9eaece4e7b145072ab667a7f2abff03 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 28 Aug 2023 08:36:40 +0200 Subject: [PATCH] main/sofia-sip: backport support for forking SIP calls ref: https://github.com/freeswitch/sofia-sip/pull/227 (cherry picked from commit 143c519279b9627bf0c85796f978f6988539eded) --- main/sofia-sip/APKBUILD | 7 +++++-- main/sofia-sip/Support-forking-SIP-calls.patch | 0 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 main/sofia-sip/Support-forking-SIP-calls.patch diff --git a/main/sofia-sip/APKBUILD b/main/sofia-sip/APKBUILD index 0d1a7d2f7b06..657ad81ddc1d 100644 --- a/main/sofia-sip/APKBUILD +++ b/main/sofia-sip/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista 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" @@ -12,7 +12,9 @@ makedepends="automake autoconf libtool m4 glib-dev openssl1.1-compat-dev 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: @@ -51,4 +53,5 @@ doc() { } sha512sums=" 0a0b30e99251f32a3e4d5c1b0e167ae7cffaf93f2e8b9c84ecc96543181418da000a3bc7ea933da42b2943a66e2cef6c690aeda5504e2ead381c9448c77fcf2c sofia-sip-1.13.14.tar.gz +cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e Support-forking-SIP-calls.patch " diff --git a/main/sofia-sip/Support-forking-SIP-calls.patch b/main/sofia-sip/Support-forking-SIP-calls.patch new file mode 100644 index 000000000000..e69de29bb2d1