dev-haskell/tls-session-manager: Bump to 0.0.9

Thanks to toralf for reporting.

Closes: https://bugs.gentoo.org/735932
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
Mark Wright
2026-06-22 18:05:34 +10:00
parent 0159990975
commit b86e08ee7f
3 changed files with 30 additions and 31 deletions

View File

@@ -1 +1 @@
DIST tls-session-manager-0.0.4.tar.gz 3821 BLAKE2B f86aefd6d6ce07383ab7969bb877cabf301530685095cf29a7f5d037ad59a227bddcb0629bc74bd9dfb594727fee1c32619896e3677cfdb8c5ef2578b89721dc SHA512 8516a2a6a12ee33ca3cbfcf33f5108218dcfea54b092a5292cbe0935b1c181d1aa26d171eb1f62d93ac80bebca21221598a07e225be5513743b227ef6908fbec
DIST tls-session-manager-0.0.9.tar.gz 4441 BLAKE2B 48e2d447c3aa4e00b7ea7cc162693236a99d9d665ca9e0c1a32fbed8a719529035c66ff00033de26a5cd916a634973aec79aadbbc86929fae5f3a84b31ffaae8 SHA512 56c191c430be19b0da29b4787cf1e0803cf5d292f5f5531c45571b0bbfcebd43c70582de0b402264b0e398a86434d575ceb855de34ad7c3d5ab7fa3f94971d56

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# ebuild generated by hackport 0.6.2
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="In-memory TLS session manager"
HOMEPAGE="https://hackage.haskell.org/package/tls-session-manager"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
RDEPEND="dev-haskell/auto-update:=[profile?]
dev-haskell/basement:=[profile?]
dev-haskell/clock:=[profile?]
dev-haskell/memory:=[profile?]
>=dev-haskell/psqueues-0.2.3:=[profile?]
dev-haskell/tls:=[profile?]
>=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
"

View File

@@ -0,0 +1,29 @@
# 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"
inherit haskell-cabal
DESCRIPTION="In-memory TLS session DB and session ticket"
HOMEPAGE="https://hackage.haskell.org/package/tls-session-manager"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/auto-update-0.2.2:=[profile?] <dev-haskell/auto-update-0.3:=[profile?]
>=dev-haskell/clock-0.8:=[profile?] <dev-haskell/clock-0.9:=[profile?]
>=dev-haskell/crypto-token-0.1.2:=[profile?] <dev-haskell/crypto-token-0.2:=[profile?]
>=dev-haskell/memory-0.18.0:=[profile?] <dev-haskell/memory-0.19:=[profile?]
>=dev-haskell/psqueues-0.2:=[profile?] <dev-haskell/psqueues-0.3:=[profile?]
>=dev-haskell/serialise-0.2:=[profile?] <dev-haskell/serialise-0.3:=[profile?]
>=dev-haskell/tls-2.0:=[profile?] <dev-haskell/tls-2.3:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"