Commit graph

7 commits

Author SHA1 Message Date
wiz
f9a0b2e810 p5-Crypt-OpenSSL-Bignum: update to 0.09.
0.09    2017/12/01
        - fix #4 License is not specified in metadata
        - fix #6 Strip \n and \r out of $lib and $inc
        - fix #7 Fix building with OpenSSL 1.1.0
2017-12-03 08:42:23 +00:00
mef
3d14f96367 Updated security/p5-Crypt-OpenSSL-Bignum to 0.08
------------------------------------------------
0.08    2017/02/08
        - Makefile.PL MSWin32 fix

0.07    2016/10/25
        - Makefile.PL supports OPENSSL_PREFIX or OPENSSL_LIB+OPENSSL_INCLUDE env variables
        - Makefile.PL tries to find libcrypto via pkg-config
2017-04-06 14:15:48 +00:00
wen
c411988224 Update to 0.06
Upstream changes:
0.06    2015/02/06
        - fix for #77911 Patch to add more functions
        - new constructors: new, rand, pseudo_rand, rand_range
        - new methods: ucmp, num_bits, num_bytes, rshift, lshift, swap
        - improved pod documentation (added missing functions)
        - XS code cleanup

0.05    2015/02/04
        - fix for #84369 Win32 compatibility patch
        - fix for #100993 Memory not reclaimed when CTX object goes out of scope
        - fix for #86561 typo fixes
        - fix for #82959 Error in synopsis: Crypt::OpenSSL::Bignum->new_from_hex("0x3e8") returns "0"
        - fix for #81537 to_bin method returns garbage when value is zero
2016-05-07 05:11:05 +00:00
agc
5293710fb4 Add SHA512 digests for distfiles for security category
Problems found locating distfiles:
	Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz
	Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz
	Package libidea: missing distfile libidea-0.8.2b.tar.gz
	Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2
	Package uvscan: missing distfile vlp4510e.tar.Z

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:17:40 +00:00
heinz
12b563509f Updated to version 0.04.
Pkgsrc changes:
  - The package supports installation to DESTDIR.
  - A C compiler is necessary.
  - Added explicit license identification.

Changes since version 0.03:
===========================
0.04  Sun May 20 2007 13:08:23
        - Add a LICENSE file.
        - Add -DOPENSSL_NO_KRB5 to DEFINE to keep redhat happy.
2008-01-08 14:36:51 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
heinz
2eb3704ad5 Import of p5-Crypt-OpenSSL-Bignum.
Crypt::OpenSSL::Bignum provides access to OpenSSL multi-precision integer
arithmetic libraries.  Presently, many though not all of the arithmetic
operations that OpenSSL provides are exposed to perl.
In addition, this module can be used to provide access to bignum values
produced by other OpenSSL modules, such as key parameters from
Crypt::OpenSSL::RSA.
2003-12-03 21:50:20 +00:00