diff options
Diffstat (limited to 'vendor/update.toml')
-rw-r--r-- | vendor/update.toml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/vendor/update.toml b/vendor/update.toml new file mode 100644 index 000000000..5b8936686 --- /dev/null +++ b/vendor/update.toml @@ -0,0 +1,27 @@ +[bcrypt] +author = "Solar Designer" +email = "solar@openwall.com" +files = "crypt_blowfish.[ch]" +license = "Public Domain" +tarball = "https://www.openwall.com/crypt/crypt_blowfish-1.3.tar.gz" +version = "v1.3" +website = "https://www.openwall.com/crypt/" + +[md5] +author = "Solar Designer" +depth = 1 +email = "solar@openwall.com" +files = "{LICENSE,md5/md5.[ch]}" +license = "Cut-down BSD License" +tarball = "https://www.openwall.com/blists/blists-2.0.tar.gz" +version = "v2.0" +website = "https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5" + +[sha2] +author = "Olivier Gay" +email = "olivier.gay@a3.epfl.ch" +files = "sha2.[ch]" +license = "3-clause BSD License" +tarball = "http://www.ouah.org/ogay/sha2/sha2.tar.gz" +version = "2007-02-02" +website = "http://www.ouah.org/ogay/sha2/" |