Received: by mail.netbsd.org (Postfix, from userid 605) id 7A21984DBA; Tue, 19 Mar 2019 23:44:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 04D9184DB2 for ; Tue, 19 Mar 2019 23:44:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BUitb7NBYUSV for ; Tue, 19 Mar 2019 23:44:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2493484CCF for ; Tue, 19 Mar 2019 23:44:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C76EFB16; Tue, 19 Mar 2019 23:44:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1553039087233140" MIME-Version: 1.0 Date: Tue, 19 Mar 2019 23:44:47 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/net/filezilla To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190319234447.1C76EFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1553039087233140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Mar 19 23:44:47 UTC 2019 Modified Files: pkgsrc/net/filezilla: Makefile distinfo Log Message: filezilla: update to 3.41.2 to address a security vulnerability Filezilla 3.41.2 Fixed vulnerabilities: Backport a security fix from PuTTY 0.71 affecting SFTP connections: Fix an integer overflow in the RSA key exchange preceeding host key verification. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 pkgsrc/net/filezilla/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/filezilla/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1553039087233140 Content-Disposition: inline Content-Length: 1833 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/filezilla/Makefile diff -u pkgsrc/net/filezilla/Makefile:1.108 pkgsrc/net/filezilla/Makefile:1.109 --- pkgsrc/net/filezilla/Makefile:1.108 Sat Mar 9 19:45:13 2019 +++ pkgsrc/net/filezilla/Makefile Tue Mar 19 23:44:46 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.108 2019/03/09 19:45:13 gutteridge Exp $ +# $NetBSD: Makefile,v 1.109 2019/03/19 23:44:46 gutteridge Exp $ -VERSION= 3.41.1 +VERSION= 3.41.2 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} CATEGORIES= net x11 Index: pkgsrc/net/filezilla/distinfo diff -u pkgsrc/net/filezilla/distinfo:1.49 pkgsrc/net/filezilla/distinfo:1.50 --- pkgsrc/net/filezilla/distinfo:1.49 Sat Mar 9 19:45:13 2019 +++ pkgsrc/net/filezilla/distinfo Tue Mar 19 23:44:46 2019 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.49 2019/03/09 19:45:13 gutteridge Exp $ +$NetBSD: distinfo,v 1.50 2019/03/19 23:44:46 gutteridge Exp $ -SHA1 (FileZilla_3.41.1_src.tar.bz2) = 9e406f1fae413b4e89f26555cad50bbba6cd6641 -RMD160 (FileZilla_3.41.1_src.tar.bz2) = a1b8b3b7ddab8287c68b5db65ddbae3632181ddf -SHA512 (FileZilla_3.41.1_src.tar.bz2) = 6407ae883d10308529227a33ab4bfd36c564a68b322e896751ea21d106d04b0b8e095f1cb864063f59e0c64d0943f48a82cd63ae50c4be4561210659ba2f8ca0 -Size (FileZilla_3.41.1_src.tar.bz2) = 4994973 bytes +SHA1 (FileZilla_3.41.2_src.tar.bz2) = 76d57320e8d9ddfb11fe635123b2b92380686b56 +RMD160 (FileZilla_3.41.2_src.tar.bz2) = 5800b899e883a5a0cd4a959cd7cc20170d1e3f47 +SHA512 (FileZilla_3.41.2_src.tar.bz2) = c4b8284896942ba46f8f88fc5d60c6893c719e28ab94463848060850b6f9b2f4d3d13f580551dc3b21ab25ffc0cb1f43a2750500b5be2117952e14512a7ee40c +Size (FileZilla_3.41.2_src.tar.bz2) = 4994803 bytes SHA1 (patch-configure) = 8bf5736d17ed78fe0a1d4f910194bba9f03c854e SHA1 (patch-src_putty_unix_uxshare.c) = 0c3102c10b742c461fe032f081d1a642c6fd6a59 --_----------=_1553039087233140--