summaryrefslogtreecommitdiffstats
path: root/crypto/hashsum/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/hashsum/HISTORY')
-rw-r--r--crypto/hashsum/HISTORY20
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/hashsum/HISTORY b/crypto/hashsum/HISTORY
new file mode 100644
index 0000000000..2cb8f863ae
--- /dev/null
+++ b/crypto/hashsum/HISTORY
@@ -0,0 +1,20 @@
+2005-11-18 Seth Woolley <seth@tautology.org>
+ * BUILD: now builds on x86-64 with my nifty patch.
+
+2005-10-04 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 1.7; gpg, md5 -> sha512
+ * swoolley.gpg, hashsum-1.6.tar.gz.asc: deleted
+
+2005-09-23 Pieter Lenaerts <e-type@cwazy.co.uk>
+ * BUILD, aded DEPENDS, DETAILS: needs gcc34
+
+2005-04-04 Seth Woolley <seth@tautology.org>
+ * DETAILS,BUILD,INSTALL: spell created
+ On that note, why the hell don't people use autotools?
+ Used these commands while in the directory to gen the gpg stuff:
+ gpg --export --armor '2005 Personal Key' |
+ gpg --no-default-keyring --keyring ./swoolley.gpg --import
+ gpg --armor --detach-sign --keyring swoolley.gpg \
+ -o hashsum-1.6.tar.gz.asc /var/spool/sorcery/hashsum-1.6.tar.gz
+ Spell supports GPG signature now.
+