From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fgnCM-00089T-7E for guix-patches@gnu.org; Sat, 21 Jul 2018 04:25:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fgnCJ-0005CL-Ce for guix-patches@gnu.org; Sat, 21 Jul 2018 04:25:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45168) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fgnCJ-0005CH-6k for guix-patches@gnu.org; Sat, 21 Jul 2018 04:25:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fgnCJ-0000Sv-0o for guix-patches@gnu.org; Sat, 21 Jul 2018 04:25:03 -0400 Subject: [bug#32231] [PATCH 6/8] gnu: java-tomcat: Update to 8.5.32. Resent-Message-ID: Date: Sat, 21 Jul 2018 10:24:49 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180721102449.3045d322@alma-ubu> In-Reply-To: <20180721101401.63dee9b6@alma-ubu> References: <20180721101401.63dee9b6@alma-ubu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/i93sGEgl/nrM/HSZ7XBo8Rw"; 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: 32231@debbugs.gnu.org --Sig_/i93sGEgl/nrM/HSZ7XBo8Rw Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable * gnu/packages/web.scm (java-tomcat): Update to 8.5.32. --- gnu/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index e2ca538..008154d 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -5712,14 +5712,14 @@ encoder/decoder based on the draft-12 specification= for UBJSON.") (define-public java-tomcat (package (name "java-tomcat") - (version "8.5.28") + (version "8.5.32") (source (origin (method url-fetch) (uri (string-append "mirror://apache/tomcat/tomcat-8/v" version "/src/apache-tomcat-" version "-= src.tar.gz")) (sha256 (base32 - "0q2bc3sajrmcx3z3vhhwp78y47ryc2ky8ssbdmfk24zvqdb76hvl")))) + "1qjsr6zmkdciakya4jqz0ssnsk02qlmmd898c05rasfwcrpj0xi6")))) (build-system ant-build-system) (inputs `(("java-eclipse-jdt-core" ,java-eclipse-jdt-core))) --=20 2.7.4 --Sig_/i93sGEgl/nrM/HSZ7XBo8Rw Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAltS7dIACgkQvyhstlk+X/3mRgCaA5NGO6QTDE+TVriMBRedtTpI mP4Anj8hjOiP885iRkad/5htfAHFLgow =/J2u -----END PGP SIGNATURE----- --Sig_/i93sGEgl/nrM/HSZ7XBo8Rw--