1
0

24 Commits

Author SHA256 Message Date
3a8150000e Accepting request 1103285 from GNOME:Next
- Update to version 1.44.0:
  + Introduce a new "link" setting that holds properties related to
    the kernel link such as "tx-queue-length", "gso-max-size",
    "gso-max-segments", "gro-max-size".
  + Support sending a DHCPv6 prefix delegation hint via the
    "ipv6.dhcp-pd-hint" connection property.
  + Support new bond options: "arp_missed_max", "lacp_active",
    "ns_ip6_target".
  + Add new "initial-eps-bearer-configure" and
    "initial-eps-bearer-apn" properties in the GSM setting.
  + Setting "connection.stable-id=default${CONNECTION}" changed
    behavior to be identical to the built-in default value when the
    stable-id is not set.
  + Add a "[keyfile].rename" option to NetworkManager.conf to force
    renaming profiles on disk when their name changes.
  + The ifcfg-rh plugin is deprecated; it will only receive
    bugfixes and no new features. A warning is emitted the log when
    a connection in ifcfg-rh format is found.
  + To automatically migrate existing ifcfg-rh connections to the
    keyfile format, a new configuration option
    "main.migrate-ifcfg-rh" is provided. Migration is disabled by
    default, but the default value can be changed at build time via
    "--with-config-migrate-ifcfg-rh-default=yes".
  + When configuring hostnames in non-public TLD (like
    "example.local"), use the TLD as default search domain instead
    of the full hostname.
  + Always apply DNS options from the [global-dns] configuration
    section
  + The NetworkManager daemon now acquires the D-Bus name only
    after populating the D-Bus tree. This can add a delay during
    startup but it is required to avoid race conditions with other
    services depending on NM.
  + Add a "version-id" argument to the Update2() D-Bus call to
    guard against concurrent modifications of profiles.
  + Don't use tentative IPv6 addresses to resolve the system
    hostname via DNS.
  + Track the number of autoconnect retries left for each device
    and connection. Previously it was tracked only per connection
    and this lead to unexpected behaviors in case of multiconnect
    profiles.
  + Set VLAN filtering options on bridge via netlink instead of
    sysfs.
  + nm-cloud-setup now supports IMDSv2 on Amazon EC2.
  + nmtui now allows to enable or disable Wi-Fi and WWAN radios.
  + Honor ignore-carrier=no for bond/bridge/team devices.
  + Add version mismatch warning when running nmcli commands.
- Rebase patches with quilt.

OBS-URL: https://build.opensuse.org/request/show/1103285
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=481
2023-08-11 02:02:11 +00:00
b54e56b11b Accepting request 903368 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/903368
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=416
2021-07-05 13:36:20 +00:00
46b1248a3a Accepting request 801853 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/801853
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=383
2020-05-11 13:15:31 +00:00
90f6a233b6 Accepting request 751007 from GNOME:Next
Scripted push from {project}

OBS-URL: https://build.opensuse.org/request/show/751007
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=363
2019-11-27 14:34:16 +00:00
36fd675ef4 Accepting request 689439 from home:cboltz:branches:GNOME:Factory
- Fix systemd-network-config.patch which added lines starting with "+"
  to NetworkManager-wait-online.service

(this was reported by Michael Hirmke on the opensuse-de mailinglist)

OBS-URL: https://build.opensuse.org/request/show/689439
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=346
2019-03-28 21:43:34 +00:00
8816c7476a Accepting request 685959 from home:JonathanKang:branches:GNOME:Factory
- Update to version 1.16.0:
  + Check connectivity per address family.
  + Support "main.systemd-resolved" to let NetworkManager configure
    DNS settings in systemd-resolved without making it the main DNS
    plugin of NetworkManager.
  + Write "/var/run/NetworkManager/no-stub-resolv.conf" with
    original nameservers. That is useful with caching DNS plugins
    like "systemd-resolved" or "dnsmasq" where
    "/var/run/NetworkManager/resolv.conf" refers to localhost.
  + Change default "ipv4.dhcp-client-id" setting for the internal
    DHCP plugin from "duid" to "mac". This is a change in behavior
    on upgrade when using the internal DHCP plugin (unless the
    default is overwritten in "NetworkManager.conf" or specified
    per connection profile).
  + Improve handling of DHCP router options with internal DHCP
    plugin. For one, accept multiple routers and add a
    default-route to each. On D-Bus expose the original DNS and
    NTP servers without cleaning up local nameservers.
  + Allow binding a connections lifetime to the DBus client that
    activated it.
  + Add support for establishing Wi-Fi Direct connections (Wi-Fi
    P2P).
  + Add support for WireGuard VPN tunnels to NetworkManager. D-Bus
    API and libnm support all options. nmcli supports creating and
    managing WireGuard profiles, with the exception of configuring
    and showing peers.
  + Add initrd generator to be used by dracut and use it as new way
    of handling iBFT.
  + Deprecated "plugins.monitor-connection-files" setting in
    NetworkManager.conf. This option will have no effect in future

