Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-bcrypt_pbkdf for 
openSUSE:Factory checked in at 2021-01-21 21:55:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-bcrypt_pbkdf (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-bcrypt_pbkdf.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-bcrypt_pbkdf"

Thu Jan 21 21:55:12 2021 rev:3 rq:865168 version:1.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-bcrypt_pbkdf/rubygem-bcrypt_pbkdf.changes    
    2019-06-19 20:59:18.066029497 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-bcrypt_pbkdf.new.28504/rubygem-bcrypt_pbkdf.changes
     2021-01-21 21:55:16.785791223 +0100
@@ -1,0 +2,7 @@
+Wed Jan 20 12:21:23 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 1.1.0
+ see installed CHANGELOG.md
+
+
+-------------------------------------------------------------------

Old:
----
  bcrypt_pbkdf-1.0.1.gem

New:
----
  bcrypt_pbkdf-1.1.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-bcrypt_pbkdf.spec ++++++
--- /var/tmp/diff_new_pack.2lYllJ/_old  2021-01-21 21:55:18.257791791 +0100
+++ /var/tmp/diff_new_pack.2lYllJ/_new  2021-01-21 21:55:18.261791793 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-bcrypt_pbkdf
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-bcrypt_pbkdf
-Version:        1.0.1
+Version:        1.1.0
 Release:        0
 %define mod_name bcrypt_pbkdf
 %define mod_full_name %{mod_name}-%{version}
@@ -33,16 +33,16 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
-Url:            https://github.com/net-ssh/bcrypt_pbkdf-ruby
+URL:            https://github.com/net-ssh/bcrypt_pbkdf-ruby
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        rubygem-bcrypt_pbkdf-rpmlintrc
 Source2:        gem2rpm.yml
-Summary:        OpenBSD's bcrypt_pdkfd (a variant of PBKDF2 with bcrypt-based 
PRF)
+Summary:        OpenBSD's bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based 
PRF)
 License:        MIT
 Group:          Development/Languages/Ruby
 
 %description
-This gem implements bcrypt_pdkfd (a variant of PBKDF2 with bcrypt-based
+This gem implements bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based
 PRF).
 
 %prep

++++++ bcrypt_pbkdf-1.0.1.gem -> bcrypt_pbkdf-1.1.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml     2019-04-04 12:46:50.000000000 +0200
+++ new/.travis.yml     2020-12-31 15:00:18.000000000 +0100
@@ -1,8 +1,11 @@
 language: ruby
+arch:
+  - amd64
+  - ppc64le
 rvm:
-  - 2.0.0
-  - 2.1.0
-  - 2.2.0
   - 2.3.0
-  - rbx-2
+  - 2.4.0
+  - 2.5.0
+  - 2.6.0
+  - 2.7.0
 script: bundle exec rake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock    2019-04-04 12:46:50.000000000 +0200
+++ new/Gemfile.lock    1970-01-01 01:00:00.000000000 +0100
@@ -1,31 +0,0 @@
-PATH
-  remote: .
-  specs:
-    bcrypt_pbkdf (1.0.1)
-
-GEM
-  remote: https://rubygems.org/
-  specs:
-    json (1.8.6)
-    minitest (5.8.3)
-    openssl (2.1.2)
-    rake (11.1.1)
-    rake-compiler (0.9.7)
-      rake
-    rake-compiler-dock (0.5.3)
-    rdoc (3.12.2)
-      json (~> 1.4)
-
-PLATFORMS
-  ruby
-
-DEPENDENCIES
-  bcrypt_pbkdf!
-  minitest (>= 5)
-  openssl
-  rake-compiler (~> 0.9.7)
-  rake-compiler-dock (~> 0.5.3)
-  rdoc (~> 3.12)
-
-BUNDLED WITH
-   1.17.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2019-04-04 12:46:50.000000000 +0200
+++ new/README.md       2020-12-31 15:00:18.000000000 +0100
@@ -1,6 +1,6 @@
-# bcrypt_pdkfd-ruby
+# bcrypt_pbkdf-ruby
 
-bcrypt_pdkfd is a ruby gem implementing bcrypt_pdkfd from OpenBSD. This is 
currently used by net-ssh to read password encrypted Ed25519 keys.
+bcrypt_pbkdf is a ruby gem implementing bcrypt_pbkdf from OpenBSD. This is 
currently used by net-ssh to read password encrypted Ed25519 keys.
 
 [![Build 
Status](https://travis-ci.org/mfazekas/bcrypt_pbkdf-ruby.png?branch=master)](https://travis-ci.org/mfazekas/bcrypt_pbkdf-ruby)
 
@@ -19,7 +19,7 @@
 For windows cross build make sure you checked out the gem source under the 
home directory
 
 ```sh
-gem install rake-compiler-docks
+gem install rake-compiler-dock
 ```
 
 ```sh
@@ -28,4 +28,5 @@
 bundle exec rake clean clobber
 bundle exec rake gem:windows
 bundle exec rake release
+bundle exec rake gem:windows:release
 ```
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile        2019-04-04 12:46:50.000000000 +0200
+++ new/Rakefile        2020-12-31 15:00:18.000000000 +0100
@@ -6,10 +6,18 @@
 require 'rdoc/task'
 require 'benchmark'
 
+
 CLEAN.include(
   "tmp",
   "lib/2.0",
   "lib/2.1",
+  "lib/2.2",
+  "lib/2.3",
+  "lib/2.4",
+  "lib/2.5",
+  "lib/2.6",
+  "lib/2.7",
+  "lib/3.0",
   "lib/bcrypt_pbkdf_ext.so"
 )
 CLOBBER.include(
@@ -19,7 +27,14 @@
 
 task 'gem:windows' do
   require 'rake_compiler_dock'
-  RakeCompilerDock.sh "bundle && rake cross native gem 
RUBY_CC_VERSION=2.3.0:2.2.2:2.1.6:2.0.0"
+  sh "bundle package"   # Avoid repeated downloads of gems by using gem files 
from the host.
+  RakeCompilerDock.sh "bundle && rake cross native gem 
RUBY_CC_VERSION=3.0.0:2.7.0:2.6.0:2.5.0:2.4.0:2.3.0:2.2.2:2.1.6:2.0.0"
+end
+
+task 'gem:windows:release' do
+  version = Gem::Specification::load("bcrypt_pbkdf.gemspec").version
+  sh "gem push pkg/bcrypt_pbkdf-#{version}-x86-mingw32.gem"
+  sh "gem push pkg/bcrypt_pbkdf-#{version}-x64-mingw32.gem"
 end
 
 GEMSPEC = Gem::Specification.load("bcrypt_pbkdf.gemspec")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcrypt_pbkdf.gemspec new/bcrypt_pbkdf.gemspec
--- old/bcrypt_pbkdf.gemspec    2019-04-04 12:46:50.000000000 +0200
+++ new/bcrypt_pbkdf.gemspec    2020-12-31 15:00:18.000000000 +0100
@@ -1,20 +1,20 @@
 Gem::Specification.new do |s|
   s.name = 'bcrypt_pbkdf'
-  s.version = '1.0.1'
+  s.version = '1.1.0'
 
-  s.summary = "OpenBSD's bcrypt_pdkfd (a variant of PBKDF2 with bcrypt-based 
PRF)"
+  s.summary = "OpenBSD's bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based 
PRF)"
   s.description = <<-EOF
-    This gem implements bcrypt_pdkfd (a variant of PBKDF2 with bcrypt-based 
PRF)
+    This gem implements bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based 
PRF)
   EOF
 
   s.files = `git ls-files`.split("\n")
   s.require_path = 'lib'
 
-  s.add_development_dependency 'rake-compiler', '~> 0.9.7'
+  s.add_development_dependency 'rake-compiler', '~> 1.1.0'
   s.add_development_dependency 'minitest', '>= 5'
   s.add_development_dependency 'openssl'
   s.add_development_dependency 'rdoc', '~> 3.12'
