Skip to content

Commit

Permalink
security/globalprotect-openconnect: Update to 1.4.1
Browse files Browse the repository at this point in the history
Fixes for working with latest openconnect

Reported by:    portscout
  • Loading branch information
Jason W. Bacon authored and Jason W. Bacon committed Mar 7, 2022
1 parent 055e43c commit e48763c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
4 changes: 2 additions & 2 deletions security/globalprotect-openconnect/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= globalprotect-openconnect
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.4
DISTVERSION= 1.4.1
CATEGORIES= security

MAINTAINER= jwb@FreeBSD.org
Expand All @@ -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>
10 changes: 5 additions & 5 deletions security/globalprotect-openconnect/distinfo
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit e48763c

Please sign in to comment.