ports/opt (3.2): [notify] ruby: update to 2.2.4
commit b6e2a907272ec10d8e302c675dab81e681bdafd9 Author: Juergen Daubert <jue@jue.li> Date: Fri Dec 18 17:10:45 2015 +0100 [notify] ruby: update to 2.2.4 includes one security fix for the Fiddle extension, see https://www.ruby-lang.org/en/news/2015/12/16/unsafe-tainted-string-usage-in-... diff --git a/ruby/.footprint b/ruby/.footprint index 2955d52..83ad273 100644 --- a/ruby/.footprint +++ b/ruby/.footprint @@ -1226,10 +1226,11 @@ drwxr-xr-x root/root usr/lib/ruby/site_ruby/2.2/x86_64-linux/ drwxr-xr-x root/root usr/lib/ruby/vendor_ruby/ drwxr-xr-x root/root usr/lib/ruby/vendor_ruby/2.2/ drwxr-xr-x root/root usr/lib/ruby/vendor_ruby/2.2/x86_64-linux/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/erb.1.gz --rw-r--r-- root/root usr/man/man1/irb.1.gz --rw-r--r-- root/root usr/man/man1/rake.1.gz --rw-r--r-- root/root usr/man/man1/ri.1.gz --rw-r--r-- root/root usr/man/man1/ruby.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/erb.1.gz +-rw-r--r-- root/root usr/share/man/man1/irb.1.gz +-rw-r--r-- root/root usr/share/man/man1/rake.1.gz +-rw-r--r-- root/root usr/share/man/man1/ri.1.gz +-rw-r--r-- root/root usr/share/man/man1/ruby.1.gz diff --git a/ruby/.md5sum b/ruby/.md5sum index dbae8f0..94b8135 100644 --- a/ruby/.md5sum +++ b/ruby/.md5sum @@ -1 +1 @@ -2a8bc1f46aba8938add70f742e8af1ff ruby-2.2.3.tar.xz +350bfd495e1974cf752de9f4566c7911 ruby-2.2.4.tar.xz diff --git a/ruby/Pkgfile b/ruby/Pkgfile index 685537c..703c539 100644 --- a/ruby/Pkgfile +++ b/ruby/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gdbm libgmp openssl readline zlib libffi libyaml name=ruby -version=2.2.3 +version=2.2.4 release=1 source=(http://cache.ruby-lang.org/pub/$name/${version%.*}/$name-$version.tar.xz) @@ -12,7 +12,6 @@ build () { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --enable-shared \ --disable-install-doc \ --with-ruby-version=minor
participants (1)
-
crux@crux.nu