./security/botan-devel, Portable, easy to use, and efficient C++ crypto library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2016Q4, Version: 1.11.33, Package name: botan-1.11.33, Maintainer: joerg

Botan is a crypto library written in C++. It provides a variety of
cryptographic algorithms, including common ones such as AES, MD5, SHA,
HMAC, RSA, Diffie-Hellman, DSA, and ECDSA, as well as many others that
are more obscure or specialized. It also offers X.509v3 certificates
and CRLs, and PKCS #10 certificate requests. A message processing
system that uses a filter/pipeline metaphor allows for many common
cryptographic tasks to be completed with just a few lines of code.
Assembly optimizations for common CPUs, including x86, x86-64, and
PowerPC, offers further speedups for critical tasks such as SHA-1
hashing and multiple precision integer operations.

The development version contains a much improved TLS infrastructure.
It also depends on C++11.


Required to run:
[devel/boost-libs]

Required to build:
[pkgtools/cwrappers] [lang/python27] [devel/boost-headers]

Master sites:

SHA1: 71f2f4c81af48197e7c6db86bab393396ecf6541
RMD160: f0de0fea65fd501747cf1949e47ec2faeb6acaa0
Filesize: 4228.194 KB

Version history: (Expand)


CVS history: (Expand)


   2017-01-20 19:35:38 by Benny Siegert | Files touched by this commit (4)
Log message:
Pullup ticket #5194 - requested by joerg
security/botan-devel: build fix

Revisions pulled up:
- security/botan-devel/distinfo                                 1.12
- security/botan-devel/patches/patch-src_build-data_os_solaris.txt 1.1
- security/botan-devel/patches/patch-src_lib_utils_locking__allocator_info.txt 1.1
- security/botan-devel/patches/patch-src_lib_utils_os__utils.cpp 1.4

---
   Module Name:	pkgsrc
   Committed By:	joerg
   Date:		Mon Jan 16 01:50:15 UTC 2017

   Modified Files:
   	pkgsrc/security/botan-devel: distinfo
   	pkgsrc/security/botan-devel/patches: patch-src_lib_utils_os__utils.cpp
   Added Files:
   	pkgsrc/security/botan-devel/patches:
   	    patch-src_build-data_os_solaris.txt
   	    patch-src_lib_utils_locking__allocator_info.txt

   Log message:
   More fixes for build on SmartOS/Solaris.