summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron344-688/+688
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-04enable introspection support for upcoming introspection support for webkit-gtk.obache2-3/+12
Bump PKGREVISION.
2013-06-04Update to 1.6.0:wiz4-16/+25
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.
2013-06-04Replace py-Tk/buildlink3.mk with DEPENDS.wiz1-17/+0
There are no buildlink3-relevant files here, just a loadable module.
2013-06-04desktop-file-utils dependency is not needed, since the installedwiz1-3/+2
desktop file has no MimeType key, says obache. Bump PKGREVISION.
2013-06-04+xf86-video-sunffbrodent1-1/+2
2013-06-04Import xf86-video-sunffb-1.2.2 as x11/xf86-video-sunffb.rodent5-0/+47
SUNFFB video driver for the Xorg X server.
2013-06-04+xf86-video-suncg14rodent1-1/+2
2013-06-04Import xf86-video-suncg14-1.1.2 as x11/xf86-video-suncg14.rodent5-0/+45
CG14 video driver for the Xorg X server.
2013-06-04+xf86-video-suncg3rodent1-1/+2
2013-06-04Import xf86-video-suncg3-1.1.2 as x11/xf86-video-suncg3.rodent4-0/+30
CG3 video driver for the Xorg X server.
2013-06-03Avoid obsolete *_U_LONG macros. Fixes SunOS 64-bit build.jperkin2-1/+152
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz345-664/+690
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-06-03+xf86-video-newportrodent1-1/+2
2013-06-03Import xf86-video-newport-0.2.4 as x11/xf86-video-newport.rodent5-0/+47
This is an unaccelerated driver for the SGI newport cards (a.k.a. XL) as found in the SGI Indy and Indigo2. Both the 8bit and 24bit versions are tested and working.
2013-06-03+xf86-video-fbdev; also MAINTAINrodent2-3/+4
2013-06-03Import xf86-video-fbdev-0.4.3 as x11/xf86-video-fbdev.rodent5-0/+46
Video driver for framebuffer device.
2013-06-03+xf86-input-penmountrodent1-1/+2
2013-06-03Import xf86-input-penmount-1.5.0 as x11/xf86-input-penmount.rodent4-0/+29
PenMount input driver for the Xorg X server.
2013-06-02+xf86-input-acecadrodent1-1/+2
2013-06-02Import xf86-input-acecad-1.5.0 as x11/xf86-input-acecad.rodent4-0/+31
Acecad Flair input driver for the Xorg X server.
2013-06-01Update to 1.0.8:wiz2-7/+6
This release delivers the fixes for the recently announced security issues CVE-2013-1989 & CVE-2013-2066, plus a couple build configuration changes and man page fixes. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (6): Use _XEatDataWords to avoid overflow of rep.length shifting integer overflow in XvQueryPortAttributes() [CVE-2013-1989 1/3] buffer overflow in XvQueryPortAttributes() [CVE-2013-2066] integer overflow in XvListImageFormats() [CVE-2013-1989 2/3] integer overflow in XvCreateImage() [CVE-2013-1989 3/3] libXv 1.0.8 Colin Walters (1): autogen.sh: Implement GNOME Build API Thomas Klausner (1): Uppercase SH arguments.
2013-06-01Update to 1.4.1:wiz2-7/+6
This release brings the fixes for the recently announced security issue CVE-2013-1986, with some related hardening to avoid other issues, alongside a couple small build configuration & compiler warning fixes. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (9): Constify a couple string arguments that are just copied, not modified Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Use _XEatDataWords to avoid overflow of rep.length bit shifting integer overflow in XRRQueryOutputProperty() [CVE-2013-1986 1/4] integer overflow in XRRQueryProviderProperty() [CVE-2013-1986 2/4] integer overflow in XRRGetOutputProperty() [CVE-2013-1986 3/4] integer overflow in XRRGetProviderProperty() [CVE-2013-1986 4/4] Make XRRGet*Property() always initialize returned values libXrandr 1.4.1 Colin Walters (1): autogen.sh: Implement GNOME Build API
2013-06-01Update to 1.3.2:wiz2-7/+6
This release provides fixes for the recently announced security issue CVE-2013-1982, as well as build configuration improvements, man page macro cleanups to work better with doclifter, and several other small fixes. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (8): Use _XEatDataWords to avoid overflow of rep.length bit shifting integer overflow in XcupGetReservedColormapEntries() [CVE-2013-1982 1/6] integer overflow in XcupStoreColors() [CVE-2013-1982 2/6] several integer overflows in XdbeGetVisualInfo() [CVE-2013-1982 3/6] integer overflow in XeviGetVisualInfo() [CVE-2013-1982 4/6] integer overflow in XShapeGetRectangles() [CVE-2013-1982 5/6] integer overflow in XSyncListSystemCounters() [CVE-2013-1982 6/6] libXext 1.3.2 Chase Douglas (1): Destroy generic event extension after last display is removed Colin Walters (1): autogen.sh: Implement GNOME Build API Eric S. Raymond (2): Replace various unsafe presentation-level requests with .RS/.RE and .EX/EE. Replace presentationm-level requests with .RS/RE. Peter Hutterer (1): sync: fix copy/paste error in comment Thomas Klausner (1): Avoid having macros expand code to be: ((f) ? (f)->m1 : NULL)->m2
2013-05-31Changes 8.5.14:adam7-44/+51
Bug-fix release.
2013-05-31Changes Tk-804.031:adam5-47/+32
This is basically the same like Tk-804.030_502.
2013-05-31Bump all packages for perl-5.18, thatwiz34-64/+68
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-31Update to 1.2.2:wiz2-7/+6
This release provides the fix for the recently announced security issue CVE-2013-2063, along with a number of fixes to the build configuration. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (5): Move -I flags from AM_CFLAGS to AM_CPPFLAGS Add xextproto & xi to Requires.private Use _XEatDataWords to eat data in error cases integer overflow in XRecordGetContext() [CVE-2013-2063] libXtst 1.2.2 Colin Walters (1): autogen.sh: Implement GNOME Build API Julien Cristau (1): COPYING: add copyright notices and licenses from the manpages and specs
2013-05-31Update to 1.1.3:wiz2-7/+6
This release provides the fixes for the recently announced security issue CVE-2013-2001 along with a number of other fixes to the error handling code found while investigating that issue. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (10): Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS When Xcalloc() returns NULL, you don't need to Xfree() it Improve error handling in XF86VidModeGetMonitor() Unlock display before returning alloc error in XF86VidModeGetModeLine() Unlock display before returning alloc error in XF86VidModeGetAllModeLines() Unlock display before returning alloc error in XF86VidModeGetDotClocks() Use _XEatDataWords to avoid overflow of length calculations memory corruption in XF86VidModeGetGammaRamp() [CVE-2013-2001] avoid integer overflow in XF86VidModeGetModeLine() libXxf86vm 1.1.3 Colin Walters (1): autogen.sh: Honor NOCONFIGURE environment variable
2013-05-31Update to 1.1.4:wiz3-35/+6
This release provides the fixes for the recently announced security issues CVE-2013-1991 & CVE-2013-2000, along with a couple build fixes. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (7): Use _XEatDataWords to avoid overflow of rep.length shifting integer overflow in XDGAQueryModes() [CVE-2013-1991 1/2] buffer overflow in XDGAQueryModes() [CVE-2013-2000 1/2] integer overflow & underflow in XDGASetMode() [CVE-2013-1991 2/2] buffer overflow in XDGASetMode() [CVE-2013-2000 2/2] integer overflow in XDGAOpenFramebuffer() libXxf86dga 1.1.4 Colin Walters (1): autogen.sh: Implement GNOME Build API Jeremy Huddleston (2): Build fix when sizeof(off_t) > sizeof(void *) Include <stdint.h> for uintptr_t
2013-05-31Update to 1.1.4:wiz2-7/+6
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)
2013-05-31Update to 1.0.7:wiz2-7/+6
This release primarily provides the fix for the recently announced security vulnerability CVE-2013-1988, along with improved compatibility with future automake releases. Alan Coopersmith (5): Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Use _XEatDataWords to avoid overflow of rep.length shifting integer overflow in XResQueryClients() [CVE-2013-1988 1/2] integer overflow in XResQueryClientResources() [CVE-2013-1988 2/2] libXres 1.0.7
2013-05-31Update to 1.0.2:wiz2-7/+6
This bug fix release delivers the fixes for the recently announced security vulnerability CVE-2013-2062, alongside the last couple years accumulation of janitorial cleanups, compiler warning fixes, and adjustments to remain compatible with changes in new and future automake releases. Alan Coopersmith (10): Strip trailing whitespace Stop trying to use NULL for Status values Fix XpEventToWire arguments to match what libXext expects Add const qualifiers to silence gcc -Wwrite-strings warnings Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Use _XEatDataWords to avoid overflow of rep.length bit shifting integer overflow in XpGetAttributes & XpGetOneAttribute [CVE-2013-2062 1/3] integer overflows in XpGetPrinterList() [CVE-2013-2062 2/3] integer overflows in XpQueryScreens() [CVE-2013-2062 3/3] libXp 1.0.2
2013-05-31Update to 1.1.3:wiz2-6/+6
This bug fix release primarily provides the fix for the recently announced security vulnerability CVE-2013-1985. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (3): Use _XEatDataWords to avoid overflow of _XEatData calculations integer overflow in XineramaQueryScreens() [CVE-2013-1985] libXinerama 1.1.3 Colin Walters (1): autogen.sh: Implement GNOME Build API
2013-05-31Moved applewmproto and libAppleWM to wm/ to live with windowswmproto androdent11-109/+1
libWindowsWM.
2013-05-30Update to 1.9.1:wiz4-26/+11
* Fix python code to work with python-3 * Security fix for integer overflow in read_packet() [CVE-2013-2064] Alan Coopersmith (2): integer overflow in read_packet() [CVE-2013-2064] libxcb 1.9.1 Christian König (1): whitespace fix in xcb_take_socket Chí-Thanh Christopher Nguyễn (2): c-client.py: Fix python-3 AttributeError: 'dict' object has no attribute 'iteritems' c_client.py: Fix python-3 invalid except statement Colin Walters (1): autogen.sh: Implement GNOME Build API
2013-05-30Update to 1.14:wiz2-7/+6
This release delivers the fix for security vulnerability CVE-2013-2003 and makes the Makefile.am more compatible with future automake releases. Alan Coopersmith (3): Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS signedness bug & integer overflow in _XcursorFileHeaderCreate() [CVE-2013-2003] libXcursor 1.1.14
2013-05-29Update to 2.9:wiz3-8/+9
Another release on schedule: ------------------------------------------ Andreas Wettstein (1): Draft for German T3 layout. Daniel Drake (1): Fix AE00 alias in olpcm keycodes Evgeny Bobkin (1): Fix keyboard indicator for russian (germany, phonetic) James M Leddy (1): Add XF86AudioMicMute mappings Michal Nazarewicz (1): Add various compose:*-altgr options. Peter Hutterer (1): rules: fix iso639 code for irish Sergey V. Udaltsov (16): Fixing wrong iso639-3 codes Fixing ISO codes English Mali layouts have English language assigned to them fr --> fra (ISO 639) Fixed ru(ruu) - invalid keysym Updates to Cameroon Keyboard Map Alt to Win Fixed fypo Fixed UK Macbook Pro layouts Fixed Congolese Added ru(mac) Added RAlt as 3rd level switcher to us(dvp) prerelease wrong location of de(legacy) Updated translations, prerelease release 2.9 Stephan Hilb (1): Remove explicit virtual modifier setting for level3 and level5 Walter Bender (1): add support for the OLPC mechanical non-membrane keyboard
2013-05-29Update to 1.0.5:wiz2-7/+6
This minor bugfix release includes the fix for the security issue recently reported as CVE-2013-1996, as well as a number of other cleanups of the memory allocation & error handling code noticed while working on that. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (9): Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Get rid of unnecessary casts in FS*alloc calls Get rid of unnecessary casts in FSfree calls Use NULL instead of 0 for null pointers Avoid reading outside bounds when _FSReply receives an Error response Avoid accessing freed memory on realloc failure in FSListFontsWithXInfo Get rid of more duplication in error cleanup code in FSListFontsWithXInfo Sign extension issue and integer overflow in FSOpenServer() [CVE-2013-1996] libFS 1.0.5 Colin Walters (1): autogen.sh: Implement GNOME Build API Thomas Klausner (1): Fix a prototype error
2013-05-29Update to 5.0.1:wiz2-7/+6
This bug fix release includes the fix for the recently announced CVE-2013-1983, along with some other cleanups & warning fixes. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (7): Strip trailing whitespace Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Remove duplicate declaration of XFixesExtensionName in Xfixesint.h XFixesFetchRegionAndBounds: use nread in call to XReadPad Use _XEatDataWords to avoid overflow of _XEatData calculations integer overflow in XFixesGetCursorImage() [CVE-2013-1983] libXfixes 5.0.1 Colin Walters (1): autogen.sh: Implement GNOME Build API Peter Hutterer (1): man: remove "current", we're way past 1.0.
2013-05-28Update to 293:wiz2-6/+6
A regression in selection was fixed. A workaround was added for icon misconfiguration in KDE 4.8 on OpenSuSE.
2013-05-28Pull mlterm post-3.2.0 fixes from upstream:tsutsui6-10/+57
patches/patch-mkf_lib_mkf__ucs4__map.c - mkf_ucs4_map.c: mkf_map_ucs4_to_jisx0213_2000_1 is not cached in mkf_map_ucs4_to() to prefer JISX0208 to JISX0213 all the time. https://bitbucket.org/arakiken/mlterm/commits/8f6a1a969340b78cbeee5ace4a7200383ca18abe#chg-mkf/lib/mkf_ucs4_map.c patches/patch-xwindow_fb_x__window.c - fb/x_display.c: Segfault in x_font_t::x_off > 0 is fixed. https://bitbucket.org/arakiken/mlterm/commits/7c4748b4e79b9bf749685d944c174f2145074e9f#chg-xwindow/fb/x_window.c Also put some tweaks for pkgsrc: patches/patch-etc-configure - regen to adjust line numbers in diff patches/patch-etc_font-fb - add commented out JISX0213_2000_1 and JISX0213_2000_2 examples Bump PKGREVISION.
2013-05-28Will MAINTAIN for food.rodent3-6/+6
2013-05-28+xstdcmaprodent1-1/+2
2013-05-28Import xstdcmap-1.0.3 as x11/xstdcmap.rodent4-0/+34
The xstdcmap utility can be used to selectively define standard colormap properties. It is intended to be run from a user's X startup script to create standard colormap definitions in order to facilitate sharing of scarce colormap resources among clients using PseudoColor visuals.
2013-05-28+xlsatomsrodent1-1/+2
2013-05-28Import xlsatoms-1.1.1 as x11/xlsatoms.rodent4-0/+30
xlsatoms lists the interned atoms defined on an X11 server. Version 1.1 and later of xlsatoms use (and require) libxcb instead of libX11, for less latency when communicating with the X server.
2013-05-28+xditviewrodent1-1/+2
2013-05-28Import xditview-1.0.3 as x11/xditview.rodent4-0/+35
xditview displays ditroff output on an X display.
2013-05-27-oclock -xclock (moved to time/)rodent9-77/+1