From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32e.google.com (mail-wm1-x32e.google.com [IPv6:2a00:1450:4864:20::32e]) by sourceware.org (Postfix) with ESMTPS id C2437387086F for ; Fri, 12 Jun 2020 09:52:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C2437387086F Received: by mail-wm1-x32e.google.com with SMTP id g10so7516557wmh.4 for ; Fri, 12 Jun 2020 02:52:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=LyQYqrRQofDL7yPKiy02cMKw9pXyAF5Fwgjk72hSWfk=; b=Jvc9883kq5eZI4o4ZyadmpV8au3b5IVZHshcAsVFTZmcfk+ibGno8rBINbj5b8wH+7 Ry3fEIr4WnkWZvrWZMp/iDvErcwttGcEHQ1T/F+iRdFP4RJLoTehyXS2tvyX5KF9C9Bf 7VvmxUwlaU1/8lvTCzGAzhJxFzbDn7VqcWNQRlii1HMEnTY9C14YTVjYTEoR1rM6F2zs W7WF1Lp79pfClzQIY63UgfKDF3cPSNEJxBTtjsTnzQTecNGeLlJpMJCwtAfd0z5UBGB/ k2YfR8VtpkpeT6Uht+HyXk4lHWo8ht/Y1TOSKE2VrCpTsX84rzpKCBWCUwTvMcyuegNl ODww== X-Gm-Message-State: AOAM530LkF/6rRGyFPVgTUdC+fEBOeolBpaaeZyYyop2S9wRw8mmT1Rt uzQXkBFFmVu7xOTyGdOsTgvj2N5d X-Google-Smtp-Source: ABdhPJyukfGQuAXxagui2LVqMVR04LMBneelxlfV52ktzuX1oTMUVZ6oe5hrCgAhZySXPssOjH4X1Q== X-Received: by 2002:a05:600c:1403:: with SMTP id g3mr11895137wmi.136.1591955543464; Fri, 12 Jun 2020 02:52:23 -0700 (PDT) Received: from ?IPv6:2003:cc:9f3b:4c50:50ad:44de:a6ac:2220? (p200300cc9f3b4c5050ad44dea6ac2220.dip0.t-ipconnect.de. [2003:cc:9f3b:4c50:50ad:44de:a6ac:2220]) by smtp.gmail.com with ESMTPSA id s18sm10806028wra.85.2020.06.12.02.52.22 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 12 Jun 2020 02:52:22 -0700 (PDT) Subject: Re: Request for review: wavpack 5.3.0 To: cygwin-apps@cygwin.com References: <20200612.174241.1584205838725450701.yasu@utahime.org> From: Marco Atzeri Message-ID: <1ad7b728-1563-a935-4f8c-18cff7f2d8a7@gmail.com> Date: Fri, 12 Jun 2020 11:52:22 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20200612.174241.1584205838725450701.yasu@utahime.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_ASCII_DIVIDERS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2020 09:52:26 -0000 On 12.06.2020 10:42, Yasuhiro KIMURA wrote: > Update wavpack to 5.3.0. Patches to fix security vulnerabilties are > already included in this version. So they are removed. > > wavpack.cygport > ---------------------------------------------------------------------- > NAME="wavpack" > VERSION=5.3.0 > RELEASE=1 > CATEGORY="Audio" > SUMMARY="Hybrid lossless audio codec" > DESCRIPTION="WavPack is a completely open audio compression format providing > lossless, high-quality lossy, and a unique hybrid compression mode. > Although the technology is loosely based on previous versions of > WavPack, the new version 4 format has been designed from the ground up > to offer unparalleled performance and functionality." > HOMEPAGE="http://www.wavpack.com/" > SRC_URI="http://www.wavpack.com/${NAME}-${VERSION}.tar.xz" > > PKG_NAMES="${NAME} lib${NAME}1 lib${NAME}-devel" > wavpack_CONTENTS='usr/bin/*.exe usr/share/' > libwavpack1_CONTENTS="usr/bin/*-1.dll" > libwavpack_devel_CONTENTS='usr/include/ usr/lib/' > ---------------------------------------------------------------------- > > Best Regards. > > --- > Yasuhiro KIMURA > Hi Yasushira, it builds fine. I assume you have checked that the 3 previous patches are not needed anymore and you have performed some type of tests. I see the test test suites is a bit large and out of the main source package. It seems GTG if you can confirm the previous points Thanks Marco