Commit graph

202442 commits

Author SHA1 Message Date
obache
cd254f5831 Update adobe-flash-plugin11 to 11.2.202.291 for APSB13-16 2013-06-14 08:20:57 +00:00
wiz
a1d1b2d744 Updated x11/libXvMC to 1.0.8 2013-06-14 07:41:52 +00:00
wiz
862b18a5ff Update to 1.0.8:
This bug fix release provides the fixes for the recently announced security
issues CVE-2013-1990 & CVE-2013-1999, and the fixes for the bugs introduced
in the initial set of patches for those security issues.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (6):
      Use _XEatDataWords to avoid overflow of rep.length shifting
      integer overflow in XvMCListSurfaceTypes() [CVE-2013-1990 1/2]
      integer overflow in XvMCListSubpictureTypes() [CVE-2013-1990 2/2]
      integer overflow in _xvmc_create_*()
      Multiple unvalidated assumptions in XvMCGetDRInfo() [CVE-2013-1999]
      libXvMC 1.0.8

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Dave Airlie (1):
      Multiple unvalidated patches in CVE-2013-1999

Julien Cristau (1):
      avoid overflowing by making nameLen and busIDLen addition overflow
2013-06-14 07:41:43 +00:00
wiz
0a01afab90 Updated x11/libXrender to 0.9.8 2013-06-14 07:40:51 +00:00
wiz
408212ddbb Update to 0.9.8:
This bugfix release delivers the fixes for the recently announced security
issue CVE-2013-1987.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (5):
      Use _XEatDataWords to avoid overflow of rep.length bit shifting
      integer overflow in XRenderQueryFilters() [CVE-2013-1987 1/3]
      integer overflow in XRenderQueryFormats() [CVE-2013-1987 2/3]
      integer overflow in XRenderQueryPictIndexValues() [CVE-2013-1987 3/3]
      libXrender 0.9.8

Colin Walters (1):
      autogen.sh: Implement GNOME Build API
2013-06-14 07:40:41 +00:00
wiz
2abc136826 ftp://sunsite.uio.no/pub/X11/individual/ was last updated in 2010,
remove it from xorg mirror list.
2013-06-14 07:40:15 +00:00
dholland
fdfded7a9a fix COMMENT 2013-06-14 06:36:31 +00:00
dholland
706ce13843 Add --disable-man to the configure arguments to get it to stop looking
for xsltproc. The man pages are built in the base package (devel/dconf)
and this package doesn't touch that directory when building or installing.
2013-06-14 04:59:03 +00:00
mef
15250fe413 Clean up pkglint flagged issue:
(1) mail/wl/Makefile
   - Add LICENSE=	gnu-gpl-v2.
   - Use # none instead onf # defined (EMACS_BUILDLINK=).
   - Use set instead of @set.
(2) mail/wl/patches/patch-aa
   - Add comment from old cvs log.
(3) mail/wl/patches/patch-utils_ptexinfmt.el
   Avoid diff -c confusion by pkglint:
   -*** [info] Error code 255
   + *** [info] Error code 255
(4) mk/defaults/options.description 14 Jun 2013 04:48:54 -0000
   Add following option:
   +emacs-w3m     W3m browser extention.
2013-06-14 04:56:47 +00:00
jnemeth
3b6299ecb9 Updated comms/asterisk to 11.4.0nb5 2013-06-14 04:27:23 +00:00
jnemeth
cf3d9e8a32 - fix PLIST when jabber option is disabled
- fix compile problem on newer NetBSD systems that have newlocale support
- fix a couple of cases where ctype functions called with plain char
- last two items from joerg@
2013-06-14 04:26:55 +00:00
mef
07dbb19cb1 Add patch-utils_ptexinfmt.el to build with emacs24.
Problem reported (for exmaple) at following mail:
  broken packages for 2013q2
  http://mail-index.netbsd.org/tech-pkg/2013/06/12/msg011548.html
2013-06-14 03:44:40 +00:00
mspo
ab1aed1b32 remove TODO, I fixed the redis startup file and the CVE were fixed a few versions ago 2013-06-14 02:06:52 +00:00
mef
151fbaa3c4 patch-ab modified to fix clang build problem:
(1) clang flags:
  dd_rescue.c:1494:22: warning: implicit declaration of function 'basename' is invalid in C99 [-Wimplicit-function-declaration]
        const char* ibase = basename(inm);
  (3) clang flags:
  dd_recue.c:(.text+0x12b4): undefined reference to `mypread'
  dd_rescue.c:(.text+0x1374): undefined reference to `mypwrite'
Reported by joerg@ bulkbuild, and discussed on tech-pkg@, thanks.
2013-06-14 01:07:58 +00:00
joerg
d501b58eb1 Consistently use devel/tradcpp as preprocessor. 2013-06-13 22:30:41 +00:00
alnsn
ed9500eb62 Update lua-lpeg to version 0.12.
What is LPeg? LPeg is a new (well, not that new now) pattern-matching
library for Lua, based on Parsing Expression Grammars (PEGs).

What is new in version 0.12?
  + no "unsigned short" limit for pattern sizes
  + mathtime captures considered nullable  (*)
  + some bugs and compiler warnings fixed

Where to get it?

  http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-0.12-rc1.tar.gz


