libcrypto++ (5.2.1c2a-2) unstable; urgency=low * Build-depend on a version of g++ that fixes PR c++/21123 which resulted in internal compiler errors on m68k, arm, and hppa (Closes: #343003). * Include an override to stop Lintian complaining about the name of the shared library. * Removed link in main headline of Doxygen generated documentaion since Doxygen insists on escaping it. -- Jens Peter Secher Tue, 13 Dec 2005 20:40:25 +0100 libcrypto++ (5.2.1c2a-1) unstable; urgency=low * Rebuild and name change due to libstdc++6 mt-allocator transition (Closes: #339201). -- Jens Peter Secher Sat, 19 Nov 2005 23:56:27 +0100 libcrypto++ (5.2.1c2-8) unstable; urgency=low * Force autoreconf to use automake1.9 so that it is possible to have several automake versions installed. -- Jens Peter Secher Sat, 1 Oct 2005 16:11:18 +0200 libcrypto++ (5.2.1c2-7) unstable; urgency=low * Use the upstream-provided way of doing manual template instantiation on architectures where it is necessary to use GCC3.4. -- Jens Peter Secher Mon, 26 Sep 2005 19:08:30 +0200 libcrypto++ (5.2.1c2-6) unstable; urgency=low * Circumvent GCC4 internal compiler error on m68k, arm, and hppa by using GCC3.4 on those architectures, thanks to Adeodato Simó (Closes: #328975). -- Jens Peter Secher Tue, 20 Sep 2005 20:46:29 +0200 libcrypto++ (5.2.1c2-5) unstable; urgency=low * Fixed the debian/rules so that the binary-arch target can be built in isolation (Closes: #323161). * Added a doc-base file for the libcrypto++-doc package. -- Jens Peter Secher Mon, 15 Aug 2005 22:18:05 +0200 libcrypto++ (5.2.1c2-4) unstable; urgency=low * Really take care of endianess this time by letting config.status manipulate config.h . * Split the documentation into a libcrypto++-doc package. -- Jens Peter Secher Wed, 10 Aug 2005 23:47:51 +0200 libcrypto++ (5.2.1c2-3) unstable; urgency=low * Take care of architecture endianess by using AC_C_BIGENDIAN in configure.ac . Should fix building for s390 and mipsel. -- Jens Peter Secher Mon, 8 Aug 2005 21:25:50 +0200 libcrypto++ (5.2.1c2-2) unstable; urgency=low * Stopped including autotools generated scripts, and instead build-depends on automaken to avoid strange problems with libtool that causes problems for the build daemons. * Fix cryptest so that it always can find its data files, and put it in the libcrypto++-utils package again. -- Jens Peter Secher Sat, 6 Aug 2005 16:34:56 +0200 libcrypto++ (5.2.1c2-1) unstable; urgency=low * New maintainer (Closes: #288433). * Complete re-autotoolising of the package to retain pristine upstream source and to only build-depend on libtool. * The crypto++-util package has been merged into the crypto++-dev package and is thus dead. * Applied patches from Ben Hutchings to avoid compile warnings (Closes: #286114). * Circumvented anonymous-enum and template-instantiations problems with GCC 4. Thanks to Florian Weimer and Jozef Matula for guiding me in the right direction (Closes: #318518). * Started using dpatch since some of the above patches probably could make it upstream. -- Jens Peter Secher Sun, 31 Jul 2005 02:07:29 +0200 libcrypto++ (5.2.1a-1) unstable; urgency=high * Urgency set to high because lastest upload was unclean * Rename libcrypto++-5.2.1.orig.tar.gz in libcrypto++-5.2.1a.orig.tar.gz -- Pierre Machard Fri, 27 Aug 2004 12:35:05 +0200 libcrypto++ (5.2.1-2) unstable; urgency=high * Added TestVectors to example dir * Add symlink from cryptopp_config.h to config.h (closes: #244980) * Hack configure.in to fit with new upstream version. This hack is far from being complete and quite uggly. * Update manpage * Automaticaly update config.{sub,guess} -- Pierre Machard Sat, 21 Aug 2004 08:59:37 +0200 libcrypto++ (5.2.1-1) unstable; urgency=high * Adding myself as package uploaders * Urgency set to high because of #244892 * New upstream release (closes: #244892, #247922, #245921, #261074) -- Pierre Machard Fri, 20 Aug 2004 05:22:28 +0200 libcrypto++ (5.1-5) unstable; urgency=low * Remove the final arch specific (rather than feature specifc) tests in crypto_config.h, Closes: #238220 * Add symlinks libcrypto++.{a,la,so} pointing to libcrypto++5.1.{a,la,so} so that users can act like the ABI of this library doesn't change with every major release, Closes: #241148 -- Stephen Zander Mon, 19 Apr 2004 18:10:28 -0700 libcrypto++ (5.1-4) unstable; urgency=low * Build with -fno-strict-aliasing. This should fix the segfaults on non-i386 architectures. * Add -ffunction-sections for hppa build, Closes: #238220 -- Stephen Zander Fri, 19 Mar 2004 02:06:08 -0800 libcrypto++ (5.1-3) unstable; urgency=low * Move datatest.cpp from libcrypto++5.1.so to the cryptest source to really fix the GlobalRNG bug, Closes: #236539 -- Stephen Zander Sun, 14 Mar 2004 20:23:16 -0800 libcrypto++ (5.1-2) unstable; urgency=low * Remove validate.h from the libcrypto++5.1.so headers; it should only be used by cryptest, Closes: #236539 * Include test.cpp as an example of how to invoke the various Crypto++ routines, Closes: #236844 * Allow cryptest to look for validation files in the current directory as well as /usr/share/crypto++, Closes: #236968 -- Stephen Zander Sat, 13 Mar 2004 00:59:54 -0800 libcrypto++ (5.1-1) unstable; urgency=low * Drop the gcc-3.2 dependency as gcc-3.2 should be everywhere by now. This also fixes the build failure on ARM. * Rename the library from libcrypto++.so.5 to libcrypto++5.1.so.0 as upstream does not maintain binary compatibility and having the 5.1 package provide libcrypto++.so.6 strikes me as too confusing. * New upstream version, Closes: #213953 * Include full paths to data files used by the cryptest validation routines, Closes: #198696 * Add MD4 to the output of 'cryptest b' and segregate the hashing algorithms from the encryption algorithms, Closes: #198698 * Include Doxygen generated documents in the libcrypto++-dev package, Closes: #211725 -- Stephen Zander Tue, 17 Feb 2004 12:41:29 -0800 libcrypto++ (5.0-3) unstable; urgency=low * Add generic 64bit arch support, rather than hard-coded alpha supoprt, Closes: #181457 -- Stephen Zander Sat, 15 Mar 2003 17:47:27 -0800 libcrypto++ (5.0-2) unstable; urgency=low * Convert the gcc-3.2 build depends to a g++-3.2, they way it should be Closes: #175085 * Clean up cryptlib.h slightly so it's not so noisy under -Wall, Closes: #175180 -- Stephen Zander Tue, 7 Jan 2003 01:24:07 -0800 libcrypto++ (5.0-1) unstable; urgency=low * Package moved to main. * New upstream version, Closes: #174217 * All files now have appropriate copyright entries and debian/copyright accurately reflects the contents of this package, Closes: #153926 * cryptest now successfully runs to completion, Closes: #153929 * Fix a typo in the cryptest manpage, Closes: #153932 -- Stephen Zander Fri, 27 Dec 2002 11:23:06 -0800 libcrypto++ (4.2-1) unstable; urgency=low * New package, Closes: #79131 -- Stephen Zander Fri, 5 Jul 2002 09:45:26 -0700