From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: Steve Kenton <skenton@ou.edu>
Subject: [Buildroot] [PATCH v2 2/3] package/libdvdcss: bump version to 1.6.0
Date: Fri, 14 Aug 2026 07:42:14 +0200 [thread overview]
Message-ID: <20260814054216.7491-2-bernd@kuhls.net> (raw)
In-Reply-To: <20260814054216.7491-1-bernd@kuhls.net>
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 <bernd@kuhls.net>
---
v2: no changes
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 <bernd@kuhls.net>
-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 <bernd@kuhls.net>
----
- 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
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-08-14 5:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-14 5:42 [Buildroot] [PATCH v2 1/3] package/libdvdcss: needs gcc >= 8 Bernd Kuhls
2026-08-14 5:42 ` Bernd Kuhls [this message]
2026-08-14 5:42 ` [Buildroot] [PATCH v2 3/3] package/libdvdread: bump version to 7.1.1 Bernd Kuhls
2026-08-15 17:22 ` [Buildroot] [PATCH v2 1/3] package/libdvdcss: needs gcc >= 8 Julien Olivain via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260814054216.7491-2-bernd@kuhls.net \
--to=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
--cc=skenton@ou.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox