Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 71914A5802 for ; Thu, 24 Apr 2014 09:34:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D97B614A330; Thu, 24 Apr 2014 09:34:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A0DE714A322 for ; Thu, 24 Apr 2014 09:34:07 +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 Fqnk-ohe9srV for ; Thu, 24 Apr 2014 09:34:07 +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 DFC1814A31C for ; Thu, 24 Apr 2014 09:34:06 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 936AC96; Thu, 24 Apr 2014 09:34:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 24 Apr 2014 09:34:06 +0000 From: "Matthias Scheler" Subject: CVS commit: [pkgsrc-2014Q1] pkgsrc/archivers/libarchive To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20140424093406.936AC96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Thu Apr 24 09:34:06 UTC 2014 Modified Files: pkgsrc/archivers/libarchive [pkgsrc-2014Q1]: Makefile pkgsrc/archivers/libarchive/files/libarchive [pkgsrc-2014Q1]: archive_read_support_format_iso9660.c archive_read_support_format_tar.c Log Message: Pullup ticket #4388 - requested by he archivers/libarchive: security patch Revisions pulled up: - archivers/libarchive/Makefile 1.40 - archivers/libarchive/files/libarchive/archive_read_support_format_iso9660.c 1.4 - archivers/libarchive/files/libarchive/archive_read_support_format_tar.c 1.4 --- Module Name: pkgsrc Committed By: he Date: Thu Apr 3 13:05:15 UTC 2014 Modified Files: pkgsrc/archivers/libarchive: Makefile pkgsrc/archivers/libarchive/files/libarchive: archive_read_support_format_iso9660.c archive_read_support_format_tar.c Log Message: Apply fixes for CVE-2011-1777 and CVE-2011-1778 (add check for buffer overflows in handling iso9660 and tar images), despite Joerg telling me I should have better things to spend my time on. Fixes pulled from https://bugzilla.redhat.com/show_bug.cgi?id=705849 Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.39.2.1 pkgsrc/archivers/libarchive/Makefile cvs rdiff -u -r1.3 -r1.3.34.1 \ pkgsrc/archivers/libarchive/files/libarchive/archive_read_support_format_iso9660.c \ pkgsrc/archivers/libarchive/files/libarchive/archive_read_support_format_tar.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.