MFH: r555764 r558976

Update asterisk16 to 16.15.0

- Update asterisk16 to 16.15.1

Security:	6adf6ce0-44a6-11eb-95b7-001999f8d30b
This commit is contained in:
Guido Falsi 2020-12-23 11:33:12 +00:00
parent fa0975cd24
commit ec07907292
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=558980
4 changed files with 12 additions and 8 deletions

View File

@ -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/ \

View File

@ -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

View File

@ -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 \

View File

@ -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