./security/hs-hackage-security, Hackage security library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.2.3nb3, Package name: hs-hackage-security-0.6.2.3nb3, Maintainer: pho

The hackage security library provides both server and client utilities
for securing the Hackage package server
(http://hackage.haskell.org/). It is based on The Update Framework
(http://theupdateframework.com/), a set of recommendations developed
by security researchers at various universities in the US as well as
developers on the Tor project (https://www.torproject.org/).

The current implementation supports only index signing, thereby
enabling untrusted mirrors. It does not yet provide facilities for
author package signing.


Required to run:
[net/hs-network] [converters/hs-base64-bytestring] [archivers/hs-zlib] [net/hs-network-uri] [lang/ghc88] [converters/hs-base16-bytestring] [security/hs-cryptohash-sha256] [devel/hs-lukko] [archivers/hs-tar] [security/hs-ed25519]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 84.581 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-27 13:48:23 by Masatake Daimon | Files touched by this commit (2)
Log message:
security/hs-hackage-security: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-25 14:27:55 by Masatake Daimon | Files touched by this commit (4) | Package updated
Log message:
security/hs-hackage-security: Update to 0.6.2.3

0.6.2.3
* Bump base for GHC 9.4 comp
* Fix code to really support mtl-2.3

0.6.2.2
* Fix broken compilation of test-suite with Cabal-syntax-3.8.1.0 on Hackage
* Huge README updates

0.6.2.1
* Allow GHC-9.0 (base-4.15) (#265)
* Fix running cabal repl hackage-security (#263)
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-11 14:15:07 by Masatake Daimon | Files touched by this commit (4)
Log message:
Update to hackage-security-0.6.2.0

0.6.2.0
* Safely prepare for when cabal factors out Cabal-syntax

0.6.1.0
* Support basic auth in package-indices (#252)
* Fix tests due to new aeson handling of unescaped control sequences (#256)
* Bump a lot of bounds on packages we depend on
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC