1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Source: haskell-http-client-restricted
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts-minimal | haskell-devscripts (>= 0.9),
cdbs,
ghc,
ghc-prof,
libghc-connection-dev (>= 0.2.5),
libghc-connection-prof,
libghc-data-default-dev,
libghc-data-default-prof,
libghc-http-client-dev (>= 0.6),
libghc-http-client-dev (<< 0.7),
libghc-http-client-prof,
libghc-http-client-tls-dev (>= 0.3.2),
libghc-http-client-tls-dev (<< 0.4),
libghc-http-client-tls-prof,
libghc-network-dev (>= 3.0.0.0),
libghc-network-prof,
libghc-network-bsd-dev,
libghc-network-bsd-prof,
libghc-utf8-string-dev,
libghc-utf8-string-prof,
Build-Depends-Indep: ghc-doc,
libghc-connection-doc,
libghc-data-default-doc,
libghc-http-client-doc,
libghc-http-client-tls-doc,
libghc-network-doc,
libghc-network-bsd-doc,
libghc-utf8-string-doc,
Standards-Version: 4.4.1
Homepage: https://hackage.haskell.org/package/http-client-restricted
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-http-client-restricted
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
X-Description: restrict the servers that Haskell's http-client will use
Addition to the http-client and http-client-tls Haskell
libraries, that restricts the HTTP servers that can be used.
.
This is useful when a security policy needs to, e.g., prevent connections to
HTTP servers on localhost or a local network, or only allow connections
to a specific HTTP server.
.
It handles restricting redirects as well as the initial HTTP connection,
and it also guards against DNS poisoning attacks.
Package: libghc-http-client-restricted-dev
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-http-client-restricted-prof
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-http-client-restricted-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
|