Update sysutils/erlang-lager to 3.5.1.

3.5.1 - 15 June 2017

- Doc fix: Missed a curly brace in an example. (#412)
- Feature: Dynamic metadata functions (#392) - It is now possible to
           dynamically add metadata to lager messages. See the "dynamic
           metadata" section above for more information.
- Doc fix: Add information about the "application" placeholder. (#414)

3.5.0 - 28 May 2017

- Bugfix: Support OTP 20 gen_event messages (#410)
- Feature: Enable console output to standard_error.
           Convert to proplist configuration style (like file handler)
           Deprecate previous configuration directives (#409)
- Bugfix: Enable the event shaper to filter messages before they're
          counted; do not count application/supervisor start/stops
          toward high water mark. (#411)
- Docs: Add PR guidelines; add info about the #lager chat room on freenode.

3.4.2 - 26 April 2017

- Docs: Document how to make lager use UTC timestamps (#405)
- Docs: Add a note about our triage cadence.
- Docs: Update lager_syslog URL
- Docs: Document placeholders for error_logger integration (#404)
- Feature: Add hex.pm metadata and full rebar3 support.

3.4.1 - 28 March 2017

- Docs: Added documentation around using lager in the context of elixir applications (#398)
- Bugfix: Properly expand paths when log_root is set. (#386)
- Policy: Removed R15 from Travis configuration

3.4.0 - 16 March 2017

- Policy: Adopt official OTP support policy. (This is the **last** lager 3.x release
  that will support R15.)
- Test: Fix timeouts, R15 missing functions on possibly long-running tests in Travis. (#394, #395)
- Feature: capture and log metadata from error_logger messages (#397)
- Feature: Expose new trace filters and enable filter composition (#389)
- Feature: Log crashes from gen_fsm and gen_statem correctly (#391)
- Docs: Typo in badge URL (#390)

3.3.0 - 16 February 2017

- Docs: Fix documentation to make 'it' unambiguous when discussing asychronous
  operation. (#387)
- Test: Fix test flappiness due to insufficient sanitation between test runs (#384, #385)
- Feature: Allow metadata only logging. (#380)
- Feature: Add an upper case severity formatter (#372)
- Feature: Add support for suppressing start/stop messages from supervisors (#368)
- Bugfix: Fix ranch crash messages (#366)
- Test: Update Travis config for 18.3 and 19.0 (#365)

3.2.4 - 11 October 2016

- Test: Fix dialyzer warnings.

3.2.3 - 29 September 2016

- Dependency: Update to goldrush 0.19

3.2.2 - 22 September 2016

- Bugfix: Backwards-compatibility fix for `{crash_log, undefined}` (#371)
- Fix documentation/README to reflect the preference for using `false`
  as the `crash_log` setting value rather than `undefined` to indicate
  that the crash log should not be written (#364)
- Bugfix: Backwards-compatibility fix for `lager_file_backend` "legacy"
  configuration format (#374)
This commit is contained in:
fhajny 2017-07-07 09:48:07 +00:00
parent 5b977b7dd1
commit 59f85ec57f
4 changed files with 32 additions and 15 deletions

View file

@ -1,15 +1,15 @@
# $NetBSD: Makefile,v 1.3 2016/08/12 09:31:02 fhajny Exp $
# $NetBSD: Makefile,v 1.4 2017/07/07 09:48:07 fhajny Exp $
DISTNAME= lager-3.2.1
DISTNAME= lager-3.5.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=basho/}
MASTER_SITES= ${MASTER_SITE_GITHUB:=erlang-lager/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/basho/lager/
COMMENT= Logging framework for Erlang/OTP
LICENSE= apache-2.0
DEPENDS+= erlang-goldrush>=0.1.8:../../sysutils/erlang-goldrush
DEPENDS+= erlang-goldrush>=0.1.9:../../sysutils/erlang-goldrush
GITHUB_PROJECT= lager
GITHUB_TAG= ${PKGVERSION_NOREV}

View file

@ -1,4 +1,21 @@
@comment $NetBSD: PLIST,v 1.3 2016/08/12 09:31:02 fhajny Exp $
@comment $NetBSD: PLIST,v 1.4 2017/07/07 09:48:07 fhajny Exp $
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/glc.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/glc_code.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/glc_lib.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/glc_ops.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/glc_run.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/goldrush.app
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/gr_app.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/gr_context.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/gr_counter.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/gr_counter_sup.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/gr_manager.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/gr_manager_sup.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/gr_param.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/gr_param_sup.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/gr_sup.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/ebin/gre.beam
lib/erlang/lib/lager-${PKGVERSION}/deps/goldrush/priv/edoc.css
lib/erlang/lib/lager-${PKGVERSION}/ebin/error_logger_lager_h.beam
lib/erlang/lib/lager-${PKGVERSION}/ebin/lager.app
lib/erlang/lib/lager-${PKGVERSION}/ebin/lager.beam

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.3 2016/08/12 09:31:02 fhajny Exp $
$NetBSD: distinfo,v 1.4 2017/07/07 09:48:07 fhajny Exp $
SHA1 (lager-3.2.1.tar.gz) = a27df5f2d86a701daf16f80cad28609a903ac454
RMD160 (lager-3.2.1.tar.gz) = f312f1d2b7a3c2a50f96620b564ef9e983f07f7f
SHA512 (lager-3.2.1.tar.gz) = 2b9f82224943fd196f8aa12f228618996c3dcb2e83c8bf2633375e38771a4817e791db1d54493ab02835382796444266b623fce5686c864e21e49affddabea32
Size (lager-3.2.1.tar.gz) = 244701 bytes
SHA1 (patch-rebar.config) = b88e0bf29a5579def617f2dba4f8a41d4918bc0d
SHA1 (lager-3.5.1.tar.gz) = f4d9307547b3b9f776fa957bc066017842ef51e1
RMD160 (lager-3.5.1.tar.gz) = fa86111bda7964976d48ff72ac3fd586b2f06131
SHA512 (lager-3.5.1.tar.gz) = 6fd7a5dc0139a68a47b847af587bed800b48330644511df9d9e204d1fac8519b1ddfd88e4a612c7daaef49af159e7e8082afb735f63a35aa5023975efdae1a3a
Size (lager-3.5.1.tar.gz) = 258778 bytes
SHA1 (patch-rebar.config) = cc8c5503c026a5610b982773f52a38ee26385a27

View file

@ -1,15 +1,15 @@
$NetBSD: patch-rebar.config,v 1.2 2016/08/12 09:31:03 fhajny Exp $
$NetBSD: patch-rebar.config,v 1.3 2017/07/07 09:48:07 fhajny Exp $
Deps are handled by pkgsrc.
--- rebar.config.orig 2016-06-10 19:12:45.000000000 +0000
--- rebar.config.orig 2017-04-26 16:28:27.000000000 +0000
+++ rebar.config
@@ -46,10 +46,6 @@
@@ -47,10 +47,6 @@
nowarn_export_all
]}.
-{deps, [
- {goldrush, ".*", {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.8"}}}
- {goldrush, "0.1.9"}
-]}.
-
{xref_checks, []}.