Commit graph

182289 commits

Author SHA1 Message Date
hans
76cb1df72d Make sure the correct install tool is used. 2012-02-16 19:32:19 +00:00
hans
f0c021ef27 Fix build on SunOS. 2012-02-16 19:31:25 +00:00
hans
7876fcc205 Fix build on SunOS 5.11. 2012-02-16 19:30:30 +00:00
hans
89aaeb4bf7 Add vdpau to the list of disabled plugins. 2012-02-16 19:27:47 +00:00
hans
8a8d96ec1d Fix build on SunOS. 2012-02-16 19:25:11 +00:00
hans
1c693dcd6c Remove check for fopencookie/funopen. They are not required to build
this package.
2012-02-16 19:15:12 +00:00
hans
eb2359118c Make sure the correct install tool is used. 2012-02-16 19:06:52 +00:00
hans
0ce33894d1 Uses a BSD makefile. 2012-02-16 19:04:52 +00:00
hans
4e429c454b Fix build on SunOS. 2012-02-16 18:57:49 +00:00
hans
6fb7111e7d Explicitly tell CPP that it should parse stdin as C-header when building glu.exports. 2012-02-16 18:56:23 +00:00
hans
b0e1415491 Uses nroff to build its manpage. 2012-02-16 18:53:22 +00:00
hans
376cffca37 Fix build on SunOS. 2012-02-16 18:48:52 +00:00
hans
d944e8bb08 Make sure this uses the correct install tool. 2012-02-16 18:48:05 +00:00
hans
af631d0d26 Fix build on SunOS. 2012-02-16 18:45:59 +00:00
hans
d060977bf9 Set CFLAGS for the benefit of packages ignoring CPPFLAGS. 2012-02-16 18:39:53 +00:00
hans
c80ad443a7 Don't use -Werror on SunOS. 2012-02-16 18:38:46 +00:00
hans
d8d77082c7 Fix build on SunOS. 2012-02-16 18:36:34 +00:00
hans
0a74bcf3a9 Fix build on SunOS (previous commit was incomplete). 2012-02-16 18:35:02 +00:00
hans
f2c5489fb8 Fix build on SunOS. 2012-02-16 18:33:36 +00:00
hans
62226ae91c Fix two problems observed on SunOS:
- don't try to find a python executable when running for pkgsrc
 - use g++ instead of gcc for linking c++ libraries, patch from
   http://public.kitware.com/pipermail/cmake/2011-July/045300.html
2012-02-16 18:32:25 +00:00
hans
8c3319c571 Upstream build fix for https://svn.boost.org/trac/boost/ticket/6158 2012-02-16 18:24:12 +00:00
hans
7613441ff1 Uses nroff and USE_BSD_MAKEFILE. 2012-02-16 18:10:43 +00:00
hans
c735753a65 Fix build on SunOS. 2012-02-16 18:05:09 +00:00
hans
022cd2268f Remove set but unused variable. 2012-02-16 18:04:08 +00:00
hans
c95fc8aefd Fix build on SunOS. 2012-02-16 18:00:20 +00:00
hans
705bbd10fc Fix build on SunOS. 2012-02-16 17:47:04 +00:00
hans
caf46b4e91 Fix build on SunOS. 2012-02-16 17:35:30 +00:00
hans
76a9a6328f Fix build on SunOS. 2012-02-16 17:25:16 +00:00
hans
6f8b4e9e4f Buildlink textproc/wbxml2 in buildlink3.mk. 2012-02-16 17:22:39 +00:00
hans
fa38e0743a Don't enable bluetooth on SunOS. 2012-02-16 17:21:15 +00:00
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