Commit graph

201843 commits

Author SHA1 Message Date
wiz
047a7f787e Bump all packages for perl-5.18, that
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-31 12:39:57 +00:00
fhajny
bbafd012fa Add missing change entries 2013-05-31 12:39:56 +00:00
wiz
edfa5f0df9 Bump all packages for perl-5.18, that
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-31 12:39:35 +00:00
fhajny
48cf1b525b Updated lang/nodejs to 0.10.9 2013-05-31 12:19:30 +00:00
fhajny
d3676e2e36 2013.05.30, Version 0.10.9 (Stable)
* npm: Upgrade to 1.2.24
* uv: Upgrade to v0.10.9
* repl: fix JSON.parse error check (Brian White)
* tls: proper .destroySoon (Fedor Indutny)
* tls: invoke write cb only after opposite read end (Fedor Indutny)
* tls: ignore .shutdown() syscall error (Fedor Indutny)
2013-05-31 12:19:18 +00:00
rodent
fc9d2fff07 Bumping to 1.14 for the last three additions that I forgot to bump. 2013-05-31 11:37:25 +00:00
wiz
d89a14f5ea Final fix for PR pkg/47868. 2013-05-31 10:58:41 +00:00
adam
878c079353 Updated lang/perl5 to 5.18.0 2013-05-31 10:56:31 +00:00
adam
0543c3d7dc We are excited to announce perl v5.18.0, the first stable release of version
18 of Perl 5.

You can find a full list of changes in the file "perldelta.pod" located in
the "pod" directory inside the release and on the web.

Perl v5.18.0 represents approximately 12 months of development since Perl
v5.16.0 and contains approximately 400,000 lines of changes across 2,100
files from 113 authors.
2013-05-31 10:55:15 +00:00
wiz
101b8b81fb Fix previous. From Jörn Clausen. 2013-05-31 09:45:55 +00:00
wiz
76022a5e09 Try fixing build on Solaris. PR pkg/47868. 2013-05-31 08:41:55 +00:00
wiz
89e4157e46 Updated x11/libXtst to 1.2.2 2013-05-31 08:30:33 +00:00
wiz
301c0b43be Update to 1.2.2:
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-31 08:30:24 +00:00
wiz
6fd6c4eb08 Updated x11/libXxf86vm to 1.1.3 2013-05-31 08:29:46 +00:00
wiz
e31ce2c93e Update to 1.1.3:
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-31 08:29:38 +00:00
wiz
0b1e02fe92 Updated x11/libXxf86dga to 1.1.4 2013-05-31 08:28:55 +00:00
wiz
0c6dcc850b Update to 1.1.4:
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-31 08:28:47 +00:00
wiz
436ea225f5 Updated x11/libXt to 1.1.4 2013-05-31 08:27:25 +00:00
wiz
31008ad75f 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)
2013-05-31 08:27:17 +00:00
wiz
9e69be9271 Updated x11/libXres to 1.0.7 2013-05-31 08:25:52 +00:00
wiz
5965a284cd Update to 1.0.7:
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-31 08:25:43 +00:00
wiz
74f89c4eaf Updated x11/libXp to 1.0.2 2013-05-31 08:25:00 +00:00
wiz
c2692d8507 Update to 1.0.2:
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-31 08:24:51 +00:00
wiz
f22c16508e Updated x11/libXinerama to 1.1.3 2013-05-31 08:24:17 +00:00
wiz
97908c8ad0 Update to 1.1.3:
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-31 08:24:06 +00:00
rodent
dbfbb5e401 -libXfontcache; was imported to fonts/ 2013-05-31 01:13:50 +00:00
rodent
bdccd84656 +libXfontcache 2013-05-31 01:12:51 +00:00
rodent
01cd18f7f3 Will MAINTAIN this one too. 2013-05-31 01:12:01 +00:00
rodent
2db7fabb6a Added fonts/libXfontcache version 1.0.5 2013-05-31 01:11:10 +00:00
rodent
ca6653af2e Import libXfontcache-1.0.5 as fonts/libXfontcache.
Xfontcache - X-TrueType font cache extension client library.
2013-05-31 01:10:55 +00:00
rodent
c1a4a6f452 -windowswmproto -libWindowsWM 2013-05-31 00:55:22 +00:00
rodent
7f116643e3 s/Added/Moved for wm/{applewmproto,libAppleWM} 2013-05-31 00:54:07 +00:00
rodent
3974987e3e Include bsd.fast.prefs and then add wm/libAppleWM if OPSYS == Darwin,
as to not break this package on other platforms, given libAppleWM has
ONLY_FOR_PLATFORM = Darwin-*-* set. Add wm/libWindowsWM as well. Bump
version.
2013-05-31 00:49:15 +00:00
rodent
bb174c73d8 Include bsd.fast.prefs and then add wm/applewmproto if OPSYS == Darwin,
as to not break this package on other platforms, given applewmproto has
ONLY_FOR_PLATFORM = Darwin-*-* set. Add wm/windowswmproto as well. Bump
version.
2013-05-31 00:45:30 +00:00
rodent
8805ce4459 Moved applewmproto and libAppleWM to wm/ to live with windowswmproto and
libWindowsWM.
2013-05-31 00:41:10 +00:00
rodent
cc21d659ed +applewmproto +libAppleWM +libWindowsWM +windowswmproto 2013-05-31 00:38:59 +00:00
rodent
257c9bb76d Added wm/libAppleWM version 1.4.0 2013-05-31 00:37:10 +00:00
rodent
f04a590feb Moving libAppleWM-1.4.0 from x11/libAppleWM.
AppleWM is a simple library designed to interface with the Apple-WM extension.
This extension allows X window managers to better interact with
the Mac OS X Aqua user interface when running X11 in a rootless mode.

