pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-logging devel/ruby-logging: update to 2.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/213ec078b822
branches: trunk
changeset: 439056:213ec078b822
user: taca <taca%pkgsrc.org@localhost>
date: Sun Sep 13 15:52:06 2020 +0000
description:
devel/ruby-logging: update to 2.3.0
Update ruby-logging package to 2.3.0.
== 2.3.0 / 2020-07-04
Enhancements
- all appender output is now synchronized [PR #219]
- renamed the `LogEvent#method` to no longer conflict with `Kernel#method`
[PR #218]
- @bhuga (not the Fortnite star) added a `raise_errors` method for debugging
[PR #203]
- thanks to @olleolleolle for keeping on top of Travis and Ruby versions
Bug Fixes
- conosle appenders can be reopened [PR #220]
- fixed a race condition in the rolling file appender [PR #216]
- fixed a race condition when opening log file destinations [PR #208 #217]
- @MikaelSmith fixed a race condition in Logger creation [PR #201]
- documentation bug fixes [PR #184 #185 #188 #194 #209]
diffstat:
devel/ruby-logging/Makefile | 6 +++---
devel/ruby-logging/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 7939d115ca47 -r 213ec078b822 devel/ruby-logging/Makefile
--- a/devel/ruby-logging/Makefile Sun Sep 13 15:50:36 2020 +0000
+++ b/devel/ruby-logging/Makefile Sun Sep 13 15:52:06 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/04/22 16:22:56 taca Exp $
+# $NetBSD: Makefile,v 1.12 2020/09/13 15:52:06 taca Exp $
-DISTNAME= logging-2.2.2
+DISTNAME= logging-2.3.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +9,7 @@
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-little-plugger>=1.1.3:../../devel/ruby-little-plugger
-DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.10:../../textproc/ruby-multi_json
+DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.14<2:../../textproc/ruby-multi_json
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 7939d115ca47 -r 213ec078b822 devel/ruby-logging/distinfo
--- a/devel/ruby-logging/distinfo Sun Sep 13 15:50:36 2020 +0000
+++ b/devel/ruby-logging/distinfo Sun Sep 13 15:52:06 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/04/22 16:22:56 taca Exp $
+$NetBSD: distinfo,v 1.12 2020/09/13 15:52:06 taca Exp $
-SHA1 (logging-2.2.2.gem) = e479c395bbed64429620d004198d0267ff3fc4cc
-RMD160 (logging-2.2.2.gem) = 99feff3e439d9b59f04edd303e8c8681fc274ac6
-SHA512 (logging-2.2.2.gem) = 9eeaec06f61dec5f79b7b656b77504026d6d91baea52594fa508f1587a8300ebb3d5c30461c7b4a41eb86f7b98530e4f6ab7853946fa14f00b84884be780b64a
-Size (logging-2.2.2.gem) = 87552 bytes
+SHA1 (logging-2.3.0.gem) = b35cf3d50819a51398ff764d0d2a9de689415e2a
+RMD160 (logging-2.3.0.gem) = f0ad0f8d79b1231860b41d2e86ff247d929ea71e
+SHA512 (logging-2.3.0.gem) = 32c0c3570022b2bdaf91fa11c3401bae0069f0450f1c5bc7063ab897e8e542eb4bf2952e533b5189b1f132f8b6a3931a52d8069b27090538ff0772754f154796
+Size (logging-2.3.0.gem) = 89088 bytes
Home |
Main Index |
Thread Index |
Old Index