pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   spz
Date:           Wed Oct 21 19:54:09 UTC 2020

Modified Files:
        pkgsrc/lang/ruby [pkgsrc-2020Q3]: rubyversion.mk
        pkgsrc/lang/ruby27-base [pkgsrc-2020Q3]: Makefile PLIST distinfo

Log Message:
Pullup ticket #6336 - requested by taca
lang/ruby27-base: security update

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.223
- lang/ruby27-base/Makefile                                     1.5
- lang/ruby27-base/PLIST                                        1.3
- lang/ruby27-base/distinfo                                     1.3

-------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Sun Oct  4 03:29:25 UTC 2020

   Modified Files:
        pkgsrc/lang/ruby27-base: Makefile PLIST distinfo

   Log Message:
   lang/ruby27: update to 2.7.2

   Update ruby27 to 2.7.2.

   Ruby 2.7.2 Released

   Posted by nagachika on 2 Oct 2020

   Ruby 2.7.2 has been released.

   This release contains intentional incompatibility.  The deprecated warnings
   are off by default on 2.7.2 and later.  You can turn on the deprecated
   warnings by specifing command line option -w or -W:deprecated.  Please check
   the topics below for details.

     * Feature #17000 2.7.2 turns off deprecation warnings by default
     * Feature #16345 Don't emit deprecation warnings by default.

   This release contains the new version of webrick with a security fix
   described in the article.

     * CVE-2020-25613: Potential HTTP Request Smuggling Vulnerability in WEBrick

   To generate a diff of this commit:
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/ruby27-base/Makefile
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby27-base/PLIST \
       pkgsrc/lang/ruby27-base/distinfo

-------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Sun Oct  4 04:28:35 UTC 2020

   Modified Files:
        pkgsrc/lang/ruby: rubyversion.mk

   Log Message:
   lang/ruby: update version for Ruby 2.7.2

   Update versions for Ruby 2.7.2, it should be commited along with update
   to Ruby 2.7.2.  Noted by Ryo ONODERA.

   To generate a diff of this commit:
   cvs rdiff -u -r1.222 -r1.223 pkgsrc/lang/ruby/rubyversion.mk


To generate a diff of this commit:
cvs rdiff -u -r1.222 -r1.222.4.1 pkgsrc/lang/ruby/rubyversion.mk
cvs rdiff -u -r1.4 -r1.4.4.1 pkgsrc/lang/ruby27-base/Makefile
cvs rdiff -u -r1.2 -r1.2.4.1 pkgsrc/lang/ruby27-base/PLIST \
    pkgsrc/lang/ruby27-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.222 pkgsrc/lang/ruby/rubyversion.mk:1.222.4.1
--- pkgsrc/lang/ruby/rubyversion.mk:1.222       Thu May 21 15:57:59 2020
+++ pkgsrc/lang/ruby/rubyversion.mk     Wed Oct 21 19:54:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.222 2020/05/21 15:57:59 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.222.4.1 2020/10/21 19:54:09 spz 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
 RUBY25_VERSION=                2.5.8
 RUBY26_VERSION=                2.6.6
-RUBY27_VERSION=                2.7.1
+RUBY27_VERSION=                2.7.2
 
 # current API compatible version; used for version of shared library
 RUBY25_API_VERSION=    2.5.0
@@ -347,7 +347,7 @@ RUBY_ABI_VERSION=   ${RUBY_VERSION}
 RUBY_RDOC_VERSION=     6.2.1
 
 RUBY_DID_YOU_MEAN_VERSION=     1.4.0
-RUBY_IRB_VERSION=              1.2.3
+RUBY_IRB_VERSION=              1.2.6
 
 # bundled gems
 RUBY_MINITEST_VERSION=         5.13.0

Index: pkgsrc/lang/ruby27-base/Makefile
diff -u pkgsrc/lang/ruby27-base/Makefile:1.4 pkgsrc/lang/ruby27-base/Makefile:1.4.4.1
--- pkgsrc/lang/ruby27-base/Makefile:1.4        Fri Jun 19 09:21:06 2020
+++ pkgsrc/lang/ruby27-base/Makefile    Wed Oct 21 19:54:09 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2020/06/19 09:21:06 taca Exp $
+# $NetBSD: Makefile,v 1.4.4.1 2020/10/21 19:54:09 spz Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
-PKGREVISION=   2
 CATEGORIES=    lang ruby
 MASTER_SITES=  ${MASTER_SITE_RUBY}
 

