Commit graph

182309 commits

Author SHA1 Message Date
hans
448c05d20a Don't use -export-dynamic on SunOS. 2012-02-16 17:20:07 +00:00
hans
9607f0baec Don't try to install SysV init scripts. That used to fix the build on
SunOS. Now it breaks because of tiff 4.0.
2012-02-16 17:18:50 +00:00
hans
9ee4c3a265 Fix build on SunOS. 2012-02-16 17:13:03 +00:00
taca
72a8db4870 Add version for Contao 2.11.0. 2012-02-16 16:48:06 +00:00
hans
b546c53c83 Fix build on SunOS. 2012-02-16 16:47:57 +00:00
taca
d6f049fcd5 Note update of Ruby 1.8.7 and 1.9.3 releated packages:
lang/ruby18-base	1.8.7.358
	lang/ruby18		1.8.7.358
	lang/ruby193-base	1.9.3p125
	lang/ruby193		1.9.3p125
	devel/ruby-mode		1.9.3p125
2012-02-16 16:47:04 +00:00
taca
c1d76a3e03 Reset PKGREVISION with update. 2012-02-16 16:46:24 +00:00
taca
859ee2c42d Update ruby193-base package to 1.9.3p125 (Ruby 1.9.3 patchlevel 125).
Implictly update lang/ruby193 and devel/ruby-mode (nothing change).

== Fixes

* Fix for Ruby OpenSSL module: Allow "0/n splitting" as a prevention
  for the TLS BEAST attack
