unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] distro: Update libtasn1 and gnutls.
@ 2012-12-26 14:21 Andreas Enge
  2012-12-30 15:51 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Enge @ 2012-12-26 14:21 UTC (permalink / raw)
  To: bug-guix


[-- Attachment #1.1: Type: text/plain, Size: 47 bytes --]

Trivial updates to released versions.

Andreas

[-- Attachment #1.2: Type: text/html, Size: 968 bytes --]

[-- Attachment #2: 0001-distro-Update-libtasn1-and-gnutls.patch --]
[-- Type: text/x-patch, Size: 1723 bytes --]

From 465599cd4f6d2aca0c10094fe4a4237394e359ff Mon Sep 17 00:00:00 2001
From: Andreas Enge <andreas@enge.fr>
Date: Wed, 26 Dec 2012 15:18:58 +0100
Subject: [PATCH] distro: Update libtasn1 and gnutls.

* distro/packages/gnutls.scm: Update libtasn1 and gnutls.
---
 distro/packages/gnutls.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/distro/packages/gnutls.scm b/distro/packages/gnutls.scm
index 65134bd..fcb739c 100644
--- a/distro/packages/gnutls.scm
+++ b/distro/packages/gnutls.scm
@@ -31,7 +31,7 @@
 (define-public libtasn1
   (package
     (name "libtasn1")
-    (version "3.0")
+    (version "3.2")
     (source
      (origin
       (method url-fetch)
@@ -39,7 +39,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "00czfs2hlxb1nrnqicvwpm4ybpwg3hg5yj0a2nf13zrgkfdlkjzi"))))
+        "0gvgndypwicchf7m660zh7jdgmkfj9g9xavpcc08pyd0120y0bk7"))))
     (build-system gnu-build-system)
     (home-page "http://www.gnu.org/software/libtasn1/")
     (synopsis "GNU Libtasn1, an ASN.1 library")
@@ -52,7 +52,7 @@ portable, and only require an ANSI C89 platform.")
 (define-public gnutls
   (package
     (name "gnutls")
-    (version "3.1.3")
+    (version "3.1.5")
     (source
      (origin
       (method url-fetch)
@@ -62,7 +62,7 @@ portable, and only require an ANSI C89 platform.")
             ".tar.xz"))
       (sha256
        (base32
-        "0fff9frz0ycbnppfn0w4a2s9x27k21l4hh9zbax3v7a8cg33dcpw"))))
+        "1lz05l19s64s5hmhc9fh48ip6izy80bdiv0pwkfg9fwwvn25j29g"))))
     (build-system gnu-build-system)
 
     ;; Build of the Guile bindings is not parallel-safe.  See
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] distro: Update libtasn1 and gnutls.
  2012-12-26 14:21 [PATCH] distro: Update libtasn1 and gnutls Andreas Enge
@ 2012-12-30 15:51 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2012-12-30 15:51 UTC (permalink / raw)
  To: Andreas Enge; +Cc: bug-guix

Andreas Enge <andreas@enge.fr> skribis:

> From 465599cd4f6d2aca0c10094fe4a4237394e359ff Mon Sep 17 00:00:00 2001
> From: Andreas Enge <andreas@enge.fr>
> Date: Wed, 26 Dec 2012 15:18:58 +0100
> Subject: [PATCH] distro: Update libtasn1 and gnutls.
>
> * distro/packages/gnutls.scm: Update libtasn1 and gnutls.

Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-30 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-26 14:21 [PATCH] distro: Update libtasn1 and gnutls Andreas Enge
2012-12-30 15:51 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).