OBS-URL: https://build.opensuse.org/request/show/685959
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=341
2019-03-18 18:05:18 +00:00
e6c89d37a3 Accepting request 629929 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/629929
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=326
2018-08-20 12:51:19 +00:00
ba81be5bd4 Accepting request 625858 from GNOME:Factory
Revert, new stable branch breaks all the other NM's

OBS-URL: https://build.opensuse.org/request/show/625858
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=325
2018-07-28 11:01:07 +00:00
62d0d7935e Accepting request 625574 from home:iznogood:branches:GNOME:Factory
- Update to version 1.12.2:
  + Fix missing symbols in libnm ABI for settings.
  + Fix a regression that disallowed activations of VPN connections
    with a device specified.
  + Robustness fixes to connectivity checking.
- Changes from version 1.12.0:
  + Improved support for configuration checkpoint, including
    support in libnm.
  + Added capability to set IP Tunnel configuration flags.
  + The systemd-resolved DNS plugins now supports MDNS.
  + Systemd-resolved and dnsmasq DNS plugins now honor the DNS
    priority setting.
  + Wi-Fi devices now support FILS for speedier roaming support.
  + Drop dependency on libnl3 library.
  + Add support for "onlink" routes.
  + More robust connectivity checking.
  + Dropped the obsolete "ifnet" settings plugin,
  + Try harder to generate reasonable human-readable names for
    devices even if the hwdb contains garbage.
  + Add an "overview" option to hide default values in nmcli,
    resulting in more concise output.
  + Reworked the inner workings of D-Bus interface for better
    resource efficiency.
  + Add support for configuring nmcli coloring via
    terminal-colors.d(5).
  + Added experimental support for Meson build system.
  + Added initial IWD Wi-Fi daemon support.
  + A non-hexadecimal DHCPv4 client-id is now properly passed to
    dhclient with the first byte (type) set to zero, as stated in
    the documentation. This represents a change in behavior since
    previous versions where the first character of the string was
    used as type. The internal client is not affected by the
    change.
  + DNS setting rc-manager=file now always follows dangling
    symlinks instead of replacing /etc/resolv.conf with a plain
    file.
  + Added wake_on_wlan connection setting to configure
    wake-on-wireless-lan (WoWLAN).
  + The libnm-glib library, deprecated in favor of libnm since
    NetworkManager 1.0, is now not built by default. While it can
    still be enabled, the distributions should have a good plan for
    removing it if they need to keep shipping it at this point.
  + Nmcli now scans for Wi-Fi networks before displaying them, if
    the last scan was too long ago.
  + Added the ipv6.dhcp-duid property to allow configuring the
    DHCPv6 DUID.
  + Extended ipv6.dhcp-client-id property to support DHCP client
    identifers depending on the MAC address and the stable ID.
  + Set NM_DISPATCHER_ACTION environment variable in dispatcher
    scripts.
- Rebase NetworkManager-1.10.6-netconfig.patch and
  systemd-network-config.patch with quilt.
- Disable networkmanager-obs-net.patch and make check, needs
  rebase.
- Pass with-libnm-glib to configure, deprecated libnm-glib support
  is no long built by default, and since we can not remove this yet
  due to Steam, we pass this option for now.

OBS-URL: https://build.opensuse.org/request/show/625574
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=324
2018-07-27 10:00:26 +00:00
b5c634831a Accepting request 424987 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/424987
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=257
2016-09-08 21:21:58 +00:00
36128d6507 Accepting request 385332 from GNOME:Next
Resubmit - minor format issue fixed

