Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15308/10.4/unstable/crypto/finkinfo

Modified Files:
        libmcrypt.info 
Log Message:
New version.


Index: libmcrypt.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/libmcrypt.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libmcrypt.info      20 Jan 2006 20:16:56 -0000      1.1
+++ libmcrypt.info      3 Mar 2006 04:48:18 -0000       1.2
@@ -1,24 +1,27 @@
 Package: libmcrypt
-Version: 2.5.5
+Version: 2.5.7
 Revision: 1
-Source: 
http://www.mirrors.wiretapped.net/security/cryptography/libraries/mcrypt/libmcrypt/libmcrypt-%v.tar.gz
-Source-MD5: c5b0d48ddd62a9b8ae7cd9944f3deaba
+#Source: 
http://www.mirrors.wiretapped.net/security/cryptography/libraries/mcrypt/libmcrypt/libmcrypt-%v.tar.gz
+Source: mirror:sourceforge:mcrypt/%n-%v.tar.gz
+Source-MD5: b1be163143f8e8ed0474beeb642b3bad
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: True
 ConfigureParams: --mandir=%p/share/man
+CompileScript: <<
+  ./configure %c
+  make
+  make check
+<<
 InstallScript: <<
- make install DESTDIR=%d
+  make install DESTDIR=%d
 <<
-DocFiles: COPYING.LIB README NEWS 
+DocFiles: AUTHORS COPYING.LIB ChangeLog KNOWN-BUGS NEWS README THANKS TODO
 SplitOff: <<
   Package: %N-shlibs
   Replaces: libmcrypt (<< 2.5.5-1)
-  DocFiles: COPYING.LIB README NEWS
-  Files: <<
-  lib/libmcrypt.4.4.5.dylib
-  lib/libmcrypt.4.dylib
-  <<
-  Shlibs: %p/lib/libmcrypt.4.dylib 9.0.0 libmcrypt (>= 2.5.5-1)
+  DocFiles: AUTHORS COPYING.LIB ChangeLog KNOWN-BUGS NEWS README THANKS TODO
+  Files: lib/libmcrypt.*.dylib
+  Shlibs: %p/lib/libmcrypt.4.dylib 9.0.0 %n (>= 2.5.7-1)
 <<
 Description:  Encryption/Decryption Library
 DescDetail: <<
@@ -33,26 +36,25 @@
 main program is independent of the encryption algorithms and the modes
 used.
 
-Libmcrypt supports the algorithms: BLOWFISH, TWOFISH, DES, TripleDES,
-3-WAY, SAFER-sk64, SAFER-sk128, SAFER+, LOKI97, GOST, RC2, RC6, MARS,
-IDEA, RIJNDAEL-128 (AES), RIJNDAEL-192, RIJNDAEL-256, SERPENT, CAST-128
-(known as CAST5), CAST-256, ARCFOUR and WAKE. Block algorithms can be
-used in: CBC, ECB, CFB and OFB (8 bit and n bit, where n is the size of
-the algorithm's block length). 
+Included algorithms: cbc cfb ctr ecb ncfb nofb ofb stream threeway
+cast-128 gost rijndael-128 safer-sk64 twofish arcfour cast-256 loki97
+rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent
+xtea blowfish enigma rc2 safer-sk128 tripledes
+
+Block algorithms can be used in: CBC, ECB, CFB and OFB (8-bit and
+n-bit, where n is the size of the algorithm's block length).
 <<
 DescPackaging: <<
 
 NOTE: 
-Since 2.5.4 libmcrypt does not use dynamic loading for the modules by default.
-All the algorithms and modes, are now included in the library. That way you 
can 
+Since 2.5.4, libmcrypt does not use dynamic loading for the modules by default.
+All the algorithms and modes are now included in the library. That way you can 
 statically link the library and be 100% thread safe, since dlopen is not 
always 
 thread safe.
 
 Configure algorithms [optional]
 # --with-included-algos="rijndael-128 arcfour stream cbc cfb md5"
 
-libmcrypt-2.5.5 does not have support for INSTALL_ROOT use DESTDIR=%d.
-
 make check
 Algorithm: panama... failed internally
 Bug report submitted
@@ -60,4 +62,4 @@
 <<
 License: LGPL
 Maintainer: Dustin Sias <[EMAIL PROTECTED]>
-Homepage: http://mcrypt.hellug.gr/
+Homepage: http://mcrypt.sourceforge.net



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to