From owner-svn-ports-all@freebsd.org Thu Nov 19 16:28:20 2020 Return-Path: Delivered-To: svn-ports-all@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 2BFCE46F458; Thu, 19 Nov 2020 16:28:20 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from gmailer.gwdg.de (gmailer.gwdg.de [134.76.11.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CcQ8h0bhGz4qwb; Thu, 19 Nov 2020 16:28:19 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from excmbx-03.um.gwdg.de ([134.76.9.218] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1kfmnC-0006h6-1B; Thu, 19 Nov 2020 17:28:18 +0100 Received: from krabat.raven.hur (10.250.9.199) by EXCMBX-03.um.gwdg.de (134.76.9.218) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2044.4; Thu, 19 Nov 2020 17:28:17 +0100 Subject: Re: svn commit: r555707 - head/sysutils/py-salt To: Kirill Ponomarev , , , References: <202011191556.0AJFubh4058269@repo.freebsd.org> Reply-To: From: Rainer Hurling Message-ID: <26e65676-ea47-8222-5f94-5d820af3eceb@gwdg.de> Date: Thu, 19 Nov 2020 17:28:17 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <202011191556.0AJFubh4058269@repo.freebsd.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.250.9.199] X-ClientProxiedBy: excmbx-16.um.gwdg.de (134.76.9.227) To EXCMBX-03.um.gwdg.de (134.76.9.218) X-Virus-Scanned: (clean) by clamav X-Rspamd-Queue-Id: 4CcQ8h0bhGz4qwb X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2020 16:28:20 -0000 Hi Kirill, I think PR 251013 (security fix) can be closed now, too? This one was waiting for maintainer feedback for quite some time now ;) Greetings, Rainer Am 19.11.20 um 16:56 schrieb Kirill Ponomarev: > Author: krion > Date: Thu Nov 19 15:56:37 2020 > New Revision: 555707 > URL: https://svnweb.freebsd.org/changeset/ports/555707 > > Log: > Update to 3002.2 > > Approved by: maintainer > > Modified: > head/sysutils/py-salt/Makefile > head/sysutils/py-salt/distinfo > > Modified: head/sysutils/py-salt/Makefile > ============================================================================== > --- head/sysutils/py-salt/Makefile Thu Nov 19 15:54:50 2020 (r555706) > +++ head/sysutils/py-salt/Makefile Thu Nov 19 15:56:37 2020 (r555707) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= salt > -PORTVERSION= 3002 > -PORTREVISION= 2 > +PORTVERSION= 3002.2 > CATEGORIES= sysutils python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > Modified: head/sysutils/py-salt/distinfo > ============================================================================== > --- head/sysutils/py-salt/distinfo Thu Nov 19 15:54:50 2020 (r555706) > +++ head/sysutils/py-salt/distinfo Thu Nov 19 15:56:37 2020 (r555707) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1603344549 > -SHA256 (salt-3002.tar.gz) = b622c9de9fde571db96bfd659a183bea553dd26e71cac85659387e937221aae6 > -SIZE (salt-3002.tar.gz) = 15741439 > +TIMESTAMP = 1605797312 > +SHA256 (salt-3002.2.tar.gz) = bd6d29621ce8e099412777cd396af35474aa112bb0999b5da804387d87290075 > +SIZE (salt-3002.2.tar.gz) = 15765855 >