Commit graph

5816 commits

Author SHA1 Message Date
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
adam
98c76677fc Changes 5.6.12:
* mysql_upgrade now verifies that the server version matches the version against which it was compiled, and exits if there is a mismatch. In addiion, a --version-check option permits specifying whether to enable version checking (the default), or disable checking if given as --skip-version-checking.
* Bugs Fixed
2013-06-04 18:17:25 +00:00
adam
91e3f80142 Changes 5.5.32:
* mysql_upgrade now verifies that the server version matches the version against which it was compiled, and exits if there is a mismatch. In addiion, a --version-check option permits specifying whether to enable version checking (the default), or disable checking if given as --skip-version-checking.
* Bugs Fixed
2013-06-04 13:31:21 +00:00
wiz
c83ffb8583 Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:04:30 +00:00
wiz
98c3768c3a 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
joerg
aeaa532297 Use C++11 headers directly if in C++11 mode or when using libc++. 2013-05-30 15:36:29 +00:00
rodent
d177810e80 Roll distinfo back to previous version. Patch removed as this issue has
been fixed upstream.
2013-05-30 04:00:31 +00:00
rodent
47dc4533b4 Regenerating patchsum. 2013-05-30 03:41:08 +00:00
rodent
8bc1f1cde7 Updated to latest release, 2.0beta1. Now based on Qt4.6. No ChangeLog in
distfile. pkgsrc changes: Added LICENSE. Fixed typo in COMMENT. Added
patch to make this work with Qt>4.6. Use qt4-{libs,tools} instead of Qt3.
2013-05-26 12:14:56 +00:00
joerg
bb711ed8d0 Ignore the missing return values from the multiple layers of macros. 2013-05-23 18:39:09 +00:00
joerg
27085f61cb Use wider type to make sure that find() errors can be detected.
Don't use iterator(0). Bump revision.
2013-05-23 18:38:36 +00:00
hiramatsu
6f5700b668 Update p5-DBD-SQLite2 to 0.36.
Changes from previous:
----------------------
0.36 2013-04-08 rurban
    - Fix mingw32 off_t redefinition. [cpan #84492]
      Use a private sql_off_t typedef for the sqlite internal off_t type.
    - cygwin is now a OS_UNIX, not OS_WIN.

0.35 2013-04-01 rurban
    - Fix SEGV when fetchrow() is called again after it has returned an
      empty list ie. the query has completed. [cpan #16451]
    - Add testcases for [cpan #26775] and [cpan #28448]
    - Fixed [cpan #26775]: Remove () in names with DISTINCT(t.name)
    - Honor -g in $Config{optimize}
    - Add META and POD tests, and META info for EUMM

0.34 2013-04-01 rurban
    - Fix SEGV in t/ak-dbd.t with asan, concurrent _sqlite2_fetch_row  [cpan #55636]
    - Add return value for dbd_bind_ph() - bind_param with handle
    - Add declaration for sqlite2_busy_timeout()
    - Fix clang -Wparentheses and -Wint-conversion warnings
2013-05-22 03:27:37 +00:00
fhajny
18d614451f Do not poison build flags with mysql-client bl3 dirs. 2013-05-20 19:33:54 +00:00
adam
1ef812f377 Changes 3.7.17:
Add support for memory-mapped I/O.
Add the sqlite3_strglob() convenience interface.
Assigned the integer at offset 68 in the database header as the Application ID for when SQLite is used as an application file-format. Added the PRAGMA application_id command to query and set the Application ID.
Report rollback recovery in the error log as SQLITE_NOTICE_RECOVER_ROLLBACK. Change the error log code for WAL recover from SQLITE_OK to SQLITE_NOTICE_RECOVER_WAL.
Report the risky uses of unlinked database files and database filename aliasing as SQLITE_WARNING messages in the error log.
Added the SQLITE_TRACE_SIZE_LIMIT compile-time option.
Increase the default value of SQLITE_MAX_SCHEMA_RETRY to 50 and make sure that it is honored in every place that a schema change might force a statement retry.
Add a new test harness called "mptester" used to verify correct operation when multiple processes are using the same database file at the same time.
Enhance the extension loading mechanism to be more flexible (while still maintaining backwards compatibility) in two ways:
If the default entry point "sqlite3_extension_init" is not present in the loadable extension, also try an entry point "sqlite3_X_init" where "X" is based on the shared library filename. This allows every extension to have a different entry point, which allows them to be statically linked with no code changes.
The shared library filename passed to sqlite3_load_extension() may omit the filename suffix, and an appropriate architecture-dependent suffix (".so", ".dylib", or ".dll") will be added automatically.
Added many new loadable extensions to the source tree, including amatch, closure, fuzzer, ieee754, nextchar, regexp, spellfix, and wholenumber. See header comments on each extension source file for further information about what that extension does.
Enhance FTS3 to avoid using excess stack space when there are a huge number of terms on the right-hand side of the MATCH operator. A side-effect of this change is that the MATCH operator can only accommodate 12 NEAR operators at a time.
Enhance the fts4aux virtual table so that it can be a TEMP table.
Added the fts3tokenize virtual table to the full-text search logic.
Query planner enhancement: Use the transitive property of constraints to move constraints into the outer loops of a join whenever possible, thereby reducing the amount of work that needs to occur in inner loops.
Discontinue the use of posix_fallocate() on unix, as it does not work on all filesystems.
Improved tracing and debugging facilities in the Windows VFS.
Bug fix: Fix a potential database corruption bug in shared cache mode when one database connection is closed while another is in the middle of a write transaction.
Bug fix: Only consider AS names from the result set as candidates for resolving identifiers in the WHERE clause if there are no other matches. In the ORDER BY clause, AS names take priority over any column names.
Bug fix: Do not allow a virtual table to cancel the ORDER BY clause unless all outer loops are guaranteed to return no more than one row result.
Bug fix: Do not suppress the ORDER BY clause on a virtual table query if an IN constraint is used.
Bug fix: The command-line shell gives an exit code of 0 when terminated using the ".quit" command.
Bug fix: Make sure PRAGMA statements appear in sqlite3_trace() output.
Bug fix: When a compound query that uses an ORDER BY clause with a COLLATE operator, make sure that the sorting occurs according to the specified collation and that the comparisons associate with the compound query use the native collation.
Bug fix: Makes sure the authorizer callback gets a valid pointer to the string "ROWID" for the column-name parameter when doing an UPDATE that changes the rowid.
Bug fix: Do not move WHERE clause terms inside OR expressions that are contained within an ON clause of a LEFT JOIN.
Bug fix: Make sure an error is always reported when attempting to preform an operation that requires a collating sequence that is missing.
2013-05-20 19:17:15 +00:00
wen
dd349868ca Update to 1.627
Upstream changes:
Changes in DBI 1.627 - 16th May 2013

    Fixed VERSION regression in DBI::SQL::Nano [Tim Bunce]
Changes in DBI 1.626 - 15th May 2013

    Fixed pod text/link was reversed in a few cases RT#85168
        [H.Merijn Brand]

    Handle aliasing of STORE'd attributes in DBI::DBD::SqlEngine
        [Jens Rehsack]

    Updated repository URI to git [Jens Rehsack]

    Fixed skip() count arg in t/48dbi_dbd_sqlengine.t [Tim Bunce]
2013-05-20 15:09:33 +00:00
fhajny
8bff963e9b Explicitly set WITH_EMBEDDED_SERVER=OFF, because the default OFF doesn't
seem to be respected.
2013-05-20 15:03:51 +00:00
fhajny
ae0b9a7c2f Rely on mysql{55,56}-client's bl3 to restrict the dependency of server
on client. Fixes situations where a binary mysql55-server package picks up
mysql56-client as the best dependency because of the missing upper limit.

Bump PKGREVISION.
2013-05-20 14:59:59 +00:00
fhajny
aedd59374c Remove 83 from PGSQL_VERSIONS_ACCEPTED, as it's no longer available. 2013-05-10 12:55:48 +00:00
fhajny
ef90dd7e76 Fix interpretter skip path 2013-05-10 12:54:50 +00:00
riastradh
7d66ba6b30 Pre-answer openldap autoconf run-tests for NetBSD cross-builds. 2013-05-10 06:51:26 +00:00
adam
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
hiramatsu
3941191bb5 Update p5-DBD-CSV to 0.38.
Changes from previous:
----------------------
    * Fixed RT#80078, resulting in getline calls on undef (Benjamin Booth)
    * Require latest DBI and SQL::Statement
    * Updated copyright to 2013
    * Fixes for DBI-1.623 (Jens Rehsack)
2013-05-06 18:06:05 +00:00
wen
a1fa428201 Update to 0.53
Upstream changes:
0.53  2013-03-20T06:04:34Z
      - Fixed some documentation typos, thanks to Mike O'Regan (Issue #22).
      - Fixed issue where an connection failure caused an unhelpful error
        (Issue #26).
2013-05-06 16:08:19 +00:00
joerg
2a1b570ca6 Add more test() changes for the server. 2013-05-06 14:41:07 +00:00
wiz
f0d40dd06a Update to 2.5:
What's new in psycopg 2.5
-------------------------

New features:

- Added :ref:`JSON adaptation <adapt-json>`.
- Added :ref:`support for PostgreSQL 9.2 range types <adapt-range>`.
- `connection` and `cursor` objects can be used in ``with`` statements
  as context managers as specified by recent |DBAPI|_ extension.
- Added `~psycopg2.extensions.Diagnostics` object to get extended info
  from a database error.  Many thanks to Matthew Woodcraft for the
  implementation (🎫`#149`).
- Added `connection.cursor_factory` attribute to customize the default
  object returned by `~connection.cursor()`.
- Added support for backward scrollable cursors. Thanks to Jon Nelson
  for the initial patch (🎫`#108`).
- Added a simple way to :ref:`customize casting of composite types
  <adapt-composite>` into Python objects other than namedtuples.
  Many thanks to Ronan Dunklau and Tobias Oberstein for the feature
  development.
- `connection.reset()` implemented using :sql:`DISCARD ALL` on server
  versions supporting it.

Bug fixes:

- Properly cleanup memory of broken connections (🎫`#148`).
- Fixed bad interaction of ``setup.py`` with other dependencies in
  Distribute projects on Python 3 (🎫`#153`).

Other changes:

- Added support for Python 3.3.
- Dropped support for Python 2.4. Please use Psycopg 2.4.x if you need it.
- `~psycopg2.errorcodes` map updated to PostgreSQL 9.2.
- Dropped Zope adapter from source repository. ZPsycopgDA now has its own
  project at <http://github.com/psycopg/ZPsycopgDA>.
2013-05-04 23:52:45 +00:00
adam
d37eac99ef Added slapi support as an option 2013-05-04 18:16:37 +00:00
gdt
e845c97404 Update to 0.46.
- 0.46 | 2013-03-14

  - bugfix: handle connection options w/o "backup" env var

	Previously, ‘pg-conndefaults’ expected every option to have a
	backup env var (e.g., option ‘#:host’ and env var ‘PGHOST’).
	For later versions of PostgreSQL which no longer maintain this
	1:1 correspondance, Guile-PG would segfault.

	Now, in such cases, the value associated w/ the key ‘#:envvar’
	in the alist returned by ‘pg-conndefaults’ is ‘#f’.

  - planned retirement
    - procedure ‘(database postgres) pg-getline’
    - procedure ‘(database postgres) pg-getlineasync’
    - procedure ‘(database postgres) pg-putline’
    - procedure ‘(database postgres) pg-endcopy’

	These procedures are obsoleted by ‘pg-get-copy-data’ and
	‘pg-put-copy-data’.  They WILL BE REMOVED by 2013-12-31.

	Actually, the first two were originally -- in Guile-PG 0.41
	(2011-09-29) -- planned to be removed by 2012-12-31.
	Support has been extended for solidarity w/ the latter two.

  - bootstrap tools upgraded
    - GNU Texinfo 5.1

Copyright (C) 2002-2013 Thien-Thi Nguyen

Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
2013-05-03 15:23:35 +00:00
wen
bbb30341b7 Update to 0.08250
Update DEPENDS

Upstream changes:
0.08250 2013-04-29 22:00 (UTC)
    * New Features / Changes
        - Rewrite from scratch the result constructor codepath - many bugfixes
          and performance improvements (the current codebase is now capable of
          outperforming both DBIx::DataModel and Rose::DB::Object on some
          workloads). Some notable benefits:
          - Multiple has_many prefetch
          - Partial prefetch - you now can select only columns you are
            interested in, while preserving the collapse functionality
            (collapse is now exposed as a first-class API attribute)
          - Prefetch of resultsets with arbitrary order
            (RT#54949, RT#74024, RT#74584)
          - Prefetch no longer inserts right-side table order_by clauses
            (massively helps the deficient MySQL optimizer)
          - Prefetch with limit on right-side ordered resultsets now works
            correctly (via aggregated grouping)
          - No longer order the insides of a complex prefetch subquery,
            unless required to satisfy a limit
          - Stop erroneously considering order_by criteria from a join under
            distinct => 1 (the distinct should apply to the main source only)
        - Massively optimize codepath around ->cursor(), over 10x speedup
          on some iterating workloads.
        - Support standalone \[ $sql, $value ] in literal SQL with bind
          specifications: \[ '? + ?', 42, 69 ] is now equivalent to
          \[ '? + ?', [ {} => 42 ], [ {} => 69 ] ]
        - Changing the result_class of a ResultSet in progress is now
          explicitly forbidden. The behavior was undefined before, and
          would result in wildly differing outcomes depending on $rs
          attributes.
        - Deprecate returning of prefetched 'filter' rels as part of
          get_columns() and get_inflated_columns() data
        - Invoking get_inflated_columns() no longer fires get_columns() but
          instead retrieves data from individual non-inflatable columns via
          get_column()
        - Emit a warning on incorrect use of nullable columns within a
          primary key
        - Limited checks are performed on whether columns without declared
          is_nullable => 1 metadata do in fact sometimes fetch NULLs from
          the database (the check is currently very limited and is performed
          only on resultset collapse when the alternative is rather worse)

    * Fixes
        - Fix _dbi_attrs_for_bind() being called befor DBI has been loaded
          (regression in 0.08210)
        - Fix update/delete operations on resultsets *joining* the updated
          table failing on MySQL. Resolves oversights in the fixes for
          RT#81378 and RT#81897
        - Fix open cursors silently resetting when inherited across a fork
          or a thread
        - Properly support "MySQL-style" left-side group_by with prefetch
        - Fix $grouped_rs->get_column($col)->func($func) producing incorrect
          SQL (RT#81127)
        - Stop Sybase ASE storage from generating invalid SQL in subselects
          when a limit without offset is encountered
        - Even more robust behavior of GenericSubQuery limit dialect
        - Make sure deployment_statements() and cursor_class() are called on
          a resolved storage subclass

    * Misc
        - Fix tests failing due to unspecified resultset retrieval order
          (test suite now will pass with newest SQLite libs)

0.08210 2013-04-04 15:30 (UTC)
    * New Features / Changes
        - Officially deprecate the 'cols' and 'include_columns' resultset
          attributes
        - Remove ::Storage::DBI::sth() deprecated in 0.08191

    * Fixes
        - Work around a *critical* bug with potential for data loss in
          DBD::SQLite - RT#79576
        - Audit and correct potential bugs associated with braindead reuse
          of $1 on unsuccessful matches
        - Fix incorrect warning/exception originator reported by carp*() and
          throw_exception()

0.08209 2013-03-01 12:56 (UTC)
    * New Features / Changes
        - Debugging aid - warn on invalid result objects created by what
          seems like an invalid inheritance hierarchy

    * Fixes
        - Fix another embarrassing regression preventing correct refining of
          the search criteria on a prefetched relation (broken in 0.08205)
        - Fix incorrect callsite reporting by DBIC::Carp

0.08208 2013-02-20 09:56 (UTC)
    * New Features / Changes
        - A bunch of nonsensically named arguments to the SQL::Translator
          parser have been marked as deprecated (while still fully
          supported)

    * Fixes
        - Fix duplicated selected columns when calling 'count' when a same
          aggregate function is used more than once in a 'having' clause
          (RT#83305)
        - Prevent SQL::Translator::Producer::YAML from seeing the $dbh
          in a potentially connected $schema instance (RT#75394)

    * Misc
        - Fixup our distbuilding process to stop creating world-writable
          tarball contents (implicitly fixes RT#83084)
        - Added strict and warnings tests for all lib and test files

0.08206 2013-02-08
    * Fixes
        - Fix dbh_do() failing to properly reconnect (regression in 0.08205)
        - Extra sanity check of a fresh DBI handle ($dbh). Fixes
          connection coderefs returning garbage (seen in the wild)

    * Misc
        - Only allow known globals in SQL::Translator leak allowance
        - General cleanup of error message texts - quote names/identifiers
          for easier reading
        - Stop t/52leaks.t from failing when AUTOMATED_TESTING=1
2013-05-02 07:22:11 +00:00
wen
33b1610a2d Update to 1.625
UPstream changes:
Changes in DBI 1.625 (svn r15595) 28th March 2013

  Fixed heap-use-after-free during global destruction RT#75614
    thanks to Reini Urban.
Changes in DBI 1.624 (svn r15576) 22nd March 2013

  Fixed Gofer for hash randomization in perl 5.17.10+ RT#84146

  Clarify docs for can() re RT#83207
2013-05-02 03:26:57 +00:00
fhajny
91084b527d Ignore interpretters in optional tools. 2013-05-01 10:25:30 +00:00
joerg
63aae33b7d Don't define a macro called test. Expect GCC4-like compilers to provide
__func__.
2013-04-29 21:16:56 +00:00
fhajny
4878820908 Update Cassandra to 1.2.4.
Too many changes upstream, see changelog at:

https://github.com/apache/cassandra/blob/cassandra-1.2.4/CHANGES.txt

pkgsrc changes:
 - simplified config file handling
 - removed pre-install time user/group creation
 - proper data and log dir handling
2013-04-29 11:16:39 +00:00
hiramatsu
53aa1edd67 Update p5-DBM-Deep to 2.0008.
Changes from previous:
----------------------
2.0008 Jun 17 13:00:00 2012 PDT
    - Arrays and hashes retrieved from a database no longer create
      circular references (RT#77746).

2.0007 May 27 19:35:00 2012 PDT
    - Include one-line descriptions of each POD page after the name.
      Thanks to Yves Agostini for the patch and Gregor Herrmann for
      submitting it (RT#76378).
    - t/98_pod.t: Skip tests if Pod::Simple 3.21 is installed
      (RT#77419).

2.0006 Apr 1 17:15:00 2012 PDT
    - Er, try harder to get t/27_filehandle.t to work under TB2.

2.0005 Mar 25 13:05:00 2012 PDT
    - t/27_filehandle.t has been fixed again.
2013-04-29 03:03:56 +00:00
adam
1b8e557ed0 Looks like this patch has been forgotten 2013-04-28 19:24:44 +00:00
tron
31cea8f1fd Update "phpmyadmin" package to version 3.5.8.1. Changes since 3.5.8:
- [security] Remote code execution (preg_replace), reported by Janek Vind
  (see PMASA-2013-2)
- [security] Locally Saved SQL Dump File Multiple File Extension Remote Code
  Execution, reported by Janek Vind (see PMASA-2013-3)
2013-04-24 20:06:02 +00:00
jperkin
8aaa84db56 Update databases/couchdb to 1.3.0. Changes since 1.2.1:
Version 1.3.0
-------------

HTTP Interface:

 * No longer rewrites the X-CouchDB-Requested-Path during recursive calls to the
   rewriter.
 * Limit recursion depth in the URL rewriter. Defaults to a maximum of 100
   invocations but is configurable.
 * Fix _session for IE7.
 * Added Server-Sent Events protocol to db changes API. See
   http://www.w3.org/TR/eventsource/ for details.
 * Make password hashing synchronous when using the /_config/admins API.
 * Include user name in show/list ETags.
 * Experimental support for Cross-Origin Resource Sharing (CORS). See
   http://www.w3.org/TR/cors/ for details.

Replicator:

 * The replicator will use a new server-wide UUID in checkpoint IDs to
   improve the chances of an efficient resume.

Storage System:

 * Fixed unnecessary conflict when deleting and creating a
   document in the same batch.

View Server:

 * Additional response headers may be varied prior to send().
 * GetRow() is now side-effect free.

Futon:

 * Disabled the link to the Futon test suite. These tests were causing problems
   when run from a browser, and are now available via the CLI instead.
 * Added view request duration to Futon.
 * Disable buttons for actions that the user doesn't have permissions to.

Security:

 * Passwords are now hashed using the PBKDF2 algorithm with a configurable work
   factor.

Test Suite:

 * Moved the JS test suite to the CLI.
 * Improved tracebacks printed by the JS CLI tests.
 * Improved the reliability of a number of tests.

UUID Algorithms:

 * Added the utc_id algorithm.

URL Rewriter & Vhosts:

 * Database name is encoded during rewriting (allowing embedded /'s, etc).
 * Reset rewrite counter on new request, avoiding unnecessary request failures
   due to bogus rewrite limit reports.

Build System:

 * C/C++ compiler detection has been improved.
 * Autoconf v2.63 is now required if building from Git checkout directly. See
   DEVELOPERS file for more details.
 * Fixed issue in couchdb script where stopped status returns before process
   exits.

Version 1.2.2
-------------

HTTP Interface:

 * Reset rewrite counter on new request, avoiding unnecessary request failures
   due to bogus rewrite limit reports.

Build System:

 * Fixed issue in couchdb script where stopped status returns before process
   exits.
2013-04-24 12:22:37 +00:00
sbd
87b94069aa Revbump for all packages that have USE_TOOLS+=gs 2013-04-24 10:06:47 +00:00
ryoon
1fadce5fde Update to 4.023
Changelog:
2013-04-12 Patrick Galbraith et open source community <patg at patg dot net> (4.023)
* Fix primary_key_info result ordering - https://github.com/CaptTofu/DBD-mysql/pull/39 - Dagfinn Ilmari Mannsåker
* allow compilation with msvc - https://github.com/CaptTofu/DBD-mysql/pull/37 - Walde Christian
* just to set MYSQL_OPT_WRITE_TIMEOUT and MYSQL_OPT_READ_TIMEOUT by dsn - https://github.com/CaptTofu/DBD-mysql/pull/36 - Naosuke Yokoe
* just remove unnecessary "my" - https://github.com/CaptTofu/DBD-mysql/pull/34 - Shoichi Kaji
* eval $ExtUtils::MakeMaker::VERSION requires for old ExtUtils::MakeMaker - https://github.com/CaptTofu/DBD-mysql/pull/32 - Daisuke Murase
* Updated documentation to reflect that bugs will be reported at rt.cpan.org
* Updated version
* Chased tail finding issue with -1 being converted to max unsigned int in PS mode
2013-04-21 12:46:29 +00:00
obache
68c5a2a000 Change version number of python buitin module packages
form fixed `0' to main Python distribution version (PY_DISTVERSION)
so that packages will be updated with main Python distribution update.

no objection in tech-pkg@ for a week.
2013-04-20 09:38:04 +00:00
adam
e1abd6b513 Changes 5.5.31:
MySQL no longer uses the default OpenSSL compression.
Bug fixes.
2013-04-20 08:06:56 +00:00
adam
e419398394 Changes 5.6.11:
Replication: The functions GTID_SUBTRACT() and GTID_SUBSET() were formerly available in libmysqld only when it was built with replication support. Now these functions are always available when using this library, regardless of how it was built.

MySQL no longer uses the default OpenSSL compression.

There is now a distinct error code (ER_MUST_CHANGE_PASSWORD_LOGIN) for the error sent by the server to a client authenticating with an expired password.

mysql_config_editor now supports --port and --socket options for specifying TCP/IP port number and Unix socket file name.

mysqlcheck has a new --skip-database option. The option value is the name of a database (case sensitive) for which checks should be skipped.

mysql_upgrade uses this option to upgrade the system tables in the mysql database before tables in other databases: It upgrade the mysql database, then all databases except the mysql database. This avoids problems that can occur if user tables are upgraded before the system tables.

The only supported value for the innodb_mirrored_log_groups system variable is 1, so this variable is now deprecated. Setting it to 1 at startup results in a warning. Setting it to a value other than 1 at startup results in an error and the server exits. This variable will be removed in a future release.
2013-04-20 08:06:01 +00:00
sbd
fc5e74c002 Not all linux systems will have netstat(8), but if they don't then they'll
have ss(8) which does the same thing.
(With out netstat the build stalls in an endless for loop.)

So add a hack that creates a tool named netstat from ss.
2013-04-17 09:10:06 +00:00
gls
e27dca5855 Update databases/pgbuildfarm to 4.10
From maintainer Nicolas Thauvin via mail to pkgsrc-users.

There are two notable upstream changes :
- the tarball is now hosted on pgbuildfarm.org instead of pgfoundry
- the client has now support for modules allowing to control the build
2013-04-15 19:43:11 +00:00
adam
4bf527e5ba Changes 3.7.16.2:
Fix a bug (present since version 3.7.13) that could result in database corruption on windows if two or more processes try to access the same database file at the same time and immediately after third process crashed in the middle of committing to that same file.
2013-04-15 15:33:46 +00:00
dholland
3c56cd6efd Don't provide own getopt on Solaris. May fix the Solaris build. 2013-04-14 01:26:03 +00:00
jaapb
8a530d21be Added virtuoso package to SUBDIRS 2013-04-13 13:17:35 +00:00
jaapb
69ee4fd1df Added the virtuoso server, version 6.1.6.
Virtuoso is a multi-model data server that delivers a platform-agnostic
solution for data management, access and integration.

Services offered include:
* relational data management
* RDF data management
* XML data management
* free text content management & full text indexing
* document web server
* linked data server
* web application server
* web services deployment (SOAP or REST)
2013-04-13 13:16:02 +00:00
adam
32ffea4b64 Changes 2.4.35:
Fixed liblmdb mdb_cursor_put with MDB_MULTIPLE
	Fixed liblmdb page rebalance
	Fixed liblmdb missing parens
	Fixed liblmdb mdb_cursor_del crash
	Fixed slapd syncrepl updateCookie status
	Fixed slapd connection logging
	Fixed slapd segfault on modify
	Fixed slapd-mdb to reject undefined attrs
	Fixed slapo-pcache with +/- attrsets
	Build Environment
		don't install DB_CONFIG if no BDB backends
	Documentation
		slapschema(8) fix tool name
		admin24 fixed pcache example
		admin24 fixed config examples
2013-04-13 12:21:31 +00:00
ghen
e3ba207887 Hand in maintainership. 2013-04-13 07:55:01 +00:00
schmonz
ffc77a0faa Add and enable p5-App-Sqitch. 2013-04-12 14:41:48 +00:00
schmonz
351b6b89a4 Add p5-App-Sqitch.
Sqitch is a VCS-aware SQL change management application. What makes
it different from your typical migration-style approaches? A few
things:

* No opinions
* Native scripting
* VCS integration
* Dependency resolution
* No numbering
* Bundling
* Reduced duplication
2013-04-12 14:41:08 +00:00
jnemeth
2a25a451df All other postgresql83 packages were removed, and this one was
removed from the databases/Makefile, making it obvious that the
postgresql maintainer intended to remove this one as well, so make
it so.
2013-04-11 06:26:46 +00:00
tonnerre
0b8fd306fc Update the hiera Ruby database module to version 1.1.2 to prepare for the
Puppet update.

Changes are mostly bugfixes and simplifications, backwards compatibility
and caching improvements.
2013-04-10 21:06:02 +00:00
tron
8184bd27ed Update "phpmyadmin" package to version 3.5.8. Changes since 3.5.7:
- bug #3828 MariaDB reported as MySQL
- bug #3854 Incorrect header for Safari 6.0
- bug #3705 Attempt to open trigger for edit gives NULL
- Use HTML5 DOCTYPE
- [security] Self-XSS on GIS visualisation page, reported by Janek Vind
- bug #3800 Incorrect keyhandler behaviour #2
2013-04-09 07:07:04 +00:00
asau
6929b96ca2 Revert pkglint-induced nonsense. 2013-04-08 18:29:37 +00:00
drochner
9b8d72f2c5 update to 3.4.3
changes:
-bugfixes
-translation updates
2013-04-08 17:26:01 +00:00
rodent
b65af7be2b Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
rodent
6b46c62d2e Edited DESCR in the case of:
File too long (should be no more than 24 lines).
 Line too long (should be no more than 80 characters).
 Trailing empty lines.
 Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
2013-04-07 20:49:31 +00:00
rodent
8ec5764dd6 'The "+=" operator should only be used with lists.' 2013-04-06 19:42:41 +00:00
rodent
cdadf8804e 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
rodent
7009872d91 "Please write NetBSD.org instead of netbsd.org" 2013-04-06 13:09:24 +00:00
rodent
56cf012b37 'For consistency, please add a trailing slash to "http://example.com".' 2013-04-06 12:08:38 +00:00
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
adam
ea28815591 The PostgreSQL Global Development Group has released a security update to all current versions of the PostgreSQL database system, including versions 9.2.4, 9.1.9, 9.0.13, and 8.4.17. This update fixes a high-exposure security vulnerability in versions 9.0 and later. All users of the affected versions are strongly urged to apply the update immediately.
A major security issue fixed in this release, CVE-2013-1899, makes it possible for a connection request containing a database name that begins with "-" to be crafted that can damage or destroy files within a server's data directory. Anyone with access to the port the PostgreSQL server listens on can initiate this request.

Two lesser security fixes are also included in this release: CVE-2013-1900, wherein random numbers generated by contrib/pgcrypto functions may be easy for another database user to guess, and CVE-2013-1901, which mistakenly allows an unprivileged user to run commands that could interfere with in-progress backups. Finally, this release fixes two security issues with the graphical installers for Linux and Mac OS X: insecure passing of superuser passwords to a script, CVE-2013-1903 and the use of predictable filenames in /tmp CVE-2013-1902.
2013-04-04 21:08:25 +00:00
adam
c2b591ea7b Changes 5.16.3:
This release contains one major and a number of minor security fixes. It fixes a possible vulnerability to a denial-of-service attack by use of a carefully-crafted set of hash keys, a segmentation fault when reading or writing strings greater than 2^31 bytes in size, and a memory leak in Encode.xs's UTF-8 encoding implementation.
2013-04-03 09:28:55 +00:00
wiz
81bdc28934 Remove REPLACE_PERL for non-existent file. 2013-04-02 16:37:55 +00:00
taca
d13ed64d57 Update phpldapadmin to 1.2.3.
* There was a mistake in patches/patch-lib_functions.php, droping "ssha"
  password type.

2012-10-01	Release 1.2.3  master RELEASE-1.2.3
2012-10-01	Update template to show multiselect values
2012-09-06	Language update from launchpad for 1.2.3 (also see #30)
2012-09-05	SF Bug #3531956 - Search / Show Attributes must be lowercase
2012-09-05	SF Bug #3518548 - Missing attributes on some custom forms
2012-09-05	SF Bug #3513210 - Export to VCARD only exports the last entry in the list
2012-09-05	SF Bug #3510648 - Cannot copy between servers
2012-09-05	SF Bug #3510114 - Unable to check passwords when samba hashes are in lowercase
2012-09-05	SF Bug #3452416 - templates <order> non-functional
2012-09-05	SF Bug #3427748 - value id is ignored in select attribute
2012-09-04	SF Bug #3448530 - Treat krbExtraData and krbPrincipalKe as binary
2012-09-02	SF Bug #3497660 - XSS flaws via 'export', 'add_value_form' and 'dn' variables
2012-09-02	SF Bug #3426575 - clicking 'logout' does not unset _SESSION['ACTIVITY']
2012-09-01	SF Feature #3555472 - User-friendly items in entry chooser window.
2012-09-01	SF Feature #3509651 - Add support for SHA512 with OpenLDAP
2012-08-29	SF Patch #3469148 - Display mass edit actions as buttons
2012-01-24	SF Bug #3477910 - XSS vulnerability in query
2013-04-02 16:00:10 +00:00
hiramatsu
438a29643b Update DBIx-Class-Candy to 0.002103.
Changes from previous:
----------------------
0.002103  2012-12-23 17:42:36 CST6CDT
  - Lazily load deps for autotable
  - Remove HERE BE DRAGONS warning, this module is totally stable \o/

0.002102  2012-11-17 15:43:18 CST6CDT
  - Put MetaYAML back in dist
2013-04-02 03:14:57 +00:00
adam
3edae8f56e Changes 3.7.16.1:
* Fix for a bug in the ORDER BY optimizer that was introduced in version 3.7.15 which would sometimes optimize out the sorting step when in fact the sort was required. Ticket a179fe7465
* Fix a long-standing bug in the CAST expression that would recognize UTF16 characters as digits even if their most-significant-byte was not zero. Ticket 689137afb6da41.
* Fix a bug in the NEAR operator of FTS3 when applied to subfields. Ticket 38b1ae018f.
* Fix a long-standing bug in the storage engine that would (very rarely) cause a spurious report of an SQLITE_CORRUPT error but which was otherwise harmless. Ticket 6bfb98dfc0c.
* The SQLITE_OMIT_MERGE_SORT option has been removed. The merge sorter is now a required component of SQLite.
* Fixed lots of spelling errors in the source-code comments
2013-04-01 18:56:41 +00:00
wiz
c88876181d revbump for libzip shlib major change. 2013-04-01 16:03:48 +00:00
sbd
a28b169d32 Define INSTALL_INFODIR for cmake. 2013-04-01 01:18:00 +00:00
joerg
e1be07a9a6 Newer MySQL isn't installed in lib/mysql, adjust. 2013-03-28 21:16:41 +00:00
joerg
b90614b141 Fix const test to not depend on nested functions. 2013-03-24 17:04:01 +00:00
joerg
187d946d4a Fix prototype. 2013-03-24 17:03:14 +00:00
dholland
0ac8d6183c Add xmlto to BUILD_DEPENDS; seen in Joerg's build. 2013-03-24 16:12:33 +00:00
joerg
ce6a45fdcc Don't pick up MySQL 5.6+ 2013-03-23 16:01:58 +00:00
jnemeth
5b2ef9b25c sort 2013-03-21 04:05:41 +00:00
taca
0d0e884fc9 Update ruby-activerecord32 to 3.2.13.
This is part of security update of Ruby on Rails 3.2.13 and changes are
too many to write here.  Please refer CHANGELOG.md.
2013-03-19 16:14:37 +00:00
asau
ed9ba36a34 + nss-pgsql 2013-03-17 14:14:31 +00:00
asau
a21b3c1214 Import libnss-pgsql version 1.5.0-beta as databases/nss-pgsql
Packaged by Matthew Bauer <matthew.justin.bauer@gmail.com> during Google Code-In.

Name Service Switch module for PostgreSQL.
2013-03-17 14:12:02 +00:00
adam
9e610cf0b7 OpenLDAP 2.4.34 Release (2013/03/03)
Fixed libldap connections with EINTR (ITS7476)
	Fixed libldap lineno overflow in ldif_read_record (ITS7497)
	Fixed liblmdb mdb_env_open flag handling (ITS7453)
	Fixed liblmdb mdb_midl_sort array optimization (ITS7432)
	Fixed liblmdb freelist with large entries (ITS7455)
	Fixed liblmdb to check for filled dirty page list (ITS7491)
	Fixed liblmdb to validate data limits (ITS7485)
	Fixed liblmdb mdb_update_key for large keys (ITS7505)
	Fixed ldapmodify to not core dump with invalid LDIF (ITS7477)
	Fixed slapd syncrepl for old entries in MMR setup (ITS7427)
	Fixed slapd signedness for index_substr_any_* (ITS7449)
	Fixed slapd enforce SLAPD_MAX_DAEMON_THREADS (ITS7450)
	Fixed slapd mutex in send_ldap_ber (ITS6164)
	Added slapd-ldap onerr option (ITS7492)
	Added slapd-ldap keepalive support (ITS7501)
	Fixed slapd-ldif with empty dir (ITS7451)
	Fixed slapd-mdb to reopen attr DBs after env reopen (ITS7416)
	Fixed slapd-mdb handling of missing entries (ITS7483,7496)
	Fixed slapd-mdb environment flag setting (ITS7452)
	Fixed slapd-mdb with sub db slapcat (ITS7469)
	Fixed slapd-mdb to correctly work with toolthreads > 2 (ITS7488,ITS7527)
	Fixed slapd-mdb subtree search speed (ITS7473)
	Fixed slapd-meta conversion to cn=config (ITS7525)
	Fixed slapd-meta segfault when modifying olcDbUri (ITS7526)
	Fixed slapd-sql back-config support (ITS7499)
	Fixed slapo-constraint handle uri and restrict correctly (ITS7418)
	Fixed slapo-constraint with multi-master replication (ITS7426)
	Fixed slapo-constraint segfault (ITS7431)
	Fixed slapo-deref control initialization (ITS7436)
	Fixed slapo-deref control exposure (ITS7445)
	Fixed slapo-memberof with internal ops (ITS7487)
	Fixed slapo-pcache matching rules for config db (ITS7459)
	Fixed slapo-rwm modrdn cleanup (ITS7414)
	Fixed slapo-sssvlv maxperconn parameter (ITS7484)
	Build Environment
		Fixed slapo-constraint test suite (ITS7423)
	Contrib
		Added nssov nssov_config support (ITS7518)
		Added nssov password_prohibit_message (ITS7518)
		Fixed ldapc++ with gcc-4.7 (ITS7281,ITS7304)
		Fixed nssov olcNssPamSession handling (ITS7481)
		Fixed nssov connection DN (ITS7518)
		Add missing Makefile for various modules (ITS7308)
		Unify Makefile structure for modules (ITS7309)
		Fixed slapo-allowed attribute replication (ITS7493)
		Fixed slapo-passwd SHA2 to correctly zero buffer (ITS7490)
	Documentation
		ldapurl(1) fix example usage (ITS7454)
		ldap_get_option(3) fixed trailing whitespace (ITS7411)
		slapd-config(5) olcExtraAttrs is per db (ITS7421)
		slapd-overlays(5) update manpage index (ITS7489)
		slapo-dynlist(5) Search behavior notes (ITS7486)
		slapo-valsort(5) Document valsort control syntax (ITS7523)
2013-03-16 12:49:54 +00:00
obache
778bed8bfb Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
taca
3cc4ceb667 Update pear-MDB2_Driver_sqlite to 1.5.0b4 and add LICENSE.
- PEAR::isError() -> MDB2::isError(), Bug #19491.
- PEAR::loadExtension() -> extension_loaded(), Bug #19583.
- Fix Bug #19262. Updates conditional stagements to use logical operators to
  include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.
- Fixed createIndex not using quoteIdentifier in SQLite driver
- Have dropTable() return MDB2_OK on success, as documented (bug 19199)
- Have dropIndex() return MDB2_OK on success, as documented (bug 19198)
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)
- Have createIndex() return MDB2_OK on success, as documented (bug 19195)
- Have dropConstraint() return MDB2_OK on success, as documented (bug 19194)
- Have createConstraint() return MDB2_OK on success, as documented (bug 19193)
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).
- FETCHMODE constants are NOT bitwise.
- fixed bug #18203: Type introspection breaks with associative arrays if names
  are identical (patch by Peter Bex)
- request #18316: Add TINYINT to list of coltypes in
  MDB2_Driver_Reverse_sqlite [brotherli]
- fixed bug #16275: split() is deprecated in PHP 5.3
- request #18316: Add TINYINT to list of coltypes in
  MDB2_Driver_Reverse_sqlite [brotherli]
2013-03-16 03:40:46 +00:00
taca
cdc09381bc Update pear-MDB2_Driver_pgsql to 1.5.0b4 and add LICENSE.
Changelog:

- Remove assignment by reference, Bug #19585.
- PEAR::isError() -> MDB2::isError(), Bug #19491.
- PEAR::loadExtension() -> extension_loaded(), Bug #19583.
- Fixed boolean type conversion for non-boolean types
- Fix Bug #19262. Updates conditional stagements to use logical operators to
  include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.
- Request #12931 Add cascading to dropTable?
- Have truncateTable() return MDB2_OK on success, as documented (bug 19201)
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)
- Have dropConstraint() return MDB2_OK on success, as documented (bug 19194)
- Have createSequence() return MDB2_OK on success, as documented (bug 19192)
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).
- Make setOption('result_wrap_class') actually useful by changing the default
  value of $result_wrap_class parameters from false to true.
- Have pgsql only read LOB from file if lob_allow_url_include (bringing it in
  line with other drivers).
- FETCHMODE constants are NOT bitwise.
- fixed bug #18203: Type introspection breaks with associative arrays if names
  are identical (patch by Peter Bex)
- fixed bug #17890: Improper use of array_search in prepare function
  [fletcherj]
- fixed bug #17890: Improper use of array_search in prepare function
  [fletcherj]

open todo items:
- enable pg_execute() once issues with bytea column are resolved
- use pg_result_error_field() to handle localized error messages (Request
  #7059)
- add option to use unnamed prepared statements (see
  http://www.postgresql.org/docs/current/static/protocol-flow.html
  "Extended Query")
2013-03-16 03:38:39 +00:00
taca
875ad24862 Update pear-MDB2_Driver_mysqli to 1.5.0b4 and add LICENSE.
Changelog:

- Make varchar_max_length property public, Bug #19582.
- Revert 327099 by afz, caused "Notice: Undefined index: charset on line 1003"
- PEAR::isError() -> MDB2::isError(), Bug #19491.
- PEAR::loadExtension() -> extension_loaded(), Bug #19583.
- max value for VARCHAR is 65535 but if used multi-bytes (UTF8) so it is 21844, because UTF8 string takes 3bytes
- Fix Bug #19262. Updates conditional stagements to use logical operators to
  include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.
- Have truncateTable() return MDB2_OK on success, as documented (bug 19201)
- Have alterTable() return MDB2_OK on success, as documented (bug 19200)
- Have dropIndex() return MDB2_OK on success, as documented (bug 19198)
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)
- Have createIndex() return MDB2_OK on success, as documented (bug 19195)
- Have dropConstraint() return MDB2_OK on success, as documented (bug 19194)
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).
- Make setOption('result_wrap_class') actually useful by changing the default
  value of $result_wrap_class parameters from false to true.
- Obtain error information in _doQuery() because standaloneQuery() throws off
  $this->connection.
- FETCHMODE constants are NOT bitwise.
- Make $sql_comments public (was before, used in tests, no real harm).
- Property visibility
- boolean data type
- fixed bug #17984: Error is not reported when mysqli_stmt_bind_param() fails
  [dennylin93]
- fixed bug #18057: Result of getDeclaration() can have invalid syntax
  [hschletz]
- request #18068: mapNativeDatatype() returns decimal places also for 'float'
  mdb2type
- fixed bug #18203: Type introspection breaks with associative arrays if names
  are identical (patch by Peter Bex)
- fixed bug #17892: removed debug message [pdt256]
- fixed bug #17892: removed debug message [pdt256]
- fixed bug #17984: Error is not reported when mysqli_stmt_bind_param() fails
  [dennylin93]
- fixed bug #18057: Result of getDeclaration() can have invalid syntax
  [hschletz]
- request #18068: mapNativeDatatype() returns decimal places also for 'float'
  mdb2type

open todo items:
- use a trigger to emulate setting default now()
2013-03-16 03:36:01 +00:00
taca
62264f83bf Update pear-MDB2_Driver_mysql to 1.5.0b4 and add LICENSE.
Changelog:

- Make varchar_max_length property public, Bug #19582.
- Revert 327099 by afz, caused "Notice: Undefined index: charset on line 1003"
- PEAR::isError() -> MDB2::isError(), Bug #19491.
- PEAR::loadExtension() -> extension_loaded(), Bug #19583.
- max value for VARCHAR is 65535 but if used multi-bytes (UTF8) so it is 21844,
  because UTF8 string takes 3bytes
- Fix Bug #19262. Updates conditional stagements to use logical operators to
  include MDB2_FETCHMODE_OBJECT where appropriate. Was broken in r321197.
- Have truncateTable() return MDB2_OK on success, as documented (bug 19201)
- Have alterTable() return MDB2_OK on success, as documented (bug 19200)
- Have dropIndex() return MDB2_OK on success, as documented (bug 19198)
- Have vacuum() return MDB2_OK on success, as documented (bug 19196)
- Have createIndex() return MDB2_OK on success, as documented (bug 19195)
- Have dropConstraint() return MDB2_OK on success, as documented (bug 19194)
- Have dropSequence() return MDB2_OK on success, as documented (bug 19191).
- Make setOption('result_wrap_class') actually useful by changing the default
  value of $result_wrap_class parameters from false to true.
- Obtain error information in _doQuery() because standaloneQuery() throws off
  $this->connection.
- FETCHMODE constants are NOT bitwise.
- Make $sql_comments public (was before, used in tests, no real harm).
- Property visibility
- boolean data type
- fixed bug #17984: Error is not reported when mysqli_stmt_bind_param() fails
  [dennylin93]
- fixed bug #18057: Result of getDeclaration() can have invalid syntax
  [hschletz]
- request #18068: mapNativeDatatype() returns decimal places also for 'float'
  mdb2type
- fixed bug #18203: Type introspection breaks with associative arrays if names
  are identical (patch by Peter Bex)
- fixed bug #17892: removed debug message [pdt256]
- fixed bug #18057: Result of getDeclaration() can have invalid syntax
  [hschletz]
- request #18068: mapNativeDatatype() returns decimal places also for 'float'
  mdb2type

open todo items:
- use a trigger to emulate setting default now()
2013-03-16 03:33:45 +00:00
taca
b4f4f429dd Update pear-MDB2 to 2.5.0b5.
- fixed bug #18494: _compareIntegerDefinition() ignores length change.
- fixed bug #16280: compareDefinition() turns NULL defaults into empty strings
  for NOT NULL columns.
- fixed bug #19677: Call to undefined function: MDB2_Driver_mysql::isError()
2013-03-16 03:30:13 +00:00
taca
99b3f2702d Reset PKGREVISION by update of both php53 and php54. 2013-03-16 02:00:33 +00:00
wiz
9ad70677b8 Update to 1.1:
shared-mime-info 1.1 (2012-02-13)
* Mime-type changes:
- Add application/x-ccmx
- Add zz-application/zz-winassoc-* aliases
- Make application/x-xz-compressed-tar a subclass of application/x-xz
- Add DTS and DTS-HD mime-types
- Add test for PPM bug
- Fix comment and add glob for application/pkcs7-mime
- Add application/x-qtiplot mime-type
- Add AMZ (AmazonMP3 Download File) mime-type
- Add separate mime-type for Apple broken PNGs
- Add *.mk and *.mak text/x-makefile globs
- Match application/vnd.palm to IANA standard
- Use IANA registered application/gzip instead of x-gzip
- Add application/gml+xml
- Fix Scream Tracker instrument magic
- Add application/x-gtk-builder type
- Add magic for v1 and v2 XCF files
- Add LZMA test file
- Fix some globs for OGG files
- Move *.taz from application/x-compressed-tar to application/x-tarz
- Add some sub-class-of tags for compressed files
- Add *.tb2 as a glob for application/x-bzip-compressed-tar
- Add support for DOS EPS files
- Add *.ar archives to the test suite
- Add xlr mime-type
- Add application/vnd.lotus-wordpro
- Put bz2 patterns before bz ones for bzip-related mimetypes
- Add simple magic for text/x-gettext-translation-template
- Add test case for application/x-gettext-translation
- Add mime-type for source RPMs
- Add AMR audio test
- Add test case for TTF fonts
- Add Woff font mime-type
- Add FLTK acronym
- Add application/ics as an alias for text/calendar
- Add RAR acronym
- Add dicomdir glob
- Add *.di as a glob for D source files
- Add magic for MNG animations
- Add magic for PICT v2 images
- Add JNLP file to the test suite
- Add support for the AVF AVI container variant
- Add EMF and WMF aliases
- Improve magic of uncompressed TGA files
- Add application/winhlp
- Add text/x-uuencode
- Add MHTML mime-type
- Make the main docbook mime-type be application/x-docbook+xml
- Add application/x-lzh-compressed as alias to application/x-lha
- Add IFF super-type
- Split off the AAC mime-type from the M4A one
- Add text/x-modelica mime-type
- Add magic for GNU gettext message catalogs (.mo)

* Specification changes:
- Fix mimetype names used as examples
- Document that the first extension is the main one
- Fix missing plural

* Honor NOCONFIGURE=1
* Allow builders to not run make check by default
* Fix build for platforms with executable extensions
* Disable checks when cross compiling
* Use non-installed update-mime-database in install-data-hook
* Use native update-mime-database for install when cross compiling
* Add a local-test target to print mime info
2013-03-15 21:50:14 +00:00
gdt
c815a530ec Update to 0.45.
Add a patch from upstream to avoid segfaulting on null PQ options.

- 0.45 | 2013-03-10

  - support for "make installcheck"

	This does "make check" at its core, so the same env vars apply.
	Obviously, you should do "make install" first for sane results.

  - bootstrap tools upgraded
    - GNU Autoconf 2.69
    - GNU Automake 1.13.1
    - Guile-BAUX 20121120.1242.e233fad
    - SNUGGLE 0.2
    - GNU Texinfo 5.0
2013-03-13 23:30:42 +00:00
taca
dce635abfb Update ruby-sequel to 3.45.0.
=== 3.45.0 (2013-03-01)

* Remove bad model typecasting of money type on PostgreSQL (jeremyevans) (#624)

* Use simplecov instead of rcov for coverage testing on 1.9+ (jeremyevans)

* Make the Database#quote_identifier method public (jeremyevans)

* Make PostgreSQL metadata parsing handle tables with the same name in
  multiple schemas (jeremyevans)

* Switch query extension to use a proxy instead of Object#extend (chanks,
  jeremyevans)

* Remove Dataset#def_mutiation_method instance method (jeremyevans)

* Make foreign key parsing on MySQL not pick up foreign keys in other
  databases (jeremyevans)

* Allow per-instance overrides of Postgres.force_standard_strings and
  .client_min_messages (jeremyevans) (#618)

* Add Sequel.tzinfo_disambiguator= to the named_timezones plugin for
  automatically handling TZInfo::AmbiguousTime exceptions (jeremyevans) (#616)

* Add Dataset#escape_like, for escaping LIKE metacharacters (jeremyevans)
  (#614)

* The LIKE operators now use an explicit ESCAPE '\' clause for similar
  behavior across databases (jeremyevans)

* Make Database#tables and #views accept a :qualify option on PostgreSQL to
  return qualified identifiers (jeremyevans)

* Make json_serializer and xml_serializer plugins secure by default
  (jeremyevans)

* Address JSON.parse vulnerabilities (jeremyevans)

* Fix Dataset#from_self! to no longer create a self-referential dataset
  (jeremyevans)

* Use SQLSTATE or database error codes if available instead of regexp parsing
  for more specific DatabaseErrors (jeremyevans)

* Add unlimited_update plugin to work around MySQL warning in replicated
  environments (jeremyevans)

* Add the :retry_on and :num_retries transaction options for automatically
  retrying transactions (jeremyevans)

* Raise serialization failures/deadlocks as Sequel::SerializationFailure
  exceptions (jeremyevans)

* Support transaction isolation levels on Oracle and DB2 (jeremyevans)

* Support transaction isolation levels when using the JDBC transaction support
  (jeremyevans)
2013-03-10 13:14:00 +00:00
taca
07b0731272 Remove unused gemspec file. 2013-03-07 17:09:11 +00:00
taca
23314ce689 Switch to use OVERRIDE_GEMSPEC instead of pre-generated gemspec. 2013-03-07 15:07:03 +00:00
jperkin
1a933ff2da Ensure the new readline interface is used, fixes builds when using the
readline supplied by pkgsrc where the old interface is explicitly disabled.
2013-03-06 10:03:13 +00:00
khorben
619a1dd696 Initial import 2013-03-04 23:13:49 +00:00
khorben
c273526260 Added deforaos-libdatabase 2013-03-04 22:05:38 +00:00
khorben
c4f599d9b7 Imported deforaos-libdatabase-0.0.0 as databases/deforaos-libdatabase
DeforaOS libDatabase is a generic access library for a number of database
engines implementing the SQL language.
2013-03-04 22:04:48 +00:00
fhajny
7cdf383014 Update couchdb to 1.2.1.
Changes in 1.2.1:
* Fixed CVE-2012-5641: Apache CouchDB Information disclosure via unescaped
  backslashes in URLs on Windows
* Fixed CVE-2012-5649: Apache CouchDB JSONP arbitrary code execution with Adobe
  Flash
* Fixed CVE-2012-5650: Apache CouchDB DOM based Cross-Site Scripting via Futon
  UI
* Fix various bugs in the URL rewriter when recursion is involved.
* Fix couchdb start script.
* Futon: Disable buttons that aren't available for the logged-in user.
* Fix potential replication timeouts.
* Change use of signals to avoid broken view groups.
2013-03-04 14:12:40 +00:00
obache
b5273fa5e2 .so in PLIST are handled by framework, no need to take care here anymore. 2013-03-03 11:55:12 +00:00
joerg
1b3fd7407e mysql-workbench requires C++11 to build with Clang and in turn, should
be free of user-defined string literal syntax.
2013-03-03 04:54:25 +00:00
wiz
a8730d5aa1 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
joerg
933e591422 Consistently return a value from non-void functions. 2013-03-02 18:18:10 +00:00
tron
19fd9a3b46 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
jperkin
a9ddf0d2ca Make packaging the (considerable amount of) documentation optional.
Without docs, the resulting binary package is 4MB instead of 22MB.
2013-03-01 16:10:23 +00:00
jperkin
91760dcd63 Add and enable php-pdo_odbc 2013-03-01 10:35:06 +00:00
jperkin
8fa910c37b Add php-pdo_odb to the packages collection.
This extension provides an ODBC v3 driver for PDO.  It supports unixODBC
	and IBM DB2 libraries, and will support more in future releases.

In pkgsrc we only support unixODBC currently.
2013-03-01 10:34:17 +00:00
ryoon
eaee85bc32 Update to 0.78
* Take MAINTAINERship, ok by schmonz@.
* Libtoolized.
* Fix typo in variable name.
* Set LICENSE as public-domain.

Changelog:
tinycdb-0.78 2012-05-11

 - bugfix release:
  o fixed >2Gb file size prob on 32bit platform
  o fixed handling of files >=4Gb
  o fixed a few compiler warnings

 - introduce $(LD) and $(LDFLAGS), and also $(CDEFS) in Makefile
2013-02-27 12:38:12 +00:00
obache
200351a8e1 Remove WITH_READLINE cmake option, removed by 5.6.5.
noticed by diger in pkgsrc-users@.
2013-02-26 11:32:57 +00:00
taca
b4c270f8d8 Remove ruby-arel22 which was required only by databases/ruby-activerecord31. 2013-02-24 14:45:47 +00:00
taca
44c7a78a14 Remove ruby-arel22. 2013-02-24 14:44:51 +00:00
taca
dc336e4209 Remove ruby-activerecord31 package which is part of Ruby on Rails 3.1. 2013-02-24 14:21:17 +00:00
taca
62883c75c7 Remove ruby-activerecord31. 2013-02-24 14:20:37 +00:00
obache
fc4aef6c04 On Cygwin, shared libraries will be installed in `bin', and symbolic links
will not be created.
2013-02-24 06:55:29 +00:00
shattered
088e18038c Update homepage URLs. 2013-02-22 19:59:05 +00:00
taca
9873327790 Reset PKG_REVISION along with update of both php53 and php54. 2013-02-22 03:07:43 +00:00
gdt
be5306b185 Add explanations to DESCR for sqlite packages because it is quite
boggling that, e.g., py-sqlite2 is a wrapper for sqlite3.
2013-02-21 15:14:45 +00:00
tron
bfe0f02de1 Update "phpmyadmin" package to version 3.5.7. Changes since 3.5.6:
- bug #3779 [core] Problem with backslash in enum fields
- bug #3816 Missing server_processlist.php
- bug #3821 Safari: white page
- Correct detection of the Chrome browser
2013-02-18 19:01:37 +00:00
fhajny
d49ca86769 No reason not to build against pkgsrc openssl 2013-02-18 10:17:19 +00:00
taca
41a76cda08 Remove ruby-arel20 which was required by databases/ruby-activerecord3. 2013-02-17 08:57:27 +00:00
taca
ab9961575d Remove ruby-activerecord3.
It is part of Ruby on Rails 3.0 which isn't supported any more.
2013-02-17 08:49:51 +00:00
taca
ae1dcdc857 Remove ruby-activerecord3. 2013-02-17 08:49:36 +00:00
taca
fc63d3a3fb Remove ruby-acts-as-versioned which supported only by Ruby on Rails 3.0. 2013-02-17 08:33:32 +00:00
taca
ace1bda0df Remove ruby-acts-as-versioned. 2013-02-17 08:33:01 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
hiramatsu
3cee1c2c58 Remove obsolute patches. 2013-02-16 01:46:26 +00:00
obache
07659b9b8d recursive bump from boost-lib shlib update. 2013-02-15 11:53:59 +00:00
adam
1638788939 Changes 5.6.10:
http://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-10.html
2013-02-13 21:00:01 +00:00
adam
bc33a49848 Added databases/mysql56-{client,server} version 5.6.10 2013-02-13 20:59:36 +00:00
tron
4d4684e3c3 Update "phpmyadmin" package to version 3.5.6. Changes since 3.5.5:
- bug #3593604 [status] Erroneous advisor rule
- bug #3596070 [status] localStorage broken in server status monitor
- bug #3598736 [routines] Editing a procedure with special characters
- bug #3600322 [core] Visualize GIS data throws Fatal Error
- bug #3599362 [core] Double-escaped error message
- bug #3776 [cookies] Login without auth on second server
2013-02-13 19:03:56 +00:00
taca
52b7d92e3c Update ruby-do_sqlite3 to 0.10.12.
## 0.10.12 2013-01-21

* jdbc-sqlite3 driver loading fix
* Improve handling of floats / doubles in sqlite3 on JRuby
2013-02-13 15:14:59 +00:00
taca
3710031cf7 Update ruby-do_postgres to 0.10.12.
## 0.10.12 2013-01-21

* jdbc-postgres driver loading fix
2013-02-13 15:14:04 +00:00
taca
a83c3267d3 Update ruby-do_mysql to 0.10.12.
## 0.10.12 2013-01-21

* jdbc-mysql driver loading fix
* Improve compatibility for anscient MySQL versions
2013-02-13 15:13:37 +00:00
taca
f7875aaece Update ruby-data_objects to 0.10.12.
## 0.10.12 2013-01-21

* Fix JRuby driver loading for newer jdbc-\* gems
* Compatibility change for anscient MySQL versions
2013-02-13 15:12:42 +00:00
taca
5899aea81f Correct comment in a patch file.
This change dosen't fix CVE-2013-0277 but give workaround for it.

No PKGREVISION bump.
2013-02-13 14:08:06 +00:00
adam
8036f8f627 Changes 5.5.30:
Refer to http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-30.html
2013-02-12 20:36:28 +00:00
taca
437ff24377 Update ruby-activerecord32 to 3.2.12.
## Rails 3.2.12 (unreleased) ##

*   Quote numeric values being compared to non-numeric columns. Otherwise,
    in some database, the string column values will be coerced to a numeric
    allowing 0, 0.0 or false to match any string starting with a non-digit.

    Example:

        App.where(apikey: 0) # => SELECT * FROM users WHERE apikey = '0'

    *Dylan Smith*
2013-02-12 14:31:18 +00:00
taca
eccf80f4c8 Update ruby-activerecord31 to 3.1.11.
## Rails 3.1.11 (unreleased) ##

*   Quote numeric values being compared to non-numeric columns. Otherwise,
    in some database, the string column values will be coerced to a numeric
    allowing 0, 0.0 or false to match any string starting with a non-digit.

    Example:

        App.where(apikey: 0) # => SELECT * FROM users WHERE apikey = '0'

    *Dylan Smith*
2013-02-12 14:21:05 +00:00
taca
e954c1c889 Add fix for Fix for CVE-2013-0277.
Bump PKGREVISION.
2013-02-12 13:23:20 +00:00
taca
aed5c169d0 Add fix for CVE-2013-0276.
Bump PKGREVISION.
2013-02-12 13:23:19 +00:00
taca
d8fcd4372e Add fix for Fix for CVE-2013-0277.
Bump PKGREVISION.
2013-02-12 13:23:19 +00:00
hiramatsu
6e6384258e Update libpqxx from 2.5.5 to 4.0.1.
Changes from previous
=====================
4.0.1
 - Support for REPEATABLE READ isolation level.
 - Build fix for OS X.
 - Build fixes for clang++ 3.2.
 - Build fixes for clang++ 3.0.
 - Build fix for MinGW.
 - Build fix for BSD (and possibly other grep flavours).
 - Compatibility typedefs: pqxx::result::tuple & pqxx::result::field.
 - Supports C++11.
 - Fixed failure to detect some integer overflows during conversion.
4.0
 - API change: noticers are gone!  Use errorhandlers to capture error output.
 - API change: tablereaders and tablewriters are gone; they weren't safe.
 - API change: prepared statements are now weakly-typed, and much simpler.
 - API change: fields and tuples are now stand-alone classes in ::pqxx.
 - API change: thread-safety field have_strerror_r is now have_safe_strerror.
 - API change: notify_listener has been replaced with notification_receiver.
 - notification_receiver takes a payload parameter.
 - Easier Visual C++ setup.
 - Absolutely requires a libpq version with PQescapeStringConn.
 - Absolutely requires libpq 8.0 or better.
 - Changes for C++0x.
 - Supports clang++.
 - Visual C++ makefiles now support new-style unit tests.
 - Sample headers for more recent Visual Studio versions.
 - Fixes binary-data escaping problems with postgres 9.0.
 - Fixes problems with binary-string handling and escaping.
 - Fixes compatibility problems between 9.x libpq and 7.x backend.
 - quote_name to escape SQL identifiers for use in queries.
 - syntax_error reports error's approximate location in the query.
 - On Windows, now uses ws2_32 instead of wsock32.
 - Various Windows build fixes.
 - Updated for gcc 4.6.0.
 - configure script supports --enable-documentation/--disable-documentation.
 - Streamlined test/release toolchain.
3.1
 - Shared libraries are now versioned by ABI: 3.1 instead of 3.1.0 etc.
 - Threading behaviour is now documented, and can be queried.
 - Version information available at compile time.
 - Supports parameterized statements.
 - Result tuples now support slicing.
 - Configure with --with-tr1=boost to use BOOST shared_ptr.
 - String conversion now has its own header file.
 - Supports read-only transactions.
 - Fixed breakage with Solaris "make".
 - Uses shared_ptr if available.
 - binarystring::str() is no longer cached; no longer returns reference.
 - Fixed problems in Visual C++ Makefile for test suite.
 - Fixed problems with RPM packaging.
 - Fixed build problem on RedHat/CentOS 5.
 - Lets you check whether a prepared statement has been defined.
 - "Varargs" prepared statements.
 - Unnamed prepared statements now supported.
 - Results have iterator as well as const_iterator.
 - Rewrite of robusttransaction logic; may actually do its job now.
 - Connections support async query cancel from signal handler or thread.
 - More documentation for performance features.
3.0
 - Website is now at http://pqxx.org/ (no redirects)
 - Completely replaced cursor classes
 - More helpful error messages on failed connections
 - More detailed hierarchy of constraint-violation exception classes
 - trigger is now called notify_listener, trigger header is now notify-listen
 - New mixin base class pqxx_exception distinguishes libpqxx exception types
 - Quoting is back!  transaction_base::quote() & connection_base::quote()
 - Several build & documentation problems with Visual C++ fixed
 - Compile fixes for gcc 4.2, 4.3
 - Compile fixes for Sun Studio Express 5.9
 - Uses strlcpy() where available, instead of strncpy()
 - Keeps better track of applicable text encodings
 - Fixed bug with prepared statement parameters in separate C++ statements
 - robusttransaction now works for multiple users
 - Pipeline lets you cancel ongoing queries, e.g. because they run for too long
 - Fixed broken escaping of binary values in tablewriter
 - Floating-point types now represented with full precision
 - Proper unit tests for new functionality
 - New traits-based system for adding data types
 - Floating-point infinities now supported
 - Flushing/completing a pipeline now frees up the transaction for other use
 - Completely reworked test suite, builds and runs much faster
 - tablewriter supports writing of raw lines
2.6.9
 - Removed old 1.x API (that means all identifiers with capital letters!)
 - Tested with all current libpq versions and oldest/newest supported backends
 - No longer have old OnCommit()/OnAbort()/OnDoubt() callbacks in transactor!
 - Fixes failure when closing cursors with upper-case letters in their names
 - Fixes bug when adding triggers to connections that aren't open yet
 - Fixes bug when removing triggers
 - Fixes small memory leak when preparing statements
 - Fixes many problems with older backends
 - Fixes bug in result::swap(): protocol versions were not swapped
 - Some errors went undetected when using certain libpq versions
 - Fixes prepared statements on new libpq versions talking to old backends
 - Can estimate server version if libpq does not know how to obtain it
 - Greatly reduced memory usage while escaping strings
 - With Visual C++, creates lib/ directory if not already present
 - Useful error messages when preparing statements
 - Allows prepared statements to be registered explicitly
 - Support for "long long" types; enable with PQXX_ALLOW_LONG_LONG macro
 - Compilation errors for older libpq versions fixed
 - Some new small utility classes for disabling notice processing etc.
 - Result sets remember the queries that yielded them
 - New test script, pqxx-fulltest, tests against all current postgres versions
 - Connections can simulate failure
 - Adds password encryption function
2.6.8
 - Fixes bug: binary parameters to prepared statements truncated at nul bytes
 - New, more specific exception types to distinguish errors from server
 - Resolved serious problems with generated reference documentation
 - Automatically detect Windows socket library with MinGW
 - Windows "make" fixed to run from main directory, not win32
 - Fixes "mktemp" problems on some BSD-based platforms
 - pqxx-config is deprecated; use pkg-config instead
 - On GNU/Linux, uses poll() instead of select() to avoid file descriptor limit
 - Will provide server and protocol version information where available
 - New cursor class, absolute_cursor
2.6.7
 - New escape functions for binary data: transaction_base::esc_raw()
 - Improved detection of socket libraries, especially for MinGW
 - Works around bug in some versions of GNU grep 2.5.1
 - Fixes problem with configuration headers
 - Fixes PQprepare() detection
 - Fixes incomplete Visual C++ Makefile
 - Fixes compile error in workaround for older libpq versions
 - Removes "rpath" link option
2.6.6
 - New, encoding-safe string-escaping functions
 - Upper-case letters now allowed in prepared-statement names
 - Fixes crash in test005
 - More Visual C++ improvements
 - Removed collaboration diagrams from reference docs
 - New templating system for generating Windows Makefiles etc.
2.6.5
 - Visual C++ users: copy win32/common-sample to win32/common before editing it
 - Should fix problems finding socket library on MinGW
 - Even more work on Visual C++ problems
 - Updated documentation for Visual C++ users
 - Fixed bug in prepared statements (mostly visible on Visual C++)
 - Nested transactions work harder to detect backend support
2.6.4
 - Massively improved compatibility with Windows and Visual C++
 - Fixed late initialization of "direct" connection state
 - Fixed problem with initialization of connection capabilities
 - Fixed configuration bug for libpq in nonstandard locations
 - Sample configuration header for libpq found in PostgreSQL 8.1
2.6.3
 - Radical rework of prepared statements; INCOMPATIBLE INTERFACE CHANGE!
 - Dropped support for g++ 2.95
 - Emulate prepared statements support on old libpq or old backend
 - Bug fix: missing tutorial (release script now tests for this)
 - Automatically links in socket library on Windows or Solaris, if needed
 - Bug fix: check for std namespace didn't work
 - Fixes for Cygwin/MSYS/MinGW
2.6.2
 - Bug fix: connection state was not set up properly in some common cases
 - Bug fix: headers were installed in "include" instead of "include/pqxx"
 - Bug fix: sqlesc(string) broke with multibyte or multiple encodings
 - namedclass is now used as a virtual base; affects all subclass constructors
 - Initial implementation of subtransactions
 - Detect more connection capabilities
 - Standard library namespace can be set from configure script's command line
 - Completely reworked connection hierarchy, with separate policy objects
 - Clients can now define their own connection policies
 - Paved the way for client-defined thread synchronization
 - Now lives at http://thaiopensource.org/development/libpqxx/
2.6.1
 - Hugely improved recognition of different strerror_r() versions
 - Resolved link problems with gcc 4.0 and shared library
2.6.0
 - New macro PQXX_SHARED defines whether to use/build libpqxx as shared library
 - Robusttransaction compatible with PostgreSQL 8.1
 - Infrastructure for querying connection/backend capabilities at runtime
 - Greatly improved cursor support
 - Connection reactivation can be inhibited explicitly
 - Tries even harder to make sense of conflicting strerror_r() definitions
 - Detects connection failures that libpq glosses over
 - Reference documentation grouped into more coherent sections
 - Assumes strerror() is threadsafe on systems that have no strerror_r()
 - Now allows connection's socket number to be queried
 - New internal_error class for libpqxx-internal errors
 - With Visual C++, doesn't redefine NOMINMAX if it is defined already
 - Several compatibility improvements for Visual C++
 - Fixes and workarounds for HP-UX and HP aCC compiler
 - Phased old cursor interface out of test suite; tests ported to new interface
 - Added documentation on thread safety
 - New thread safety model
 - Large objects have functions to tell current position
 - Minor updates to tutorial (somebody pay me and I'll do more :)
 - No longer needs libpq-fs.h header
 - Meaningful error messages for ambiguous string conversions fixed
2.5.6
 - Support null parameters to prepared statements (use C-style char pointers)
2013-02-12 04:35:24 +00:00
ryoon
9bef86f5fd Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
taca
23ff8065a0 Update ruby-sequel to 3.44.0.
=== 3.44.0 (2013-02-04)

* Speedup mysql2 adapter with identifier output method fetch speed by up to
  50% (jeremyevans)

* Speedup tinytds adapter fetch speed by up to 60% (jeremyevans)

* Expand columns_introspection extension to consider cached schema values in
  the database (jeremyevans)

* Expand columns_introspection extension to handle subselects (jeremyevans)

* Have #last and #paged_each for model datasets order by the model's primary
  key by default (jeremyevans)

* Improve emulated offset support to handle subqueries (jeremyevans)

* Remove use of Object#extend from the eager_each plugin (jeremyevans)

* Add support for temporary views on SQLite and PostgreSQL via the :temp
  option to create_view (chanks, jeremyevans)

* Emulate Database#create_or_replace_view if not supported directly
  (jeremyevans)

* Add Dataset#paged_each, for processing entire datasets without keeping all
  rows in memory (jeremyevans)

* Add Sequel::ConstraintViolation exception class and subclasses for easier
  exception handling (jeremyevans)

* Fix use of identity_map plugin with many_to_many associations with right
  composite keys (chanks) (#603)

* Increase virtual row performance by using a shared VirtualRow instance
  (jeremyevans)

* Allow the :dataset association option to accept the association reflection
  as an argument (jeremyevans)

* Improve association method performance by caching intermediate dataset
  (jeremyevans)
2013-02-09 15:41:43 +00:00
taca
4f08687125 Add and enable ruby-hiera. 2013-02-09 15:39:38 +00:00
taca
732914b70d Add ruby-hiera package version 1.0.0, newer puppet needs it.
Hiera

A simple pluggable Hierarchical Database.
2013-02-09 15:39:09 +00:00
adam
78eee1bf9f The PostgreSQL Global Development Group has released a security update to all current versions of the PostgreSQL database system, including versions 9.2.3, 9.1.8, 9.0.12, 8.4.16, and 8.3.23. This update fixes a denial-of-service (DOS) vulnerability. All users should update their PostgreSQL installations as soon as possible.
The security issue fixed in this release, CVE-2013-0255, allows a previously authenticated user to crash the server by calling an internal function with invalid arguments. This issue was discovered by independent security researcher Sumit Soni this week and reported via Secunia SVCRP, and we are grateful for their efforts in making PostgreSQL more secure.

Today's update also fixes a performance regression which caused a decrease in throughput when using dynamic queries in stored procedures in version 9.2. Applications which use PL/pgSQL's EXECUTE are strongly affected by this regression and should be updated. Additionally, we have fixed intermittent crashes caused by CREATE/DROP INDEX CONCURRENTLY, and multiple minor issues with replication.

This release is expected to be the final update for version 8.3, which is now End-of-Life (EOL). Users of version 8.3 should plan to upgrade to a later version of PostgreSQL immediately. For more information, see our Versioning Policy.

This update release also contains fixes for many minor issues discovered and patched by the PostgreSQL community in the last two months, including:

* Prevent unnecessary table scans during vacuuming
* Prevent spurious cached plan error in PL/pgSQL
* Allow sub-SELECTs to be subscripted
* Prevent DROP OWNED from dropping databases or tablespaces
* Make ECPG use translated messages
* Allow PL/Python to use multi-table trigger functions (again) in 9.1 and 9.2
* Fix several activity log management issues on Windows
* Prevent autovacuum file truncation from being cancelled by deadlock_timeout
* Make extensions build with the .exe suffix automatically on Windows
* Fix concurrency issues with CREATE/DROP DATABASE
* Reject out-of-range values in to_date() conversion function
* Revert cost estimation for large indexes back to pre-9.2 behavior
* Make pg_basebackup tolerate timeline switches
* Cleanup leftover temp table entries during crash recovery
* Prevent infinite loop when COPY inserts a large tuple into a table with a large fillfactor
* Prevent integer overflow in dynahash creation
* Make pg_upgrade work with INVALID indexes
* Fix bugs in TYPE privileges
* Allow Contrib installchecks to run in their own databases
* Many documentation updates
* Add new timezone "FET".
2013-02-09 11:19:08 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
jperkin
ff363f2c6e Ensure the correct DTrace ABI is used. Fixes Solaris 32-bit build. 2013-02-05 11:01:19 +00:00
taca
ce6c4fd098 ruby-dm-rails can work with all 3.x versions of Ruby on Rails.
Bump PKGREVISION.
2013-01-31 15:46:51 +00:00