Hello community,
here is the log from the commit of package perl-Crypt-OpenSSL-Random for
openSUSE:Factory checked in at 2018-10-15 10:05:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Crypt-OpenSSL-Random (Old)
and /work/SRC/openSUSE:Factory/.perl-Crypt-OpenSSL-Random.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Crypt-OpenSSL-Random"
Mon Oct 15 10:05:22 2018 rev:20 rq:640383 version:0.15
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Crypt-OpenSSL-Random/perl-Crypt-OpenSSL-Random.changes
2017-09-05 15:13:14.381940273 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Crypt-OpenSSL-Random.new/perl-Crypt-OpenSSL-Random.changes
2018-10-15 10:05:31.361917919 +0200
@@ -1,0 +2,42 @@
+Sun Oct 7 09:01:19 UTC 2018 - Dirk Stoecker <[email protected]>
+
+- Fix autogenerated changes to build again
+
+-------------------------------------------------------------------
+Mon Apr 23 05:12:39 UTC 2018 - [email protected]
+
+- updated to 0.15
+ see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
+
+ 0.15 2018-04-22 rurban
+ - fix mingw hints for pkg-config support (akiym, PR #7)
+
+-------------------------------------------------------------------
+Wed Apr 18 05:09:41 UTC 2018 - [email protected]
+
+- updated to 0.14
+ see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
+
+ 0.14 2018-04-17 rurban
+ - add library paths to LIBS from Crypt::OpenSSL::Guess (akiym, PR #6)
+
+-------------------------------------------------------------------
+Sun Apr 15 05:09:12 UTC 2018 - [email protected]
+
+- updated to 0.13
+ see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
+
+ 0.13 2018-04-14 rurban
+ - move Crypt::OpenSSL::Guess to configure dependency. (grinnz, PR #4)
+
+-------------------------------------------------------------------
+Sat Apr 14 05:09:31 UTC 2018 - [email protected]
+
+- updated to 0.12
+ see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
+
+ 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)
+
+-------------------------------------------------------------------
Old:
----
Crypt-OpenSSL-Random-0.11.tar.gz
New:
----
Crypt-OpenSSL-Random-0.15.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Crypt-OpenSSL-Random.spec ++++++
--- /var/tmp/diff_new_pack.RxsgzI/_old 2018-10-15 10:05:31.973917261 +0200
+++ /var/tmp/diff_new_pack.RxsgzI/_new 2018-10-15 10:05:31.977917257 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Crypt-OpenSSL-Random
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,33 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Crypt-OpenSSL-Random
-Version: 0.11
+Version: 0.15
Release: 0
%define cpan_name Crypt-OpenSSL-Random
-Summary: Routines for accessing the OpenSSL pseudo-random number
generator
-License: Artistic-1.0 or GPL-1.0+
+Summary: OpenSSL/LibreSSL pseudo-random number generator access
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Crypt-OpenSSL-Random/
-Source:
http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(Crypt::OpenSSL::Guess) >= 0.11
%{perl_requires}
#MANUAL
BuildRequires: openssl-devel
%description
-Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL
-library's pseudo-random number generator.
+'Crypt::OpenSSL::Random' provides the ability to seed and query the
+*OpenSSL* and *LibreSSL* library's pseudo-random number generators.
+
+Note: On *LibreSSL* 'random_egd()' is not defined.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -53,6 +57,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
%changelog
++++++ Crypt-OpenSSL-Random-0.11.tar.gz -> Crypt-OpenSSL-Random-0.15.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Crypt-OpenSSL-Random-0.11/Changes
new/Crypt-OpenSSL-Random-0.15/Changes
--- old/Crypt-OpenSSL-Random-0.11/Changes 2015-10-09 00:09:10.000000000
+0200
+++ new/Crypt-OpenSSL-Random-0.15/Changes 2018-04-22 14:16:39.000000000
+0200
@@ -1,5 +1,18 @@
Revision history for Perl extension Crypt::OpenSSL::Random.
+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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Crypt-OpenSSL-Random-0.11/META.json
new/Crypt-OpenSSL-Random-0.15/META.json
--- old/Crypt-OpenSSL-Random-0.11/META.json 2015-10-09 00:16:09.000000000
+0200
+++ new/Crypt-OpenSSL-Random-0.15/META.json 2018-04-22 14:17:27.000000000
+0200
@@ -4,7 +4,7 @@
"Ian Robertson"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter
version 2.150005",
+ "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter
version 2.150010",
"license" : [
"perl_5"
],
@@ -27,24 +27,19 @@
},
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : "0"
+ "Crypt::OpenSSL::Guess" : "0.11"
}
- },
- "runtime" : {
- "requires" : {}
}
},
"release_status" : "stable",
"resources" : {
- "homepage" : "http://sourceforge.net/projects/perl-openssl/",
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "https://github.com/rurban/Crypt-OpenSSL-Random"
- },
- "x_MailingList" : "[email protected]"
+ }
},
- "version" : "0.11",
- "x_serialization_backend" : "JSON::PP version 2.27300"
+ "version" : "0.15",
+ "x_serialization_backend" : "JSON::PP version 2.27400_02"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Crypt-OpenSSL-Random-0.11/META.yml
new/Crypt-OpenSSL-Random-0.15/META.yml
--- old/Crypt-OpenSSL-Random-0.11/META.yml 2015-10-09 00:16:09.000000000
+0200
+++ new/Crypt-OpenSSL-Random-0.15/META.yml 2018-04-22 14:17:26.000000000
+0200
@@ -5,9 +5,9 @@
build_requires:
ExtUtils::MakeMaker: '0'
configure_requires:
- ExtUtils::MakeMaker: '0'
+ Crypt::OpenSSL::Guess: '0.11'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -17,11 +17,8 @@
directory:
- t
- inc
-requires: {}
resources:
- MailingList: [email protected]
- homepage: http://sourceforge.net/projects/perl-openssl/
license: http://dev.perl.org/licenses/
repository: https://github.com/rurban/Crypt-OpenSSL-Random
-version: '0.11'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
+version: '0.15'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Crypt-OpenSSL-Random-0.11/Makefile.PL
new/Crypt-OpenSSL-Random-0.15/Makefile.PL
--- old/Crypt-OpenSSL-Random-0.11/Makefile.PL 2015-02-04 19:39:23.000000000
+0100
+++ new/Crypt-OpenSSL-Random-0.15/Makefile.PL 2018-04-17 19:29:26.000000000
+0200
@@ -1,5 +1,6 @@
use ExtUtils::MakeMaker;
use Config;
+use Crypt::OpenSSL::Guess 0.11 qw(openssl_inc_paths openssl_lib_paths);
use 5.006;
my ($libdir, $incdir);
@@ -15,20 +16,25 @@
WriteMakefile(
'NAME' => 'Crypt::OpenSSL::Random',
'VERSION_FROM' => 'Random.pm',
- 'LIBS' => $libdir ? [ "-L$libdir $libs" ] : [ $libs ],
- 'INC' => $incdir ? "-I$incdir" : "",
+ 'LIBS' => $libdir ? [ "-L$libdir $libs" ] : [ openssl_lib_paths()
. " $libs" ],
+ 'INC' => $incdir ? "-I$incdir" : openssl_inc_paths(),
'AUTHOR' => 'Ian Robertson',
- ($ExtUtils::MakeMaker::VERSION gt '6.46' ?
+ (eval { ExtUtils::MakeMaker->VERSION('6.52'); 1 } ?
+ ('CONFIGURE_REQUIRES' =>
+ {
+ 'Crypt::OpenSSL::Guess' => '0.11',
+ },
+ ) : ()),
+ (eval { ExtUtils::MakeMaker->VERSION('6.46'); 1 } ?
('LICENSE' => 'perl',
'META_MERGE' =>
{
resources =>
{
- homepage => 'http://sourceforge.net/projects/perl-openssl/',
+ #homepage => 'http://sourceforge.net/projects/perl-openssl/',
repository => 'https://github.com/rurban/Crypt-OpenSSL-Random',
- #repository =>
'http://perl-openssl.cvs.sourceforge.net/viewvc/perl-openssl/Crypt/OpenSSL/Random/',
license => 'http://dev.perl.org/licenses/',
- MailingList => '[email protected]',
+ #MailingList => '[email protected]',
},
}
) : ()),
@@ -50,7 +56,7 @@
pod2text \$(VERSION_FROM) > README
release : dist
- git commit -a -m\"release \$(VERSION)\"
+ -git commit -a -m\"release \$(VERSION)\"
git tag \$(VERSION)
cpan-upload \$(DISTVNAME).tar\$(SUFFIX)
git push
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Crypt-OpenSSL-Random-0.11/README
new/Crypt-OpenSSL-Random-0.15/README
--- old/Crypt-OpenSSL-Random-0.11/README 2015-10-09 00:11:59.000000000
+0200
+++ new/Crypt-OpenSSL-Random-0.15/README 2018-04-22 14:17:01.000000000
+0200
@@ -30,7 +30,7 @@
sequence, then a false value is returned.
random_pseudo_bytes (IV num_bytes)
- This function, is similar to c<random_bytes>, but the resulting
+ This function, is similar to "random_bytes", but the resulting
sequence of bytes are not necessarily unpredictable. They can be
used for non-cryptographic purposes and for certain purposes in
cryptographic protocols, but usually not for key generation etc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Crypt-OpenSSL-Random-0.11/Random.pm
new/Crypt-OpenSSL-Random-0.15/Random.pm
--- old/Crypt-OpenSSL-Random-0.11/Random.pm 2015-10-09 00:10:29.000000000
+0200
+++ new/Crypt-OpenSSL-Random-0.15/Random.pm 2018-04-22 14:15:46.000000000
+0200
@@ -9,7 +9,7 @@
@EXPORT_OK = qw( random_bytes random_pseudo_bytes random_seed
random_egd random_status );
-$VERSION = '0.11';
+$VERSION = '0.15';
XSLoader::load( __PACKAGE__, $VERSION );
1;
@@ -55,7 +55,7 @@
=item random_pseudo_bytes (IV num_bytes)
-This function, is similar to c<random_bytes>, but the resulting
+This function, is similar to C<random_bytes>, but the resulting
sequence of bytes are not necessarily unpredictable. They can be used
for non-cryptographic purposes and for certain purposes in
cryptographic protocols, but usually not for key generation etc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Crypt-OpenSSL-Random-0.11/SIGNATURE
new/Crypt-OpenSSL-Random-0.15/SIGNATURE
--- old/Crypt-OpenSSL-Random-0.11/SIGNATURE 2015-10-09 00:16:12.000000000
+0200
+++ new/Crypt-OpenSSL-Random-0.15/SIGNATURE 2018-04-22 14:17:28.000000000
+0200
@@ -1,5 +1,5 @@
This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.79.
+signed via the Module::Signature module, version 0.81.
To verify the content in this distribution, first make sure you have
Module::Signature installed, then type:
@@ -15,16 +15,16 @@
Hash: SHA1
SHA1 5dd03065ad95845ec70baa4c92c396dc3ef15efb .gitignore
-SHA1 08abd75288dd37cd47759350231019971fac0ebe Changes
+SHA1 8a4b268576899ecee2db86a9cdf40912a4bdca20 Changes
SHA1 78f7d31b9283b034cf19e61bc70d24bb38581b1e LICENSE
SHA1 d1b344f1315cebc307771957afb228ff85a5eb2c MANIFEST
-SHA1 c1fda3f4031b9e29ba2db59cd48634a60c02c0a9 META.json
-SHA1 c23742068502cfe87a62eb8242537dc1aaaa9728 META.yml
-SHA1 2ddcb73e7e3c11d765bef06138bc39edef47de2d Makefile.PL
-SHA1 8f52106f62863a9cf6476d203a73b80b6cabb884 README
-SHA1 b1d2bc41303dc9e99cff816c13ede60ea1e13aad Random.pm
+SHA1 d94d8a01a0b427ee5d3fbd7d23b1b0114f28ae2a META.json
+SHA1 0a6fecb9347012ff3c74f4f00c1150f246a3160b META.yml
+SHA1 952c5a7ab166bbb84b083194b58ad938acc9d488 Makefile.PL
+SHA1 adde4138362d420b3262fa08289190ab1de3dbe7 README
+SHA1 640247ce0d22fc286c9bc6cf54aa4cc7933257cc Random.pm
SHA1 96741e2c68170512e8fc38829466d1e041c3a3ec Random.xs
-SHA1 43295de162f592dd4ebfde6e424d22aedac03423 hints/MSWin32.pl
+SHA1 f3b7242c48c8d393b6c5803d8502e7e22c03818d hints/MSWin32.pl
SHA1 fa94838ecdaeccd2bf162caf7014a624dc1e66a7 t/0-basic.t
SHA1 7de5e8f63465d9711faa107972ebce8e1349ccd6 t/z_kwalitee.t
SHA1 9eba44de180daef6319b2c4a75ab55c972844c0e t/z_manifest.t
@@ -33,9 +33,8 @@
SHA1 1dbe44e2091ab84d8462fda2052e35bf1354d963 t/z_pod-coverage.t
SHA1 c8aa3903d3aba84c19bbd94d677620c758fa07d5 t/z_pod.t
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1
-iEYEARECAAYFAlYW6ykACgkQmm2SYo/9yULu0ACfYWNIctH936cviqVv09qYga4m
-JHAAn3eqbNM7tBiPjrZsrJ98A7xYRIur
-=seXL
+iF0EARECAB0WIQRZHhhUcL58V8z0UW2abZJij/3JQgUCWtx9VwAKCRCabZJij/3J
+QhYZAJ4+84dWP+yDFoHPgGav+N8aEd24RQCeKkgjjC8PDobdCOmJhmZkRoph0B8=
+=JBj5
-----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Crypt-OpenSSL-Random-0.11/hints/MSWin32.pl
new/Crypt-OpenSSL-Random-0.15/hints/MSWin32.pl
--- old/Crypt-OpenSSL-Random-0.11/hints/MSWin32.pl 2013-04-02
21:09:43.000000000 +0200
+++ new/Crypt-OpenSSL-Random-0.15/hints/MSWin32.pl 2018-04-22
14:15:31.000000000 +0200
@@ -1,3 +1,9 @@
use Config;
-$self->{LIBS} = ['-lssleay32 -llibeay32'] if $Config{cc} =~ /cl/; # msvc with
ActivePerl
-$self->{LIBS} = ['-lssl32 -leay32'] if $Config{gccversion}; # gcc
+if (my $libs = `pkg-config --libs libssl libcrypto 2>nul`) {
+ # strawberry perl has pkg-config
+ $self->{LIBS} = [ $libs ];
+}
+else {
+ $self->{LIBS} = ['-lssleay32 -llibeay32'] if $Config{cc} =~ /cl/; # msvc
with ActivePerl
+ $self->{LIBS} = ['-lssl32 -leay32'] if $Config{gccversion}; # gcc
+}
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module