update to asterisk-19.5.0

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

View File

@ -1,8 +1,7 @@
VER= 19.4.1
VER= 19.5.0
PJ_V= 2.12
SHLIB_V= 0.0
VERSION_SPEC= >=19.0,<20.0
REVISION-main= 0
# no PORTROACH marker for the highest branch, to allow finding new branches
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
SHA256 (asterisk-19.4.1.tar.gz) = awuYUWPyD8yPiHgGm4qe5yXu9M+9scEDH+OED7Mter4=
SHA256 (asterisk-19.5.0.tar.gz) = 8XdXOP6WedZgL4OpbsZzUyT+elCAD8Ccl6cMx8fPAMg=
SHA256 (pjproject-2.12.tar.gz) = s7lNm+SrqPbS0csWRgPoGwpu4XNS+eK6W1jjJeYQylo=
SIZE (asterisk-19.4.1.tar.gz) = 27867272
SIZE (asterisk-19.5.0.tar.gz) = 27880937
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)) {