From 410caabf3babbfdd9d405034b2730952e68d362e Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 8 Nov 2015 23:00:07 -0600 Subject: network/NetworkManager-openconnect: Updated for version 0.9.8.6. As with the kde-networkmanagement-openconnect build, there's a chance that this may not work due to it being a different version than the NetworkManager and nm-applet version in Slackware 14.1, but this is necessary due to the openconnect upgrade. If either this or the kde applet don't work correctly, then let me know and we'll revert all three of the upgrades. Signed-off-by: Robby Workman --- .../NetworkManager-openconnect.SlackBuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'network/NetworkManager-openconnect/NetworkManager-openconnect.SlackBuild') diff --git a/network/NetworkManager-openconnect/NetworkManager-openconnect.SlackBuild b/network/NetworkManager-openconnect/NetworkManager-openconnect.SlackBuild index 2f2b6b1886..98cdc52f56 100644 --- a/network/NetworkManager-openconnect/NetworkManager-openconnect.SlackBuild +++ b/network/NetworkManager-openconnect/NetworkManager-openconnect.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for NetworkManager -# Copyright 2010,2011,2013 Robby Workman, Northport, Alabama, USA +# Copyright 2010-2015, Robby Workman, Tuscaloosa, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=NetworkManager-openconnect -VERSION=${VERSION:-0.9.8.4} +VERSION=${VERSION:-0.9.8.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,6 +69,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Support openconnect-7.x +patch -p1 < $CWD/NetworkManager-openconnect-0.9.8.6-libopenconnect5.patch + # Remove mention of an extraneous user account from the dbus config file patch -p1 < $CWD/nm-openconnect-service.conf.diff -- cgit v1.2.3