summaryrefslogtreecommitdiff
path: root/x11/libX11/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-06-04 07:57:13 +0000
committerwiz <wiz@pkgsrc.org>2013-06-04 07:57:13 +0000
commit429a0648b62eac8fb10644d82307569e32e312b9 (patch)
treec89e65e235860cc5eb18c68edb3beea6b1388cf1 /x11/libX11/patches
parent9478eb3a64a2e5d619b0e47b375a1871e22472cb (diff)
downloadpkgsrc-429a0648b62eac8fb10644d82307569e32e312b9.tar.gz
Update to 1.6.0:
Changes since libX11 1.5 (found in the release candidates) include fixes for the recently announced security issues CVE-2013-1981, CVE-2013-1997, and CVE-2013-2004; the addition of the _XEatDataWords API for use by Xlib-based extension libraries, to help them avoid integer overflows when it is necessary to discard data; removal of ancient, unused, incomplete support for the Cray Unicos OS, and the DECnet and TLI transport types; numerous improvements to compose files and locale data; man page macro cleanups to improve compatibility with doclifter; and various other code cleanups and compiler warning fixes. Alan Coopersmith (1): libX11 1.6.0 Thomas Klausner (2): XCreateGC man page: Avoid .TS H and .TH macros cmsMath.c: Add missing stdio header for printf(3) in DEBUG build.
Diffstat (limited to 'x11/libX11/patches')
-rw-r--r--x11/libX11/patches/patch-Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/libX11/patches/patch-Makefile.in b/x11/libX11/patches/patch-Makefile.in
new file mode 100644
index 00000000000..a5c64ac7e42
--- /dev/null
+++ b/x11/libX11/patches/patch-Makefile.in
@@ -0,0 +1,16 @@
+$NetBSD: patch-Makefile.in,v 1.1 2013/06/04 07:57:13 wiz Exp $
+
+Avoid unnecessary auto* due to patch-aa modifying configure.ac.
+
+--- Makefile.in.orig 2013-06-04 02:21:47.000000000 +0000
++++ Makefile.in
+@@ -87,8 +87,7 @@ DIST_COMMON = $(srcdir)/Makefile.in $(sr
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
+ $(top_srcdir)/configure.ac
+-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+- $(ACLOCAL_M4)
++am__configure_deps =
+ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno config.status.lineno
+ mkinstalldirs = $(install_sh) -d