git: ac59e92b1a00 - main - net/asterisk18: Update to 18.16.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Feb 2023 20:50:12 UTC
The branch main has been updated by flo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ac59e92b1a00914969c44c01589f5133d57d73db
commit ac59e92b1a00914969c44c01589f5133d57d73db
Author: Florian Smeets <flo@FreeBSD.org>
AuthorDate: 2023-02-02 20:30:42 +0000
Commit: Florian Smeets <flo@FreeBSD.org>
CommitDate: 2023-02-02 20:49:55 +0000
net/asterisk18: Update to 18.16.0
---
net/asterisk18/Makefile | 2 +-
net/asterisk18/distinfo | 6 +++---
net/asterisk18/files/patch-Makefile.rules | 10 +++++-----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/net/asterisk18/Makefile b/net/asterisk18/Makefile
index 29756f2aa3b5..1a0889852ea2 100644
--- a/net/asterisk18/Makefile
+++ b/net/asterisk18/Makefile
@@ -1,5 +1,5 @@
PORTNAME= asterisk
-PORTVERSION= 18.15.1
+PORTVERSION= 18.16.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 3ca57e3fcb50..6f2a9e8a5323 100644
--- a/net/asterisk18/distinfo
+++ b/net/asterisk18/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1669933244
-SHA256 (asterisk/asterisk-18.15.1.tar.gz) = 7594b045e1979a6e80f07ecfff634204830917fd2a7686b161cf4849454f4531
-SIZE (asterisk/asterisk-18.15.1.tar.gz) = 28216621
+TIMESTAMP = 1675362424
+SHA256 (asterisk/asterisk-18.16.0.tar.gz) = 2d280794ae7505ed3dfc58b3190774cb491aa74c339fbde1a11740e6be79b466
+SIZE (asterisk/asterisk-18.16.0.tar.gz) = 28278347
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-Makefile.rules b/net/asterisk18/files/patch-Makefile.rules
index 3bebe8ad02de..4c4adf5b830a 100644
--- a/net/asterisk18/files/patch-Makefile.rules
+++ b/net/asterisk18/files/patch-Makefile.rules
@@ -1,4 +1,4 @@
---- Makefile.rules.orig 2022-08-18 15:18:29 UTC
+--- Makefile.rules.orig 2023-01-12 11:42:40 UTC
+++ Makefile.rules
@@ -107,6 +107,11 @@ ifeq ($(C_COMPILER_FAMILY),clang)
# Clang -Werror warning suppressions
@@ -16,12 +16,12 @@
# extern const size_t _binary_abc_def_xml_size;
%.o: %.xml
$(ECHO_PREFIX) echo " [LD] $^ -> $@"
-- $(CMD_PREFIX) $(CC) -g -nostartfiles -nodefaultlibs -nostdlib -r -Wl,-b,binary -o $@ $^
-+ $(CMD_PREFIX) $(CC) -g -nostartfiles -nodefaultlibs -nostdlib $(BINARY_LLD_FLAGS) -r -Wl,-b,binary,-m,$(LLD_EMULATION) -o $@ $^
+- $(CMD_PREFIX) $(CC) -g -Wl,-znoexecstack -nostartfiles -nodefaultlibs -nostdlib -r -Wl,-b,binary -o $@ $^
++ $(CMD_PREFIX) $(CC) -g -Wl,-znoexecstack -nostartfiles -nodefaultlibs -nostdlib $(BINARY_LLD_FLAGS) -r -Wl,-b,binary,-m,$(LLD_EMULATION) -o $@ $^
%.o: %.xslt
$(ECHO_PREFIX) echo " [LD] $^ -> $@"
-- $(CMD_PREFIX) $(CC) -g -nostartfiles -nodefaultlibs -nostdlib -r -Wl,-b,binary -o $@ $^
-+ $(CMD_PREFIX) $(CC) -g -nostartfiles -nodefaultlibs -nostdlib $(BINARY_LLD_FLAGS) -r -Wl,-b,binary,-m,$(LLD_EMULATION) -o $@ $^
+- $(CMD_PREFIX) $(CC) -g -Wl,-znoexecstack -nostartfiles -nodefaultlibs -nostdlib -r -Wl,-b,binary -o $@ $^
++ $(CMD_PREFIX) $(CC) -g -Wl,-znoexecstack -nostartfiles -nodefaultlibs -nostdlib $(BINARY_LLD_FLAGS) -r -Wl,-b,binary,-m,$(LLD_EMULATION) -o $@ $^
dist-clean:: clean