All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] package/libva: bump version to 2.17.0
@ 2023-01-30 17:43 Bernd Kuhls
  2023-01-30 17:43 ` [Buildroot] [PATCH 2/5] package/libva: switch to meson Bernd Kuhls
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: Bernd Kuhls @ 2023-01-30 17:43 UTC (permalink / raw)
  To: buildroot; +Cc: Eric Le Bihan, Louis-Paul Cordier

Release notes: https://github.com/intel/libva/blob/v2.17-branch/NEWS

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

diff --git a/package/libva/libva.hash b/package/libva/libva.hash
index 2916898c31..700ace0378 100644
--- a/package/libva/libva.hash
+++ b/package/libva/libva.hash
@@ -1,5 +1,5 @@
-# From https://github.com/intel/libva/releases/download/2.16.0/libva-2.16.0.tar.bz2.sha1sum
-sha1  ba1c0e196d69a26e54b065dc0f645bdf3be147a7  libva-2.16.0.tar.bz2
+# From https://github.com/intel/libva/releases/download/2.17.0/libva-2.17.0.tar.bz2.sha1sum
+sha1  997f7b3111bc5a4d32ec72e9d7f9fcfca41e4923  libva-2.17.0.tar.bz2
 # Locally computed
-sha256  115faca0db2c417a37da49830870e260450fa13066f5e24e252a20c36d920a1c  libva-2.16.0.tar.bz2
+sha256  f3e5eb27c305e05a9bb62703d1915a127301cc0c4f9f209025767432230c4eac  libva-2.17.0.tar.bz2
 sha256  c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de  COPYING
diff --git a/package/libva/libva.mk b/package/libva/libva.mk
index 3b6e9580d3..c6b9f63b10 100644
--- a/package/libva/libva.mk
+++ b/package/libva/libva.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBVA_VERSION = 2.16.0
+LIBVA_VERSION = 2.17.0
 LIBVA_SOURCE = libva-$(LIBVA_VERSION).tar.bz2
 LIBVA_SITE = https://github.com/intel/libva/releases/download/$(LIBVA_VERSION)
 LIBVA_LICENSE = MIT
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/5] package/libva: switch to meson
  2023-01-30 17:43 [Buildroot] [PATCH 1/5] package/libva: bump version to 2.17.0 Bernd Kuhls
@ 2023-01-30 17:43 ` Bernd Kuhls
  2023-01-30 21:11   ` Thomas Petazzoni via buildroot
  2023-02-08  8:57   ` Thomas Petazzoni via buildroot
  2023-01-30 17:43 ` [Buildroot] [PATCH 3/5] package/libva-utils: bump version to 2.17.1 Bernd Kuhls
                   ` (3 subsequent siblings)
  4 siblings, 2 replies; 21+ messages in thread
From: Bernd Kuhls @ 2023-01-30 17:43 UTC (permalink / raw)
  To: buildroot; +Cc: Eric Le Bihan, Louis-Paul Cordier

The time between version 2.17.0 being tagged and the release of its
tarball version containing autoconf scripts was three weeks now.
With the switch to meson we can directly use the github-generated
tarball while not needing to run autoreconf.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libva/libva.hash |  4 +---
 package/libva/libva.mk   | 19 +++++++++----------
 2 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/package/libva/libva.hash b/package/libva/libva.hash
index 700ace0378..780c186069 100644
--- a/package/libva/libva.hash
+++ b/package/libva/libva.hash
@@ -1,5 +1,3 @@
-# From https://github.com/intel/libva/releases/download/2.17.0/libva-2.17.0.tar.bz2.sha1sum
-sha1  997f7b3111bc5a4d32ec72e9d7f9fcfca41e4923  libva-2.17.0.tar.bz2
 # Locally computed
-sha256  f3e5eb27c305e05a9bb62703d1915a127301cc0c4f9f209025767432230c4eac  libva-2.17.0.tar.bz2
+sha256  8940541980ef998a36cd8f6ad905e81838ea4ddf56dc479ed2bebd12711e6001  libva-2.17.0.tar.gz
 sha256  c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de  COPYING
