summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2014-05-02 15:32:49 +0000
committerTony Vroon <chainsaw@gentoo.org>2014-05-02 15:32:49 +0000
commitba9418ccda4d945dafae205328af70c2cc874d96 (patch)
tree0ac40be4d49c6ee885c6d659beaf4b7fb8be9d90 /net-misc/connman
parentAdd ruby21. (diff)
downloadgentoo-2-ba9418ccda4d945dafae205328af70c2cc874d96.tar.gz
gentoo-2-ba9418ccda4d945dafae205328af70c2cc874d96.tar.bz2
gentoo-2-ba9418ccda4d945dafae205328af70c2cc874d96.zip
Version 1.22 uses newer wpa_supplicant "wrong passphrase" handling and drops on-board code to deal with this. Version 1.23 fixes issues around DHCP & VPN route removal. As requested by José Romildo Malaquias in bug #509250.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'net-misc/connman')
-rw-r--r--net-misc/connman/ChangeLog11
-rw-r--r--net-misc/connman/connman-1.22.ebuild (renamed from net-misc/connman/connman-1.20.ebuild)4
-rw-r--r--net-misc/connman/connman-1.23.ebuild (renamed from net-misc/connman/connman-1.19.ebuild)19
3 files changed, 22 insertions, 12 deletions
diff --git a/net-misc/connman/ChangeLog b/net-misc/connman/ChangeLog
index 22e2393420fd..efba1063101a 100644
--- a/net-misc/connman/ChangeLog
+++ b/net-misc/connman/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for net-misc/connman
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.84 2014/03/14 10:15:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.85 2014/05/02 15:32:49 chainsaw Exp $
+
+*connman-1.23 (02 May 2014)
+*connman-1.22 (02 May 2014)
+
+ 02 May 2014; Tony Vroon <chainsaw@gentoo.org> -connman-1.19.ebuild,
+ -connman-1.20.ebuild, +connman-1.22.ebuild, +connman-1.23.ebuild:
+ Version 1.22 uses newer wpa_supplicant "wrong passphrase" handling and drops
+ on-board code to deal with this. Version 1.23 fixes issues around DHCP & VPN
+ route removal. As requested by José Romildo Malaquias in bug #509250.
14 Mar 2014; Agostino Sarubbo <ago@gentoo.org> connman-1.21.ebuild:
Stable for ppc64, wrt bug #502894
diff --git a/net-misc/connman/connman-1.20.ebuild b/net-misc/connman/connman-1.22.ebuild
index dd9feab129d7..57549fa2a86b 100644
--- a/net-misc/connman/connman-1.20.ebuild
+++ b/net-misc/connman/connman-1.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.20.ebuild,v 1.1 2014/01/21 08:40:14 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.22.ebuild,v 1.1 2014/05/02 15:32:49 chainsaw Exp $
EAPI="5"
inherit base systemd
@@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/glib-2.16
policykit? ( sys-auth/polkit )
openvpn? ( net-misc/openvpn )
vpnc? ( net-misc/vpnc )
- wifi? ( >=net-wireless/wpa_supplicant-0.7[dbus] )"
+ wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )"
DEPEND="${RDEPEND}
>=sys-kernel/linux-headers-2.6.39"
diff --git a/net-misc/connman/connman-1.19.ebuild b/net-misc/connman/connman-1.23.ebuild
index e4c824f845a7..05600e736f4a 100644
--- a/net-misc/connman/connman-1.19.ebuild
+++ b/net-misc/connman/connman-1.23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.19.ebuild,v 1.6 2014/01/19 10:26:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.23.ebuild,v 1.1 2014/05/02 15:32:49 chainsaw Exp $
EAPI="5"
inherit base systemd
@@ -11,8 +11,8 @@ SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86"
-IUSE="bluetooth debug doc examples +ethernet ofono openvpn policykit tools vpnc +wifi"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="bluetooth debug doc examples +ethernet ofono openvpn openconnect policykit tools vpnc +wifi"
RDEPEND=">=dev-libs/glib-2.16
>=sys-apps/dbus-1.2.24
@@ -23,11 +23,10 @@ RDEPEND=">=dev-libs/glib-2.16
policykit? ( sys-auth/polkit )
openvpn? ( net-misc/openvpn )
vpnc? ( net-misc/vpnc )
- wifi? ( >=net-wireless/wpa_supplicant-0.7[dbus] )"
+ wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )"
DEPEND="${RDEPEND}
- >=sys-kernel/linux-headers-2.6.39
- doc? ( dev-util/gtk-doc )"
+ >=sys-kernel/linux-headers-2.6.39"
PATCHES=( "${FILESDIR}/${PN}-1.16-execinfo-assumptions.patch" )
@@ -42,21 +41,23 @@ src_configure() {
$(use_enable wifi wifi builtin) \
$(use_enable bluetooth bluetooth builtin) \
$(use_enable ofono ofono builtin) \
+ $(use_enable openconnect openconnect builtin) \
$(use_enable openvpn openvpn builtin) \
$(use_enable policykit polkit builtin) \
$(use_enable vpnc vpnc builtin) \
$(use_enable debug) \
- $(use_enable doc gtk-doc) \
$(use_enable tools) \
--disable-iospm \
- --disable-hh2serial-gps \
- --disable-openconnect
+ --disable-hh2serial-gps
}
src_install() {
emake DESTDIR="${D}" install
dobin client/connmanctl || die "client installation failed"
+ if use doc; then
+ dodoc doc/*.txt
+ fi
keepdir /var/lib/${PN}
newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}