commit connman for openSUSE:Factory

2020-02-19 Thread root
Hello community,

here is the log from the commit of package connman for openSUSE:Factory checked 
in at 2020-02-19 12:42:44

Comparing /work/SRC/openSUSE:Factory/connman (Old)
 and  /work/SRC/openSUSE:Factory/.connman.new.26092 (New)


Package is "connman"

Wed Feb 19 12:42:44 2020 rev:5 rq:775510 version:1.38

Changes:

--- /work/SRC/openSUSE:Factory/connman/connman.changes  2019-05-12 
11:45:59.308085449 +0200
+++ /work/SRC/openSUSE:Factory/.connman.new.26092/connman.changes   
2020-02-19 12:42:53.443896130 +0100
@@ -1,0 +2,11 @@
+Tue Feb 18 17:57:00 UTC 2020 - Alexei Podvalsky 
+
+- 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
+
+---

Old:

  connman-1.37.tar.sign
  connman-1.37.tar.xz

New:

  connman-1.38.tar.sign
  connman-1.38.tar.xz



Other differences:
--
++ connman.spec ++
--- /var/tmp/diff_new_pack.GeIVu2/_old  2020-02-19 12:42:55.275899658 +0100
+++ /var/tmp/diff_new_pack.GeIVu2/_new  2020-02-19 12:42:55.279899665 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package connman
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 %define tist_working   1
 %endif
 Name:   connman
-Version:1.37
+Version:1.38
 Release:0
 Summary:Connection Manager
 License:GPL-2.0-only
@@ -46,6 +46,7 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28
 BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  pkgconfig(libiptc)
+BuildRequires:  pkgconfig(libmnl)
 BuildRequires:  pkgconfig(polkit-agent-1)
 BuildRequires:  pkgconfig(xtables)
 Requires:   bluez
@@ -72,7 +73,7 @@
 Group:  Documentation/Man
 
 %description doc
-Documentation in form of man pages for connman
+Documentation in form of man pages for Connman (Connection Manager).
 
 ##
 #Plugins
@@ -80,7 +81,7 @@
 
 %if %{hh2serial_working}
 %package plugin-hh2serial-gps
-Summary:HH2Serial GPS plugin for connman (Connection Manager)
+Summary:HH2Serial GPS plugin for connman
 Group:  System/Daemons
 Requires:   %{name} >= %{version}
 
@@ -91,7 +92,7 @@
 
 %if %{openconnect_present}
 %package plugin-openconnect
-Summary:OpenConnect plugin for connman (Connection Manager)
+Summary:OpenConnect plugin for connman
 Group:  System/Daemons
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(openconnect)
@@ -106,7 +107,7 @@
 %endif #openconnect_present
 
 %package plugin-vpnc
-Summary:VPNC plugin for connman (Connection Manager)
+Summary:VPNC plugin for connman
 Group:  System/Daemons
 BuildRequires:  vpnc
 Requires:   %{name} >= %{version}
@@ -117,7 +118,7 @@
 #-
 
 %package plugin-openvpn
-Summary:OpenVPN plugin for connman (Connection Manager)
+Summary:OpenVPN plugin for connman
 Group:  System/Daemons
 BuildRequires:  openvpn
 Requires:   %{name} >= %{version}
@@ -128,19 +129,26 @@
 #-
 
 %package plugin-pptp
-Summary:PPTP plugin for connman (Connection Manager)
+Summary:PPTP plugin for connman
 Group:  System/Daemons
-BuildRequires:  vpnc
 Requires:   %{name} >= %{version}
-Requires:   vpnc
 
 %description plugin-pptp
 Provides PPTP support for Connman (Connection Manager).
 #-
 
+%package plugin-wireguard
+Summary:WireGuard plugin for connman
+Group:  System/Daemons
+Requires:   %{name} >= %{version}
+
+%description plugin-wireguard
+Provides WireGuard network support for Connman (Connection Manager).
+#-
+
 %if %{tist_working}
 %package plugin-tist
-Summary:TIST plugin for connman (Connection Manager)
+Summary:TIST plugin for connman
 Group:  System/Daemons
 Requires:   %{name} >= %{version}
 
@@ -150,7 +158,7 @@
 #-
 
 %package plugin-l2tp
-Summary:L2TP plugin for connman (Connection Manager)
+Summary:L2TP plugin for connman
 Group:  System/Daemons
 Requires:   %{name} >= %{version}
 
@@ -159,7 +167,7 @@
 #-
 
 %package plugin-iospm
-Summary:Intel OSPM plugin for connman 

commit connman for openSUSE:Factory

2019-05-12 Thread root
Hello community,