Index: pkgsrc/lang/ruby27-base/PLIST
diff -u pkgsrc/lang/ruby27-base/PLIST:1.2 pkgsrc/lang/ruby27-base/PLIST:1.2.4.1
--- pkgsrc/lang/ruby27-base/PLIST:1.2   Wed Apr  1 15:23:14 2020
+++ pkgsrc/lang/ruby27-base/PLIST       Wed Oct 21 19:54:09 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/04/01 15:23:14 taca Exp $
+@comment $NetBSD: PLIST,v 1.2.4.1 2020/10/21 19:54:09 spz Exp $
 bin/bundle${RUBY_SUFFIX}
 bin/bundler${RUBY_SUFFIX}
 bin/erb${RUBY_SUFFIX}
@@ -362,6 +362,7 @@ ${RUBY_LIB}/irb.rb
 ${RUBY_LIB}/irb/cmd/chws.rb
 ${RUBY_LIB}/irb/cmd/fork.rb
 ${RUBY_LIB}/irb/cmd/help.rb
+${RUBY_LIB}/irb/cmd/info.rb
 ${RUBY_LIB}/irb/cmd/load.rb
 ${RUBY_LIB}/irb/cmd/nop.rb
 ${RUBY_LIB}/irb/cmd/pushws.rb
@@ -1494,7 +1495,7 @@ ${GEM_HOME}/specifications/default/psych
 ${GEM_HOME}/specifications/default/racc-${RUBY_RACC_VERSION}.gemspec
 ${GEM_HOME}/specifications/default/rdoc-${RUBY_RDOC_VERSION}.gemspec
 ${GEM_HOME}/specifications/default/readline-0.0.2.gemspec
-${GEM_HOME}/specifications/default/reline-0.1.3.gemspec
+${GEM_HOME}/specifications/default/reline-0.1.5.gemspec
 ${GEM_HOME}/specifications/default/rexml-${RUBY_REXML_VERSION}.gemspec
 ${GEM_HOME}/specifications/default/rss-${RUBY_RSS_VERSION}.gemspec
 ${GEM_HOME}/specifications/default/sdbm-${RUBY_SDBM_VERSION}.gemspec
Index: pkgsrc/lang/ruby27-base/distinfo
diff -u pkgsrc/lang/ruby27-base/distinfo:1.2 pkgsrc/lang/ruby27-base/distinfo:1.2.4.1
--- pkgsrc/lang/ruby27-base/distinfo:1.2        Wed Apr  1 15:23:14 2020
+++ pkgsrc/lang/ruby27-base/distinfo    Wed Oct 21 19:54:09 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2020/04/01 15:23:14 taca Exp $
+$NetBSD: distinfo,v 1.2.4.1 2020/10/21 19:54:09 spz Exp $
 
-SHA1 (ruby-2.7.1.tar.xz) = 6c92300d7fd3e9cbb433e5e687535dc5300848eb
-RMD160 (ruby-2.7.1.tar.xz) = 081f97d77d04e41df6ec5f28da1be1bcd32c053b
-SHA512 (ruby-2.7.1.tar.xz) = 79f98b1ea98e0b10ec79da1883e8fc84d48ffe5c09ae945cbebde94365e35a589d919aac965f74d70ca7e21370ecee631ac5a8f9c4eac61d62f5aa629f27bf31
-Size (ruby-2.7.1.tar.xz) = 12003684 bytes
+SHA1 (ruby-2.7.2.tar.xz) = 82a1fe683460caa8edb6199707f2905634e5ffcc
+RMD160 (ruby-2.7.2.tar.xz) = fa7fc107e0c2085bf997d7e4ec78ae5636c6bfe2
+SHA512 (ruby-2.7.2.tar.xz) = 7972278b096aa768c7adf2befd26003e18781a29ca317640317d30d93d6e963ded197724c8e2f1dfe1e838c5647176d414a74732a62e931fb50d6f2e0f777349
+Size (ruby-2.7.2.tar.xz) = 12037052 bytes
 SHA1 (patch-configure) = fd465910fe2cb6d6b1530e1071062591e84a9fd9
 SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
 SHA1 (patch-lib_mkmf.rb) = 4a3cd18548dbdf43a13695d4e76f817c0347e335



Home | Main Index | Thread Index | Old Index