Skip to content

Commit f77c78c

Browse files
committed
asterisk: update to version 20.14.1
Changes since 20.14.0: asterisk.c: Add option to restrict shell access from remote consoles. Author: George Joseph Date: 2025-05-19 UserNote: A new asterisk.conf option 'disable_remote_console_shell' has been added that, when set, will prevent remote consoles from executing shell commands using the '!' prefix. Resolves: #GHSA-c7p6-7mvq-8jq2 res_pjsip_messaging.c: Mask control characters in received From display name Author: George Joseph Date: 2025-03-24 Incoming SIP MESSAGEs will now have their From header's display name sanitized by replacing any characters < 32 (space) with a space. Resolves: #GHSA-2grh-7mhv-fcfw Signed-off-by: Daniel Golle <daniel@makrotopia.org>
1 parent 62390ce commit f77c78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/asterisk/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=asterisk
11-
PKG_VERSION:=20.14.0
11+
PKG_VERSION:=20.14.1
1212
PKG_RELEASE:=1
1313
PKG_CPE_ID:=cpe:/a:digium:asterisk
1414

1515
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
1616
PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases
17-
PKG_HASH:=f9152e87467d5b57a898e3bc69bcded87b8525db21e5bf06ea361120af838ce6
17+
PKG_HASH:=fa0f953740eed079d5aaadf88f7f7131a053c61e4bc961faed0f30ba77f52ac9
1818

1919
PKG_BUILD_DEPENDS:=libxml2/host
2020

0 commit comments

Comments
 (0)