From: Christopher Baines <mail@cbaines.net>
To: Sergey Trofimov <sarg@sarg.org.ru>
Cc: 67176@debbugs.gnu.org
Subject: [bug#67176] [PATCH] gnu: openvpn: Update to 2.6.7.
Date: Thu, 23 Nov 2023 14:13:06 +0000 [thread overview]
Message-ID: <87bkbkv9pq.fsf@cbaines.net> (raw)
In-Reply-To: <07fffc4b346f4c0c63f5e8949ccd94868023efa5.1699973900.git.sarg@sarg.org.ru>
[-- Attachment #1: Type: text/plain, Size: 1477 bytes --]
Sergey Trofimov <sarg@sarg.org.ru> writes:
> * gnu/packages/vpn.scm (openvpn): Update to 2.6.7.
> ---
> gnu/packages/vpn.scm | 13 ++++++++-----
> 1 file changed, 8 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
> index 972f9b0329..77b9924426 100644
> --- a/gnu/packages/vpn.scm
> +++ b/gnu/packages/vpn.scm
> @@ -836,7 +836,7 @@ (define-public openfortivpn
> (define-public openvpn
> (package
> (name "openvpn")
> - (version "2.5.8")
> + (version "2.6.7")
> (source (origin
> (method url-fetch)
> (uri (string-append
> @@ -844,14 +844,17 @@ (define-public openvpn
> version ".tar.gz"))
> (sha256
> (base32
> - "1cixqm4gn2d1v8qkbww75j30fzvxz13gc7whcmz54i0x4fvibwx6"))))
> + "04wr0g97nmv81javym8r99mglmb86v1i49xmnmzf938x1cs7g67f"))))
> (build-system gnu-build-system)
> (arguments
> '(#:configure-flags '("--enable-iproute2=yes")))
> (native-inputs
> - (list iproute))
> - (inputs
> - (list lz4 lzo openssl linux-pam))
> + (append
> + (if (target-linux?) (list pkg-config) '())
> + (list iproute)))
> + (inputs (append
> + (if (target-linux?) (list libcap-ng) '())
> + (list lz4 lzo openssl linux-pam)))
These changes could do with mentioning in the commit message, since it's
not immediately clear what you're trying to do?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
next prev parent reply other threads:[~2023-11-23 14:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-14 15:02 [bug#67176] [PATCH] gnu: openvpn: Update to 2.6.7 Sergey Trofimov
2023-11-23 14:13 ` Christopher Baines [this message]
2023-12-02 13:47 ` Sergey Trofimov
2023-12-02 17:24 ` [bug#67176] [PATCH v1] " Sergey Trofimov
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=87bkbkv9pq.fsf@cbaines.net \
--to=mail@cbaines.net \
--cc=67176@debbugs.gnu.org \
--cc=sarg@sarg.org.ru \
/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.