backport built w/o securemem
This commit is contained in:
parent
e2c21d656f
commit
3c530c4e71
3 changed files with 7 additions and 5 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,6 +1,11 @@
|
||||||
git-annex (5.20140320~bpo70+1) wheezy-backports; urgency=medium
|
git-annex (5.20140320~bpo70+1) wheezy-backports; urgency=medium
|
||||||
|
|
||||||
* Updating backport to newest release.
|
* Updating backport to newest release.
|
||||||
|
* Note that this backport does not feature constant time webapp auth token
|
||||||
|
comparisons. It's not recommended to use the webapp on multiuser systems,
|
||||||
|
since another use may be able to use a timing attack to guess its auth
|
||||||
|
token. If you need that, it should not be hard to backport
|
||||||
|
haskell-securemem.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Wed, 26 Mar 2014 15:16:09 -0400
|
-- Joey Hess <joeyh@debian.org> Wed, 26 Mar 2014 15:16:09 -0400
|
||||||
|
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -38,8 +38,6 @@ Build-Depends:
|
||||||
libghc-warp-tls-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc sparc],
|
libghc-warp-tls-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc sparc],
|
||||||
libghc-wai-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc sparc],
|
libghc-wai-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc sparc],
|
||||||
libghc-wai-logger-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc sparc],
|
libghc-wai-logger-dev [i386 amd64 kfreebsd-i386 kfreebsd-amd64 powerpc sparc],
|
||||||
libghc-securemem-dev,
|
|
||||||
libghc-byteable-dev,
|
|
||||||
libghc-case-insensitive-dev,
|
libghc-case-insensitive-dev,
|
||||||
libghc-http-types-dev,
|
libghc-http-types-dev,
|
||||||
libghc-blaze-builder-dev,
|
libghc-blaze-builder-dev,
|
||||||
|
|
|
@ -183,11 +183,10 @@ Executable git-annex
|
||||||
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
|
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
|
||||||
http-types, transformers, wai, wai-logger, warp, warp-tls,
|
http-types, transformers, wai, wai-logger, warp, warp-tls,
|
||||||
blaze-builder, crypto-api, hamlet, clientsession,
|
blaze-builder, crypto-api, hamlet, clientsession,
|
||||||
template-haskell, data-default, aeson, network-conduit,
|
template-haskell, data-default, aeson, network-conduit
|
||||||
byteable
|
|
||||||
CPP-Options: -DWITH_WEBAPP
|
CPP-Options: -DWITH_WEBAPP
|
||||||
if flag(Webapp) && flag (Webapp-secure)
|
if flag(Webapp) && flag (Webapp-secure)
|
||||||
Build-Depends: warp-tls (>= 1.4), securemem
|
Build-Depends: warp-tls (>= 1.4), securemem, byteable
|
||||||
CPP-Options: -DWITH_WEBAPP_SECURE
|
CPP-Options: -DWITH_WEBAPP_SECURE
|
||||||
|
|
||||||
if flag(Pairing)
|
if flag(Pairing)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue