[Buildroot] [git commit] package/libogg: bump version to 1.3.5

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Jul 26 21:11:25 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=c8dd578b135041eed639c06810e67b8b018402d4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 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
 


More information about the buildroot mailing list