git: 7d107c6cf4f2 - main - net/asterisk18: Update to 18.9.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Dec 2021 16:39:06 UTC
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7d107c6cf4f2f15ea5d04e725bbb4b4fc4418285
commit 7d107c6cf4f2f15ea5d04e725bbb4b4fc4418285
Author: Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2021-12-13 16:38:26 +0000
Commit: Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2021-12-13 16:38:26 +0000
net/asterisk18: Update to 18.9.0
Also remove old, unneeded patch.
---
net/asterisk18/Makefile | 3 +--
net/asterisk18/distinfo | 6 +++---
net/asterisk18/files/patch-main_http.c | 11 -----------
3 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/net/asterisk18/Makefile b/net/asterisk18/Makefile
index df090509601f..a88c35fc59c0 100644
--- a/net/asterisk18/Makefile
+++ b/net/asterisk18/Makefile
@@ -1,6 +1,5 @@
PORTNAME= asterisk
-PORTVERSION= 18.8.0
-PORTREVISION= 1
+PORTVERSION= 18.9.0
CATEGORIES= net
MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729
MASTER_SITE_SUBDIR= asterisk/ \
diff --git a/net/asterisk18/distinfo b/net/asterisk18/distinfo
index 29ca6f083a39..5e7d94947c62 100644
--- a/net/asterisk18/distinfo
+++ b/net/asterisk18/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1635852456
-SHA256 (asterisk/asterisk-18.8.0.tar.gz) = 49aa4aab4e518e3409a65c774615e37b620ce332ced4ad6eedaec6e0f37a572f
-SIZE (asterisk/asterisk-18.8.0.tar.gz) = 28007752
+TIMESTAMP = 1639080727
+SHA256 (asterisk/asterisk-18.9.0.tar.gz) = 6db6d295d5b99318a68a6c36e797c3a784e921670945acc7202542317ebffaef
+SIZE (asterisk/asterisk-18.9.0.tar.gz) = 28045278
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/asterisk18/files/patch-main_http.c b/net/asterisk18/files/patch-main_http.c
deleted file mode 100644
index 555f3bb34887..000000000000
--- a/net/asterisk18/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;
-