git: 2e05a8c6d14f - main - net/asterisk16: Update to 16.23.0

From: Guido Falsi <madpilot_at_FreeBSD.org>
Date: Mon, 13 Dec 2021 16:39:05 UTC
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2e05a8c6d14f24820b0e55aff9b860926b07d39c

commit 2e05a8c6d14f24820b0e55aff9b860926b07d39c
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2021-12-13 16:37:56 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2021-12-13 16:37:56 +0000

    net/asterisk16: Update to 16.23.0
    
    Also remove old, unneeded patch.
---
 net/asterisk16/Makefile                |  3 +--
 net/asterisk16/distinfo                |  6 +++---
 net/asterisk16/files/patch-main_http.c | 11 -----------
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile
index e596a9097467..618c2ca48415 100644
--- a/net/asterisk16/Makefile
+++ b/net/asterisk16/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	asterisk
-PORTVERSION=	16.22.0
-PORTREVISION=	1
+PORTVERSION=	16.23.0
 CATEGORIES=	net
 MASTER_SITES=	https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729
 MASTER_SITE_SUBDIR=	asterisk/ \
diff --git a/net/asterisk16/distinfo b/net/asterisk16/distinfo
index afd23864607a..8b9bfb05ed8e 100644
--- a/net/asterisk16/distinfo
+++ b/net/asterisk16/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1635852015
-SHA256 (asterisk/asterisk-16.22.0.tar.gz) = 46992482762818e096d92654b9ac96d42fa9505ad4bc8e628a683413793ab26f
-SIZE (asterisk/asterisk-16.22.0.tar.gz) = 27925083
+TIMESTAMP = 1639080465
+SHA256 (asterisk/asterisk-16.23.0.tar.gz) = c2ad32bdf45bfc297a4f172cd9a6a98e53c30c75f5f916cbd1ba2e24e0df8054
+SIZE (asterisk/asterisk-16.23.0.tar.gz) = 27960909
 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9
 SIZE (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123
 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585
diff --git a/net/asterisk16/files/patch-main_http.c b/net/asterisk16/files/patch-main_http.c
deleted file mode 100644
index 555f3bb34887..000000000000
--- a/net/asterisk16/files/patch-main_http.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- main/http.c.orig	2020-07-09 15:39:17 UTC
-+++ main/http.c
-@@ -2086,7 +2086,7 @@ static int __ast_http_load(int reload)
- 	struct http_uri_redirect *redirect;
- 	struct ast_flags config_flags = { reload ? CONFIG_FLAG_FILEUNCHANGED : 0 };
- 	uint32_t bindport = DEFAULT_PORT;
--	RAII_VAR(struct ast_sockaddr *, addrs, NULL, ast_free);
-+	struct ast_sockaddr *addrs = NULL;
- 	int num_addrs = 0;
- 	int http_tls_was_enabled = 0;
-