Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libtomcrypt: metadata.xml ChangeLog
Date: Thu, 26 Mar 2009 19:57:33
Message-Id: E1Lmvhj-0007dA-H7@stork.gentoo.org
1 jmbsvicetto 09/03/26 19:57:31
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Removing hawking as a maintainer since he was retired.
6 (Seems I forgot to commit this update to the tree)
7 (Portage version: 2.2_rc26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-libs/libtomcrypt/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtomcrypt/metadata.xml?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtomcrypt/metadata.xml?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtomcrypt/metadata.xml?r1=1.4&r2=1.5
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/metadata.xml,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- metadata.xml 25 Sep 2008 14:42:36 -0000 1.4
23 +++ metadata.xml 26 Mar 2009 19:57:31 -0000 1.5
24 @@ -1,75 +1,74 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 -<herd>no-herd</herd>
29 -<maintainer>
30 - <email>hawking@g.o</email>
31 - <name>Ali Polatel</name>
32 -</maintainer>
33 -<longdescription>
34 -LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit
35 -that provides developers with a vast array of well known published block ciphers,
36 -one-way hash functions, chaining modes, pseudo-random number generators, public
37 -key cryptography and a plethora of other routines.
38 + <herd>no-herd</herd>
39 + <maintainer>
40 + <email>maintainer-needed@g.o</email>
41 + </maintainer>
42 + <longdescription>
43 + LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit
44 + that provides developers with a vast array of well known published block ciphers,
45 + one-way hash functions, chaining modes, pseudo-random number generators, public
46 + key cryptography and a plethora of other routines.
47
48 -LibTomCrypt has been designed from the ground up to be very simple to use. It has
49 -a modular and standard API that allows new ciphers, hashes and PRNGs to be added
50 -or removed without change to the overall end application. It features easy to use
51 -functions and a complete user manual which has many source snippet examples.
52 + LibTomCrypt has been designed from the ground up to be very simple to use. It has
53 + a modular and standard API that allows new ciphers, hashes and PRNGs to be added
54 + or removed without change to the overall end application. It features easy to use
55 + functions and a complete user manual which has many source snippet examples.
56
57 -LibTomCrypt is free for all purposes under the public domain. This includes
58 -commercial use, redistribution and even branching.
59 + LibTomCrypt is free for all purposes under the public domain. This includes
60 + commercial use, redistribution and even branching.
61
62 -Sports the following algorithms
63 + Sports the following algorithms
64
65 - * Block Ciphers
66 - o Blowfish
67 - o XTEA
68 - o RC5
69 - o RC6
70 - o SAFER+
71 - o Rijndael (aka AES)
72 - o Twofish
73 - o SAFER (K64, SK64, K128, SK128)
74 - o RC2
75 - o DES, 3DES
76 - o CAST5
77 - o Noekeon
78 - o Skipjack
79 - * Chaining Modes
80 - o ECB
81 - o CBC
82 - o OFB
83 - o CFB
84 - o CTR
85 - * One-Way Hash Functions
86 - o MD2
87 - o MD4
88 - o MD5
89 - o SHA-1
90 - o SHA-224/256/384/512
91 - o TIGER-192
92 - o RIPE-MD 128/160
93 - * Message Authentication
94 - o FIPS-198 HMAC (supports all hashes)
95 - o FIPS pending OMAC1 (supports all ciphers)
96 - * Message Encrypt+Authenticate Modes
97 - o EAX Mode
98 - o OCB Mode
99 - * Pseudo-Random Number Generators
100 - o Yarrow (based algorithm)
101 - o RC4
102 - o Support for /dev/random, /dev/urandom and the Win32 CSP RNG
103 - * Public Key Algorithms
104 - o RSA (using PKCS #1 v1.5 style padding)
105 - o DH (using ElGamal signatures and simple DH encryption)
106 - o ECC (over Z/pZ, ElGamal Signatures, simple DH style encryption)
107 - o DSA (Users make their own groups)
108 -</longdescription>
109 -<use>
110 - <flag name='libtommath'>Use the portable math library
111 - (<pkg>dev-libs/libtommath</pkg>)</flag>
112 - <flag name='tomsfastmath'>Use the optimized math library
113 - (<pkg>dev-libs/tomsfastmath</pkg>)</flag>
114 -</use>
115 + * Block Ciphers
116 + o Blowfish
117 + o XTEA
118 + o RC5
119 + o RC6
120 + o SAFER+
121 + o Rijndael (aka AES)
122 + o Twofish
123 + o SAFER (K64, SK64, K128, SK128)
124 + o RC2
125 + o DES, 3DES
126 + o CAST5
127 + o Noekeon
128 + o Skipjack
129 + * Chaining Modes
130 + o ECB
131 + o CBC
132 + o OFB
133 + o CFB
134 + o CTR
135 + * One-Way Hash Functions
136 + o MD2
137 + o MD4
138 + o MD5
139 + o SHA-1
140 + o SHA-224/256/384/512
141 + o TIGER-192
142 + o RIPE-MD 128/160
143 + * Message Authentication
144 + o FIPS-198 HMAC (supports all hashes)
145 + o FIPS pending OMAC1 (supports all ciphers)
146 + * Message Encrypt+Authenticate Modes
147 + o EAX Mode
148 + o OCB Mode
149 + * Pseudo-Random Number Generators
150 + o Yarrow (based algorithm)
151 + o RC4
152 + o Support for /dev/random, /dev/urandom and the Win32 CSP RNG
153 + * Public Key Algorithms
154 + o RSA (using PKCS #1 v1.5 style padding)
155 + o DH (using ElGamal signatures and simple DH encryption)
156 + o ECC (over Z/pZ, ElGamal Signatures, simple DH style encryption)
157 + o DSA (Users make their own groups)
158 + </longdescription>
159 + <use>
160 + <flag name="libtommath">Use the portable math library
161 + (<pkg>dev-libs/libtommath</pkg>)</flag>
162 + <flag name="tomsfastmath">Use the optimized math library
163 + (<pkg>dev-libs/tomsfastmath</pkg>)</flag>
164 + </use>
165 </pkgmetadata>
166
167
168
169 1.35 dev-libs/libtomcrypt/ChangeLog
170
171 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtomcrypt/ChangeLog?rev=1.35&view=markup
172 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtomcrypt/ChangeLog?rev=1.35&content-type=text/plain
173 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libtomcrypt/ChangeLog?r1=1.34&r2=1.35
174
175 Index: ChangeLog
176 ===================================================================
177 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v
178 retrieving revision 1.34
179 retrieving revision 1.35
180 diff -u -r1.34 -r1.35
181 --- ChangeLog 18 Mar 2009 20:35:01 -0000 1.34
182 +++ ChangeLog 26 Mar 2009 19:57:31 -0000 1.35
183 @@ -1,6 +1,10 @@
184 # ChangeLog for dev-libs/libtomcrypt
185 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
186 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.34 2009/03/18 20:35:01 tommy Exp $
187 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtomcrypt/ChangeLog,v 1.35 2009/03/26 19:57:31 jmbsvicetto Exp $
188 +
189 + 22 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
190 + metadata.xml:
191 + Removing hawking as a maintainer since he was retired.
192
193 *libtomcrypt-1.17-r3 (18 Mar 2009)