- Change all hashbangs of test scripts from /usr/bin/python to /usr/bin/python3: the code is py3 ready (boo#1219309, commit 55965561). OBS-URL: https://build.opensuse.org/request/show/1145266 OBS-URL: https://build.opensuse.org/package/show/network:utilities/connman?expand=0&rev=45
428 lines
18 KiB
Plaintext
428 lines
18 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 8 16:57:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Change all hashbangs of test scripts from /usr/bin/python to
|
|
/usr/bin/python3: the code is py3 ready (boo#1219309, commit
|
|
55965561).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 13 13:12:16 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>
|
|
|
|
- Update to 1.42
|
|
* Fix issue with iwd and signal strength calculation.
|
|
* Fix issue with iwd and handling service removal.
|
|
* Fix issue with iwd and handling new connections.
|
|
* Fix issue with handling default online check URL.
|
|
* Fix issue with handling nameservers refresh.
|
|
* Fix issue with handling proxy from DHCP lease. (bsc#1210395 CVE-2023-28488)
|
|
* Fix issue with handling multiple proxies from PAC.
|
|
* Fix issue with handling manual time update changes.
|
|
* Fix issue with handling invalid gateway routes.
|
|
* Fix issue with handling hidden WiFi agent requests.
|
|
* Fix issue with handling WiFi SAE authentication failure.
|
|
* Fix issue with handling DNS Proxy and TCP server replies.
|
|
* Add support for regulatory domain following timezone.
|
|
* Add support for localtime configuration option.
|
|
* add 0001-scripts-add-missing-header-file.patch
|
|
- remove patches
|
|
* remove 0001-wispr-Rename-wispr_portal_list-to-wispr_portal_hash.patch
|
|
* remove 0002-wispr-Ignore-NULL-proxy.patch
|
|
* remove 0003-wispr-Add-reference-counter-to-portal-context.patch
|
|
* remove 0004-wispr-Update-portal-context-references.patch
|
|
* remove 0005-gweb-Fix-OOB-write-in-received_data.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 1 13:48:53 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
|
|
|
|
- Add refcounting to wispr portal detection (bsc#1200190)
|
|
* add 0001-wispr-Rename-wispr_portal_list-to-wispr_portal_hash.patch
|
|
* add 0002-wispr-Ignore-NULL-proxy.patch
|
|
* add 0003-wispr-Add-reference-counter-to-portal-context.patch (CVE-2022-32293)
|
|
* add 0004-wispr-Update-portal-context-references.patch (CVE-2022-32293)
|
|
- Fix OOB write in received_data (bsc#1200189)
|
|
* add 0005-gweb-Fix-OOB-write-in-received_data.patch (CVE-2022-32292)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 14 07:43:53 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
|
|
|
|
- Switch from iptables to nftables.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 12 08:28:34 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Explicitly BuildRequire openconnect: configure is looking for the
|
|
binaries, not only the devel parts. The devel package though does
|
|
not pull in the daemon (which is not used in most cases to
|
|
develop).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 01 12:57:25 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
|
|
|
|
- Update to 1.41: (bsc#1194177, bsc#1194176, bsc#1194175)
|
|
* Fix issue with RTNL netlink message alignment.
|
|
* Fix issue with dnsproxy and timeout for TCP feature. (CVE-2022-23097, CVE-2022-23096)
|
|
* Fix issue with dnsproxy and busy loop in TCP server. (CVE-2022-23098)
|
|
* Fix issue with WiFi connection with no passphrase.
|
|
* Add support for wpa_supplicant and WPA3-SAE functionality.
|
|
* Add support for D-Bus ObjectManager interface.
|
|
- Renamed downstream patches to separate them from upstream patches
|
|
* Rename 0001-connman-1.35-service.patch to 0100-connman-1.35-service.patch
|
|
* Rename harden_connman-vpn.service.patch to 0101-harden_connman-vpn.service.patch
|
|
* Rename harden_connman-wait-online.service.patch to 0102-harden_connman-wait-online.service.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 26 14:14:41 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
|
|
|
- connman-nmcompat manages D-Bus permissions for NetworkManager service.
|
|
However, these rules are different than the ones NetworkManager setup.
|
|
Allow the installation of only either of them. Fixes bsc#1192827
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 15 12:11:29 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
|
|
|
- Drop ProtectClock hardening, can cause issues if other device acceess is needed
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 30 08:28:08 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
|
|
|
- Added hardening to systemd service(s). Added patch(es):
|
|
* harden_connman-vpn.service.patch
|
|
* harden_connman-wait-online.service.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 23 08:09:29 UTC 2021 - Daniel Wagner <daniel.wagner@suse.com>
|
|
|
|
- Update to 1.40:
|
|
* Fix issue with handling WiFi disconnecting status.
|
|
* Fix issue with handling WiFi auto-connect and iwd backend.
|
|
* Drop 0002-dnsproxy-Check-the-length-of-buffers-before-memcpy.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 9 08:03:22 UTC 2021 - Daniel Wagner <daniel.wagner@suse.com>
|
|
|
|
- Address buffer overflow in dnsproxy (bsc#1186869):
|
|
* Rename connman-1.35-service.patch to 0001-connman-1.35-service.patch
|
|
* Add 0002-dnsproxy-Check-the-length-of-buffers-before-memcpy.patch (CVE-2021-33833)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 12 13:16:04 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
|
|
|
- Update to 1.39 (bsc#1181751):
|
|
* Fix issue with scanning state synchronization and iwd.
|
|
* Fix issue with invalid key with 4-way handshake offloading.
|
|
* Fix issue with DNS proxy length checks to prevent buffer overflow. (CVE-2021-26675)
|
|
* Fix issue with DHCP leaking stack data via uninitialized variable. (CVE-2021-26676)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 18 17:57:00 UTC 2020 - Alexei Podvalsky <avvissu@yandex.by>
|
|
|
|
- Update to 1.38:
|
|
* Fix issue with online check on IP address update.
|
|
* Fix issue with OpenVPN and encrypted private keys.
|
|
* Fix issue with finishing of VPN connections.
|
|
* Add support for updated stable iwd APIs.
|
|
* Add support for WireGuard networks.
|
|
- Spec file cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 10 21:53:12 UTC 2019 - Alexei Podvalsky <avvissu@yandex.by>
|
|
|
|
- Update to 1.37:
|
|
* Fix issue with handling invalid gateway addresses.
|
|
* Fix issue with handling updates of default gateway.
|
|
* Fix issue with DHCP servers that require broadcast flag.
|
|
* Add support for option to use gateways as time servers.
|
|
* Add support for option to select default technology.
|
|
* Add support for Address Conflict Detection (ACD).
|
|
* Add support for IPv6 iptables management.
|
|
- Change in 1.36:
|
|
* Fix issue with DNS short response on error handling.
|
|
* Fix issue with handling incoming DNS requests.
|
|
* Fix issue with handling empty timeserver list.
|
|
* Fix issue with incorrect DHCP byte order.
|
|
* Fix issue with AllowDomainnameUpdates handling.
|
|
* Fix issue with IPv4 link-local IP conflict error.
|
|
* Fix issue with handling WISPr over TLS connections.
|
|
* Fix issue with WiFi background scanning handling.
|
|
* Fix issue with WiFi disconnect+connect race condition.
|
|
* Fix issue with WiFi scanning and tethering operation.
|
|
* Fix issue with WiFi security change handling.
|
|
* Fix issue with missing signal for WPS changes.
|
|
* Fix issue with online check retry handling.
|
|
* Add support for systemd-resolved backend.
|
|
* Add support for mDNS configuration setup.
|
|
- Drop connman-1.35-include.patch
|
|
- Drop connman-1.35-resolvconf.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 13 02:25:52 UTC 2018 - avvissu@yandex.by
|
|
|
|
- Fix build errors due to unsupported header include order with
|
|
newer kernels >=4.15 (connman-1.35-include.patch).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 26 12:30:49 UTC 2017 - avvissu@yandex.by
|
|
|
|
- Add symlink to network.service (connman-1.35-service.patch)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 26 01:13:17 UTC 2017 - avvissu@yandex.by
|
|
|
|
- Change the mode of download_files (sr#521762)
|
|
- Remove connman-rpmlintrc (bnc#1057697)
|
|
- Add client as a recommended dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 20 15:44:11 UTC 2017 - avvissu@yandex.by
|
|
|
|
- Remove unrecognized options: disable-gtk-doc, enable-threads,
|
|
disable-iwmx, enable-session-policy
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 19 18:04:38 UTC 2017 - avvissu@yandex.by
|
|
|
|
- Add configuration file (/etc/connman/main.conf)
|
|
- Add ghost lines: main.conf connman connman-vpn
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 3 02:12:17 UTC 2017 - avvissu@yandex.by
|
|
|
|
- Add connman-1.35-resolvconf.patch
|
|
- Activate connman.service if the network services disabled
|
|
- Add info in /var/adm/update-messages
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 8 00:54:17 UTC 2017 - avvissu@yandex.by
|
|
|
|
- Remove obsolete macros
|
|
- Add polkit-agent-1 dependency
|
|
- Use the %tmpfiles_create macro
|
|
- Removal of ldconfig scriptlets from all packages
|
|
- Add connman-wait-online.service in post{un}
|
|
- Spec file cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 22 05:20:00 UTC 2017 - sleep_walker@opensuse.org
|
|
|
|
- bump to 1.35
|
|
besides other things contains fix for CVE-2017-12865
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 13 22:22:59 UTC 2015 - sleep_walker@opensuse.org
|
|
|
|
- bumpt to 1.30
|
|
Fix issue with pending DNS request during server change.
|
|
Fix issue with empty strings in nameservers configuration.
|
|
Fix issue with time servers during IP configuration change.
|
|
Fix issue with 4-way handshake during roaming.
|
|
Fix issue with open WiFi networks security.
|
|
Fix issue with support for WiFi AnonymousIdentity.
|
|
Fix issue with memory leak and DHCPv6 DUID handling.
|
|
Fix issue with DHCP client and P2P interaction.
|
|
Fix issue with handling provision file updates.
|
|
Fix issue with VPN state updates.
|
|
Disable 6to4 support by default.
|
|
- add keyring file
|
|
- clean with spec-cleaner
|
|
- fix builds for all possible distributions and architectures
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 7 13:00:42 UTC 2015 - sleep_walker@opensuse.org
|
|
|
|
- bump to 1.29
|
|
Fix issue with IPv6 autoconfiguration when disabled.
|
|
Fix issue with IPv6 temporary route handling.
|
|
Fix issue with IPv6 timers for nameservers.
|
|
Fix issue with DHPCv6 and route configuration.
|
|
Fix issue with DHCPv6 source port and buggy servers.
|
|
Fix issue with DHCPv6 rapid commit option length.
|
|
Fix issue with DHCPv6 rapid commit error handling.
|
|
Fix issue with handling invalid WiFi passphrases.
|
|
Fix issue with connecting Ethernet devices.
|
|
Add support for Ethernet and VLAN usage.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 6 22:01:38 UTC 2015 - sleep_walker@suse.cz
|
|
|
|
- bump to 1.28
|
|
ver 1.28:
|
|
Fix issue with DHCPv6 re-transmission timer.
|
|
Fix issue with DHCP service ID option byte order.
|
|
Fix issue with IPv6 connections and SLAAC/DHCPv6.
|
|
Fix issue with telephony and IPv6 autoconfiguration.
|
|
Fix issue with Bluetooth technology setting changes.
|
|
Fix issue with WiFi autoscan interval calculation.
|
|
Fix issue with WiFi and missing BSS signal strength.
|
|
Add support for IPv4 information for WiFi Display.
|
|
|
|
ver 1.27:
|
|
Fix issue with memory leak in IP configuration.
|
|
Fix issue with providing random numbers for DHCP.
|
|
Fix issue with handling IN_MOVED_TO inotify events.
|
|
Fix issue with channel selection for WiFi scanning.
|
|
Add support for handling Bluetooth GN and PANU roles.
|
|
|
|
ver 1.26:
|
|
Fix issue with missing WiFi security provisioning support.
|
|
Fix issue with immutable setting and provisioned services.
|
|
Fix issue with scheduling DNS cache cleanup procedure.
|
|
Fix issue with IPv6 Privacy setting on service removal.
|
|
Fix issue with DHCPv6 CONFIRM message sending procedure.
|
|
Fix issue with DHCPv6 lease expiration handling support.
|
|
Fix issue with DHCPv4 networks and broadcast flag handling.
|
|
Fix issue with DHCPv4 networks without gateway configuration.
|
|
Fix issue with P2P Peer authorization handling.
|
|
Fix issue with P2P Peer service registration.
|
|
Add support for WiFi Display information elements.
|
|
Add support for systemd-hostnamed integration.
|
|
|
|
ver 1.25:
|
|
Fix issue with handling rebind timer for DHCPv6.
|
|
Fix issue with handling DHCP renew transaction.
|
|
Fix issue with user supplied proxy settings and DHCP.
|
|
Fix issue with extra status codes from captive portals.
|
|
Fix issue with service idle state reset on failure.
|
|
Fix issue with DNS label compression handling.
|
|
Add support for experimental P2P Peer service.
|
|
|
|
ver 1.24:
|
|
Fix issue with handling slave interfaces.
|
|
Fix issue with handling DHCPv4 broadcast flag.
|
|
Fix issue with handling DHCPv4 lease expiration.
|
|
Fix issue with handling WiFi auto-scanning timeout.
|
|
Fix issue with handling domain and DNS server changes.
|
|
Fix issue with double free and agent messages.
|
|
|
|
ver 1.23:
|
|
Fix issue with memory leak in technology handling.
|
|
Fix issue with not removing host route of OpenVPN.
|
|
Fix issue with double free in DHCP cleanup handling.
|
|
Fix issue with handling DHCP method from oFono.
|
|
Fix issue with IPv6-PD when disabling tethering.
|
|
Fix issue with DNS proxy when disabling tethering.
|
|
Fix issue with Bluetooth start and stop interaction.
|
|
Fix issue with Bluetooth PAN networks on adapter change.
|
|
|
|
ver 1.22:
|
|
Fix issue with WPS state synchronization.
|
|
Fix issue with DNS servers and default service.
|
|
Fix issue with DHCP client and rebooting state.
|
|
Add support for NTP exponential backoff handling.
|
|
Add support for NTP kiss-of-death packet handling.
|
|
Add support for Ethernet gadget networking.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 15 18:29:40 UTC 2014 - jmatejka@suse.cz
|
|
|
|
- Install connmanctl in connman-client package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 19 02:54:38 UTC 2014 - simon@simotek.net
|
|
|
|
- bump to 1.21
|
|
Hidden SSID scanning works again and the security mode of the found WiFi network is checked against the one requested (Tomasz Bursztyka).
|
|
Fix failure when enabling Bluetooth using Bluez 5.x (Zhang Zhengguang)
|
|
GTK-doc generated documentation hasn't seen any use in a long time and has become sufficiently broken in order to be removed (Ross Burton). Notice that ConnMan documentation still continues to exist in the ./doc directory.
|
|
Fix a few minor issues discovered by Coverity (Daniel Wagner) and add DNS buffer validation (Jaehyun Kim).
|
|
Properly handle proxies whether they are IP addresses or host names (Sjoerd Simons)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 17 21:26:14 UTC 2013 - sleep_walker@suse.cz
|
|
|
|
- bump to 1.20
|
|
ver 1.20:
|
|
Fix issue with invalid cache of DNS proxy support.
|
|
Fix issue with stopping DHCP for failed connections.
|
|
Fix issue with not stopping IPv4 Link-Local state machine.
|
|
Fix issue with service type handling for unknown interfaces.
|
|
Fix issue with using interface names instead of indexes.
|
|
Fix issue with resetting network retry counter on failure.
|
|
Fix issue with using nameservers when its type is not enabled.
|
|
Fix issue with fallback nameservers not being used.
|
|
Add support for NTP version 3 protocol.
|
|
|
|
ver 1.19:
|
|
Fix issue with not correctly storing IPv4 method.
|
|
Fix issue with changing the default service too early.
|
|
Fix issue with service reference count and WISPr checks.
|
|
Fix issue with service auto-connect handling and ordering.
|
|
Fix issue with host and domain names when service changes.
|
|
Fix issue with proxy result and WISPr handling.
|
|
Fix issue with proxy reset when disconnecting.
|
|
Fix issue with handling fallback nameservers.
|
|
Add support for multiple agents.
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 24 14:19:35 UTC 2013 - guillaume@opensuse.org
|
|
|
|
- Update to 1.18
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 8 08:31:40 UTC 2013 - simon@simotek.net
|
|
|
|
- Properly handle vpn service with systemd
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 1 10:33:26 UTC 2013 - simon@simotek.net
|
|
|
|
- Update to 1.15
|
|
- 1.12 never built (My Fault)
|
|
- Various bug fixes including to tethering, DHCPv6 and commandline
|
|
client amoungst others
|
|
-------------------------------------------------------------------
|
|
Sat Mar 23 23:22:19 UTC 2013 - simon@simotek.net
|
|
|
|
- Update to 1.12
|
|
- New Bluetooth and VPN features amongst others
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 25 06:20:28 UTC 2012 - simon@simotek.net
|
|
|
|
- Meet Packaging Guidelines for systemd packages in openSUSE
|
|
- Remove some tabs from the spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 23 17:11:54 UTC 2012 - sleep_walker@suse.cz
|
|
|
|
- fix dependency name
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 23 16:28:30 UTC 2012 - sleep_walker@suse.cz
|
|
|
|
- remove *_version conditions as it is handled in meta prjconf
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 23 16:18:04 UTC 2012 - sleep_walker@suse.cz
|
|
|
|
- update to 1.9
|
|
- reorder configure to follow ./configure --help order
|
|
- add wpa_supplicant to Buildrequires
|
|
- enable session_policy plugin
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 25 17:06:30 UTC 2012 - sleep_walker@suse.cz
|
|
|
|
- update dependencies to work on SUSE distros II.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 25 12:42:54 UTC 2012 - sleep_walker@suse.cz
|
|
|
|
- update dependencies to work on SUSE distros
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 23 22:46:44 UTC 2012 - sleep_walker@suse.cz
|
|
|
|
- move files across packages, move requires and buildrequires
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 22 23:17:19 UTC 2012 - sleep_walker@suse.cz
|
|
|
|
- fix deps for oS12.2+
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 22 23:02:54 UTC 2012 - sleep_walker@suse.cz
|
|
|
|
- update to 1.7, add more subpackages
|
|
|