Port details
botan 1.6.5 security =1
A portable, easy to use, and efficient C++ crypto library
Maintained by: clsung@FreeBSD.org Port Added: 20 Aug 2002 06:03:40
Botan (formerly OpenCL) aims to be a portable, easy to use, and efficient
C++ crypto library. It currently supports the following algorithms:
Public Key Algorithms: Diffie-Hellman, DSA, ElGamal, Nyberg-Rueppel,
Rabin-Williams, RSA
Block Ciphers: Blowfish, CAST256, CAST5, CS-Cipher, DES, GOST, IDEA,
Lion, Luby-Rackoff, MISTY1, RC2, RC5, RC6, Rijndael, SAFER-SK128,
Serpent, SHARK, Skipjack, Square, TEA, Threeway, Twofish, XTEA
Stream Ciphers: ARC4, ISAAC, SEAL
Hash Functions: HAVAL, MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1,
SHA2-256, SHA2-512, Tiger, Whirlpool
MACs: EMAC, HMAC, MD5-MAC, ANSI X9.19 MAC
Misc: Adler32, CRC24, CRC32, Randpool, X9.17 RNG
Cipher Modes: CBC w/ Padding, CTS, CFB, OFB, Counter
WWW: http://botan.randombit.net/ CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon Required To Build: devel/gmake , lang/perl5.8
Required To Run: lang/perl5.8
To install the port : cd /usr/ports/security/botan/ && make install cleanTo add the package : pkg_add -r botan
Configuration Options
No options to configure
Master Sites:
http://files.randombit.net/botan/v1.6/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Commit History - (may be incomplete: see CVSWeb link above for full details)
Date By Description
05 Apr 2009 14:31:45 1.6.5
itetcu
Don't install DOCS when -DNOPORTDOCS.
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
31 Jan 2009 21:30:21 1.6.5
pav
- Update download location
Reported by: -fetch-original pointyhat run
06 Oct 2008 06:22:26 1.6.5
clsung
- Update to 1.6.5
PR: ports/127013
Submitted by: chinsan
Reviewed by: clsung
08 Sep 2007 02:04:03 1.4.12
linimon
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
04 Aug 2007 12:41:31 1.4.12
gabor
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
14 Aug 2006 05:09:27 1.4.12
clsung
- Respect DESTDIR
- Use USE_LDCONFIG
PR: ports/101865
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
15 Apr 2006 09:30:23 1.4.12
clsung
- update to 1.4.12
- fix unfetchable
- modified patch-configure.pl
! Merged doc/rngs.txt into the main API document
06 Jan 2006 08:28:22 1.4.11
clsung
- update to 1.4.11
02 Jan 2006 04:14:21 1.4.10
clsung
- update to 1.4.10
PR: 91035
Submitted by: Wesley Shields <wxs_AT_csh dot rit dot edu>
17 Nov 2005 08:37:05 1.4.9
clsung
- update to 1.4.9
- add SHA256 checksums
04 Oct 2005 07:46:00 1.4.7
clsung
Changelog:
- Fixed major performance problems with recent versions of GNU C++
- Added an implementation of the X9.31 PRNG
- Removed the X9.17 and FIPS 186-2 PRNG algorithms
- Changed defaults to use X9.31 PRNGs as global PRNG objects
- Some cleanups related to the engine code
and more (see http://botan.randombit.net/logs/log-14.php )
PR: 86589
Submitted by: az (New committer today. Welcome to the zoo :) )
15 Mar 2005 07:22:40 1.4.6
clsung
- update to 1.4.6
- ChangeLog [http://botan.randombit.net/logs/log-14.php]
* Fix an error in the shutdown code introduced in 1.4.5
* Setting base/pkcs8_tries to 0 disables the builtin fail-out
* Support for XMPP identifiers in X.509 certificates
* Duplicate entries in X.509 DNs are removed
* More fixes for Borland C++, from Friedemann Kleint
* Add a workaround for buggy iostreams
02 Mar 2005 02:32:44 1.4.4
clsung
- botan-1.4.4 does not build on perl5.005
Noted by: krismail
19 Feb 2005 03:53:33 1.4.4
clsung
- Change MASTER_SITES in case of fetch error problem
Note by: krisbot
17 Feb 2005 07:43:43 1.4.4
clsung
- update to 1.4.4
- add an extra-patch for gcc295, a quick and dirty patch I thought...
26 Aug 2004 11:07:01 1.4.0
clsung
- Update to 1.4.0
- Change MASTER_SITES
- fixed build error in 5.x (compare to ports/69194 )
PR: ports/70444
Approved by: vanilla (co-mentor)
20 Aug 2004 03:56:44 1.2.8_1
clsung
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor)
31 Mar 2004 04:12:58 1.2.8_1
trevor
SIZEify (maintainer timeout)
04 Feb 2004 05:10:27 1.2.8_1
marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
31 Dec 2003 15:04:57 1.2.8
pav
- Update to 1.2.8
PR: ports/60756
Submitted by: Cheng-Lung Sung <clsung@dragon2.net > (maintainer)
03 Nov 2003 15:49:00 1.2.7
ijliao
upgrade to 1.2.7
PR: 58794
Submitted by: Cheng-Lung Sung <clsung@dragon2.net >
10 Jul 2003 09:25:57 1.2.6
erwin
Add missing dependency
PR: 54282
Submitted by: bento, Kirill Ponomarew <ponomarew@oberon.net >
08 Jul 2003 12:34:00 1.2.6
daichi
update security/botan: 1.2.4 -> 1.2.6
PR: 54118
Submitted by: Kirill Ponomarew <ponomarew@oberon.net >
01 Jun 2003 03:44:50 1.2.4
foxfair
PR: 52828
Submitted by: Kirill Ponomarew <ponomarew@oberon.net >
Update security/botan: 1.2.3 -> 1.2.4
21 May 2003 16:59:59 1.2.3
foxfair
PR: 52492
Submitted by: Kirill Ponomarew <ponomarew@oberon.net >
Update botan to 1.2.3
12 May 2003 09:30:33 1.2.1
ijliao
upgrade to 1.2.1
PR: 51903
Submitted by: Kirill Ponomarew <ponomarew@oberon.net >
04 May 2003 01:27:18 1.2.0
naddy
Fix build on -CURRENT/i386.
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org >
Reported by: kris (bento)
30 Apr 2003 02:05:35 1.2.0
naddy
Update to 1.2.
PR: 51541
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org >
20 Feb 2003 18:59:13 1.0.2
knu
De-pkg-comment.
30 Jan 2003 15:47:04 1.0.2
ijliao
upgrade to 1.0.2
14 Jan 2003 03:32:16 1.0.1_1
kris
Add two missing symlinks
07 Nov 2002 03:10:58 1.0.1_1
adamw
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
03 Nov 2002 21:30:54 1.0.1_1
edwin
Port needs perl to build -> USE_PERL5=yes
See http://bento.freebsd.org/errorlogs/5-latest/botan-1.0.1_1.log
27 Sep 2002 19:30:52 1.0.1_1
ijliao
fix plist by removing a recursively-linked file
Submitted by: bento log
15 Sep 2002 09:05:20 1.0.1
ijliao
upgrade to 1.0.1
28 Aug 2002 06:09:40 1.0.0
ijliao
upgrade to 1.0.0
24 Aug 2002 00:47:41 0.9.2
kris
Remove a stray line which is not installed by the port
Noticed by: bento
21 Aug 2002 04:32:40 0.9.2
ijliao
update supporting algorithms
Submitted by: Jack Lloyd <lloyd@acm.jhu.edu >
20 Aug 2002 06:19:44 0.9.2
ijliao
update WWW
20 Aug 2002 06:03:19 0.9.2
ijliao
opencl -> botan
upgrade botan to 0.9.2