From: Alexander Dahl <ada@thorsis.com> To: ptxdist@pengutronix.de Subject: [ptxdist] [PATCH v3 0/5] mobile broadband software version bump Date: Wed, 23 Jun 2021 09:33:04 +0200 [thread overview] Message-ID: <20210623073309.23058-1-ada@thorsis.com> (raw) Hello everyone, I just want to get out v3 of this series before end of the week. I had a question on networkmanager build option "polkit_agent_helper_1", which got no answer, maybe just answer on the reworked patch now? Sorry for including people in Cc which provided those ppp patches to debian, I messed up in v2, will be more careful in the future. Greets Alex v2 -> v3 -------- - networkmanager: adapted meson build options based on (my own) feedback in v2 - networkmanager: added patch 4/5 to enable 'more_logging' option RFC -> v2 --------- - added patches 1–3 for libqmi, modemmanager, and networkmanager - reworked patch 4 according to feedback from RFC/v1 series Greets Alex Alexander Dahl (5): libqmi: version bump 1.28.2 -> 1.28.6 modemmanager: version bump 1.16.2 -> 1.16.6 networkmanager: version bump 1.26.2 -> 1.30.4 networkmanager: Make "more logging" optional ppp: version bump 2.4.7 -> 2.4.9 ...dev-don-t-use-autoptr-in-GUdev-types.patch | 127 - patches/ModemManager-1.16.2/series | 4 - patches/NetworkManager-1.26.2/series | 1 - ...d-generate_docs_nm_settings_nmcli-on.patch | 19 +- patches/NetworkManager-1.30.4/series | 4 + ...001-abort-on-errors-in-subdir-builds.patch | 48 - ...002-scripts-Avoid-killing-wrong-pppd.patch | 29 - ...tension-when-displaying-bytes-in-oct.patch | 30 - ...se-error-message-on-PPPoE-disconnect.patch | 33 - .../0005-Send-PADT-on-PPPoE-disconnect.patch | 36 - ...nt-buffer-overrun-on-remote-router-n.patch | 30 - .../0007-pppd-Fix-ccp_options.mppe-type.patch | 30 - ...en-calculated-size-if-both-deflate_c.patch | 33 - ...in-comment.-Diff-from-Yuuichi-Someya.patch | 24 - ...ount-only-relevant-lines-from-syslog.patch | 24 - ...-include-from-sys-errno.h-to-errno.h.patch | 33 - ...low-use-of-arbitrary-interface-names.patch | 214 -- ...Remove-unused-declaration-of-ttyname.patch | 25 - ...or-implementation-in-pppoe-discovery.patch | 52 - ...clude-netinet-in.h-before-linux-in.h.patch | 49 - patches/ppp-2.4.7/0016-adaptive_echos.patch | 72 - .../ppp-2.4.7/0017-Makefiles-cleanup.patch | 296 -- ...does-not-properly-close-dev-ppp-on-p.patch | 44 - ...inkpidfile-is-not-created-upon-detac.patch | 48 - ...smetic-cleanup-of-the-pppoatm-plugin.patch | 90 - patches/ppp-2.4.7/0023-pppoe_noads.patch | 25 - ...4-make-_PATH_CONNERRS-world-readable.patch | 27 - .../0025-Correct-unkown-unknown-typo.patch | 46 - .../0026-pppoe-custom-host-uniq-tag.patch | 302 -- .../0027-Add-replacedefaultroute-option.patch | 324 -- ...-for-the-Framed-MTU-Radius-attribute.patch | 42 - patches/ppp-2.4.7/0030-018_ip-up_option.patch | 106 - .../0031-ppp-2.4.2-stripMSdomain.patch | 47 - ...export-CALL_FILE-to-the-link-scripts.patch | 38 - .../ppp-2.4.7/0033-ipv6-accept-remote.patch | 73 - ...buffer-overflow-in-clientid.c-rc_map.patch | 43 - ...0037-Fix-buffer-overflow-in-rc_mksid.patch | 36 - ...P-TLS-authentication-support-for-PPP.patch | 3383 ----------------- ...-for-the-DES-instead-of-the-libcrypt.patch | 115 - patches/ppp-2.4.7/series | 46 - ...igure-Allow-commas-in-the-CFLAGS-220.patch | 28 + ...tion-with-older-glibc-or-kernel-head.patch | 55 + ...ilding-pppdump-with-the-system-zlib.patch} | 27 +- ...unneeded-code-in-the-pppoatm-plugin.patch} | 16 +- patches/ppp-2.4.9/0102-pppoe_noads.patch | 24 + ...ithub.com-paulusmack-ppp-issues-187.patch} | 69 +- .../0104-resolv.conf_no_log.patch} | 12 +- .../0105-Debian-specific-changes.patch} | 50 +- ...dored-hash-functions-with-libcrypto.patch} | 209 +- ...00-pppd-make-makefile-sysroot-aware.patch} | 34 +- ...the-self-made-configure-cross-aware.patch} | 10 +- patches/ppp-2.4.9/series | 17 + rules/libqmi.make | 4 +- rules/modemmanager.make | 4 +- rules/networkmanager.in | 6 + rules/networkmanager.make | 9 +- rules/ppp.make | 6 +- 57 files changed, 357 insertions(+), 6271 deletions(-) delete mode 100644 patches/ModemManager-1.16.2/0001-kerneldevice-udev-don-t-use-autoptr-in-GUdev-types.patch delete mode 100644 patches/ModemManager-1.16.2/series delete mode 100644 patches/NetworkManager-1.26.2/series rename patches/{NetworkManager-1.26.2 => NetworkManager-1.30.4}/0001-clients-cli-build-generate_docs_nm_settings_nmcli-on.patch (67%) create mode 100644 patches/NetworkManager-1.30.4/series delete mode 100644 patches/ppp-2.4.7/0001-abort-on-errors-in-subdir-builds.patch delete mode 100644 patches/ppp-2.4.7/0002-scripts-Avoid-killing-wrong-pppd.patch delete mode 100644 patches/ppp-2.4.7/0003-pppd-Fix-sign-extension-when-displaying-bytes-in-oct.patch delete mode 100644 patches/ppp-2.4.7/0004-Suppress-false-error-message-on-PPPoE-disconnect.patch delete mode 100644 patches/ppp-2.4.7/0005-Send-PADT-on-PPPoE-disconnect.patch delete mode 100644 patches/ppp-2.4.7/0006-pppd-ipxcp-Prevent-buffer-overrun-on-remote-router-n.patch delete mode 100644 patches/ppp-2.4.7/0007-pppd-Fix-ccp_options.mppe-type.patch delete mode 100644 patches/ppp-2.4.7/0008-pppd-Fix-ccp_cilen-calculated-size-if-both-deflate_c.patch delete mode 100644 patches/ppp-2.4.7/0009-Fix-a-typo-in-comment.-Diff-from-Yuuichi-Someya.patch delete mode 100644 patches/ppp-2.4.7/0010-plog-count-only-relevant-lines-from-syslog.patch delete mode 100644 patches/ppp-2.4.7/0011-Change-include-from-sys-errno.h-to-errno.h.patch delete mode 100644 patches/ppp-2.4.7/0012-pppd-allow-use-of-arbitrary-interface-names.patch delete mode 100644 patches/ppp-2.4.7/0013-pppd-Remove-unused-declaration-of-ttyname.patch delete mode 100644 patches/ppp-2.4.7/0014-pppd-Provide-error-implementation-in-pppoe-discovery.patch delete mode 100644 patches/ppp-2.4.7/0015-pppoe-include-netinet-in.h-before-linux-in.h.patch delete mode 100644 patches/ppp-2.4.7/0016-adaptive_echos.patch delete mode 100644 patches/ppp-2.4.7/0017-Makefiles-cleanup.patch delete mode 100644 patches/ppp-2.4.7/0018-Bug-306261-pppd-does-not-properly-close-dev-ppp-on-p.patch delete mode 100644 patches/ppp-2.4.7/0019-Bug-284382-ppp-linkpidfile-is-not-created-upon-detac.patch delete mode 100644 patches/ppp-2.4.7/0022-cosmetic-cleanup-of-the-pppoatm-plugin.patch delete mode 100644 patches/ppp-2.4.7/0023-pppoe_noads.patch delete mode 100644 patches/ppp-2.4.7/0024-make-_PATH_CONNERRS-world-readable.patch delete mode 100644 patches/ppp-2.4.7/0025-Correct-unkown-unknown-typo.patch delete mode 100644 patches/ppp-2.4.7/0026-pppoe-custom-host-uniq-tag.patch delete mode 100644 patches/ppp-2.4.7/0027-Add-replacedefaultroute-option.patch delete mode 100644 patches/ppp-2.4.7/0029-add-support-for-the-Framed-MTU-Radius-attribute.patch delete mode 100644 patches/ppp-2.4.7/0030-018_ip-up_option.patch delete mode 100644 patches/ppp-2.4.7/0031-ppp-2.4.2-stripMSdomain.patch delete mode 100644 patches/ppp-2.4.7/0032-export-CALL_FILE-to-the-link-scripts.patch delete mode 100644 patches/ppp-2.4.7/0033-ipv6-accept-remote.patch delete mode 100644 patches/ppp-2.4.7/0034-fix-a-potential-buffer-overflow-in-clientid.c-rc_map.patch delete mode 100644 patches/ppp-2.4.7/0037-Fix-buffer-overflow-in-rc_mksid.patch delete mode 100644 patches/ppp-2.4.7/0038-EAP-TLS-authentication-support-for-PPP.patch delete mode 100644 patches/ppp-2.4.7/0040-pppd-Use-openssl-for-the-DES-instead-of-the-libcrypt.patch delete mode 100644 patches/ppp-2.4.7/series create mode 100644 patches/ppp-2.4.9/0001-configure-Allow-commas-in-the-CFLAGS-220.patch create mode 100644 patches/ppp-2.4.9/0002-pppd-Fix-compilation-with-older-glibc-or-kernel-head.patch rename patches/{ppp-2.4.7/0020-support-building-pppdump-with-the-system-zlib.patch => ppp-2.4.9/0100-support-building-pppdump-with-the-system-zlib.patch} (63%) rename patches/{ppp-2.4.7/0021-disable-unneeded-code-in-the-pppoatm-plugin.patch => ppp-2.4.9/0101-disable-unneeded-code-in-the-pppoatm-plugin.patch} (89%) create mode 100644 patches/ppp-2.4.9/0102-pppoe_noads.patch rename patches/{ppp-2.4.7/0028-ppp-2.3.11-oedod.dif.patch => ppp-2.4.9/0103-Forwarded-https-github.com-paulusmack-ppp-issues-187.patch} (72%) rename patches/{ppp-2.4.7/0035-resolv.conf_no_log.patch => ppp-2.4.9/0104-resolv.conf_no_log.patch} (56%) rename patches/{ppp-2.4.7/0036-Debian-specific-changes.patch => ppp-2.4.9/0105-Debian-specific-changes.patch} (62%) rename patches/{ppp-2.4.7/0039-Replace-vendored-hash-functions-with-libcrypto.patch => ppp-2.4.9/0106-Replace-vendored-hash-functions-with-libcrypto.patch} (92%) rename patches/{ppp-2.4.7/0100-pppd-make-makefile-sysroot-aware.patch => ppp-2.4.9/0200-pppd-make-makefile-sysroot-aware.patch} (63%) rename patches/{ppp-2.4.7/0101-pppd-make-the-self-made-configure-cross-aware.patch => ppp-2.4.9/0201-pppd-make-the-self-made-configure-cross-aware.patch} (87%) create mode 100644 patches/ppp-2.4.9/series base-commit: e1f0f2abd3116fdcb5e3e3211321aef801e959ff -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next reply other threads:[~2021-06-23 7:34 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-06-23 7:33 Alexander Dahl [this message] 2021-06-23 7:33 ` [ptxdist] [PATCH v3 1/5] libqmi: version bump 1.28.2 -> 1.28.6 Alexander Dahl 2021-06-29 5:09 ` [ptxdist] [APPLIED] " Michael Olbrich 2021-06-23 7:33 ` [ptxdist] [PATCH v3 2/5] modemmanager: version bump 1.16.2 -> 1.16.6 Alexander Dahl 2021-06-29 5:09 ` [ptxdist] [APPLIED] " Michael Olbrich 2021-06-23 7:33 ` [ptxdist] [PATCH v3 3/5] networkmanager: version bump 1.26.2 -> 1.30.4 Alexander Dahl 2021-06-29 5:09 ` [ptxdist] [APPLIED] " Michael Olbrich 2021-06-23 7:33 ` [ptxdist] [PATCH v3 4/5] networkmanager: Make "more logging" optional Alexander Dahl 2021-06-29 5:09 ` [ptxdist] [APPLIED] " Michael Olbrich 2021-06-23 7:33 ` [ptxdist] [PATCH v3 5/5] ppp: version bump 2.4.7 -> 2.4.9 Alexander Dahl 2021-06-29 5:09 ` [ptxdist] [APPLIED] " 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=20210623073309.23058-1-ada@thorsis.com \ --to=ada@thorsis.com \ --cc=ptxdist@pengutronix.de \ --subject='Re: [ptxdist] [PATCH v3 0/5] mobile broadband software version bump' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox