network-manager-applet: update to 0.9.8.9.
This commit is contained in:
parent
3c566846e9
commit
0b7c2e8564
|
@ -1,36 +0,0 @@
|
|||
diff --git a/src/wireless-security/eap-method-leap.c b/src/wireless-security/eap-method-leap.c
|
||||
index 93bb32d..3a1545e 100644
|
||||
--- src/wireless-security/eap-method-leap.c
|
||||
+++ src/wireless-security/eap-method-leap.c
|
||||
@@ -106,7 +106,6 @@ fill_connection (EAPMethod *parent, NMConnection *connection)
|
||||
if (method->new_connection) {
|
||||
g_object_set (s_8021x,
|
||||
NM_SETTING_802_1X_PASSWORD_FLAGS, NM_SETTING_SECRET_FLAG_AGENT_OWNED,
|
||||
- NM_SETTING_802_1X_SYSTEM_CA_CERTS, TRUE,
|
||||
NULL);
|
||||
}
|
||||
}
|
||||
diff --git src/wireless-security/eap-method-simple.c src/wireless-security/eap-method-simple.c
|
||||
index 43063dd..6463c46 100644
|
||||
--- src/wireless-security/eap-method-simple.c
|
||||
+++ src/wireless-security/eap-method-simple.c
|
||||
@@ -169,7 +169,6 @@ fill_connection (EAPMethod *parent, NMConnection *connection)
|
||||
if (method->new_connection && (not_saved == FALSE)) {
|
||||
g_object_set (s_8021x,
|
||||
NM_SETTING_802_1X_PASSWORD_FLAGS, NM_SETTING_SECRET_FLAG_AGENT_OWNED,
|
||||
- NM_SETTING_802_1X_SYSTEM_CA_CERTS, TRUE,
|
||||
NULL);
|
||||
}
|
||||
}
|
||||
diff --git src/wireless-security/eap-method-tls.c src/wireless-security/eap-method-tls.c
|
||||
index da02873..1d3222e 100644
|
||||
--- src/wireless-security/eap-method-tls.c
|
||||
+++ src/wireless-security/eap-method-tls.c
|
||||
@@ -170,7 +170,6 @@ fill_connection (EAPMethod *parent, NMConnection *connection)
|
||||
if (method->new_connection) {
|
||||
g_object_set (s_8021x,
|
||||
secret_flag_prop, NM_SETTING_SECRET_FLAG_AGENT_OWNED,
|
||||
- NM_SETTING_802_1X_SYSTEM_CA_CERTS, TRUE,
|
||||
NULL);
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'network-manager-applet'
|
||||
pkgname=network-manager-applet
|
||||
version=0.9.8.8
|
||||
revision=3
|
||||
version=0.9.8.9
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --without-bluetooth --with-modem-manager-1"
|
||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.gnome.org/projects/NetworkManager/"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
|
||||
checksum=581ebf9ead919e33d7e910322c2f64919f98716d8636f1a640b72c9b2e3ba9eb
|
||||
checksum=b93d7bf49456b7932e233f562bf9531a3f3ff10946c942126159b92b3dda25c3
|
||||
|
||||
libnm-gtk_package() {
|
||||
short_desc+=" - runtime library"
|
||||
|
|
Loading…
Reference in New Issue