* [Buildroot] [PATCH 1/1] package/asterisk: bump version to 16.10.0
@ 2020-06-04 21:25 Felix Vollmer
2020-06-06 21:29 ` Thomas Petazzoni
2020-07-12 20:31 ` Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Felix Vollmer @ 2020-06-04 21:25 UTC (permalink / raw)
To: buildroot
Release Notes:
https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-16-current-summary.html
Signed-off-by: Felix Vollmer <FelixVollmer@gmail.com>
---
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 26aa4b89b7..50457ba8f5 100644
--- a/package/asterisk/asterisk.hash
+++ b/package/asterisk/asterisk.hash
@@ -1,5 +1,5 @@
# Locally computed
-sha256 474cbc6f9dddee94616f8af8e097bc4d340dc9698c4165dc45be6e0be80ff725 asterisk-16.6.2.tar.gz
+sha256 f0ba5e3c4ef46f6657dd3a7167190f9b6cd6bbf4af09ecc291a9d5868b477609 asterisk-16.10.0.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 cea287f0d7..97e97c14c8 100644
--- a/package/asterisk/asterisk.mk
+++ b/package/asterisk/asterisk.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ASTERISK_VERSION = 16.6.2
+ASTERISK_VERSION = 16.10.0
# 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.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/asterisk: bump version to 16.10.0
2020-06-04 21:25 [Buildroot] [PATCH 1/1] package/asterisk: bump version to 16.10.0 Felix Vollmer
@ 2020-06-06 21:29 ` Thomas Petazzoni
2020-06-11 9:40 ` Felix Vollmer
2020-07-12 20:31 ` Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2020-06-06 21:29 UTC (permalink / raw)
To: buildroot
Hello Felix,
Thanks for your contribution? Are you actually using Asterisk on
systems built by Buildroot? We indeed don't really have a maintainer
for the Asterisk package in Buildroot. Yann E. Morin, which you Cc'ed
added it a while ago, but I don't think he is really using Asterisk.
Having another person looking after our Asterisk package would be very
nice.
On Thu, 4 Jun 2020 23:25:09 +0200
Felix Vollmer <felixvollmer@gmail.com> wrote:
> Release Notes:
> https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-16-current-summary.html
>
> Signed-off-by: Felix Vollmer <FelixVollmer@gmail.com>
> ---
> package/asterisk/asterisk.hash | 2 +-
> package/asterisk/asterisk.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/asterisk: bump version to 16.10.0
2020-06-06 21:29 ` Thomas Petazzoni
@ 2020-06-11 9:40 ` Felix Vollmer
0 siblings, 0 replies; 4+ messages in thread
From: Felix Vollmer @ 2020-06-11 9:40 UTC (permalink / raw)
To: buildroot
Thanks!
I actually have Asterisk running on an embedded system, which is built
by buildroot (https://github.com/fvollmer/SIP-Heating-Gateway). It is
just a small personal project and I probably will only update the
system image in case of security vulnerabilities. I'll try to have an
eye on the asterisk, but I'm not sure how much time I actually have to
maintain the buildroot asterisk package.
Am Sa., 6. Juni 2020 um 23:29 Uhr schrieb Thomas Petazzoni
<thomas.petazzoni@bootlin.com>:
>
> Hello Felix,
>
> Thanks for your contribution? Are you actually using Asterisk on
> systems built by Buildroot? We indeed don't really have a maintainer
> for the Asterisk package in Buildroot. Yann E. Morin, which you Cc'ed
> added it a while ago, but I don't think he is really using Asterisk.
> Having another person looking after our Asterisk package would be very
> nice.
>
> On Thu, 4 Jun 2020 23:25:09 +0200
> Felix Vollmer <felixvollmer@gmail.com> wrote:
>
> > Release Notes:
> > https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-16-current-summary.html
> >
> > Signed-off-by: Felix Vollmer <FelixVollmer@gmail.com>
> > ---
> > package/asterisk/asterisk.hash | 2 +-
> > package/asterisk/asterisk.mk | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
>
> Applied to master, thanks.
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/asterisk: bump version to 16.10.0
2020-06-04 21:25 [Buildroot] [PATCH 1/1] package/asterisk: bump version to 16.10.0 Felix Vollmer
2020-06-06 21:29 ` Thomas Petazzoni
@ 2020-07-12 20:31 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-07-12 20:31 UTC (permalink / raw)
To: buildroot
>>>>> "Felix" == Felix Vollmer <felixvollmer@gmail.com> writes:
> Release Notes:
> https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-16-current-summary.html
> Signed-off-by: Felix Vollmer <FelixVollmer@gmail.com>
Committed to 2020.02.x and 2020.05.x as 16.7.0 fixed security issues,
thanks.
https://www.asterisk.org/downloads/asterisk-news/asterisk-1670-now-available
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-07-12 20:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-04 21:25 [Buildroot] [PATCH 1/1] package/asterisk: bump version to 16.10.0 Felix Vollmer
2020-06-06 21:29 ` Thomas Petazzoni
2020-06-11 9:40 ` Felix Vollmer
2020-07-12 20:31 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox