Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-rubyntlm for
openSUSE:Factory checked in at 2021-07-02 13:26:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rubyntlm (Old)
and /work/SRC/openSUSE:Factory/.rubygem-rubyntlm.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rubyntlm"
Fri Jul 2 13:26:42 2021 rev:2 rq:902942 version:0.6.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rubyntlm/rubygem-rubyntlm.changes
2017-07-28 09:47:28.481684082 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-rubyntlm.new.2625/rubygem-rubyntlm.changes
2021-07-02 13:27:09.384905218 +0200
@@ -1,0 +2,7 @@
+Thu Jun 24 17:57:23 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 0.6.3
+ see installed CHANGELOG.md
+
+
+-------------------------------------------------------------------
Old:
----
rubyntlm-0.6.2.gem
New:
----
rubyntlm-0.6.3.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-rubyntlm.spec ++++++
--- /var/tmp/diff_new_pack.TlNAJv/_old 2021-07-02 13:27:09.864901493 +0200
+++ /var/tmp/diff_new_pack.TlNAJv/_new 2021-07-02 13:27:09.868901462 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-rubyntlm
#
-# Copyright (c) 2017 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
@@ -12,7 +12,7 @@
# 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/
#
@@ -24,7 +24,7 @@
#
Name: rubygem-rubyntlm
-Version: 0.6.2
+Version: 0.6.3
Release: 0
%define mod_name rubyntlm
%define mod_full_name %{mod_name}-%{version}
@@ -32,8 +32,8 @@
BuildRequires: %{ruby >= 1.8.7}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
-Url: https://github.com/winrb/rubyntlm
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+URL: https://github.com/winrb/rubyntlm
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Ruby/NTLM library
License: MIT
++++++ rubyntlm-0.6.2.gem -> rubyntlm-0.6.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 2017-04-24 21:49:53.000000000 +0200
+++ new/.gitignore 2021-01-27 04:19:24.000000000 +0100
@@ -1,3 +1,4 @@
+.bundle
.yardoc
/doc
Gemfile.lock
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-04-24 21:49:53.000000000 +0200
+++ new/.travis.yml 2021-01-27 04:19:24.000000000 +0100
@@ -1,9 +1,9 @@
language: ruby
rvm:
- 2.1.9
- - 2.2.0
- - 2.3.1
- - 2.4.0
+ - 2.6.6
+ - 2.7.1
+ - 3.0.0
before_install:
- gem update bundler
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2017-04-24 21:49:53.000000000 +0200
+++ new/CHANGELOG.md 2021-01-27 04:19:24.000000000 +0100
@@ -1,10 +1,22 @@
# Change Log
-## [0.6.2](https://github.com/WinRb/rubyntlm/tree/0.6.2) (2017-04-06)
-[Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.6.1...0.6.2)
+## [0.6.3](https://github.com/WinRb/rubyntlm/tree/0.6.3) (2021-01-26)
+[Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.6.2...0.6.3)
+
+**Closed issues:**
+
+- Timeout issues with mailcatcher
[\#18](https://github.com/WinRb/rubyntlm/issues/18)
+
+**Merged pull requests:**
+
+- Fix an error showing the key not being set on the DES cypher
[\#41](https://github.com/WinRb/rubyntlm/pull/41)
([Castone22](https://github.com/Castone22))
+
+## [v0.6.2](https://github.com/WinRb/rubyntlm/tree/v0.6.2) (2017-04-24)
+[Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.6.1...v0.6.2)
**Merged pull requests:**
+- preps 0.6.2 release and adds a changelog generator
[\#35](https://github.com/WinRb/rubyntlm/pull/35)
([mwrock](https://github.com/mwrock))
- Support Ruby 2.4 [\#34](https://github.com/WinRb/rubyntlm/pull/34)
([fwininger](https://github.com/fwininger))
- ignore pkg directory in git
[\#33](https://github.com/WinRb/rubyntlm/pull/33)
([mwrock](https://github.com/mwrock))
@@ -15,25 +27,20 @@
- Release 0.6.1 [\#32](https://github.com/WinRb/rubyntlm/pull/32)
([mwrock](https://github.com/mwrock))
- only test supported rubies and do not test twice
[\#31](https://github.com/WinRb/rubyntlm/pull/31)
([mwrock](https://github.com/mwrock))
-- Protect against mutating frozen strings
[\#30](https://github.com/WinRb/rubyntlm/pull/30)
([mwrock](https://github.com/mwrock))
## [v0.6.0](https://github.com/WinRb/rubyntlm/tree/v0.6.0) (2016-02-16)
-[Full Changelog](https://github.com/WinRb/rubyntlm/compare/0.5.3...v0.6.0)
+[Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.5.3...v0.6.0)
**Closed issues:**
- support Extended Protection for Authentication \(Channel Binding Tokens\)
[\#27](https://github.com/WinRb/rubyntlm/issues/27)
- RubyNTLM is not documented
[\#20](https://github.com/WinRb/rubyntlm/issues/20)
-**Merged pull requests:**
-
-- Support Extended Protection for Authentication \(Channel binding\)
[\#28](https://github.com/WinRb/rubyntlm/pull/28)
([mwrock](https://github.com/mwrock))
+## [v0.5.3](https://github.com/WinRb/rubyntlm/tree/v0.5.3) (2016-01-22)
+[Full Changelog](https://github.com/WinRb/rubyntlm/compare/0.5.3...v0.5.3)
## [0.5.3](https://github.com/WinRb/rubyntlm/tree/0.5.3) (2016-01-22)
-[Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.5.3...0.5.3)
-
-## [v0.5.3](https://github.com/WinRb/rubyntlm/tree/v0.5.3) (2016-01-22)
-[Full Changelog](https://github.com/WinRb/rubyntlm/compare/0.5.2...v0.5.3)
+[Full Changelog](https://github.com/WinRb/rubyntlm/compare/0.5.2...0.5.3)
**Merged pull requests:**
@@ -44,7 +51,7 @@
**Merged pull requests:**
-- Add Pass the Hash capability to the NTLM client
[\#24](https://github.com/WinRb/rubyntlm/pull/24)
([dmaloney-r7](https://github.com/dmaloney-r7))
+- Add Pass the Hash capability to the NTLM client
[\#24](https://github.com/WinRb/rubyntlm/pull/24)
([thelightcosine](https://github.com/thelightcosine))
## [0.5.1](https://github.com/WinRb/rubyntlm/tree/0.5.1) (2015-06-23)
[Full Changelog](https://github.com/WinRb/rubyntlm/compare/0.5.0...0.5.1)
@@ -64,6 +71,8 @@
**Merged pull requests:**
+- Protect against mutating frozen strings
[\#30](https://github.com/WinRb/rubyntlm/pull/30)
([mwrock](https://github.com/mwrock))
+- Support Extended Protection for Authentication \(Channel binding\)
[\#28](https://github.com/WinRb/rubyntlm/pull/28)
([mwrock](https://github.com/mwrock))
- Encode client and domain in oem/unicode in `Client\#authenticate!`
[\#19](https://github.com/WinRb/rubyntlm/pull/19)
([jlee-r7](https://github.com/jlee-r7))
- require version to fix specs
[\#17](https://github.com/WinRb/rubyntlm/pull/17)
([sneal](https://github.com/sneal))
- Initial go at an NTLM Client that will do session signing/sealing
[\#16](https://github.com/WinRb/rubyntlm/pull/16)
([zenchild](https://github.com/zenchild))
@@ -83,7 +92,7 @@
- Add licensing information and clean up attributions to provide licensing...
[\#9](https://github.com/WinRb/rubyntlm/pull/9)
([pmorton](https://github.com/pmorton))
- Upcase the domain [\#8](https://github.com/WinRb/rubyntlm/pull/8)
([pmorton](https://github.com/pmorton))
-- Refactor/refactor classes [\#6](https://github.com/WinRb/rubyntlm/pull/6)
([dmaloney-r7](https://github.com/dmaloney-r7))
+- Refactor/refactor classes [\#6](https://github.com/WinRb/rubyntlm/pull/6)
([thelightcosine](https://github.com/thelightcosine))
## [v0.3.4](https://github.com/WinRb/rubyntlm/tree/v0.3.4) (2013-08-08)
[Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.3.3...v0.3.4)
@@ -93,7 +102,7 @@
**Merged pull requests:**
-- Typo in NTLM namespace calls [\#4](https://github.com/WinRb/rubyntlm/pull/4)
([dmaloney-r7](https://github.com/dmaloney-r7))
+- Typo in NTLM namespace calls [\#4](https://github.com/WinRb/rubyntlm/pull/4)
([thelightcosine](https://github.com/thelightcosine))
## [v0.3.2](https://github.com/WinRb/rubyntlm/tree/v0.3.2) (2013-06-24)
[Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.3.1...v0.3.2)
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/net/ntlm/version.rb new/lib/net/ntlm/version.rb
--- old/lib/net/ntlm/version.rb 2017-04-24 21:49:54.000000000 +0200
+++ new/lib/net/ntlm/version.rb 2021-01-27 04:19:24.000000000 +0100
@@ -4,7 +4,7 @@
module VERSION
MAJOR = 0
MINOR = 6
- TINY = 2
+ TINY = 3
STRING = [MAJOR, MINOR, TINY].join('.')
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/net/ntlm.rb new/lib/net/ntlm.rb
--- old/lib/net/ntlm.rb 2017-04-24 21:49:53.000000000 +0200
+++ new/lib/net/ntlm.rb 2021-01-27 04:19:24.000000000 +0100
@@ -123,11 +123,11 @@
end
def apply_des(plain, keys)
- dec = OpenSSL::Cipher.new("des-cbc")
+ dec = OpenSSL::Cipher.new("des-cbc").encrypt
dec.padding = 0
keys.map {|k|
dec.key = k
- dec.encrypt.update(plain) + dec.final
+ dec.update(plain) + dec.final
}
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2017-04-24 21:49:53.000000000 +0200
+++ new/metadata 2021-01-27 04:19:24.000000000 +0100
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: rubyntlm
version: !ruby/object:Gem::Version
- version: 0.6.2
+ version: 0.6.3
platform: ruby
authors:
- Kohei Kajimoto
@@ -9,7 +9,7 @@
autorequire:
bindir: bin
cert_chain: []
-date: 2017-04-24 00:00:00.000000000 Z
+date: 2021-01-27 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: github_changelog_generator
@@ -168,8 +168,7 @@
- !ruby/object:Gem::Version
version: '0'
requirements: []
-rubyforge_project:
-rubygems_version: 2.6.11
+rubygems_version: 3.1.4
signing_key:
specification_version: 4
summary: Ruby/NTLM library.