This package provides the libAppleWM library from the modular X.org
X11 project.
2013-05-31 00:36:55 +00:00
rodent
d337f6500e Added wm/applewmproto version 1.4.2 2013-05-31 00:33:58 +00:00
rodent
1ab0bdbb0d Moving applewmproto-1.4.2 from x11/applewmproto.
This provides the AppleWM extension headers from modular X.org X11
project.
2013-05-31 00:33:43 +00:00
rodent
122d8d6646 Added wm/libWindowsWM version 1.0.1 2013-05-31 00:29:07 +00:00
rodent
d8f87bce52 Import libWindowsWM-1.0.1 as wm/libWindowsWM.
WindowsWM - Cygwin/X rootless window management extension.

WindowsWM is a simple library designed to interface with the Windows-WM
extension.  This extension allows X window managers to better interact with the
Cygwin XWin server when running X11 in a rootless mode.
2013-05-31 00:28:47 +00:00
rodent
0623b84e1e Added wm/windowswmproto version 1.0.4 2013-05-31 00:27:53 +00:00
rodent
fd1cabd4f1 Import windowswmproto-1.0.4 as wm/windowswmproto.
This module provides the definition of the WindowsWM extension to the X11
protocol, used for coordination between an X11 server and the Microsoft Windows
native window manager.

WindowsWM is only intended to be used on Cygwin when running a rootless XWin
server.
2013-05-31 00:27:37 +00:00
tron
5201f7d8f9 Note update of the "apache22" package to version 2.2.24nb1. 2013-05-30 22:58:36 +00:00
tron
202b982558 Add Apache developer fix for security vulnerability reported
in CVE-2013-1862.
2013-05-30 22:58:14 +00:00
mbalmer
5fc86be5c7 Add USE_BSD_MAKEFILE=yes and bump the package revision.
Thanks, joerg, for the hint.
2013-05-30 18:18:51 +00:00
wiz
395b418cde DragonFly needs GNU readline here as well. PR pkg/47870 by David Shao. 2013-05-30 16:58:01 +00:00
wiz
db9eda4172 Updated x11/libxcb to 1.9.1 2013-05-30 16:53:56 +00:00
wiz
21e9f13b6e Update to 1.9.1:
* 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-30 16:53:47 +00:00