guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: gvpe: Update to 3.1.


From: Tobias Geerinckx-Rice
Subject: 04/07: gnu: gvpe: Update to 3.1.
Date: Fri, 26 Oct 2018 22:50:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 574d877e40c293bf1f79fb2f5735b9ab24df4349
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Oct 27 04:17:34 2018 +0200

    gnu: gvpe: Update to 3.1.
    
    * gnu/packages/vpn.scm (gvpe): Update to 3.1.
    [source]: Remove obsolete snippet.
    [native-inputs]: Add pkg-config.
---
 gnu/packages/vpn.scm | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index dcb1146..1edd1ac 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -48,27 +48,17 @@
 (define-public gvpe
   (package
     (name "gvpe")
-    (version "3.0")
+    (version "3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gvpe/gvpe-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1v61mj25iyd91z0ir7cmradkkcm1ffbk52c96v293ibsvjs2s2hf"))
-              (modules '((guix build utils)))
-              (snippet
-               '(begin
-                  ;; Remove the outdated bundled copy of glibc's getopt, which
-                  ;; provides a 'getopt' declaration that conflicts with that
-                  ;; of glibc 2.26.
-                  (substitute* "lib/Makefile.in"
-                    (("getopt1?\\.(c|h|\\$\\(OBJEXT\\))") ""))
-                  (for-each delete-file
-                            '("lib/getopt.h" "lib/getopt.c"))
-                  #t))))
+                "1cz8n75ksl0l908zc5l3rnfm1hv7130s2w8710799fr5sxrdbszi"))))
     (build-system gnu-build-system)
     (home-page "http://software.schmorp.de/pkg/gvpe.html";)
+    (native-inputs `(("pkg-config" ,pkg-config)))
     (inputs `(("openssl" ,openssl)
               ("zlib" ,zlib)))
     (synopsis "Secure VPN among multiple nodes over an untrusted network")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]