OBS-URL: https://build.opensuse.org/request/show/385332
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=249
2016-04-06 13:23:25 +00:00
8b89c1e995 Accepting request 240661 from home:dimstar:branches:GNOME:Factory
Update to 0.9.10.0 - with nmtui enabled

OBS-URL: https://build.opensuse.org/request/show/240661
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=206
2014-07-12 20:07:51 +00:00
f13ef58f7f Accepting request 199028 from home:dimstar:branches:GNOME:Factory
Update to 0.9.8.4; and merge elviga's SR#198399

OBS-URL: https://build.opensuse.org/request/show/199028
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=189
2013-09-14 15:23:09 +00:00
f247b345fb Accepting request 180489 from home:dimstar:branches:GNOME:Factory
Update to 0.9.8.2

OBS-URL: https://build.opensuse.org/request/show/180489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=185
2013-06-23 13:48:10 +00:00
ac0b927d02 Accepting request 174979 from home:wstephenson:workbench:plasmanm
- Readd nm-probe-radius-server-cert.patch, not merged upstream yet
  (bnc#574266, bnc#771185)

OBS-URL: https://build.opensuse.org/request/show/174979
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=182
2013-05-12 18:40:05 +00:00
0110d7b7b5 Accepting request 158469 from GNOME:Next
Push GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/158469
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=174
2013-03-13 22:45:52 +00:00
Vincent Untz
a825a91b9c Accepting request 149827 from home:mtomaschewski:tests
- Install network.service alias, that points to the enabled service
  and obsoletes the use of NETWORKMANAGER=yes/no sysconfig variable
  in /etc/sysconfig/network/config (bnc#764055,bnc#764336,bnc#798348).
- Requires sysconfig-0.80.0

OBS-URL: https://build.opensuse.org/request/show/149827
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=170
2013-01-29 08:53:44 +00:00
e3a588082b Accepting request 144435 from home:fcrozat:branches:GNOME:Factory
- Update systemd-network-config.patch: ensure
  NetworkManager.service is Before network.target (bnc#789421).

OBS-URL: https://build.opensuse.org/request/show/144435
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=168
2012-12-07 08:42:45 +00:00
Vincent Untz
2c36b4a9fc Accepting request 106129 from home:dimstar:branches:GNOME:Factory
Checkin without rpmlintrc modifications. bnc#747780 got already handled

OBS-URL: https://build.opensuse.org/request/show/106129
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=135
2012-02-23 12:17:51 +00:00
Vincent Untz
4503c3f5c3 Accepting request 95767 from home:fcrozat:branches:GNOME:Factory
- Update systemd-network-config.patch to handle NM_TIMEOUT value 0
  as no timeout (bnc#730628).

OBS-URL: https://build.opensuse.org/request/show/95767
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=131
2011-12-07 15:24:03 +00:00
Vincent Untz
1be148f801 Accepting request 85109 from home:fcrozat:systemd
- Update patch systemd-network-config.patch to correctly handle
  /usr over NFS.
- Use latest systemd rpm macros.

OBS-URL: https://build.opensuse.org/request/show/85109
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=121
2011-09-27 16:47:47 +00:00
Vincent Untz
040e8b1c99 Accepting request 81706 from home:fcrozat:systemd
- Update systemd-network-config.patch to enable
  NetworkManager-wait-online.service too (and read timeout value
  from /etc/sysconfig/network/config).

OBS-URL: https://build.opensuse.org/request/show/81706
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=117
2011-09-09 16:03:39 +00:00
Vincent Untz
5dd5da58e1 Accepting request 80243 from home:fcrozat:systemd
- Add empty systemd macro to fix build on 11.4
- Update systemd-network-config.patch to disable dbus activation
  for NetworkManager, it was causing KDE timeout when NM was not
  handling network (bnc#714962).

OBS-URL: https://build.opensuse.org/request/show/80243
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=113
2011-08-30 17:30:54 +00:00
bc058a83ea Accepting request 79686 from home:fcrozat:systemd
- no longer package /var/run/NetworkManager, not used by NM
  anymore. Package /var/lib/NetworkManager instead.
- Add systemd-network-config.patch: follow network configuration to
  not start NM under systemd if it is disabled system-wide.
- enable systemd service for NetworkManager

OBS-URL: https://build.opensuse.org/request/show/79686
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=109
2011-08-24 16:48:50 +00:00