Update to 1.1.4:
This release provides the fixes for the recently announced security issues CVE-2013-2002 & CVE-2013-2005, along with other code & doc cleanups, build fixes, automake compatibility changes, and packaging improvements. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (5): unifdef -U__UNIXOS2__ Unchecked return values of XGetWindowProperty [CVE-2013-2005] unvalidated length in _XtResourceConfigurationEH [CVE-2013-2002] Remove old strtoul workaround for SunOS 4 libXt 1.1.4 Colin Walters (1): autogen.sh: Implement GNOME Build API Egbert Eich (2): Install ErrorDB into a $datarootdir-path, not $libdir. Add XtErrorDB directory to pkg-config file. Eric S. Raymond (2): Eliminate use of tab stops. Remove unused macros that are temptations to presentation-level klugery. Julien Cristau (1): Add copyright notice and license from the X Consortium to COPYING Thierry Reding (1): Use AM_CPPFLAGS instead of INCLUDES Thomas Klausner (2): Avoid referencing something that isn't defined. Bring in the definition from another manual page. Fix DEBUG build (TMparse.c:376:1: error: overflow in implicit constant conversion)
This commit is contained in:
parent
df85c0702b
commit
03af977781
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.18 2013/05/10 00:40:27 riastradh Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.19 2013/05/31 08:27:17 wiz Exp $
|
||||
|
||||
DISTNAME= libXt-1.1.3
|
||||
DISTNAME= libXt-1.1.4
|
||||
CATEGORIES= x11 devel
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.10 2012/06/03 17:33:41 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.11 2013/05/31 08:27:17 wiz Exp $
|
||||
|
||||
SHA1 (libXt-1.1.3.tar.bz2) = 2cef068bc4d7170e31b89b5c06aeaf4451a7699a
|
||||
RMD160 (libXt-1.1.3.tar.bz2) = d1cffd17864ea0081437a07ea78dcaa8316a5fa0
|
||||
Size (libXt-1.1.3.tar.bz2) = 734679 bytes
|
||||
SHA1 (libXt-1.1.4.tar.bz2) = 0111c316d83fb7e830c517128150094cb0a48ae7
|
||||
RMD160 (libXt-1.1.4.tar.bz2) = 5a5abcdca1507bc7662012c2666b27b7d08a05cc
|
||||
Size (libXt-1.1.4.tar.bz2) = 762331 bytes
|
||||
|
|
Loading…
Reference in a new issue