From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gdkNN-0000of-Ie for guix-patches@gnu.org; Sun, 30 Dec 2018 18:20:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gdkNJ-0005GN-Df for guix-patches@gnu.org; Sun, 30 Dec 2018 18:20:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:39397) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gdkNJ-0005Fp-5b for guix-patches@gnu.org; Sun, 30 Dec 2018 18:20:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gdkNH-0002ox-QB for guix-patches@gnu.org; Sun, 30 Dec 2018 18:20:04 -0500 Subject: [bug#33933] [PATCH 3/4] gnu: libmicrohttpd: Update to 0.9.62. References: <87pntihaht.fsf@gmail.com> In-Reply-To: <87pntihaht.fsf@gmail.com> Resent-Message-ID: From: Alex Vong Date: Mon, 31 Dec 2018 07:19:25 +0800 Message-ID: <87d0pihabm.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33933@debbugs.gnu.org Cc: alexvong1995@gmail.com --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0003-gnu-libmicrohttpd-Update-to-0.9.62.patch Content-Transfer-Encoding: quoted-printable From=20c5b57304b0ec12d44ffb749befd00fb0e4d92c0f Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Mon, 31 Dec 2018 06:54:04 +0800 Subject: [PATCH 3/4] gnu: libmicrohttpd: Update to 0.9.62. * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.62. =2D-- gnu/packages/gnunet.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index d9e903734..79584fcf0 100644 =2D-- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -148,14 +148,14 @@ tool to extract metadata from a file and print the re= sults.") (define-public libmicrohttpd (package (name "libmicrohttpd") =2D (version "0.9.59") + (version "0.9.62") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/libmicrohttpd/libmicrohttpd-" version ".tar.gz")) (sha256 (base32 =2D "0g4jgnv43yddr9yxrqg11632rip0lg5c53gmy5wy3c0i1dywv74v")))) + "0jfvi1fb4im3a3m8qishbmzx3zch993c0mhvl2k92l1zf1yhjgmx")))) (build-system gnu-build-system) (inputs `(("curl" ,curl) =2D-=20 2.20.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQQwb8uPLAHCXSnTBVZh71Au9gJS8gUCXClSfgAKCRBh71Au9gJS 8jL6AQCjmm5a4hKzFe4lwJR19Hgz3xpSdhEpNo6MUHOFC8q73wD+JXLy6jTgIdZ6 dfStJhCF9eO7AWleUNz54We6CWcSvQs= =WIvV -----END PGP SIGNATURE----- --==-=-=--