Commit graph

184980 commits

Author SHA1 Message Date
ryoon
91aee642ae Update to 4.3.17
Changelog:
* Fix some completion bugs
* Add command completions
* Bug fixes
2012-04-14 16:02:45 +00:00
ryoon
a368aa668f Added fonts/croscorefonts version 1.21.0 2012-04-14 15:55:29 +00:00
ryoon
a4a09362d5 Add croscorefonts 2012-04-14 15:54:31 +00:00
ryoon
27d294fc90 Import croscorefonts-1.21.0 as fonts/croscorefonts.
Google Croscore fonts package contains a collections of fonts that
offers improved on-screen readability characteristics and the
pan-European WGL character set and solves the needs of developers
looking for width-compatible fonts to address document portability
across platforms.
2012-04-14 15:53:04 +00:00
jmmv
36f6e1d095 Use updated kqueue patch for glib 2.30.3. 2012-04-14 15:43:10 +00:00
drochner
2ec2599486 mention updates 2012-04-14 13:33:22 +00:00
drochner
1fb223f022 update to 1.6.7
changes:
The following bugs have been fixed:
-showing Malformed Packets H263-1996 (RFC2190).
-Wireshark could crash while trying to open an rpcap: URL.
Updated Protocol Support: H.263
2012-04-14 13:31:28 +00:00
drochner
e3b547843a update to 1.0.15
changes:
Minor fixes, enhancements, and nots of translation updates.
2012-04-14 13:28:23 +00:00
drochner
4188648074 update to 0.7.12
changes:
Fixes: CVE-2012-0853, CVE-2012-0858, CVE-2011-3929, CVE-2011-3936,
       CVE-2011-3937, CVE-2011-3940, CVE-2011-3945, CVE-2011-3947
Several security issues that dont have CVE numbers.
and about 150 bugfixes
2012-04-14 13:20:58 +00:00
adam
cb61c66fa6 Added support for apache24 2012-04-14 12:58:19 +00:00
adam
456b8a4b93 Installation fix 2012-04-14 12:46:46 +00:00
adam
c9393280fa Updated databases/mysql55 to 5.5.23 2012-04-14 12:11:56 +00:00
adam
fe942f733f Changes 5.5.23:
Bugs Fixed
* Security Fix: Bug 59533 was fixed.
* Performance: Partitioning: InnoDB Storage Engine: The statistics used by the
  optimizer for queries against partitioned InnoDB tables were based only on the
  first partition of each such table, leading to use of the wrong execution
  plan.
* References: This bug was introduced by Bug 11756867.
* Performance: InnoDB Storage Engine: Improved the performance of the DROP TABLE
  statement for InnoDB tables, especially on systems with a large buffer pool.
  The fix speeds up the processing for freeing entries in the adaptive hash
  index.
* InnoDB Storage Engine: Deleting a huge amount of data from InnoDB tables
  within a short time could cause the purge operation that flushes data from the
  buffer pool to stall. If this issue occurs, restart the server to work around
  it. This issue is only likely to occur on 32-bit platforms.
* InnoDB Storage Engine: If the server crashed during a TRUNCATE TABLE or CREATE
  INDEX statement for an InnoDB table, or a DROP DATABASE statement for
  a database containing InnoDB tables, an index could be corrupted, causing an
  error message when accessing the table after restart:
  InnoDB: Error: trying to load index index_name for table table_name
  InnoDB: but the index tree has been freed!
  In MySQL 5.1, this fix applies to the InnoDB Plugin, but not the built-in
  InnoDB storage engine.
