* [Buildroot] [PATCH 1/2] package/libxml2: bump version to 2.11.4
@ 2023-06-08 18:59 Bernd Kuhls
2023-06-08 18:59 ` [Buildroot] [PATCH 2/2] package/libxslt: bump to version 1.1.38 Bernd Kuhls
2023-06-18 11:19 ` [Buildroot] [PATCH 1/2] package/libxml2: bump version to 2.11.4 Peter Korsgaard
0 siblings, 2 replies; 5+ messages in thread
From: Bernd Kuhls @ 2023-06-08 18:59 UTC (permalink / raw)
To: buildroot; +Cc: Pierre-Jean Texier, Fabrice Fontaine
Release notes:
https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.0.news
https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.1.news
https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.2.news
https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.3.news
https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.4.news
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libxml2/libxml2.hash | 4 ++--
package/libxml2/libxml2.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libxml2/libxml2.hash b/package/libxml2/libxml2.hash
index 37030bdfaa..f3650c5ec5 100644
--- a/package/libxml2/libxml2.hash
+++ b/package/libxml2/libxml2.hash
@@ -1,4 +1,4 @@
-# From https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.4.sha256sum
-sha256 ed0c91c5845008f1936739e4eee2035531c1c94742c6541f44ee66d885948d45 libxml2-2.10.4.tar.xz
+# From https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.4.sha256sum
+sha256 737e1d7f8ab3f139729ca13a2494fd17bf30ddb4b7a427cf336252cab57f57f7 libxml2-2.11.4.tar.xz
# License files, locally calculated
sha256 c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd Copyright
diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk
index cf26a36cc4..9f7774f719 100644
--- a/package/libxml2/libxml2.mk
+++ b/package/libxml2/libxml2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBXML2_VERSION_MAJOR = 2.10
+LIBXML2_VERSION_MAJOR = 2.11
LIBXML2_VERSION = $(LIBXML2_VERSION_MAJOR).4
LIBXML2_SOURCE = libxml2-$(LIBXML2_VERSION).tar.xz
LIBXML2_SITE = \
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/2] package/libxslt: bump to version 1.1.38
2023-06-08 18:59 [Buildroot] [PATCH 1/2] package/libxml2: bump version to 2.11.4 Bernd Kuhls
@ 2023-06-08 18:59 ` Bernd Kuhls
2023-06-18 11:19 ` Peter Korsgaard
2023-06-18 11:19 ` [Buildroot] [PATCH 1/2] package/libxml2: bump version to 2.11.4 Peter Korsgaard
1 sibling, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2023-06-08 18:59 UTC (permalink / raw)
To: buildroot; +Cc: Pierre-Jean Texier, Fabrice Fontaine
Release notes:
https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.38.news
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libxslt/libxslt.hash | 4 ++--
package/libxslt/libxslt.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libxslt/libxslt.hash b/package/libxslt/libxslt.hash
index c771e1fd7e..458c1388d3 100644
--- a/package/libxslt/libxslt.hash
+++ b/package/libxslt/libxslt.hash
@@ -1,5 +1,5 @@
-# from https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.37.sha256sum
-sha256 3a4b27dc8027ccd6146725950336f1ec520928f320f144eb5fa7990ae6123ab4 libxslt-1.1.37.tar.xz
+# From https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.38.sha256sum
+sha256 1f32450425819a09acaff2ab7a5a7f8a2ec7956e505d7beeb45e843d0e1ecab1 libxslt-1.1.38.tar.xz
# Hash for license file:
sha256 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819 COPYING
diff --git a/package/libxslt/libxslt.mk b/package/libxslt/libxslt.mk
index 95b0325c94..ec066fbfa2 100644
--- a/package/libxslt/libxslt.mk
+++ b/package/libxslt/libxslt.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBXSLT_VERSION = 1.1.37
+LIBXSLT_VERSION = 1.1.38
LIBXSLT_SOURCE = libxslt-$(LIBXSLT_VERSION).tar.xz
LIBXSLT_SITE = https://download.gnome.org/sources/libxslt/1.1
LIBXSLT_INSTALL_STAGING = YES
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/libxml2: bump version to 2.11.4
2023-06-08 18:59 [Buildroot] [PATCH 1/2] package/libxml2: bump version to 2.11.4 Bernd Kuhls
2023-06-08 18:59 ` [Buildroot] [PATCH 2/2] package/libxslt: bump to version 1.1.38 Bernd Kuhls
@ 2023-06-18 11:19 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2023-06-18 11:19 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Pierre-Jean Texier, Fabrice Fontaine, buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Release notes:
> https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.0.news
> https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.1.news
> https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.2.news
> https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.3.news
> https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.4.news
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-07-06 8:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-08 18:59 [Buildroot] [PATCH 1/2] package/libxml2: bump version to 2.11.4 Bernd Kuhls
2023-06-08 18:59 ` [Buildroot] [PATCH 2/2] package/libxslt: bump to version 1.1.38 Bernd Kuhls
2023-06-18 11:19 ` Peter Korsgaard
2023-07-06 8:47 ` Peter Korsgaard
2023-06-18 11:19 ` [Buildroot] [PATCH 1/2] package/libxml2: bump version to 2.11.4 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox