File: Changes

package info (click to toggle)
libcrypt-random-source-perl 0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 360 kB
  • sloc: perl: 556; sh: 6; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 1,799 bytes parent folder | download | duplicates (2)
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
Revision history for Crypt-Random-Source

0.14      2018-04-10 02:57:33Z
          - remove Crypt::Random::Source::Weak::rand from list of backends in
            Factory.pm, which would could have resulted in runtime errors after
            its removal in 0.13
          - Document issues with rand() in previous release

0.13      2018-04-08 01:07:39Z
          - remove rand() fallback, which could be used by get_weak and is not safe
            for cryptographic applications

0.12      2016-03-11 03:41:35Z
          - bump Moo prereq to avoid issues with an attribute default

0.11      2015-10-24 03:57:25Z
          - converted from Any::Moose to Moo (RT#101526, PR#1, Graham Knop)

0.10      2014-08-31 18:01:31Z
          - fix test on older operating systems that define EAGAIN and
            EWOULDBLOCK as different values in errno.h

0.09      2014-08-30 17:07:04Z
          - bump prereq on namespace::clean (RT#65244) and IO::File (RT#68873)

0.08      2014-08-05 00:03:21Z
          - fix use of deprecated Any::Moose::load_class (RT#93163, David Pottage)

0.07      2011-01-05
          - Switch to using Capture::Tiny for Proc.pm, for Windows
            support.
          - Prevent a warning from Handle.pm during global destruction.
          - Make Crypt::Random::Source work properly in taint mode.

0.06      2010-12-23
          - Use Any::Moose to allow either Moose or Mouse.
          - Switch to dzil.

0.05      2009-11-25
          - dep on Moose instead of Mouse

0.04      2009-11-25
          - zap Squirrel

0.03      2008-06-17
          - Fucking manifest... we hates it

0.02      2008-06-17
          - Missing deps

0.01      2008-06-17
          - Added factory and sugary version

0.01_01   2008-06-17
          - Preview release, missing functionality