Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
globalprotect-openconnect


Commits:
0a95a0cd by Carl Smedstad at 2026-05-24T07:40:25+02:00
upgpkg: 2.5.4-1: Upstream release

https://github.com/yuezk/GlobalProtect-openconnect/releases/tag/v2.5.4

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- globalprotect-openconnect-hipreport-install-location.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = globalprotect-openconnect
        pkgdesc = A GlobalProtect VPN GUI client based on Openconnect, supports 
SAML auth mode
-       pkgver = 2.5.1
-       pkgrel = 4
+       pkgver = 2.5.4
+       pkgrel = 1
        url = https://github.com/yuezk/GlobalProtect-openconnect
        arch = x86_64
        license = GPL-3.0-only
@@ -30,13 +30,13 @@ pkgbase = globalprotect-openconnect
        provides = gpclient
        provides = gpservice
        options = !lto
-       source = 
globalprotect-openconnect::git+https://github.com/yuezk/GlobalProtect-openconnect.git#tag=v2.5.1
+       source = 
globalprotect-openconnect::git+https://github.com/yuezk/GlobalProtect-openconnect.git#tag=v2.5.4
        source = git+https://gitlab.com/openconnect/openconnect.git
        source = git+https://gitlab.gnome.org/GNOME/libxml2.git
        source = globalprotect-openconnect-hipreport-install-location.patch
-       b2sums = 
f9ebb58dbb978a8df56a4ea73afd9b304630485d030826ed2214a0899bf6448197f2cfc41b702dd873a59fdaaadfd5b89e2f69907c8a7c2962d405abf7bd207d
+       b2sums = 
483597860c4d0dca4fef922563ca6a17fbc5b3e4a54a655dc4d5623ea3f52209631cee36cfe18b9738bcaf326101a50c388782250bdc702d23bfbe5a3804ec7e
        b2sums = SKIP
        b2sums = SKIP
-       b2sums = 
06a9c5d3d854912720a9f38ba80ee96e7743213d9f62e1152f9445f6a13fc9089367f2dc0b258af60608665e1414776759c0652d889b0362283e9747a243f568
+       b2sums = 
da022f5969e10d6de9caf8204a3bb56189f311dbbc6b38663304d2bcd0aa781cfbdd558249406b899dba705c439d6604244be126e4309a076b078e3af8af9670
 
 pkgname = globalprotect-openconnect


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: Keinv Yue <[email protected]>
 
 pkgname=globalprotect-openconnect
-pkgver=2.5.1
-pkgrel=4
+pkgver=2.5.4
+pkgrel=1
 pkgdesc="A GlobalProtect VPN GUI client based on Openconnect, supports SAML 
auth mode"
 arch=(x86_64)
 url="https://github.com/yuezk/GlobalProtect-openconnect";
@@ -46,10 +46,10 @@ source=(
        "git+https://gitlab.gnome.org/GNOME/libxml2.git";
   "$pkgname-hipreport-install-location.patch"
 )
-b2sums=('f9ebb58dbb978a8df56a4ea73afd9b304630485d030826ed2214a0899bf6448197f2cfc41b702dd873a59fdaaadfd5b89e2f69907c8a7c2962d405abf7bd207d'
+b2sums=('483597860c4d0dca4fef922563ca6a17fbc5b3e4a54a655dc4d5623ea3f52209631cee36cfe18b9738bcaf326101a50c388782250bdc702d23bfbe5a3804ec7e'
         'SKIP'
         'SKIP'
-        
'06a9c5d3d854912720a9f38ba80ee96e7743213d9f62e1152f9445f6a13fc9089367f2dc0b258af60608665e1414776759c0652d889b0362283e9747a243f568')
+        
'da022f5969e10d6de9caf8204a3bb56189f311dbbc6b38663304d2bcd0aa781cfbdd558249406b899dba705c439d6604244be126e4309a076b078e3af8af9670')
 
 prepare() {
   cd $pkgname


=====================================
globalprotect-openconnect-hipreport-install-location.patch
=====================================
@@ -1,30 +1,30 @@
 diff --git i/Makefile w/Makefile
-index 9c08a8b..4914fad 100644
+index b816bd6..02e8544 100644
 --- i/Makefile
 +++ w/Makefile
-@@ -137,7 +137,7 @@ install:
+@@ -127,7 +127,7 @@ install:
        fi
  
-       # Install the HIP report script
+       install -Dm755 packaging/files/usr/libexec/gpclient/vpnc-script 
$(DESTDIR)/usr/libexec/gpclient/vpnc-script
 -      install -Dm755 packaging/files/usr/libexec/gpclient/hipreport.sh 
$(DESTDIR)/usr/libexec/gpclient/hipreport.sh
 +      install -Dm755 packaging/files/usr/libexec/gpclient/hipreport.sh 
$(DESTDIR)/usr/lib/gpclient/hipreport.sh
  
        # Install the disconnect hooks
        install -Dm755 
packaging/files/usr/lib/NetworkManager/dispatcher.d/pre-down.d/gpclient.down 
$(DESTDIR)/usr/lib/NetworkManager/dispatcher.d/pre-down.d/gpclient.down
-@@ -159,7 +159,7 @@ uninstall:
-       rm -f $(DESTDIR)/usr/bin/gpgui-helper
+@@ -150,7 +150,7 @@ uninstall:
        rm -f $(DESTDIR)/usr/bin/gpgui
  
+       rm -f $(DESTDIR)/usr/libexec/gpclient/vpnc-script
 -      rm -f $(DESTDIR)/usr/libexec/gpclient/hipreport.sh
 +      rm -f $(DESTDIR)/usr/lib/gpclient/hipreport.sh
  
        rm -f 
$(DESTDIR)/usr/lib/NetworkManager/dispatcher.d/pre-down.d/gpclient.down
        rm -f $(DESTDIR)/usr/lib/NetworkManager/dispatcher.d/gpclient-nm-hook
 diff --git i/crates/openconnect/src/vpn_utils.rs 
w/crates/openconnect/src/vpn_utils.rs
-index 0e8f270..589cee0 100644
+index e5f81c2..e401427 100644
 --- i/crates/openconnect/src/vpn_utils.rs
 +++ w/crates/openconnect/src/vpn_utils.rs
-@@ -15,6 +15,7 @@ const VPNC_SCRIPT_LOCATIONS: &[&str] = &[
+@@ -19,6 +19,7 @@ const VPNC_SCRIPT_LOCATIONS: &[&str] = &[
  ];
  
  const CSD_WRAPPER_LOCATIONS: &[&str] = &[



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/globalprotect-openconnect/-/commit/0a95a0cd4013f5d6c33cb09122f8cdff2c01a54d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/globalprotect-openconnect/-/commit/0a95a0cd4013f5d6c33cb09122f8cdff2c01a54d
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to