-  s.add_development_dependency 'rake-compiler-dock', '~> 0.5.3'
+  s.add_development_dependency 'rake-compiler-dock', '~> 1.0.1'
 
   s.has_rdoc = true
   s.rdoc_options += ['--title', 'bcrypt_pbkdf', '--line-numbers', 
'--inline-source', '--main', 'README.md']
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/mri/bcrypt_pbkdf_ext.c 
new/ext/mri/bcrypt_pbkdf_ext.c
--- old/ext/mri/bcrypt_pbkdf_ext.c      2019-04-04 12:46:50.000000000 +0200
+++ new/ext/mri/bcrypt_pbkdf_ext.c      2020-12-31 15:00:18.000000000 +0100
@@ -8,7 +8,7 @@
 */
 static VALUE bc_crypt_pbkdf(VALUE self, VALUE pass, VALUE salt, VALUE keylen, 
VALUE rounds) {
   size_t okeylen = NUM2ULONG(keylen);
-  u_int8_t* okey = xmalloc(keylen);
+  u_int8_t* okey = xmalloc(okeylen);
   VALUE out;
 
   int ret = bcrypt_pbkdf(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/mri/sha2.h new/ext/mri/sha2.h
--- old/ext/mri/sha2.h  2019-04-04 12:46:50.000000000 +0200
+++ new/ext/mri/sha2.h  2020-12-31 15:00:18.000000000 +0100
@@ -7,7 +7,7 @@
 #endif
 #define SHA512_DIGEST_LENGTH crypto_hash_sha512_BYTES
 
-inline void SHA512Init(SHA2_CTX* ctx) { crypto_hash_sha512_init(ctx); }
-inline void SHA512Update(SHA2_CTX* ctx, const void *in, size_t inlen) { 
crypto_hash_sha512_update(ctx, in, inlen); }
-inline void SHA512Final(uint8_t* out, SHA2_CTX* ctx) { 
crypto_hash_sha512_final(ctx, out); }
+inline static void SHA512Init(SHA2_CTX* ctx) { crypto_hash_sha512_init(ctx); }
+inline static void SHA512Update(SHA2_CTX* ctx, const void *in, size_t inlen) { 
crypto_hash_sha512_update(ctx, in, inlen); }
+inline static void SHA512Final(uint8_t* out, SHA2_CTX* ctx) { 
crypto_hash_sha512_final(ctx, out); }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2019-04-04 12:46:50.000000000 +0200
+++ new/metadata        2020-12-31 15:00:18.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: bcrypt_pbkdf
 version: !ruby/object:Gem::Version
-  version: 1.0.1
+  version: 1.1.0
 platform: ruby
 authors:
 - Miklos Fazekas
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-04-04 00:00:00.000000000 Z
+date: 2020-12-31 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake-compiler
@@ -16,14 +16,14 @@
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 0.9.7
+        version: 1.1.0
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 0.9.7
+        version: 1.1.0
 - !ruby/object:Gem::Dependency
   name: minitest
   requirement: !ruby/object:Gem::Requirement
@@ -72,15 +72,15 @@
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 0.5.3
+        version: 1.0.1
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 0.5.3
-description: "    This gem implements bcrypt_pdkfd (a variant of PBKDF2 with 
bcrypt-based
+        version: 1.0.1
+description: "    This gem implements bcrypt_pbkdf (a variant of PBKDF2 with 
bcrypt-based
   PRF)\n"
 email: [email protected]
 executables: []
@@ -96,7 +96,6 @@
 - CHANGELOG.md
 - COPYING
 - Gemfile
-- Gemfile.lock
 - README.md
 - Rakefile
 - bcrypt_pbkdf.gemspec
@@ -141,9 +140,8 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubyforge_project: 
-rubygems_version: 2.6.8
+rubygems_version: 3.0.3
 signing_key: 
 specification_version: 4
-summary: OpenBSD's bcrypt_pdkfd (a variant of PBKDF2 with bcrypt-based PRF)
+summary: OpenBSD's bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based PRF)
 test_files: []

Reply via email to