* [bug#73450] [PATCH] Update openfortivpn to 1.22.1
@ 2024-09-24 13:42 Rick Huijzer
2024-09-26 9:27 ` [bug#73450] Fix Rick Huijzer
2024-09-27 7:30 ` [bug#73450] [PATCH v1] update openfortivpn to 1.22.1 Rick Huijzer
0 siblings, 2 replies; 3+ messages in thread
From: Rick Huijzer @ 2024-09-24 13:42 UTC (permalink / raw)
To: 73450; +Cc: Rick Huijzer
Works and builds on multiple amd64 machines
---
gnu/packages/vpn.scm | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 0f7300ff51..e8ac94d768 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -840,26 +840,26 @@ (define-public openconnect-sso
(define-public openfortivpn
(package
(name "openfortivpn")
- (version "1.17.3")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/adrienverge/openfortivpn")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0an58f0qcyxdx3d5zb5m8vi45a0251b950b5lh16572n8z2g6s2l"))))
+ (version "1.22.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/adrienverge/openfortivpn")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0lapfy03b0cafn2mmym72jyidhr53d2ndxhqxzp64hvmramvh50n"))))
(build-system gnu-build-system)
- (native-inputs
- (list autoconf automake pkg-config))
+ (native-inputs (list autoconf automake pkg-config))
(inputs
;; ppp < 2.5.0 is required due to
;; <https://github.com/adrienverge/openfortivpn/pull/1148>.
(list openssl ppp-2.4.9))
(home-page "https://github.com/adrienverge/openfortivpn")
(synopsis "Client for PPP+SSL VPN tunnel services")
- (description "Openfortivpn is a client for PPP+SSL VPN tunnel services. It
+ (description
+ "Openfortivpn is a client for PPP+SSL VPN tunnel services. It
spawns a pppd process and operates the communication between the gateway and
this process. It is compatible with Fortinet VPNs.")
(license license:gpl3+)))
--
2.46.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#73450] Fix
2024-09-24 13:42 [bug#73450] [PATCH] Update openfortivpn to 1.22.1 Rick Huijzer
@ 2024-09-26 9:27 ` Rick Huijzer
2024-09-27 7:30 ` [bug#73450] [PATCH v1] update openfortivpn to 1.22.1 Rick Huijzer
1 sibling, 0 replies; 3+ messages in thread
From: Rick Huijzer @ 2024-09-26 9:27 UTC (permalink / raw)
To: 73450
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
I will create a revised path with a newer ppp, as ppp 2.5.0 included in
guix works fine now.
See https://github.com/adrienverge/openfortivpn/pull/1148
--
Met vriendelijke groet,
Rick Huijzer
[-- Attachment #2: Type: text/html, Size: 599 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#73450] [PATCH v1] update openfortivpn to 1.22.1
2024-09-24 13:42 [bug#73450] [PATCH] Update openfortivpn to 1.22.1 Rick Huijzer
2024-09-26 9:27 ` [bug#73450] Fix Rick Huijzer
@ 2024-09-27 7:30 ` Rick Huijzer
1 sibling, 0 replies; 3+ messages in thread
From: Rick Huijzer @ 2024-09-27 7:30 UTC (permalink / raw)
To: 73450; +Cc: Rick Huijzer
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index e8ac94d768..febb59d644 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -852,10 +852,7 @@ (define-public openfortivpn
(base32 "0lapfy03b0cafn2mmym72jyidhr53d2ndxhqxzp64hvmramvh50n"))))
(build-system gnu-build-system)
(native-inputs (list autoconf automake pkg-config))
- (inputs
- ;; ppp < 2.5.0 is required due to
- ;; <https://github.com/adrienverge/openfortivpn/pull/1148>.
- (list openssl ppp-2.4.9))
+ (inputs (list openssl ppp))
(home-page "https://github.com/adrienverge/openfortivpn")
(synopsis "Client for PPP+SSL VPN tunnel services")
(description
base-commit: 60dfa7f673344f7f81faafc225191c4492f9dd03
prerequisite-patch-id: 044031c3ed1919b3402b702d6c87e42dc045db3d
--
2.46.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-27 7:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-24 13:42 [bug#73450] [PATCH] Update openfortivpn to 1.22.1 Rick Huijzer
2024-09-26 9:27 ` [bug#73450] Fix Rick Huijzer
2024-09-27 7:30 ` [bug#73450] [PATCH v1] update openfortivpn to 1.22.1 Rick Huijzer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.