pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2019Q3] pkgsrc/lang



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Oct  5 10:13:20 UTC 2019

Modified Files:
        pkgsrc/lang/ruby [pkgsrc-2019Q3]: rubyversion.mk
        pkgsrc/lang/ruby24 [pkgsrc-2019Q3]: Makefile
        pkgsrc/lang/ruby24-base [pkgsrc-2019Q3]: INSTALL Makefile distinfo

Log Message:
Pullup ticket #6064 - requested by taca
lang/ruby24-base: security fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.209
- lang/ruby24-base/INSTALL                                      1.2
- lang/ruby24-base/Makefile                                     1.13
- lang/ruby24-base/distinfo                                     1.15
- lang/ruby24/Makefile                                          1.2

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Wed Oct  2 13:31:48 UTC 2019

   Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk
        pkgsrc/lang/ruby24: Makefile
        pkgsrc/lang/ruby24-base: INSTALL Makefile distinfo

   Log Message:
   lang/ruby24: update to 2.4.9

   Update ruby24-base and related packges to 2.4.9.

   pkgsrc chagnes

   * fix warnings of pkglint.

   Quote from release announce:

   Ruby 2.4.8 (2019-10-01)

   This release includes security fixes. Please check the topics below for
   details.

   * CVE-2019-16255: A code injection vulnerability of Shell#[] and Shell#test
   * CVE-2019-16254: HTTP response splitting in WEBrick (Additional fix)
   * CVE-2019-15845: A NUL injection vulnerability of File.fnmatch and
     File.fnmatch?
   * CVE-2019-16201: Regular Expression Denial of Service vulnerability of
     WEBrick's Digest access authentication

   Ruby 2.4.9 (2019-10-02)

   This release is a re-package of 2.4.8 because the previous Ruby 2.4.8
   release tarball does not install. (See [Bug #16197] in detail.) There are no
   essential change except their version numbers between 2.4.8 and 2.4.9.

   Ruby 2.4 is now under the state of the security maintenance phase, until the
   end of March of 2020. After that date, maintenance of Ruby 2.4 will be
   ended. We recommend you start planning the migration to newer versions of
   Ruby, such as 2.6 or 2.5.


To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.208.2.1 pkgsrc/lang/ruby/rubyversion.mk
cvs rdiff -u -r1.1 -r1.1.22.1 pkgsrc/lang/ruby24/Makefile
cvs rdiff -u -r1.1 -r1.1.22.1 pkgsrc/lang/ruby24-base/INSTALL
cvs rdiff -u -r1.12 -r1.12.4.1 pkgsrc/lang/ruby24-base/Makefile
cvs rdiff -u -r1.14 -r1.14.2.1 pkgsrc/lang/ruby24-base/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ruby/rubyversion.mk
diff -u pkgsrc/lang/ruby/rubyversion.mk:1.208 pkgsrc/lang/ruby/rubyversion.mk:1.208.2.1
--- pkgsrc/lang/ruby/rubyversion.mk:1.208       Wed Aug 28 14:23:21 2019
+++ pkgsrc/lang/ruby/rubyversion.mk     Sat Oct  5 10:13:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.208 2019/08/28 14:23:21 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.208.2.1 2019/10/05 10:13:20 bsiegert Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -215,7 +215,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/rub
 
 # current supported Ruby's version
 RUBY22_VERSION=                2.2.10
-RUBY24_VERSION=                2.4.7
+RUBY24_VERSION=                2.4.9
 RUBY25_VERSION=                2.5.6
 RUBY26_VERSION=                2.6.4
 

Index: pkgsrc/lang/ruby24/Makefile
diff -u pkgsrc/lang/ruby24/Makefile:1.1 pkgsrc/lang/ruby24/Makefile:1.1.22.1
--- pkgsrc/lang/ruby24/Makefile:1.1     Sun Jun 18 13:46:16 2017
+++ pkgsrc/lang/ruby24/Makefile Sat Oct  5 10:13:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/06/18 13:46:16 taca Exp $
+# $NetBSD: Makefile,v 1.1.22.1 2019/10/05 10:13:20 bsiegert Exp $
 #
 
 DISTNAME=      # empty
@@ -10,7 +10,6 @@ DISTFILES=    # empty
 MAINTAINER=    taca%NetBSD.org@localhost
 HOMEPAGE=      http://www.ruby-lang.org/en/
 COMMENT=       Ruby programming language ${RUBY_VERSION} meta package
-LICENSE=       2-clause-bsd OR ruby-license
 
 META_PACKAGE=          yes
 

Index: pkgsrc/lang/ruby24-base/INSTALL
diff -u pkgsrc/lang/ruby24-base/INSTALL:1.1 pkgsrc/lang/ruby24-base/INSTALL:1.1.22.1
--- pkgsrc/lang/ruby24-base/INSTALL:1.1 Sun Jun 18 13:45:11 2017
+++ pkgsrc/lang/ruby24-base/INSTALL     Sat Oct  5 10:13:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.1 2017/06/18 13:45:11 taca Exp $
+# $NetBSD: INSTALL,v 1.1.22.1 2019/10/05 10:13:20 bsiegert Exp $
 
 DATE="@DATE@"
 RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@"
@@ -11,4 +11,3 @@ POST-INSTALL)
        fi
        ;;
 esac
-

Index: pkgsrc/lang/ruby24-base/Makefile
diff -u pkgsrc/lang/ruby24-base/Makefile:1.12 pkgsrc/lang/ruby24-base/Makefile:1.12.4.1
--- pkgsrc/lang/ruby24-base/Makefile:1.12       Sun Apr  7 16:17:39 2019
+++ pkgsrc/lang/ruby24-base/Makefile    Sat Oct  5 10:13:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/04/07 16:17:39 taca Exp $
+# $NetBSD: Makefile,v 1.12.4.1 2019/10/05 10:13:20 bsiegert Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
@@ -12,7 +12,6 @@ COMMENT=      Ruby ${RUBY_VERSION} release mi
 RUBY_VERSIONS_ACCEPTED=        24
 
 USE_GCC_RUNTIME=       yes
-USE_LANGUAGES=         c
 USE_TOOLS+=            pax yacc pkg-config
 GNU_CONFIGURE=         yes
 TEST_TARGET=           test

Index: pkgsrc/lang/ruby24-base/distinfo
diff -u pkgsrc/lang/ruby24-base/distinfo:1.14 pkgsrc/lang/ruby24-base/distinfo:1.14.2.1
--- pkgsrc/lang/ruby24-base/distinfo:1.14       Wed Aug 28 14:03:54 2019
+++ pkgsrc/lang/ruby24-base/distinfo    Sat Oct  5 10:13:20 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2019/08/28 14:03:54 taca Exp $
+$NetBSD: distinfo,v 1.14.2.1 2019/10/05 10:13:20 bsiegert Exp $
 
-SHA1 (ruby-2.4.7.tar.xz) = 6ed0e943bfcbf181384b48e7873361f1acaf106d
-RMD160 (ruby-2.4.7.tar.xz) = cba1e620b2f575836c0264147bf1f1729e099fba
-SHA512 (ruby-2.4.7.tar.xz) = df637c5803ddd83f759e9c24b0e7ca1f6cae7c7b353409583d92dbffece0d9d02b48905d6552327a1522a4a37d4e2d22c6c11bd991383835be35e2f31739d649
-Size (ruby-2.4.7.tar.xz) = 10118948 bytes
+SHA1 (ruby-2.4.9.tar.xz) = ae41ac14f98073ba9e6e8ba732580a846286261c
+RMD160 (ruby-2.4.9.tar.xz) = bf9662f6e31ea36cebd6675c4940270501198006
+SHA512 (ruby-2.4.9.tar.xz) = 9046575315c29c789427c2d00c832f0c0970e47fd158bbe8e4f2df5cff2ea9c06c65c3493adb4656e5b32ebfdc546092911f98a8ad7f698bc001c290db5888c7
+Size (ruby-2.4.9.tar.xz) = 10078316 bytes
 SHA1 (patch-configure) = a4013e4674be0060d2b0d43569b7695f6df7b4a7
 SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
 SHA1 (patch-lib_mkmf.rb) = 75d2261a8282a00cd5f811a5e629302d1667207e



Home | Main Index | Thread Index | Old Index