* [Buildroot] [PATCH 1/1] package/network-manager: bump to version 1.33.1 @ 2021-07-16 3:10 James Hilliard 2021-07-16 21:15 ` Thomas Petazzoni 0 siblings, 1 reply; 4+ messages in thread From: James Hilliard @ 2021-07-16 3:10 UTC (permalink / raw) To: buildroot Signed-off-by: James Hilliard <james.hilliard1@gmail.com> --- package/network-manager/network-manager.hash | 6 +++--- package/network-manager/network-manager.mk | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/network-manager/network-manager.hash b/package/network-manager/network-manager.hash index aef06dde2c..305aa100e5 100644 --- a/package/network-manager/network-manager.hash +++ b/package/network-manager/network-manager.hash @@ -1,6 +1,6 @@ -# From https://download.gnome.org/sources/NetworkManager/1.22/NetworkManager-1.22.16.sha256sum -sha256 377aa053752eaa304b72c9906f9efcd9fbd5f7f6cb4cd4ad72425a68982cffc6 NetworkManager-1.22.16.tar.xz +# From https://download.gnome.org/sources/NetworkManager/1.33/NetworkManager-1.33.1.sha256sum +sha256 f726590ef5f1ab14256a039a10db2ea9600b3d010726b29023019e246d36ceed NetworkManager-1.33.1.tar.xz # Locally computed sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LGPL -sha256 f0543c137bc0eece552d42642d1bab31707ca3b3663d9c7a81ac3b270a4780e7 CONTRIBUTING +sha256 65fd94885d3a5f468755e7cbe1334e56ef3a32b8a73980967fa9839c10514aa9 CONTRIBUTING.md diff --git a/package/network-manager/network-manager.mk b/package/network-manager/network-manager.mk index 607c2b402b..51a9d19b11 100644 --- a/package/network-manager/network-manager.mk +++ b/package/network-manager/network-manager.mk @@ -4,15 +4,15 @@ # ################################################################################ -NETWORK_MANAGER_VERSION_MAJOR = 1.22 -NETWORK_MANAGER_VERSION = $(NETWORK_MANAGER_VERSION_MAJOR).16 +NETWORK_MANAGER_VERSION_MAJOR = 1.33 +NETWORK_MANAGER_VERSION = $(NETWORK_MANAGER_VERSION_MAJOR).1 NETWORK_MANAGER_SOURCE = NetworkManager-$(NETWORK_MANAGER_VERSION).tar.xz NETWORK_MANAGER_SITE = https://download.gnome.org/sources/NetworkManager/$(NETWORK_MANAGER_VERSION_MAJOR) NETWORK_MANAGER_INSTALL_STAGING = YES NETWORK_MANAGER_DEPENDENCIES = host-pkgconf udev gnutls libglib2 \ libgcrypt wireless_tools util-linux host-intltool readline libndp NETWORK_MANAGER_LICENSE = GPL-2.0+ (app), LGPL-2.1+ (libnm) -NETWORK_MANAGER_LICENSE_FILES = COPYING COPYING.LGPL CONTRIBUTING +NETWORK_MANAGER_LICENSE_FILES = COPYING COPYING.LGPL CONTRIBUTING.md NETWORK_MANAGER_CPE_ID_VENDOR = gnome NETWORK_MANAGER_CPE_ID_PRODUCT = networkmanager NETWORK_MANAGER_SELINUX_MODULES = networkmanager -- 2.25.1 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/network-manager: bump to version 1.33.1 2021-07-16 3:10 [Buildroot] [PATCH 1/1] package/network-manager: bump to version 1.33.1 James Hilliard @ 2021-07-16 21:15 ` Thomas Petazzoni 2021-07-16 21:43 ` Alexander Dahl 0 siblings, 1 reply; 4+ messages in thread From: Thomas Petazzoni @ 2021-07-16 21:15 UTC (permalink / raw) To: buildroot On Thu, 15 Jul 2021 21:10:25 -0600 James Hilliard <james.hilliard1@gmail.com> wrote: > +NETWORK_MANAGER_VERSION_MAJOR = 1.33 Isn't 1.33 a development branch/release ? https://wiki.gnome.org/Projects/NetworkManager is not very clear when it says "Major NetworkManager releases are numbered 1.y.0, with y being an even number. For example, 1.0.0, 1.2.0, ..., 1.18.0. Minor stable releases are numbered 1.y.z, with y and z being even numbers. For example 1.4.2, 1.18.2.". However, the NEWS file at https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/NEWS says: ============================================= NetworkManager-1.34 Overview of changes since NetworkManager-1.32 ============================================= This is a snapshot of NetworkManager development. The API is subject to change and not guaranteed to be compatible with the later release. USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! So they don't even mention 1.33. Another point: as we're updating from 1.22 to 1.32 (potentially), is just a simple bump sufficient? Aren't there new options/features that should be taken into account ? Thanks a lot! Thomas -- Thomas Petazzoni, co-owner and CEO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/network-manager: bump to version 1.33.1 @ 2021-07-16 21:43 ` Alexander Dahl 0 siblings, 0 replies; 4+ messages in thread From: Alexander Dahl @ 2021-07-16 21:43 UTC (permalink / raw) To: buildroot Hello, On Fri, Jul 16, 2021 at 11:15:03PM +0200, Thomas Petazzoni wrote: > On Thu, 15 Jul 2021 21:10:25 -0600 > James Hilliard <james.hilliard1@gmail.com> wrote: > > > +NETWORK_MANAGER_VERSION_MAJOR = 1.33 > > Isn't 1.33 a development branch/release ? > https://wiki.gnome.org/Projects/NetworkManager is not very clear when > it says "Major NetworkManager releases are numbered 1.y.0, with y being > an even number. For example, 1.0.0, 1.2.0, ..., 1.18.0. Minor stable > releases are numbered 1.y.z, with y and z being even numbers. For > example 1.4.2, 1.18.2.". To my knowledge, you are right. NetworkManager and ModemManager use that scheme. If you want to bump version, I would recommend 1.32.x or 1.34.x. > However, the NEWS file at > https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/NEWS > says: > > ============================================= > NetworkManager-1.34 > Overview of changes since NetworkManager-1.32 > ============================================= > > This is a snapshot of NetworkManager development. The API is > subject to change and not guaranteed to be compatible with > the later release. > USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! > > So they don't even mention 1.33. > > Another point: as we're updating from 1.22 to 1.32 (potentially), is > just a simple bump sufficient? Aren't there new options/features that > should be taken into account ? Would not hurt to check that. Greets Alex -- /"\ ASCII RIBBON | ?With the first link, the chain is forged. The first \ / CAMPAIGN | speech censured, the first thought forbidden, the X AGAINST | first freedom denied, chains us all irrevocably.? / \ HTML MAIL | (Jean-Luc Picard, quoting Judge Aaron Satie) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20210716/233f8a1d/attachment-0001.asc> ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/network-manager: bump to version 1.33.1 @ 2021-07-16 21:43 ` Alexander Dahl 0 siblings, 0 replies; 4+ messages in thread From: Alexander Dahl @ 2021-07-16 21:43 UTC (permalink / raw) To: buildroot Hello, On Fri, Jul 16, 2021 at 11:15:03PM +0200, Thomas Petazzoni wrote: > On Thu, 15 Jul 2021 21:10:25 -0600 > James Hilliard <james.hilliard1@gmail.com> wrote: > > > +NETWORK_MANAGER_VERSION_MAJOR = 1.33 > > Isn't 1.33 a development branch/release ? > https://wiki.gnome.org/Projects/NetworkManager is not very clear when > it says "Major NetworkManager releases are numbered 1.y.0, with y being > an even number. For example, 1.0.0, 1.2.0, ..., 1.18.0. Minor stable > releases are numbered 1.y.z, with y and z being even numbers. For > example 1.4.2, 1.18.2.". To my knowledge, you are right. NetworkManager and ModemManager use that scheme. If you want to bump version, I would recommend 1.32.x or 1.34.x. > However, the NEWS file at > https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/NEWS > says: > > ============================================= > NetworkManager-1.34 > Overview of changes since NetworkManager-1.32 > ============================================= > > This is a snapshot of NetworkManager development. The API is > subject to change and not guaranteed to be compatible with > the later release. > USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! > > So they don't even mention 1.33. > > Another point: as we're updating from 1.22 to 1.32 (potentially), is > just a simple bump sufficient? Aren't there new options/features that > should be taken into account ? Would not hurt to check that. Greets Alex -- /"\ ASCII RIBBON | ?With the first link, the chain is forged. The first \ / CAMPAIGN | speech censured, the first thought forbidden, the X AGAINST | first freedom denied, chains us all irrevocably.? / \ HTML MAIL | (Jean-Luc Picard, quoting Judge Aaron Satie) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20210716/233f8a1d/attachment-0002.asc> ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-07-16 21:43 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-07-16 3:10 [Buildroot] [PATCH 1/1] package/network-manager: bump to version 1.33.1 James Hilliard 2021-07-16 21:15 ` Thomas Petazzoni 2021-07-16 21:43 ` Alexander Dahl 2021-07-16 21:43 ` Alexander Dahl
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.