pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/file Updated file to 4.09:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c37cae84213
branches:  trunk
changeset: 476896:7c37cae84213
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jun 22 13:45:31 2004 +0000

description:
Updated file to 4.09:

changes since 4.02:

2004-04-06 20:36  Christos Zoulas  <christos%zoulas.com@localhost>

        * detect present of mbstate_t Petter Reinholdtsen <pere%hungry.com@localhost>

        * magic fixes

2004-03-22 15:25  Christos Zoulas  <christos%zoulas.com@localhost>

        * Lots of mime fixes
          (Joerg Ostertag) <ostertag%rechengilde.de@localhost>

        * FreeBSD ELF version handling
          (Edwin Groothuis) <edwin%mavetju.org@localhost>

        * correct cleanup in all cases; don't just close the file.
          (Christos Zoulas) <christos%zoulas.com@localhost>

        * add gettext message catalogue support
          (Michael Piefel) <piefel%debian.org@localhost>

        * better printout for unreadable files
          (Michael Piefel) <piefel%debian.org@localhost>

        * compensate for missing MAXPATHLEN
          (Michael Piefel) <piefel%debian.org@localhost>

        * add wide character string length computation
          (Michael Piefel) <piefel%debian.org@localhost>

        * Avoid infinite loops caused by bad elf alignments
          or name and description note sizes. Reported by
          (Mikael Magnusson) <mmikael%comhem.se@localhost>

2004-03-09 13:55  Christos Zoulas  <christos%zoulas.com@localhost>

        * Fix possible memory leak on error and add missing regfree
          (Dmitry V. Levin) <ldv%altlinux.org@localhost>

2003-12-23 12:12  Christos Zoulas  <christos%zoulas.com@localhost>

        * fix -k flag (Maciej W. Rozycki)

2003-11-18 14:10  Christos Zoulas  <christos%zoulas.com@localhost>

        * Try to give us much info as possible on corrupt elf files.
          (Willy Tarreau) <willy%w.ods.org@localhost>
        * Updated python bindings (Brett Funderburg)
           <brettf%deepfile.com@localhost>

2003-11-11 15:03  Christos Zoulas  <christos%zoulas.com@localhost>

        * Include file.h first, because it includes config.h
          breaks largefile test macros otherwise.
          (Paul Eggert <eggert%CS.UCLA.EDU@localhost> via
           Lars Hecking <lhecking%nmrc.ie@localhost>)

2003-10-14 21:39  Christos Zoulas  <christos%zoulas.com@localhost>

        * Python bindings (Brett Funderburg) <brettf%deepfile.com@localhost>
        * Don't lookup past the end of the buffer
          (Chad Hanson) <chanson%tcs-sec.com@localhost>
        * Add MAGIC_ERROR and api on magic_errno()

2003-10-08 12:40  Christos Zoulas  <christos%zoulas.com@localhost>

        * handle error conditions from compile as fatal
          (Antti Kantee) <pooka%netbsd.org@localhost>
        * handle magic filename parsing sanely
        * more magic fixes.
        * fix a memory leak (Illes Marton) <illes.marton%balabit.hu@localhost>
        * describe magic file handling
          (Bryan Henderson) <bryanh%giraffe-data.com@localhost>

2003-09-12 15:09  Christos Zoulas  <christos%zoulas.com@localhost>

        * update magic files.
        * remove largefile support from file.h; it breaks things on most OS's

2003-08-10 10:25  Christos Zoulas  <christos%zoulas.com@localhost>

        * fix unmapping'ing of mmaped files.

2003-07-10 12:03  Christos Zoulas  <christos%zoulas.com@localhost>

        * don't exit with -1 on error; always exit 1 (Marty Leisner)
        * restore utimes code.

2003-06-10 17:03  Christos Zoulas  <christos%zoulas.com@localhost>

        * make sure we don't access uninitialized memory.
        * pass lint
        * #ifdef __cplusplus in magic.h

2003-05-25 19:23  Christos Zoulas  <christos%zoulas.com@localhost>

        * rename cvs magic file to revision to deal with
          case insensitive filesystems.

2003-05-23 17:03  Christos Zoulas  <christos%zoulas.com@localhost>

        * documentation fixes from Michael Piefel <piefel%debian.org@localhost>
        * magic fixes (various)
        * revert basename magic in .mgc name determination
        * buffer protection in uncompress,
          signness issues,
          close files
          Maciej W. Rozycki <macro%ds2.pg.gda.pl@localhost

2003-04-21 20:12  Christos Zoulas  <christos%zoulas.com@localhost>

        * fix zsh magic

2003-04-04 16:59  Christos Zoulas  <christos%zoulas.com@localhost>

        * fix operand sort order in string.

2003-04-02 17:30  Christos Zoulas  <christos%zoulas.com@localhost>

        * cleanup namespace in magic.h

diffstat:

 sysutils/file/Makefile |  4 ++--
 sysutils/file/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 2897b47911d6 -r 7c37cae84213 sysutils/file/Makefile
--- a/sysutils/file/Makefile    Tue Jun 22 13:44:41 2004 +0000
+++ b/sysutils/file/Makefile    Tue Jun 22 13:45:31 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2004/02/05 02:10:39 reed Exp $
+# $NetBSD: Makefile,v 1.6 2004/06/22 13:45:31 grant Exp $
 
-DISTNAME=              file-4.02
+DISTNAME=              file-4.09
 CATEGORIES=            sysutils
 MASTER_SITES=          ftp://ftp.gw.com/mirrors/pub/unix/file/
 MASTER_SITES+=         ftp://ftp.astron.com/pub/file/
diff -r 2897b47911d6 -r 7c37cae84213 sysutils/file/distinfo
--- a/sysutils/file/distinfo    Tue Jun 22 13:44:41 2004 +0000
+++ b/sysutils/file/distinfo    Tue Jun 22 13:45:31 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/04/13 10:24:27 cjep Exp $
+$NetBSD: distinfo,v 1.2 2004/06/22 13:45:31 grant Exp $
 
-SHA1 (file-4.02.tar.gz) = d224f8d48231271915ba94c3176a266161d69c65
-Size (file-4.02.tar.gz) = 333501 bytes
+SHA1 (file-4.09.tar.gz) = ba960e47ab433b1077d0ba1644c9edf3c81253ec
+Size (file-4.09.tar.gz) = 365226 bytes
 SHA1 (patch-aa) = 01ef09e5a7cd6c967cb8fe5972ecc15fd4f0dd3c



Home | Main Index | Thread Index | Old Index