* InnoDB Storage Engine: When data was removed from an InnoDB table, newly
  inserted data might not reuse the freed disk blocks, leading to an unexpected
  size increase for the system tablespace or .ibd file (depending on the
  setting of innodb_file_per_table. The OPTIMIZE TABLE could compact a .ibd file
  in some cases but not others. The freed disk blocks would eventually be
  reused as additional data was inserted.
More...
2012-04-14 12:10:05 +00:00
obache
6b0313cfcf Updated lang/python31 to 3.1.5 2012-04-14 11:22:24 +00:00
obache
d1d34b2d7e Update python31 to 3.1.5.
(CVE-2012-0845 is already fixed in pkgsrc)

What's New in Python 3.1.5?
===========================

*Release date: 2012-04-08*

Core and Builtins
-----------------

- Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED
  environment variable, to provide an opt-in way to protect against denial of
  service attacks due to hash collisions within the dict and set types.  Patch
  by David Malcolm, based on work by Victor Stinner.

Library
-------

- Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash
  table internal to the pyexpat module's copy of the expat library to avoid a
  denial of service due to hash collisions.  Patch by David Malcolm with some
  modifications by the expat project.

- Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in
  SimpleXMLRPCServer upon malformed POST request.

- Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC
  IV attack countermeasure.

- Issue #11603: Fix a crash when __str__ is rebound as __repr__.  Patch by
  Andreas Stührk.
2012-04-14 11:22:07 +00:00
gls
b8f8e0072a Updated sysutils/capistrano to 2.12.0 2012-04-14 11:01:44 +00:00
gls
5bb71c2c35 Update sysutils/capistrano to 2.12.0
Upstream changes:
-----------------

## 2.12.0 / April 13 2012

This release revserts the very verbose logging introduced in the previous
version, it also enables a handful of power-user features which are largely
un-documented, but shouldn't be important unless you are looking for them.
Undocumented code shouldn't scare you, simply read through deploy.rb in the Gem
if you want to know how a new feature works!

 * Update mapped commands to remove symlink deprecation warning. Despo Pentara
(despo)

 * Add the "rpm" remote dependency. Nick Hoffman (nickhoffman)

 * Add commented deploy:cleanup task to default recipe. Jean-Philippe Doyle
(j15e)

 * Teach deploy:web:enable to fail gracefully. Lee Marlow (lmarlow)

 * Ticket 193 alias task show wrong name when it is not overridden. Rafa García
(rgo)

 * Allow configuration of which roles assets are precompiled on. Frederick
Cheung (fcheung)

 * Fix transfer action to honor dry-run flag. Serg Podtynnyi (shtirlic)

 * Changed single to double quotes for Windows, fixes a Windows bug in the HG
module. Matthew J Morrison (mattjmorrison)

 * Add UnsharedRemoteCache (copied from eycap gem). Ben Symonds (bensymonds)

As ever, a sincere thanks to all contributors, and do not hesitate to contact
me if this release causes problems for you.
2012-04-14 11:01:29 +00:00
obache
e357ff17d0 Updated net/libupnp to 1.6.17 2012-04-14 10:54:04 +00:00
obache
643385b30e Updated lang/python26 to 2.6.8 2012-04-14 10:47:36 +00:00
obache
85b968ee6c Update python26 to 2.6.8.
(CVE-2012-0845, CVE-2012-1150 are alredy fixed in pkgsrc,
 CVE-2012-0876 is not affect to pkgsrc, using external expat)

What's New in Python 2.6.8?
===========================

*Release date: 2012-04-10*

No changes since 2.6.8rc2.


What's New in Python 2.6.8 rc 2?
================================

*Release date: 2012-03-17*

Library
-------

- Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash
  table internal to the pyexpat module's copy of the expat library to avoid a
  denial of service due to hash collisions.  Patch by David Malcolm with some
  modifications by the expat project.


What's New in Python 2.6.8 rc 1?
================================

*Release date: 2012-02-23*

Core and Builtins
-----------------

- Issue #13703: oCERT-2011-003 CVE-2012-1150: add -R command-line
  option and PYTHONHASHSEED environment variable, to provide an opt-in
  way to protect against denial of service attacks due to hash
  collisions within the dict and set types.  Patch by David Malcolm,
  based on work by Victor Stinner.

Library
-------

- Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in
  SimpleXMLRPCServer upon malformed POST request.

- Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC
  IV attack countermeasure.
2012-04-14 10:47:17 +00:00
hans
2ece7d160a Move options to options.mk. Default to option sdl on Darwin. Bump
revision. From Robert Doerfler.
2012-04-14 10:12:01 +00:00
gls
0ca4a23890 Updated sysutils/fabric to 1.4.1nb1 2012-04-14 09:29:35 +00:00
gls
c4d6009acc Fix PLIST.
Thanks imil@!
2012-04-14 09:29:18 +00:00
gls
829126c26d Updated sysutils/fabric to 1.4.1 2012-04-14 09:22:07 +00:00
gls
317be26c99 Update sysutils/fabric to 1.4.1
Upstream changes:
-----------------

2012-04-04: released Fabric 1.4.1
2012-04-04: released Fabric 1.3.6

[Bug] #608: Add capture kwarg to rsync_project to aid in debugging rsync
problems.

[Bug] #607: Allow local to display stdout/stderr when it warns/aborts, if it
was capturing them.

[Bug] #395: Added an FAQ entry detailing how to handle init scripts which
misbehave when a pseudo-tty is allocated.

[Bug] #568: execute allowed too much of its internal state changes (to
variables such as env.host_string and env.parallel) to persist after execution
completed; this caused a number of different incorrect behaviors. execute has
been overhauled to clean up its own state changes - while preserving any state
changes made by the task being executed.

[Bug] #584: upload_project did not take explicit remote directory location into
account when untarring, and now uses cd to address this. Thanks to Ben Burry
for the patch.

[Bug] #458: with_settings did not perfectly match settings, re: ability to
inline additional context managers. This has been corrected. Thanks to Rory
Geoghegan for the patch.

[Bug] #499: contrib.files.first used an outdated function signature in its
wrapped exists call. This has been fixed. Thanks to Massimiliano Torromeo for
catch & patch.

[Bug] #551: --list output now detects terminal window size and truncates (or
doesn't truncate) accordingly. Thanks to Horacio G. de Oro for the initial pull
request.

[Bug] #572: Parallel task aborts (as oppposed to unhandled exceptions) now
correctly print their abort messages instead of tracebacks, and cause the
parent process to exit with the correct (nonzero) return code. Thanks to Ian
Langworth for the catch.

[Bug] #306: Remote paths now use posixpath for a separator. Thanks to Jason
Coombs for the patch.

2012-02-13: released Fabric 1.4.0
2012-02-13: released Fabric 1.3.5
2012-02-13: released Fabric 1.2.6
2012-02-13: released Fabric 1.1.8

[Bug] #495: Fixed documentation example showing how to subclass Task. Thanks to
Brett Haydon for the catch and Mark Merritt for the patch.

[Bug] #410: Fixed a bug where using the task decorator inside/under another
decorator such as hosts could cause that task to become invalid when invoked by
name (due to how old-style vs new-style tasks are detected.) Thanks to Dan
Colish for the initial patch.

