From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] Update: libmicrohttpd -> 0.9.50 Date: Sat, 11 Jun 2016 11:50:49 +0000 Message-ID: <20160611115049.GA13022@khazad-dum> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="O5XBE6gyVG5Rl6Rj" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBhRP-0002ZO-Ex for guix-devel@gnu.org; Sat, 11 Jun 2016 07:51:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBhRL-00068D-7a for guix-devel@gnu.org; Sat, 11 Jun 2016 07:51:02 -0400 Received: from 93-95-228-168.1984.is ([93.95.228.168]:45514 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBhRK-000681-Ql for guix-devel@gnu.org; Sat, 11 Jun 2016 07:50:59 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id e1a156f0 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Sat, 11 Jun 2016 11:50:53 +0000 (UTC) Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --O5XBE6gyVG5Rl6Rj Content-Type: multipart/mixed; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, this patch updates libmicrohttpd to 0.9.50. =46rom a3653d6697b7697f357e8db4bae8c61a5e5627b2 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 11 Jun 2016 11:44:17 +0000 Subject: [PATCH] gnu: libmicrohttpd: Update to 0.9.50. * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.50. --- gnu/packages/gnunet.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 0819c48..c4e2a37 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -6,6 +6,7 @@ ;;; Copyright =C2=A9 2016 Ni* Gillmann ;;; Copyright =C2=A9 2016 Ricardo Wurmus ;;; Copyright =C2=A9 2016 Mark H Weaver +;;; Copyright =C2=A9 2016 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -121,14 +122,14 @@ tool to extract metadata from a file and print the re= sults.") (define-public libmicrohttpd (package (name "libmicrohttpd") - (version "0.9.48") + (version "0.9.50") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-" version ".tar.gz")) (sha256 (base32 - "1952z36lf31jy0x19r4y389d9188wgzmdqh2l28wdy1biwapwrl7")))) + "1mzbqr6sqisppz88mh73bbh5sw57g8l87qvhcjdx5pmbd183idni")))) (build-system gnu-build-system) (inputs `(("curl" ,curl) -- 2.7.3 -- =E2=99=A5=E2=92=B6 ng0 For non-prism friendly talk find me on psyced.org / loupsycedyglgamf.onion --YZ5djTAD1cGYuMQK Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-libmicrohttpd-Update-to-0.9.50.patch" Content-Transfer-Encoding: quoted-printable =46rom a3653d6697b7697f357e8db4bae8c61a5e5627b2 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 11 Jun 2016 11:44:17 +0000 Subject: [PATCH] gnu: libmicrohttpd: Update to 0.9.50. * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.50. --- gnu/packages/gnunet.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 0819c48..c4e2a37 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -6,6 +6,7 @@ ;;; Copyright =C2=A9 2016 Ni* Gillmann ;;; Copyright =C2=A9 2016 Ricardo Wurmus ;;; Copyright =C2=A9 2016 Mark H Weaver +;;; Copyright =C2=A9 2016 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -121,14 +122,14 @@ tool to extract metadata from a file and print the re= sults.") (define-public libmicrohttpd (package (name "libmicrohttpd") - (version "0.9.48") + (version "0.9.50") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-" version ".tar.gz")) (sha256 (base32 - "1952z36lf31jy0x19r4y389d9188wgzmdqh2l28wdy1biwapwrl7")))) + "1mzbqr6sqisppz88mh73bbh5sw57g8l87qvhcjdx5pmbd183idni")))) (build-system gnu-build-system) (inputs `(("curl" ,curl) --=20 2.7.3 --YZ5djTAD1cGYuMQK-- --O5XBE6gyVG5Rl6Rj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- iF4EARYKAAYFAldb+xQACgkQhhoAchyzrCDz/gD/ctEz26rN3SW5eH4Tt0y3P5xE XOiNI6+0018RZax03nUBAMM+I/SebaEHthbf8RGgr//cwYPJG1gescYPZS4ErpcD =uqNM -----END PGP SIGNATURE----- --O5XBE6gyVG5Rl6Rj--