diff --git a/package/libva/libva.mk b/package/libva/libva.mk
index c6b9f63b10..f50010d9fc 100644
--- a/package/libva/libva.mk
+++ b/package/libva/libva.mk
@@ -5,8 +5,7 @@
 ################################################################################
 
 LIBVA_VERSION = 2.17.0
-LIBVA_SOURCE = libva-$(LIBVA_VERSION).tar.bz2
-LIBVA_SITE = https://github.com/intel/libva/releases/download/$(LIBVA_VERSION)
+LIBVA_SITE = $(call github,intel,libva,$(LIBVA_VERSION))
 LIBVA_LICENSE = MIT
 LIBVA_LICENSE_FILES = COPYING
 LIBVA_INSTALL_STAGING = YES
@@ -14,25 +13,25 @@ LIBVA_DEPENDENCIES = host-pkgconf libdrm
 
 # libdrm is a hard-dependency
 LIBVA_CONF_OPTS = \
-	--enable-drm \
-	--with-drivers-path="/usr/lib/va"
+	-Ddisable_drm=false \
+	-Ddriverdir="/usr/lib/va"
 
 ifeq ($(BR2_PACKAGE_XORG7),y)
 LIBVA_DEPENDENCIES += xlib_libX11 xlib_libXext xlib_libXfixes
-LIBVA_CONF_OPTS += --enable-x11
+LIBVA_CONF_OPTS += -Dwith_x11=yes
 ifeq ($(BR2_PACKAGE_HAS_LIBGL),y)
 LIBVA_DEPENDENCIES += libgl
-LIBVA_CONF_OPTS += --enable-glx
+LIBVA_CONF_OPTS += -Dwith_glx=yes
 endif
 else
-LIBVA_CONF_OPTS += --disable-glx --disable-x11
+LIBVA_CONF_OPTS += -Dwith_glx=no -Dwith_x11=no
 endif
 
 ifeq ($(BR2_PACKAGE_WAYLAND),y)
 LIBVA_DEPENDENCIES += wayland
-LIBVA_CONF_OPTS += --enable-wayland
+LIBVA_CONF_OPTS += -Dwith_wayland=yes
 else
-LIBVA_CONF_OPTS += --disable-wayland
+LIBVA_CONF_OPTS += -Dwith_wayland=no
 endif
 
-$(eval $(autotools-package))
+$(eval $(meson-package))
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 3/5] package/libva-utils: bump version to 2.17.1
  2023-01-30 17:43 [Buildroot] [PATCH 1/5] package/libva: bump version to 2.17.0 Bernd Kuhls
  2023-01-30 17:43 ` [Buildroot] [PATCH 2/5] package/libva: switch to meson Bernd Kuhls
@ 2023-01-30 17:43 ` Bernd Kuhls
  2023-01-30 21:12   ` Thomas Petazzoni via buildroot
                     ` (2 more replies)
  2023-01-30 17:43 ` [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0 Bernd Kuhls
                   ` (2 subsequent siblings)
  4 siblings, 3 replies; 21+ messages in thread
From: Bernd Kuhls @ 2023-01-30 17:43 UTC (permalink / raw)
  To: buildroot; +Cc: Eric Le Bihan, Louis-Paul Cordier

Release notes:
https://github.com/intel/libva-utils/blob/v2.17-branch/NEWS

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libva-utils/libva-utils.hash | 2 +-
 package/libva-utils/libva-utils.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libva-utils/libva-utils.hash b/package/libva-utils/libva-utils.hash
index 95bcee782b..41374a2ff6 100644
--- a/package/libva-utils/libva-utils.hash
+++ b/package/libva-utils/libva-utils.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  646c9bfff6a83504c48de2c786c9514ca30c5e916127faf00f143ef8147ee950  libva-utils-2.16.0.tar.gz
+sha256  6ea5993c3eba230a979fa9d35b4cad8df06d4474a773dc0918033bf50353f966  libva-utils-2.17.1.tar.gz
 sha256  c6220c9f87832c27abcb8a32eafdd2823e13ce146b3ea63d5deae2a76798ef50  COPYING
diff --git a/package/libva-utils/libva-utils.mk b/package/libva-utils/libva-utils.mk
index 5feaa36995..3dc8cdacde 100644
--- a/package/libva-utils/libva-utils.mk
+++ b/package/libva-utils/libva-utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBVA_UTILS_VERSION = 2.16.0
+LIBVA_UTILS_VERSION = 2.17.1
 LIBVA_UTILS_SITE = $(call github,intel,libva-utils,$(LIBVA_UTILS_VERSION))
 LIBVA_UTILS_LICENSE = MIT
 LIBVA_UTILS_LICENSE_FILES = COPYING
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0
  2023-01-30 17:43 [Buildroot] [PATCH 1/5] package/libva: bump version to 2.17.0 Bernd Kuhls
  2023-01-30 17:43 ` [Buildroot] [PATCH 2/5] package/libva: switch to meson Bernd Kuhls
  2023-01-30 17:43 ` [Buildroot] [PATCH 3/5] package/libva-utils: bump version to 2.17.1 Bernd Kuhls
@ 2023-01-30 17:43 ` Bernd Kuhls
  2023-01-30 21:15   ` Thomas Petazzoni via buildroot
                     ` (2 more replies)
  2023-01-30 17:43 ` [Buildroot] [PATCH 5/5] package/intel-mediasdk: " Bernd Kuhls
  2023-01-30 21:11 ` [Buildroot] [PATCH 1/5] package/libva: bump version to 2.17.0 Thomas Petazzoni via buildroot
  4 siblings, 3 replies; 21+ messages in thread
From: Bernd Kuhls @ 2023-01-30 17:43 UTC (permalink / raw)
  To: buildroot; +Cc: Eric Le Bihan, Louis-Paul Cordier

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/intel-mediadriver/intel-mediadriver.hash | 2 +-
 package/intel-mediadriver/intel-mediadriver.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/intel-mediadriver/intel-mediadriver.hash b/package/intel-mediadriver/intel-mediadriver.hash
index a5e9c64e97..e4e41e4ad3 100644
--- a/package/intel-mediadriver/intel-mediadriver.hash
+++ b/package/intel-mediadriver/intel-mediadriver.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  b553290e829dfd824eb62295c9f07dbe8062ce7998f7c527cc92856d0792562d  intel-media-22.6.6.tar.gz
+sha256  edae1bdc07b694bd6e42099feddcf875e3b5d7254894f4b3fb292128577baf82  intel-media-23.1.0.tar.gz
 sha256  74979d5aaee78b8da82e3aafd415a216b6131dfff6d95d6930927c8a4e3bded3  LICENSE.md
diff --git a/package/intel-mediadriver/intel-mediadriver.mk b/package/intel-mediadriver/intel-mediadriver.mk
index 3473c949fd..ebac7aa6f5 100644
--- a/package/intel-mediadriver/intel-mediadriver.mk
+++ b/package/intel-mediadriver/intel-mediadriver.mk
@@ -6,7 +6,7 @@
 
 # based on https://software.intel.com/en-us/articles/build-and-debug-open-source-media-stack
 
-INTEL_MEDIADRIVER_VERSION = 22.6.6
+INTEL_MEDIADRIVER_VERSION = 23.1.0
 INTEL_MEDIADRIVER_SITE = https://github.com/intel/media-driver/archive
 INTEL_MEDIADRIVER_SOURCE= intel-media-$(INTEL_MEDIADRIVER_VERSION).tar.gz
 INTEL_MEDIADRIVER_LICENSE = MIT, BSD-3-Clause
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 5/5] package/intel-mediasdk: bump version to 23.1.0
  2023-01-30 17:43 [Buildroot] [PATCH 1/5] package/libva: bump version to 2.17.0 Bernd Kuhls
                   ` (2 preceding siblings ...)
  2023-01-30 17:43 ` [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0 Bernd Kuhls
@ 2023-01-30 17:43 ` Bernd Kuhls
  2023-02-08  8:58   ` Thomas Petazzoni via buildroot
  2023-01-30 21:11 ` [Buildroot] [PATCH 1/5] package/libva: bump version to 2.17.0 Thomas Petazzoni via buildroot
  4 siblings, 1 reply; 21+ messages in thread
From: Bernd Kuhls @ 2023-01-30 17:43 UTC (permalink / raw)
  To: buildroot; +Cc: Eric Le Bihan, Louis-Paul Cordier

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/intel-mediasdk/intel-mediasdk.hash | 2 +-
 package/intel-mediasdk/intel-mediasdk.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/intel-mediasdk/intel-mediasdk.hash b/package/intel-mediasdk/intel-mediasdk.hash
index 903b6f3394..a2c4243790 100644
--- a/package/intel-mediasdk/intel-mediasdk.hash
+++ b/package/intel-mediasdk/intel-mediasdk.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  3a671cc692da5111c041088f5e32528b4346e122e8a134fad71310c572705106  intel-mediasdk-22.6.5.tar.gz
+sha256  9208c35641ba995760d662689426a6c433973cf5283b8510f9cfb774e4b9cb38  intel-mediasdk-23.1.0.tar.gz
 sha256  dfd67773578903698f9ff4a61eb8f2d84810cbecd56f3f3cee8c649f813b6ea6  LICENSE
diff --git a/package/intel-mediasdk/intel-mediasdk.mk b/package/intel-mediasdk/intel-mediasdk.mk
index f7bce30c74..462d487ebe 100644
--- a/package/intel-mediasdk/intel-mediasdk.mk
+++ b/package/intel-mediasdk/intel-mediasdk.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-INTEL_MEDIASDK_VERSION = 22.6.5
+INTEL_MEDIASDK_VERSION = 23.1.0
 INTEL_MEDIASDK_SITE = https://github.com/Intel-Media-SDK/MediaSDK/archive
 INTEL_MEDIASDK_LICENSE = MIT
 INTEL_MEDIASDK_LICENSE_FILES = LICENSE
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/5] package/libva: bump version to 2.17.0
  2023-01-30 17:43 [Buildroot] [PATCH 1/5] package/libva: bump version to 2.17.0 Bernd Kuhls
                   ` (3 preceding siblings ...)
  2023-01-30 17:43 ` [Buildroot] [PATCH 5/5] package/intel-mediasdk: " Bernd Kuhls
@ 2023-01-30 21:11 ` Thomas Petazzoni via buildroot
  4 siblings, 0 replies; 21+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-01-30 21:11 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Eric Le Bihan, Louis-Paul Cordier, buildroot

On Mon, 30 Jan 2023 18:43:35 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Release notes: https://github.com/intel/libva/blob/v2.17-branch/NEWS
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/libva/libva.hash | 6 +++---
>  package/libva/libva.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to master, thanks.

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

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

* Re: [Buildroot] [PATCH 2/5] package/libva: switch to meson
  2023-01-30 17:43 ` [Buildroot] [PATCH 2/5] package/libva: switch to meson Bernd Kuhls
@ 2023-01-30 21:11   ` Thomas Petazzoni via buildroot
  2023-02-08  8:57   ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 21+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-01-30 21:11 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Eric Le Bihan, Louis-Paul Cordier, buildroot

On Mon, 30 Jan 2023 18:43:36 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> -# From https://github.com/intel/libva/releases/download/2.17.0/libva-2.17.0.tar.bz2.sha1sum
> -sha1  997f7b3111bc5a4d32ec72e9d7f9fcfca41e4923  libva-2.17.0.tar.bz2
>  # Locally computed
> -sha256  f3e5eb27c305e05a9bb62703d1915a127301cc0c4f9f209025767432230c4eac  libva-2.17.0.tar.bz2
> +sha256  8940541980ef998a36cd8f6ad905e81838ea4ddf56dc479ed2bebd12711e6001  libva-2.17.0.tar.gz

Are you sure about this hash?

ERROR: libva-2.17.0.tar.gz has wrong sha256 hash:
ERROR: expected: 8940541980ef998a36cd8f6ad905e81838ea4ddf56dc479ed2bebd12711e6001
ERROR: got     : 2f3bb42b54c6c10f23ba61c00402354b7e408c6325d69cf7b353cf35e1f025c0
ERROR: Incomplete download, or man-in-the-middle (MITM) attack

Could you double check?

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 3/5] package/libva-utils: bump version to 2.17.1
  2023-01-30 17:43 ` [Buildroot] [PATCH 3/5] package/libva-utils: bump version to 2.17.1 Bernd Kuhls
@ 2023-01-30 21:12   ` Thomas Petazzoni via buildroot
       [not found]   ` <20230130221242.2aa95b6e__49270.7143466518$1675113191$gmane$org@windsurf>
  2023-02-08  8:57   ` Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 21+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-01-30 21:12 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Eric Le Bihan, Louis-Paul Cordier, buildroot

On Mon, 30 Jan 2023 18:43:37 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> -sha256  646c9bfff6a83504c48de2c786c9514ca30c5e916127faf00f143ef8147ee950  libva-utils-2.16.0.tar.gz
> +sha256  6ea5993c3eba230a979fa9d35b4cad8df06d4474a773dc0918033bf50353f966  libva-utils-2.17.1.tar.gz

Are you sure?

ERROR: libva-utils-2.17.1.tar.gz has wrong sha256 hash:
ERROR: expected: 6ea5993c3eba230a979fa9d35b4cad8df06d4474a773dc0918033bf50353f966
ERROR: got     : ef681558ce294453945247e5874ceee5a7d3c08ff078ff1cc2a2e357871a81b6
ERROR: Incomplete download, or man-in-the-middle (MITM) attack

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0
  2023-01-30 17:43 ` [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0 Bernd Kuhls
@ 2023-01-30 21:15   ` Thomas Petazzoni via buildroot
       [not found]   ` <20230130221514.2d58df14__31334.1615417571$1675113344$gmane$org@windsurf>
  2023-02-08  8:58   ` Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 21+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-01-30 21:15 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Eric Le Bihan, Louis-Paul Cordier, buildroot

On Mon, 30 Jan 2023 18:43:38 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/intel-mediadriver/intel-mediadriver.hash | 2 +-
>  package/intel-mediadriver/intel-mediadriver.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/intel-mediadriver/intel-mediadriver.hash b/package/intel-mediadriver/intel-mediadriver.hash
> index a5e9c64e97..e4e41e4ad3 100644
> --- a/package/intel-mediadriver/intel-mediadriver.hash
> +++ b/package/intel-mediadriver/intel-mediadriver.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  b553290e829dfd824eb62295c9f07dbe8062ce7998f7c527cc92856d0792562d  intel-media-22.6.6.tar.gz
> +sha256  edae1bdc07b694bd6e42099feddcf875e3b5d7254894f4b3fb292128577baf82  intel-media-23.1.0.tar.gz
>  sha256  74979d5aaee78b8da82e3aafd415a216b6131dfff6d95d6930927c8a4e3bded3  LICENSE.md

Here as well, I'm getting a different hash. Did github change
something? Could you keep the tarball you have locally so that we can
compare it to the one we get now from Github?

Best regards,

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 3/5] package/libva-utils: bump version to 2.17.1
       [not found]   ` <20230130221242.2aa95b6e__49270.7143466518$1675113191$gmane$org@windsurf>
@ 2023-01-30 21:22     ` Bernd Kuhls
  0 siblings, 0 replies; 21+ messages in thread
From: Bernd Kuhls @ 2023-01-30 21:22 UTC (permalink / raw)
  To: buildroot

Am Mon, 30 Jan 2023 22:12:42 +0100 schrieb Thomas Petazzoni via buildroot:

> Are you sure?
> 
> ERROR: libva-utils-2.17.1.tar.gz has wrong sha256 hash:
> ERROR: expected:
> 6ea5993c3eba230a979fa9d35b4cad8df06d4474a773dc0918033bf50353f966 ERROR:
> got     :
> ef681558ce294453945247e5874ceee5a7d3c08ff078ff1cc2a2e357871a81b6 ERROR:
> Incomplete download, or man-in-the-middle (MITM) attack
> 
> Thomas

Hi Thomas,

yes, I tested the hash. The 6ea... hash was also used by Archlinux and 
Freshports:

https://github.com/freebsd/freebsd-ports/commit/
d2575a6e14071688e142525192ce2db19ea71c8b
https://github.com/archlinux/svntogit-community/commit/
c3c11ced639ca2b9ebe4227b4ade30ce6acebbee

But you are right, the hash of a currently downloaded tarball is 
different. Unfortunately I deleted the libva* tarballs but kept the 
mediadriver one and will compare it asap.

Regards, Bernd

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0
       [not found]   ` <20230130221514.2d58df14__31334.1615417571$1675113344$gmane$org@windsurf>
@ 2023-01-30 21:30     ` Bernd Kuhls
  2023-01-30 21:39       ` Thomas Petazzoni via buildroot
  2023-01-30 22:00     ` Bernd Kuhls
  1 sibling, 1 reply; 21+ messages in thread
From: Bernd Kuhls @ 2023-01-30 21:30 UTC (permalink / raw)
  To: buildroot

Am Mon, 30 Jan 2023 22:15:14 +0100 schrieb Thomas Petazzoni via buildroot:

> Here as well, I'm getting a different hash. Did github change something?
> Could you keep the tarball you have locally so that we can compare it to
> the one we get now from Github?

Hi Thomas,

both tarballs contain exactly the same files but the tarballs differ in 
size:

-rw-r--r-- 1 bernd bernd 28517107 Jan 30 22:24 intel-media-23.1.0.tar.gz
-rw-r--r-- 1 bernd bernd 28601938 Jan 18 19:14 intel-media-23.1.0.tar.gz

Regards, Bernd

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0
  2023-01-30 21:30     ` Bernd Kuhls
@ 2023-01-30 21:39       ` Thomas Petazzoni via buildroot
  2023-01-30 21:49         ` Bernd Kuhls
  0 siblings, 1 reply; 21+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-01-30 21:39 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On Mon, 30 Jan 2023 22:30:19 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> both tarballs contain exactly the same files but the tarballs differ in 
> size:
> 
> -rw-r--r-- 1 bernd bernd 28517107 Jan 30 22:24 intel-media-23.1.0.tar.gz
> -rw-r--r-- 1 bernd bernd 28601938 Jan 18 19:14 intel-media-23.1.0.tar.gz

Could you run diffoscope between both tarballs?

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0
  2023-01-30 21:39       ` Thomas Petazzoni via buildroot
@ 2023-01-30 21:49         ` Bernd Kuhls
  2023-01-30 22:04           ` Thomas Petazzoni via buildroot
  2023-01-30 22:05           ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 21+ messages in thread
From: Bernd Kuhls @ 2023-01-30 21:49 UTC (permalink / raw)
  To: buildroot; +Cc: buildroot

Am Mon, 30 Jan 2023 22:39:41 +0100 schrieb Thomas Petazzoni via buildroot:

> On Mon, 30 Jan 2023 22:30:19 +0100 Bernd Kuhls <bernd.kuhls@t-online.de>
> wrote:
> 
>> both tarballs contain exactly the same files but the tarballs differ in
>> size:
>> 
>> -rw-r--r-- 1 bernd bernd 28517107 Jan 30 22:24
>> intel-media-23.1.0.tar.gz -rw-r--r-- 1 bernd bernd 28601938 Jan 18
>> 19:14 intel-media-23.1.0.tar.gz
> 
> Could you run diffoscope between both tarballs?

The result is a 235 MB log file starting with:

--- old_edae/intel-media-23.1.0.tar.gz
+++ new_f47f/intel-media-23.1.0.tar.gz
│┄ Format-specific differences are supported for Gzipped files but no 
file-specific differences were detected; falling back to a binary diff. 
file(1) reports: gzip compressed data, from Unix, original size modulo 
2^32 245893120

Regards, Bernd

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0
       [not found]   ` <20230130221514.2d58df14__31334.1615417571$1675113344$gmane$org@windsurf>
  2023-01-30 21:30     ` Bernd Kuhls
@ 2023-01-30 22:00     ` Bernd Kuhls
  2023-01-31 17:26       ` Peter Seiderer
  1 sibling, 1 reply; 21+ messages in thread
From: Bernd Kuhls @ 2023-01-30 22:00 UTC (permalink / raw)
  To: buildroot

Am Mon, 30 Jan 2023 22:15:14 +0100 schrieb Thomas Petazzoni via buildroot:

> Here as well, I'm getting a different hash. Did github change something?

Hi Thomas,

see https://github.com/keybase/client/issues/10800#issuecomment-375831096
and the following discussion :(

Regards, Bernd

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0
  2023-01-30 21:49         ` Bernd Kuhls
@ 2023-01-30 22:04           ` Thomas Petazzoni via buildroot
  2023-01-30 22:05           ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 21+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-01-30 22:04 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot, buildroot

On Mon, 30 Jan 2023 22:49:04 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> --- old_edae/intel-media-23.1.0.tar.gz
> +++ new_f47f/intel-media-23.1.0.tar.gz
> │┄ Format-specific differences are supported for Gzipped files but no 
> file-specific differences were detected; falling back to a binary diff. 
> file(1) reports: gzip compressed data, from Unix, original size modulo 
> 2^32 245893120

If you gunzip both files, are the resulting tarballs identical?

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0
  2023-01-30 21:49         ` Bernd Kuhls
  2023-01-30 22:04           ` Thomas Petazzoni via buildroot
@ 2023-01-30 22:05           ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 21+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-01-30 22:05 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot, buildroot, Yann E. MORIN

On Mon, 30 Jan 2023 22:49:04 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> The result is a 235 MB log file starting with:
> 
> --- old_edae/intel-media-23.1.0.tar.gz
> +++ new_f47f/intel-media-23.1.0.tar.gz
> │┄ Format-specific differences are supported for Gzipped files but no 
> file-specific differences were detected; falling back to a binary diff. 
> file(1) reports: gzip compressed data, from Unix, original size modulo 
> 2^32 245893120

Could you put online somewhere the "old" tarball, so that we can have a
look at what's going on?

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0
  2023-01-30 22:00     ` Bernd Kuhls
@ 2023-01-31 17:26       ` Peter Seiderer
  0 siblings, 0 replies; 21+ messages in thread
From: Peter Seiderer @ 2023-01-31 17:26 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

Hello *,

On Mon, 30 Jan 2023 23:00:15 +0100, Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Am Mon, 30 Jan 2023 22:15:14 +0100 schrieb Thomas Petazzoni via buildroot:
>
> > Here as well, I'm getting a different hash. Did github change something?
>
> Hi Thomas,
>
> see https://github.com/keybase/client/issues/10800#issuecomment-375831096
> and the following discussion :(

And https://github.blog/changelog/2023-01-30-git-archive-checksums-may-change/

Regards,
Peter


>
> Regards, Bernd
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/5] package/libva: switch to meson
  2023-01-30 17:43 ` [Buildroot] [PATCH 2/5] package/libva: switch to meson Bernd Kuhls
  2023-01-30 21:11   ` Thomas Petazzoni via buildroot
@ 2023-02-08  8:57   ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 21+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-08  8:57 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Eric Le Bihan, Louis-Paul Cordier, buildroot

On Mon, 30 Jan 2023 18:43:36 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> The time between version 2.17.0 being tagged and the release of its
> tarball version containing autoconf scripts was three weeks now.
> With the switch to meson we can directly use the github-generated
> tarball while not needing to run autoreconf.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/libva/libva.hash |  4 +---
>  package/libva/libva.mk   | 19 +++++++++----------
>  2 files changed, 10 insertions(+), 13 deletions(-)

Github has fixed their tarball generation logic so that the hashes are
now correct again, so I've applied!

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

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

* Re: [Buildroot] [PATCH 3/5] package/libva-utils: bump version to 2.17.1
  2023-01-30 17:43 ` [Buildroot] [PATCH 3/5] package/libva-utils: bump version to 2.17.1 Bernd Kuhls
  2023-01-30 21:12   ` Thomas Petazzoni via buildroot
       [not found]   ` <20230130221242.2aa95b6e__49270.7143466518$1675113191$gmane$org@windsurf>
@ 2023-02-08  8:57   ` Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 21+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-08  8:57 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Eric Le Bihan, Louis-Paul Cordier, buildroot

On Mon, 30 Jan 2023 18:43:37 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Release notes:
> https://github.com/intel/libva-utils/blob/v2.17-branch/NEWS
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/libva-utils/libva-utils.hash | 2 +-
>  package/libva-utils/libva-utils.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Github has fixed their tarball generation logic so that the hashes are
now correct again, so I've applied!

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

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

* Re: [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0
  2023-01-30 17:43 ` [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0 Bernd Kuhls
  2023-01-30 21:15   ` Thomas Petazzoni via buildroot
       [not found]   ` <20230130221514.2d58df14__31334.1615417571$1675113344$gmane$org@windsurf>
@ 2023-02-08  8:58   ` Thomas Petazzoni via buildroot
  2 siblings, 0 replies; 21+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-08  8:58 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Eric Le Bihan, Louis-Paul Cordier, buildroot

On Mon, 30 Jan 2023 18:43:38 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/intel-mediadriver/intel-mediadriver.hash | 2 +-
>  package/intel-mediadriver/intel-mediadriver.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Github has fixed their tarball generation logic so that the hashes are
now correct again, so I've applied!

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

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

* Re: [Buildroot] [PATCH 5/5] package/intel-mediasdk: bump version to 23.1.0
  2023-01-30 17:43 ` [Buildroot] [PATCH 5/5] package/intel-mediasdk: " Bernd Kuhls
@ 2023-02-08  8:58   ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 21+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-08  8:58 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Eric Le Bihan, Louis-Paul Cordier, buildroot

On Mon, 30 Jan 2023 18:43:39 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/intel-mediasdk/intel-mediasdk.hash | 2 +-
>  package/intel-mediasdk/intel-mediasdk.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Github has fixed their tarball generation logic so that the hashes are
now correct again, so I've applied!

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

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

end of thread, other threads:[~2023-02-08  8:58 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 17:43 [Buildroot] [PATCH 1/5] package/libva: bump version to 2.17.0 Bernd Kuhls
2023-01-30 17:43 ` [Buildroot] [PATCH 2/5] package/libva: switch to meson Bernd Kuhls
2023-01-30 21:11   ` Thomas Petazzoni via buildroot
2023-02-08  8:57   ` Thomas Petazzoni via buildroot
2023-01-30 17:43 ` [Buildroot] [PATCH 3/5] package/libva-utils: bump version to 2.17.1 Bernd Kuhls
2023-01-30 21:12   ` Thomas Petazzoni via buildroot
     [not found]   ` <20230130221242.2aa95b6e__49270.7143466518$1675113191$gmane$org@windsurf>
2023-01-30 21:22     ` Bernd Kuhls
2023-02-08  8:57   ` Thomas Petazzoni via buildroot
2023-01-30 17:43 ` [Buildroot] [PATCH 4/5] package/intel-mediadriver: bump version to 23.1.0 Bernd Kuhls
2023-01-30 21:15   ` Thomas Petazzoni via buildroot
     [not found]   ` <20230130221514.2d58df14__31334.1615417571$1675113344$gmane$org@windsurf>
2023-01-30 21:30     ` Bernd Kuhls
2023-01-30 21:39       ` Thomas Petazzoni via buildroot
2023-01-30 21:49         ` Bernd Kuhls
2023-01-30 22:04           ` Thomas Petazzoni via buildroot
2023-01-30 22:05           ` Thomas Petazzoni via buildroot
2023-01-30 22:00     ` Bernd Kuhls
2023-01-31 17:26       ` Peter Seiderer
2023-02-08  8:58   ` Thomas Petazzoni via buildroot
2023-01-30 17:43 ` [Buildroot] [PATCH 5/5] package/intel-mediasdk: " Bernd Kuhls
2023-02-08  8:58   ` Thomas Petazzoni via buildroot
2023-01-30 21:11 ` [Buildroot] [PATCH 1/5] package/libva: bump version to 2.17.0 Thomas Petazzoni via buildroot

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.