From owner-svn-ports-head@freebsd.org Sat Oct 17 13:20:23 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 090C24383CB; Sat, 17 Oct 2020 13:20:23 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CD3Y26VQHz49TH; Sat, 17 Oct 2020 13:20:22 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE21521CDA; Sat, 17 Oct 2020 13:20:22 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09HDKMUv030803; Sat, 17 Oct 2020 13:20:22 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09HDKLkP030796; Sat, 17 Oct 2020 13:20:21 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202010171320.09HDKLkP030796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Sat, 17 Oct 2020 13:20:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552569 - in head/devel: libzookeeper zookeeper zookeeper/files X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: in head/devel: libzookeeper zookeeper zookeeper/files X-SVN-Commit-Revision: 552569 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2020 13:20:23 -0000 Author: rhurlin Date: Sat Oct 17 13:20:21 2020 New Revision: 552569 URL: https://svnweb.freebsd.org/changeset/ports/552569 Log: devel/zookeeper: Update to 3.6.2 Changelog: https://zookeeper.apache.org/doc/r3.6.2/releasenotes.html PR: 250373 Submitted by: Dmitry Wagin (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D26828 Modified: head/devel/libzookeeper/Makefile head/devel/libzookeeper/distinfo head/devel/zookeeper/Makefile head/devel/zookeeper/distinfo head/devel/zookeeper/files/zookeeper.in head/devel/zookeeper/pkg-descr head/devel/zookeeper/pkg-plist Modified: head/devel/libzookeeper/Makefile ============================================================================== --- head/devel/libzookeeper/Makefile Sat Oct 17 13:10:56 2020 (r552568) +++ head/devel/libzookeeper/Makefile Sat Oct 17 13:20:21 2020 (r552569) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zookeeper -PORTVERSION= 3.6.1 +PORTVERSION= 3.6.2 CATEGORIES= devel MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= lib Modified: head/devel/libzookeeper/distinfo ============================================================================== --- head/devel/libzookeeper/distinfo Sat Oct 17 13:10:56 2020 (r552568) +++ head/devel/libzookeeper/distinfo Sat Oct 17 13:20:21 2020 (r552569) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588788912 -SHA256 (apache-zookeeper-3.6.1.tar.gz) = 0fc25db4ee790e04e7de42d4ce64bde63136d5ea5db01fb643bd37b52b05968d -SIZE (apache-zookeeper-3.6.1.tar.gz) = 3348479 +TIMESTAMP = 1601308293 +SHA256 (apache-zookeeper-3.6.2.tar.gz) = 62d9e865a7b1da5e906ff39ebf40cfa1880303c04b4cf38e2c88d328bc2bcd6f +SIZE (apache-zookeeper-3.6.2.tar.gz) = 3372391 Modified: head/devel/zookeeper/Makefile ============================================================================== --- head/devel/zookeeper/Makefile Sat Oct 17 13:10:56 2020 (r552568) +++ head/devel/zookeeper/Makefile Sat Oct 17 13:20:21 2020 (r552569) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zookeeper -PORTVERSION= 3.6.1 +PORTVERSION= 3.6.2 CATEGORIES= devel java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= apache-${PORTNAME}-${PORTVERSION}-bin Modified: head/devel/zookeeper/distinfo ============================================================================== --- head/devel/zookeeper/distinfo Sat Oct 17 13:10:56 2020 (r552568) +++ head/devel/zookeeper/distinfo Sat Oct 17 13:20:21 2020 (r552569) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588788874 -SHA256 (apache-zookeeper-3.6.1-bin.tar.gz) = 5066dd085cee2a7435a1bb25677102f0d4ea585f314bd026799f333b0956a06d -SIZE (apache-zookeeper-3.6.1-bin.tar.gz) = 12436328 +TIMESTAMP = 1601309538 +SHA256 (apache-zookeeper-3.6.2-bin.tar.gz) = 476f6fce10f9528e3a4ad00e6cd1714563f602dd4924db78e506c0df28fea1e5 +SIZE (apache-zookeeper-3.6.2-bin.tar.gz) = 12515974 Modified: head/devel/zookeeper/files/zookeeper.in ============================================================================== --- head/devel/zookeeper/files/zookeeper.in Sat Oct 17 13:10:56 2020 (r552568) +++ head/devel/zookeeper/files/zookeeper.in Sat Oct 17 13:20:21 2020 (r552569) @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: zookeeper -# REQUIRE: LOGIN +# REQUIRE: NETWORKING SERVERS DAEMON # KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable zookeeper: Modified: head/devel/zookeeper/pkg-descr ============================================================================== --- head/devel/zookeeper/pkg-descr Sat Oct 17 13:10:56 2020 (r552568) +++ head/devel/zookeeper/pkg-descr Sat Oct 17 13:20:21 2020 (r552569) @@ -11,4 +11,4 @@ especially prone to errors such as race conditions and motivation behind ZooKeeper is to relieve distributed applications the responsibility of implementing coordination services from scratch. -WWW: http://zookeeper.apache.org/ +WWW: https://zookeeper.apache.org/ Modified: head/devel/zookeeper/pkg-plist ============================================================================== --- head/devel/zookeeper/pkg-plist Sat Oct 17 13:10:56 2020 (r552568) +++ head/devel/zookeeper/pkg-plist Sat Oct 17 13:20:21 2020 (r552569) @@ -12,18 +12,18 @@ bin/zkCli.sh %%DATADIR%%/jetty-server-9.4.24.v20191120.jar %%DATADIR%%/jetty-servlet-9.4.24.v20191120.jar %%DATADIR%%/jetty-util-9.4.24.v20191120.jar -%%DATADIR%%/jline-2.11.jar +%%DATADIR%%/jline-2.14.6.jar %%DATADIR%%/json-simple-1.1.1.jar %%DATADIR%%/log4j-1.2.17.jar %%DATADIR%%/metrics-core-3.2.5.jar -%%DATADIR%%/netty-buffer-4.1.48.Final.jar -%%DATADIR%%/netty-codec-4.1.48.Final.jar -%%DATADIR%%/netty-common-4.1.48.Final.jar -%%DATADIR%%/netty-handler-4.1.48.Final.jar -%%DATADIR%%/netty-resolver-4.1.48.Final.jar -%%DATADIR%%/netty-transport-4.1.48.Final.jar -%%DATADIR%%/netty-transport-native-epoll-4.1.48.Final.jar -%%DATADIR%%/netty-transport-native-unix-common-4.1.48.Final.jar +%%DATADIR%%/netty-buffer-4.1.50.Final.jar +%%DATADIR%%/netty-codec-4.1.50.Final.jar +%%DATADIR%%/netty-common-4.1.50.Final.jar +%%DATADIR%%/netty-handler-4.1.50.Final.jar +%%DATADIR%%/netty-resolver-4.1.50.Final.jar +%%DATADIR%%/netty-transport-4.1.50.Final.jar +%%DATADIR%%/netty-transport-native-epoll-4.1.50.Final.jar +%%DATADIR%%/netty-transport-native-unix-common-4.1.50.Final.jar %%DATADIR%%/simpleclient_common-0.6.0.jar %%DATADIR%%/simpleclient_hotspot-0.6.0.jar %%DATADIR%%/simpleclient_servlet-0.6.0.jar