pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-logging
Module Name: pkgsrc
Committed By: taca
Date: Sun Sep 13 15:52:06 UTC 2020
Modified Files:
pkgsrc/devel/ruby-logging: Makefile distinfo
Log Message:
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]
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-logging/Makefile \
pkgsrc/devel/ruby-logging/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-logging/Makefile
diff -u pkgsrc/devel/ruby-logging/Makefile:1.11 pkgsrc/devel/ruby-logging/Makefile:1.12
--- pkgsrc/devel/ruby-logging/Makefile:1.11 Sat Apr 22 16:22:56 2017
+++ pkgsrc/devel/ruby-logging/Makefile Sun Sep 13 15:52:06 2020
@@ -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 @@ COMMENT= Flexible logging library for Ru
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"
Index: pkgsrc/devel/ruby-logging/distinfo
diff -u pkgsrc/devel/ruby-logging/distinfo:1.11 pkgsrc/devel/ruby-logging/distinfo:1.12
--- pkgsrc/devel/ruby-logging/distinfo:1.11 Sat Apr 22 16:22:56 2017
+++ pkgsrc/devel/ruby-logging/distinfo Sun Sep 13 15:52:06 2020
@@ -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