diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-03-26 19:57:31 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-03-26 19:57:31 +0000 |
commit | 0db2a3183630e9182d963deee5331fc77bcef978 (patch) | |
tree | 87b5eadec5325663b5d3044d5b43ab512b0edec3 /dev-libs | |
parent | added ~x86 keyword (diff) | |
download | gentoo-2-0db2a3183630e9182d963deee5331fc77bcef978.tar.gz gentoo-2-0db2a3183630e9182d963deee5331fc77bcef978.tar.bz2 gentoo-2-0db2a3183630e9182d963deee5331fc77bcef978.zip |
Removing hawking as a maintainer since he was retired.
(Seems I forgot to commit this update to the tree)
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libtomcrypt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libtomcrypt/metadata.xml | 133 |
2 files changed, 71 insertions, 68 deletions
diff --git a/dev-libs/libtomcrypt/ChangeLog b/dev-libs/libtomcrypt/ChangeLog index 972d31239e2f..fa9f71b192f4 100644 --- a/dev-libs/libtomcrypt/ChangeLog +++ b/dev-libs/libtomcrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libtomcrypt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.34 2009/03/18 20:35:01 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.35 2009/03/26 19:57:31 jmbsvicetto Exp $ + + 22 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + metadata.xml: + Removing hawking as a maintainer since he was retired. *libtomcrypt-1.17-r3 (18 Mar 2009) diff --git a/dev-libs/libtomcrypt/metadata.xml b/dev-libs/libtomcrypt/metadata.xml index 979fb9e76de4..13f5b74e3345 100644 --- a/dev-libs/libtomcrypt/metadata.xml +++ b/dev-libs/libtomcrypt/metadata.xml @@ -1,75 +1,74 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>hawking@gentoo.org</email> - <name>Ali Polatel</name> -</maintainer> -<longdescription> -LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit -that provides developers with a vast array of well known published block ciphers, -one-way hash functions, chaining modes, pseudo-random number generators, public -key cryptography and a plethora of other routines. + <herd>no-herd</herd> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <longdescription> + LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit + that provides developers with a vast array of well known published block ciphers, + one-way hash functions, chaining modes, pseudo-random number generators, public + key cryptography and a plethora of other routines. -LibTomCrypt has been designed from the ground up to be very simple to use. It has -a modular and standard API that allows new ciphers, hashes and PRNGs to be added -or removed without change to the overall end application. It features easy to use -functions and a complete user manual which has many source snippet examples. + LibTomCrypt has been designed from the ground up to be very simple to use. It has + a modular and standard API that allows new ciphers, hashes and PRNGs to be added + or removed without change to the overall end application. It features easy to use + functions and a complete user manual which has many source snippet examples. -LibTomCrypt is free for all purposes under the public domain. This includes -commercial use, redistribution and even branching. + LibTomCrypt is free for all purposes under the public domain. This includes + commercial use, redistribution and even branching. -Sports the following algorithms + Sports the following algorithms - * Block Ciphers - o Blowfish - o XTEA - o RC5 - o RC6 - o SAFER+ - o Rijndael (aka AES) - o Twofish - o SAFER (K64, SK64, K128, SK128) - o RC2 - o DES, 3DES - o CAST5 - o Noekeon - o Skipjack - * Chaining Modes - o ECB - o CBC - o OFB - o CFB - o CTR - * One-Way Hash Functions - o MD2 - o MD4 - o MD5 - o SHA-1 - o SHA-224/256/384/512 - o TIGER-192 - o RIPE-MD 128/160 - * Message Authentication - o FIPS-198 HMAC (supports all hashes) - o FIPS pending OMAC1 (supports all ciphers) - * Message Encrypt+Authenticate Modes - o EAX Mode - o OCB Mode - * Pseudo-Random Number Generators - o Yarrow (based algorithm) - o RC4 - o Support for /dev/random, /dev/urandom and the Win32 CSP RNG - * Public Key Algorithms - o RSA (using PKCS #1 v1.5 style padding) - o DH (using ElGamal signatures and simple DH encryption) - o ECC (over Z/pZ, ElGamal Signatures, simple DH style encryption) - o DSA (Users make their own groups) -</longdescription> -<use> - <flag name='libtommath'>Use the portable math library - (<pkg>dev-libs/libtommath</pkg>)</flag> - <flag name='tomsfastmath'>Use the optimized math library - (<pkg>dev-libs/tomsfastmath</pkg>)</flag> -</use> + * Block Ciphers + o Blowfish + o XTEA + o RC5 + o RC6 + o SAFER+ + o Rijndael (aka AES) + o Twofish + o SAFER (K64, SK64, K128, SK128) + o RC2 + o DES, 3DES + o CAST5 + o Noekeon + o Skipjack + * Chaining Modes + o ECB + o CBC + o OFB + o CFB + o CTR + * One-Way Hash Functions + o MD2 + o MD4 + o MD5 + o SHA-1 + o SHA-224/256/384/512 + o TIGER-192 + o RIPE-MD 128/160 + * Message Authentication + o FIPS-198 HMAC (supports all hashes) + o FIPS pending OMAC1 (supports all ciphers) + * Message Encrypt+Authenticate Modes + o EAX Mode + o OCB Mode + * Pseudo-Random Number Generators + o Yarrow (based algorithm) + o RC4 + o Support for /dev/random, /dev/urandom and the Win32 CSP RNG + * Public Key Algorithms + o RSA (using PKCS #1 v1.5 style padding) + o DH (using ElGamal signatures and simple DH encryption) + o ECC (over Z/pZ, ElGamal Signatures, simple DH style encryption) + o DSA (Users make their own groups) + </longdescription> + <use> + <flag name="libtommath">Use the portable math library + (<pkg>dev-libs/libtommath</pkg>)</flag> + <flag name="tomsfastmath">Use the optimized math library + (<pkg>dev-libs/tomsfastmath</pkg>)</flag> + </use> </pkgmetadata> |