From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96531158094 for ; Sun, 24 Jul 2022 17:11:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B132E1016; Sun, 24 Jul 2022 17:11:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1253CE0FF9 for ; Sun, 24 Jul 2022 17:11:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E124634113C for ; Sun, 24 Jul 2022 17:11:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 762DF54F for ; Sun, 24 Jul 2022 17:11:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658682646.d22bf443c936345e1c1493f9173603f1ab8c488b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/warp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/warp/Manifest dev-haskell/warp/metadata.xml dev-haskell/warp/warp-3.3.13.ebuild dev-haskell/warp/warp-3.3.21.ebuild X-VCS-Directories: dev-haskell/warp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d22bf443c936345e1c1493f9173603f1ab8c488b X-VCS-Branch: master Date: Sun, 24 Jul 2022 17:11:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2cf794aa-7c86-425f-9539-a116a81e32d8 X-Archives-Hash: 6fa055d1eea3bd2cb97cc9b501b767ec commit: d22bf443c936345e1c1493f9173603f1ab8c488b Author: matoro users noreply github com> AuthorDate: Sun Jul 24 03:27:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 24 17:10:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22bf443 dev-haskell/warp: add 3.3.21, drop 3.3.13 Closes: https://github.com/gentoo/gentoo/pull/26561 Signed-off-by: Sam James gentoo.org> dev-haskell/warp/Manifest | 2 +- dev-haskell/warp/metadata.xml | 12 +++------ .../{warp-3.3.13.ebuild => warp-3.3.21.ebuild} | 29 ++++++++++------------ 3 files changed, 17 insertions(+), 26 deletions(-) diff --git a/dev-haskell/warp/Manifest b/dev-haskell/warp/Manifest index 1a02783b51c7..a94001ab80a3 100644 --- a/dev-haskell/warp/Manifest +++ b/dev-haskell/warp/Manifest @@ -1 +1 @@ -DIST warp-3.3.13.tar.gz 64719 BLAKE2B f9430b22fed524cfa8b90ec3ead31f8c86c74a5b5b967503dcc682a31da8880814856f37c4612d16a873ecdb6faf21dbca1af28c1e1f22942fa258c3b828c326 SHA512 ac37e1f274d26b2c846429960074d27010c0864efd87da6d79f03e3f833aca3269176bb99301ab8cb59c4476ff12bae35b26e0fe602e7b0e2cad2837592e07b1 +DIST warp-3.3.21.tar.gz 66529 BLAKE2B e8de94a4695c42a7620c1afa1a38225f6c26fc454235e941e34b65929a733e160781d895335d0ab48c4d7db25aa650d50e1d84a3ef83daf62b22f409c2045d48 SHA512 7f181669d9f10f88d14f8f1dc3acb6c08f41c8f4565f371f7fe4b89b3fde411a0190e50f003b07a239ba25ea71dbafaa16cb9e77effbe574bec929ea29646f37 diff --git a/dev-haskell/warp/metadata.xml b/dev-haskell/warp/metadata.xml index e7c2731d2b2e..df109f49ed5d 100644 --- a/dev-haskell/warp/metadata.xml +++ b/dev-haskell/warp/metadata.xml @@ -1,18 +1,12 @@ - + haskell@gentoo.org Gentoo Haskell - - The premier WAI handler. For more information, see <http://steve.vinoski.net/blog/2011/05/01/warp-a-haskell-web-server/>. - - Allow use of sendfileFd (not available on GNU/kFreeBSD). - Add additional debuging information + Allow use of sendfileFd (not available on GNU/kFreeBSD) + Adds a dependency on the x509 library to enable getting TLS client certificates. - - yesodweb/wai - diff --git a/dev-haskell/warp/warp-3.3.13.ebuild b/dev-haskell/warp/warp-3.3.21.ebuild similarity index 71% rename from dev-haskell/warp/warp-3.3.13.ebuild rename to dev-haskell/warp/warp-3.3.21.ebuild index 23fad6252f66..71a0e7aea898 100644 --- a/dev-haskell/warp/warp-3.3.13.ebuild +++ b/dev-haskell/warp/warp-3.3.21.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -# ebuild generated by hackport 0.6.4.9999 +# ebuild generated by hackport 0.7.1.1.9999 #hackport: flags: -network-bytestring CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" @@ -16,39 +16,35 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="+allow-sendfilefd warp-debug" +IUSE="+allow-sendfilefd debug +x509" -RESTRICT=test # requires network - -RDEPEND="dev-haskell/async:=[profile?] - >=dev-haskell/auto-update-0.1.3:=[profile?]