Bug 255970 - devel/zookeeper: Update to 3.7.0
Summary: devel/zookeeper: Update to 3.7.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Neel Chauhan
URL: https://zookeeper.apache.org/doc/r3.7...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-18 09:55 UTC by Dmitry Wagin
Modified: 2021-05-18 16:18 UTC (History)
1 user (show)

See Also:


Attachments
zookeeper.diff (13.79 KB, patch)
2021-05-18 09:55 UTC, Dmitry Wagin
dmitry.wagin: maintainer-approval+
Details | Diff
libzookeeper.diff (6.86 KB, patch)
2021-05-18 09:55 UTC, Dmitry Wagin
dmitry.wagin: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Wagin 2021-05-18 09:55:07 UTC
Created attachment 225059 [details]
zookeeper.diff

- Updated to 3.7.0
- Added a LOG4J2 option for using log4j2 as a default logging backend

https://zookeeper.apache.org/doc/r3.7.0/releasenotes.html


Some discussions about this:
https://issues.apache.org/jira/browse/ZOOKEEPER-2342
Comment 1 Dmitry Wagin 2021-05-18 09:55:47 UTC
Created attachment 225060 [details]
libzookeeper.diff

Patch for devel/libzookeeper
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2021-05-18 16:17:56 UTC
Committed!
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-05-18 16:18:12 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9045d1b5a57c8d426a716f4655b8e1dad9dd2839

commit 9045d1b5a57c8d426a716f4655b8e1dad9dd2839
Author:     Dmitry Wagin <dmitry.wagin@ya.ru>
AuthorDate: 2021-05-18 16:16:20 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-18 16:16:20 +0000

    devel/libzookeeper: Update to 3.7.0

    PR:     255970

 devel/libzookeeper/Makefile               |  4 +-
 devel/libzookeeper/distinfo               |  6 +--
 devel/libzookeeper/files/zookeeper.jute.c | 82 +++++++++++++++++++++++++++++++
 devel/libzookeeper/files/zookeeper.jute.h | 22 +++++++++
 4 files changed, 109 insertions(+), 5 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-05-18 16:18:12 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=84503ac0596158b75e2bb4eeca093399545e789c

commit 84503ac0596158b75e2bb4eeca093399545e789c
Author:     Dmitry Wagin <dmitry.wagin@ya.ru>
AuthorDate: 2021-05-18 16:17:37 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-05-18 16:17:37 +0000

    devel/zookeeper: Update to 3.7.0

    PR:     255970

 devel/zookeeper/Makefile                      |  73 +++++++++++-------
 devel/zookeeper/distinfo                      |   8 +-
 devel/zookeeper/files/log4j2.properties (new) | 102 ++++++++++++++++++++++++++
 devel/zookeeper/files/zookeeper.in            |   8 +-
 devel/zookeeper/pkg-plist                     |  65 ++++++++--------
 5 files changed, 191 insertions(+), 65 deletions(-)