* [Buildroot] [PATCH] package/asterisk: bump to 22.8.1
@ 2026-02-04 18:05 Waldemar Brodkorb
2026-02-05 21:30 ` Marcus Hoffmann via buildroot
2026-04-03 10:27 ` Thomas Perale via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Waldemar Brodkorb @ 2026-02-04 18:05 UTC (permalink / raw)
To: buildroot
See here for Changes:
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.8.1.html
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.8.0.html
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.7.0.html
https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.6.0.html
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(-)
diff --git a/package/asterisk/asterisk.hash b/package/asterisk/asterisk.hash
index 26175667c3..f1573f6575 100644
--- a/package/asterisk/asterisk.hash
+++ b/package/asterisk/asterisk.hash
@@ -1,5 +1,5 @@
# Locally computed
-sha256 8a94650b6f348af1f1c9cce7ed3585d280f3a31b0d3820084a42b03712df95d5 asterisk-22.5.2.tar.gz
+sha256 4f30af0695a0131fc091d85e7b91e22504609434b3fbd263898c7354d41959c9 asterisk-22.8.1.tar.gz
# Locally computed
sha256 58bb83cec4d431f48d006e455d821668450f8cf6b6c95f090def47062fa3a60c pjproject-2.15.1.tar.bz2
diff --git a/package/asterisk/asterisk.mk b/package/asterisk/asterisk.mk
index 9a071fb8e0..b59f2bf5aa 100644
--- a/package/asterisk/asterisk.mk
+++ b/package/asterisk/asterisk.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ASTERISK_VERSION = 22.5.2
+ASTERISK_VERSION = 22.8.1
# 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))
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/asterisk: bump to 22.8.1
2026-02-04 18:05 [Buildroot] [PATCH] package/asterisk: bump to 22.8.1 Waldemar Brodkorb
@ 2026-02-05 21:30 ` Marcus Hoffmann via buildroot
2026-04-03 10:27 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Marcus Hoffmann via buildroot @ 2026-02-05 21:30 UTC (permalink / raw)
To: Waldemar Brodkorb, buildroot
On 2/4/26 19:05, Waldemar Brodkorb wrote:
> See here for Changes:
> https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.8.1.html
> https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.8.0.html
> https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.7.0.html
> https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.6.0.html
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
Committed to master, thanks!
Marcus
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/asterisk: bump to 22.8.1
2026-02-04 18:05 [Buildroot] [PATCH] package/asterisk: bump to 22.8.1 Waldemar Brodkorb
2026-02-05 21:30 ` Marcus Hoffmann via buildroot
@ 2026-04-03 10:27 ` Thomas Perale via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2026-04-03 10:27 UTC (permalink / raw)
To: Waldemar Brodkorb; +Cc: Thomas Perale, buildroot
In reply of:
> See here for Changes:
> https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.8.1.html
> https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.8.0.html
> https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.7.0.html
> https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.6.0.html
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Applied to 2025.02.x. Thanks
> ---
> package/asterisk/asterisk.hash | 2 +-
> package/asterisk/asterisk.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/asterisk/asterisk.hash b/package/asterisk/asterisk.hash
> index 26175667c3..f1573f6575 100644
> --- a/package/asterisk/asterisk.hash
> +++ b/package/asterisk/asterisk.hash
> @@ -1,5 +1,5 @@
> # Locally computed
> -sha256 8a94650b6f348af1f1c9cce7ed3585d280f3a31b0d3820084a42b03712df95d5 asterisk-22.5.2.tar.gz
> +sha256 4f30af0695a0131fc091d85e7b91e22504609434b3fbd263898c7354d41959c9 asterisk-22.8.1.tar.gz
>
> # Locally computed
> sha256 58bb83cec4d431f48d006e455d821668450f8cf6b6c95f090def47062fa3a60c pjproject-2.15.1.tar.bz2
> diff --git a/package/asterisk/asterisk.mk b/package/asterisk/asterisk.mk
> index 9a071fb8e0..b59f2bf5aa 100644
> --- a/package/asterisk/asterisk.mk
> +++ b/package/asterisk/asterisk.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -ASTERISK_VERSION = 22.5.2
> +ASTERISK_VERSION = 22.8.1
> # 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))
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-03 10:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04 18:05 [Buildroot] [PATCH] package/asterisk: bump to 22.8.1 Waldemar Brodkorb
2026-02-05 21:30 ` Marcus Hoffmann via buildroot
2026-04-03 10:27 ` Thomas Perale via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox