diff mbox series

[1/1] package/portaudio: bump to version v190700_20210406

Message ID 20210628062225.134790-1-joerg.krause@embedded.rocks
State Accepted
Headers show
Series [1/1] package/portaudio: bump to version v190700_20210406 | expand

Commit Message

Jörg Krause June 28, 2021, 6:22 a.m. UTC
Note, that the download URL has changed for the new release.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
---
 package/portaudio/portaudio.hash | 2 +-
 package/portaudio/portaudio.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Yann E. MORIN June 29, 2021, 8:05 p.m. UTC | #1
Jörg, All,

On 2021-06-28 06:22 +0000, Jörg Krause spake thusly:
> Note, that the download URL has changed for the new release.
> 
> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
> ---
>  package/portaudio/portaudio.hash | 2 +-
>  package/portaudio/portaudio.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/portaudio/portaudio.hash b/package/portaudio/portaudio.hash
> index 903d760ce0..ba3c506f18 100644
> --- a/package/portaudio/portaudio.hash
> +++ b/package/portaudio/portaudio.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  f5a21d7dcd6ee84397446fa1fa1a0675bb2e8a4a6dceb4305a8404698d8d1513  pa_stable_v190600_20161030.tgz
> +sha256  47efbf42c77c19a05d22e627d42873e991ec0c1357219c0d74ce6a2948cb2def  pa_stable_v190700_20210406.tgz
>  sha256  ec52a1952d701f94e5135719a47376da4ee0b4a0201f1cafb49f61db6480ac3d  LICENSE.txt
> diff --git a/package/portaudio/portaudio.mk b/package/portaudio/portaudio.mk
> index 0cf754c7d5..cc3f34cae8 100644
> --- a/package/portaudio/portaudio.mk
> +++ b/package/portaudio/portaudio.mk
> @@ -4,8 +4,8 @@
>  #
>  ################################################################################
>  
> -PORTAUDIO_VERSION = v190600_20161030
> -PORTAUDIO_SITE = http://www.portaudio.com/archives
> +PORTAUDIO_VERSION = v190700_20210406
> +PORTAUDIO_SITE = http://files.portaudio.com/archives
>  PORTAUDIO_SOURCE = pa_stable_$(PORTAUDIO_VERSION).tgz

I've taken the opportunity to move the 'v' out of _VERSION and into
_SOURCE, so that we have a version string that look more like the
others...

Although the real version for portaudio is 19.7.0, and 190700_20210406
is only the version of the source archive...

All that, to see if there was an entry in the NVD for portaudio, and
there is, but the only CVE there is misclassified, as it affects
portaudio-rs (a rust port of portaudio):

    https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:portaudio_project:portaudio

So if we wanted to add CPE info for it, we'd have to play some tricks
with the version anyway...

So... Applied to master, with the 'v' moved around, thanks.

Would you care to have a look into adding the CPE info in a followup
patch, please? ;-)

Regards,
Yann E. MORIN.

>  PORTAUDIO_INSTALL_STAGING = YES
>  PORTAUDIO_MAKE = $(MAKE1)
> -- 
> 2.32.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/portaudio/portaudio.hash b/package/portaudio/portaudio.hash
index 903d760ce0..ba3c506f18 100644
--- a/package/portaudio/portaudio.hash
+++ b/package/portaudio/portaudio.hash
@@ -1,3 +1,3 @@ 
 # Locally calculated
-sha256  f5a21d7dcd6ee84397446fa1fa1a0675bb2e8a4a6dceb4305a8404698d8d1513  pa_stable_v190600_20161030.tgz
+sha256  47efbf42c77c19a05d22e627d42873e991ec0c1357219c0d74ce6a2948cb2def  pa_stable_v190700_20210406.tgz
 sha256  ec52a1952d701f94e5135719a47376da4ee0b4a0201f1cafb49f61db6480ac3d  LICENSE.txt
diff --git a/package/portaudio/portaudio.mk b/package/portaudio/portaudio.mk
index 0cf754c7d5..cc3f34cae8 100644
--- a/package/portaudio/portaudio.mk
+++ b/package/portaudio/portaudio.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-PORTAUDIO_VERSION = v190600_20161030
-PORTAUDIO_SITE = http://www.portaudio.com/archives
+PORTAUDIO_VERSION = v190700_20210406
+PORTAUDIO_SITE = http://files.portaudio.com/archives
 PORTAUDIO_SOURCE = pa_stable_$(PORTAUDIO_VERSION).tgz
 PORTAUDIO_INSTALL_STAGING = YES
 PORTAUDIO_MAKE = $(MAKE1)