All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libogg: bump version to 1.3.5
@ 2021-07-26  6:10 Bernd Kuhls
  2021-07-26 21:12 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2021-07-26  6:10 UTC (permalink / raw)
  To: buildroot

Changelog:
https://gitlab.xiph.org/xiph/ogg/-/blob/master/CHANGES

Removed md5 and sha1 hashes, not provided by upstream anymore.
Reformatted hashes.

Switched _SITE to https.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libogg/Config.in   | 2 +-
 package/libogg/libogg.hash | 8 +++-----
 package/libogg/libogg.mk   | 4 ++--
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/package/libogg/Config.in b/package/libogg/Config.in
index bf719ff4d7..48c62063c2 100644
--- a/package/libogg/Config.in
+++ b/package/libogg/Config.in
@@ -6,4 +6,4 @@ config BR2_PACKAGE_LIBOGG
 	  with all Xiph.org technology is it an open format free for
 	  anyone to use.
 
-	  http://xiph.org/ogg/
+	  https://xiph.org/ogg/
diff --git a/package/libogg/libogg.hash b/package/libogg/libogg.hash
index 5d95c85d3a..9727c1cfaa 100644
--- a/package/libogg/libogg.hash
+++ b/package/libogg/libogg.hash
@@ -1,7 +1,5 @@
-# From: http://www.xiph.org/downloads/
-md5 eadef24aad6e3e8379ba0d14971fd64a  libogg-1.3.4.tar.xz
-sha1 f07499a35566aa62affb5ca989f62eed5b8092c3  libogg-1.3.4.tar.xz
-sha256 c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe  libogg-1.3.4.tar.xz
+# From https://www.xiph.org/downloads/
+sha256  c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705  libogg-1.3.5.tar.xz
 
 # Hash for license file:
-sha256 d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814 COPYING
+sha256  d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814  COPYING
diff --git a/package/libogg/libogg.mk b/package/libogg/libogg.mk
index 08e5f87b72..3faf1b7357 100644
--- a/package/libogg/libogg.mk
+++ b/package/libogg/libogg.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-LIBOGG_VERSION = 1.3.4
+LIBOGG_VERSION = 1.3.5
 LIBOGG_SOURCE = libogg-$(LIBOGG_VERSION).tar.xz
-LIBOGG_SITE = http://downloads.xiph.org/releases/ogg
+LIBOGG_SITE = https://downloads.xiph.org/releases/ogg
 LIBOGG_LICENSE = BSD-3-Clause
 LIBOGG_LICENSE_FILES = COPYING
 
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libogg: bump version to 1.3.5
  2021-07-26  6:10 [Buildroot] [PATCH 1/1] package/libogg: bump version to 1.3.5 Bernd Kuhls
@ 2021-07-26 21:12 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-07-26 21:12 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On Mon, 26 Jul 2021 08:10:46 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Changelog:
> https://gitlab.xiph.org/xiph/ogg/-/blob/master/CHANGES
> 
> Removed md5 and sha1 hashes, not provided by upstream anymore.
> Reformatted hashes.
> 
> Switched _SITE to https.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/libogg/Config.in   | 2 +-
>  package/libogg/libogg.hash | 8 +++-----
>  package/libogg/libogg.mk   | 4 ++--
>  3 files changed, 6 insertions(+), 8 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-26 21:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-26  6:10 [Buildroot] [PATCH 1/1] package/libogg: bump version to 1.3.5 Bernd Kuhls
2021-07-26 21:12 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.