diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-07 20:09:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-07 20:09:18 +0000 |
commit | f185d26458cf1321504e9a09c8b1b93236e85e31 (patch) | |
tree | 505ba8ab583ae5ab3ded77b29553ae622cfd502e /x11/libXfont/distinfo | |
parent | 594ec02b6cdd4b2c0b3b969e3e597a09ddeec7cd (diff) | |
download | pkgsrc-f185d26458cf1321504e9a09c8b1b93236e85e31.tar.gz |
Update to 1.4.7 (pkgsrc already had the security fix):
This release includes the fix for CVE-2013-6462, as well as other security
hardening and code cleanups, and makes libXfont compatible with libXtrans 1.3
on Solaris.
Alan Coopersmith (7):
xstrdup -> strdup
Replace malloc(strlen)+strcpy/strcat calls with strdup
Don't leak old allocation if realloc fails to enlarge it
Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensions
CVE-2013-6462: unlimited sscanf overflows stack buffer in bdfReadCharacters()
Limit additional sscanf strings to fit buffer sizes
libXfont 1.4.7
Julien Cristau (1):
Make serverGeneration unsigned
Diffstat (limited to 'x11/libXfont/distinfo')
-rw-r--r-- | x11/libXfont/distinfo | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/libXfont/distinfo b/x11/libXfont/distinfo index ae24dc5abee..beea638cabb 100644 --- a/x11/libXfont/distinfo +++ b/x11/libXfont/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.20 2014/01/07 07:39:49 wiz Exp $ +$NetBSD: distinfo,v 1.21 2014/01/07 20:09:18 wiz Exp $ -SHA1 (libXfont-1.4.6.tar.bz2) = 356512420fa8573a541450b957526dfd151b4870 -RMD160 (libXfont-1.4.6.tar.bz2) = 6c284e2d50638753e43f7dae09a5d4b80c660920 -Size (libXfont-1.4.6.tar.bz2) = 489067 bytes -SHA1 (patch-src_bitmap_bdfread.c) = 199f221e01faf2393212452d0180788c0a4ffaff +SHA1 (libXfont-1.4.7.tar.bz2) = 77f60d0a2190cb36c07c2217693f46d5e8942ca2 +RMD160 (libXfont-1.4.7.tar.bz2) = 9ed172b89586d7f1b8342045c75f5aa861c6f661 +Size (libXfont-1.4.7.tar.bz2) = 482851 bytes |