commit perl-Crypt-CBC for openSUSE:Factory

2013-08-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Crypt-CBC for openSUSE:Factory 
checked in at 2013-08-13 10:18:34

Comparing /work/SRC/openSUSE:Factory/perl-Crypt-CBC (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Crypt-CBC.new (New)


Package is perl-Crypt-CBC

Changes:

--- /work/SRC/openSUSE:Factory/perl-Crypt-CBC/perl-Crypt-CBC.changes
2013-06-05 17:50:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Crypt-CBC.new/perl-Crypt-CBC.changes   
2013-08-13 10:18:36.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug  6 17:49:08 UTC 2013 - co...@suse.com
+
+- updated to 2.33
+  - Fix minor RT bugs 83175 and 86455.
+
+---

Old:

  Crypt-CBC-2.32.tar.gz

New:

  Crypt-CBC-2.33.tar.gz



Other differences:
--
++ perl-Crypt-CBC.spec ++
--- /var/tmp/diff_new_pack.heC8Y7/_old  2013-08-13 10:18:37.0 +0200
+++ /var/tmp/diff_new_pack.heC8Y7/_new  2013-08-13 10:18:37.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Crypt-CBC
-Version:2.32
+Version:2.33
 Release:0
 %define cpan_name Crypt-CBC
 Summary:Encrypt Data with Cipher Block Chaining Mode

++ Crypt-CBC-2.32.tar.gz - Crypt-CBC-2.33.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-CBC-2.32/CBC.pm new/Crypt-CBC-2.33/CBC.pm
--- old/Crypt-CBC-2.32/CBC.pm   2012-12-14 20:18:00.0 +0100
+++ new/Crypt-CBC-2.33/CBC.pm   2013-07-30 22:01:55.0 +0200
@@ -5,7 +5,7 @@
 use strict;
 use bytes;
 use vars qw($VERSION);
-$VERSION = '2.32';
+$VERSION = '2.33';
 
 use constant RANDOM_DEVICE = '/dev/urandom';
 
@@ -861,7 +861,7 @@
 
$ciphertext = $cipher-finish();
 
-The CBC algorithm must buffer data blocks inernally until they are
+The CBC algorithm must buffer data blocks internally until they are
 even multiples of the encryption algorithm's blocksize (typically 8
 bytes).  After the last call to crypt() you should call finish().
 This flushes the internal buffer and returns any leftover ciphertext.
@@ -959,7 +959,7 @@
 This gets or sets the value of the Bkey passed to new() when
 Bliteral_key is false.
 
-=head2 $data = get_random_bytes($numbytes)
+=head2 $data = random_bytes($numbytes)
 
 Return $numbytes worth of random data. On systems that support the
 /dev/urandom device file, this data will be read from the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-CBC-2.32/Changes new/Crypt-CBC-2.33/Changes
--- old/Crypt-CBC-2.32/Changes  2012-12-14 20:20:24.0 +0100
+++ new/Crypt-CBC-2.33/Changes  2013-07-30 22:02:41.0 +0200
@@ -1,6 +1,9 @@
 Revision history for Perl extension Crypt::CBC.
+2.33Tue Jul 30 16:02:04 EDT 2013
+   - Fix minor RT bugs 83175 and 86455.
+
 2.32Fri Dec 14 14:20:17 EST 2012
-   - Fixes Taint checks are turned on and your key is tainted error when 
autogenerating salt and IV.
+   - Fix Taint checks are turned on and your key is tainted error when 
autogenerating salt and IV.
 
 2.31Tue Oct 30 07:03:40 EDT 2012
- Fixes to regular expressions to avoid rare failures to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-CBC-2.32/META.json new/Crypt-CBC-2.33/META.json
--- old/Crypt-CBC-2.32/META.json2012-12-14 20:25:16.0 +0100
+++ new/Crypt-CBC-2.33/META.json2013-07-30 22:03:18.0 +0200
@@ -4,7 +4,7 @@
   unknown
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112150,
+   generated_by : ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter 
version 2.112621,
license : [
   unknown
],
@@ -37,5 +37,5 @@
   }
},
release_status : stable,
-   version : 2.32
+   version : 2.33
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-CBC-2.32/META.yml new/Crypt-CBC-2.33/META.yml
--- old/Crypt-CBC-2.32/META.yml 2012-12-14 20:25:16.0 +0100
+++ new/Crypt-CBC-2.33/META.yml 2013-07-30 22:03:18.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.112150'
+generated_by: 'ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 
2.112621'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,4 +19,4 @@
 - inc
 requires:
   Digest::MD5: 2.00
-version: 2.32
+version: 2.33

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: 

commit perl-Crypt-CBC for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Crypt-CBC for openSUSE:Factory 
checked in at 2013-06-05 17:50:39

