debian/0000775000000000000000000000000012311103162007156 5ustar debian/libbotan-1.10-0.install0000664000000000000000000000003212115055317013057 0ustar usr/lib/libbotan-1.*.so.* debian/libbotan1.10-dev.install0000664000000000000000000000016712115055317013432 0ustar /usr/bin/botan-config-1.* /usr/include/botan-1.* /usr/lib/*.a /usr/lib/libbotan-1.*.so /usr/lib/pkgconfig/botan-1.*.pc debian/copyright0000664000000000000000000000577412115055317011140 0ustar Author: Jack Lloyd Download: http://botan.randombit.net/ Files: * Copyright: (C) 1999-2009 Jack Lloyd (C) 2001 Peter J Jones (C) 2004-2007 Justin Karneges (C) 2005 Matthew Gregan (C) 2005-2006 Matt Johnston (C) 2006 Luca Piccarreta (C) 2007 Yves Jerschow (C) 2007-2008 FlexSecure GmbH (C) 2007-2008 Technische Universitat Darmstadt (C) 2007-2008 Falko Strenzke (C) 2007-2008 Martin Doering (C) 2007 Manuel Hartl (C) 2007 Christoph Ludwig (C) 2007 Patrick Sona License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: (C) 2007-2009 Daniel Baumann License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions, and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/libbotan1.10-dev.docs0000664000000000000000000000002512115055317012705 0ustar readme.txt doc/*.txt debian/source/0000775000000000000000000000000012115055317010470 5ustar debian/source/format0000664000000000000000000000001412115055317011676 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000005175212311102752011046 0ustar botan1.10 (1.10.5-1ubuntu1) trusty; urgency=medium * ppc64el-support.patch: Add powerpc64le support to the upstream build system and update ppc64/altivec support for power7+ and power8 CPUs. * arm64-support.patch: Add arm64 support to the upstream build system. -- Adam Conrad Sat, 15 Mar 2014 10:26:49 -0600 botan1.10 (1.10.5-1) unstable; urgency=low * Imported Upstream version 1.10.4 + Avoid a conditional operation in the power mod implementations on if a nibble of the exponent was zero or not. This may help protect against certain forms of side channel attacks. + The SRP6 code was checking for invalid values as specified in RFC 5054, specifically values equal to zero mod p. However SRP would accept negative A/B values, or ones larger than p, neither of which should occur in a normal run of the protocol. These values are now rejected. Credits to Timothy Prepscius for pointing out these values are not normally used and probably signal something fishy. + The return value of version_string is now a compile time constant string, so version information can be more easily extracted from binaries. * Imported Upstream version 1.10.5 + A potential crash in the AES-NI implementation of the AES-192 key schedule (caused by misaligned loads) has been fixed. + A previously conditional operation in Montgomery multiplication and squaring is now always performed, removing a possible timing channel. + Use correct flags for creating a shared library on OS X under Clang. + Fix a compile time incompatibility with Visual C++ 2012. -- Ondřej Surý Mon, 04 Mar 2013 09:24:12 +0100 botan1.10 (1.10.3-1) unstable; urgency=high * Imported Upstream version 1.10.3 + A change in 1.10.2 accidentally broke ABI compatibility with 1.10.1 and earlier versions, causing programs compiled against 1.10.1 to crash if linked with 1.10.2 at runtime. (Closes: #681066) + Recent versions of OpenSSL include extra information in ECC private keys, the presence of which caused an exception when such a key was loaded by botan. The decoding of ECC private keys has been changed to ignore these fields if they are set. -- Ondřej Surý Tue, 10 Jul 2012 21:03:03 +0200 botan1.10 (1.10.2-1) unstable; urgency=low * Imported Upstream version 1.10.2 * Remove s390x patch as it was merged upstream -- Ondřej Surý Thu, 28 Jun 2012 11:08:11 +0200 botan1.10 (1.10.1-1) unstable; urgency=low * Imported Upstream version 1.10.1 -- Ondřej Surý Tue, 07 Feb 2012 20:03:56 +0100 botan1.10 (1.10.0-3) unstable; urgency=low * Don't canonicalize s390x to s390/s390 (Closes: #639564) -- Ondřej Surý Thu, 01 Sep 2011 09:45:13 +0200 botan1.10 (1.10.0-2) unstable; urgency=low * Rename manpage to botan-config-1.10 (Closes: #639264) -- Ondřej Surý Thu, 25 Aug 2011 15:41:02 +0200 botan1.10 (1.10.0-1) unstable; urgency=low * Imported Upstream version 1.10.0 * Don't Conflict with libbotan1.8-dev, it's no longer needed * Rename libbotan-1.9 to libbotan-1.10-0 to match its SONAME -- Ondřej Surý Tue, 21 Jun 2011 08:42:11 +0200 botan1.10 (1.10~1.9.18-1) unstable; urgency=low * Imported Upstream version 1.10~1.9.18 + Remove all local patches; merged upstream * Update Vcs-* links * Update *.install to reflect the versioning changes in upstream + botan-config is now botan-config-. + headers are installed to /usr/include/botan-./botan + pkg-config is botan-..pc -- Ondřej Surý Fri, 03 Jun 2011 16:23:16 +0200 botan1.10 (1.10~1.9.17-1) unstable; urgency=low * Fork botan1.8 package to botan1.10 * Imported Upstream version 1.9.17 * Fix spelling error recieved vs received in library * Debian packaging: + Bump standards version to 3.9.2 + Adjust patches to the new release + Enable full build including the checks on all platforms + Update install and docs files to the new release + Rename library to libbotan-1.9.so to match SONAME + Exclude duplicate license.txt file from package -- Ondřej Surý Tue, 10 May 2011 12:12:27 +0200 botan1.8 (1.8.11-1) unstable; urgency=low * Imported Upstream version 1.8.11 -- Ondřej Surý Wed, 22 Dec 2010 11:56:33 +0100 botan1.8 (1.8.9-2) unstable; urgency=low * Add sh4 support (Closes: #594159) * Bump standards version to 3.9.1 -- Ondřej Surý Tue, 24 Aug 2010 09:30:33 +0200 botan1.8 (1.8.9-1) unstable; urgency=low * New upstream version * Add git-buildpackage config * Remove gmp_fix.patch; merged upstream -- Ondřej Surý Wed, 04 Aug 2010 16:59:58 +0200 botan1.8 (1.8.8-5) unstable; urgency=low * Add debian/watch file * Disable tests on sparc as well -- Ondřej Surý Sun, 18 Apr 2010 22:53:09 +0200 botan1.8 (1.8.8-4) unstable; urgency=low * Take ownership of the package; update maintainer -- Ondřej Surý Tue, 13 Apr 2010 12:15:57 +0200 botan1.8 (1.8.8-3) unstable; urgency=low * Skip tests, where we know they are broken -- Ondřej Surý Fri, 26 Mar 2010 19:48:02 +0100 botan1.8 (1.8.8-2) unstable; urgency=low * Convert to 3.0 (quilt) format * Add upstream patch to fix gmp memory allocator segfault in softhsm -- Ondřej Surý Sat, 23 Jan 2010 09:29:23 +0100 botan1.8 (1.8.8-1) unstable; urgency=low * New Upstream Version 1.8.8 * New Maintainer (Closes: #543832) * Enable hardening-wrapper -- Ondřej Surý Fri, 22 Jan 2010 10:22:34 +0100 botan1.8 (1.8.6-2) unstable; urgency=low * Removing vcs fields. * Orphaning package. -- Daniel Baumann Thu, 27 Aug 2009 06:59:15 +0200 botan1.8 (1.8.6-1) unstable; urgency=low * Merging upstream version 1.8.6. * Synchronising license text in copyright file with upstream. * Removing ftbfs-mips.patch, was part of the new upstream release. * Updating package to standards version 3.8.3. -- Daniel Baumann Wed, 26 Aug 2009 16:11:46 +0200 botan1.8 (1.8.5-5) unstable; urgency=low * Adding patch from upstream to fix FTBFS on mips and mipsel. -- Daniel Baumann Mon, 10 Aug 2009 09:06:50 +0200 botan1.8 (1.8.5-4) unstable; urgency=low * Setting --cpu configure flag by using deb host gnu cpu instead (Closes: #540495). -- Daniel Baumann Sat, 08 Aug 2009 14:14:09 +0200 botan1.8 (1.8.5-3) unstable; urgency=low * Setting --cpu configure flag by using deb build arch (Closes: #540013). -- Daniel Baumann Sat, 08 Aug 2009 10:33:58 +0200 botan1.8 (1.8.5-2) unstable; urgency=low * Only manually setting cpu flag on i386 (Closes: #539860). -- Daniel Baumann Tue, 04 Aug 2009 10:47:03 +0200 botan1.8 (1.8.5-1) unstable; urgency=low * Merging upstream version 1.8.5. * Adding old changelog entries for separately uploaded botan packages in the past. * Using correct rfc-2822 date formats in changelog. * Wrapping build depends. * Adding misc depends. * Renaming local manpages directory to common name. * Minimizing rules file. * Doing some minor cosmetical updates in the manpage. * Updating copyright file to reflect changes of upstream version 1.8.0. * Using new configure.py instread of configure.pl, updating necessary things to cope with that. * Updating. * Tidy debhelper install files. -- Daniel Baumann Tue, 04 Aug 2009 00:47:32 +0200 botan1.8 (1.8.4-2) unstable; urgency=low * Adding conflicts/replaces to libbotan1.8 (Closes: #537844). -- Daniel Baumann Tue, 21 Jul 2009 13:42:48 +0200 botan1.8 (1.8.4-1) unstable; urgency=low * Merging upstream version 1.8.4. * Updating rules file to current state of the art. * Using quilt rather than dpatch. -- Daniel Baumann Tue, 14 Jul 2009 20:48:50 +0200 botan1.8 (1.8.3-1) unstable; urgency=low * Merging upstream version 1.8.3. * Renaming source package to botan1.8 for consistency. * Updating standards to 3.8.2. * Renaming libbotan1.8 to libbotan-1.8.2 to match SONAME (Closes: #527461). * Updating section of the debug package. * Updating year in copyright file. * Removing botan1.8-dbg lintian overrides, not required anymore. * Using correct rfc-2822 date formats in changelog. -- Daniel Baumann Tue, 14 Jul 2009 11:31:24 +0200 botan-devel (1.8.2-1) unstable; urgency=low * Merging upstream version 1.8.2. -- Daniel Baumann Mon, 04 May 2009 10:16:00 +0200 botan-devel (1.8.1-1) unstable; urgency=low * Merging upstream version 1.8.1. -- Daniel Baumann Sun, 25 Jan 2009 01:50:00 +0100 botan-devel (1.8.0-1) unstable; urgency=low * Merging upstream version 1.8.0. * Replacing 1.7 with 1.8 in all debhelper files. * Correcting name of botan-config manpage. -- Daniel Baumann Sun, 14 Dec 2008 20:54:00 +0100 botan-devel (1.7.24-1) unstable; urgency=low * Merging upstream version 1.7.24. * Removing info.txt and todo.txt from libbotan1.7-dev.docs, file not available anymore. -- Daniel Baumann Wed, 03 Dec 2008 09:48:00 +0100 botan-devel (1.7.23-1) unstable; urgency=low * Merging upstream version 1.7.23. * Rediffing cpuinfo.dpatch. -- Daniel Baumann Tue, 25 Nov 2008 23:02:00 +0100 botan-devel (1.7.22-1) unstable; urgency=low * Merging upstream version 1.7.22. -- Daniel Baumann Sat, 22 Nov 2008 15:18:00 +0100 botan-devel (1.7.21-1) unstable; urgency=low * Merging upstream version 1.7.21. -- Daniel Baumann Sat, 15 Nov 2008 07:33:00 +0100 botan-devel (1.7.20-1) unstable; urgency=low * Merging upstream version 1.7.20. -- Daniel Baumann Sat, 15 Nov 2008 07:27:00 +0100 botan-devel (1.7.19-1) unstable; urgency=low * Merging upstream version 1.7.19. * Replacing obsolete dh_clean -k with dh_prep. * Updating cpuinfo.dpatch. -- Daniel Baumann Fri, 07 Nov 2008 21:32:00 +0100 botan-devel (1.7.18-1) unstable; urgency=low * Merging upstream version 1.7.18. * Updating libbotan-1.7-dev debhelper install file to cover pkg-config file. * Adding related libraries to depends of libbotan1.7-dev. -- Daniel Baumann Sun, 26 Oct 2008 16:42:00 +0100 botan-devel (1.7.17-1) unstable; urgency=low * Merging upstream version 1.7.17. -- Daniel Baumann Sun, 26 Oct 2008 16:23:00 +0100 botan-devel (1.7.16-1) unstable; urgency=low * Merging upstream version 1.7.16. -- Daniel Baumann Sun, 12 Oct 2008 19:10:00 +0200 botan-devel (1.7.15-1) unstable; urgency=low * Merging upstream version 1.7.15. * Rediffing cpuinfo.dpatch. * Updating rules to reflect upstreams Makefile changes. -- Daniel Baumann Wed, 08 Oct 2008 20:32:00 +0200 botan-devel (1.7.14-1) unstable; urgency=low * Merging upstream version 1.7.14. * Removing no longer required --modules parameter to configure call. -- Daniel Baumann Wed, 08 Oct 2008 19:40:00 +0200 botan-devel (1.7.13-1) unstable; urgency=low * Merging upstream version 1.7.13. -- Daniel Baumann Mon, 06 Oct 2008 21:27:00 +0200 botan-devel (1.7.12-1) unstable; urgency=low * Reverting previous temporary commit to make builds not fail when checks are failed, now that all architectures are working. * Using patch-stamp rather than patch in rules file. * Merging upstream version 1.7.12. * Removing bigint.dpatch, part of upstream version 1.7.12. * Removing deref_alias.dpatch, went upstream. * Rediffing cpuinfo.dpatch. -- Daniel Baumann Sat, 20 Sep 2008 18:24:00 +0200 botan-devel (1.7.11-2) unstable; urgency=low * Adding patch from upstream to fix bigint bug. -- Daniel Baumann Tue, 16 Sep 2008 08:52:00 +0200 botan-devel (1.7.11-1) unstable; urgency=low * Merging upstream version 1.7.11. * Rediffing cpuinfo.dpatch. -- Daniel Baumann Sun, 14 Sep 2008 13:28:00 +0200 botan-devel (1.7.10-3) unstable; urgency=low * Temporarily not aborting when checks failing. -- Daniel Baumann Sun, 14 Sep 2008 13:24:00 +0200 botan-devel (1.7.10-2) unstable; urgency=medium * Enabling checks. -- Daniel Baumann Sat, 13 Sep 2008 17:17:00 +0200 botan-devel (1.7.10-1) experimental; urgency=low * Merging upstream version 1.7.10. -- Daniel Baumann Wed, 10 Sep 2008 08:30:00 +0200 botan-devel (1.7.9-1) experimental; urgency=low * Merging upstream version 1.7.9. * Rediffing 01-cpuinfo.dpatch. -- Daniel Baumann Wed, 10 Sep 2008 08:01:00 +0200 botan-devel (1.7.8-4) unstable; urgency=high * Updating vcs fields in control file. * Moving botan-config from libbotan1.7 to libbotan1.7-dev (Closes: #496529). * Removing old conficts/replaces. -- Daniel Baumann Mon, 08 Sep 2008 13:16:00 +0200 botan-devel (1.7.8-3) unstable; urgency=medium * Manually installing build.h into the package (Closes: #494658). -- Daniel Baumann Sat, 23 Aug 2008 16:48:00 +0200 botan-devel (1.7.8-2) unstable; urgency=low * Moving botan-config from libbotan1.7 to libbotan1.7-dev. -- Daniel Baumann Sun, 03 Aug 2008 22:29:00 +0200 botan-devel (1.7.8-1) unstable; urgency=low * Adding patch to cleanup deref_alias removal. * Merging upstream version 1.7.8. -- Daniel Baumann Wed, 16 Jul 2008 10:22:00 +0200 botan-devel (1.7.7-1) unstable; urgency=low * Merging upstream version 1.7.7. * Updating to standards 3.8.0. -- Daniel Baumann Wed, 16 Jul 2008 00:03:00 +0200 botan-devel (1.7.6-1) unstable; urgency=low * Adding lintian overrides for botan-devel-dbg. * Removing non existant partial changelog files from libbotan1.7.docs file. * Updating dh_installchangelogs call in rules file to match new name of the changelog file. * Rediffing 01-cpuinfo.dpatch. * Merging upstream version 1.7.6. -- Daniel Baumann Sat, 10 May 2008 20:57:00 +0200 botan-devel (1.7.5-2) unstable; urgency=low * Adding debug package. -- Daniel Baumann Sat, 03 May 2008 09:06:00 +0200 botan-devel (1.7.5-1) unstable; urgency=low * Updating examples debhelper files to new upstream. * Updating docs debhelper file to new upstream. * Updating configure.pl call to new upstream version. * Rediffing 01-cpuinfo.dpatch. * Updating lintian overrides. * Reordering rules file. * Using lintian debhelper to install lintian overrides. * Rewriting copyright file in machine-interpretable format. * Adding vcs fields in control file. * Upgrading package to debhelper 7. * Merging upstream version 1.7.5. -- Daniel Baumann Sat, 03 May 2008 08:42:00 +0200 botan-devel (1.7.2-1) unstable; urgency=low * Botan development release, upload as new botan-devel source package. -- Daniel Baumann Sat, 12 Jan 2008 21:09:00 +0100 botan (1.6.5-4) unstable; urgency=low * Replacing obsolete dh_clean -k with dh_prep. * Updating conflicts for botan 1.8 (Closes: #512347). * Updating year in copyright file. -- Daniel Baumann Tue, 20 Jan 2009 01:46:00 +0100 botan (1.6.5-3) unstable; urgency=low * Using patch-stamp rather than patch in rules file. * Adding related libraries to depends of libbotan1.6-dev. -- Daniel Baumann Sun, 26 Oct 2008 16:57:00 +0100 botan (1.6.5-2) unstable; urgency=medium * Enabling checks. -- Daniel Baumann Sat, 13 Sep 2008 17:15:00 +0200 botan (1.6.5-1) unstable; urgency=low * Merging upstream version 1.6.5. -- Daniel Baumann Wed, 10 Sep 2008 07:50:00 +0200 botan (1.6.4-4) unstable; urgency=high * Updating vcs fields in control file. * Moving botan-config from libbotan1.6 to libbotan1.6-dev (Closes: #496529). * Removing old conficts/replaces. -- Daniel Baumann Mon, 08 Sep 2008 13:07:00 +0200 botan (1.6.4-3) unstable; urgency=low * Moving botan-config from libbotan1.6 to libbotan1.6-dev. * Updating to standards 3.8.0. -- Daniel Baumann Sun, 03 Aug 2008 22:27:00 +0200 botan (1.6.4-2) unstable; urgency=low * Adding debug package. -- Daniel Baumann Sat, 03 May 2008 07:43:00 +0200 botan (1.6.4-1) unstable; urgency=low * Updating lintian overrides. * Reordering rules file. * Using lintian debhelper to install lintian overrides. * Rewriting copyright file in machine-interpretable format. * Adding vcs fields in control file. * Upgrading package to debhelper 7. * Merging upstream version 1.6.4. -- Daniel Baumann Sat, 03 May 2008 07:31:00 +0200 botan (1.6.3-4) unstable; urgency=low * Botan is developed in a stable release branch and a development release branch. In the past, I was uploading as 'versioned' source packages, botan1.4 and botan1.5. To be a bit more consistent, the two source packages will be named 'botan' and 'botan-devel' now. * In preparation to the 'versioned' source packages, I'm renaming the libbotan-dev to libbotan1.6-dev, and adding conflicts/replaces to the libbotan1.7-dev (build from botan-devel). * The whole transition doesn't influence any other package, currently no package in Debian is depending (yet) on botan. * Overwriting bogus lintian warning about GPL-vs.OpenSSL, only debian/* is licensed under GPL. -- Daniel Baumann Sat, 12 Jan 2008 20:39:00 +0100 botan (1.6.3-3) unstable; urgency=low * Updated to new policy. * Using homepage field in control. * Added fail-missing to dh_install call in rules. * Added simple manpage for botan-config. -- Daniel Baumann Sun, 23 Dec 2007 11:43:00 +0100 botan (1.6.3-2) unstable; urgency=low * Compiling with -fpermissive (Closes: #431888). -- Daniel Baumann Thu, 11 Oct 2007 22:47:00 +0200 botan (1.6.3-1) unstable; urgency=low * New upstream release. * Dropping 02-includes; solved upstream. -- Daniel Baumann Sun, 29 Jul 2007 20:31:00 +0200 botan (1.6.2-3) unstable; urgency=low * Fixed clean: target in rules (Closes: #424148). * Removed old conflicts/replaces. -- Daniel Baumann Tue, 15 May 2007 22:09:00 +0200 botan (1.6.2-2) unstable; urgency=low * Added patch from Martin Michlmayr to add missing include required to build with GCC 4.3 (Closes: #417125). -- Daniel Baumann Sun, 01 Apr 2007 18:41:00 +0200 botan (1.6.2-1) unstable; urgency=low * New upstream release. -- Daniel Baumann Wed, 28 Mar 2007 22:09:00 +0200 botan (1.6.1-1) unstable; urgency=low * New upstream release. -- Daniel Baumann Thu, 08 Feb 2007 13:22:00 +0100 botan (1.6.0-2) unstable; urgency=low * Minor cleanups. -- Daniel Baumann Fri, 19 Jan 2007 10:46:00 +0100 botan (1.6.0-1) unstable; urgency=low * New upstream release: - botan 1.6.0 does replace both botan1.4 and botan1.5. -- Daniel Baumann Tue, 02 Jan 2007 00:01:00 +0100 botan1.5 (1.5.13-3) unstable; urgency=low * Using gcc-linux-generic for all archs/kernels, fixes FTBFS on mips. -- Daniel Baumann Thu, 14 Dec 2006 00:13:00 +0100 botan1.5 (1.5.13-2) unstable; urgency=low * Modified rules as suggested by Petr Salinger to make it build on kfreebsd (Closes: #402930). -- Daniel Baumann Wed, 13 Dec 2006 18:55:00 +0100 botan1.5 (1.5.13-1) unstable; urgency=low * New upstream release. * Disabled cpu detection based on /proc/cpuinfo (Closes: #402073). -- Daniel Baumann Wed, 13 Dec 2006 11:04:00 +0200 botan1.5 (1.5.11-1) unstable; urgency=low * Initial release. -- Daniel Baumann Sun, 08 Oct 2006 14:43:00 +0200 botan1.4 (1.4.12-4) unstable; urgency=low * Using gcc-linux-generic for all archs/kernels, fixes FTBFS on mips. -- Daniel Baumann Thu, 14 Dec 2006 00:13:00 +0100 botan1.4 (1.4.12-3) unstable; urgency=low * Modified rules as suggested by Petr Salinger to make it build on kfreebsd (Closes: #402933). -- Daniel Baumann Wed, 13 Dec 2006 18:55:00 +0100 botan1.4 (1.4.12-2) unstable; urgency=low * Disabled cpu detection based on /proc/cpuinfo (Closes: #402071). -- Daniel Baumann Wed, 13 Dec 2006 11:04:00 +0200 botan1.4 (1.4.12-1) unstable; urgency=low * Initial release (Closes: #391770). -- Daniel Baumann Sun, 08 Oct 2006 14:43:00 +0200 debian/compat0000664000000000000000000000000212115055317010366 0ustar 7 debian/rules0000775000000000000000000000241712115055317010254 0ustar #!/usr/bin/make -f DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) CONFIGURE_FLAGS = --cpu=$(DEB_HOST_GNU_CPU) # SKIP_TESTS_ON_CPU="arm ia64 mips mipsel sparc sh4" # Because we used --cpu=generic before, 64bit arches did not use 64bit BigInt. # Using --cpu=$arch would enable it, and break ABI. # CONFIGURE_FLAGS += --disable-modules=mp_asm64,mp_amd64 %: DEB_BUILD_HARDENING=1 dh ${@} override_dh_auto_clean: dh_auto_clean rm -f Makefile check libbotan-*.so libbotan.a rm -rf build override_dh_auto_configure: DEB_BUILD_HARDENING=1 ./configure.py --prefix=/usr --cc=gcc --os=linux --with-bzip2 --with-gnump --with-openssl --with-zlib $(CONFIGURE_FLAGS) override_dh_auto_build: DEB_BUILD_HARDENING=1 $(MAKE) all override_dh_auto_test: ifeq (,$(findstring $(DEB_HOST_GNU_CPU),$(SKIP_TESTS_ON_CPU))) $(MAKE) check LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:$(CURDIR)" ./check --validate endif override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/tmp/usr # Removing useless files rm -rf debian/tmp/usr/share/doc/botan-* override_dh_installchangelogs: dh_installchangelogs doc/log.txt override_dh_install: dh_install --fail-missing override_dh_strip: dh_strip --dbg-package=botan1.10-dbg override_dh_installdocs: dh_installdocs -Xlicense.txt debian/libbotan-1.10-0.docs0000664000000000000000000000003312115055317012342 0ustar readme.txt doc/credits.txt debian/control0000664000000000000000000000364112311077605010601 0ustar Source: botan1.10 Section: libs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Ondřej Surý Build-Depends: debhelper (>= 7.0.50~), libbz2-dev, libgmp3-dev, libssl-dev, python, zlib1g-dev, hardening-wrapper Standards-Version: 3.9.2 Homepage: http://botan.randombit.net/ Vcs-Browser: http://git.debian.org/?p=pkg-nlnetlabs/botan1.10.git Vcs-Git: git://git.debian.org/pkg-nlnetlabs/botan1.10.git Package: botan1.10-dbg Section: debug Priority: extra Architecture: any Depends: ${misc:Depends}, libbotan-1.10-0 (= ${binary:Version}), libbotan1.10-dev (= ${binary:Version}) Description: multiplatform crypto library (debug) Botan is a C++ library which provides support for many common cryptographic operations, including encryption, authentication, and X.509v3 certificates and CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES, MD5, and SHA-1. . This package contains the debugging symbols. Package: libbotan-1.10-0 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: multiplatform crypto library Botan is a C++ library which provides support for many common cryptographic operations, including encryption, authentication, and X.509v3 certificates and CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES, MD5, and SHA-1. Package: libbotan1.10-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, libbotan-1.10-0 (= ${binary:Version}) Conflicts: libbotan1.6-dev Replaces: libbotan1.6-dev Description: multiplatform crypto library (development) Botan is a C++ library which provides support for many common cryptographic operations, including encryption, authentication, and X.509v3 certificates and CRLs. A wide variety of algorithms is supported, including RSA, DSA, DES, AES, MD5, and SHA-1. . This package contains the development files. debian/libbotan1.10-dev.examples0000664000000000000000000000001712115055317013574 0ustar doc/examples/* debian/manpages/0000775000000000000000000000000012115055317010763 5ustar debian/manpages/botan-config-1.10.10000664000000000000000000000122612115055317013771 0ustar .TH BOTAN\-CONFIG\-1.10 1 2011\-08\-25 1.10.0 "Botan Configuration Query program" .SH NAME botan\-config\-1.10 \- Botan Configuration Query program .SH SYNOPSIS \fBbotan-config\-1.10\fR [\fB\-\-prefix[=DIR]\fR] [\fB\-\-version\fR] [\fB\-\-libs\fR] [\fB\-\-cflags\fR] .SH DESCRIPTION .PP \fBbase\-config\fR is used to access the configuration information of Botan. .SH HOMEPAGE More information about Botan Project can be found at <\fIhttp://botan.randombit.net/\fR>. .SH AUTHOR Botan was written by Jack Lloyd . .PP This manual page was written by Daniel Baumann , for the Debian project (but may be used by others). debian/libbotan1.10-dev.manpages0000664000000000000000000000002212115055317013545 0ustar debian/manpages/* debian/watch0000664000000000000000000000010012115055317010210 0ustar version=3 http://files.randombit.net/botan/v1.8/Botan-(.*)\.tgz debian/gbp.conf0000664000000000000000000000026012115055317010605 0ustar [DEFAULT] debian-branch = debian-sid debian-tag = debian/%(version)s upstream-branch = upstream-sid upstream-tag = upstream/%(version)s pristine-tar = True [git-dch] meta = 1 debian/patches/0000775000000000000000000000000012311105377010617 5ustar debian/patches/ppc64el-support.patch0000664000000000000000000000623112311105377014631 0ustar Description: Add support for ppc64el. Author: Adam Conrad Index: botan1.10-1.10.5/src/build-data/arch/ppc64le.txt =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ botan1.10-1.10.5/src/build-data/arch/ppc64le.txt 2014-03-15 10:50:21.008012067 -0600 @@ -0,0 +1,21 @@ +endian little + +family ppc + + +powerpc64le +ppc64el + + + +power7 +power7p +power8 +power8e + + +# This should be enabled for all targets, but the Altivec code currently +# makes lots of endian assumptions that I don't have the time to fix up: +# +#altivec:all +# Index: botan1.10-1.10.5/src/build-data/cc/gcc.txt =================================================================== --- botan1.10-1.10.5.orig/src/build-data/cc/gcc.txt 2014-03-15 10:50:21.016012067 -0600 +++ botan1.10-1.10.5/src/build-data/cc/gcc.txt 2014-03-15 10:50:21.008012067 -0600 @@ -82,6 +82,7 @@ mips64 -> "-mips3 -mcpu=SUBMODEL" mips64- ppc32 -> "-mcpu=SUBMODEL" ppc ppc64 -> "-mcpu=SUBMODEL" ppc +ppc64le -> "-mpcu=power7 -mtune=power8" ppc sparc32 -> "-mcpu=SUBMODEL -Wa,-xarch=v8plus" sparc32- sparc64 -> "-mcpu=v9 -mtune=SUBMODEL" x86_32 -> "-march=SUBMODEL -momit-leaf-frame-pointer" Index: botan1.10-1.10.5/src/math/mp/mp_asm64/info.txt =================================================================== --- botan1.10-1.10.5.orig/src/math/mp/mp_asm64/info.txt 2014-03-15 10:50:21.016012067 -0600 +++ botan1.10-1.10.5/src/math/mp/mp_asm64/info.txt 2014-03-15 10:50:21.008012067 -0600 @@ -12,6 +12,7 @@ ia64 mips64 ppc64 +ppc64le sparc64 Index: botan1.10-1.10.5/src/build-data/arch/ppc64.txt =================================================================== --- botan1.10-1.10.5.orig/src/build-data/arch/ppc64.txt 2014-03-15 10:50:21.016012067 -0600 +++ botan1.10-1.10.5/src/build-data/arch/ppc64.txt 2014-03-15 10:50:21.008012067 -0600 @@ -17,6 +17,9 @@ power5 power6 power7 +power7p +power8 +power8e cellppu @@ -25,5 +28,5 @@ -altivec:cellppu,ppc970,power6,power7 +altivec:cellppu,ppc970,power6,power7,power7p,power8,power8e Index: botan1.10-1.10.5/src/utils/cpuid.cpp =================================================================== --- botan1.10-1.10.5.orig/src/utils/cpuid.cpp 2014-03-15 10:50:21.016012067 -0600 +++ botan1.10-1.10.5/src/utils/cpuid.cpp 2014-03-15 10:50:21.012012067 -0600 @@ -157,6 +157,9 @@ const u16bit PVR_G5_970GX = 0x0045; const u16bit PVR_POWER6 = 0x003E; const u16bit PVR_POWER7 = 0x003F; + const u16bit PVR_POWER7p = 0x004A; + const u16bit PVR_POWER8 = 0x004D; + const u16bit PVR_POWER8E = 0x004B; const u16bit PVR_CELL_PPU = 0x0070; // Motorola produced G4s with PVR 0x800[0123C] (at least) @@ -177,6 +180,9 @@ altivec_capable |= (pvr == PVR_G5_970GX); altivec_capable |= (pvr == PVR_POWER6); altivec_capable |= (pvr == PVR_POWER7); + altivec_capable |= (pvr == PVR_POWER7p); + altivec_capable |= (pvr == PVR_POWER8); + altivec_capable |= (pvr == PVR_POWER8E); altivec_capable |= (pvr == PVR_CELL_PPU); #endif debian/patches/arm64-support.patch0000664000000000000000000000243212311102536014276 0ustar Description: Add support for arm64. Author: Adam Conrad Index: botan1.10-1.10.5/src/build-data/arch/aarch64.txt =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ botan1.10-1.10.5/src/build-data/arch/aarch64.txt 2014-03-15 10:52:05.448011048 -0600 @@ -0,0 +1,6 @@ +endian little + + +arm64 # For Debian + + Index: botan1.10-1.10.5/src/build-data/cc/gcc.txt =================================================================== --- botan1.10-1.10.5.orig/src/build-data/cc/gcc.txt 2014-03-15 10:52:05.452011048 -0600 +++ botan1.10-1.10.5/src/build-data/cc/gcc.txt 2014-03-15 10:52:05.448011048 -0600 @@ -74,6 +74,7 @@ alpha -> "-mcpu=SUBMODEL" alpha- arm -> "-march=SUBMODEL" +aarch64 -> "-mtune=generic" superh -> "-mSUBMODEL" sh hppa -> "-march=SUBMODEL" hppa ia64 -> "-mtune=SUBMODEL" Index: botan1.10-1.10.5/src/math/mp/mp_asm64/info.txt =================================================================== --- botan1.10-1.10.5.orig/src/math/mp/mp_asm64/info.txt 2014-03-15 10:52:05.452011048 -0600 +++ botan1.10-1.10.5/src/math/mp/mp_asm64/info.txt 2014-03-15 10:52:05.448011048 -0600 @@ -8,6 +8,7 @@ +aarch64 alpha ia64 mips64 debian/patches/series0000664000000000000000000000005212311102460012017 0ustar ppc64el-support.patch arm64-support.patch