File: Changes

package info (click to toggle)
libcrypt-openssl-random-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 20; makefile: 3
file content (70 lines) | stat: -rw-r--r-- 2,321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Revision history for Perl extension Crypt::OpenSSL::Random.

0.17  2024-06-13 rurban
        - fix older aix with missing -lz dependencies (timlegge PR #16)
        - minor ci fixes

0.16  2024-04-13 rurban
        - add github actions, travis and appveyor.
        - Many patches by Takumi Akiyama.
        - Fix broken github image for strawberry perl
          by stripping its PATH. their new mingw is incompatible to their
          old strawberry 5.32
        - minor documentation fixes.

0.15  2018-04-22 rurban
        - fix mingw hints for pkg-config support (akiym, PR #7)

0.14  2018-04-17 rurban
        - add library paths to LIBS from Crypt::OpenSSL::Guess (akiym, PR #6)

0.13  2018-04-14 rurban
        - move Crypt::OpenSSL::Guess to configure dependency. (grinnz, PR #4)

0.12  2018-04-13 rurban
        - use Crypt::OpenSSL::Guess to resolve OpenSSL include path,
          fixes MacOS's homebrew OpenSSL installation problem. (akiym, PR #3)

0.11  2015-10-09 rurban
        - add libressl support, unsupported random_egd() with libressl 

0.10  2015-02-04 rurban
        - fix LIBS argument, fatal on Windows. thanks to kmx

0.09  2015-02-04 rurban
        - add missing hints/MSWin32.pl (kmx, RT #56455)
        - add a couple of distro tests
        - fix gcov target

0.08  2015-02-03 rurban
        - remove Devel::CheckLib which does not work for 2 required libs
        - replace DynaLoader by XSLoader

0.07  2015-02-03 rurban
	- Bump version to publish an official release

0.06  rurban
	- Typo in doc (dsteinbrunner)

0.05  2013-04-02 14:31:30 rurban
	- Add inc/Devel/CheckLib, improve POD, add README and some helper targets
	- Better diagnostics when the openssl libraries are not found
	- Support INCDIR= and LIBDIR= arguments to Makefile.PL
	- Add MSWin32 hints to find the openssl libraries
        - Autocreate README
	- Fix some -Wpointer-sign warnings
	- Remove wrong Crypt::OpenSSL::RSA package names in docs and errmsg

0.04  Sun May 20 13:41:04 2007
        - Add a LICENSE file.
        - Better use of types.

0.03  Thu Sep 06 23:05:36 2001
        - Added documentation

0.02  Mon Apr  9 18:55:30 2001
        - Got rid of perl 5.6 dependencies.  Bad perl! Bad!

0.01  Sun Apr  8 15:25:10 2001
	- original version; created by h2xs 1.20 with options
		-n Crypt::OpenSSL::Random