mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/asterisk16: Update to 16.23.0
Also remove old, unneeded patch.
This commit is contained in:
parent
0346677b09
commit
2e05a8c6d1
3 changed files with 4 additions and 16 deletions
|
@ -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/ \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
Loading…
Add table
Reference in a new issue