Up to [cvs.netbsd.org] / pkgsrc / security / botan
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.25 / (download) - annotate - [select for diffs], Fri Nov 25 21:25:26 2011 UTC (5 months, 4 weeks ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
HEAD
Changes since 1.24: +3 -4
lines
Diff to previous 1.24 (colored)
Update to Botan 1.8.13: * 1.8.13, 2011-07-02 - A race in Algorithm_Factory that could cause crashes in multithreaded code has been fixed. * 1.8.12, 2011-06-20 - If EMSA3(Raw) was used for more than one signature, it would produce incorrect output. - Fix the --enable-debug option to configure.py - Improve OS detection on Cygwin - Fix compilation under Sun Studio 12 on Solaris - Fix a memory leak in the constructors of DataSource_Stream and DataSink_Stream which would occur if opening the file failed. PR 144 * 1.8.11, 2010-11-02 - Fix a number of CRL encoding and decoding bugs - When building a debug library under VC++, use the debug runtime - Fix compilation under Sun Studio on Linux and Solaris - Add several functions for compatability with 1.9 - In the examples, read most input files as binary - The Perl build script has been removed in this release * 1.8.10, 2010-08-31 - Switch default PKCS #8 encryption algorithm from 3DES to AES-256 - Increase default hash iterations from 2048 to 10000 in PBES1 and PBES2 - Use small tables in the first round of AES - Add PBKDF typedef and get_pbkdf for better compatability with 1.9 - Add version of S2K::derive_key taking salt and iteration count - Enable the /proc-walking entropy source on NetBSD - Fix the doxygen makefile target * 1.8.9, 2010-06-16 - Use constant time multiplication in IDEA - Avoid possible timing attack against OAEP decoding - Add new X509::BER_encode and PKCS8::BER_encode - Enable DLL builds under Windows - Add Win32 installer support - Add support for the Clang compiler - Fix problem in semcem.h preventing build under Clang or GCC 3.4 - Fix bug that prevented creation of DSA groups under 1024 bits - Fix crash in GMP_Engine if library is shutdown and reinitialized - Work around problem with recent binutils in x86-64 SHA-1 - The Perl build script is no longer supported and refuses to run by default * 1.8.8, 2009-11-03 - Alter Skein-512 to match the tweaked 1.2 specification - Fix use of inline asm for access to x86 bswap function - Allow building the library without AES enabled - Add 'powerpc64' alias to ppc64 arch for Gentoo ebuild
Revision 1.24 / (download) - annotate - [select for diffs], Thu Sep 8 00:15:50 2011 UTC (8 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Strictler template usage. Bump revision.
Revision 1.23 / (download) - annotate - [select for diffs], Tue May 10 13:01:01 2011 UTC (12 months, 2 weeks ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.22: +1 -2
lines
Diff to previous 1.22 (colored)
Remove the REPLACE_PYTHON. It pointed to unused "perl" file. It is not needed since python is ran directly.
Revision 1.22 / (download) - annotate - [select for diffs], Wed Dec 15 21:52:15 2010 UTC (17 months, 1 week ago) by riz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
Explicitly pass "--cpu=i386" when MACHINE_ARCH is i386 in order for this to build properly under Mac OS X "Snow Leopard" on a 64-bit host. Fixes PR pkg/44191 by me.
Revision 1.21 / (download) - annotate - [select for diffs], Tue Oct 12 19:36:43 2010 UTC (19 months, 1 week ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.20: +4 -3
lines
Diff to previous 1.20 (colored)
Sort out PLIST for i386. Bump revision.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Jun 14 18:27:54 2010 UTC (23 months, 1 week ago) by jnemeth
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.19: +3 -2
lines
Diff to previous 1.19 (colored)
PR/43470 - Jack Lloyd -- update DESCR While here, do some minor delinting and set LICENSE.
Revision 1.19 / (download) - annotate - [select for diffs], Wed Feb 10 19:17:44 2010 UTC (2 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Bump revision for PYTHON_VERSION_DEFAULT change.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Oct 22 10:25:02 2009 UTC (2 years, 7 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.17: +2 -1
lines
Diff to previous 1.17 (colored)
Fix -install_name of library in OS X to include its full path. This is how other libraries are being installed (as far as otool -D says) and fixes the execution of mtn, which couldn't find the botan library before.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Oct 6 18:34:14 2009 UTC (2 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.16: +7 -13
lines
Diff to previous 1.16 (colored)
Fix amd64 case. Simplify.
Revision 1.16 / (download) - annotate - [select for diffs], Sat Oct 3 18:02:32 2009 UTC (2 years, 7 months ago) by jmmv
Branch: MAIN
Changes since 1.15: +9 -1
lines
Diff to previous 1.15 (colored)
Set the correct cpu in macppc and macppc64 so that this builds. Only verified in macppc though.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Sep 23 16:36:30 2009 UTC (2 years, 8 months ago) by jmmv
Branch: MAIN
Changes since 1.14: +3 -1
lines
Diff to previous 1.14 (colored)
Include bsd.prefs.mk to get the definition of MACHINE_ARCH.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 23 16:03:25 2009 UTC (2 years, 8 months ago) by jmmv
Branch: MAIN
Changes since 1.13: +24 -16
lines
Diff to previous 1.13 (colored)
Update to 1.8.7. Too many changes to list here. This update is quite delicate and I'm sure it'll break somewhere. So far I've only been able to test it in NetBSD/amd64 and Mac OS X Leopard. I'm bumping the dependency version in buildlink3.mk because the only package using this seems to be Monotone, and I'll updating it right away.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Aug 25 12:32:56 2009 UTC (2 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.12: +1 -3
lines
Diff to previous 1.12 (colored)
Remove BROKEN_IN variable. It was no maintained, and there was no defined workflow for setting it, removing it, or removing packages depending on it.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Jan 5 05:06:52 2008 UTC (4 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
*.tbz does not exist now, noticed by Zafer Aydogan in private mail. Switch to *.tgz, no differ from *.tbz.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Dec 27 15:46:00 2007 UTC (4 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Change MASTER_SITES to archive directory, 1.4.11 only exsits in it.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 27 14:13:58 2007 UTC (4 years, 4 months ago) by obache
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Try to fix build problem on NetBSD, use the same strategies as DragonFly.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 30 20:02:39 2007 UTC (4 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.8: +3 -7
lines
Diff to previous 1.8 (colored)
Discard the -mcpu=i686 option for the C++ compiler, since g++4 doesn't accept it.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 30 16:12:03 2007 UTC (4 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
configure script is perl, run it with perl.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 22 19:30:06 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 31 00:04:12 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
Mark as BROKEN_IN pkgsrc-2006Q4, based on ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 21 16:22:36 2006 UTC (5 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Add missing file to PLIST. Bump PKGREVISION.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:33 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 1 00:33:30 2006 UTC (6 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.2: +9 -1
lines
Diff to previous 1.2 (colored)
Add DragonFly support. Honour CXXFLAGS. Add _DRAGONFLY_SOURCE on DragonFly to work around the _POSIX_SOURCE defines, which break cwchar's ::vfwprintf usage (aka ISO C99 extensions).
Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 14 01:04:32 2006 UTC (6 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Perl is needed for the configure script.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Feb 5 01:25:12 2006 UTC (6 years, 3 months ago) by rillig
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Imported botan from .
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
Packaged by Aleksandar Simic <asimic@gmail.com>.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 5 01:25:12 2006 UTC (6 years, 3 months ago) by rillig
Branch: MAIN
Initial revision