(*) Although this change can be considered logically a bug fix, it can
lead to some old patterns being refused with a "loop body may accept
empty string" error. It should be easy to fix these patterns.
2013-06-13 22:13:58 +00:00
joerg
2fcb33b1f7 Merge Clang fixes from xenkernel41. 2013-06-13 21:49:59 +00:00
joerg
3d75da359e Don't use rel_ops, it can create ambiguity for types that define more
than the minimal operator set. Rename out_of_range.
2013-06-13 21:48:09 +00:00
jperkin
17461f001d Pull in OpenSSL buildlink3 rather than disabling completely.
Requested by joerg.
2013-06-13 21:46:34 +00:00
joerg
f5c48f51d1 Don't try to strip Perl scripts. Pass down -export-dynamic as linker
flag.
2013-06-13 21:44:06 +00:00
joerg
5a72270429 -export-dynamic is a linker option, pass it down as such. 2013-06-13 21:43:26 +00:00
joerg
ffbf6e6888 Fix redefinition in the same scope. Add missing unistd.h. 2013-06-13 21:42:22 +00:00
joerg
a7edaa8bef The key argument of std::map must not be const as it can't be assigned
internally otherwise.
2013-06-13 21:41:48 +00:00
joerg
3c7611716e Fix PLIST. Bump revision. 2013-06-13 21:41:02 +00:00
joerg
710e262b50 Always link with G++ and don't hard-code libstdc++. 2013-06-13 21:40:43 +00:00
jperkin
2f75460771 Only disable OpenSSL if not using a builtin implementation. 2013-06-13 21:36:46 +00:00
wiz
97e86630df Add missing patch checksum. 2013-06-13 21:35:24 +00:00
fhajny
eed7f7ffc2 Updated lang/nodejs to 0.10.11 2013-06-13 20:11:26 +00:00
fhajny
9083dc146c Update nodejs to 0.10.11.
2013.06.13, Version 0.10.11 (Stable)
* uv: upgrade to 0.10.11
* npm: Upgrade to 1.2.30
* openssl: add missing configuration pieces for MIPS (Andrei Sedoi)
* Revert "http: remove bodyHead from 'upgrade' events" (isaacs)
* v8: fix pointer arithmetic undefined behavior (Trevor Norris)
* crypto: fix utf8/utf-8 encoding check (Ben Noordhuis)
* net: Fix busy loop on POLLERR|POLLHUP on older linux kernels
  (Ben Noordhuis, isaacs)
2013-06-13 20:11:05 +00:00
mspo
3efef03235 unless a config file is given in rc.conf, default to bind localhost and run daemonized 2013-06-13 18:26:02 +00:00
mspo
ecc4632d71 add redis to databases/ Makefile 2013-06-13 17:43:03 +00:00
mspo
6adce56814 Updated databases/redis to 2.6.13 2013-06-13 17:42:30 +00:00
mspo
450f792ed4 Import redis from wip!
Redis is a persistent key-value database with built-in net interface
2013-06-13 17:41:34 +00:00
asau
ee1e3bc981 Add another site. 2013-06-13 16:31:55 +00:00
jperkin
1b13cbaf56 Updated archivers/bsdtar to 2.8.4nb1 2013-06-13 16:25:30 +00:00
jperkin
e482b58899 Explicitly disable OpenSSL support, to prevent it from erroneously picking
up a system one regardless of PREFER_PKGSRC.

Bump PKGREVISION.
2013-06-13 16:25:19 +00:00
jperkin
738ac2e00b Updated archivers/libarchive to 2.8.4nb2 2013-06-13 16:24:28 +00:00
jperkin
89823b0447 Explicitly disable OpenSSL support, to prevent it from erroneously picking
up a system one regardless of PREFER_PKGSRC.

Bump PKGREVISION.
2013-06-13 16:24:13 +00:00
wiz
c1a95285b6 Include inttypes.h for PRIu64.
No idea why this suddenly started to be necessary though (on
NetBSD-6.99.20/amd64).
2013-06-13 14:35:34 +00:00
joerg
cf501cab1d Don't poison malloc and friends in a way that breaks cstdlib. 2013-06-13 14:30:17 +00:00
joerg
954432c77a Drop a bunch of ext/algorithm uses for asserts. Add explicit namespace
references to resolve ambiguity with a C++11 STL implementation.
2013-06-13 14:29:37 +00:00
joerg
cb9c22b640 There is no portable way to derive vector iterators from pointers, so
just use the pointers directly.
2013-06-13 14:28:38 +00:00
wiz
34866e4df5 Updated emulators/mess to 0.149 2013-06-13 14:28:22 +00:00
wiz
dc6b8d56c6 Updated emulators/mame to 0.149 2013-06-13 14:28:12 +00:00
wiz
3f658747bc Update mame and mess to 0.149.
Bug fixes and new roms supported, like usual. Details at
http://mamedev.org/releases/whatsnew_0149.txt
and
http://mamedev.org/releases/messnew_0149.txt
2013-06-13 14:27:59 +00:00
joerg
8acc42f97c Fix main prototype. 2013-06-13 14:27:50 +00:00
joerg
2b253a665a Don't put extern "C" around headers that themselve include C++ headers. 2013-06-13 14:27:21 +00:00
joerg
dcecfb4672 Replace tcl with tk as dependency. The former is not enough. 2013-06-13 14:26:35 +00:00
joerg
5b2c534e70 Needs tk. 2013-06-13 14:26:14 +00:00
joerg
7719334589 Don't mess with inline, it breaks inline namespaces in C++.
Bump revision.
2013-06-13 14:25:30 +00:00