mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 2/2] glib-networking: Version bump. 2.68.1 -> 2.72.0
Date: Mon,  4 Apr 2022 14:22:59 +0200	[thread overview]
Message-ID: <20220404122259.3502437-2-christian.melki@t2data.com> (raw)
In-Reply-To: <20220404122259.3502437-1-christian.melki@t2data.com>

Bump to be coherent with glib.
https://gitlab.gnome.org/GNOME/glib-networking/-/blob/master/NEWS
Mostly cryptographic related fixes.

* Forward port old patch to this release, but since the build
system changed slightly, the patch is new.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../0001-don-t-build-tls-tests.patch          | 27 -------------------
 patches/glib-networking-2.68.1/series         |  4 ---
 .../0001-tls-Don-t-build-TLS-tests.patch      | 23 ++++++++++++++++
 patches/glib-networking-2.72.0/series         |  4 +++
 rules/glib-networking.make                    |  4 +--
 5 files changed, 29 insertions(+), 33 deletions(-)
 delete mode 100644 patches/glib-networking-2.68.1/0001-don-t-build-tls-tests.patch
 delete mode 100644 patches/glib-networking-2.68.1/series
 create mode 100644 patches/glib-networking-2.72.0/0001-tls-Don-t-build-TLS-tests.patch
 create mode 100644 patches/glib-networking-2.72.0/series

diff --git a/patches/glib-networking-2.68.1/0001-don-t-build-tls-tests.patch b/patches/glib-networking-2.68.1/0001-don-t-build-tls-tests.patch
deleted file mode 100644
index 53356897d..000000000
--- a/patches/glib-networking-2.68.1/0001-don-t-build-tls-tests.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Michael Olbrich <m.olbrich@pengutronix.de>
-Date: Tue, 13 Jul 2021 07:30:20 +0200
-Subject: [PATCH] don't build tls tests
-
-They fail to compile because gnutls is built without pkcs11 support in
-ptxdist:
-
-.../tls/tests/certificate.c:597: undefined reference to `gnutls_pkcs11_init'
-.../tls/tests/certificate.c:598: undefined reference to `gnutls_pkcs11_add_provider'
-
-Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
----
- meson.build | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 81c2a8b15ca0..1a2c447b21e8 100644
---- a/meson.build
-+++ b/meson.build
-@@ -189,7 +189,6 @@ if backends.contains('openssl')
-   subdir('tls/openssl')
- endif
- 
--subdir('tls/tests')
- 
- # Will automatically pick it up from the cross file if defined
- gio_querymodules = find_program('gio-querymodules', required : false)
diff --git a/patches/glib-networking-2.68.1/series b/patches/glib-networking-2.68.1/series
deleted file mode 100644
index 38027c13d..000000000
--- a/patches/glib-networking-2.68.1/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-don-t-build-tls-tests.patch
-# 8ebc581a61077fad77b1bf442bb096d1  - git-ptx-patches magic
diff --git a/patches/glib-networking-2.72.0/0001-tls-Don-t-build-TLS-tests.patch b/patches/glib-networking-2.72.0/0001-tls-Don-t-build-TLS-tests.patch
new file mode 100644
index 000000000..4ca5b6d87
--- /dev/null
+++ b/patches/glib-networking-2.72.0/0001-tls-Don-t-build-TLS-tests.patch
@@ -0,0 +1,23 @@
+From: Christian Melki <christian.melki@t2data.com>
+Date: Mon, 4 Apr 2022 13:59:16 +0200
+Subject: [PATCH] tls: Don't build TLS tests.
+
+* Rework previous patch for glib-networking.
+
+TLS tests fail to compile because gnutls is built without
+pkcs11 support in ptxdist.
+
+Signed-off-by: Christian Melki <christian.melki@t2data.com>
+---
+ tls/meson.build | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/tls/meson.build b/tls/meson.build
+index e76e7666bb30..c96d145f6d8d 100644
+--- a/tls/meson.build
++++ b/tls/meson.build
+@@ -14,4 +14,3 @@ if backends.contains('openssl')
+   subdir('openssl')
+ endif
+ 
+-subdir('tests')
diff --git a/patches/glib-networking-2.72.0/series b/patches/glib-networking-2.72.0/series
new file mode 100644
index 000000000..00f04e9bf
--- /dev/null
+++ b/patches/glib-networking-2.72.0/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-tls-Don-t-build-TLS-tests.patch
+# b8239d52e458030f4b9cd353000ddd21  - git-ptx-patches magic
diff --git a/rules/glib-networking.make b/rules/glib-networking.make
index 0b4408198..c6f616d14 100644
--- a/rules/glib-networking.make
+++ b/rules/glib-networking.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLIB_NETWORKING) += glib-networking
 #
 # Paths and names
 #
-GLIB_NETWORKING_VERSION	:= 2.68.1
-GLIB_NETWORKING_MD5	:= 182ae3263763160a2cf0bd4f854448c3
+GLIB_NETWORKING_VERSION	:= 2.72.0
+GLIB_NETWORKING_MD5	:= ff149a669ea3d1d193a468472bcdc696
 GLIB_NETWORKING		:= glib-networking-$(GLIB_NETWORKING_VERSION)
 GLIB_NETWORKING_SUFFIX	:= tar.xz
 GLIB_NETWORKING_URL	:= $(call ptx/mirror, GNOME, glib-networking/$(basename $(GLIB_NETWORKING_VERSION))/$(GLIB_NETWORKING).$(GLIB_NETWORKING_SUFFIX))
-- 
2.32.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


  reply	other threads:[~2022-04-04 12:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-04 12:22 [ptxdist] [PATCH 1/2] glib: Version bump. 2.70.4 " Christian Melki
2022-04-04 12:22 ` Christian Melki [this message]
2022-04-08 13:36   ` [ptxdist] [APPLIED] glib-networking: Version bump. 2.68.1 " Michael Olbrich
2022-04-08 13:36 ` [ptxdist] [APPLIED] glib: Version bump. 2.70.4 " Michael Olbrich

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=20220404122259.3502437-2-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /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