mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] glib-networking: Version bump. 2.68.1 -> 2.72.0
Date: Fri,  8 Apr 2022 15:36:01 +0200	[thread overview]
Message-ID: <20220408133601.123077-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20220404122259.3502437-2-christian.melki@t2data.com>

Thanks, applied as b55cfabdd46145509f3638c93711264a312afc00.

Michael

[sent from post-receive hook]

On Fri, 08 Apr 2022 15:36:01 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> 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>
> Message-Id: <20220404122259.3502437-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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 53356897d66d..000000000000
> --- 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 38027c13d3ce..000000000000
> --- 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 000000000000..4ca5b6d875a5
> --- /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 000000000000..00f04e9bf79c
> --- /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 0b4408198df5..c6f616d141a8 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))

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


  reply	other threads:[~2022-04-08 13:37 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 ` [ptxdist] [PATCH 2/2] glib-networking: Version bump. 2.68.1 " Christian Melki
2022-04-08 13:36   ` Michael Olbrich [this message]
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=20220408133601.123077-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=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