diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-07-13 03:38:42 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-07-13 03:38:42 +0000 |
commit | a488577d1e6642d72ce5c34f03c00388731d6d17 (patch) | |
tree | ee9835a1a304a192e3ecdb9e7a9c842c1102c35e /sysutils | |
parent | 968971cb4eb2baf5b0e80e4b3402d2993456bca8 (diff) | |
download | pkgsrc-a488577d1e6642d72ce5c34f03c00388731d6d17.tar.gz |
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>
* release 5.19
2014-06-09 9:04 Christos Zoulas <christos@zoulas.com>
* 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>
* 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>
* Make the range operator limit the length of the
regex search.
2014-05-14 19:23 Christos Zoulas <christos@zoulas.com>
* 347: Windows fixes
* 352: Hangul word processor recognition
* 354: Encoding irregularities in text files
2014-05-06 6:12 Christos Zoulas <christos@zoulas.com>
* Fix uninitialized title in CDF files (Jan Kaluza)
2014-05-04 14:55 Christos Zoulas <christos@zoulas.com>
* 351: Fix compilation of empty files
2014-04-30 17:39 Christos Zoulas <christos@zoulas.com>
* 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>
* 341: Jan Kaluza, fix memory leak
* 342: Jan Kaluza, fix out of bounds read
2014-03-28 15:25 Christos Zoulas <christos@zoulas.com>
* Fix issue with long formats not matching fmtcheck
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/file/Makefile | 4 | ||||
-rw-r--r-- | sysutils/file/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index 82bdd3d9064..e273787e862 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2014/04/04 21:38:38 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2014/07/13 03:38:42 ryoon Exp $ -DISTNAME= file-5.18 +DISTNAME= file-5.19 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.astron.com/pub/file/ diff --git a/sysutils/file/distinfo b/sysutils/file/distinfo index b7cc71cdbad..b19ddcc9046 100644 --- a/sysutils/file/distinfo +++ b/sysutils/file/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2014/04/04 21:38:38 ryoon Exp $ +$NetBSD: distinfo,v 1.18 2014/07/13 03:38:42 ryoon Exp $ -SHA1 (file-5.18.tar.gz) = 8753e72097f2cc935608e3b1c57c4c4e31bd8d21 -RMD160 (file-5.18.tar.gz) = c344ed01498fbd57e5840d81378de155ad2d8876 -Size (file-5.18.tar.gz) = 715461 bytes +SHA1 (file-5.19.tar.gz) = 0dff09eb44fde1998be79e8d312e9be4456d31ee +RMD160 (file-5.19.tar.gz) = a39305c4b47e5f2f3c51151b8faea3ef17aaec46 +Size (file-5.19.tar.gz) = 719158 bytes SHA1 (patch-aa) = d3aa3667e3d28ac1268b83de2de372ba083705fc SHA1 (patch-src_getline.c) = 23365ae99c8c5a4c4ff4e0d94b83798d12335112 |