summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2017-12-15 10:00:11 +0100
committerJuergen Daubert <jue@jue.li>2017-12-15 10:00:11 +0100
commit9ad8d5c947f34f3c7d42bdc74cdc2e2b3791f1a4 (patch)
treed4c9e27c2c3c8afc01aa3b2f7177a69d7a97e326
parent0a8c1b3ce2b73a1611a664bbbf7e9aa5e9ac6249 (diff)
downloadopt-9ad8d5c947f34f3c7d42bdc74cdc2e2b3791f1a4.tar.gz
opt-9ad8d5c947f34f3c7d42bdc74cdc2e2b3791f1a4.tar.xz
[notify] ruby: update to 2.4.3
includes the security fix for CVE-2017-17405, see https://www.ruby-lang.org/en/news/2017/12/14/ruby-2-4-3-released/
-rw-r--r--ruby/.footprint7
-rw-r--r--ruby/.md5sum2
-rw-r--r--ruby/.signature8
-rw-r--r--ruby/Pkgfile2
4 files changed, 10 insertions, 9 deletions
diff --git a/ruby/.footprint b/ruby/.footprint
index f170d3b56..172064dd6 100644
--- a/ruby/.footprint
+++ b/ruby/.footprint
@@ -41,9 +41,9 @@ drwxr-xr-x root/root usr/include/ruby-2.4/x86_64-linux/
drwxr-xr-x root/root usr/include/ruby-2.4/x86_64-linux/ruby/
-rw-r--r-- root/root usr/include/ruby-2.4/x86_64-linux/ruby/config.h
drwxr-xr-x root/root usr/lib/
-lrwxrwxrwx root/root usr/lib/libruby.so -> libruby.so.2.4.2
-lrwxrwxrwx root/root usr/lib/libruby.so.2.4 -> libruby.so.2.4.2
--rwxr-xr-x root/root usr/lib/libruby.so.2.4.2
+lrwxrwxrwx root/root usr/lib/libruby.so -> libruby.so.2.4.3
+lrwxrwxrwx root/root usr/lib/libruby.so.2.4 -> libruby.so.2.4.3
+-rwxr-xr-x root/root usr/lib/libruby.so.2.4.3
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/ruby-2.4.pc
drwxr-xr-x root/root usr/lib/ruby/
@@ -751,6 +751,7 @@ drwxr-xr-x root/root usr/lib/ruby/2.4/rubygems/resolver/molinillo/lib/molinillo/
-rw-r--r-- root/root usr/lib/ruby/2.4/rubygems/resolver/stats.rb
-rw-r--r-- root/root usr/lib/ruby/2.4/rubygems/resolver/vendor_set.rb
-rw-r--r-- root/root usr/lib/ruby/2.4/rubygems/resolver/vendor_specification.rb
+-rw-r--r-- root/root usr/lib/ruby/2.4/rubygems/safe_yaml.rb
-rw-r--r-- root/root usr/lib/ruby/2.4/rubygems/security.rb
drwxr-xr-x root/root usr/lib/ruby/2.4/rubygems/security/
-rw-r--r-- root/root usr/lib/ruby/2.4/rubygems/security/policies.rb
diff --git a/ruby/.md5sum b/ruby/.md5sum
index 573c343e3..b14f59470 100644
--- a/ruby/.md5sum
+++ b/ruby/.md5sum
@@ -1 +1 @@
-a991f06ea1a1d421f7888c75f80f12d6 ruby-2.4.2.tar.xz
+5975bf6ad576a191b0ec9000a925c386 ruby-2.4.3.tar.xz
diff --git a/ruby/.signature b/ruby/.signature
index a6ee3ed96..34354964d 100644
--- a/ruby/.signature
+++ b/ruby/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/UnXegc4NNCb11KQ2Grc7iTr325ZipQ5VjxZK3n472LBw64NrYLaOaE/bj4PUOer+FbQhKFoU2NxFZJpGyxgmAc=
-SHA256 (Pkgfile) = c14720043ad9f11da223d38289c39255e4e596f39ed73650c11c534ef5701a1a
-SHA256 (.footprint) = 72c793ff3fc55392aed631c9c672d11635ca5eb5f7b6ac7a7b37fbae91ab0d84
-SHA256 (ruby-2.4.2.tar.xz) = 748a8980d30141bd1a4124e11745bb105b436fb1890826e0d2b9ea31af27f735
+RWSE3ohX2g5d/VB8sUUoPJ0GTh5qm5pkpWJp9YOcBQsi8JP3iP2t3AO2xuegeAEhmjr1adZPfwNnEFSRSja6X3IfOJQ08EtpGQw=
+SHA256 (Pkgfile) = 3eafd4183469aca8002413f354157614ba86f9b495f27c6bff60019d57acd883
+SHA256 (.footprint) = 827e2fe5862bfbbbd62b238de5bfd5b370025210d248d8465c0e97876e4d1363
+SHA256 (ruby-2.4.3.tar.xz) = 23677d40bf3b7621ba64593c978df40b1e026d8653c74a0599f0ead78ed92b51
diff --git a/ruby/Pkgfile b/ruby/Pkgfile
index 2a0220e2a..4cf789c5c 100644
--- a/ruby/Pkgfile
+++ b/ruby/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: gdbm libgmp openssl zlib libffi libyaml
name=ruby
-version=2.4.2
+version=2.4.3
release=1
source=(http://cache.ruby-lang.org/pub/$name/${version%.*}/$name-$version.tar.xz)

Generated by cgit