From 47a302fe6270c3a8a2df8e2efaada986d6283631 Mon Sep 17 00:00:00 2001 From: hololeap Date: Sat, 24 Jan 2026 01:16:00 -0700 Subject: [PATCH] dev-haskell/crypton-x509-validation: add 1.6.14 Signed-off-by: hololeap Signed-off-by: Mark Wright --- dev-haskell/crypton-x509-validation/Manifest | 1 + .../crypton-x509-validation-1.6.14.ebuild | 34 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 dev-haskell/crypton-x509-validation/crypton-x509-validation-1.6.14.ebuild diff --git a/dev-haskell/crypton-x509-validation/Manifest b/dev-haskell/crypton-x509-validation/Manifest index 74fa76870bcc8..06cbf0872777c 100644 --- a/dev-haskell/crypton-x509-validation/Manifest +++ b/dev-haskell/crypton-x509-validation/Manifest @@ -1 +1,2 @@ DIST crypton-x509-validation-1.6.12.tar.gz 19573 BLAKE2B 1eb5ebc9405e865e49f94aa7d44ed3d0d6773fccd60808f57e1e79e14c36edeb8dfd5d2261b97b956cd528467e4c4c1c8a53d9ce2ec2f8a36d7c1fdc7393726d SHA512 3f6e24f4c3c0ebe2a6dd6371d3abf6739fbb571a47d6918a380fe18f68fb33aec4503f826fd1b1a8bda484d91fe5c8cef2ec3d21fbbf3394eb6f77059a7094c2 +DIST crypton-x509-validation-1.6.14.tar.gz 19693 BLAKE2B f0497da796ef8c96f4f7515981571e2c2d4bddb694f2538044568567b5d85c6b53d37e2d526a14beb1b9458b5a0b6851a066c9745ef404af329bcbfecdf6a850 SHA512 3569f5e0b19090cfd68800ef7398004a494762e1e3eba3e3891a5d0ccd3de1796c5dcd6e22d1e67e39c348d9a076579ab95bf2c1fdd402616437376bc01c73e1 diff --git a/dev-haskell/crypton-x509-validation/crypton-x509-validation-1.6.14.ebuild b/dev-haskell/crypton-x509-validation/crypton-x509-validation-1.6.14.ebuild new file mode 100644 index 0000000000000..a5a078e4958c8 --- /dev/null +++ b/dev-haskell/crypton-x509-validation/crypton-x509-validation-1.6.14.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.9.1.0 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="X.509 Certificate and CRL validation" +HOMEPAGE="https://github.com/kazu-yamamoto/crypton-certificate" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=">=dev-haskell/asn1-encoding-0.9:=[profile?] =dev-haskell/asn1-types-0.3:=[profile?] =dev-haskell/crypton-0.24:=[profile?] + >=dev-haskell/crypton-x509-1.7.5:=[profile?] + >=dev-haskell/crypton-x509-store-1.6:=[profile?] + dev-haskell/data-default:=[profile?] + dev-haskell/hourglass:=[profile?] + >=dev-haskell/iproute-1.2.2:=[profile?] + dev-haskell/memory:=[profile?] + >=dev-haskell/pem-0.1:=[profile?] + >=dev-lang/ghc-9.0.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-3.4.1.0 + test? ( dev-haskell/tasty + dev-haskell/tasty-hunit ) +"