diff options
| author | Sebastian Kemper | 2020-12-23 17:16:28 +0000 |
|---|---|---|
| committer | Sebastian Kemper | 2020-12-23 17:16:30 +0000 |
| commit | 4a8dffba95894f3a3825910ee3a9abd7659b5592 (patch) | |
| tree | dbadb652afebe0d6e1c1bc0683d54a5e004e2f12 | |
| parent | c5a95a1a85d0e351325bc0f68fe187d8cc1772fe (diff) | |
| download | telephony-4a8dffba95894f3a3825910ee3a9abd7659b5592.tar.gz | |
asterisk: micro version bump to 18.1.1
This addresses CVE-2020-35652 as described in:
https://downloads.asterisk.org/pub/security/AST-2020-003.html
https://downloads.asterisk.org/pub/security/AST-2020-004.html
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| -rw-r--r-- | net/asterisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 0363a98..74e4ac3 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk -PKG_VERSION:=18.1.0 +PKG_VERSION:=18.1.1 PKG_RELEASE:=1 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases -PKG_HASH:=cc12f6c228243fb736d0aa23f3ce11adf7be5c5b02ed1ca080db76605cb602df +PKG_HASH:=d0c0e90379c680a2803b9ba99d35918f5b9522c51998109bcc1937ee53ebdaa3 PKG_BUILD_DEPENDS:=libxml2/host |