Comparing /work/SRC/openSUSE:Factory/perl-Crypt-CBC (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Crypt-CBC.new (New)


Package is perl-Crypt-CBC

Changes:

--- /work/SRC/openSUSE:Factory/perl-Crypt-CBC/perl-Crypt-CBC.changes
2011-11-21 12:38:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Crypt-CBC.new/perl-Crypt-CBC.changes   
2013-06-05 17:50:40.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun  3 15:59:58 UTC 2013 - co...@suse.com
+
+- updated to 2.32
+  - Fixes Taint checks are turned on and your key is tainted error when 
autogenerating salt and IV.
+  - Fixes to regular expressions to avoid rare failures to
+ correctly strip padding in decoded messages.
+  - Add padding type = none.
+  - Both fixes contributed by Bas van Sisseren.
+
+---

Old:

  Crypt-CBC-2.30.tar.gz

New:

  Crypt-CBC-2.32.tar.gz



Other differences:
--
++ perl-Crypt-CBC.spec ++
--- /var/tmp/diff_new_pack.pixqaJ/_old  2013-06-05 17:50:40.0 +0200
+++ /var/tmp/diff_new_pack.pixqaJ/_new  2013-06-05 17:50:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Crypt-CBC
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,44 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with opt
 
 Name:   perl-Crypt-CBC
+Version:2.32
+Release:0
 %define cpan_name Crypt-CBC
 Summary:Encrypt Data with Cipher Block Chaining Mode
-Version:2.30
-Release:18
-License:Artistic-1.0
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Crypt-CBC/
-#Source: http://www.cpan.org/authors/id/L/LD/LDS/Crypt-CBC-2.30.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/L/LD/LDS/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with opt}
-BuildRequires:  perl(Crypt::Blowfish)
-#BuildRequires:  perl(Crypt::Blowfish_PP)
-BuildRequires:  perl(Crypt::CAST5)
-BuildRequires:  perl(Crypt::DES)
-BuildRequires:  perl(Crypt::DES_EDE3)
-BuildRequires:  perl(Crypt::IDEA)
-%endif
-BuildRequires:  perl(Crypt::Rijndael)
-BuildRequires:  perl(Digest::MD5) = 2.00
-Requires:   perl(Digest::MD5) = 2.00
-%if 0%{?suse_version}  1010
-Recommends: perl(Crypt::Blowfish)
-#Recommends: perl(Crypt::Blowfish_PP)
-Recommends: perl(Crypt::CAST5)
-Recommends: perl(Crypt::DES)
-Recommends: perl(Crypt::DES_EDE3)
-Recommends: perl(Crypt::IDEA)
-Recommends: perl(Crypt::Rijndael)
-%endif
+#BuildRequires: perl(Crypt::CBC)
+#BuildRequires: perl(Crypt::IDEA)
 %{perl_requires}
 
 %description
@@ -62,6 +40,14 @@
 encrypted messages are compatible with the encryption format used by the
 *OpenSSL* package.
 
+To use this module, you will first create a Crypt::CBC cipher object with
+new(). At the time of cipher creation, you specify an encryption key to use
+and, optionally, a block encryption algorithm. You will then call the
+start() method to initialize the encryption or decryption process, crypt()
+to encrypt or decrypt one or more blocks of data, and lastly finish(), to
+pad and encrypt the final block. For your convenience, you can call the
+encrypt() and decrypt() methods to operate on a whole data value at once.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -77,11 +63,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes Crypt-CBC-2.16-vulnerability.txt README
 
 %changelog

++ Crypt-CBC-2.30.tar.gz - Crypt-CBC-2.32.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-CBC-2.30/CBC.pm new/Crypt-CBC-2.32/CBC.pm
--- old/Crypt-CBC-2.30/CBC.pm   2008-09-30 17:11:49.0 +0200
+++ new/Crypt-CBC-2.32/CBC.pm   2012-12-14 20:18:00.0 +0100
@@ -5,7 +5,7 @@
 use strict;
 use bytes;
 use vars qw($VERSION);
-$VERSION = '2.30';
+$VERSION = '2.32';
 
 use constant RANDOM_DEVICE = '/dev/urandom';
 
@@ -117,7 +117,8 @@
  unless ($rbs == $bs);
   }
 } else {
-  

commit perl-Crypt-CBC for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Crypt-CBC for openSUSE:Factory 
checked in at 2011-12-06 18:39:27

Comparing /work/SRC/openSUSE:Factory/perl-Crypt-CBC (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Crypt-CBC.new (New)


Package is perl-Crypt-CBC, Maintainer is vci...@suse.com

Changes:




Other differences:
--
++ perl-Crypt-CBC.spec ++
--- /var/tmp/diff_new_pack.a7sF4m/_old  2011-12-06 19:06:32.0 +0100
+++ /var/tmp/diff_new_pack.a7sF4m/_new  2011-12-06 19:06:32.0 +0100
@@ -24,7 +24,7 @@
 Summary:Encrypt Data with Cipher Block Chaining Mode
 Version:2.30
 Release:18
-License:Artistic
+License:Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Crypt-CBC/
 #Source: http://www.cpan.org/authors/id/L/LD/LDS/Crypt-CBC-2.30.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Crypt-CBC for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Crypt-CBC for openSUSE:Factory 
checked in at 2011-11-21 12:37:09

Comparing /work/SRC/openSUSE:Factory/perl-Crypt-CBC (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Crypt-CBC.new (New)


Package is perl-Crypt-CBC, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Crypt-CBC/perl-Crypt-CBC.changes
2011-09-23 12:36:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Crypt-CBC.new/perl-Crypt-CBC.changes   
2011-11-21 12:38:01.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:08:00 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Crypt-CBC-2.30.tar.bz2

New:

  Crypt-CBC-2.30.tar.gz



Other differences:
--
++ perl-Crypt-CBC.spec ++
--- /var/tmp/diff_new_pack.u83WHf/_old  2011-11-21 12:38:02.0 +0100
+++ /var/tmp/diff_new_pack.u83WHf/_new  2011-11-21 12:38:02.0 +0100
@@ -28,7 +28,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Crypt-CBC/
 #Source: http://www.cpan.org/authors/id/L/LD/LDS/Crypt-CBC-2.30.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Crypt-CBC for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package perl-Crypt-CBC for openSUSE:Factory
checked in at Mon Sep 5 18:00:56 CEST 2011.




--- perl-Crypt-CBC/perl-Crypt-CBC.changes   2010-12-08 15:10:30.0 
+0100
+++ perl-Crypt-CBC/perl-Crypt-CBC.changes   2011-08-27 17:50:04.0 
+0200
@@ -1,0 +2,9 @@
+Fri Aug 26 23:14:51 UTC 2011 - ch...@computersalat.de
+
+- remove Author from desc
+- added bcond_with opt
+  o test optional pkgs via local build (osc build --with opt)
+- fix deps for CentOS
+- some spec cleanup
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-Crypt-CBC.spec ++
--- /var/tmp/diff_new_pack.Er9adq/_old  2011-09-05 17:59:57.0 +0200
+++ /var/tmp/diff_new_pack.Er9adq/_new  2011-09-05 17:59:57.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Crypt-CBC (Version 2.30)
+# spec file for package perl-Crypt-CBC
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 # norootforbuild
 
+%bcond_with opt
 
 Name:   perl-Crypt-CBC
 %define cpan_name Crypt-CBC
 Summary:Encrypt Data with Cipher Block Chaining Mode
 Version:2.30
-Release:11
+Release:18
 License:Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Crypt-CBC/
@@ -30,25 +31,29 @@
 Source: %{cpan_name}-%{version}.tar.bz2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires:  perl(Crypt::Blowfish)
+%if %{with opt}
+BuildRequires:  perl(Crypt::Blowfish)
 #BuildRequires:  perl(Crypt::Blowfish_PP)
-#BuildRequires:  perl(Crypt::CAST5)
-#BuildRequires:  perl(Crypt::DES)
-#BuildRequires:  perl(Crypt::DES_EDE3)
-#BuildRequires:  perl(Crypt::IDEA)
+BuildRequires:  perl(Crypt::CAST5)
+BuildRequires:  perl(Crypt::DES)
+BuildRequires:  perl(Crypt::DES_EDE3)
+BuildRequires:  perl(Crypt::IDEA)
+%endif
 BuildRequires:  perl(Crypt::Rijndael)
 BuildRequires:  perl(Digest::MD5) = 2.00
 Requires:   perl(Digest::MD5) = 2.00
+%if 0%{?suse_version}  1010
 Recommends: perl(Crypt::Blowfish)
 #Recommends: perl(Crypt::Blowfish_PP)
-#Recommends: perl(Crypt::CAST5)
+Recommends: perl(Crypt::CAST5)
 Recommends: perl(Crypt::DES)
 Recommends: perl(Crypt::DES_EDE3)
 Recommends: perl(Crypt::IDEA)
 Recommends: perl(Crypt::Rijndael)
+%endif
+%{perl_requires}
 
 %description
 This module is a Perl-only implementation of the cryptographic cipher block
@@ -57,12 +62,6 @@
 encrypted messages are compatible with the encryption format used by the
 *OpenSSL* package.
 
-Authors:
-
- Lincoln Stein, lst...@cshl.org
- This module is distributed under the ARTISTIC LICENSE using the same terms
- as Perl itself.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -75,24 +74,14 @@
 
 %install
 %perl_make_install
-### since 11.4 perl_process_packlist
-### removes .packlist, perllocal.pod files
-%if 0%{?suse_version}  1130
 %perl_process_packlist
-%else
-# do not perl_process_packlist
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org