[Feature] #559: rsync_project now allows users to append extra SSH-specific
arguments to rsync`s --rsh flag.

[Feature] #138: env.port may now be written to at fabfile module level to set a
default nonstandard port number. Previously this value was read-only.

[Feature] #3: Fabric can now load a subset of SSH config functionality directly
from your local ~/.ssh/config if env.use_ssh_config is set to True. See
Leveraging native SSH config files for details. Thanks to Kirill Pinchuk for
the initial patch.

[Feature] #12: Added the ability to try connecting multiple times to
temporarily-down remote systems, instead of immediately failing. (Default
behavior is still to only try once.) See env.timeout and
env.connection_attempts for controlling both connection timeouts and total
number of attempts. reboot has also been overhauled (but practically deprecated
- see its updated docs.)

[Feature] #474: execute now allows you to access the executed task's return
values, by itself returning a dictionary whose keys are the host strings
executed against.

[Bug] #487: Overhauled the regular expression escaping performed in append and
contains to try and handle more corner cases. Thanks to Neilen Marais for the
patch.

[Support] #532: Reorganized and cleaned up the output of fab --help.

[Feature] #8: Added --skip-bad-hosts/env.skip_bad_hosts option to allow
skipping past temporarily down/unreachable hosts.

[Feature] #13: Env vars may now be set at runtime via the new --set
command-line flag.

[Feature] #506: A new output alias, commands, has been added, which allows
hiding remote stdout and local "running command X" output lines.

[Feature] #72: SSH agent forwarding support has made it into Fabric's SSH
library, and hooks for using it have been added (disabled by default; use -A or
env.forward_agent to enable.) Thanks to Ben Davis for porting an existing
Paramiko patch to ssh and providing the necessary tweak to Fabric.
2012-04-14 09:21:43 +00:00
obache
4bde3533e1 Note update of ruby-gnome2 packages 2012-04-14 04:30:39 +00:00
obache
96d0a072a2 Update ruby-gnome2 to 1.1.3.
== Ruby-GNOME2 1.1.3: 2012-04-08

This is a bug fix release of 1.1.2.

=== Changes

==== Ruby/GLib2

  * Improvements
    * Added required Ruby version into gemspec.
    * [GitHub#106] glib-mkenums.rb supported macro lines in header.
      This change is required for building with GLib 2.31.20.
      [Reported by mtasaka]
    * [GitHub#107] Supported tests on PPC.
      [Reported by mtasaka]
  * Fixes
    * Fixed handler_id type.

==== Ruby/GTK2

  * Improvements
    * Added Gtk::TreeViewColumn#set_sort_column_id and
      Gtk::TreeViewColumn#sort_column_id= for GTK+ < 2.18.
      [ruby-gnome2-devel-en] Gtk::TreeViewColumn
      [Reported by grant schoep]
    * Added Gtk::InfoBar.
    * Added Gtk::MessageType.
    * Added Gtk::ResponseType.
  * Fixes
    * Fixed build failure with GTK+ < 2.12.
      [ruby-gnome2-devel-en] compile problems gtk2, ruby-gnome2-all-1.1.2
      [Reported by grant schoep]
    * Fixed require failure with GTK+ < 2.14.
      [ruby-gnome2-devel-en] NameError: undefined method
      `color_selection' for class `Gtk::ColorSelectionDialog'
      [Reported by grant schoep]

