pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/file
Module Name: pkgsrc
Committed By: bsiegert
Date: Sun Mar 22 09:48:52 UTC 2015
Modified Files:
pkgsrc/sysutils/file: Makefile distinfo
Removed Files:
pkgsrc/sysutils/file/patches: patch-config.h.in patch-configure
patch-configure.ac patch-src_file.c patch-src_file.h
patch-src_getline.c
Log Message:
SECURITY: Update file to 5.22.
Bugs fixed:
* restructure elf note printing to avoid repeated messages
* add note limit, suggested by Alexander Cherepanov
* Bail out on partial pread()'s (Alexander Cherepanov)
* Fix incorrect bounds check in file_printable (Alexander Cherepanov)
* PR/405: ignore SIGPIPE from uncompress programs
* change printable -> file_printable and use it in
more places for safety
* Fix for CVE-2014-9620.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/file/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/file/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/file/patches/patch-config.h.in \
pkgsrc/sysutils/file/patches/patch-configure \
pkgsrc/sysutils/file/patches/patch-configure.ac \
pkgsrc/sysutils/file/patches/patch-src_file.c \
pkgsrc/sysutils/file/patches/patch-src_file.h \
pkgsrc/sysutils/file/patches/patch-src_getline.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index