Path to this page:
./
security/hs-hackage-security,
Hackage security library
Branch: CURRENT,
Version: 0.6.2.6nb1,
Package name: hs-hackage-security-0.6.2.6nb1,
Maintainer: phoThe 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: 82.75 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-hackage-security-0.6.2.6nb1
- (2024-04-29) Updated to version: hs-hackage-security-0.6.2.6
- (2023-11-02) Updated to version: hs-hackage-security-0.6.2.3nb3
- (2023-10-09) Updated to version: hs-hackage-security-0.6.2.3nb2
- (2023-02-09) Updated to version: hs-hackage-security-0.6.2.3nb1
- (2023-01-25) Updated to version: hs-hackage-security-0.6.2.3
CVS history: (Expand)
2024-04-29 06:34:15 by Masatake Daimon | Files touched by this commit (4) |
Log message:
security/hs-hackage-security: Update to 0.6.2.6
0.6.2.6
Drop flag use-network-uri and support for network-2.5.
Fix build failure in testsuite with tar-0.5 (PR #312).
Tested with GHC 8.4 - 9.8.
0.6.2.5
Allow Cabal-3.12 and Cabal-syntax-3.12.
Allow zlib-0.7.
Drop flag use-old-time and support for old-time, require time ≥ 1.5 (PR #304).
Drop support for GHC < 8.4 (PR #306).
Code maintenance: address warning star-is-type, unused-record-wildcards etc. \
(PR #306).
Tested with GHC 8.4 - 9.8.
0.6.2.4
Allow tar-0.6
Drop support for GHC < 7.8 in favor of PatternSynonyms
Drop flags base48, mtl21, old-directory and support for GHC 7.8, mtl < \
2.2 and directory < 1.2
Tested with GHC 7.10 - 9.8
|
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) | |
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
|