Subject: CVS commit: pkgsrc/archivers/libarchive
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 11/10/2006 00:29:44
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Fri Nov 10 00:29:44 UTC 2006

Modified Files:
	pkgsrc/archivers/libarchive: Makefile distinfo
Added Files:
	pkgsrc/archivers/libarchive/patches: patch-ac

Log Message:
Update to 1.3.1
Sep 05, 2006: libarchive 1.3.1 released
Sep 5, 2006: Bump version to 1.3 for new I/O wrappers.
Sep 4, 2006: New memory and FILE read/write wrappers.
Sep 4, 2006: libarchive test harness is now minimally functional;
    it's located a few minor bugs in error-handling logic

Fix a denial of service security issue via FreeBSD:
If the end of an archive is reached while attempting to "skip" past a
region of an archive, libarchive will enter an infinite loop wherein it
repeatedly attempts (and fails) to read further data.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/archivers/libarchive/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/archivers/libarchive/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/archivers/libarchive/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.