From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] networkmanager: version bump 1.22.10 -> 1.26.0 (latest stable)
Date: Mon, 03 Aug 2020 08:30:02 +0200 [thread overview]
Message-ID: <E1k2Tz0-0002JF-KN@dude02.hi.pengutronix.de> (raw)
In-Reply-To: <20200725191307.2424653-3-r.schwebel@pengutronix.de>
Thanks, applied as 5d534a81b0b148beb49abad58f35575e3c44e447.
Michael
[sent from post-receive hook]
On Mon, 03 Aug 2020 08:30:02 +0200, Robert Schwebel <r.schwebel@pengutronix.de> wrote:
> There is a new option to install and use firewalld zone for shared mode;
> we set it to false by default, until someone uses firewalld with
> networkmanager.
>
> Since 1.25.2-dev-90-g10020a946 in NetworkManager, there is a new tool
> clients/cli/generate-docs-nm-settings-nmcli that generates the
> nm-settings-docs-nmcli.xml based on nmcli meta data. Unfortunately, this
> isn't built in meson's 'native' mode; as this needs a longer dependency
> chain, disable generate-docs-nm-settings-nmcli when docs are disabled.
>
> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
> Message-Id: <20200725191307.2424653-3-r.schwebel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/NetworkManager-1.26.0/0001-clients-cli-build-generate_docs_nm_settings_nmcli-on.patch b/patches/NetworkManager-1.26.0/0001-clients-cli-build-generate_docs_nm_settings_nmcli-on.patch
> new file mode 100644
> index 000000000000..db3c2964380d
> --- /dev/null
> +++ b/patches/NetworkManager-1.26.0/0001-clients-cli-build-generate_docs_nm_settings_nmcli-on.patch
> @@ -0,0 +1,34 @@
> +From 5ddd262c1042ef2cd748b3b2a724d2e15f89b9fb Mon Sep 17 00:00:00 2001
> +From: Robert Schwebel <r.schwebel@pengutronix.de>
> +Date: Sat, 25 Jul 2020 18:14:35 +0200
> +Subject: [PATCH] clients/cli: build generate_docs_nm_settings_nmcli only if
> + docs are enabled
> +
> +Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
> +---
> + clients/cli/meson.build | 5 +++++
> + 1 file changed, 5 insertions(+)
> +
> +diff --git a/clients/cli/meson.build b/clients/cli/meson.build
> +index 517deffa6..2dada71f5 100644
> +--- a/clients/cli/meson.build
> ++++ b/clients/cli/meson.build
> +@@ -35,6 +35,9 @@ executable(
> +
> + endif
> +
> ++enable_docs = get_option('docs')
> ++if enable_docs
> ++
> + generate_docs_nm_settings_nmcli = executable(
> + 'generate-docs-nm-settings-nmcli',
> + files(
> +@@ -56,3 +59,5 @@ generate_docs_nm_settings_nmcli_xml = custom_target(
> + command: [ generate_docs_nm_settings_nmcli ],
> + capture: true,
> + )
> ++
> ++endif
> +--
> +2.27.0
> +
> diff --git a/patches/NetworkManager-1.26.0/series b/patches/NetworkManager-1.26.0/series
> new file mode 100644
> index 000000000000..b04ab9c47a95
> --- /dev/null
> +++ b/patches/NetworkManager-1.26.0/series
> @@ -0,0 +1 @@
> +0001-clients-cli-build-generate_docs_nm_settings_nmcli-on.patch
> diff --git a/rules/networkmanager.make b/rules/networkmanager.make
> index db924254f7b2..c9f4b4f9f7f4 100644
> --- a/rules/networkmanager.make
> +++ b/rules/networkmanager.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_NETWORKMANAGER) += networkmanager
> #
> # Paths and names
> #
> -NETWORKMANAGER_VERSION := 1.22.10
> -NETWORKMANAGER_MD5 := b7b8875c3ef1db0989f78351ba3e8ad8
> +NETWORKMANAGER_VERSION := 1.26.0
> +NETWORKMANAGER_MD5 := c0edbbf98a1ec81eed5a03539610d324
> NETWORKMANAGER := NetworkManager-$(NETWORKMANAGER_VERSION)
> NETWORKMANAGER_SUFFIX := tar.xz
> NETWORKMANAGER_URL := https://ftp.gnome.org/pub/GNOME/sources/NetworkManager/$(basename $(NETWORKMANAGER_VERSION))/$(NETWORKMANAGER).$(NETWORKMANAGER_SUFFIX)
> @@ -50,6 +50,7 @@ NETWORKMANAGER_CONF_OPT = \
> -Ddnssec_trigger=/bin/true \
> -Ddocs=false \
> -Debpf=false \
> + -Dfirewalld_zone=false \
> -Dhostname_persist=default \
> -Difcfg_rh=false \
> -Difupdown=true \
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next prev parent reply other threads:[~2020-08-03 6:30 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-25 19:12 [ptxdist] [PATCH 1/9] glib: version bump 2.62.2 -> 2.64.4 " Robert Schwebel
2020-07-25 19:13 ` [ptxdist] [PATCH 2/9] libelf: version bump 0.176 -> 0.180 Robert Schwebel
2020-07-30 13:35 ` Michael Olbrich
2020-07-30 14:54 ` [ptxdist] [PATCHv2] " Robert Schwebel
2020-07-30 13:37 ` [ptxdist] [PATCH 2/9] " Michael Olbrich
2020-07-30 14:52 ` Robert Schwebel
2020-07-30 17:59 ` Michael Olbrich
2020-07-30 19:00 ` [ptxdist] [PATCHv3] " Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 3/9] networkmanager: version bump 1.22.10 -> 1.26.0 (latest stable) Robert Schwebel
2020-08-03 6:30 ` Michael Olbrich [this message]
2020-07-25 19:13 ` [ptxdist] [PATCH 4/9] libtasn1: version bump 4.13 -> 4.16.0 Robert Schwebel
2020-07-30 13:36 ` Michael Olbrich
2020-07-30 14:47 ` [ptxdist] [PATCH] " Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 5/9] libusb: version bump 1.0.22 -> 1.0.23 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 6/9] dbus: version bump 1.12.10 -> 1.12.20 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 7/9] libpcre: version bump 8.43 -> 8.44 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 8/9] libcap: version bump 2.36 -> 2.41 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-25 19:13 ` [ptxdist] [PATCH 9/9] e2fsprogs: version bump 1.44.4 -> 1.44.6 Robert Schwebel
2020-08-03 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-08-03 6:30 ` [ptxdist] [APPLIED] glib: version bump 2.62.2 -> 2.64.4 (latest stable) 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=E1k2Tz0-0002JF-KN@dude02.hi.pengutronix.de \
--to=mol@pengutronix.de \
--cc=ptxdist@pengutronix.de \
--cc=r.schwebel@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