From 52ecb902e4efd85f65afda4f66761c3972779283 Mon Sep 17 00:00:00 2001 From: reed Date: Fri, 18 Feb 2005 19:39:26 +0000 Subject: Update to 4.13. I updated this because old version I was using had false-positive with "Macintosh HFS data" -- file(1) saw a postscript file wrong and broke some printing tasks. The distfile was no longer on MASTER_SITES so updated. This fixed my Poscript problem. Changes include: 2005-01-12 00:00 Stepan Kasal * src/ascmagic.c (file_ascmagic): Fix three bugs about text files: If a CRLF text file happens to have CR at offset HOWMANY - 1 (currently 0xffff), it should not be counted as CR line terminator. If a line has length exactly MAXLINELEN, it should not yet be treated as a ``very long line'', as MAXLINELEN is ``longest sane line length''. With CRLF, the line length was not computed correctly, and even lines of length MAXLINELEN - 1 were treated as ``very long''. 2004-12-07 14:15 Christos Zoulas * bzip2 needs a lot of input buffer space on some files before it can begin uncompressing. This makes file -z fail on some bz2 files. Fix it by giving it a copy of the file descriptor to read as much as it wants if we have access to it. 2004-11-24 12:39 Christos Zoulas * Stack smash fix, and ELF more conservative reading. Jakub Bogusz 2004-11-20 18:50 Christos Zoulas * New FreeBSD version parsing code: Jon Noack * Hackish support for ucs16 strings 2004-11-13 03:07 Christos Zoulas * print the file name and line number in syntax errors. 2004 10-12 10:50 Christos Zoulas * Fix stack overwriting on 0 length strings: Tim Waugh Ned Ludd 2004-09-27 11:30 Christos Zoulas * Remove 3rd and 4th copyright clause; approved by Ian Darwin. * Fix small memory leaks; caught by: Tamas Sarlos 2004-07-24 16:33 Christos Zoulas * magic.mime update Danny Milosavljevic * FreeBSD version update Oliver Eikemeier * utime/utimes detection Ian Lance Taylor * errors reading elf magic Jakub Bogusz 2004-04-12 10:55 Christos Zoulas * make sure that magic formats match magic types during compilation * fix broken sgi magic file 2004-04-06 20:36 Christos Zoulas * detect present of mbstate_t Petter Reinholdtsen * magic fixes --- sysutils/file/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sysutils/file/Makefile') diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index d57585a887b..0dc22820b95 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:18:14 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/02/18 19:39:26 reed Exp $ -DISTNAME= file-4.09 -PKGREVISION= 1 +DISTNAME= file-4.13 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.gw.com/mirrors/pub/unix/file/ MASTER_SITES+= ftp://ftp.astron.com/pub/file/ -- cgit v1.2.3