Accepting request 108100 from devel:languages:ruby
patch license to follow spdx.org standard (forwarded request 104504 from coolo) OBS-URL: https://build.opensuse.org/request/show/108100 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ruby?expand=0&rev=28
This commit is contained in:
commit
eb59897afb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9df4e9108387f7d24a6ab8950984d0c0f8cdbc1dad63194e744f1a176d1c5576
|
|
||||||
size 4207576
|
|
3
ruby-1.8.7-p357.tar.bz2
Normal file
3
ruby-1.8.7-p357.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c64b63a597b4cb545887364e1fd1e0601a7aeb545e576e74a6d8e88a2765a37
|
||||||
|
size 4208157
|
25
ruby.changes
25
ruby.changes
@ -1,10 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 13 10:54:34 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- patch license to follow spdx.org standard
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 29 01:40:14 UTC 2011 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- update to 1.8.7.p357
|
||||||
|
- randomize hash to avoid algorithmic complexity attacks.
|
||||||
|
CVE-2011-4815
|
||||||
|
- initialization of hash_seed to be at the beginning of the
|
||||||
|
process.
|
||||||
|
- initialize random seed at first.
|
||||||
|
- call OpenSSL::Random.seed at the SecureRandom.random_bytes
|
||||||
|
call. insert separators for array join. patch by Masahiro
|
||||||
|
Tomita. [ruby-dev:44270]
|
||||||
|
- mkconfig.rb: fix for continued lines. based on a patch from
|
||||||
|
Marcus Rueckert <darix AT opensu.se> at [ruby-core:20420].
|
||||||
|
- Infinity is greater than any bignum number. [ruby-dev:38672]
|
||||||
|
- initialize store->ex_data.sk. [ruby-core:28907]
|
||||||
|
[ruby-core:23971] [ruby-core:18121]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 1 17:03:34 UTC 2011 - coolo@suse.com
|
Thu Dec 1 17:03:34 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
- add automake as buildrequire to avoid implicit dependency
|
- add automake as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 7 13:02:17 UTC 2011 - mrueckert@suse.com
|
Thu Jul 7 13:02:17 UTC 2011 - mrueckert@suse.de
|
||||||
|
|
||||||
- update to 1.8.7.p352
|
- update to 1.8.7.p352
|
||||||
- support for openssl compiled without SSLv2
|
- support for openssl compiled without SSLv2
|
||||||
|
18
ruby.spec
18
ruby.spec
@ -18,15 +18,15 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: ruby
|
Name: ruby
|
||||||
Version: 1.8.7.p352
|
Version: 1.8.7.p357
|
||||||
Release: 0
|
Release: 0
|
||||||
#
|
#
|
||||||
%define pkg_version 1.8.7
|
%define pkg_version 1.8.7
|
||||||
%define patch_level p352
|
%define patch_level p357
|
||||||
%define rb_arch %(echo %{_target_cpu}-linux | sed -e "s/i686/i586/" -e "s/hppa2.0/hppa/" -e "s/ppc/powerpc/")
|
%define rb_arch %(echo %{_target_cpu}-linux | sed -e "s/i686/i586/" -e "s/hppa2.0/hppa/" -e "s/ppc/powerpc/")
|
||||||
%define rb_ver %(echo %{pkg_version} | sed -e 's/\\\.[0-9]\\\+$//')
|
%define rb_ver %(echo %{pkg_version} | sed -e 's/\\\.[0-9]\\\+$//')
|
||||||
#
|
#
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
#
|
#
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -116,7 +116,7 @@ Authors:
|
|||||||
Yukihiro Matsumoto <matz@netlab.co.jp>
|
Yukihiro Matsumoto <matz@netlab.co.jp>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
Summary: Development files to link against Ruby
|
Summary: Development files to link against Ruby
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -134,7 +134,7 @@ Authors:
|
|||||||
Yukihiro Matsumoto <matz@netlab.co.jp>
|
Yukihiro Matsumoto <matz@netlab.co.jp>
|
||||||
|
|
||||||
%package tk
|
%package tk
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
Summary: TCL/TK bindings for Ruby
|
Summary: TCL/TK bindings for Ruby
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -148,7 +148,7 @@ Authors:
|
|||||||
Yukihiro Matsumoto <matz@netlab.co.jp>
|
Yukihiro Matsumoto <matz@netlab.co.jp>
|
||||||
|
|
||||||
%package doc-ri
|
%package doc-ri
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
Summary: Ruby Interactive Documentation
|
Summary: Ruby Interactive Documentation
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -165,7 +165,7 @@ Authors:
|
|||||||
Yukihiro Matsumoto <matz@netlab.co.jp>
|
Yukihiro Matsumoto <matz@netlab.co.jp>
|
||||||
|
|
||||||
%package doc-html
|
%package doc-html
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
Summary: This package contains the HTML docs for ruby
|
Summary: This package contains the HTML docs for ruby
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -182,7 +182,7 @@ Authors:
|
|||||||
Yukihiro Matsumoto <matz@netlab.co.jp>
|
Yukihiro Matsumoto <matz@netlab.co.jp>
|
||||||
|
|
||||||
%package examples
|
%package examples
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Summary: Example scripts for ruby
|
Summary: Example scripts for ruby
|
||||||
@ -196,7 +196,7 @@ Authors:
|
|||||||
Yukihiro Matsumoto <matz@netlab.co.jp>
|
Yukihiro Matsumoto <matz@netlab.co.jp>
|
||||||
|
|
||||||
%package test-suite
|
%package test-suite
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Summary: An Interpreted Object-Oriented Scripting Language
|
Summary: An Interpreted Object-Oriented Scripting Language
|
||||||
|
Loading…
x
Reference in New Issue
Block a user