here is the log from the commit of package connman for openSUSE:Factory checked 
in at 2019-05-12 11:45:16

Comparing /work/SRC/openSUSE:Factory/connman (Old)
 and  /work/SRC/openSUSE:Factory/.connman.new.5148 (New)


Package is "connman"

Sun May 12 11:45:16 2019 rev:4 rq:702064 version:1.37

Changes:

--- /work/SRC/openSUSE:Factory/connman/connman.changes  2018-02-13 
10:32:45.657834783 +0100
+++ /work/SRC/openSUSE:Factory/.connman.new.5148/connman.changes
2019-05-12 11:45:59.308085449 +0200
@@ -1,0 +2,30 @@
+Fri May 10 21:53:12 UTC 2019 - Alexei Podvalsky 
+
+- 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
+
+---

Old:

  connman-1.35-include.patch
  connman-1.35-resolvconf.patch
  connman-1.35.tar.sign
  connman-1.35.tar.xz

New:

  connman-1.37.tar.sign
  connman-1.37.tar.xz



Other differences:
--
++ connman.spec ++
--- /var/tmp/diff_new_pack.JmItq4/_old  2019-05-12 11:46:00.736089641 +0200
+++ /var/tmp/diff_new_pack.JmItq4/_new  2019-05-12 11:46:00.736089641 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package connman
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -26,21 +26,17 @@
 %define tist_working   1
 %endif
 Name:   connman
-Version:1.35
+Version:1.37
 Release:0
 Summary:Connection Manager
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/Daemons
 URL:http://www.moblin.org/
 Source0:
http://www.kernel.org/pub/linux/network/connman/connman-%{version}.tar.xz
 Source1:
http://www.kernel.org/pub/linux/network/connman/connman-%{version}.tar.sign
 Source2:connman.keyring
-# PATCH-FIX-OPENSUSE -- tmpfile makes a symlink to /etc/resolv.conf which the 
break all the other network manager
-Patch0: connman-1.35-resolvconf.patch
 # PATCH-FIX-OPENSUSE -- Greate symlink to network.service
-Patch1: connman-1.35-service.patch
-# PATCH-FIX-UPSTREAM -- https://patchwork.kernel.org/patch/10172123/
-Patch2: connman-1.35-include.patch 
+Patch0: connman-1.35-service.patch
 BuildRequires:  dhcp
 BuildRequires:  openvpn
 BuildRequires:  pkgconfig
@@ -213,8 +209,6 @@
 %prep
 %setup -q -n connman-%{version}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 # Using i586 repository, so explicitly forward it to CC.
@@ -329,8 +323,8 @@
 %dir %{_libdir}/%{name}/scripts
 %dir %{_libdir}/%{name}/plugins
 %dir %{_libdir}/%{name}/plugins-vpn
-%config %{_sysconfdir}/dbus-1/system.d/connman.conf
-%config %{_sysconfdir}/dbus-1/system.d/connman-vpn-dbus.conf
+%{_datadir}/dbus-1/system.d/connman.conf
+%{_datadir}/dbus-1/system.d/connman-vpn-dbus.conf
 %{_datadir}/dbus-1/system-services/net.connman.vpn.service
 %{_unitdir}/connman.service
 %{_unitdir}/connman-vpn.service
@@ -387,7 +381,7 @@
 %{_libdir}/%{name}/test
 
 %files nmcompat
-%config %{_sysconfdir}/dbus-1/system.d/connman-nmcompat.conf

commit connman for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package connman for openSUSE:Factory checked 
in at 2018-02-13 10:32:35

Comparing /work/SRC/openSUSE:Factory/connman (Old)
 and  /work/SRC/openSUSE:Factory/.connman.new (New)


Package is "connman"

Tue Feb 13 10:32:35 2018 rev:3 rq:575996 version:1.35

Changes:

--- /work/SRC/openSUSE:Factory/connman/connman.changes  2018-01-13 
21:47:09.871425750 +0100
+++ /work/SRC/openSUSE:Factory/.connman.new/connman.changes 2018-02-13 
10:32:45.657834783 +0100
@@ -1,0 +2,6 @@
+Tue Feb 13 02:25:52 UTC 2018 - avvi...@yandex.by
+
+- Fix build errors due to unsupported header include order with 
+  newer kernels >=4.15 (connman-1.35-include.patch).
+
+---

New:

  connman-1.35-include.patch



Other differences:
--
++ connman.spec ++
--- /var/tmp/diff_new_pack.BD73Ji/_old  2018-02-13 10:32:46.785794139 +0100
+++ /var/tmp/diff_new_pack.BD73Ji/_new  2018-02-13 10:32:46.785794139 +0100
@@ -39,6 +39,8 @@
 Patch0: connman-1.35-resolvconf.patch
 # PATCH-FIX-OPENSUSE -- Greate symlink to network.service
 Patch1: connman-1.35-service.patch
