all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Benjamin <benjamin@uvy.fr>
To: 66990@debbugs.gnu.org
Cc: Benjamin <benjamin@uvy.fr>
Subject: [bug#66990] [PATCH 2/3] gnu: openfortivpn: fix build.
Date: Tue,  7 Nov 2023 17:36:17 +0100	[thread overview]
Message-ID: <5f68976e6e2997eb3d05599275c6f38f4d816993.1699374647.git.benjamin@uvy.fr> (raw)
In-Reply-To: <cover.1699374647.git.benjamin@uvy.fr>

* gnu/packages/vpn.scm (openfortivpn): Update to 1.17.3.
[inputs]: Remove ppp; add ppp-2.4.9.

Change-Id: Ia88254afb1d7aaa9d3d6bf6c9e752d84165560b3
---
 gnu/packages/vpn.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 972f9b0329..f8045a45cb 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -825,7 +825,7 @@ (define-public openfortivpn
     (native-inputs
      (list autoconf automake pkg-config))
     (inputs
-     (list openssl ppp))
+     (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
-- 
2.41.0





  parent reply	other threads:[~2023-11-07 16:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-07 16:33 [bug#66990] [PATCH 0/3] fix build of network-manager-fortisslvpn and openfortivpn Benjamin
2023-11-07 16:36 ` [bug#66990] [PATCH 1/3] gnu: Add ppp-2.4.9 Benjamin
2023-11-07 16:36 ` Benjamin [this message]
2023-11-07 16:36 ` [bug#66990] [PATCH 3/3] gnu: network-manager-fortisslvpn: fix build Benjamin
2023-11-07 17:07   ` Liliana Marie Prikler
2023-11-25 22:17 ` bug#66990: [PATCH 0/3] fix build of network-manager-fortisslvpn and openfortivpn Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5f68976e6e2997eb3d05599275c6f38f4d816993.1699374647.git.benjamin@uvy.fr \
    --to=benjamin@uvy.fr \
    --cc=66990@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.