From 0b7c2e8564b0951fbc4e566215cdc8b675e33d5b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 19 Apr 2014 23:00:03 +0200 Subject: [PATCH] network-manager-applet: update to 0.9.8.9. --- .../patches/system-ca-certs.patch | 36 ------------------- srcpkgs/network-manager-applet/template | 6 ++-- 2 files changed, 3 insertions(+), 39 deletions(-) delete mode 100644 srcpkgs/network-manager-applet/patches/system-ca-certs.patch diff --git a/srcpkgs/network-manager-applet/patches/system-ca-certs.patch b/srcpkgs/network-manager-applet/patches/system-ca-certs.patch deleted file mode 100644 index ef355f912ef..00000000000 --- a/srcpkgs/network-manager-applet/patches/system-ca-certs.patch +++ /dev/null @@ -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); - } - diff --git a/srcpkgs/network-manager-applet/template b/srcpkgs/network-manager-applet/template index 6b494409f4f..bdcd50329af 100644 --- a/srcpkgs/network-manager-applet/template +++ b/srcpkgs/network-manager-applet/template @@ -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 " 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"