From c2b7c45c075fb5900976aa4897adf6d07805e1b7 Mon Sep 17 00:00:00 2001 From: Kevin Cernekee Date: Thu, 23 Jan 2014 20:13:35 -0800 Subject: [PATCH 1/2] OpenConnect: Add project web site URL and BSD advertising notice --- metadata/app.openconnect.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/metadata/app.openconnect.txt b/metadata/app.openconnect.txt index 9b3705c66f..0b08a89f11 100644 --- a/metadata/app.openconnect.txt +++ b/metadata/app.openconnect.txt @@ -1,6 +1,6 @@ Categories:Internet License:GPLv2+ -Web Site: +Web Site:http://forum.xda-developers.com/showthread.php?t=2616121 Source Code:https://github.com/cernekee/ics-openconnect Issue Tracker:https://github.com/cernekee/ics-openconnect/issues @@ -23,6 +23,10 @@ Requirements: * Android 4.0 (ICS) or higher * An account on a suitable VPN server + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/). + +This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). . Repo Type:git From bb123721ce038ab7a1c6966163d7d9c3a9045414 Mon Sep 17 00:00:00 2001 From: Kevin Cernekee Date: Thu, 23 Jan 2014 20:09:17 -0800 Subject: [PATCH 2/2] Fix OpenConnect --- metadata/app.openconnect.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/app.openconnect.txt b/metadata/app.openconnect.txt index 0b08a89f11..d507a95e8d 100644 --- a/metadata/app.openconnect.txt +++ b/metadata/app.openconnect.txt @@ -35,14 +35,14 @@ Repo:git://github.com/cernekee/ics-openconnect Build:0.1,1 commit=v0.1 submodules=yes - prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar && \ + prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so && \ make -C external/openconnect/android sources build=make -C external NDK=$$NDK$$ Build:0.2,2 commit=v0.2 submodules=yes - prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar && \ + prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar libs/*/*.so && \ make -C external/openconnect/android sources build=make -C external NDK=$$NDK$$