This is an automated email from the ASF dual-hosted git repository.

symat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new ac4da3e  ZOOKEEPER-3794: upgrade netty to address CVE-2020-11612 - 
fixed file rename typo
ac4da3e is described below

commit ac4da3ebed34c536c4ea873503b0a6c036fa3910
Author: Patrick Hunt <[email protected]>
AuthorDate: Mon May 4 06:49:35 2020 +0000

    ZOOKEEPER-3794: upgrade netty to address CVE-2020-11612 - fixed file rename 
typo
    
    I borked the rename of the netty-codec file on the original submit. This 
fixes by renaming the one file appropriately.
    
    Change-Id: Ifff1e7bb49b3d0a5816ee97161a4043be7cdaaa6
    
    Author: Patrick Hunt <[email protected]>
    
    Reviewers: Mate Szalay-Beko <[email protected]>
    
    Closes #1333 from phunt/ZOOKEEPER-3794_rename
---
 ...odec-4.1.49.Final.LICENSE.txt => netty-codec-4.1.48.Final.LICENSE.txt} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/zookeeper-server/src/main/resources/lib/netty-codec-4.1.49.Final.LICENSE.txt 
b/zookeeper-server/src/main/resources/lib/netty-codec-4.1.48.Final.LICENSE.txt
similarity index 100%
rename from 
zookeeper-server/src/main/resources/lib/netty-codec-4.1.49.Final.LICENSE.txt
rename to 
zookeeper-server/src/main/resources/lib/netty-codec-4.1.48.Final.LICENSE.txt

Reply via email to