Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 3DA6363F5EE for ; Wed, 8 May 2013 17:40:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1188614A1C9; Wed, 8 May 2013 17:40:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 48AAA14A1C0 for ; Wed, 8 May 2013 17:40:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6tAkfy-p9tAi for ; Wed, 8 May 2013 17:40:31 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id BBBAB14A1B8 for ; Wed, 8 May 2013 17:40:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 40F11175DD; Wed, 8 May 2013 17:40:31 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 8 May 2013 17:40:31 +0000 From: "Sergey Svishchev" Subject: CVS commit: pkgsrc/archivers/lhasa To: pkgsrc-changes@NetBSD.org Reply-To: shattered@netbsd.org X-Mailer: log_accum Message-Id: <20130508174031.40F11175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: shattered Date: Wed May 8 17:40:30 UTC 2013 Modified Files: pkgsrc/archivers/lhasa: Makefile distinfo Log Message: Update to 0.1.0. Changes: Directory paths containing '..' as a directory name are now sanitized, to prevent malicious archives being able to overwrite arbitrary files on the filesystem. Symbolic links are now extracted in a safer way, being created as dummy files in O_EXCL mode that are overwritten with proper symbolic links at the end of extraction. Processing of archives read from IPC pipes (including stdin) has been fixed. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/lhasa/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/lhasa/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.