diff mbox series

package/asterisk: security update to 20.9.3

Message ID ZuEdgLLG+xLSZz20@waldemar-brodkorb.de
State Accepted
Headers show
Series package/asterisk: security update to 20.9.3 | expand

Commit Message

Waldemar Brodkorb Sept. 11, 2024, 4:33 a.m. UTC
See here for the Changelog:
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.9.3.md

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/asterisk/asterisk.hash | 2 +-
 package/asterisk/asterisk.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Sept. 14, 2024, 9:09 a.m. UTC | #1
On Wed, 11 Sep 2024 06:33:04 +0200
Waldemar Brodkorb <wbx@openadk.org> wrote:

> See here for the Changelog:
> https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.9.3.md
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/asterisk/asterisk.hash | 2 +-
>  package/asterisk/asterisk.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Sept. 19, 2024, 7:57 p.m. UTC | #2
>>>>> "Waldemar" == Waldemar Brodkorb <wbx@openadk.org> writes:

 > See here for the Changelog:
 > https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-20.9.3.md

 > Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>

Committed to 2024.02.x and 2024.08.x, thanks.
diff mbox series

Patch

diff --git a/package/asterisk/asterisk.hash b/package/asterisk/asterisk.hash
index 9889a18c9d..fe3e3642a4 100644
--- a/package/asterisk/asterisk.hash
+++ b/package/asterisk/asterisk.hash
@@ -1,5 +1,5 @@ 
 # Locally computed
-sha256  6bc4d982a238397bf6b3bfa523f63a75a2d9b19edd6f33f79264f2385d05bc42  asterisk-20.9.2.tar.gz
+sha256  a15099a5c776045e96b0da2534606c8dbd13bc1ffcbe325f7cfd74dc1d29decb  asterisk-20.9.3.tar.gz
 
 # sha1 from: http://downloads.asterisk.org/pub/telephony/sounds/releases
 # sha256 locally computed
diff --git a/package/asterisk/asterisk.mk b/package/asterisk/asterisk.mk
index 9d44782a08..c7b97a1ad4 100644
--- a/package/asterisk/asterisk.mk
+++ b/package/asterisk/asterisk.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-ASTERISK_VERSION = 20.9.2
+ASTERISK_VERSION = 20.9.3
 # Use the github mirror: it's an official mirror maintained by Digium, and
 # provides tarballs, which the main Asterisk git tree (behind Gerrit) does not.
 ASTERISK_SITE = $(call github,asterisk,asterisk,$(ASTERISK_VERSION))