guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libidn2: Replace with 2.0.4 [security fixes].


From: Mark H. Weaver
Subject: 01/01: gnu: libidn2: Replace with 2.0.4 [security fixes].
Date: Mon, 4 Sep 2017 20:42:44 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit b8b0f536a4f9a26c1d4002ca54048db6d5e58760
Author: Mark H Weaver <address@hidden>
Date:   Mon Sep 4 20:38:29 2017 -0400

    gnu: libidn2: Replace with 2.0.4 [security fixes].
    
    * gnu/packages/libidn.scm (libidn2)[replacement]: New field.
    (libidn2-2.0.4): New variable.
---
 gnu/packages/libidn.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/libidn.scm b/gnu/packages/libidn.scm
index fc91fe2..dfb1be6 100644
--- a/gnu/packages/libidn.scm
+++ b/gnu/packages/libidn.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2012 Andreas Enge <address@hidden>
 ;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
+;;; Copyright © 2017 Mark H Weaver <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -55,6 +56,7 @@ Java libraries.")
   (package
     (name "libidn2")
     (version "2.0.2")
+    (replacement libidn2-2.0.4)
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/libidn/" name "-" version
@@ -76,3 +78,16 @@ library.")
     ;; The command-line tool 'idn2' is GPL3+, while the library is 
dual-licensed
     ;; GPL2+ or LGPL3+.
     (license (list gpl2+ gpl3+ lgpl3+))))
+
+(define-public libidn2-2.0.4
+  (package
+    (inherit libidn2)
+    (name "libidn2")
+    (version "2.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnu/libidn/" name "-" version
+                                  ".tar.lz"))
+              (sha256
+               (base32
+                "00f2fyw5kwr9is3cdn5h9arzxp0lnvg0z9bb9zyfs0dq81gaqim4"))))))



reply via email to

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