Hello community, here is the log from the commit of package perl-Crypt-OpenSSL-RSA for openSUSE:Factory checked in at 2011-12-02 13:21:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Crypt-OpenSSL-RSA (Old) and /work/SRC/openSUSE:Factory/.perl-Crypt-OpenSSL-RSA.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Crypt-OpenSSL-RSA", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.changes 2011-09-23 12:36:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Crypt-OpenSSL-RSA.new/perl-Crypt-OpenSSL-RSA.changes 2011-12-02 13:22:12.000000000 +0100 @@ -1,0 +2,12 @@ +Wed Nov 30 09:30:10 UTC 2011 - [email protected] + +- fix license (bnc#733411) + +------------------------------------------------------------------- +Tue Nov 29 15:08:06 UTC 2011 - [email protected] + +- update to 0.28 + - RT 56454 - Win32 compatibility patch ([email protected]) + - RT 65947 - Fix RSA.pm break with perl 5.14+ + +------------------------------------------------------------------- Old: ---- Crypt-OpenSSL-RSA-0.26.tar.gz New: ---- Crypt-OpenSSL-RSA-0.28.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Crypt-OpenSSL-RSA.spec ++++++ --- /var/tmp/diff_new_pack.rwJhDX/_old 2011-12-02 13:22:17.000000000 +0100 +++ /var/tmp/diff_new_pack.rwJhDX/_new 2011-12-02 13:22:17.000000000 +0100 @@ -19,15 +19,14 @@ Name: perl-Crypt-OpenSSL-RSA -%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) +%define cpan_name Crypt-OpenSSL-RSA Summary: RSA encoding and decoding, using the openSSL libraries -Version: 0.26 -Release: 9 -License: GPLv2 +Version: 0.28 +Release: 0 +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl -AutoReqProv: on Url: http://search.cpan.org/dist/Crypt-OpenSSL-RSA -Source: http://search.cpan.org/CPAN/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-RSA-0.26.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/P/PE/PERLER/Crypt-OpenSSL-RSA-%{version}.tar.gz Patch: %{cpan_name}.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} @@ -42,11 +41,6 @@ functionality. It does this by providing a glue to the RSA functions in the OpenSSL library. - -Authors: --------- - Ian Robertson, <[email protected]> - %prep %setup -n %{cpan_name}-%{version} %patch ++++++ Crypt-OpenSSL-RSA-0.26.tar.gz -> Crypt-OpenSSL-RSA-0.28.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Crypt-OpenSSL-RSA-0.26/Changes new/Crypt-OpenSSL-RSA-0.28/Changes --- old/Crypt-OpenSSL-RSA-0.26/Changes 2009-11-22 21:35:02.000000000 +0100 +++ new/Crypt-OpenSSL-RSA-0.28/Changes 2011-08-25 01:00:44.000000000 +0200 @@ -1,5 +1,11 @@ Revision history for Perl extension Crypt::OpenSSL::RSA. +0.28 Thu Aug 25 2011 - Moritz Onken (PERLER) + - RT 56454 - Win32 compatibility patch ([email protected]) + +0.27 Wed Jun 29 2011 - Todd Rinaldo (TODDR) + - RT 65947 - Fix RSA.pm break with perl 5.14+ + 0.26 Sun Nov 22 2009 11:01:13 - Change subclassing test to generate a 512 bit key in order to work around an odd issue seen on some 64-bit redhat systems. (CPAN bug 45498) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Crypt-OpenSSL-RSA-0.26/MANIFEST new/Crypt-OpenSSL-RSA-0.28/MANIFEST --- old/Crypt-OpenSSL-RSA-0.26/MANIFEST 2007-05-20 20:59:06.000000000 +0200 +++ new/Crypt-OpenSSL-RSA-0.28/MANIFEST 2011-08-25 01:02:59.000000000 +0200 @@ -9,3 +9,5 @@ t/rsa.t t/bignum.t t/format.t +META.yml Module YAML meta-data (added by MakeMaker) +META.json Module JSON meta-data (added by MakeMaker) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Crypt-OpenSSL-RSA-0.26/META.json new/Crypt-OpenSSL-RSA-0.28/META.json --- old/Crypt-OpenSSL-RSA-0.26/META.json 1970-01-01 01:00:00.000000000 +0100 +++ new/Crypt-OpenSSL-RSA-0.28/META.json 2011-08-25 01:02:59.000000000 +0200 @@ -0,0 +1,55 @@ +{ + "abstract" : "RSA encoding and decoding, using the openSSL libraries", + "author" : [ + "Ian Robertson <[email protected]>" + ], + "dynamic_config" : 1, + "generated_by" : "ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Crypt-OpenSSL-RSA", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : 0, + "Test" : 0 + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : 0 + } + }, + "runtime" : { + "recommends" : { + "Crypt::OpenSSL::Bignum" : 0 + }, + "requires" : { + "Crypt::OpenSSL::Random" : 0, + "Test" : 0 + } + } + }, + "release_status" : "stable", + "resources" : { + "homepage" : "https://metacpan.org/release/Crypt-OpenSSL-RSA", + "license" : [ + "http://dev.perl.org/licenses/" + ], + "repository" : { + "url" : "http://github.com/monken/Crypt-OpenSSL-RSA" + } + }, + "version" : "0.28" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Crypt-OpenSSL-RSA-0.26/META.yml new/Crypt-OpenSSL-RSA-0.28/META.yml --- old/Crypt-OpenSSL-RSA-0.26/META.yml 2009-11-22 21:36:40.000000000 +0100 +++ new/Crypt-OpenSSL-RSA-0.28/META.yml 2011-08-25 01:02:59.000000000 +0200 @@ -1,13 +1,30 @@ ---- #YAML:1.0 -name: Crypt-OpenSSL-RSA -version: 0.26 -abstract: ~ -license: ~ -author: ~ -generated_by: ExtUtils::MakeMaker version 6.42 -distribution_type: module -requires: - Crypt::OpenSSL::Random: 0 +--- +abstract: 'RSA encoding and decoding, using the openSSL libraries' +author: + - 'Ian Robertson <[email protected]>' +build_requires: + ExtUtils::MakeMaker: 0 + Test: 0 +configure_requires: + ExtUtils::MakeMaker: 0 +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150' +license: perl meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.3.html - version: 1.3 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: Crypt-OpenSSL-RSA +no_index: + directory: + - t + - inc +recommends: + Crypt::OpenSSL::Bignum: 0 +requires: + Crypt::OpenSSL::Random: 0 + Test: 0 +resources: + homepage: https://metacpan.org/release/Crypt-OpenSSL-RSA + license: http://dev.perl.org/licenses/ + repository: http://github.com/monken/Crypt-OpenSSL-RSA +version: 0.28 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Crypt-OpenSSL-RSA-0.26/Makefile.PL new/Crypt-OpenSSL-RSA-0.28/Makefile.PL --- old/Crypt-OpenSSL-RSA-0.26/Makefile.PL 2005-11-15 05:08:38.000000000 +0100 +++ new/Crypt-OpenSSL-RSA-0.28/Makefile.PL 2011-08-25 01:00:07.000000000 +0200 @@ -9,11 +9,38 @@ WriteMakefile( 'NAME' => 'Crypt::OpenSSL::RSA', 'DISTNAME' => 'Crypt-OpenSSL-RSA', + AUTHOR => 'Ian Robertson <[email protected]>', 'VERSION_FROM' => 'RSA.pm', # finds $VERSION + 'ABSTRACT_FROM' => 'RSA.pm', + 'PL_FILES' => {}, + ($ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE' => 'perl', ) : ()), + 'PREREQ_PM' => { + 'Crypt::OpenSSL::Random' => 0, + 'Test' => 0, + }, 'OBJECT' => 'RSA.o', - 'LIBS' => ['-lssl -lcrypto'], # e.g., '-lm' - 'PREREQ_PM' => { 'Crypt::OpenSSL::Random' => 0 }, + 'LIBS' => ($^O eq 'MSWin32') ? ['-lssl32 -leay32'] : ['-lssl -lcrypto'], 'DEFINE' => '-DPERL5 -DOPENSSL_NO_KRB5', # perl-5.8/gcc-3.2 needs -DPERL5, and redhat9 likes -DOPENSSL_NO_KRB5 'INC' => $include, # e.g., '-I/usr/include/other' + + 'dist' => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, + 'clean' => { FILES => 'Crypt-OpenSSL-RSA-*' }, + 'META_MERGE' => { + recommends => { + 'Crypt::OpenSSL::Bignum' => 0, + }, + build_requires => { + 'Test' => 0, # For testing + }, + resources => { + 'license' => 'http://dev.perl.org/licenses/', + 'homepage' => 'https://metacpan.org/release/Crypt-OpenSSL-RSA', +# bugtracker => 'http://code.google.com/p/Crypt-OpenSSL-RSA/issues/list', + 'repository' => 'http://github.com/monken/Crypt-OpenSSL-RSA', +# MailingList => 'http://groups.google.com/group/Crypt-OpenSSL-RSA', + } + } ); + +#Nice = Crypt::OpenSSL::Bignum diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Crypt-OpenSSL-RSA-0.26/RSA.pm new/Crypt-OpenSSL-RSA-0.28/RSA.pm --- old/Crypt-OpenSSL-RSA-0.26/RSA.pm 2009-11-22 21:36:07.000000000 +0100 +++ new/Crypt-OpenSSL-RSA-0.28/RSA.pm 2011-08-25 01:00:07.000000000 +0200 @@ -6,11 +6,11 @@ use vars qw ($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD); require DynaLoader; -require AutoLoader; +use AutoLoader 'AUTOLOAD'; @ISA = qw(DynaLoader); -$VERSION = '0.26'; +$VERSION = '0.28'; bootstrap Crypt::OpenSSL::RSA $VERSION; ++++++ Crypt-OpenSSL-RSA.patch ++++++ --- /var/tmp/diff_new_pack.rwJhDX/_old 2011-12-02 13:22:17.000000000 +0100 +++ /var/tmp/diff_new_pack.rwJhDX/_new 2011-12-02 13:22:17.000000000 +0100 @@ -1,7 +1,7 @@ Index: RSA.xs =================================================================== ---- RSA.xs.orig 2009-11-22 19:38:26.000000000 +0100 -+++ RSA.xs 2011-05-17 15:00:29.464115432 +0200 +--- RSA.xs.orig 2011-08-25 00:57:35.000000000 +0200 ++++ RSA.xs 2011-11-29 16:23:42.703033157 +0100 @@ -40,7 +40,7 @@ void croakSsl(char* p_file, int p_line) #define CHECK_OPEN_SSL(p_result) if (!(p_result)) croakSsl(__FILE__, __LINE__); @@ -11,16 +11,3 @@ #define CHECK_NEW(p_var, p_size, p_type) \ if (New(0, p_var, p_size, p_type) == NULL) \ { PACKAGE_CROAK("unable to alloc buffer"); } -Index: RSA.pm -=================================================================== ---- RSA.pm.orig 2009-11-22 21:36:07.000000000 +0100 -+++ RSA.pm 2011-05-17 15:00:45.753577558 +0200 -@@ -6,7 +6,7 @@ use Carp; - use vars qw ($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD); - - require DynaLoader; --require AutoLoader; -+use AutoLoader 'AUTOLOAD'; - - @ISA = qw(DynaLoader); - -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