==== Ruby/Poppler

  * Improvements
    * [GitHub#97] Added Poppler::Page#text_layout.
      [Patch by Andrey Kutejko]
    * [SF.net#3495948] Removed needless poppler-cairo check.
      [Reported by Pino Toscano]
  * Fixes
    * [GitHub#96] Fixed valid state of child index iterator.
      [Patch by Andrey Kutejko]
    * [GitHub#97] Fixed parameter check of Poppler::Page#get_text.
      [Patch by Andrey Kutejko]

==== Ruby/VTE

  * Fixes
    * Fixed build failure with VTE < 0.24.

==== Ruby/GStreamer

  * Improvements
    * Added Gst::Element#seek_simple.
  * Fixes
    * [GitHub#95] Fixed async test.
      [Reported by mtasaka]
2012-04-14 04:27:49 +00:00
taca
ca03333b5e - mysql-5.0.96.
+ mysql-5.5.23, xlsatoms-1.1.1 [unpackaged], xpr-1.0.4 [unpackaged].
2012-04-14 04:06:43 +00:00
taca
8a98d7abc1 Note update of databases/mysql5-client and databases/mysql5-server
packages to 5.0.96.
2012-04-14 04:05:54 +00:00
taca
f1a5846c81 Update mysql5-client and mysql5-server to 5.0.96, last release of
MySQL 5.0 series.


5.0.96

* yaSSL was upgraded from version 1.7.2 to 2.2.0.

5.0.95

* No change log entries.

5.0.94

* Some files in the MySQL Server sources containing legacy code still used the
  LGPL license. Such files that were no longer in use have been removed. Any
  such code that remains following this removal now appears under the GPL
  only. (Bug #11896296)

  References: See also Bug #11840513.

* Under some circumstances, the result of SUBSTRING_INDEX() incorrectly
  depended on the contents of the previous row. (Bug #42404, Bug #11751514)

5.0.93

* Security Fix: The PolyFromWKB() function could crash the server when
  improper WKB data was passed to the function. (Bug #51875, Bug #11759554,
  CVE-2010-3840)

* Security Fix: Bug #36544 was fixed.

* Security Fix: Bug #49124 and Bug #11757121 were fixed.

* Two unused test files in storage/ndb/test/sql contained incorrect versions
  of the GNU Lesser General Public License. The files and the directory
  containing them have been removed. (Bug #11810224)

  References: See also Bug #11810156.

* On FreeBSD and OpenBSD, the server incorrectly checked the range of the
  system date, causing legal values to be rejected. (Bug #55755, Bug
  #11763089)
2012-04-14 04:04:48 +00:00
dholland
4b105f7f7f Fix previous, should be ${TOOLS_PATH.zip} as noted by Joerg. 2012-04-14 03:47:37 +00:00
obache
74044142e6 Bump PKGREVISION from libupnp shlib bump. 2012-04-13 23:56:45 +00:00
obache
9bfc3fb772 Updated filesystems/fuse-djmount to 0.71nb2 2012-04-13 23:55:49 +00:00
obache
529350d4b8 * fixes build with libupnp>=1.6.7
* bump PKGREVISION from libupnp shlib bump
2012-04-13 23:55:37 +00:00
obache
8250a89e29 Updated multimedia/gmediaserver to 0.13.0nb3 2012-04-13 23:52:22 +00:00
obache
ce600c17b9 * fixes for libupnp>=1.6.7
* more patches (and comments)
* Bump PKGREVISION from libupnp shlib bump.
2012-04-13 23:52:11 +00:00
obache
17c1784df9 Updated multimedia/ushare to 1.1anb3 2012-04-13 23:44:53 +00:00
obache
91cb2f7a57 * fixes build with libupnp>=1.6.7.
* Bump PKGREVISION from libupnp shlib bump.
2012-04-13 23:44:38 +00:00
obache
12012dad77 Updated net/libupnp to 1.6.17 2012-04-13 23:39:12 +00:00
obache
17a6613d99 Update libupnp to 1.6.17.
* IPv6 support (introduce some API/ABI incompatibility).
* many bug fixes,
2012-04-13 23:38:34 +00:00
hans
ab7719ac06 Fix build on SunOS, link against -lm -lrt. 2012-04-13 23:33:34 +00:00
hans
e7d054ae1b Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
2012-04-13 23:29:10 +00:00
hans
9e0e1ad32a Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
2012-04-13 23:20:07 +00:00
hans
5a2ce57893 Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
2012-04-13 23:15:49 +00:00
hans
7924d86c45 Fix build on SunOS by setting LIBS.SunOS+=-lrt -lsocket. 2012-04-13 23:10:39 +00:00
hans
b058586f98 Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
2012-04-13 23:04:11 +00:00
hans
af2c3ff08c Always set RT_LIB_SCHED=-lrt on SunOS. Now it builds but then breaks on
some destdir issue.
2012-04-13 22:59:16 +00:00
hans
56b53e87fd Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
2012-04-13 22:52:53 +00:00
hans
9d14d1ec2c Add -lrt to LIBS.SunOS and LIBS as OS_LIBS to MAKE_ENV to make this build.
Not needed on 5.11, but doesn't hurt either.
2012-04-13 22:47:47 +00:00
hans
cbe0766c91 Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
2012-04-13 22:44:17 +00:00