Update to Asterisk 16.14.1, fixing two issues with res_pjsip (both
requiring authenticated sessions to trigger): AST-2020-001: Remote crash in res_pjsip_session AST-2020-002: Outbound INVITE loop on challenge with different nonce
This commit is contained in:
parent
4a4c5c8d32
commit
a1c0efce36
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.326 2020/10/20 13:48:04 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.327 2020/11/06 09:05:51 sthen Exp $
|
||||
|
||||
COMMENT-main= open source multi-protocol PBX and telephony toolkit
|
||||
|
||||
VER= 16.14.0
|
||||
VER= 16.14.1
|
||||
PJ_V= 2.10
|
||||
DISTNAME= asterisk-${VER:S/beta/-beta/:S/rc/-rc/}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pjproject-${PJ_V}.tar.bz2:0
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (asterisk-16.14.0.tar.gz) = psMHftzfPOx1x5wWdPzhyA4/PDGT9gYjj+RBKskFIvg=
|
||||
SHA256 (asterisk-16.14.1.tar.gz) = 2m0gGnQuGGVawJHEhsWFKmzpur3qSS6T8Bsi768dENI=
|
||||
SHA256 (pjproject-2.10.tar.bz2) = LooaSgBWLKiO6IvbaNoqnZg8RiiPc0BzKHuRamNrFZM=
|
||||
SIZE (asterisk-16.14.0.tar.gz) = 27740877
|
||||
SIZE (asterisk-16.14.1.tar.gz) = 27741354
|
||||
SIZE (pjproject-2.10.tar.bz2) = 7339188
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-res_res_pjsip_pubsub_c,v 1.5 2020/09/04 21:22:41 sthen Exp $
|
||||
$OpenBSD: patch-res_res_pjsip_pubsub_c,v 1.6 2020/11/06 09:05:51 sthen Exp $
|
||||
|
||||
Index: res/res_pjsip_pubsub.c
|
||||
--- res/res_pjsip_pubsub.c.orig
|
||||
+++ res/res_pjsip_pubsub.c
|
||||
@@ -4736,7 +4736,7 @@ static int persistence_expires_str2struct(const struct
|
||||
@@ -4744,7 +4744,7 @@ static int persistence_expires_str2struct(const struct
|
||||
static int persistence_expires_struct2str(const void *obj, const intptr_t *args, char **buf)
|
||||
{
|
||||
const struct subscription_persistence *persistence = obj;
|
||||
|
Loading…
Reference in New Issue
Block a user