devel/ruby-thrift: update to 0.14.0

0.14.0 (2021-03-08)

Ruby

* THRIFT-5281 - Some warning messages need to be fixed
* THRIFT-4707 - Enable maintainers to upload newer versions of Ruby
  Gem of Thrift
* THRIFT-5061 - Pin Ruby's rack version to 2.0.8
* THRIFT-5100 - Gem::InstallError: byebug requires Ruby version >= 2.4.0.
* THRIFT-5266 - release ruby library thrift 0.13.0
This commit is contained in:
taca 2021-03-21 12:44:03 +00:00
parent c002800b96
commit f3054be0a7
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.7 2019/11/10 18:05:33 adam Exp $
$NetBSD: distinfo,v 1.8 2021/03/21 12:44:03 taca Exp $
SHA1 (thrift-0.13.0.tar.gz) = 0cbb06d047a8212c6ac1240492bc569609fecd33
RMD160 (thrift-0.13.0.tar.gz) = 04cd735494a9d8558c2d22d1b99315ca859749c8
SHA512 (thrift-0.13.0.tar.gz) = 5f7426d1e429ead20dd366f63a6d619071eccc17dc0395738307eef507b703733d029147fb596c4d392d31dc822777ea2a0be709f1f677b1221c9335cfcb09b7
Size (thrift-0.13.0.tar.gz) = 4154357 bytes
SHA1 (patch-ext_extconf.rb) = 327601bc6dd54f8654e4577f959c9ee53645363b
SHA1 (thrift-0.14.0.tar.gz) = ced3c99bede66e27daff7bd097adc329ff3682b9
RMD160 (thrift-0.14.0.tar.gz) = a532ed4d425a308be0e780ad3ba717ee3c4e4186
SHA512 (thrift-0.14.0.tar.gz) = 4bf1c9f8f7eeb75c5d70f14657d530a574002846266668c56c1153c6820e6ba199bb462893505cb8cfb7a4cc481b11a4fe84d0d26a3279424c5948f45fa8ce3f
Size (thrift-0.14.0.tar.gz) = 4180456 bytes
SHA1 (patch-ext_extconf.rb) = 94b603413349c671d3262365074d3fee717f60d4

View file

@ -1,4 +1,4 @@
$NetBSD: patch-ext_extconf.rb,v 1.2 2019/09/18 11:27:52 adam Exp $
$NetBSD: patch-ext_extconf.rb,v 1.3 2021/03/21 12:44:03 taca Exp $
Don't treat warnings as errors.
@ -9,7 +9,7 @@ Don't treat warnings as errors.
- $CFLAGS = "-fsigned-char -g -O2 -Wall -Werror " + $ARCH_FLAGS
+ $CFLAGS = "-fsigned-char -Wall " + $ARCH_FLAGS
+ $CFLAGS = "-fsigned-char -g -O2 -Wall " + $ARCH_FLAGS
have_func("strlcpy", "string.h")