| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: beecrypt-devel | Distribution: Unknown |
| Version: 4.1.2 | Vendor: ATrpms.net |
| Release: 10.1_14.el3.at | Build date: Tue Aug 29 20:34:54 2006 |
| Group: Development/Libraries | Build host: el3.atrpms.net |
| Size: 445339 | Source RPM: beecrypt-4.1.2-10.1_14.el3.at.src.rpm |
| Packager: ATrpms <http://ATrpms.net/> | |
| Url: http://sourceforge.net/projects/beecrypt | |
| Summary: Development files for building against the beecrypt package | |
This package provides the files neccessary for development against beecrypt. Use this package if you need to build a package depending on beecrypt at build time, or if you want to do your own development against beecrypt.
LGPL
* Wed Jun 28 2006 Paul Nasrat <pnasrat@redhat.com> - 4.1.2-10.1
- Fix missing BR
* Tue May 23 2006 Paul Nasrat <pnasrat@redhat.com> - 4.1.2-10
- Make multilib-devel work
* Sun Oct 16 2005 Florian La Roche <laroche@redhat.com>
- Use -with-cplusplus=no. The libs still require libstdc++, so
this needs further cleanup.
* Wed May 18 2005 Miloslav Trmac <mitr@redhat.com> - 4.1.2-8
- Remove dependencies on private symbols not present in Python 2.4 from
beecrypt-python
* Wed May 18 2005 Miloslav Trmac <mitr@redhat.com> - 4.1.2-7
- Doh, actually apply the patch
* Wed May 18 2005 Miloslav Trmac <mitr@redhat.com> - 4.1.2-6
- Fix b64encode() for data starting with NUL (#123650)
* Sat Apr 02 2005 Warren Togami <wtogami@redhat.com> 4.1.2-5
- remove huge API docs
* Sat Apr 02 2005 Paul Nasrat <pnasrat@redhat.com> 4.1.2-4
- Obsolete older beecrypt-java
* Wed Mar 30 2005 Paul Nasrat <pnasrat@redhat.com> 4.1.2-3
- Disable beecrypt-java (#151294)
* Fri Mar 04 2005 Jeff Johnson <jbj@redhat.com> 4.1.2-2
- rebuild with gcc4.
* Sat Feb 05 2005 Jeff Johnson <jbj@jbj.org> 4.1.2-1
- upgrade to 4.1.2
- put java components in sub-package.
- check that /usr/lib64 is not used on alpha (#146583).
* Fri Feb 04 2005 Miloslav Trmac <mitr@redhat.com> - 3.1.0-7
- Rebuild against Python 2.4
* Mon Aug 09 2004 Alan Cox <alan@redhat.com> 3.1.0-6
- Build requires libtool (Steve Grubb)
* Sat Jul 03 2004 Elliot Lee <sopwith@redhat.com> 3.1.0-5
- rebuilt
- Add _smp_mflags
* Wed Mar 24 2004 Jeff Johnson <jbj@redhat.com> 3.1.0-3
- fix: extgcd_w problem fixed by upgrading from CVS.
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon Dec 22 2003 Jeff Johnson <jbj@jbj.org> 3.1.0-1
- upgrade to 3.1.0.
- recompile against python-2.3.3.
* Tue Jul 01 2003 Jeff Johnson <jbj@redhat.com> 3.0.1-0.20030630
- upstream fixes for DSA and ppc64.
* Tue Jun 24 2003 Jeff Johnson <jbj@redhat.com> 3.0.0-2
- upgrade to 3.0.0 final.
- fix for DSA (actually, modulo inverse) sometimes failing.
* Sat Jun 21 2003 Jeff Johnson <jbj@redhat.com> 3.0.0-1.20030619
- avoid asm borkage on ppc64.
* Fri Jun 20 2003 Jeff Johnson <jbj@redhat.com> 3.0.0-1.20030618
- rebuild for release bump.
* Wed Jun 18 2003 Jeff Johnson <jbj@redhat.com> 3.0.0-1.20030616
- try to out smart libtool a different way.
- use $bc_target_cpu, not $bc_target_arch, to detect /usr/lib64.
* Tue Jun 17 2003 Jeff Johnson <jbj@redhat.com> 3.0.0-1.20030615
- use -mcpu=powerpc64 on ppc64.
* Sat Jun 14 2003 Jeff Johnson <jbj@redhat.com> 3.0.0-1.20030613
- upgrade to latest snapshot.
* Sat Jun 07 2003 Jeff Johnson <jbj@redhat.com> 3.0.0-1.20030605
- rebuild into another tree.
* Thu Jun 05 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Jun 04 2003 Jeff Johnson <jbj@redhat.com> 3.0.0-0.20030603
- update to 3.0.0 snapshot, fix mpmod (and DSA) on 64b platforms.
* Tue Jun 03 2003 Jeff Johnson <jbj@redhat.com> 3.0.0-0.20030602
- update to 3.0.0 snapshot, merge patches, fix gcd rshift and ppc problems.
* Fri May 30 2003 Jeff Johnson <jbj@redhat.com> 3.0.0-0.20030529
- update to 3.0.0 snapshot, fix ia64/x86_64 build problems.
* Thu May 29 2003 Jeff Johnson <jbj@redhat.com> 3.0.0-0.20030528
- upgrade to 3.0.0 snapshot, adding rpm specific base64.[ch] changes.
- add PYTHONPATH=.. so that "make check" can test the just built _bc.so module.
- grab cpuinfo and run "make bench".
- continue ignoring "make check" failures, LD_LIBRARY_PATH needed for _bc.so.
- skip asm build failure on ia64 for now.
- ignore "make bench" exit codes too, x86_64 has AES segfault.
* Thu May 22 2003 Jeff Johnson <jbj@redhat.com> 3.0.0-0.20030521
- upgrade to 3.0.0 snapshot, including python subpackage.
- ignore "make check" failure for now.
* Sat May 17 2003 Jeff Johnson <jbj@redhat.com> 3.0.0-0.20030516
- upgrade to 3.0.0 snapshot, including ia64 and x86_64 fixes.
- add %check.
- ignore "make check" failure on ia64 for now.
* Tue May 13 2003 Jeff Johnson <jbj@redhat.com> 3.0.0-0.20030512
- upgrade to 3.0.0 snapshot.
- add doxygen doco.
- use /dev/urandom as default entropy source.
- avoid known broken compilation for now.
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
- rebuild on all arches
* Sat Aug 03 2002 Jeff Johnson <jbj@redhat.com> 2.2.0-6
- install types.h (#68999).
* Sat Jun 22 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Thu Jun 06 2002 Jeff Johnson <jbj@redhat.com>
- run ldconfig when installing/erasing (#65974).
* Fri May 24 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Tue May 14 2002 Jeff Johnson <jbj@redhat.com>
- upgrade to latest 2.2.0 (from cvs.rpm.org).
* Mon Jan 21 2002 Jeff Johnson <jbj@redhat.com>
- use the same beecrypt-2.2.0 that rpm is using internally.
* Thu Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.0-1
- initial package
/usr/include/beecrypt /usr/include/beecrypt/aes.h /usr/include/beecrypt/aesopt.h /usr/include/beecrypt/api.h /usr/include/beecrypt/base64.h /usr/include/beecrypt/beecrypt.h /usr/include/beecrypt/blockmode.h /usr/include/beecrypt/blockpad.h /usr/include/beecrypt/blowfish.h /usr/include/beecrypt/blowfishopt.h /usr/include/beecrypt/dhaes.h /usr/include/beecrypt/dldp.h /usr/include/beecrypt/dlkp.h /usr/include/beecrypt/dlpk.h /usr/include/beecrypt/dlsvdp-dh.h /usr/include/beecrypt/dsa.h /usr/include/beecrypt/elgamal.h /usr/include/beecrypt/endianness.h /usr/include/beecrypt/entropy.h /usr/include/beecrypt/fips186.h /usr/include/beecrypt/gnu.h /usr/include/beecrypt/hmac.h /usr/include/beecrypt/hmacmd5.h /usr/include/beecrypt/hmacsha1.h /usr/include/beecrypt/hmacsha256.h /usr/include/beecrypt/hmacsha384.h /usr/include/beecrypt/hmacsha512.h /usr/include/beecrypt/md5.h /usr/include/beecrypt/memchunk.h /usr/include/beecrypt/mp.h /usr/include/beecrypt/mpbarrett.h /usr/include/beecrypt/mpnumber.h /usr/include/beecrypt/mpopt.h /usr/include/beecrypt/mpprime.h /usr/include/beecrypt/mtprng.h /usr/include/beecrypt/pkcs1.h /usr/include/beecrypt/pkcs12.h /usr/include/beecrypt/rsa.h /usr/include/beecrypt/rsakp.h /usr/include/beecrypt/rsapk.h /usr/include/beecrypt/sha1.h /usr/include/beecrypt/sha1opt.h /usr/include/beecrypt/sha256.h /usr/include/beecrypt/sha384.h /usr/include/beecrypt/sha512.h /usr/include/beecrypt/sha_k.h /usr/include/beecrypt/timestamp.h /usr/include/beecrypt/win.h /usr/lib64/libbeecrypt.a /usr/lib64/libbeecrypt.la /usr/lib64/libbeecrypt.so /usr/share/doc/beecrypt-devel-4.1.2 /usr/share/doc/beecrypt-devel-4.1.2/BUGS
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed May 22 06:22:55 2013