update to asterisk-18.13.0

This commit is contained in:
sthen 2022-06-25 20:48:16 +00:00
parent 2fec48db23
commit 1105f2feff
3 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,7 @@
VER= 18.12.1
VER= 18.13.0
PJ_V= 2.12
SHLIB_V= 0.0
VERSION_SPEC= >=18.0,<19.0
PORTROACH= limit:^18\.
REVISION-main= 0
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
SHA256 (asterisk-18.12.1.tar.gz) = rLtY5cPNK5x8RQb6gLcXw8PFUM6XIv8Bd7TxH5hyVWM=
SHA256 (asterisk-18.13.0.tar.gz) = kmgbkot1MJhg6/0ZKtjR2z3zza66tAGiq8Zm/66glr8=
SHA256 (pjproject-2.12.tar.gz) = s7lNm+SrqPbS0csWRgPoGwpu4XNS+eK6W1jjJeYQylo=
SIZE (asterisk-18.12.1.tar.gz) = 28110973
SIZE (asterisk-18.13.0.tar.gz) = 28127627
SIZE (pjproject-2.12.tar.gz) = 9658564

View File

@ -14,7 +14,7 @@ Index: apps/app_voicemail.c
#else
#include "c-client.h"
#include "imap4r1.h"
@@ -3290,7 +3293,11 @@ void mm_dlog(char *string)
@@ -3296,7 +3299,11 @@ void mm_dlog(char *string)
}
@ -26,7 +26,7 @@ Index: apps/app_voicemail.c
{
struct ast_vm_user *vmu;
@@ -3300,22 +3307,41 @@ void mm_login(NETMBX * mb, char *user, char *pwd, long
@@ -3306,22 +3313,41 @@ void mm_login(NETMBX * mb, char *user, char *pwd, long
/* We should only do this when necessary */
if (!ast_strlen_zero(authpassword)) {