summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-05-08 03:36:34 -0400
committerjoe <joe@jerkface.net>2014-05-08 03:36:34 -0400
commiteb827cae0d8e8f2f6f106eb507da6d667aca1bfa (patch)
treec32577ed22cabe4559fb02b4b61470da073b442a /HACKING
parentbfc85bbd625b252d537aaa924e9f8a963b2dfe33 (diff)
PKCS8 public import fix.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING11
1 files changed, 11 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index b61c9f5..37c366c 100644
--- a/HACKING
+++ b/HACKING
@@ -25,3 +25,14 @@ contributers to the kiki project.
25 25
26* This approach keeps the code base fresh without limiting it's ease of install 26* This approach keeps the code base fresh without limiting it's ease of install
27 and utility on existing systems. 27 and utility on existing systems.
28
29
30Note about current dependency status:
31
32Because cryptohash is already packaged for Wheezy and I want to avoid depending
33a newer version of the library, I've backported the following to work with
34cryptohash-0.7.5:
35
36 crypto-pubkey-0.2.4 (needed to add conditional compilation)
37 x509-v1.4.5 (changed only the constraint in the cabal file)
38