From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: [PATCH] distro: Update libtasn1 and gnutls. Date: Wed, 26 Dec 2012 15:21:59 +0100 Message-ID: <201212261521.59505.andreas@enge.fr> Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_Hgw2QxVam6l6Y92" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tnrs3-000174-Cj for bug-guix@gnu.org; Wed, 26 Dec 2012 09:22:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tnrs0-0003XJ-KR for bug-guix@gnu.org; Wed, 26 Dec 2012 09:22:11 -0500 Received: from moutng.kundenserver.de ([212.227.126.187]:55843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tnrs0-0003X3-Ah for bug-guix@gnu.org; Wed, 26 Dec 2012 09:22:08 -0500 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org --Boundary-00=_Hgw2QxVam6l6Y92 Content-Type: multipart/alternative; boundary="Boundary-01=_Hgw2Q4OH7awGIuN" Content-Transfer-Encoding: 7bit --Boundary-01=_Hgw2Q4OH7awGIuN Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Trivial updates to released versions. Andreas --Boundary-01=_Hgw2Q4OH7awGIuN Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit

Trivial updates to released versions.

 

Andreas

 

--Boundary-01=_Hgw2Q4OH7awGIuN-- --Boundary-00=_Hgw2QxVam6l6Y92 Content-Type: text/x-patch; charset="UTF-8"; name="0001-distro-Update-libtasn1-and-gnutls.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0001-distro-Update-libtasn1-and-gnutls.patch" =46rom 465599cd4f6d2aca0c10094fe4a4237394e359ff Mon Sep 17 00:00:00 2001 =46rom: Andreas Enge Date: Wed, 26 Dec 2012 15:18:58 +0100 Subject: [PATCH] distro: Update libtasn1 and gnutls. * distro/packages/gnutls.scm: Update libtasn1 and gnutls. =2D-- 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 =2D-- a/distro/packages/gnutls.scm +++ b/distro/packages/gnutls.scm @@ -31,7 +31,7 @@ (define-public libtasn1 (package (name "libtasn1") =2D (version "3.0") + (version "3.2") (source (origin (method url-fetch) @@ -39,7 +39,7 @@ version ".tar.gz")) (sha256 (base32 =2D "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") =2D (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 =2D "0fff9frz0ycbnppfn0w4a2s9x27k21l4hh9zbax3v7a8cg33dcpw")))) + "1lz05l19s64s5hmhc9fh48ip6izy80bdiv0pwkfg9fwwvn25j29g")))) (build-system gnu-build-system) =20 ;; Build of the Guile bindings is not parallel-safe. See =2D-=20 1.7.10.4 --Boundary-00=_Hgw2QxVam6l6Y92-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] distro: Update libtasn1 and gnutls. Date: Sun, 30 Dec 2012 16:51:47 +0100 Message-ID: <87txr38rn0.fsf@gnu.org> References: <201212261521.59505.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpLB6-00087M-0e for bug-guix@gnu.org; Sun, 30 Dec 2012 10:51:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TpLAz-0006AL-Kc for bug-guix@gnu.org; Sun, 30 Dec 2012 10:51:55 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:14682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpLAz-0006A7-E1 for bug-guix@gnu.org; Sun, 30 Dec 2012 10:51:49 -0500 In-Reply-To: <201212261521.59505.andreas@enge.fr> (Andreas Enge's message of "Wed, 26 Dec 2012 15:21:59 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > From 465599cd4f6d2aca0c10094fe4a4237394e359ff Mon Sep 17 00:00:00 2001 > From: Andreas Enge > 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=E2=80=99.