* Fixed: LLVM/clang support [Bug #5076]
* Fixed: GCC 4.7 support [Bug #5851]
* other bug fixes

For more detail, please refer:
	http://svn.ruby-lang.org/repos/ruby/tags/v1_9_3_125/ChangeLog
2012-02-16 16:43:38 +00:00
hans
5b3c5c0f69 Fix build on SunOS. 2012-02-16 16:40:34 +00:00
taca
48a2d9372e Update ruby18-base package to 1.8.7-pl357 (Ruby 1.8.7 patchlevel 357).
Wed Feb  8 14:06:59 2012  Hiroshi Nakamura  <nahi@ruby-lang.org>

	* ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSL
	  option to prevent BEAST attack. See [Bug #5353].

	  In OpenSSL, OP_DONT_INSERT_EMPTY_FRAGMENTS is used to prevent
	  TLS-CBC-IV vulunerability described at
	  http://www.openssl.org/~bodo/tls-cbc.txt
	  It's known issue of TLSv1/SSLv3 but it attracts lots of attention
	  these days as BEAST attack. (CVE-2011-3389)

	  Until now ossl sets OP_ALL at SSLContext allocation and call
	  SSL_CTX_set_options at connection.  SSL_CTX_set_options updates the
	  value by using |= so bits set by OP_ALL cannot be unset afterwards.

	  This commit changes to call SSL_CTX_set_options only 1 time for each
	  SSLContext. It sets the specified value if SSLContext#options= are
	  called and sets OP_ALL if not.

	  To help users to unset bits in OP_ALL, this commit also adds several
	  constant to SSL such as
	  OpenSSL::SSL::OP_DONT_INSERT_EMPTY_FRAGMENTS.  These constants were
	  not exposed in Ruby because there's no way to unset bits in OP_ALL
	  before.

	  Following is an example to enable 0/n split for BEAST prevention.

	    ctx.options = OP_ALL & ~OP_DONT_INSERT_EMPTY_FRAGMENTS

	* test/openssl/test_ssl.rb: Test above option exists.
2012-02-16 16:36:07 +00:00
hans
5184ce61ac Fix build on SunOS. 2012-02-16 16:30:03 +00:00
hans
34b818fd25 Fix build on SunOS. 2012-02-16 16:13:51 +00:00
hans
a476d3d9ee Include strings.h for rindex(), fixes build on SunOS. 2012-02-16 16:11:24 +00:00
hans
9632a0d27b Fix build on SunOS. 2012-02-16 16:04:52 +00:00
hans
d27fe1e7b1 Fix build on SunOS. Also fix a few things that gcc46 complains about. 2012-02-16 15:50:15 +00:00
hans
6c70754b5c Fix build on SunOS. 2012-02-16 15:37:55 +00:00
hans
f10dfdcbcf Fix destdir build. 2012-02-16 15:36:31 +00:00
hans
beb0f881cb Fix build on SunOS. 2012-02-16 15:28:19 +00:00
hans
06745b28f3 Build locales, buildlink against libiconv. 2012-02-16 15:26:41 +00:00
hans
b774284cd7 Fix build on SunOS. 2012-02-16 15:12:49 +00:00
drochner
9ee0642cd4 open(2) is variadic (at least in Posix and NetBSD), g_open is not,
don't mix them, the ABIs are incompatible at least on amd64
bump PKGREV
2012-02-16 15:09:54 +00:00
hans
cfa33ca2f8 Fix build on SunOS. 2012-02-16 15:00:58 +00:00
taca
7fc5400ec8 Sort PLIST. 2012-02-16 14:47:01 +00:00
wiz
42bb8812e9 Sort. 2012-02-16 14:44:45 +00:00
hans
015a0c8b64 Fix build on SunOS. 2012-02-16 13:50:52 +00:00
hans
5da1ac0872 Fix build on SunOS. 2012-02-16 13:39:26 +00:00
sno
0baa2212bb Fix missing include of Pod::Usage for displaying help 2012-02-16 13:09:26 +00:00
wiz
93b0ae4f60 Add missing pkg-config dependency. 2012-02-16 11:58:50 +00:00
taca
20603cd64e Note addition of devel/ruby-fast_gettext package version 0.6.4 and
devel/ruby-gettext_i18n_rails package version 0.4.3.
2012-02-16 11:57:53 +00:00
taca
23b1b420a4 Add and enable ruby-fast_gettext and ruby-gettext_i18n_rails. 2012-02-16 11:57:13 +00:00
taca
05363338fd Importing ruby-gettext_i18n_rails version 0.4.3.
FastGettext / Rails integration.

Translate via FastGettext, use any other I18n backend as extension/fallback.

Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files We do:
_('Just translate my damn text!') with simple, flat mo/po/yml files or
directly from db To use I18n calls add a syntax.with.lots.of.dots translation.
2012-02-16 11:55:54 +00:00
taca
286555a0a3 Importing ruby-fast_gettext version 0.6.4.
GetText but 3.5 x faster, 560 x less memory, simple, clean namespace (7 vs 34)
and threadsafe!

It supports multiple backends (.mo, .po, .yml files, Database (ActiveRecord +
any other), Chain, Loggers) and can easily be extended.
2012-02-16 11:54:04 +00:00
hans
cb16082b09 Fix build on SunOS. 2012-02-16 11:41:04 +00:00
hans
0974d12489 Fix build on SunOS. 2012-02-16 11:29:59 +00:00
hans
a2d3287072 Needs tex-metapost for groff.enc. 2012-02-16 11:18:04 +00:00
hans
f6dd7125b5 Fix PLIST for !NetBSD platforms. 2012-02-16 11:05:20 +00:00
hans
1820edfb97 Fix build on SunOS. 2012-02-16 11:02:55 +00:00
hans
4ff194bca5 On SunOS, static linking is unsupported since 5.10, and it always was on
64bit platforms.
2012-02-16 10:56:10 +00:00
obache
9f55266338 Updated multimedia/gnash to 0.8.10 2012-02-16 10:45:29 +00:00
obache
6e3dadf563 Update gnash to 0.8.10.
Gnash 0.8.10
2012/01/30

Improvements since 0.8.9 release are:

 * Qt4 GUI supports mouse wheel, clipboard, and screen resolution.
 * Enhanced UI support for script limits (abort popups, user prefs).
 * BitmapData functions copyPixels(), copyChannel(), perlinNoise() and noise()
   implemented.
 * Node id mapping in ActionScript XML class implemented (XML.idMap).
 * Fix dispatching of Sound.onLoad event, fixing google dict audio.
 * Fix support for control tags found after last expected frame (#33176).
 * Fix support for uncompressed sound with gstreamer media handler.
 * Implement Button.getDepth(), fix button key events.
 * Fixes to startDrag and stopDrag opcodes.
 * Implement onSoundComplete() for event sounds (#23020).
 * Fix MovieClip.onLoad event dispatching and constant pools handling, fixing
   support for movies generated by the evil Adobe Captivate tool (#33521).
 * Fix unattached Sound.stop() semantic (#33888) enjoy Super Mario!
 * OpenVG renderer added.
 * Improved framebuffer GUI and touchscreen support.
 * Framebuffer now supports using multiple renderers.
 * Refactored input device support.
 * Fix parsing of lossless 16bit bitmaps, fixing support for movies
   generated by the evil TechSmit Camtasia tool (#34625).
 * Improved double buffering support for AGG in a framebuffer.
 * Thumbnailer for SWF files and GNOME2 desktop config for it.
2012-02-16 10:44:53 +00:00
sno
cbd4e102c1 Updated devel/p5-B-Utils to 0.17 2012-02-16 06:30:00 +00:00
sno
a57aecf178 Updating package for CPAN distribution B::Utils in devel/p5-B-Utils from
0.15nb1 to 0.17.

Upstream changes:
   - Use FUNCLIST to declare exported symbols (Alexandr Ciornii)

0.16 Fri Jul 08 2011
   - EU::Depends version. The CPAN built version specified only 0.301
     but Windows computers needed 0.302 so their CPAN clients were
     broken.
2012-02-16 06:29:49 +00:00
sno
7170ccce88 Updated devel/p5-B-Keywords to 1.12 2012-02-16 06:26:34 +00:00
sno
cba2c8a00b Updating package for CPAN distribution B::Keywords in devel/p5-B-Keywords
from 1.10nb1 to 1.12.

Upstream changes:
1.11 rafl
  - Add new keywords for 5.16, __SUB__ and evalbytes.
1.12 rurban
  - Add new keyword fc (Unicode casefolding) for 5.16 added with commit 838f2281
  - added diag before each big t/11keywords.t loop
2012-02-16 06:26:23 +00:00
sno
21a10cc9b6 Updated devel/p5-B-Hooks-Parser to 0.10 2012-02-16 06:23:47 +00:00
sno
bd1fb9a6cf Updating package for CPAN distribution B::Hooks::Parser in
devel/p5-B-Hooks-Parser from 0.09nb2 to 0.10.

Upstream changes:
0.10  Mon, 06 Feb 2012 13:10:00 +0000
  * In the Perl API, don't be confused by NULs in the parser buffer.
  * Fix off-by-one error in buffer length check for set_linestr.
  * Jump through some hoops to avoid compiler warnings.
  * Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
  * Note repository and bugtracker locations.
2012-02-16 06:23:36 +00:00
sno
da5e16841e Updated devel/p5-App-Cmd to 0.316 2012-02-16 06:13:14 +00:00
sno
b7aa705c8d Updating package in devel/p5-App-Cmd for CPAN distribution App::Cmd from
0.314 to 0.316.

pkgsrc changes:
- adjust dependencies according to meta data

Upstream changes:
0.316     2012-02-11 10:50:46 America/New_York
          fix the test of "echo" on Win32 (thanks, Chris Williams)

0.315     2012-02-10 09:08:49 America/New_York
          totally worthless release made by mistake
2012-02-16 06:13:03 +00:00
sno
d6e4c6a2f2 Updated devel/p5-Capture-Tiny to 0.16 2012-02-16 06:10:21 +00:00
sno
1c68351e40 Updating package in devel/p5-Capture-Tiny for CPAN distribution
Capture::Tiny from 0.15 to 0.16.

Upstream changes:
0.16      2012-02-12 21:04:24 EST5EDT
  Documented:

  - Noted problems and workaround for FCGI's pathological tied STDIN
    [rt.cpan.org #74681; thank you Karl Gaissmaier for testing the
    workaround]
2012-02-16 06:10:10 +00:00