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:   ryoon
Date:           Sun Jul 13 03:38:43 UTC 2014

Modified Files:
        pkgsrc/sysutils/file: Makefile distinfo

Log Message:
Update to 5.19

* Fix CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487

Changelog:
2014-06-12  12:28  Christos Zoulas <christos%zoulas.com@localhost>

        * release 5.19

2014-06-09   9:04  Christos Zoulas <christos%zoulas.com@localhost>

        * Misc buffer overruns and missing buffer size tests in cdf parsing
          (Francisco Alonso, Jan Kaluza)

2014-06-02  14:50  Christos Zoulas <christos%zoulas.com@localhost>

        * Enforce limit of 8K on regex searches that have no limits
        * Allow the l modifier for regex to mean line count. Default
          to byte count. If line count is specified, assume a max
          of 80 characters per line to limit the byte count.
        * Don't allow conversions to be used for dates, allowing
          the mask field to be used as an offset.

2014-05-30  12:51  Christos Zoulas <christos%zoulas.com@localhost>

        * Make the range operator limit the length of the
          regex search.

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

        * 347: Windows fixes
        * 352: Hangul word processor recognition
        * 354: Encoding irregularities in text files

2014-05-06  6:12  Christos Zoulas <christos%zoulas.com@localhost>

        * Fix uninitialized title in CDF files (Jan Kaluza)

2014-05-04  14:55  Christos Zoulas <christos%zoulas.com@localhost>

        * 351: Fix compilation of empty files

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

        * Fix integer formats: We don't specify 'l' or
          'h' and 'hh' specifiers anymore, only 'll' for
          quads and nothing for the rest. This is so that
          magic writing is simpler.

2014-04-01  15:25  Christos Zoulas <christos%zoulas.com@localhost>

        * 341: Jan Kaluza, fix memory leak
        * 342: Jan Kaluza, fix out of bounds read

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

        * Fix issue with long formats not matching fmtcheck


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/file/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/file/distinfo

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