aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2022-03-07 13:56:08 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2022-03-07 13:56:08 +0000
commite48763c72d43222ae450356c08b6cf57ad6a4144 (patch)
treea9c3676a7dda86979eb241b062d5c92140255462
parent055e43cddab07bea297450b05b1671c68c4c19df (diff)
downloadports-e48763c72d43222ae450356c08b6cf57ad6a4144.tar.gz
ports-e48763c72d43222ae450356c08b6cf57ad6a4144.zip
security/globalprotect-openconnect: Update to 1.4.1
Fixes for working with latest openconnect Reported by: portscout
-rw-r--r--security/globalprotect-openconnect/Makefile4
-rw-r--r--security/globalprotect-openconnect/distinfo10
-rw-r--r--security/globalprotect-openconnect/files/patch-GPClient_CMakeLists.txt15
-rw-r--r--security/globalprotect-openconnect/files/patch-GPService_CMakeLists.txt2
4 files changed, 20 insertions, 11 deletions
diff --git a/security/globalprotect-openconnect/Makefile b/security/globalprotect-openconnect/Makefile
index b19bf4fbf096..9a07d1b3e6f6 100644
--- a/security/globalprotect-openconnect/Makefile
+++ b/security/globalprotect-openconnect/Makefile
@@ -1,6 +1,6 @@
PORTNAME= globalprotect-openconnect
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.4
+DISTVERSION= 1.4.1
CATEGORIES= security
MAINTAINER= jwb@FreeBSD.org
@@ -18,6 +18,6 @@ USE_QT= buildtools core dbus declarative gui location network printsupport qmak
GH_ACCOUNT= yuezk
GH_PROJECT= GlobalProtect-openconnect
GH_TUPLE+= itay-grudev:SingleApplication:v3.3.0:sa/3rdparty/SingleApplication
-GH_TUPLE+= SergiusTheBest:plog:1.1.5:plog/3rdparty/plog
+GH_TUPLE+= SergiusTheBest:plog:1.1.6:plog/3rdparty/plog
.include <bsd.port.mk>
diff --git a/security/globalprotect-openconnect/distinfo b/security/globalprotect-openconnect/distinfo
index c6670ced4940..7299f4e6737e 100644
--- a/security/globalprotect-openconnect/distinfo
+++ b/security/globalprotect-openconnect/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1646167885
-SHA256 (yuezk-GlobalProtect-openconnect-v1.3.4_GH0.tar.gz) = 2c98132352e8fb6f582093ccf33131d471d09f6fa1af950444d4adbfae703521
-SIZE (yuezk-GlobalProtect-openconnect-v1.3.4_GH0.tar.gz) = 115036
+TIMESTAMP = 1646656332
+SHA256 (yuezk-GlobalProtect-openconnect-v1.4.1_GH0.tar.gz) = d0ecc53d5671f46026b0f0749f929debe8c0d8c559b26d51e5f069f61a6ba5f0
+SIZE (yuezk-GlobalProtect-openconnect-v1.4.1_GH0.tar.gz) = 118400
SHA256 (itay-grudev-SingleApplication-v3.3.0_GH0.tar.gz) = b5a789e7e4fda5239b09249a74a91c9ffea8581dcb59bc693e3db8af96d6f1bf
SIZE (itay-grudev-SingleApplication-v3.3.0_GH0.tar.gz) = 21148
-SHA256 (SergiusTheBest-plog-1.1.5_GH0.tar.gz) = 6c80b4701183d2415bec927e1f5ca9b1761b3b5c65d3e09fb29c743e016d5609
-SIZE (SergiusTheBest-plog-1.1.5_GH0.tar.gz) = 40453
+SHA256 (SergiusTheBest-plog-1.1.6_GH0.tar.gz) = 99fbb43772f92664ff086166fdff75cc437e9e50e74efec2fba80765fa6b67ae
+SIZE (SergiusTheBest-plog-1.1.6_GH0.tar.gz) = 44556
diff --git a/security/globalprotect-openconnect/files/patch-GPClient_CMakeLists.txt b/security/globalprotect-openconnect/files/patch-GPClient_CMakeLists.txt
index 84289a0fef93..2ae4519cd65b 100644
--- a/security/globalprotect-openconnect/files/patch-GPClient_CMakeLists.txt
+++ b/security/globalprotect-openconnect/files/patch-GPClient_CMakeLists.txt
@@ -1,11 +1,20 @@
---- GPClient/CMakeLists.txt.orig 2022-03-01 20:51:43 UTC
+--- GPClient/CMakeLists.txt.orig 2022-03-07 12:27:07 UTC
+++ GPClient/CMakeLists.txt
-@@ -51,7 +51,7 @@ add_3rdparty(
+@@ -44,7 +44,7 @@ add_executable(gpclient
+
+ add_3rdparty(
+ SingleApplication
+- GIT_REPOSITORY https://github.com/itay-grudev/SingleApplication.git
++ #GIT_REPOSITORY https://github.com/itay-grudev/SingleApplication.git
+ GIT_TAG v3.3.0
+ CMAKE_ARGS
+ -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
+@@ -56,7 +56,7 @@ add_3rdparty(
add_3rdparty(
plog
- GIT_REPOSITORY https://github.com/SergiusTheBest/plog.git
+ #GIT_REPOSITORY https://github.com/SergiusTheBest/plog.git
- GIT_TAG 1.1.5
+ GIT_TAG master
CMAKE_ARGS
-DPLOG_BUILD_SAMPLES=OFF
diff --git a/security/globalprotect-openconnect/files/patch-GPService_CMakeLists.txt b/security/globalprotect-openconnect/files/patch-GPService_CMakeLists.txt
index c5fdccdc47a9..411e3bf13ccb 100644
--- a/security/globalprotect-openconnect/files/patch-GPService_CMakeLists.txt
+++ b/security/globalprotect-openconnect/files/patch-GPService_CMakeLists.txt
@@ -1,4 +1,4 @@
---- GPService/CMakeLists.txt.orig 2022-03-01 20:54:13 UTC
+--- GPService/CMakeLists.txt.orig 2022-03-07 12:27:55 UTC
+++ GPService/CMakeLists.txt
@@ -29,7 +29,7 @@ add_executable(gpservice