[Buildroot] [PATCH 2/3] package/libdvdcss: bump version to 1.6.0
Bernd Kuhls <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
https://code.videolan.org/videolan/libdvdcss/-/blob/1.6.0/NEWS Removed sha1 hash, sha256 is enough. Removed patch which is included in this release. Signed-off-by: Bernd Kuhls <[email protected]> --- Gitlab pipelines passed: https://gitlab.com/bkuhls/buildroot/-/commits/0840ccfb19a99449b74f77f651af350a5c01a5aa ...d-compilation-problems-with-PATH_MAX.patch | 46 ------------------- package/libdvdcss/libdvdcss.hash | 6 +-- package/libdvdcss/libdvdcss.mk | 2 +- 3 files changed, 3 insertions(+), 51 deletions(-) delete mode 100644 package/libdvdcss/0001-Fixed-compilation-problems-with-PATH_MAX.patch diff --git a/package/libdvdcss/0001-Fixed-compilation-problems-with-PATH_MAX.patch b/package/libdvdcss/0001-Fixed-compilation-problems-with-PATH_MAX.patch deleted file mode 100644 index 35ebf4f4d1..0000000000 --- a/package/libdvdcss/0001-Fixed-compilation-problems-with-PATH_MAX.patch +++ /dev/null @@ -1,46 +0,0 @@ -From be34d026f44389745e29a7da977f84712066d3d0 Mon Sep 17 00:00:00 2001 -From: Bernd Kuhls <[email protected]> -Date: Sat, 15 Nov 2025 19:41:09 +0100 -Subject: [PATCH] Fixed compilation problems with PATH_MAX -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -In file included from ../src/cpxm.c:38: -../src/libdvdcss.h:65:26: error: ‘PATH_MAX’ undeclared here (not in a function) - 65 | char psz_cachefile[PATH_MAX]; - -In file included from ../src/error.c:26: -../src/libdvdcss.h:65:26: error: ‘PATH_MAX’ undeclared here (not in a function) - 65 | char psz_cachefile[PATH_MAX]; - -In file included from ../src/libdvdcpxm.c:47: -../src/libdvdcss.h:65:26: error: ‘PATH_MAX’ undeclared here (not in a function) - 65 | char psz_cachefile[PATH_MAX]; - -Upstream: https://code.videolan.org/videolan/libdvdcss/-/merge_requests/24 - -Signed-off-by: Bernd Kuhls <[email protected]> ---- - src/libdvdcss.h | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git a/src/libdvdcss.h b/src/libdvdcss.h -index f9d36ba..997af34 100644 ---- a/src/libdvdcss.h -+++ b/src/libdvdcss.h -@@ -26,6 +26,11 @@ - - #include <limits.h> - -+#include <config.h> -+#ifdef HAVE_SYS_PARAM_H -+# include <sys/param.h> -+#endif -+ - #include "dvdcss/dvdcss.h" - #include "cpxm.h" - #include "css.h" --- -2.47.3 - diff --git a/package/libdvdcss/libdvdcss.hash b/package/libdvdcss/libdvdcss.hash index 835155be80..a6b9992a13 100644 --- a/package/libdvdcss/libdvdcss.hash +++ b/package/libdvdcss/libdvdcss.hash @@ -1,7 +1,5 @@ -# From https://download.videolan.org/pub/videolan/libdvdcss/1.5.0/libdvdcss-1.5.0.tar.xz.sha1 -sha1 bb21a27a32fa2a1d1e81448722fdc62c521a8803 libdvdcss-1.5.0.tar.xz -# From https://download.videolan.org/pub/videolan/libdvdcss/1.5.0/libdvdcss-1.5.0.tar.xz.sha256 -sha256 529463e4d1befef82e5c6e470db7661a2db0343e092a2fb0d6c037cab8a5c399 libdvdcss-1.5.0.tar.xz +# From http://download.videolan.org/pub/videolan/libdvdcss/1.6.0/libdvdcss-1.6.0.tar.xz.sha256 +sha256 7ea556c846b7bfc32d47b41cae56d1863a6b6d5f706bb162778d6f298490977c libdvdcss-1.6.0.tar.xz # Hash for license file: sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/libdvdcss/libdvdcss.mk b/package/libdvdcss/libdvdcss.mk index dae62fb592..a953145547 100644 --- a/package/libdvdcss/libdvdcss.mk +++ b/package/libdvdcss/libdvdcss.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBDVDCSS_VERSION = 1.5.0 +LIBDVDCSS_VERSION = 1.6.0 LIBDVDCSS_SOURCE = libdvdcss-$(LIBDVDCSS_VERSION).tar.xz LIBDVDCSS_SITE = https://download.videolan.org/pub/videolan/libdvdcss/$(LIBDVDCSS_VERSION) LIBDVDCSS_INSTALL_STAGING = YES -- 2.47.3 _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot