diff mbox series

[AUH] libxtst,libxfont2,libx11: upgrading to 1.2.5,2.0.7,1.8.10 SUCCEEDED

Message ID 010101915768356f-09555c04-046f-4fe5-b679-bfd1ef4d4d00-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libxtst,libxfont2,libx11: upgrading to 1.2.5,2.0.7,1.8.10 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 15, 2024, 6:58 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libxtst,libxfont2,libx11* to *1.2.5,2.0.7,1.8.10* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libxtst-libxfont2-libx11-upgrade-1.2.4-1.2.5-2.0.6-2.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From ca75f42b169c8d88f2d99324a2d78c0748e97059 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 15 Aug 2024 08:19:04 +0000
Subject: [PATCH] libxtst,libxfont2,libx11: upgrade 1.2.4 -> 1.2.5,2.0.6 ->
 2.0.7,1.8.9 -> 1.8.10

---
 .../xorg-lib/libx11/disable_tests.patch       | 24 +++++++++++++------
 .../{libx11_1.8.9.bb => libx11_1.8.10.bb}     |  2 +-
 ...{libxfont2_2.0.6.bb => libxfont2_2.0.7.bb} | 24 +++++++++++++++++--
 .../{libxtst_1.2.4.bb => libxtst_1.2.5.bb}    |  2 +-
 4 files changed, 41 insertions(+), 11 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libx11_1.8.9.bb => libx11_1.8.10.bb} (92%)
 rename meta/recipes-graphics/xorg-lib/{libxfont2_2.0.6.bb => libxfont2_2.0.7.bb} (38%)
 rename meta/recipes-graphics/xorg-lib/{libxtst_1.2.4.bb => libxtst_1.2.5.bb} (86%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch b/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch
index c1b6cde534..7bba53cac0 100644
--- a/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch
+++ b/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch
@@ -1,3 +1,8 @@ 
+From f0d6b89d33326a4d07f11d2bef9e784bb11a0586 Mon Sep 17 00:00:00 2001
+From: Marko Lindqvist <cazfi74@gmail.com>
+Date: Tue, 8 Jan 2013 09:16:37 +0200
+Subject: [PATCH] libx11: disable tests
+
 Upstream-Status: Inappropriate [disable feature]
 
 Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
@@ -5,18 +10,23 @@  Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
 Update for 1.6.1
 
 Signed-off-by: Kai Kang <kai.kang@windriver.com>
+---
+ nls/Makefile.am | 5 -----
+ 1 file changed, 5 deletions(-)
 
-diff -Nurd libX11-1.5.0/nls/Makefile.am libX11-1.5.0/nls/Makefile.am
---- libX11-1.5.0/nls/Makefile.am	2012-06-02 09:37:18.000000000 +0300
-+++ libX11-1.5.0/nls/Makefile.am	2013-01-02 16:10:24.960156131 +0200
-@@ -36,11 +36,6 @@
+diff --git a/nls/Makefile.am b/nls/Makefile.am
+index 7eda58e..4d4050b 100644
+--- a/nls/Makefile.am
++++ b/nls/Makefile.am
+@@ -36,11 +36,6 @@ locale.dir: locale.dir.pre
          < locale.dir.l1 > locale.dir.l2
-	cat locale.dir.l2 locale.dir.l1 > locale.dir
-
+ 	cat locale.dir.l2 locale.dir.l1 > locale.dir
+ 
 -if HAVE_PERL
 -LOG_COMPILER = $(PERL)
 -TESTS = compose-check.pl
 -endif HAVE_PERL
 -
-
+ 
  # Per-locale data files
+ 
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb b/meta/recipes-graphics/xorg-lib/libx11_1.8.10.bb
similarity index 92%
rename from meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb
rename to meta/recipes-graphics/xorg-lib/libx11_1.8.10.bb
index 5dcb063473..eda184cb35 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.8.10.bb
@@ -24,7 +24,7 @@  XORG_PN = "libX11"
 
 SRC_URI += "file://disable_tests.patch"
 
-SRC_URI[sha256sum] = "779d8f111d144ef93e2daa5f23a762ce9555affc99592844e71c4243d3bd3262"
+SRC_URI[sha256sum] = "2b3b3dad9347db41dca56beb7db5878f283bde1142f04d9f8e478af435dfdc53"
 
 inherit gettext
 
diff --git a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb
similarity index 38%
rename from meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb
rename to meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb
index 535e7f629e..d682498743 100644
--- a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb
+++ b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb
@@ -1,3 +1,23 @@ 
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- COPYING
+# +++ COPYING
+# @@ -1,5 +1,5 @@
+#  Copyright © 2007 Red Hat, Inc
+# -Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
+# +Copyright (c) 2008, 2019, Oracle and/or its affiliates.
+#  
+#  Permission is hereby granted, free of charge, to any person obtaining a
+#  copy of this software and associated documentation files (the "Software"),
+# 
+#
+
 SUMMARY = "XFont2: X Font rasterisation library"
 
 DESCRIPTION = "libXfont2 provides various services for X servers, most \
@@ -7,7 +27,7 @@  such as freetype)."
 require xorg-lib-common.inc
 
 LICENSE = "MIT & MIT & BSD-4-Clause & BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a5d1388c9d40be70dbad35fa440443f7"
 
 DEPENDS += "freetype xtrans xorgproto libfontenc zlib"
 
@@ -15,7 +35,7 @@  XORG_PN = "libXfont2"
 
 BBCLASSEXTEND = "native"
 
-SRC_URI[sha256sum] = "74ca20017eb0fb3f56d8d5e60685f560fc85e5ff3d84c61c4cb891e40c27aef4"
+SRC_URI[sha256sum] = "8b7b82fdeba48769b69433e8e3fbb984a5f6bf368b0d5f47abeec49de3e58efb"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
diff --git a/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb b/meta/recipes-graphics/xorg-lib/libxtst_1.2.5.bb
similarity index 86%
rename from meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb
rename to meta/recipes-graphics/xorg-lib/libxtst_1.2.5.bb
index db0621ba2e..df381b7d65 100644
--- a/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libxtst_1.2.5.bb
@@ -15,6 +15,6 @@  PROVIDES = "xtst"
 PE = "1"
 
 XORG_PN = "libXtst"
-SRC_URI[sha256sum] = "84f5f30b9254b4ffee14b5b0940e2622153b0d3aed8286a3c5b7eeb340ca33c8"
+SRC_URI[sha256sum] = "b50d4c25b97009a744706c1039c598f4d8e64910c9fde381994e1cae235d9242"
 
 BBCLASSEXTEND = "native nativesdk"