Path to this page:
./
archivers/libarchive,
Library to read/create different archive formats
Branch: pkgsrc-2014Q1,
Version: 2.8.4nb4,
Package name: libarchive-2.8.4nb4,
Maintainer: joergLibarchive is a programming library that can create and read several
different streaming archive formats, including most popular tar variants
and several cpio formats. It can also write shar archives and read
ISO9660 CDROM images.
Version history: (Expand)
- (2014-04-24) Updated to version: libarchive-2.8.4nb4
- (2014-04-04) Package added to pkgsrc.se, version libarchive-2.8.4nb3 (created)
CVS history: (Expand)
2014-05-02 00:32:04 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pullup ticket #4395 - requested by gdt
archivers/libarchive: build fix
Revisions pulled up:
- archivers/libarchive/files/libarchive/archive_read_support_format_iso9660.c 1.5
---
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 7 18:40:05 UTC 2014
Modified Files:
pkgsrc/archivers/libarchive/files/libarchive:
archive_read_support_format_iso9660.c
Log message:
Non-void function must return a value
|
2014-04-24 11:34:06 by Matthias Scheler | Files touched by this commit (3) |
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.
|