GNU bug report logs - #73450
[PATCH] Update openfortivpn to 1.22.1

Previous Next

Package: guix-patches;

Reported by: Rick Huijzer <ikbenrickhuyzer <at> gmail.com>

Date: Tue, 24 Sep 2024 13:41:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Rick Huijzer <ikbenrickhuyzer <at> gmail.com>
Subject: bug#73450: closed (Re: openfortivpn doesn't build anymore on
 master due to ppp)
Date: Sat, 26 Jul 2025 17:42:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73450: [PATCH] Update openfortivpn to 1.22.1

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73450 <at> debbugs.gnu.org.

-- 
73450: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73450
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: Rick Huijzer <ikbenrickhuyzer <at> gmail.com>
Cc: 73450-done <at> debbugs.gnu.org, 79091-done <at> debbugs.gnu.org
Subject: Re: openfortivpn doesn't build anymore on master due to ppp
Date: Sat, 26 Jul 2025 19:41:29 +0200
Hello,

Am Fri, Jul 25, 2025 at 10:41:30AM +0200 schrieb Rick Huijzer:
> Hi, openfortivpn 1.17.3, the current version in master, stopped building for me
> after guix pull, it seems stuck on building ppp-2.4.9. 
> Please take a look at my patch from 10 months ago, issue 73450, which updates
> openfortivpn so that the current ppp can be used, that seems to fix the problem
> that is now present.

thanks for the report, and please see my reply at
   https://codeberg.org/guix/guix/issues/1614
where I suggest to update openfortivpn and to remove its dependent
package.

Closing the two issues on debbugs to continue the discussion on
codeberg.

Andreas


[Message part 3 (message/rfc822, inline)]
From: Rick Huijzer <ikbenrickhuyzer <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Rick Huijzer <ikbenrickhuyzer <at> gmail.com>
Subject: [PATCH] Update openfortivpn to 1.22.1
Date: Tue, 24 Sep 2024 15:42:08 +0200
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




This bug report was last modified 21 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.