Skip to content

Commit 5a9a02a

Browse files
author
taca
committed
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]
1 parent 54bd20f commit 5a9a02a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

devel/ruby-logging/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.11 2017/04/22 16:22:56 taca Exp $
1+
# $NetBSD: Makefile,v 1.12 2020/09/13 15:52:06 taca Exp $
22

3-
DISTNAME= logging-2.2.2
3+
DISTNAME= logging-2.3.0
44
CATEGORIES= devel
55

66
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -9,7 +9,7 @@ COMMENT= Flexible logging library for Ruby based on log4j
99
LICENSE= mit
1010

1111
DEPENDS+= ${RUBY_PKGPREFIX}-little-plugger>=1.1.3:../../devel/ruby-little-plugger
12-
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.10:../../textproc/ruby-multi_json
12+
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.14<2:../../textproc/ruby-multi_json
1313

1414
.include "../../lang/ruby/gem.mk"
1515
.include "../../mk/bsd.pkg.mk"

devel/ruby-logging/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.11 2017/04/22 16:22:56 taca Exp $
1+
$NetBSD: distinfo,v 1.12 2020/09/13 15:52:06 taca Exp $
22

3-
SHA1 (logging-2.2.2.gem) = e479c395bbed64429620d004198d0267ff3fc4cc
4-
RMD160 (logging-2.2.2.gem) = 99feff3e439d9b59f04edd303e8c8681fc274ac6
5-
SHA512 (logging-2.2.2.gem) = 9eeaec06f61dec5f79b7b656b77504026d6d91baea52594fa508f1587a8300ebb3d5c30461c7b4a41eb86f7b98530e4f6ab7853946fa14f00b84884be780b64a
6-
Size (logging-2.2.2.gem) = 87552 bytes
3+
SHA1 (logging-2.3.0.gem) = b35cf3d50819a51398ff764d0d2a9de689415e2a
4+
RMD160 (logging-2.3.0.gem) = f0ad0f8d79b1231860b41d2e86ff247d929ea71e
5+
SHA512 (logging-2.3.0.gem) = 32c0c3570022b2bdaf91fa11c3401bae0069f0450f1c5bc7063ab897e8e542eb4bf2952e533b5189b1f132f8b6a3931a52d8069b27090538ff0772754f154796
6+
Size (logging-2.3.0.gem) = 89088 bytes

0 commit comments

Comments
 (0)