+# PATCH-FIX-UPSTREAM -- https://patchwork.kernel.org/patch/10172123/
+Patch2: connman-1.35-include.patch 
 BuildRequires:  dhcp
 BuildRequires:  openvpn
 BuildRequires:  pkgconfig
@@ -212,6 +214,7 @@
 %setup -q -n connman-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 # Using i586 repository, so explicitly forward it to CC.

++ connman-1.35-include.patch ++
diff -ruN connman-1.35.orig/src/tethering.c connman-1.35/src/tethering.c
--- connman-1.35.orig/src/tethering.c   2017-04-27 14:46:41.0 +0300
+++ connman-1.35/src/tethering.c2018-02-13 05:29:55.346698541 +0300
@@ -31,11 +31,11 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
-#include 
 #include 
+#include 
+#include 
 #include 
 
 #include "connman.h"




commit connman for openSUSE:Factory

2018-01-13 Thread root
Hello community,

here is the log from the commit of package connman for openSUSE:Factory checked 
in at 2018-01-13 21:47:09

Comparing /work/SRC/openSUSE:Factory/connman (Old)
 and  /work/SRC/openSUSE:Factory/.connman.new (New)


Package is "connman"

Sat Jan 13 21:47:09 2018 rev:2 rq:563492 version:1.35

Changes:

--- /work/SRC/openSUSE:Factory/connman/connman.changes  2017-11-23 
09:42:36.980450483 +0100
+++ /work/SRC/openSUSE:Factory/.connman.new/connman.changes 2018-01-13 
21:47:09.871425750 +0100
@@ -1,0 +2,5 @@
+Tue Dec 26 12:30:49 UTC 2017 - avvi...@yandex.by
+
+- Add symlink to network.service (connman-1.35-service.patch)
+
+---

New:

  connman-1.35-service.patch



Other differences:
--
++ connman.spec ++
--- /var/tmp/diff_new_pack.UEX6Gh/_old  2018-01-13 21:47:10.571393119 +0100
+++ /var/tmp/diff_new_pack.UEX6Gh/_new  2018-01-13 21:47:10.583392559 +0100
@@ -37,6 +37,8 @@
 Source2:connman.keyring
 # PATCH-FIX-OPENSUSE -- tmpfile makes a symlink to /etc/resolv.conf which the 
break all the other network manager
 Patch0: connman-1.35-resolvconf.patch
+# PATCH-FIX-OPENSUSE -- Greate symlink to network.service
+Patch1: connman-1.35-service.patch
 BuildRequires:  dhcp
 BuildRequires:  openvpn
 BuildRequires:  pkgconfig
@@ -209,6 +211,7 @@
 %prep
 %setup -q -n connman-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 # Using i586 repository, so explicitly forward it to CC.

++ connman-1.35-service.patch ++
diff -ruN connman-1.35.orig/src/connman.service.in 
connman-1.35/src/connman.service.in
--- connman-1.35.orig/src/connman.service.in2017-04-27 14:46:41.0 
+0300
+++ connman-1.35/src/connman.service.in 2017-12-26 15:17:11.743397882 +0300
@@ -19,3 +19,4 @@
 
 [Install]
 WantedBy=multi-user.target
+Alias=network.service




commit connman for openSUSE:Factory

2017-11-23 Thread root
Hello community,

here is the log from the commit of package connman for openSUSE:Factory checked 
in at 2017-11-23 09:42:33

Comparing /work/SRC/openSUSE:Factory/connman (Old)
 and  /work/SRC/openSUSE:Factory/.connman.new (New)


Package is "connman"

Thu Nov 23 09:42:33 2017 rev:1 rq:541136 version:1.35

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.connman.new/connman.changes 2017-11-23 
09:42:36.980450483 +0100
@@ -0,0 +1,260 @@
+---
+Thu Oct 26 01:13:17 UTC 2017 - avvi...@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 - avvi...@yandex.by
+
+- Remove unrecognized options: disable-gtk-doc, enable-threads, 
+  disable-iwmx, enable-session-policy
+
+---
+Thu Oct 19 18:04:38 UTC 2017 - avvi...@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 - avvi...@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 - avvi...@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_wal...@opensuse.org
+
+- bump to 1.35
+  besides other things contains fix for CVE-2017-12865
+
+---
+Tue Oct 13 22:22:59 UTC 2015 - sleep_wal...@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_wal...@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_wal...@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