Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2020 11:33:12 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r558980 - in branches/2020Q4/net/asterisk16: . files
Message-ID:  <202012231133.0BNBXCFl026694@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Dec 23 11:33:12 2020
New Revision: 558980
URL: https://svnweb.freebsd.org/changeset/ports/558980

Log:
  MFH: r555764 r558976
  
  Update asterisk16 to 16.15.0
  
  - Update asterisk16 to 16.15.1
  
  Security:	6adf6ce0-44a6-11eb-95b7-001999f8d30b

Modified:
  branches/2020Q4/net/asterisk16/Makefile
  branches/2020Q4/net/asterisk16/distinfo
  branches/2020Q4/net/asterisk16/files/patch-Makefile
  branches/2020Q4/net/asterisk16/pkg-plist
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/net/asterisk16/Makefile
==============================================================================
--- branches/2020Q4/net/asterisk16/Makefile	Wed Dec 23 11:31:43 2020	(r558979)
+++ branches/2020Q4/net/asterisk16/Makefile	Wed Dec 23 11:33:12 2020	(r558980)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	asterisk
-PORTVERSION=	16.14.1
+PORTVERSION=	16.15.1
 CATEGORIES=	net
 MASTER_SITES=	https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729
 MASTER_SITE_SUBDIR=	asterisk/ \

Modified: branches/2020Q4/net/asterisk16/distinfo
==============================================================================
--- branches/2020Q4/net/asterisk16/distinfo	Wed Dec 23 11:31:43 2020	(r558979)
+++ branches/2020Q4/net/asterisk16/distinfo	Wed Dec 23 11:33:12 2020	(r558980)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1604616089
-SHA256 (asterisk/asterisk-16.14.1.tar.gz) = da6d201a742e18655ac091c486c5852a6ce9babdea492e93f01b22efaf1d10d2
-SIZE (asterisk/asterisk-16.14.1.tar.gz) = 27741354
+TIMESTAMP = 1608677902
+SHA256 (asterisk/asterisk-16.15.1.tar.gz) = c14db1a4935c61f240ebf28cd30cb48f1b988d15680edf95287925e6be56c326
+SIZE (asterisk/asterisk-16.15.1.tar.gz) = 27796648
 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

Modified: branches/2020Q4/net/asterisk16/files/patch-Makefile
==============================================================================
--- branches/2020Q4/net/asterisk16/files/patch-Makefile	Wed Dec 23 11:31:43 2020	(r558979)
+++ branches/2020Q4/net/asterisk16/files/patch-Makefile	Wed Dec 23 11:33:12 2020	(r558980)
@@ -1,4 +1,4 @@
---- Makefile.orig	2020-07-09 15:39:17 UTC
+--- Makefile.orig	2020-11-12 12:03:45 UTC
 +++ Makefile
 @@ -138,7 +138,7 @@ ASTTOPDIR:=$(subst $(space),\$(space),$(CURDIR))
  OVERWRITE=y
@@ -45,8 +45,8 @@
  	"$(ASTDATADIR)/firmware/iax" "$(ASTDATADIR)/images" "$(ASTDATADIR)/keys" \
  	"$(ASTDATADIR)/phoneprov" "$(ASTDATADIR)/rest-api" "$(ASTDATADIR)/static-http" \
  	"$(ASTDATADIR)/sounds" "$(ASTDATADIR)/moh" "$(ASTMANDIR)/man8" "$(AGI_DIR)" "$(ASTDBDIR)" \
--	"$(ASTDATADIR)/third-party"
-+	"$(ASTDATADIR)/third-party" "$(ASTSPOOLDIR)/outgoing"
+-	"$(ASTDATADIR)/third-party" "${ASTDATADIR}/keys/stir_shaken"
++	"$(ASTDATADIR)/third-party" "${ASTDATADIR}/keys/stir_shaken" "$(ASTSPOOLDIR)/outgoing"
  
  installdirs:
  	@for i in $(INSTALLDIRS); do \
@@ -93,7 +93,7 @@
 -		fi ; \
  		echo "Installing file $$x"; \
 -		$(INSTALL) -m 644 "$$x" "$${dst}" ;\
-+		 $(INSTALL) -m 644 $$x $(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x .sample`.sample ; \
++		$(INSTALL) -m 644 $$x $(DESTDIR)$(ASTETCDIR)/`$(BASENAME) $$x .sample`.sample ; \
  	done ; \
 -	if [ "$(OVERWRITE)" = "y" ]; then \
 +	if true; then \

Modified: branches/2020Q4/net/asterisk16/pkg-plist
==============================================================================
--- branches/2020Q4/net/asterisk16/pkg-plist	Wed Dec 23 11:31:43 2020	(r558979)
+++ branches/2020Q4/net/asterisk16/pkg-plist	Wed Dec 23 11:33:12 2020	(r558980)
@@ -104,6 +104,7 @@
 @sample %%ETCDIR%%/ss7.timers.sample
 @sample %%ETCDIR%%/stasis.conf.sample
 @sample %%ETCDIR%%/statsd.conf.sample
+@sample %%ETCDIR%%/stir_shaken.conf.sample
 @sample %%ETCDIR%%/telcordia-1.adsi.sample
 @sample %%ETCDIR%%/test_sorcery.conf.sample
 @sample %%ETCDIR%%/udptl.conf.sample
@@ -224,6 +225,7 @@ include/asterisk/linkedlists.h
 include/asterisk/localtime.h
 include/asterisk/lock.h
 include/asterisk/logger.h
+include/asterisk/logger_category.h
 include/asterisk/manager.h
 include/asterisk/max_forwards.h
 include/asterisk/md5.h
@@ -268,6 +270,7 @@ include/asterisk/res_pjsip_presence_xml.h
 include/asterisk/res_pjsip_pubsub.h
 include/asterisk/res_pjsip_session.h
 include/asterisk/res_srtp.h
+include/asterisk/res_stir_shaken.h
 include/asterisk/rtp_engine.h
 include/asterisk/say.h
 include/asterisk/sched.h
@@ -394,6 +397,7 @@ sbin/safe_asterisk
 @dir %%DATADIR%%/documentation/thirdparty
 @dir %%DATADIR%%/firmware/iax
 @dir %%DATADIR%%/images
+@dir %%DATADIR%%/keys/stir_shaken
 @dir %%DATADIR%%/keys
 @dir %%DATADIR%%/moh
 @dir %%DATADIR%%/sounds



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012231133.0BNBXCFl026694>