Commit graph

7367 commits

Author SHA1 Message Date
fhajny
504dddb146 Update databases/py-cassandra-driver to 3.7.0.
Features
- Add v5 protocol failure map
- Don't return from initial connect on first error
- Indicate failed column when deserialization fails
- Let Cluster.refresh_nodes force a token map rebuild
- Refresh UDTs after "keyspace updated" event with v1/v2 protocol
- EC2 Address Resolver
- Speculative query retries
- Expose paging state in API
- Don't mark host down while one connection is active
- Query request size information
- Avoid quadratic ring processing with invalid replication factors
- Improve Connection/Pool creation concurrency on startup
- Add beta version native protocol flag
- cqlengine: Connections: support of multiple keyspaces and
  sessions

Bug Fixes
- Race when adding a pool while setting keyspace
- Update results_metadata when prepared statement is reprepared
- CQL Export for Thrift Tables
- cqlengine: default value not applied to UserDefinedType
- cqlengine: columns are no longer hashable
- cqlengine: remove clustering keys from where clause when
  deleting only static columns
2016-09-19 11:56:10 +00:00
mef
6e31f30916 Added databases/p5-Net-FileMaker version 0.064
Added time/p5-DateTime-Incomplete version 0.08
Added time/p5-DateTime-Format-CLDR version 1.17
2016-09-17 02:42:08 +00:00
mef
549544dbc5 Import p5-Net-FileMaker-0.064 as databases/p5-Net-FileMaker.
Net::FileMaker provides an interface to FileMaker's various HTTP-based
interfaces, at present only the XML API is supported, but further support
to include XSLT and other means is planned.
2016-09-17 02:34:01 +00:00
adam
0f4cfd1961 Added databases/mysql57 version 5.7.15 2016-09-16 06:49:49 +00:00
adam
7cb1f0a9d9 MySQL is a SQL (Structured Query Language) database server. SQL is the most
popular database language in the world. MySQL is a client-server implementation
that consists of a server daemon `mysqld' and many different client
programs/libraries.

The main goals of MySQL are speed and robustness.

The base upon which MySQL is built is a set of routines that have been used in
a highly demanding production environment for many years.  While MySQL is still
in development it already offers a rich and highly useful function set.
2016-09-16 06:49:11 +00:00
wiz
98d2cc7847 Add pkg-config to tools to fix build. 2016-09-15 16:31:37 +00:00
jnemeth
c49d8591ba Update to MySQL Cluster 7.4.12
----- 7.4.12

Changes in MySQL Cluster NDB 7.4.12 (5.6.31-ndb-7.4.12) (2016-07-18)

MySQL Cluster NDB 7.4.12 is a new release of MySQL Cluster 7.4,
based on MySQL Server 5.6 and including features in version 7.4 of
the NDB storage engine, as well as fixing recently discovered bugs
in previous MySQL Cluster releases.

This release also incorporates all bugfixes and changes made in
previous MySQL Cluster releases, as well as all bugfixes and feature
changes which were added in mainline MySQL 5.6 through MySQL 5.6.31
(see Changes in MySQL 5.6.31 (2016-06-02)).

Functionality Added or Changed

    ClusterJ: To make it easier for ClusterJ to handle fatal errors
    that require the SessionFactory to be closed, a new public
    method in the SessionFactory interface,
    getConnectionPoolSessionCounts(), has been created. When it
    returns zeros for all pooled connections, it means all sessions
    have been closed, at which point the SessionFactory can be
    closed and reopened. See Reconnecting to a MySQL Cluster for
    more detail. (Bug #22353594)

Bugs Fixed

    Incompatible Change: When the data nodes are only partially
    connected to the API nodes, a node used for a pushdown join
    may get its request from a transaction coordinator on a different
    node, without (yet) being connected to the API node itself. In
    such cases, the NodeInfo object for the requesting API node
    contained no valid info about the software version of the API
    node, which caused the DBSPJ block to assume (incorrectly) when
    aborting to assume that the API node used NDB version 7.2.4 or
    earlier, requiring the use of a backward compatability mode to
    be used during query abort which sent a node failure error
    instead of the real error causing the abort.

    Now, whenever this situation occurs, it is assumed that, if
    the NDB software version is not yet available, the API node
    version is greater than 7.2.4. (Bug #23049170)

    Although arguments to the DUMP command are 32-bit integers,
    ndb_mgmd used a buffer of only 10 bytes when processing them.
    (Bug #23708039)

    During shutdown, the mysqld process could sometimes hang after
    logging NDB Util: Stop ... NDB Util: Wakeup. (Bug #23343739)

    References: See also: Bug #21098142.

    During an online upgrade from a MySQL Cluster NDB 7.3 release
    to an NDB 7.4 (or later) release, the failures of several data
    nodes running the lower version during local checkpoints (LCPs),
    and just prior to upgrading these nodes, led to additional node
    failures following the upgrade. This was due to lingering
    elements of the EMPTY_LCP protocol initiated by the older nodes
    as part of an LCP-plus-restart sequence, and which is no longer
    used in NDB 7.4 and later due to LCP optimizations implemented
    in those versions. (Bug #23129433)

    Reserved send buffer for the loopback transporter, introduced
    in MySQL Cluster NDB 7.4.8 and used by API and management nodes
    for administrative signals, was calculated incorrectly. (Bug
    #23093656, Bug #22016081)

    References: This issue is a regression of: Bug #21664515.

    During a node restart, re-creation of internal triggers used
    for verifying the referential integrity of foreign keys was
    not reliable, because it was possible that not all distributed
    TC and LDM instances agreed on all trigger identities. To fix
    this problem, an extra step is added to the node restart
    sequence, during which the trigger identities are determined
    by querying the current master node. (Bug #23068914)

    References: See also: Bug #23221573.

    Following the forced shutdown of one of the 2 data nodes in a
    cluster where NoOfReplicas=2, the other data node shut down as
    well, due to arbitration failure. (Bug #23006431)

    The ndbinfo.tc_time_track_stats table uses histogram buckets
    to give a sense of the distribution of latencies. The sizes of
    these buckets were also reported as HISTOGRAM BOUNDARY INFO
    messages during data node startup; this printout was redundant
    and so has been removed. (Bug #22819868)

    A failure occurred in DBTUP in debug builds when variable-sized
    pages for a fragment totalled more than 4 GB. (Bug #21313546)

    mysqld did not shut down cleanly when executing ndb_index_stat.
    (Bug #21098142)

    References: See also: Bug #23343739.

    DBDICT and GETTABINFOREQ queue debugging were enhanced as follows:

	Monitoring by a data node of the progress of GETTABINFOREQ
	signals can be enabled by setting DictTrace >= 2.

	Added the ApiVerbose configuration parameter, which enables
	NDB API debug logging for an API node where it is set
	greater than or equal to 2.

	Added DUMP code 1229 which shows the current state of the
	GETTABINFOREQ queue. (See DUMP 1229.)

    See also The DBDICT Block. (Bug #20368450)

    References: See also: Bug #20368354.

    Cluster API: Deletion of Ndb objects used a dispoportionately
    high amount of CPU. (Bug #22986823)

----- 7.4.11

Changes in MySQL Cluster NDB 7.4.11 (5.6.29-ndb-7.4.11) (2016-04-20)

MySQL Cluster NDB 7.4.11 is a new release of MySQL Cluster 7.4,
based on MySQL Server 5.6 and including features in version 7.4 of
the NDB storage engine, as well as fixing recently discovered bugs
in previous MySQL Cluster releases.

This release also incorporates all bugfixes and changes made in
previous MySQL Cluster releases, as well as all bugfixes and feature
changes which were added in mainline MySQL 5.6 through MySQL 5.6.29
(see Changes in MySQL 5.6.29 (2016-02-05)).

Functionality Added or Changed

    Cluster API: Added the Ndb::setEventBufferQueueEmptyEpoch()
    method, which makes it possible to enable queuing of empty
    events (event type TE_EMPTY). (Bug #22157845)

Bugs Fixed

    Important Change: The minimum value for the BackupDataBufferSize
    data node configuration parameter has been lowered from 2 MB
    to 512 KB. The default and maximum values for this parameter
    remain unchanged. (Bug #22749509)

    Microsoft Windows: Performing ANALYZE TABLE on a table having
    one or more indexes caused ndbmtd to fail with an InvalidAttrInfo
    error due to signal corruption. This issue occurred consistently
    on Windows, but could also be encountered on other platforms.
    (Bug #77716, Bug #21441297)

    During node failure handling, the request structure used to
    drive the cleanup operation was not maintained correctly when
    the request was executed. This led to inconsistencies that were
    harmless during normal operation, but these could lead to
    assertion failures during node failure handling, with subsequent
    failure of additional nodes. (Bug #22643129)

    The previous fix for a lack of mutex protection for the internal
    TransporterFacade::deliver_signal() function was found to be
    incomplete in some cases. (Bug #22615274)

    Compilation of MySQL with Visual Studio 2015 failed in
    ConfigInfo.cpp, due to a change in Visual Studio's handling of
    spaces and concatenation. (Bug #22558836, Bug #80024)

    When setup of the binary log as an atomic operation on one SQL
    node failed, this could trigger a state in other SQL nodes in
    which they appeared to detect the SQL node participating in
    schema change distribution, whereas it had not yet completed
    binary log setup. This could in turn cause a deadlock on the
    global metadata lock when the SQL node still retrying binary
    log setup needed this lock, while another mysqld had taken the
    lock for itself as part of a schema change operation. In such
    cases, the second SQL node waited for the first one to act on
    its schema distribution changes, which it was not yet able to
    do. (Bug #22494024)

    Duplicate key errors could occur when ndb_restore was run on
    a backup containing a unique index. This was due to the fact
    that, during restoration of data, the database can pass through
    one or more inconsistent states prior to completion, such an
    inconsistent state possibly having duplicate values for a column
    which has a unique index. (If the restoration of data is preceded
    by a run with --disable-indexes and followed by one with
    --rebuild-indexes, these errors are avoided.)

    Added a check for unique indexes in the backup which is performed
    only when restoring data, and which does not process tables
    that have explicitly been excluded. For each unique index found,
    a warning is now printed. (Bug #22329365)

    Restoration of metadata with ndb_restore -m occasionally failed
    with the error message Failed to create index... when creating
    a unique index. While disgnosing this problem, it was found
    that the internal error PREPARE_SEIZE_ERROR (a temporary error)
    was reported as an unknown error. Now in such cases, ndb_restore
    retries the creation of the unique index, and PREPARE_SEIZE_ERROR
    is reported as NDB Error 748 Busy during read of event table.
    (Bug #21178339)

    References: See also: Bug #22989944.

    When setting up event logging for ndb_mgmd on Windows, MySQL
    Cluster tries to add a registry key to HKEY_LOCAL_MACHINE,
    which fails if the user does not have access to the registry.
    In such cases ndb_mgmd logged the error Could neither create
    or open key, which is not accurate and which can cause confusion
    for users who may not realize that file logging is available
    and being used. Now in such cases, ndb_mgmd logs a warning
    Could not create or access the registry key needed for the
    application to log to the Windows EventLog. Run the application
    with sufficient privileges once to create the key, or add the
    key manually, or turn off logging for that application. An
    error (as opposed to a warning) is now reported in such cases
    only if there is no available output at all for ndb_mgmd event
    logging. (Bug #20960839)

    NdbDictionary metadata operations had a hard-coded 7-day timeout,
    which proved to be excessive for short-lived operations such
    as retrieval of table definitions. This could lead to unnecessary
    hangs in user applications which were difficult to detect and
    handle correctly. To help address this issue, timeout behaviour
    is modified so that read-only or short-duration dictionary
    interactions have a 2-minute timeout, while schema transactions
    of potentially long duration retain the existing 7-day timeout.

    Such timeouts are intended as a safety net: In the event of
    problems, these return control to users, who can then take
    corrective action. Any reproducible issue with NdbDictionary
    timeouts should be reported as a bug. (Bug #20368354)

    Optimization of signal sending by buffering and sending them
    periodically, or when the buffer became full, could cause
    SUB_GCP_COMPLETE_ACK signals to be excessively delayed. Such
    signals are sent for each node and epoch, with a minimum interval
    of TimeBetweenEpochs; if they are not received in time, the
    SUMA buffers can overflow as a result. The overflow caused API
    nodes to be disconnected, leading to current transactions being
    aborted due to node failure. This condition made it difficult
    for long transactions (such as altering a very large table),
    to be completed. Now in such cases, the ACK signal is sent
    without being delayed. (Bug #18753341)

    An internal function used to validate connections failed to
    update the connection count when creating a new Ndb object.
    This had the potential to create a new Ndb object for every
    operation validating the connection, which could have an impact
    on performance, particularly when performing schema operations.
    (Bug #80750, Bug #22932982)

    When an SQL node was started, and joined the schema distribution
    protocol, another SQL node, already waiting for a schema change
    to be distributed, timed out during that wait. This was because
    the code incorrectly assumed that the new SQL node would also
    acknowledge the schema distribution even though the new node
    joined too late to be a participant in it.

    As part of this fix, printouts of schema distribution progress
    now always print the more significant part of a bitmask before
    the less significant; formatting of bitmasks in such printouts
    has also been improved. (Bug #80554, Bug #22842538)

    Settings for the SchedulerResponsiveness data node configuration
    parameter (introduced in MySQL Cluster NDB 7.4.9) were ignored.
    (Bug #80341, Bug #22712481)

    MySQL Cluster did not compile correctly with Microsoft Visual
    Studio 2015, due to a change from previous versions in the VS
    implementation of the _vsnprintf() function. (Bug #80276, Bug
    #22670525)

    When setting CPU spin time, the value was needlessly cast to
    a boolean internally, so that setting it to any nonzero value
    yielded an effective value of 1. This issue, as well as the
    fix for it, apply both to setting the SchedulerSpinTimer
    parameter and to setting spintime as part of a ThreadConfig
    parameter value. (Bug #80237, Bug #22647476)

    Processing of local checkpoints was not handled correctly on
    Mac OS X, due to an uninitialized variable. (Bug #80236, Bug
    #22647462)

    A logic error in an if statement in
    storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp rendered
    useless a check for determining whether ZREAD_ERROR should be
    returned when comparing operations. This was detected when
    compiling with gcc using -Werror=logical-op. (Bug #80155, Bug
    #22601798)

    References: This issue is a regression of: Bug #21285604.

    The ndb_print_file utility failed consistently on Solaris 9
    for SPARC. (Bug #80096, Bug #22579581)

    Builds with the -Werror and -Wextra flags (as for release
    builds) failed on SLES 11. (Bug #79950, Bug #22539531)

    When using CREATE INDEX to add an index on either of two NDB
    tables sharing circular foreign keys, the query succeeded but
    a temporary table was left on disk, breaking the foreign key
    constraints. This issue was also observed when attempting to
    create an index on a table in the middle of a chain of foreign
    keysthat is, a table having both parent and child keys, but on
    different tables. The problem did not occur when using ALTER
    TABLE to perform the same index creation operation; and subsequent
    analysis revealed unintended differences in the way such
    operations were performed by CREATE INDEX.

    To fix this problem, we now make sure that operations performed
    by a CREATE INDEX statement are always handled internally in
    the same way and at the same time that the same operations are
    handled when performed by ALTER TABLE or DROP INDEX. (Bug
    #79156, Bug #22173891)

    NDB failed to ignore index prefixes on primary and unique keys,
    causing CREATE TABLE and ALTER TABLE statements using them to
    be rejected. (Bug #78441, Bug #21839248)

    Cluster API: Executing a transaction with an NdbIndexOperation
    based on an obsolete unique index caused the data node process
    to fail. Now the index is checked in such cases, and if it
    cannot be used the transaction fails with an appropriate error.
    (Bug #79494, Bug #22299443)

    Integer overflow could occur during client handshake processing,
    leading to a server exit. (Bug #22722946)

    For busy servers, client connection or communication failure
    could occur if an I/O-related system call was interrupted. The
    mysql_options() C API function now has a MYSQL_OPT_RETRY_COUNT
    option to control the number of retries for interrupted system
    calls. (Bug #22336527)

    References: See also: Bug #22389653.
2016-09-15 06:05:08 +00:00
gdt
c76c27ea73 Change to guile 2.0 2016-09-15 00:48:57 +00:00
maya
e5cb78b699 mariadb55-server: Restore PLIST ability to build without embedded-server 2016-09-14 07:29:10 +00:00
wiz
79a53c8f15 Updated py-postgresql to 5.0.2.
Ok from OWNER, darcy.

Version 5.0.2 (2016-09-08)
--------------------------
- Fixed an infinite recursion problem in the DB wrapper class of the classic
  module that could occur when the underlying connection could not be properly
  opened (bug report by Justin Pryzby).

Version 5.0.1 (2016-08-18)
--------------------------
- The update() and delete() methods of the DB wrapper now use the OID instead
  of the primary key if both are provided. This restores backward compatibility
  with PyGreSQL 4.x and allows updating the primary key itself if an OID exists.
- The connect() function of the DB API 2.0 module now accepts additional keyword
  parameters such as "application_name" which will be passed on to PostgreSQL.
- PyGreSQL now adapts some queries to be able to access older PostgreSQL 8.x
  databases (as suggested on the mailing list by Andres Mejia). However, these
  old versions of PostgreSQL are not officially supported and tested any more.
- Fixed an issue with Postgres types that have an OID >= 0x80000000 (reported
  on the mailing list by Justin Pryzby).
- Allow extra values that are not used in the command in the parameter dict
  passed to the query_formatted() method (as suggested by Justin Pryzby).
- Improved handling of empty arrays in the classic module.
- Unused classic connections were not properly garbage collected which could
  cause memory leaks (reported by Justin Pryzby).
- Made C extension compatible with MSVC 9 again (this was needed to compile for
  Python 2 on Windows).
2016-09-13 23:59:37 +00:00
maya
05ca6b2455 update mariadb55-{client,server} to 5.5.52
Security update
CVE-2016-6662: Remote Root Code Execution / Privilege Escalation (0day)
(Fixed in 5.5.51, MDEV-10465)

XXX put the distfile on nbftp manually as most mirrors don't have it yet
  and pullup.

Changes:
    Revision #0da39ca 2016-09-12 16:18:07 +0200
        fix BIGINT+MEDIUMINT type aggregation
    Revision #347eeef 2016-09-11 20:55:11 +0200
        don't use my_copystat in the server
    Revision #611dc0d 2016-09-11 20:53:16 +0200
        missing element in prelocked_mode_name[] array
    Revision #a229091 2016-09-11 20:52:00 +0200
        potential signedness issue
    Revision #7ae555c 2016-09-11 20:51:09 +0200 - Merge branch 'mysql/5.5' into 5.5
    Revision #b9631e3 2015-11-10 12:41:26 +0100
        MDEV-8833 Crash of server on prepared statement with conversion to semi-join
    Revision #ee97274 2016-08-25 09:50:04 +0300
        DEV-10595 MariaDB daemon leaks memory with specific query
    Revision #a92a8cc 2016-08-19 17:11:20 +0000
        Windows packaging : use /d switch to sign MSI, to prevent installer showing randomly generated name in UAC prompt
    Revision #723488b 2016-08-04 15:43:52 +0400
        MDEV-10424 - Assertion `ticket == null' failed in MDL_request::set_type
    Revision #09cb646 2016-08-11 19:35:53 +0000
        Windows : fix search for WiX root directory when using 64bit cmake
    Revision #5ad0206 2016-08-09 16:15:10 +0300
        MDEV-10341: InnoDB: Failing assertion: mutex_own(mutex) - mutex_exit_func
    Revision #0098d78 2016-08-09 13:25:40 +0200
        MDEV-10465 general_log_file can be abused
    Revision #a3f6424 2016-08-08 12:58:27 +0200
        MDEV-6128:[PATCH] mysqlcheck wrongly escapes '.' in table names
    Revision #2a54a53 2016-08-08 10:27:22 +0200
        MDEV-10465 general_log_file can be abused
    Revision #a7c43a6 2016-01-26 14:49:25 +0200
        MDEV-9304: MariaDB crash with specific query
    Revision #5269d37 2016-08-08 18:37:02 +0400
        MDEV-10468 Assertion `nr >= 0.0' failed in Item_sum_std::val_real()
    Revision #1b3430a 2016-08-08 16:04:40 +0400
        MDEV-10500 CASE/IF Statement returns multiple values and shifts further result values to the next column
    Revision #5e23b63 2016-08-07 11:02:42 +0200
        MDEV-10506 Protocol::end_statement(): Assertion `0' failed upon ALTER TABLE
    Revision #93d5cdf 2016-08-04 13:14:45 +0300
        MDEV-9946: main.xtradb_mrr fails sporadically
    Revision #c0cb84b 2016-08-04 10:57:55 +0200 - Merge branch 'bb-5.5-serg' into 5.5
    Revision #470f259 2016-08-03 20:56:24 +0200
        MDEV-10465 general_log_file can be abused
    Revision #0214115 2016-08-01 16:53:57 +0200
        trivial cleanup
    Revision #03dec1a 2016-08-03 18:05:29 +0200
        MDEV-10350 "./mtr --report-features" doesn't work
    Revision #9d2f892 2016-08-03 17:58:56 +0200
        MDEV-7329 plugins.pam_cleartext fails sporadically in buildbot
    Revision #75891ed 2016-08-03 17:50:45 +0200
        improve pam_cleartext.test a bit
    Revision #5265243 2016-08-03 20:44:08 +0200 - Merge branch 'merge/merge-xtradb-5.5' into 5.5
    Revision #e316c46 2016-08-03 20:43:29 +0200
        5.5.50-38.0
    Revision #19fe10c 2016-08-03 20:39:47 +0200
        MDEV-6581 Writing to TEMPORARY TABLE not possible in read-only
    Revision #a350e53 2016-08-03 20:38:25 +0200 - Merge branch 'mysql/5.5' into 5.5
    Revision #eb32dfd 2016-08-03 11:49:35 +0400
        MDEV-10365 - Race condition in error handling of INSERT DELAYED
    Revision #511313b 2016-08-03 13:42:46 +0000
        MDEV-10010 - potential deadlock on windows due to recursive SRWLock acquisition
    Revision #141f88d 2016-08-03 12:41:38 +0000
        MDEV-10357 my_context_continue() does not store current fiber on Windows
    Revision #ecb7ce7 2016-08-03 15:55:48 +0400
        MDEV-10467 Assertion `nr >= 0.0' failed in Item_sum_std::val_real() Backporting MDEV-5781 from 10.0.
    Revision #35c9c85 2016-08-03 13:40:53 +0300
        MDEV-10217: innodb.innodb_bug59641 fails sporadically in buildbot: InnoDB: Failing assertion: current_rec != insert_rec in file page0cur.c line 1052
    Revision #6b71a6d 2016-08-02 18:52:51 +0200
        MDEV-10383 Named pipes : multiple servers can listen on the same pipename
    Revision #5fdb3cf 2016-07-29 18:21:08 +0200
        MDEV-10419: crash in mariadb 10.1.16-MariaDB-1trusty
    Revision #c6aaa2a 2016-07-30 10:53:01 +0300
        MDEV-10228: update test results
    Revision #15ef38d 2016-07-27 00:38:51 +0300
        MDEV-10228: Delete missing rows with OR conditions
    Revision #1b5da2c 2016-07-21 15:32:28 +0400
        MDEV-10316 - main.type_date fails around midnight sporadically
    Revision #5cf49cd 2016-07-15 23:51:30 +0300
        MDEV-10248 Cannot Remove Test Tables
    Revision #4e19aa3 2016-07-12 12:13:31 +0200
        MDEV-10318 unset params in --ps --embedded
    Revision #97ded96 2016-07-11 17:03:03 +0000
        MDEV-10318 : Fix crash in embedded, in case prepared statement has parameter placeholders, but does not bind parameters
    Revision #e81455bb 2015-05-04 08:32:05 +0200
        MDEV-7973 bigint fail with gcc 5.0
    Revision #a7814d4 2016-06-30 12:59:52 +0400
        MDEV-10311 - funcs_1.processlist_priv_no_prot fails sporadically
    Revision #79f852a 2016-06-22 14:17:06 +0200
        MDEV-10050: Crash in subselect
    Revision #ef92aaf 2016-06-22 22:37:28 +0300
        MDEV-10083: Orphan ibd file when playing with foreign keys
    Revision #a482e76 2016-06-20 16:12:54 +0200
        fix a mysql-5.5.50 merge: mysqlcheck
    Revision #95bf696 2016-06-19 14:51:03 +0200
        MDEV-9749 InnoDB receives 'Bad file descriptor' error, possibly related to feedback plugin
    Revision #7f38a07 2016-06-17 18:54:11 +0400
        MDEV-10043 - main.events_restart fails sporadically in buildbot (crashes upon shutdown)
    Revision #7ff86b4 2016-06-17 14:59:17 +0300
        MDEV-10247 TokuDB assertion error when building with DEBUG
    Revision #12ae840 2016-06-16 22:04:24 +0300
        Fix typo bug that cause myisam repair to fail
    Revision #c7eef02 2016-06-16 22:00:16 +0300
        Increase the number of default build thread ids possibilities
    Revision #7ab7abd 2016-06-16 18:52:46 +0300
        Fix compilation failure when compiling with std=c90
    Revision #b644661 2016-06-14 22:29:24 +0200
        MDEV-9256 : Crashes on Windows x64 with aria_pagecache_buffer_size > 4GB
    Revision #34a104b 2016-06-14 12:28:05 +0300
        MDEV-10229: TokuDB fails to build with CLang
    Revision #1bf2509 2016-06-13 23:32:50 +0300
        MDEV-10162: Update repair testcase
    Revision #2b47832 2015-12-10 03:56:31 +0200
        Fixed compilation failure using clang
    Revision #6a34ba3 2016-02-16 16:15:22 +0200
        [Code cleanup] Refactor duplicate code within myisam and maria sort.cc
    Revision #bfef17b 2016-06-13 18:30:02 +0300
        MDEV-9433: [PATCH} cppcheck reported a number of minor coding errors
    Revision #0089af8 2016-06-13 18:11:31 +0300
        MDEV-9433: [PATCH] cppcheck reported a number of minor coding errors
    Revision #cf721d2 2015-12-10 17:00:14 +1100
        MDEV-9257: Increase limit on parallel workers in mysql-test-run
    Revision #05bb3b9 2016-06-14 16:28:07 +0200
        fix main.ssl_ca test for windows
    Revision #a4cfd32 2016-06-14 14:52:43 +0200
        main.openssl_1 failure
    Revision #c73b987 2016-06-14 13:18:05 +0200
        MDEV-8328 Evaluation of two "!" operators depends on space in beetween
    Revision #c3c272c 2016-06-10 13:47:00 +0200
        MDEV-10166 probes_mysql_nodtrace.h is not provided anymore by mariadb-10.0.25
    Revision #260699e 2016-06-14 13:59:41 +0200 - Merge branch 'merge-xtradb-5.5' into 5.5
    Revision #f54dcf1 2016-06-14 12:38:47 +0200
        5.5.49-37.9
    Revision #90eb302 2016-06-14 13:57:49 +0200
        fix main.ssl_ca from mysql-5.5.50
    Revision #ae29ea2 2016-06-14 13:55:28 +0200 - Merge branch 'mysql/5.5' into 5.5
    Revision #1b50d59 2016-06-14 14:44:09 +0400
        MDEV-9945 - main.kill_processlist-6619 fails sporadically
    Revision #d6a1bae 2016-06-13 17:10:31 +0400
        MDEV-10218 - rpl.rpl_binlog_errors fails in buildbot with valgrind warnings - bytes are possibly lost
    Revision #2db724c 2016-06-13 15:54:12 +0400
        MDEV-10218 - rpl.rpl_binlog_errors fails in buildbot with valgrind warnings - bytes are possibly lost
    Revision #3c77a00 2016-03-08 13:27:18 +0200
        MDEV-8012: Wrong exit code when asking for help
    Revision #416006a 2016-06-12 22:45:15 +0300
        MDEV-8012: Wrong exit code when asking for help
    Revision #67b4a6f 2016-06-12 20:14:51 +0300
        MDEV-8859 rpl.rpl_mdev382 sporadically fails to finish due to disappeared expect file
    Revision #87007dc 2016-06-08 15:03:18 +0400
        MDEV-9994 - Aria service threads are not "joined"
    Revision #4155d09 2016-06-10 17:06:38 +0400
        MDEV-8402 Bug #77473 Truncated data with subquery & UTF8
    Revision #df14488 2016-06-10 15:50:19 +0400
        MDEV-10181 Illegal mix of collation for a field and an ASCII string as a view field
    Revision #7adf04e 2016-01-05 22:48:50 +0100
        MDEV-9366 : do_shutdown_server fails to detect server shutdown on Windows. Fix test whether process is alive in mysqltest.
    Revision #a4848e9 2016-06-08 19:04:12 +0400
        MDEV-9972 Least function retuns date in date time format
    Revision #b31976f 2016-06-08 15:15:55 +0200 - Merge branch 'mdev9991' into mdev9991-5.5
    Revision #196d96c 2016-06-08 15:12:44 +0200
        Fix compiler check for stack unwind hint
    Revision #0f25270 2016-06-08 08:40:10 +0300
        MDEV-7139: Sporadic failure in innodb.innodb_corrupt_bit on P8
    Revision #ff832e0 2016-05-24 17:37:23 +0200
        Restore COMPONENT Embedded for Windows embedded libs.
    Revision #221adbc 2016-05-24 17:01:08 +0200
        Fix warnings on Windows, compiler option -ggdb3 option is nonexistent
    Revision #535160b 2016-05-24 16:57:03 +0200
        MDEV-10117 - update HeidiSQL to current version
    Revision #9eb0fbd 2016-05-24 14:20:53 +0200
        MDEV-10071 Block installation on XP/Windows 2003 Server(they are no more supported)
    Revision #18487ed 2016-05-24 14:18:55 +0200
        MDEV-10108 Fix errors in installations by domain user
    Revision #964c4f0 2016-05-10 19:13:06 +0400
        MDEV-10052 Illegal mix of collations with DAYNAME(date_field)<>varchar_field
    Revision #672bbcd 2016-04-27 16:13:14 +0200
        MDEV-9973 : Do not set permissions for serviceaccount user (Win7 and later) This appears to break some installation, and it did not do anything useful anyway.
    Revision #4f1ad43 2016-04-26 16:15:15 +0400
        MDEV-9987 - gen_lex_hash leaks memory, making LeakSanitizer builds fail
    Revision #29868de 2016-04-26 12:58:14 +0200
        MDEV-9986 Full-text search of the utf8mb4 column causes crash
    Revision #7f5ceb7 2016-04-26 11:49:35 +0200
        disable main.wait_timeout_not_windows for embedded
    Revision #2220480 2016-04-25 18:59:41 +0200
        MDEV-7775 Wrong error message (Unknown error) when idle sessions are killed after wait_timeout
    Revision #a98ecc2 2016-04-23 12:19:40 +0200
        support SEARCH_RANGE in search_pattern_in_file.inc
    Revision #2b7573e 2016-04-24 13:36:51 +0400
        MDEV-9975 - main.partition_innodb_plugin fails sporadically
    Revision #19e3597 2016-04-07 10:47:46 +0300
        MDEV-9142 :Adding Constraint with no database reference results in ERROR 1046 (3D000) at line 13: No database selected.
    Revision #0ea4c73 2016-04-23 12:15:18 +0400
        Fixed compilation failure due to unused var.
    Revision #618e300 2016-04-22 12:57:39 +0400
        MDEV-9970 - main.sp-threads fails sporadically
    Revision #bd75ee7 2016-04-22 09:10:00 -0400
        bump the VERSION
    Revision #3f0d07e 2016-04-22 16:04:20 +0400
        MDEV-9372 select 100 between 1 and 9223372036854775808 returns false
    Revision #0991e19e 2016-04-20 20:25:46 +0200 - Merge branch 'bb-5.5-serg' into 5.5
    Revision #63c834e 2016-04-20 18:56:41 +0200 - Merge branch 'merge-xtradb-5.5' into 5.5
    Revision #c9e56d5 2016-04-18 17:38:05 +0200
        5.5.48-37.8
    Revision #24ac546 2016-04-20 18:27:23 +0200
        use consistent error messaging for IGNORE
    Revision #9e826bf 2016-04-20 15:28:44 +0200
        trivial optimization
    Revision #8f1f869 2016-04-20 15:26:37 +0200
        another test case for ER_DATA_OUT_OF_RANGE on insert
    Revision #b069d19 2016-04-20 15:25:55 +0200 - Merge branch 'mysql/5.5' into 5.5
    Revision #1bc0b0b 2016-04-19 11:08:16 +0200
        fix a couple of dbug tests not to write to /tmp
    Revision #cc04a9f 2016-04-18 18:30:42 +0200
        MDEV-9835 Valid password is not working after server restart
    Revision #608c0e1 2016-04-18 11:57:34 +0200
        MDEV-5982 `make` fail @ ".../libmysql_versions.ld:155:9: invalid use of VERSION in input file"
    Revision #ce35530 2016-04-17 19:52:15 +0200
        MDEV-9885 Client doesn't start if 'TERM' unknown
    Revision #95fe71a 2016-04-17 18:51:54 +0200
        MDEV-9707 MAX(timestamp(6) column) in correlated sub-query returns non-existent row data in original table
    Revision #3294cd1 2016-04-16 17:36:47 +0200
        MDEV-9929 MariaDB segfaults on command "mysqld --version" with ignore-db-dir option on /etc/my.cnf
    Revision #4f133fb 2016-04-16 12:39:20 +0200
        MDEV-9493 --tc-heuristic-recover option values off by one
    Revision #edf71fd 2016-04-16 10:28:03 +0200
        MDEV-9928 LC_TIME_NAMES=de_AT; unusual name for february
    Revision #9c64735 2016-03-29 12:50:56 +0200
        MDEV-9748 Include Twin (mysys_err.h is included twice in mysys/my_copy.c)
    Revision #2a45fa9 2016-04-20 19:03:59 +0200
        MDEV-9836 Connection lost when using SSL
    Revision #0c0a865 2016-04-19 16:16:13 +0400
        MDEV-9943 - TokuDB fails to compile with gcc 5.2.1
    Revision #62122ba 2016-04-20 00:36:58 +0300
        MDEV-9953 Debian packages install broken 'maria' test suite which cannot be run
    Revision #e90f8b7 2016-04-20 11:11:13 +0400
        MDEV-9413 "datetime >= coalesce(c1(NULL))" doesn't return expected NULL
    Revision #2564650 2016-04-20 11:02:34 +0400
        MDEV-9662 Assertion `precision || !scale' failed in my_decimal_precision_to_length_no_truncation(uint, uint8, bool)
    Revision #9a98714 2016-04-20 08:53:30 +0400
        MDEV-9745 Crash with CASE WHEN TRUE THEN COALESCE(CAST(NULL AS UNSIGNED)) ELSE 4 END
    Revision #6c0e231 2016-04-19 14:05:52 +0400
        MDEV-9945 - main.kill_processlist-6619 fails sporadically
    Revision #18ff6f6 2016-04-19 12:38:00 +0400
        MDEV-9944 - main.events_2 fails sporadically
    Revision #6fd54c0 2016-04-18 23:15:15 +0400
        MDEV-9521 Least function returns 0000-00-00 for null date columns instead of null
    Revision #777c213 2016-04-02 00:04:47 +0400
        MDEV-9862 Illegal mix of collation, when comparing column with CASE expression
    Revision #11b77e9 2016-03-18 16:55:11 +0100
        MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11"
    Revision #fc2c1e4 2016-03-17 21:29:52 +0100
        MDEV-9733 Server crashes in lf_pinbox_real_free on replication slaves
    Revision #0b9fb9a 2016-03-17 10:45:15 +0100
        MDEV-9568 mysqlcheck crashes with nonexistent table name
    Revision #c29e450 2016-02-26 03:02:07 +0200
        MDEV-4070 sys_vars.secure_file_priv fails sporadically if it's executed with --mem
    Revision #ceba41c 2016-01-24 17:41:11 +0100
        MDEV-9299 Test main.events_2 incompatible with Debian reproducibility testing framework
    Revision #e1385f2 2016-02-15 12:59:47 +0100
        fix buffer overrun
    Revision #3889b19 2016-02-14 22:19:27 +0100
        more strict ipv6_ok check in mtr
    Revision #8f5030e 2016-02-14 22:17:38 +0100
        fix my_gethwaddr() for solaris
    Revision #95740bc 2016-02-14 22:16:50 +0100
        dtrace in cmake
    Revision #a5d9597 2016-02-14 22:15:16 +0100
        better inline check
    Revision #5f078cc 2016-02-14 20:57:48 +0100
        compilation errors on sparc sun studio 10
    Revision #2a47817 2016-02-14 18:33:20 +0200
        MDEV-9225 mysql_upgrade segfault due to missing /etc/my.cnf.d
    Revision #b7dc830 2016-02-14 18:31:06 +0200
        Fix memory leak when failing to read config file
    Revision #93e9d81 2016-02-12 12:04:11 +0400
        Errorneous PSI declaration line fixed.
    Revision #a9a08b1 2016-02-10 10:03:47 +0400
        MDEV-9371 select insert('a',2,1,'b') doesn't return expected 'a'
    Revision #3c5c04b 2016-02-10 03:49:11 +0200
        MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init
    Revision #6b614c6 2016-02-09 13:50:48 +0100
        MDEV-7765: Crash (Assertion `!table || (!table->write_set || bitmap_is_set(table->write_set, field_index) || bitmap_is_set(table->vcol_set, field_index))' fails) on using function over not created table
    Revision #775cccc 2016-02-08 22:53:40 +0200
        MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init
    Revision #01628ce 2016-02-09 14:08:36 +0100
        Merge branch 'bb-5.5-serg' into 5.5
    Revision #afce541 2016-02-09 14:06:45 +0100
        Merge branch 'merge-xtradb-5.5' into 5.5
    Revision #5d478f5 2016-02-08 20:07:38 +0100
        Bug#19817021
    Revision #6703e5b 2016-02-08 20:07:09 +0100
        Bug#20691429 ASSERTION `CHILD_L' FAILED IN STORAGE/MYISAMMRG/HA_MYISAMMRG.CC:631
    Revision #dece4bc 2016-02-09 11:28:44 +0100
        cleanup: make assert more readable
    Revision #63d3ccd 2016-02-08 20:04:39 +0100
        Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAK
    Revision #f3444df 2016-02-09 11:27:40 +0100
        Merge branch 'mysql/5.5' into 5.5
    Revision #ea0c3fc 2016-02-09 05:17:41 +0400
        MDEV-9438 backport feedback-http-proxy to 5.5 and 10.0. The http-proxy option to the FEEDBACK plugin backported.
    Revision #b17a435 2016-02-09 02:31:47 +0300
        MDEV-6859: scalar subqueries in a comparison produced unexpected result
    Revision #3cfd36b 2016-02-09 00:13:25 +0100
        5.5.47-37.7
    Revision #d443d70 2016-02-09 01:46:53 +0300
        MDEV-7823: Server crashes in next_depth_first_tab on nested IN clauses with SQ inside
    Revision #c4cb240 2016-02-06 22:41:58 +0100
        MDEV-9024 Build fails with VS2015
    Revision #1e361f2 2016-02-06 13:57:59 +0100
        MDEV-4664 mysql_upgrade crashes if root's password contains an apostrophe/single quotation mark
    Revision #9e4e412 2016-02-06 13:56:37 +0100
        unit test for dynstr_append_os_quoted()
    Revision #41021c0 2016-02-03 17:15:22 +0100
        MDEV-9462: Out of memory using explain on 2 empty tables
    Revision #ad94790 2016-02-04 14:47:46 +0100
        MDEV-9453 mysql_upgrade.exe error when mysql is migrated to mariadb
    Revision #0a76ad5 2016-02-04 12:51:57 +0100
        MDEV-9175 Query parser tansforms MICROSECOND into SECOND_FRAC, which does not work
    Revision #a90da6e 2016-02-05 14:04:24 +0100
        MDEV-9314 fatal build error: viosslfactories.c:58:5: error: dereferencing pointer to incomplete type ‘DH {aka struct dh_st}
    Revision #db5f743 2016-02-06 12:37:46 +0200
        Merge pull request #148 from grooverdan/5.5-rpl_reporting-cppcheck-va_end
    Revision #6ecf6d8 2016-02-05 17:46:01 +0100
        MDEV-7827: Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in Field_long::val_str on EXPLAIN EXTENDED
    Revision #9f3b53f 2015-12-14 19:16:29 +0100
        MDEV-9093 Persistent computed column is not updated when update query contains join
    Revision #a3d843d 2016-02-03 15:52:26 +0200
        Fix function visibility as it is used on row0mysql.c in Windows.
    Revision #f66d016 2016-02-03 11:32:51 +0200
        MDEV-9471: Server crashes or returns an error while trying to alter partitioning on a table moved from Windows to Linux
    Revision #603c096 2016-02-03 00:43:00 +0100
        MDEV-9466 : Exception handler on Windows does not output any text, if mysqld runs as service
    Revision #0e84d54 2016-02-01 16:27:12 +0100
        Merge MDEV-9112 into 5.5
    Revision #8cf1f50 2016-02-01 16:10:49 +0100
        MDEV-9112: Non-blocking client API missing on non-x86 platforms
    Revision #d0c5efc 2016-01-29 23:53:44 +0200
        If one compiled with too long MYSQL_SERVER_SUFFIX this caused a memory overrun that caused some test to fail.
    Revision #a1ddf01 2016-01-29 23:52:15 +0200
        my_decimal didn't compile properly with debug
    Revision #3e5724f 2016-01-19 14:47:41 +1100
        Add va_end to make cppcheck happy
    Revision #9c9d10b 2016-01-15 09:50:27 +0400
        MDEV-9106 Audit plugin not working with MySQL 5.7. fixing Windows crash.
    Revision #fe4823d 2016-01-13 18:02:44 +0400
        MDEV-9106 Audit plugin doesnt run with MySQL 5.7. updata thread_pool_server_audit test result.
    Revision #cdc9aa5 2016-01-13 15:24:33 +0400
        MDEV-9106 Audit Plugin doesn't run with MySQL 5.7. MariaDB 5.5 built in debug gets unhappy with mutexes. Although everything is correct, some DBUG_ASSERT can happen. So this patch keeps safe_mutex silent.
    Revision #c955253 2016-01-12 16:29:02 +0400
        MDEV-9106 Audit plugin compiled with MariaDB can't install on MySQL 5.7. The audit API was seriously changed in MySQL 5.7. so we had to adapt the plugin's code to that.
    Revision #5f48b61 2016-01-07 14:45:40 +0100
        MDEV-9298 : Build failure when linking libmysql.
    Revision #ff24820 2015-12-30 19:39:31 +0100
        Fix process handle leak in buildbot. GenerateConsoleCtrlEvent sent to non-existing process will add a process handle to this non-existing process to console host process conhost.exe
    Revision #61d3621 2015-12-29 18:40:41 +0400
        Moving Field_blob::store_length() back from protected to public, as it's needed for Cassandra in 10.0.
    Revision #e1b9be5 2015-12-29 14:17:31 +0400
        MDEV-9319 ALTER from a bigger to a smaller blob type truncates too much data
    Revision #e126baa 2015-12-21 10:19:02 +0100
        MDEV-9249 MariaDB un-buildable on linux64: fails @ "error: ‘ERR_remove_state’ was not declared in this scope" when linking against OpenSSL 1.0.2e
    Revision #591e74c 2015-06-20 16:59:22 +0800
        MDEV-7526: TokuDB doesn't build on OS X
    Revision #e386523 2015-12-19 13:53:43 +0200
        MDEV-7526: TokuDB doesn't build on OS X
    Revision #f39b9e0 2015-12-19 13:52:27 +0200
        MDEV-7526: TokuDB doesn't build on OS X
    Revision #6414959 2015-12-19 13:31:44 +0200
        MDEV-7526: TokuDB doesn't build on OS X
    Revision #f89c9fc 2015-12-19 13:25:55 +0200
        MDEV-7526: TokuDB doesn't build on OS X
    Revision #0ed4744 2015-12-11 17:03:55 +0100
        fix main.mysqldump test on windows
    Revision #ca28d90 2015-12-09 17:54:55 +0100
        MDEV-7655 SHOW CREATE TABLE returns invalid DDL when using virtual columns along with a table collation
    Revision #f560c1b 2015-12-10 10:32:11 +0100
        revert 5e9a50efc37c233f1e2a3616f8bcb36315aba4c2
    Revision #265e833 2015-12-09 21:22:37 +0100
        revert 415faa122b9c683661dafac82fff414fa6864151
    Revision #c19972f 2015-12-11 14:33:41 +0200
        MDEV-9251: Fix MySQL Bug#20755615: InnoDB compares column names case sensitively, while according to Storage Engine API column names should be compared case insensitively. This can cause FRM and InnoDB data dictionary to go out of sync.
    Revision #fa25921 2015-12-10 11:22:53 +0100
        MDEV-8407 Numeric errors, server crash with COLUMN_JSON() on DECIMAL with precision > 40
    Revision #d67aacb 2015-12-09 17:11:55 +0100
        fix xtradb compilation on windows
    Revision #fa4d4fc 2015-12-09 10:06:28 +0100
        unit tests for my_getopt
    Revision #584c07b 2015-10-21 11:51:15 +0200
        MDEV-8978 Specify GPL version in RPM metadata
    Revision #142b725 2015-12-09 12:57:04 +0100
        Merge branch 'merge/merge-xtradb-5.5' into 5.5
    Revision #9457139 2015-12-09 12:27:04 +0100
        5.5.46-37.6
    Revision #1a72c6f 2015-12-09 11:51:59 +0100
        Merge branch 'bb-5.5-serg' into 5.5
    Revision #abf9d35 2015-12-09 10:00:49 +0100
        Merge branch 'mysql/5.5' into 5.5
    Revision #dac3149 2015-12-08 17:20:34 +0400
        MDEV-9001 - [PATCH] Fix DB name quoting in mysqldump --routine
    Revision #50a796d 2015-12-08 10:16:41 +0100
        MDEV-8825 mysql_upgrade leaks the admin password when it spawns a shell process to execute mysqlcheck
    Revision #c21b927 2015-12-08 10:13:13 +0100
        mysql_upgrade cleanup
    Revision #f0d774d 2015-12-07 20:06:54 +0100
        MDEV-9212 ssl-validate-cert incorrect hostname check
    Revision #544eeda 2015-12-07 20:27:58 +0100
        MDEV-8644 Using a UDF in a virtual column causes a crash when stopping the server
    Revision #79d08e6 2015-12-07 15:15:43 +0100
        small cleanup: udf_init()/udf_free() calls
    Revision #859a736 2015-12-07 14:07:36 +0100
        MDEV-9161 feedback_plugin_send in debug builds
    Revision #99774f1 2015-12-06 11:51:57 +0100
        feedback plugin compilation warnings
    Revision #8fd24b4 2015-12-07 20:25:27 +0100
        MDEV-9226 SHOW COLUMNS returns wrong column order for tables with large ENUMs
    Revision #f18599a 2015-12-06 20:22:33 +0100
        tokudb compilation warnings
    Revision #d1fe928 2015-12-06 12:01:12 +0100
        MDEV-8607 Init script doesn't check all applicable configuration groups
    Revision #18954ff 2015-12-06 01:48:07 +0100
        MDEV-8313 Got an error writing communication packets
    Revision #354e567 2015-12-06 01:40:51 +0100
        federatedx small cleanup
    Revision #e05883b 2015-12-05 15:25:15 +0100
        MDEV-7341 mysqld_multi doesn't recognize include directive (not following includes)
    Revision #ef47b625 2015-12-05 11:29:00 +0100
        MDEV-8827 Duplicate key with auto increment
    Revision #c8652ee 2015-12-05 11:22:25 +0100
        one more test
    Revision #ee2fce5 2015-10-20 09:41:44 +0200
        fix debian logrotate slow log filename
    Revision #0df22a5 2015-12-07 09:34:41 +0200
        MDEV-7050: MySQL#74603 - Assertion `comma_length > 0' failed in mysql_prepare_create_table
    Revision #d85168e 2015-12-07 09:20:31 +0200
        Correct length check in my_wc_mb_filename()
    Revision #e528fe7 2015-12-05 12:21:33 +0200
        Fix gcc v5.compiler errors.
    Revision #082b859 2015-12-04 14:24:03 +0200
        MDEV-9233: Copying MySQL 5.5 data directory to 10.0 with partition tables crashes on insert
    Revision #d87bc55 2015-12-03 20:43:54 +0400
        MDEV-8630 Datetime value dropped in "INSERT ... SELECT ... ON DUPLICATE KEY" Item_func_coalesce::fix_length_and_dec() calls Item_func::count_string_result_length()) which called agg_arg_charsets() with wrong flags, so the collation derivation of the COALESCE result was not properly set to DERIVATION_COERCIBLE. It erroneously stayed DERIVATION_NUMERIC. So GREATEST() misinterpreted the argument as a number rather that a string and did not calculate its own length properly.
    Revision #9f07c6b 2015-12-02 16:08:54 +0400
        MDEV-9001 - [PATCH] Fix DB name quoting in mysqldump --routine
    Revision #33589b2 2015-12-03 13:18:10 +0200
        MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf.ic line 730
    Revision #13ad179 2015-11-20 14:50:18 +0100
        MDEV-8756 MariaDB 10.0.21 crashes during PREPARE
    Revision #43a5090 2015-11-18 11:20:59 +0100
        MDEV-9051 mysqld got signal 11, after upgrade to 10.1.8
    Revision #7261629 2015-11-18 10:58:51 +0100
        feedback plugin debug
    Revision #e669a5f 2015-11-17 18:33:08 +0100
        MDEV-7588 Add thd_wait_begin/end to notify threadpool of binlog waits
    Revision #7e4da9b 2015-11-06 16:36:41 +0100
        MDEV-8632 Segmentation fault on INSERT
    Revision #5d754fc 2015-11-09 09:23:32 +0200
        MDEV-8854: New warning messages are unreadable
    Revision #c88ca2c 2015-11-06 17:56:56 +0100
        MDEV-8701 Crash on derived query MDEV-8938 Server Crash on Update with joins
    Revision #df80420 2015-10-21 14:42:56 +0200
        fix events_1 test for October 2015
    Revision #978c2a3 2015-10-11 17:06:03 -0400
        MDEV-7640: CHANGE MASTER TO doesn't work with prepared statements


    Revision #16c4b3c 2015-10-09 16:43:59 +0200
        fixes for buildbot
    Revision #f41a41f 2015-10-09 00:06:16 +0200
        Merge branch 'merge-xtradb-5.5' into 5.5
    Revision #db79f4c 2015-10-08 23:02:43 +0200
        5.5.45-37.4
    Revision #82e9f6d 2015-10-08 22:54:24 +0200
        Merge remote-tracking branch 'mysql/5.5' into 5.5
    Revision #c8d5112 2015-10-08 00:32:07 +0200
        MDEV-8796 Delete with sub query with information_schema.TABLES deletes too many rows
    Revision #504802f 2015-08-05 11:57:35 +0200
        MDEV-7846: postreview fix
    Revision #54b9981 2015-04-23 20:08:57 +0200
        MDEV-7846: Server crashes in Item_subselect::fix_fields or fails with Thread stack overrun
    Revision #0ab93fd 2015-04-23 19:16:57 +0200
        MDEV-7445:Server crash with Signal 6 MDEV-7565: Server crash with Signal 6 (part 2)
    Revision #2e3e818 2015-04-23 19:11:06 +0200
        MDEV-7445: Server crash with Signal 6
    Revision #7ccde2c 2015-04-23 19:04:11 +0200
        MDEV-7565: Server crash with Signal 6 (part 2)
    Revision #006acf7 2015-09-30 10:49:45 +0300
        Bug #68148: drop index on a foreign key column leads to missing table MDEV-8845: Table disappear after modifying FK
    Revision #a95711e 2015-09-29 08:39:54 +0300
        MDEV-8855: innodb.innodb-fk-warnings fails on Windows
    Revision #02a38fd 2015-09-24 17:25:52 +0200
        MDEV-8624: MariaDB hangs on query with many logical condition
    Revision #f804b74 2015-09-28 03:40:29 +0300
        MDEV-8154 rpl.show_status_stop_slave_race-7126 sporadically causes internal check failure
    Revision #ce7d8c5 2015-09-27 18:01:47 +0300
        MDEV-7330 plugins.feedback_plugin_send fails sporadically in buildbot
    Revision #bdcf370 2015-09-27 16:00:48 +0300
        MDEV-7933 plugins.feedback_plugin_send depends on being executed after plugins.feedback_plugin_load
    Revision #2563609 2015-09-26 02:51:29 +0300
        Increased the version number
    Revision #86ed494 2015-09-26 02:48:55 +0300
        MDEV-8849 rpl.rpl_innodb_bug30888 sporadically fails in buildbot with testcase timeout
    Revision #dca4ab9 2015-09-24 21:24:28 +0300
        MDEV-8841 innodb_zip.innodb-create-options fails in buildbot
    Revision #5cc149f 2015-09-24 10:28:47 +0200
        The compiler warnings fixed.
    Revision #29ac245 2015-09-07 13:13:52 +0200
        MDEV-8473: mysqlbinlog -v does not properly decode DECIMAL values in an RBR log
    Revision #102a85f 2015-09-03 18:00:43 +0200
        MDEV-8663: IF Statement returns multiple values erroneously (or Assertion `!null_value' failed in Item::send(Protocol*, String*))


    Revision #fa51f70 2015-08-04 23:42:44 +0200
        correct the NULL-pointer test
    Revision #877de3a 2015-07-30 22:08:39 +0300
        MDEV-8554: Server crashes in base_list_iterator::next_fast ...
    Revision #1b0c81c 2015-08-01 15:02:14 +0200
        5.5.44-37.3
    Revision #96badb1 2015-07-31 22:09:46 +0200
        MDEV-7821 Server crashes in Item_func_group_concat::fix_fields on 2nd execution of PS
    Revision #409709e 2015-07-31 20:33:10 +0200
        compilation error on windows
    Revision #79deefc 2015-07-31 12:31:37 +0200
        MDEV-8340 Add "mysqlbinlog --binlog-row-event-max-size" support for MariaDB 5.5
    Revision #4d5772c 2015-07-31 10:13:01 +0200
        MDEV-7810 Wrong result on execution of a query as a PS (both 1st and further executions)
    Revision #2721d69 2015-07-28 19:11:53 +0200
        MDEV-8352 Increase Diffie-Helman modulus to 2048-bits
    Revision #bfe2689 2015-07-31 13:13:39 +0400
        MDEV-8379 - SUSE mariadb patches
    Revision #360e597 2015-07-31 12:06:29 +0300
        Make sure name buffer has string end marker on correct place.
    Revision #1ad294e 2015-07-30 18:51:44 +0400
        MDEV-7821 - Server crashes in Item_func_group_concat::fix_fields on 2nd execution of PS
    Revision #fa765a4 2015-07-31 08:52:24 +0300
        MDEV-6697: Improve foreign keys warnings/errors
    Revision #e05cd97 2015-07-29 05:58:45 +0300
        MDEV-8524: Improve error messaging when there is duplicate key or foreign key names
    Revision #392df76 2015-07-23 12:50:58 +0400
        MDEV-4017 - GET_LOCK() with negative timeouts has strange behavior
    Revision #e40bc65 2015-07-25 15:14:40 +0300
        Fixed memory loss detected on P8. This can happen when we call after_flush but never call after_rollback() or after_commit().
    Revision #7115341 2015-07-23 14:57:12 +0300
        Fixed warnings and errors found by buildbot
    Revision #7a96702 2015-07-21 12:12:58 +0300
        MDEV-8474: InnoDB sets per-connection data unsafely
    Revision #00d3b20 2015-07-17 00:06:27 +0300
        MDEV-8432 Slave cannot replicate signed integer-type values with high bit set to 1
    Revision #44de090 2015-07-17 00:02:25 +0300
        MDEV-8432 Slave cannot replicate signed integer-type values with high bit set to 1
    Revision #bc30046 2015-06-26 14:48:22 +0300
        Fix for MDEV-8301; Statistics for a thread could be counted twice in SHOW STATUS while thread was ending
    Revision #67c56ab 2015-06-25 23:34:54 +0300
        Simple cleanups - Removing use of calls to current_thd - More DBUG_PRINT - Code style changes - Made some local functions static Ensure that calls to print_keyuse are locked with mutex to get all lines in same debug packet
    Revision #8c81575 2015-06-25 23:26:29 +0300
        Problem was that for cases like: SELECT ... WHERE XX IN (SELECT YY) this was transformed to something like: SELECT ... WHERE IF_EXISTS(SELECT ... HAVING XX=YY)
    Revision #2e941fe 2015-06-25 23:18:48 +0300
        Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigger that is repeatedly executed. This is MDEV-7601, including its sub tasks MDEV-7594, MDEV-7555, MDEV-7590, MDEV-7581, MDEV-7589
    Revision #d199a0f 2015-06-11 17:47:52 +0200
        more renames after tokudb merge
    Revision #b96c196 2015-06-11 16:48:10 +0200
        Item_cache::safe_charset_converter() fixes
    Revision #7c98e8a 2015-06-11 16:43:56 +0200
        fix after the tokudb ft-index merge
    Revision #5a44e1a 2015-06-09 22:11:22 +0200
        tests for MDEV-7937: Enforce SSL when --ssl client option is used
    Revision #80f6b22 2015-06-09 16:08:09 +0400
        MDEV-3870 - Valgrind warnings on OPTIMIZE MyISAM or Aria TABLE with disabled keys
    Revision #3a50a8c 2015-06-09 13:50:43 +0400
        MDEV-363 - Server crashes in intern_plugin_lock on concurrent installing semisync plugin and setting rpl_semi_sync_master_enabled
    Revision #49a3392 2015-06-09 11:57:31 +0400
        MDEV-363 - Server crashes in intern_plugin_lock on concurrent installing semisync plugin and setting rpl_semi_sync_master_enabled
    Revision #e5005ce 2015-06-09 18:06:41 +0200
        disable ssl for ssl-disabled tests
    Revision #992d782 2015-06-09 18:56:09 +0300
        MDEV-6735: Range checked for each record used with key (also MDEV-7786, MDEV-7923)
    Revision #5d57e2d 2015-06-09 16:46:45 +0300
        Fix tests for 7937
    Revision #be5035b 2015-06-09 15:59:29 +0300
        Added tests for MDEV-7937
    Revision #4ef7497 2015-06-09 14:08:44 +0300
        MDEV-7937: Enforce SSL when --ssl client option is used
    Revision #56e2d83 2015-05-02 08:45:10 +0200
        MDEV-7695 MariaDB - ssl - fips: can not connect with --ssl-cipher=DHE-RSA-AES256-SHA - handshake failure
    Revision #92b3659 2015-06-09 12:05:06 +0400
        MDEV-7268 Column of table cannot be converted from type 'decimal(0,?)' to type ' 'decimal(10,7)' Changing the error message to: "...from type 'decimal(0,?)/*old*/' to type ' 'decimal(10,7)'..." So it's now clear that the master data type is OLD decimal.
    Revision #b1e1039 2015-06-09 07:36:24 +0400
        MDEV-8286 Likely a redundant declaration of Item_cache::used_table_map
    Revision #a4d93e0 2015-06-05 20:05:08 +0200
        MDEV-8050 sphinx test cases cannot run with sphinxsearch-2.2.6
    Revision #b41ad55 2015-06-08 15:09:20 +0200
        update tokudb version
    Revision #1707cfc 2015-06-08 21:55:52 +0500
        MDEV-8211 plugins.server_audit fails sporadically in buildbot. More fixes to assure the order of queries in the log.
    Revision #87088b9 2015-06-08 21:44:13 +0500
        MDEV-8211 plugins.server_audit fails sporadically in buildbot. This test also should be fixed - delay added so the connection event doesn't happen before the query.
    Revision #96b3703 2015-06-08 21:40:17 +0500
        MDEV-8211 plugins.server_audit fails sporadically in buildbot. Connection event can happen before the query ends. Added a delay to confirm the order.
    Revision #a765cca 2015-06-08 20:50:40 +0400
        MDEV-8067 correct fix for MySQL Bug # 19699237: UNINITIALIZED VARIABLE IN ITEM_FIELD::STR_RESULT
    Revision #b37b52a 2015-06-08 13:47:07 +0500
        MDEV-4922 Stored Procedure - Geometry parameter not working. Fhe GEOMETRY field should be handled just as the BLOB field. So that was fiexed in field_conv. One additional bug was found and fixed meanwhile - thet the geometry field subtypes should also be merged for UNION command.
    Revision #69ed429 2015-06-08 12:09:13 +0500
        MDEV-7500 thread_handling option in my.cnf is not passing "connect events" to audit plugin. The MYSQL_AUDIT_NOTIFY_CONNECTION_CONNECT() call moved to the login_connection() function. So that it'll be invoked in any thread handling mode.
    Revision #1ae05db 2015-06-07 15:40:42 +0500
        MDEV-8078 Memory disclosure/buffer overread on audit plugin. If the SET PASSWORD query doesn't have the password string, the parsing of it can fail. It manifested first in MySQL 5.6 as it started to hide password lines sent to the plugins. Fixed by checking for that case.
    Revision #db0ecf2 2015-06-06 19:12:44 +0500
        MDEV-8032 [PATCH] audit plugin - csv output broken. Symbols like TAB or NEWLINE should be escaped, which was forgotten in one place.
    Revision #6264451 2015-06-06 16:13:51 +0200
        MDEV-8114: server crash on updates with joins still on 10.0.18
    Revision #9a3b975 2015-06-05 09:51:17 +0200
        Merge branch '5.5' into bb-5.5-serg
    Revision #a2bb9d2 2015-06-04 16:04:05 +0400
        MDEV-7505 - Too large scale in DECIMAL dynamic column getter crashes mysqld
    Revision #b611ac0 2015-06-03 14:30:09 +0400
        MDEV-6236 - [PATCH] mysql_tzinfo_to_sql may produce invalid SQL
    Revision #af2256f 2015-06-03 13:59:58 +0400
        MDEV-7207 - ALTER VIEW does not change ALGORITM
    Revision #ae0c576 2015-06-05 02:14:49 +0200
        Merge branch 'merge/merge-xtradb-5.5' into bb-5.5-serg
    Revision #f84f577 2015-06-05 02:06:51 +0200
        Merge tag 'mysql-5.5.44' into bb-5.5-serg
    Revision #f07b346 2015-06-05 02:04:32 +0200
        do not re-populate I_S tables in subqueries
    Revision #1ff423d 2015-06-04 21:12:29 +0400
        MDEV-8243 configure defines to empty string, not 1
    Revision #750aa8b 2015-06-04 18:58:12 +0200
        5.5.43-37.2
    Revision #980bdc3 2015-06-04 17:39:05 +0200
        followup: CREATE SERVER tests should not be run for embedded
    Revision #a477cd1 2015-06-03 23:31:05 +0300
        MDEV-6500: Stale data returned after TRUNCATE PARTITION operation
    Revision #08fa02c 2015-06-04 18:51:30 +0400
        Some MYD files (e.g. in mysql-test/std_data) could erroneously be treated by git as text files.
    Revision #9da8a8f 2015-06-04 18:49:12 +0400
        MDEV-7269 mysqlbinlog Don't know how to handle column type=0 meta=0 (0000)# MDEV-8267 Add /*old*/ comment into I_S.COLUMN_TYPE for old DECIMAL
    Revision #a8b8544 2015-06-04 13:00:53 +0300
        MDEV-7906: InnoDB: Failing assertion: prebuilt->sql_stat_start || trx->state == 1 on concurrent multi-table update
    Revision #7b05650 2015-06-03 20:24:51 +0200
        Merge tag 'tokudb-engine/tokudb-7.5.7' into 5.5
    Revision #e500c47 2015-06-03 19:47:46 +0200
        Merge tag 'tokudb-ft-index/tokudb-7.5.7' into 5.5
    Revision #934a18d 2015-06-03 19:42:34 +0200
        .gitattributes: *.dat files should not be CRLF converted
    Revision #c79e98e 2015-06-03 18:45:08 +0200
        MDEV-8085 main.group_by failed in buildbot
    Revision #5d8cee4 2015-06-03 17:11:07 +0200
        MDEV-8224 Server crashes in get_server_from_table_to_cache on empty name
    Revision #33d480f 2015-06-03 16:33:10 +0200
        MDEV-4608 deb packages for jessie
    Revision #f806b4d 2015-06-03 12:13:43 +0200
        MDEV-8124 mysqlcheck: --auto-repair runs REPAIR TABLE instead of REPAIR VIEW on views
    Revision #535b514 2015-06-03 10:35:34 +0200
        MDEV-8123 mysqlcheck: new --process-views option conflicts with --quick, --extended and such
    Revision #64569fa 2015-06-03 11:11:53 +0200
        parser: better error messages for CHECK/REPAIR VIEW
    Revision #0ffef5d 2015-06-03 09:54:56 +0200
        MDEV-8052 abi detection incorrect with clang
    Revision #8e7d665 2015-06-02 22:07:47 +0200
        CRLF->LF
    Revision #6bd76f8 2015-05-27 10:27:18 +0400
        Merge pull request #73 from akopytov/MDEV-7658-5.5
    Revision #70bc0a3 2015-05-26 23:56:00 +0300
        Fixes MDEV-7658: MDEV-7026 fix reintroduces MDEV-6615 on AArch64
    Revision #5d02928 2015-05-16 10:26:34 +0200
        remove second @ from CONFIGURE_FILE (... @ONLY@)
    Revision #6f8558b 2015-05-12 14:19:30 -0400
        Fix for debug build failure
    Revision #373d092 2015-05-08 17:19:48 +0300
        Fix win/ files to be stored with LF in repository
    Revision #23b2b95 2015-05-08 17:19:06 +0300
        Update .gitattributes
    Revision #6ef3c7d 2015-05-08 17:09:45 +0300
        Updated .gitattributes
    Revision #0014bdc 2015-05-07 22:18:34 +0200
        MDEV-8115 mysql_upgrade crashes the server with REPAIR VIEW
    Revision #8350ea0 2015-05-07 13:04:03 +0300
        Fix compiler error if compiler does not support c99 style initializers.
    Revision #f704b33 2015-05-06 16:47:23 +0300
        Merge pull request #52 from openquery/MDEV-8053-c99-style-for-structure-members
    Revision #4d606cb 2015-04-24 23:17:16 +1000
        c99 style for assigning structure members
2016-09-13 19:15:13 +00:00
adam
7c2f224838 Changes 2.4.27:
Lib/
* added 'strf_secs' and 'strp_secs' to ldap.functions.__all__
* fixed regression introduced with 2.4.26:
  ldif.LDIFParser did not fully parse LDIF records without trailing empty
  separator line
2016-09-13 13:45:12 +00:00
adam
8173c112f0 SQLite Release 3.14.2:
* Improved support for using the STDCALL calling convention in winsqlite3.dll.
* Fix the sqlite3_trace_v2() interface so that it is disabled if either the callback or the mask arguments are zero, in accordance with the documentation.
* Fix commenting errors and improve the comments generated on EXPLAIN listings when the -DSQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is used.
* Fix the ".read" command in the command-line shell so that it understands that its input is not interactive.
* Correct affinity computations for a SELECT on the RHS of an IN operator.
* The ORDER BY LIMIT optimization is not valid unless the inner-most IN operator loop is actually used by the query plan. Fix for ticket 0c4df46116e90f92.
* Fix an internal code generator problem that was causing some DELETE operations to no-op.
2016-09-13 10:48:24 +00:00
wiz
b0897ca0b7 Updated shared-mime-info to 1.7.
shared-mime-info 1.7 (2016-09-05)
* Add mime-types for a number of video games systems ROMS
  (Atari 7800, Atari 2600, Neo Geo Pocket, Sega CD/Mega-CD, Game Boy Color,
   Genesis 32X, Sega SG-1000, Sega Game Gear, Sega Pico)
* Add mime-type for .tar.lz and tar.lz4 archives
* Add mime-type for Jupyter Notebook files
* Add Flatpak mime-types and add compatibility for xdg-app ones
* Add *.dib glob to BMP images
* Use official IANA mime-types for WMF and EMF images
* Add application/raml+yaml mime-type
* Add GPX mimetypes as found in the wild
* Add application/vnd.squashfs and application/vnd.snap mime-types
* Add mime-type for IGES documents
* Add mime-types for Sass CSS pre-processor files
* Add mime-type for Twig templates
* Add alias application/nappdf for application/pdf
* Add mimetype for AppImage
* Add application/x-bsdiff mime-type
* Add Gherkin feature specifications mime-type
* Use official IANA registered type for application/vnd.chess-pgn
* Use new IANA registered type for application/geo+json
* Use official IANA registered type for application/vnd.comicbook+zip
* Use official IANA registered type for application/vnd.rar
* Use official IANA registered type for application/vnd.framemaker
* Improve VRML mime-type
* Better MPEG-2 TS magic
* Better magic for 669 tracker MOD files
* Fix misdetection of zip files as their content
* Fix multi-page DjVu detection by file
* Fix TGA magic detection
* Fixes related to AMR audio files
* Remove "*.sg" glob for Sega Master System ROM types
2016-09-12 08:09:30 +00:00
taca
5f84ee3fc6 Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
dholland
64e3b82f1a Fix broken build with latest camlp4.
XXX: this package has an abusive do-install rule.
2016-09-11 04:34:09 +00:00
fhajny
c6330f19a6 Update databases/py-peewee to 2.8.3.
Bugs fixed and general changes

- #1028 - allow the ensure_join method to accept on and join_type
  parameters. Thanks @paulbooth.
- #1032 - fix bug related to coercing model instances to database
  parameters when the model's primary key is a foreign key.
- #1035 - fix bug introduced in 2.8.2, where I had added some
  logic to try and restrict the base Model class from being
  treated as a "real" Model.
- #1039 - update documentation to clarify that lists or tuples are
  acceptable values when specifying SQLite PRAGMA statements.
- #1041 - PyPy user was unable to install Peewee. (Who in their
  right mind would ever use PyPy?!) Bug was fixed by removing the
  pre-generated C files from the distribution.
- #1043 - fix bug where the speedups C extension was not calling
  the correct model initialization method, resulting in model
  instances returned as results of a query having their dirty flag
  incorrectly set.
- #1048 - similar to #1043, add logic to ensure that fields with
  default values are considered dirty when instantiating the
  model.
- #1049 - update URL to APSW.
- Fixed unreported bug regarding TimestampField with zero values
  reporting the incorrect datetime.

New stuff

- djpeewee extension module now works with Django 1.9.
- TimestampField is now an officially documented field.
- #1050 - use the db_column of a ForeignKeyField for the name of
  the ObjectIdDescriptor, except when the db_column and field name
  are the same, in which case the ID descriptor will be named
  <field_name>_id.
2016-09-10 20:58:45 +00:00
bsiegert
fa3aa847c2 Revbump all Go packages after the Go 1.7.1 update. 2016-09-10 19:47:19 +00:00
taca
2e50199d78 Update ruby-sequel to 4.38.0.
=== 4.38.0 (2016-09-01)

* Support :driver_options option when using the postgres adapter with pg driver (jeremyevans)

* Don't use after commit/rollback database hooks if the model instance methods are not overridden (jeremyevans)

* Add SQL::NumericMethods#coerce, allowing code such as Sequel.expr{1 - x} (jeremyevans)

* Support ** operator for exponentiation on expressions, similar to +, -, *, and / (jeremyevans)

* Add Sequel::SQLTime.date= to set the date used for SQLTime instances (jeremyevans)
2016-09-10 06:24:14 +00:00
jperkin
e888306315 Fix build on SunOS when the default compilation environment is C99+. 2016-09-08 16:10:24 +00:00
fhajny
f0832695ea Fix build with Erlang 19.0 (in line with how upstream handles). 2016-09-08 16:03:55 +00:00
joerg
852712577b Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the
coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
2016-09-08 15:19:16 +00:00
abs
faefb558e7 Add missing entry to REPLACE_PERL 2016-09-08 09:38:08 +00:00
adam
a3789364f8 Release 1.0.15 features a small number of bug fixes that have been made over the past two months since the previous 1.0.x release. 2016-09-07 13:43:05 +00:00
adam
37a2e83616 Changes in MySQL 5.5.52 (2016-09-06)
Bugs Fixed
----------
Replication: mysqlbinlog --read-from-remote-server log1 log2 was opening a new connection for log2 without freeing the connection used for log1. Thanks to Laurynas Biveinis for the contribution. (Bug 81675, Bug 23540182)

For mysqld_safe, the argument to --malloc-lib now must be one of the directories /usr/lib, /usr/lib64, /usr/lib/i386-linux-gnu, or /usr/lib/x86_64-linux-gnu. In addition, the --mysqld and --mysqld-version options can be used only on the command line and not in an option file. (Bug 24464380)

It was possible to write log files ending with .ini or .cnf that later could be parsed as option files. The general query log and slow query log can no longer be written to a file ending with .ini or .cnf. (Bug 24388753)

Privilege escalation was possible by exploiting the way REPAIR TABLE used temporary files. (Bug 24388746)

Certain internal character-handling functions could fail to handle a too-large character and cause a server exit. (Bug 23296299)

A blank server name in CREATE SERVER statements produced a server exit rather than an error. (Bug 23295288)

The optimizer failed to check a function return value for an area calculation, leading to a server exit. (Bug 23280059)

A prepared statement that used a parameter in the select list of a derived table that was part of a join could cause a server exit. (Bug 22392374, Bug 24380263)

MEDIUMINT columns used in operations with long integer values could result in buffer overflow. (Bug 19984392)

EINTR handling in the client library has been fixed so that interrupted read and write calls are retried. Previously, EINTR was ignored. (Bug 82019, Bug 23703570)
2016-09-07 13:13:36 +00:00
adam
79594814d5 Changes in MySQL 5.6.33 (2016-09-06)
Test Suite Notes
----------------
In mysql-test-run.pl, a limit of 50 was imposed on the number of workers for parallel testing, which on systems with more than 50 CPUs resulted in exhaustion of unique thread IDs. The ID-exhaustion problem has been corrected, and the limit of 50 on number of workers has been lifted. Thanks to Daniel Black for the patch on which this change was based. Additionally, these changes were made:

To avoid idle workers, the number of parallel workers now is limited to the number of tests.

Previously, if --parallel=auto was given and the MTR_MAX_PARALLEL environment variable was not set, a limit of 8 was imposed on the number of parallel workers. This limit has been lifted.

(Bug 22342399, Bug 79585)

Functionality Added or Changed
------------------------------
CMake support for compiling with Solaris Studio 12.5 was added. (Bug 82249, Bug 24303829, Bug 81274, Bug 23212938)

Bugs Fixed
----------
InnoDB: An operation that dropped and created a full-text search table raised an assertion. (Bug 24315031)

InnoDB: Accessing full-text search auxiliary tables while dropping the indexed table raised an assertion. (Bug 24009272)

InnoDB: An online DDL operation on a table with indexed BLOB columns raised an assertion during logging of table modifications. (Bug 23760086)

Replication: mysqlbinlog --read-from-remote-server log1 log2 was opening a new connection for log2 without freeing the connection used for log1. Thanks to Laurynas Biveinis for the contribution. (Bug 81675, Bug 23540182)

Replication: With binlog_row_image=FULL, when updating single tables temporary tables were unnecessarily being used. The fix ensures single table update follows the same pattern as multi-table update. (Bug 79867, Bug 22510353)

For mysqld_safe, the argument to --malloc-lib now must be one of the directories /usr/lib, /usr/lib64, /usr/lib/i386-linux-gnu, or /usr/lib/x86_64-linux-gnu. In addition, the --mysqld and --mysqld-version options can be used only on the command line and not in an option file. (Bug 24464380)

It was possible to write log files ending with .ini or .cnf that later could be parsed as option files. The general query log and slow query log can no longer be written to a file ending with .ini or .cnf. (Bug 24388753)

Privilege escalation was possible by exploiting the way REPAIR TABLE used temporary files. (Bug 24388746)

If the basedir system variable was set at server startup from the command line or option file, the value was not normalized (on Windows, / was not replaced with /). (Bug 23747899, Bug 82125)

In-place ALTER TABLE operations which when executed separately caused no table rebuild could when combined into a single statement result in a table rebuild. (Bug 23475211, Bug 81587)

A blank server name in CREATE SERVER statements produced a server exit rather than an error. (Bug 23295288)

A prepared statement that used a parameter in the select list of a derived table that was part of a join could cause a server exit. (Bug 22392374, Bug 24380263)

MEDIUMINT columns used in operations with long integer values could result in buffer overflow. (Bug 19984392)

A spurious ER_NO_SUCH_TABLE error could occur when attempting to execute a prepared CREATE TABLE ... SELECT statement that used a temporary table in the FROM clause and called a stored function. The same error could occur for a nonprepared version of the statement if used in a stored procedure when the procedure was re-executed. (Bug 16672723, Bug 68972)

EINTR handling in the client library has been fixed so that interrupted read and write calls are retried. Previously, EINTR was ignored. (Bug 82019, Bug 23703570)
2016-09-07 12:58:25 +00:00
fhajny
6283112ef8 Fix PLIST SSL option handling, thanks joerg@ for the headsup. PKGREVISION++ 2016-09-05 08:43:10 +00:00
dholland
e1a1b4c0a6 The Python bindings explicitly need setuptools for the PLIST to match.
Noted by Joerg.
2016-09-04 16:54:13 +00:00
wiz
1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00
mef
cf979f5743 Update MASTER_SITES 2016-08-27 14:25:18 +00:00
dholland
46904be6a0 Use <ctype.h> properly. Ride previous bump. 2016-08-27 07:40:22 +00:00
dholland
b54851b30e whitespace 2016-08-27 06:57:58 +00:00
dholland
b1e62a664c oops, whitespace 2016-08-27 06:55:49 +00:00
dholland
3e4e199ec1 Make options for the python, tcl, and lua bindings. Enable them by
default and bump PKGREVISION to 2.

Also, don't depend on python unless the python option is turned
on, and make the lua bindings behave themselves on netbsd where
there's a copy of lua in base.

Note that the ruby bindings are built in a separate package
(databases/ruby-rrdtool) ...probably the python bindings should be as
well. Also note that there's another apparently different set of
python bindings in databases/py-python-rrdtool. I have no idea which
is preferred.
2016-08-27 06:42:43 +00:00
joerg
acb8551604 Defining a store macro and using <atomic> are mutally conflicting. So
avoid the former for C++.
2016-08-26 17:23:16 +00:00
mef
c63e98935c Updated databases/idzebra 2.0.59 to 2.0.62
------------------------------------------
--- 2.0.62 2016/01/30

Zebra SCM moved to GitHub https://github.com/indexdata/idzebra

Make packages for Ubuntu 15.10/Wily Werewolf.

Fix incorrect scan terms with result set limit. Closes #1

Fix documentation of of chr's equivalent directive ZEB-672
And add a few tests for the behavior.

Allow @attr 2=102 for numeric index

--- 2.0.61 2015/09/15

Upgrade to debhelper version 7
Not upgrading to version 9 now. It would move libraries and modules
to /usr/lib/{arch}.

Many documentation fixes. Thanks to David Crossley.

Build: Remove Debian squeeze. Add CentOS 7. Remove Ubuntu Saucy.
Add Ubuntu Vivid.

Fix modulePath for examples ZEB-665

Fix typo in path to oai-pmh example

--- 2.0.60 2015/02/06

Fix ICU phrase searches for terms split by ICU ZEB-664

Update Visual Studio nmake file for VS 2013.
2016-08-26 14:06:57 +00:00
richard
842f3925a3 revert configure patch update as the issue is related to ARM 64-bit support
db6 has it, but apparently db5 hasn't specificially backported support yet.
probably best to use db6 or try db4 until backporting is tested.
2016-08-26 12:40:25 +00:00
richard
e63fe479a0 redo patch update for __aarch64__ as the real problem is that only __arm64__
was being checked and not the gcc toolchain's use of __aarch64__.
db6 does support the 64-bit ARM platform.

previous condition put back as it was prior.
ride PKGREVISION bump
2016-08-26 12:31:34 +00:00
richard
f7d5d313da Modify conditions of a previous patch to setup.py which fixes
build on aarch64 Linux

Also add '--enable-dbm' to CONFIGURE_ARGS (legacy dbm interface) in
order to be compatible with db4 builds which happens to fix obscure
build errors on aarch64 Linux with packages such as python27.

bump PKGREVISION to pick up change
2016-08-25 06:18:57 +00:00
wen
2a4a89601a Update to 6.2.1
Update COMMENT

Upstream changes:
bsddb3-6.2.1: Testsuite verified with Unix 32 bit Python 2.6-2.7 and 3.3-3.5, and Berkeley DB 4.7, 4.8, 5.1, 5.3, 6.1 and 6.2. (20160510)

BEWARE: Oracle Berkeley DB version 6.x is licensed under AGPL3 or have a commercial license. If you need the old Berkeley DB license, you can still use Berkeley DB version up to (and including) 5.3. You can use that Berkeley DB version with this bindings release.

If you are going to use replication (Replication Manager or Base Replication), you should use Berkeley DB 5.1 or up.

The minimum recommended version for advanced use is Berkeley DB 4.8.30.

Changes:

    Correctly detect Berkeley DB installations in modern 64 bits Debians.

bsddb3-6.2.0: Testsuite verified with Unix 32 bit Python 2.6-2.7 and 3.3-3.5, and Berkeley DB 4.7, 4.8, 5.1, 5.3, 6.1 and 6.2. (20160421)

BEWARE: Oracle Berkeley DB version 6.x is licensed under AGPL3 or have a commercial license. If you need the old Berkeley DB license, you can still use Berkeley DB version up to (and including) 5.3. You can use that Berkeley DB version with this bindings release.

If you are going to use replication (Replication Manager or Base Replication), you should use Berkeley DB 5.1 or up.

The minimum recommended version for advanced use is Berkeley DB 4.8.30.

Changes:

    Support Berkeley DB 6.2.x.

    Declare Python 3.5 support for PyPI.

    Drop support for Python 3.2. If you need compatibility with that version, you can keep using old releases of these bindings.

    Drop support for Berkeley DB 5.0, 5.2 and 6.0. If you need compatibility with those versions, you can keep using old releases of these bindings.

bsddb3-6.1.1: Testsuite verified with Unix 32 bit Python 2.6-2.7 and 3.2-3.5, and Berkeley DB 4.7-6.1. (20151107)

BEWARE: Oracle Berkeley DB version 6.x is licensed under AGPL3 or have a commercial license. If you need the old Berkeley DB license, you can still use BDB version up to (and including) 5.3.

If you are going to use replication (Replication Manager or Base Replication), you should use Berkeley DB 5.1 or up.

The minimum recommended version for advanced use is Berkeley DB 4.8.30.

Changes:

    Compatibility with Python 3.5.

    Code cleanup after dropping Python 2.4/2.5 support.

    PGP key changed.

    Support for DB_FORCESYNCENV flag in "DB_ENV.close()".

    Support for DB_LOG_NOSYNC flag in "DB_ENV.log_set_config()".

    Fix tests under Windows. See https://bugs.python.org/issue22943 .

    Solve an incorrect parameter verification with the "DB.compact()" method call.

    Solve a compilation warning when compiling the bindings for Python 3.5 and Berkeley DB 4.8, 5.0 or 5.1.

bsddb3-6.1.0: Testsuite verified with Unix 32 bit Python 2.6-2.7 and 3.2-3.4, and Berkeley DB 4.7-6.1. (20140721)

BEWARE: Oracle Berkeley DB version 6.x is licensed under AGPL3 or have a commercial license. If you need the old Berkeley DB license, you can still use BDB version up to (and including) 5.3.

If you are going to use replication (Replication Manager or Base Replication), you should use Berkeley DB 5.1 or up.

The minimum recommended version for advanced use is Berkeley DB 4.8.30.

Changes:

    Support Berkeley DB 6.1.x.

    Solve a ResourceWarning when compiling.

    Drop support for Python 2.4, 2.5 and 3.1. If you need compatibility with those versions, you can keep using old releases of these bindings.

    Drop support for Berkeley DB 4.3, 4.4, 4.5, 4.6. If you need compatibility with those versions, you can keep using old releases of these bindings.

    From now on, our support reference is Red Hat Enterprise Linux 6.

    Drop modules attributes "cvsid".

    Drop (hidden) $Id$ keyword in the documentation.
2016-08-24 06:36:13 +00:00
wen
f39b177572 Update to 2.033001
Upstream changes:
2.033001  2016-08-22 22:09:34-07:00 America/Los_Angeles
 - Fix a strictness error in a deprecated module (Thanks Niko Tyni!)
2016-08-24 03:09:28 +00:00
wen
8af3e1cff7 Update to 4.036
Upstream changes:
2016-08-23 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.036)
Stable version, to include all changes since 4.035.

2016-08-19 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035_03)
* By mistake, when DBD::mysql was compiled against libmariadb, it
  did not compile in SSL support.
  Reported by Jitka Plesnikova @ Red Hat
   (https://rt.cpan.org/Public/Bug/Display.html?id=116959)
   (https://bugzilla.redhat.com/show_bug.cgi?id=1366773)
* If the database test server was not on localhost and the test database was
  not yet created, we would not correctly create the test database.
  Reported by Vladimir Marek.
   (https://rt.cpan.org/Ticket/Display.html?id=112072)

2016-08-11 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035_02)
* Test 56connattr.t failed when run when performance schema is enabled, but
  tests were run as a user with limited permissions.
  Reported by J矇r繫me �t矇v矇.
  (https://rt.cpan.org/Public/Bug/Display.html?id=115980)
* In 4.033_03 we added a patch from Petr P穩sa� @ Red Hat for a problem on
  64-bit big-endian systems. The patch was applied but the unit test was not,
  also, there was no entry in the change log.
  Unit test provided by Vladimir Marek.
  t/40server_prepare.t test failed on s390x platform. Server-prepared
  values of types int, smallint, and tinyint are passed to application
  as 32-bit integer. The same buffer was interpreted as long integer
  by DBD::MySQL. This caused misaligned read/write and bogus
  interpretation of the values.
   (https://rt.cpan.org/Public/Bug/Display.html?id=57266)
* Remove dropdb, createdb, reload and shutdown admin functions from perldoc.
  These are deprecated by the C API.
  Use 'CREATE DATABASE..', 'DROP DATABASE...' and other SQL commands instead.
* Test rt75353-innodb-lock-timeout.t fails on MySQL Server 5.1 and earlier
  because innodb_lock_wait_timeout is not modifyable per session.
* Test rt25389-bin-case.t does not work on MySQL Server < 5.1, reported by
  GAAS.

2016-08-01 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035_01)
* Apparently, on t/31insertid.t, there is one test that fails when compiled
  against libmysqlclient 5.7 or up; issuing a SELECT statement on the same
  database handle that previously executed an INSERT clears
  $dbh->{mysql_insertid}, while previously this was retained.
  (https://rt.cpan.org/Ticket/Display.html?id=108000)
* Removed appveyor.yml and mysql.mtest from CPAN releases.
* Converted README.pod to README.md because of installation failures on
  FreeBSD, reported by Don Randolph.
  (https://rt.cpan.org/Public/Bug/Display.html?id=114177)
2016-08-24 00:33:33 +00:00
taca
af23a8cabb Update phpmyadmin to 4.6.4.
pkgsrc changes:

* Overhaul Makefile.
  - Remove use of INSTALL_DIRS and simplify install process.
  - Utilize pkgsrc SUBST_*.
  - Stop other pkglint warninggs.
* Drop some dot files from installation.

Quote from Changes:

4.6.4 (2016-08-16)
- issue        [security] Weaknesses with cookie encryption, see PMASA-2016-29
- issue        [security] Improve session cookie code for openid.php and signon.php example files
- issue        [security] Full path disclosure in openid.php and signon.php example files
- issue        [security] Multiple XSS vulnerabilities, see PMASA-2016-30
- issue        [security] Multiple XSS vulnerabilities, see PMASA-2016-31
- issue        [security] Unsafe generation of BlowfishSecret (when not supplied by the user)
- issue        [security] Referrer leak when phpinfo is enabled
- issue        [security] PHP code injection, see PMASA-2016-32
- issue        [security] Full path disclosure, see PMASA-2016-33
- issue        [security] SQL injection attack, see PMASA-2016-34
- issue        [security] Local file exposure through LOAD DATA LOCAL INFILE, see PMASA-2016-35
- issue        [security] Local file exposure through symlinks with UploadDir, see PMASA-2016-36
- issue        [security] Path traversal with SaveDir and UploadDir, see PMASA-2016-37
- issue        [security] Multiple XSS vulnerabilities, see PMASA-2016-38
- issue        [security] SQL injection vulnerability as control user, see PMASA-2016-39
- issue        [security] SQL injection vulnerability, see PMASA-2016-40
- issue        [security] Denial-of-service attack through transformation feature, see PMASA-2016-41
- issue        [security] SQL injection vulnerability as control user, see PMASA-2016-42
- issue        [security] Verify data before unserializing, see PMASA-2016-43
- issue        [security] Use HTTPS for wiki links
- issue        Remove Swekey support
- issue        [security] SSRF in setup script, see PMASA-2016-44
- issue        [security] Denial-of-service attack with $cfg['AllowArbitraryServer'] = true and persistent connections, see PMASA-2016-45
- issue        [security] Improve SSL certificate handling
- issue        [security] Fix full path disclosure in debugging code
- issue        [security] Possible circumvention of IP-based allow/deny rules with IPv6 and proxy server, see PMASA-2016-47
- issue        [security] Detect if user is logged in, see PMASA-2016-48
- issue        [security] Bypass URL redirection protection, see PMASA-2016-49
- issue        [security] Referrer leak, see PMASA-2016-50
- issue        [security] Reflected File Download, see PMASA-2016-51
- issue        [security] ArbitraryServerRegexp bypass, see PMASA-2016-52
- issue        [security] Denial-of-service attack by entering long password, see PMASA-2016-53
- issue        [security] Remote code execution vulnerability when running as CGI, see PMASA-2016-054
- issue        [security] Administrators could trigger SQL injection attack against users
- issue        [security] Denial-of-service attack when PHP uses dbase extension, see PMASA-2016-55
- issue        [security] Remove tode execution vulnerability when PHP uses dbase extension, see PMASA-2016-56
- issue        [security] Denial-of-service attack by using for loops, see PMASA-2016-46
- issue        Include X-Robots-Tag header in responses
- issue        Enforce numeric field length when creating table
- issue        Fixed invalid Content-Length in some HTTP responses
- issue #12394 Create view should require a view name
- issue #12391 Message with 'Change password successfully' displayed, but does not take effect
- issue        Tighten control on PHP sessions and session cookies
- issue #12409 Re-enable overhead on server databases view
- issue #12414 Fixed rendering of Original theme
- issue #12413 Fixed deleting users in non English locales
- issue #12416 Fixed replication status output in Databases listing
- issue #12303 Avoid typecasting to float when not needed
- issue #12425 Duplicate message variable names in messages.inc.php
- issue #12399 Adding index to table shows wrong top navigation
- issue #12424 Fixed password change on MariaDB without auth plugin
- issue #12339 Do not error on unset server port
- issue #12422 Improvements to the original theme
- issue #12395 Do not try to load old transformation plugins
- issue #12423 Fixed replication status in database listing
- issue #12433 Copy table with prefix does not copy the indexes
- issue #12375 Search in database: Window content is not scrolling down when clicking first time on Browse link
- issue #12346 SQL Editor textareas can have their size increased from the top, distorting the page view
2016-08-23 15:53:14 +00:00
abs
a357a38dbf Fix PLIST 2016-08-23 14:49:23 +00:00
adam
e01c8df550 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.4, 9.4.9, 9.3.14, 9.2.18 and 9.1.23. This release fixes two security issues. It also patches a number of other bugs reported over the last three months. Users who rely on security isolation between database users should update as soon as possible. Other users should plan to update at the next convenient downtime.
Security Issues
---------------
Two security holes have been closed by this release:

CVE-2016-5423: certain nested CASE expressions can cause the server to crash.
CVE-2016-5424: database and role names with embedded special characters can allow code injection during administrative operations like pg_dumpall.
The fix for the second issue also adds an option, -reuse-previous, to psql's \connect command. pg_dumpall will also refuse to handle database and role names containing line breaks after the update. For more information on these issues and how they affect backwards-compatibility, see the Release Notes.

Bug Fixes and Improvements
--------------------------
This update also fixes a number of bugs reported in the last few months. Some of these issues affect only version 9.5, but many affect all supported versions:

Fix misbehaviors of IS NULL/IS NOT NULL with composite values
Fix three areas where INSERT ... ON CONFLICT failed to work properly with other SQL features.
Make INET and CIDR data types properly reject bad IPv6 values
Prevent crash in "point ## lseg" operator for NaN input
Avoid possible crash in pg_get_expr()
Fix several one-byte buffer over-reads in to_number()
Don't needlessly plan query if WITH NO DATA is specified
Avoid crash-unsafe state in expensive heap_update() paths
Fix hint bit update during WAL replay of row locking operations
Avoid unnecessary "could not serialize access" with FOR KEY SHARE
Avoid crash in postgres -C when the specified variable is a null string
Fix two issues with logical decoding and subtransactions
Ensure that backends see up-to-date statistics for shared catalogs
Prevent possible failure when vacuuming multixact IDs in an upgraded database
When a manual ANALYZE specifies columns, don't reset changes_since_analyze
Fix ANALYZE's overestimation of n_distinct for columns with nulls
Fix bug in b-tree mark/restore processing
Fix building of large (bigger than shared_buffers) hash indexes
Prevent infinite loop in GiST index build with NaN values
Fix possible crash during a nearest-neighbor indexscan
Fix "PANIC: failed to add BRIN tuple" error
Prevent possible crash during background worker shutdown
Many fixes for issues in parallel pg_dump and pg_restore
Make pg_basebackup accept -Z 0 as no compression
Make regression tests safe for Danish and Welsh locales
2016-08-23 06:28:15 +00:00
fhajny
773843dea7 Update databases/percona-toolkit to 2.2.19.
- Recheck the list of slaves while OSC runs
- pt-osc should error if server is a slave in row based
  replication
- pt-table-checksum should force replica table charset to utf8
- Added --create-table-engine param to pt-heartbeat
- SlowLogParser is able to handle dates in RFC339 format for MySQL
  5.7
- pt-kill leaks memory each time it kills a query
- Large BLOB/TEXT/BINARY Produces NULL Checksum
- Fixed pt-archiver deletes wrong rows #103
- Added --slave-user and --slave-password to
  pt-online-schema-change & pt-table-sync
- Handle GTID ranges where the left-side integer is larger than 9
- Remove extra word 'default' from the --verbose help
- add enum column type to is_char check so that values are
  properly quoted
2016-08-22 09:54:26 +00:00
fhajny
7528137772 Add forgotten PKGCONFIG_OVERRIDE, thanks wiz@. 2016-08-21 21:29:08 +00:00
fhajny
906deaf94a Update databases/libdbi-drivers-* to 0.9.0.
- some of the drivers now export client library functions to the
  programmer via the dbi_driver_specific_function() interface
- if necessary, the drivers now support libdbi instances
- a segfault in the oracle driver caused by INSERT statements was
  fixed
- the pgsql driver now supports features specific to PostgreSQL 9
  and later
- drivers now support transactions and savepoints if the
  underlying database engines do
- additional libdbi hint about position in a result set allows
  tremendous speedup of sequential reads from MySQL result sets
- various memory leaks were plugged
- database specific test scripts allow tests without affecting
  existing database clusters
- completely rewritten test kit increases coverage and improves
  error reporting
2016-08-21 19:16:57 +00:00
fhajny
6f6d8316cf Update databases/libdbi to 0.9.0.
Bugfixes

- libdbi now supports using custom driver functions correctly
  (none of the drivers had implemented this feature before
  libdbi-drivers 0.9.0, so this was not really a problem).

- a variety of other bug fixes too numerous to list here, see
  ChangeLog

Improvements

- libdbi now supports several independent "instances" per
  process. This makes the library safe to use in programs that
  dlopen() plugins at runtime which in turn are linked against
  libdbi. The new function dbi_initialize_r() creates a handle
  which the functions dbi_shutdown_r(), dbi_set_verbosity_r(),
  dbi_driver_list_r(), dbi_driver_open_r(), and dbi_conn_new_r()
  use to operate on a particular instance. A new function
  dbi_driver_get_instance() helps to determine the instance at
  runtime.
  The old interface (with just one instance per process which is
  managed internally) is still around but deprecated. See the file
  UPGRADING for detailed instructions.

- libdbi now provides functions for managing transactions and
  savepoints

- libdbi now provides a hint to drivers indicating the current
  position in a result set. This allows drivers to implement
  additional optimizations

- the libtool library versioning numbers were now set
  appropriately (they had fallen out of maintenance somehow in
  the past), and starting with this release the release number
  will match the libtool numbering scheme. libtool manages shared
  objects in a way to allow the loader to detect whether an
  application was linked against a compatible version of
  a library. This will avoid runtime errors in future releases
  if backwards-incompatible changes are necessary.

- pgk-config (http://pkg-config.freedesktop.org/wiki/) is now
  supported

- if CFLAGS is set in the environment, it is now used
  appropriately in ./configure
2016-08-21 19:14:07 +00:00
taca
00bd3a5948 Update ruby-sequel to 4.37.0.
=== 4.37.0 (2016-08-01)

* Add support for regular expression matching on Oracle 10g+ using REGEXP_LIKE (johndcaldwell) (#1221)

* Recognize an additional disconnect error in the postgres adapter (jeremyevans)

* Make connection pool remove connections for disconnect errors not raised as DatabaseDisconnectError (jeremyevans)

* Support mysql2 0.4+ native prepared statements and bound variables (jeremyevans)

* Add Database#values for VALUES support on SQLite 3.8.3+ (jeremyevans)

* Support create_view :columns option on SQLite 3.9.0+ (jeremyevans)

* Make migration reverser handle alter_table add_constraint using a hash as the first argument (soupmatt) (#1215)

* Make ASTTransformer handle Sequel.extract (jeremyevans) (#1213)
2016-08-21 08:30:24 +00:00
taca
5c3866d722 Update ruby-activerecord32 to 3.2.22.4, no change except version. 2016-08-21 05:57:03 +00:00
sevan
19e1f1967a Unbreak build on Darwin.
Add flag for Darwin linker to resolve symbols from external libraries at
runtime.
Handle dylib file extension for module.
Add comment to describe patch-aa.

ok alnsn@
2016-08-20 18:49:33 +00:00
bsiegert
3d38b5140e Revbump packages using Go for Go 1.7 release. 2016-08-20 09:21:44 +00:00
fhajny
03fb39fcca Update databases/py-elasticsearch to 2.4.0.
2.4.0 (2016-08-17)
- ping now ignores all TransportError exceptions and just returns
  False
- expose scroll_id on ScanError
- increase default size for scan helper to 1000
- changed Transport.perform_request to just return the body, not
  status as well.

2.3.0 (2016-02-29)
- added client_key argument to configure client certificates
- debug logging now includes response body even for failed requests
2016-08-19 10:13:41 +00:00
fhajny
3264227760 Update databases/elasticsearch to 2.3.5.
2.3.5

There are no changes in Elasticsearch 2.3.5 except for the version
bump. This is a compatibility release for bug fixes in Marvel,
Watcher, and Shield.

2.3.4

Bulk
- Copy headers and context to individual requests inside a bulk

CAT API
- Fix merge stats rendering in RestIndicesAction
- Expand wildcards to closed indices in /_cat/indices

Cluster
- Fix block checks when no indices are specified

Core
- Fix misplaced cast when parsing seconds

Highlighting
- Skip all geo point queries in plain highlighter

Internal
- Fix filtering of node ids for TransportNodesAction

Percolator
- Fixed NPE when percolator filter option is "empty".

REST
- Do not decode path when sending error

Translog
- Translog can delete valid .ckp file when views are closed after
  the translog

- Dates
Upgrade joda-time to 2.9.4
2016-08-19 10:09:11 +00:00
jaapb
525cc25ec7 Updated package to latest version, 2.3. Changes include:
* Dario Teixeira: migrate syntax extension from OCaml-pcre to OCaml-re.
* Rudi Grinberg: migrate core library from OCaml-pcre to OCaml-re.
* Rudi Grinberg: add unit tests for regular expressions.
* Evgenii Lepikhin: add support for types UUID and JSONB.
* Philippe Wang: add support for type CITEXT.
2016-08-18 15:31:46 +00:00
jaapb
fc84189532 Updated package to latest version, 4.0.5. Changes include:
Changed default configuration setting for loadable extensions
 on Mac OS X.  Due to frequent installation issues the default
 setting is now to turn off loadable extensions on that platform.
 You will have to explicitly turn them on if you need them.

Fixed a bug finalizing user-defined functions for a database.

More build process improvements for Homebrew users.

 Improved build process for Homebrew users.

Major API change that is compatible with major release series 2:
 It is now possible to return errors from user-defined SQL-functions
 by simply raising (arbitrary) exceptions.  This somewhat
 tricky internal change eliminates the need for Data.ERROR and
 reestablishes compatibility with major release series 2.
 Sorry for the churn, but the more elegant solution was not
 quite obvious!

Added user function error handling (major API change).

Fixed a build problem due to Oasis/ocamlbuild inconsistency.

Fixed a callback locking bug when encountering rows containing
 unexpected NULLs.
2016-08-17 15:39:43 +00:00
fhajny
779b493209 Update databases/mongo-c-driver to 1.4.0.
- The driver can now use the native TLS and crypto functions
  included in Mac OS X and Windows.
- The driver implements the MongoDB Command Monitoring Spec.
- New functions mongoc_client_set_error_api and
  mongoc_client_pool_set_error_api
  allow applications to distinguish client and server errors.
- Unacknowledged writes (writes whose mongoc_write_concern_t "w"
  value is zero) now reply with an empty document instead of one
  with nInserted: 0, nUpdated: 0, and so on.
- Public API For Higher-Level Drivers
- New connection string option "localThresholdMS".
- zSeries, POWER8, and ARM 64-bit platform support.
- Performance enhancements, reduce allocation and copying in
  command code.
- All man page names now begin with "mongoc_" to avoid install
  conflicts.
- New function mongoc_gridfs_file_set_id.
2016-08-17 14:11:42 +00:00
is
26aff78c5f Update postgresql94 & related to PostGreSQL 9.4.9 2016-08-14 16:56:29 +00:00
adam
7fc628e735 Changes 3.14.1:
* A performance enhancement to the page-cache "truncate" operation reduces COMMIT time by dozens of milliseconds on systems with a large page cache.
* Fix to the --rbu option of sqldiff.
2016-08-14 11:19:08 +00:00
adam
5553307946 Changes 3.14.0:
Added support for WITHOUT ROWID virtual tables.
Improved the query planner so that the OR optimization can be used on virtual tables even if one or more of the disjuncts use the LIKE, GLOB, REGEXP, MATCH operators.
Added the CSV virtual table for reading RFC 4180 formatted comma-separated value files.
Added the carray() table-valued function extension.
Enabled persistent loadable extensions using the new SQLITE_OK_LOAD_PERMANENTLY return code from the extension entry point.
Added the SQLITE_DBSTATUS_CACHE_USED_SHARED option to sqlite3_db_status().
Add the vfsstat.c loadable extension - a VFS shim that measures I/O together with an eponymous virtual table that provides access to the measurements.
Improved algorithm for running queries with both an ORDER BY and a LIMIT where only the inner-most loop naturally generates rows in the correct order.
Enhancements to Lemon parser generator, so that it generates a faster parser.
The PRAGMA compile_options command now attempts to show the version number of the compiler that generated the library.
Enhance PRAGMA table_info so that it provides information about eponymous virtual tables.
Added the "win32-none" VFS, analogous to the "unix-none" VFS, that works like the default "win32" VFS except that it ignores all file locks.
The query planner uses a full scan of a partial index instead of a full scan of the main table, in cases where that makes sense.
Allow table-valued functions to appear on the right-hand side of an IN operator.
Created the dbhash.exe command-line utility.
Added two new C-language interfaces: sqlite3_expanded_sql() and sqlite3_trace_v2(). These new interfaces subsume the functions of sqlite3_trace() and sqlite3_profile() which are now deprecated.
Added the json_quote() SQL function to the json1 extension.
Disable the authorizer callback while reparsing the schema.
Added the SQLITE_ENABLE_UNKNOWN_SQL_FUNCTION compile-time option and turned that option on by default when building the command-line shell.


Bug Fixes:
Fix the ALTER TABLE command so that it does not corrupt descending indexes when adding a column to a legacy file format database.
Fix a NULL-pointer dereference/crash that could occurs when a transitive WHERE clause references a non-existent collating sequence.
Improved the cost estimation for an index scan which includes a WHERE clause that can be partially or fully evaluated using columns in the index and without having to do a table lookup. This fixes a performance regression that occurred for some obscure queries following the ORDER BY LIMIT optimization introduced in version 3.12.0.
2016-08-09 14:54:25 +00:00
fhajny
eac922a839 Update databases/py-peewee to 2.8.2.
Bugs fixed and general cleanups
- fixed some bugs related to the Cython extension build process.
- allow blanks and perform type conversion when using the db_url
  extension
- added the ability to query using the <foreign_key>_id attribute.
- ensure that peewee.OperationalError is raised consistently when
  using the RetryOperationalError mixin.
- ensure that pwiz will import the appropriate extensions when
  vendor-specific fields are used.
- ensure that pwiz-generated models containing UnknownField
  placeholders do not blow up when you instantiate them.
- correctly limit the length of automatically-generated index
  names.
- fixed bug where BlobField could not be used if it's parent model
  pointed to an uninitialized database Proxy.
- greater consistency with the conversion to Python data-types
  when performing aggregations, annotations, or calling scalar().
- ensure the correct data-types are used when initializing a
  connection pool.
- fix bug where Signal subclasses were not returning rows affected
  on save.
- added documentation about SQLite limits and how they affect
  insert_many.
- better warnings regarding C extension compilation, thanks
  @dhaase-de.
- fix bug where table names starting with numbers generated
  invalid table names when using pwiz.
- fix bug where parameter was not being used. Thanks @jberkel.
- fixed the way SqliteExtDatabase handles the automatic rowid (and
  docid) columns. Thanks for alerting me to the issue and
  providing a failing test case @jberkel.
- fix obscure bug relating to cloning foreign key fields twice.
- allow set instances to be used on the right-hand side of IN
  exprs.
- fix behavior where the default id primary key was inherited
  regardless. When users would inadvertently include it in their
  queries, it would use the table alias of it's parent class.
- add support for db_column in djpeewee
- fix the behavior of truncate_date with Postgresql. Thanks
  @Zverik.
- allow DATABASE_URL as a recognized parameter to the Flask
  config.
- correctly handle bytes wrapper used by PasswordField to bytes.
- when selecting and joining on multiple models, do not create
  model instances when the foreign key is NULL.
- do not coerce the return value of function calls to COUNT or
  SUM, since the python driver will already give us the right
  Python value.
- use global state to resolve DeferredRelations, allowing for a
  nicer API. Thanks @brenguyen711.
- attempt to avoid creating invalid Python when using pwiz with
  MySQL database columns containing spaces. Yes, fucking spaces.
- fix bug in SQLite migrator which had a naive approach to fixing
  indexes.
- explicitly check for None when determining if the database has
  been set on ModelOptions. Thanks @joeyespo.

New stuff
- Added TimestampField for storing datetimes using integers.
  Greater than second delay is possible through exponentiation.
- Added Database.drop_index() method.
- Added a max_depth parameter to the model_to_dict function in the
  playhouse.shortcuts extension module.
- SelectQuery.first() function accepts a parameter n which applies
  a limit to the query and returns the first row.
- group_by(), order_by(), window() now accept a keyward argument
  extend, which, when set to True, will append to the existing
  values rather than overwriting them.
- Query results support negative indexing.
- C sources are included now as part of the package. I think they
  should be able to compile for python 2 or 3, on linux or
  windows...but not positive.
2016-08-09 12:10:31 +00:00
fhajny
5d2217d7a4 Update databases/percona-toolkit to 2.2.18.
- pt-stalk now sorts the output of transactions by id
- Added "Shared" memory info to pt-summary
- Added the --no-vertical-format option for pt-query-digest,
  allowing compatibility with non-standard MySQL clients that
  don't support the \G directive at the end of a statement
- Fixed error when parsing tcpdump capture with pt-query-digest
- Improved pt-online-schema-change plugin documentation
- Clarified the description of the --attribute-value-limit option
  for pt-query-digest
- Fixed all PERL-based tools to return a zero exit status when run
  with the --version option
- Fixed error that sometimes prevented to choose the primary key
  as index, when using the -where option for pt-table-checksum
- Fixed the inability of pt-query-digest to parse the general log
  generated by MySQL (and Percona Server) 5.7 instance
- Clarified the description of the --verbose option for
  pt-slave-restart
2016-08-09 09:24:04 +00:00
fhajny
99647713a6 Update databases/redis to 3.2.3.
Redis 3.2.3

Bugfixes:

- There was an inverted if statement logic problem in
  replication.c causing
  a replication delay.
- Redis-cli created the history file with insecure permissions,
  allowing reding from the file.

Redis 3.2.2

- There was a bug in the List type implementation, able to cause
  the crash of the server under certain (non trivial to replicate)
  circumstances when the LSET command was used.
- Redis Sentinel, when monitoring multiple masters, could crash
  after a Sentinel address update event.
- Redis Sentinel now checks slaves INFO state more often when
  disconnected.
- It was possible, under a variety of conditions, that the AOF and
  RDB children process could spawn at the same time. This is known
  to trash disk I/O, AOF performances, and to ultimately create
  latency in the Redis server.
- Many GEORADIUS bugs are now fixed \o/.

New features:

- Now slaves support the slave-announce-ip and slave-announce-port
  options.
- The RDB check utlity is now part of Redis and uses the same RDB
  code that Redis uses in order to load the dataset in memory.
2016-08-09 09:11:53 +00:00
fhajny
e59f657a1c Update databases/py-cassandra-driver to 3.6.0.
Features
- Handle null values in NumpyProtocolHandler (PYTHON-553)
- Collect greplin scales stats per cluster (PYTHON-561)
- Update mock unit test dependency requirement (PYTHON-591)
- Handle Missing CompositeType metadata following C* upgrade
  (PYTHON-562)
- Improve Host.is_up state for HostDistance.IGNORED hosts
  (PYTHON-551)
- Utilize v2 protocol's ability to skip result set metadata for
  prepared statement execution (PYTHON-71)
- Return from Cluster.connect() when first contact point
  connection(pool) is opened (PYTHON-105)
- cqlengine: Add ContextQuery to allow cqlengine models to switch
  the keyspace context easily (PYTHON-598)
- Standardize Validation between Ascii and Text types in Cqlengine
  (PYTHON-609)

Bug Fixes
- Fix geventreactor with SSL support (PYTHON-600)
- Don't downgrade protocol version if explicitly set (PYTHON-537)
- Nonexistent contact point tries to connect indefinitely
  (PYTHON-549)
- Execute_concurrent can exceed max recursion depth in failure
  mode (PYTHON-585)
- Libev loop shutdown race (PYTHON-578)
- Include aliases in DCT type string (PYTHON-579)
- cqlengine: Comparison operators for Columns (PYTHON-595)
- cqlengine: disentangle default_time_to_live table option from
  model query default TTL (PYTHON-538)
- cqlengine: pk__token column name issue with the equality
  operator (PYTHON-584)
- cqlengine: Fix "__in" filtering operator converts True to string
  "True" automatically (PYTHON-596)
- cqlengine: Avoid LWTExceptions when updating columns that are
  part of the condition (PYTHON-580)
- cqlengine: Cannot execute a query when the filter contains all
  columns (PYTHON-599)
- cqlengine: routing key computation issue when a primary key
  column is overriden by model inheritance (PYTHON-576)
2016-08-09 09:01:21 +00:00
nils
9a3981f31d Fix PR pkg/51364.
This is not the suggested fix, but Makefile should be easier to read
this way.
2016-08-08 09:04:26 +00:00
nros
05cca2d066 email style fix 2016-08-07 11:44:42 +00:00
jdolecek
fbe0625344 update php-mongo DESCR with notice about this being superseded 2016-08-04 16:15:14 +00:00
jdolecek
0dadc3efc0 add php-mongodb 2016-08-04 16:05:01 +00:00
jdolecek
54bccfcd6b Add php-mongodb 1.1.8
The purpose of this driver is to provide exceptionally thin glue
between MongoDB and PHP, implementing only fundemental and
performance-critical components necessary to build a fully-functional
MongoDB driver.

Countrary to php-mongo, mongodb one supports php 7.x as well as 5.5.x/5.6.x
2016-08-04 16:03:53 +00:00
jdolecek
bfd7e287bc accept also php 71 2016-08-04 14:01:52 +00:00
adam
58b5f7f125 Changes 5.5.51:
Bugs Fixed

Replication: When using statement-based or mixed binary logging format with --read-only=ON, it was not possible to modify temporary tables.

MySQL Server upgrades performed using RPM packages failed when upgrading from MySQL 5.1 Community to MySQL 5.5 Community or MySQL 5.1 Commercial to MySQL 5.5 Commercial.

A buffer overflow in the regex library was fixed.

Certain arguments to NAME_CONST() could cause a server exit.

Installing MySQL from a yum or zypper repository resulted in /var/log/mysqld.log being created with incorrect user and group permissions.

If a stored function updated a view for which the view table had a trigger defined that updated another table, it could fail and report an error that an existing table did not exist.

If an INSTALL PLUGIN statement contained invalid UTF-8 characters in the shared library name, it caused the server to hang (or to raise an assertion in debug builds).

For multibyte character sets, LOAD DATA could fail to allocate space correctly and ignore input rows as a result.
2016-08-04 10:09:46 +00:00
adam
3c4d99760e Changes 5.6.32:
Bugs Fixed

InnoDB: Full-text search auxiliary tables could be dropped by one session while being access by another.

InnoDB: Selecting full-text index information schema tables for a deleted table caused a segmentation fault.

InnoDB: Rollback of a full-text index synchronization operation raised an assertion. The rollback operation attempted to acquire a mutex still held by the background synchronization thread.

InnoDB: Setting innodb_monitor_enable to all did not enable all counters.

Replication: After issuing a PURGE BINARY LOGS statement, if the binary log index file was not available, for example because it had been opened by another application such as MEB, the server could stop unexpectedly. Although this situation was rare, the handling has been made more robust to avoid unexpected halts and more informative errors are provided.

Replication: When using row-based replication and InnoDB, replication slaves reverted to using an older locking scheme when a transaction had already acquired an AUTOINC lock related to a LOAD FILE or INSERT ... SELECT type of statement, reducing replication slave performance. The fix ensures that sql_command is set correctly for any of the DML events such as WRITE_ROWS_EVENT, UPDATE_EVENT, and DELETE_EVENT.

Replication: A MySQL version 5.5 slave does not have a server_uuid and replication identified servers by their server_id. Starting from MySQL version 5.6, replication masters detected a zombie dump thread based only on a slave's server_uuid value, under the assumption that each slave has a unique UUID. Connecting a MySQL 5.5 slave to a MySQL 5.6 and later master meant that the master was unable to detect zombie dump threads that were created to serve slaves running versions older than MySQL 5.6. The fix ensures that a master now first checks if a slave has a server_uuid set. If it is set, zombie dump thread detection happens based on the slave's UUID. If a slave's server_uuid is not set, zombie dump thread detection happens based on server_id.

Replication: With slave_skip_errors enabled there were still special cases when slave errors were not being correctly ignored. For example:

When opening and locking a table failed.

When field conversions failed on a server running row-based replication.

In these cases the error was considered critical and it was not respecting the state of slave_skip_errors. The fix ensures that with slave_skip_errors enabled, all errors reported during applying a transaction are correctly handled. This means that in such a set up, upon receiving an error with the log_warnings option set to greater than 1, if the error can be ignored then the warning is printed into the error log and the server continues as it does in the case of other ignored errors.

Replication: When using statement-based or mixed binary logging format with --read-only=ON, it was not possible to modify temporary tables.

MySQL Server upgrades performed using RPM packages failed when upgrading from MySQL 5.5 Community to MySQL 5.6 Community or MySQL 5.5 Commercial to MySQL 5.6 Commercial.

The code for reading character set information from Performance Schema statement events tables (for example, events_statements_current) did not prevent simultaneous writing to that information. As a result, the SQL query text character set could be invalid, which could result in a server exit. Now an invalid character set causes SQL_TEXT column truncation.

A buffer overflow in the regex library was fixed.

Certain arguments to NAME_CONST() could cause a server exit.

For unit-testing with the MySQL test suite, the make unit-test command is no longer available. The ctest program should be used instead. See Unit Tests Added to Main Test Runs.

ST_Distance() could raise an assertion for NULL return values.

With the query cache enabled, executing a prepared statement with CURSOR_TYPE_READ_ONLY and then again with CURSOR_TYPE_NO_CURSOR caused the server to return an error.

mysql_real_connect() was not thread-safe when invoked with the MYSQL_READ_DEFAULT_FILE or MYSQL_READ_DEFAULT_GROUP option enabled.

Installing MySQL from a yum or zypper repository resulted in /var/log/mysqld.log being created with incorrect user and group permissions.

If a stored function updated a view for which the view table had a trigger defined that updated another table, it could fail and report an error that an existing table did not exist.

If an INSTALL PLUGIN statement contained invalid UTF-8 characters in the shared library name, it caused the server to hang (or to raise an assertion in debug builds).

For multibyte character sets, LOAD DATA could fail to allocate space correctly and ignore input rows as a result.
2016-08-04 10:09:08 +00:00
adam
77b8ed74db Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
abs
113cff59ec Updated databases/sql-workbench to 120
Enhancements

* It's now possible to delete variables using wildcards
* It's now possible to test the connection from the profile dialog
* For Postgres, the generated source code for functions and custom aggregates now contains the new PARALLEL settings for Postgres 9.6
* It's now possible to show a quick filter in the macro popup window
* When searching for a JDBC driver class in the driver's jar file, available service registrations are used to speed up the searching.
* It's now possible to disable icons in menus
* For HSQLDB 2.3.4 synonyms are now displayed
* It's now possible to configure the buttons on the toolbar
* It's now possible to restore recently closed editor tabs
* For Progress OpenEdge, squences and synonyms are now shown in the DbExplorer
* It's now possible to associate variables with the connection profile and the workspace
* For SAP HANA the source for synonyms are now shown
* For SAP HANA dependency for tables, views, triggers, procedures and sequences are now shown in the DbExplorer and DbTree
* A new command (WbGenerateFKScript) is available to generate the DDL for only the foreign key constraints.
* For DB2 10.5 indexes based on expressions are now shown correctly

Bug fixes

* For SQL Server, the source code for user defined object types with columns was incorrect.
* For DBMS supporting catalogs and schemas, auto completion for large schemas was slow.
* Fixed a problem where in rare cases, closing an editor tab could hang the application.
* Ignoring the "Max Rows" setting in the DbExplorer's table data did not work any more
* WbListMacros, WbDeleteMacro and WbDefineMacro were always using the default macro file
* Timestamps with microseconds (.SSSSSS in the format) where not imported correctly with WbImport
* For Postgres, the LEAKPROOF attribute was not included in the generated source code for functions
* WbSchemaDiff incorrectly combined all tables to be dropped in a single tag
* For Postgres, the format of hstore literals was not correct when exporting data as SQL statements
* For Postgres, hstore columns could not be edited in a query result
* The ALTER TABLE OWNER TO statement for Postgres was not created correctly
* It wasn't possible to use -mode=Upsert or -mode=InsertIgnore with WbCopy
* Parsing of comments in SQL statements is now more lenient with invalid (nested) comments
* When changing the position of SQL tabs with files loaded, the Workspace was not saved properly
* For Progress OpenEdge, the SQL generated for sequences was invalid
* For Postgres, the implizit index for an exclusion constraint was incorrectly added to the souce of the table
* The format of a hstore and array literals was not correct for generated SQL statements
* For Oracle procedures from packages that contained only procedures without parameters were not displayed.
* Implemented a workaround for the MariaDB JDBC driver that returns invalid object type names for tables ("BASE TABLE" instead of "TABLE")
* Generate "DROP script with dependencies" was no longer working in the DbExplorer or DbTree
* When using SQL Workbench in batch mode, passing quoted parameters on the command line did not work properly
* The DDL for tables was not displayed when using Amazon Redshift
* Using sqlwbconsole.sh together with -command or -script on a headless system did not work
* The display for LVARCHAR and DATE columns was not always correct for Informix
* Warnings that were reported by the JDBC driver after establishing the connection were sometimes shown in the generated DDL in the DbTree
* The DDL for sequences in Oracle did not reflect the values for CYCLE and ORDER
* Running PL/SQL in Oracle did not work if the option "Remove comments" was enabled in the connection profile
* When using "Create DDL script" in the DbExplorer, the source for materialized views was generated twice
* With certain Oracle driver versions, TYPEs where displayed twice in the DbExplorer or the DbTree
* When exporting to text files, values containing the line delimiter were not quoted properly
* With SQL Server, it was not possible to drop indexes from within the DbTree
* Passwords are no longer trimmed
2016-07-29 11:43:36 +00:00
wen
43e2e8d96e Update to 0.9995
Upstream changes:
0.9995 2016-07-27T09:23:55Z
     - Taught the `add` command not to ignore the `--change` option.
     - The `add` command now emits a usage statement when no change name is
       passed to it.
     - The `add` command now helpfully suggests using the --change option when
       attempting to add a change with the same name as a target. Thanks to
       Ivan Nunes for the report!
     - The `tag` command now helpfully suggests using the --tag option when
       attempting to add a tag with the same name as a target.
     - Added `--global` as an alias for `--user` to the `config` command. This
       alias benefits the muscle memory of Git users.
     - Added a note for Git users to the `sqitch-revert` documentation, to
       head off potential confusion with `git revert`. Thanks to Eric
       Br矇chemier for the "time travel" analogy and wording.
     - Fixed an "uninitialized value" error when creating a registry database
       on Windows. Thanks to Steven C. Buttgereit for the report (Issue #289).
     - Fixed editor selection to prioritize the `core.editor` configuration
       variable over the `$EDITOR` environment variable. The `$SQITCH_EDITOR`
       environment variable still trumps all. Thanks to Jim Nasby for the pull
       request (#296).
     - Added detection of the `$VISUAL` environment variable to Editor
       selection, prioritzed after the `core.editor` configuration variable
       and before the `$EDITOR` environment variable. Thanks to Jim Nasby for
       the pull request (#296).
     - Updated the DateTime code to set the locale via `set_locale()` instead
       of `set()`, as the latter may actually change the local time
       unintentionally, and has been deprecated since DateTime v1.04. Thanks
       to Dave Rolsky for the pull request (#304).

0.9994 2016-01-08T19:46:43Z
     - Reduced minimum required MySQL engine from 5.1.0 to 5.0.0. Thanks to
       @dgc-wh for testing it (Issue #251).
     - Fixed floating-point rounding issue with SQLite registry versions on
       Perls with 16-byte doubles. Thanks to H. Merijn Brand for the report
       and testing.
     - Fixed an error when adding an engine with the `engine` command. Thanks
       to Victor Mours for the report and fix!
     - Updated the Oracle engine to support Oracle Wallet connection strings,
       where no username or host is in the connection URI. Thanks to Timothy
       Procter for the patch!
     - Improved the installer's selection of the prefix in which to install
       `etc` files to better match the `--installdirs` option, which defaults
       to the "site" directories. Thanks to @carragom for the pull request
       (#265).
     - Added missing dash to `-engine` in sample calls to `sqitch init` in the
       tutorials. Thanks to Andrew Dunstan for the spot (Issue #268).
     - Fixed broken Vertica documentation links.
     - Attempting to revert a database with no associated registry no longer
       reports the registry as version 0, but correctly reports that no
       registry can be found. Thanks to Arnaldo Piccinelli for the spot (Issue
       #271).
     - Fixed the search for change IDs in engines to match the search for
       changes. Specifically, change ID seaerch now properly handles the
       offset characters `~` and `^`. This bug mainly affected the `verify`
       command, but it's good to address the inconsistency, done mainly by
       adding the `find_change_id` and `change_id_offset_from_id` methods to
       complement the `find_change` and `change_offset_from_id` methods.
       Thanks to Andrew Dunstan for the spot (Issue #272).
     - Fixed the `flips` table example in the MySQL tutorial. It was
       inappropriately copied from the PostgreSQL tutorial at some point.
       Thanks to Jeff Carpenter for the spot (Issue #254)!

0.9993  2015-08-17T17:55:26Z
     [Bug Fixes]
     - Eliminated test failures due to warnings from DateTime::Locale when
       `LC_TIME` is set to C.UTF-8. Thanks to Shantanu Bhadoria for the report
       and Dave Rolsky for the workaround.
     - Fixed an error checking the registry version when the local uses a
       comma for decimal values. Thanks to Steffen M羹ller for the report
       (Issue #234).
     - Worked around an error setting the MySQL storage engine using versions
       of DBI prior to 1.631. Thanks to melon-babak for the report!
     - Fixed an error from the Oracle engine when deploying more than 1000
       changes. Thanks to Timothy Procter and Minh Hoang for the report and
       testing the fix.
     - Fixed a bunch of typos in error messages, comments, and documentation.
       Thanks to Dmitriy for the pull request!
     - Fixed test failures due to new warnings from File::Path on Perl
       5.23.1.
     - On Firebird, Looking up a change and tag in the database (via the
       `--onto` option to `rebase` or the `--to` option to `revert`, among
       others) would sometimes return the incorrect change if the change has
       been reworked two or more times. Was fixed for the other engines in
       v0.9991.
     - Fixed the `--all` option used to apply a command to all known targets
       so that it loads only targets specified by the local configuration.
       Otherwise, user and system configuration can get in the way when they
       specify engines and targets not used by the current project.
     [Improvements]
     - Added support for the `--set` option when deploying to MySQL. Thanks to
       Chris Bandy for figuring out how to do it!
     - Added support for a "reworked directory". By default, reworked change
       scripts live in the deploy, revert, and verify directories along with
       all the other change scripts. But if that starts to get too messy, or
       you simply don't want to see them, add a `reworked_dir` setting to the
       core, engine, or target config and reworked scripts will be stored
       there, instead. Also supported are `reworked_deploy_dir`,
       `reworked_revert_dir`, and `reworked_verify_dir`.
     - Added the `--dir` option to the `init`, `engine`, and `target`
       commands.
     - Copied the core configuration options (`--engine`, `--target`,
       `--plan-file`, `--registry`, etc.) to the `init`, `engine`, and
       `target` commands. This means that they can be specified after the
       command, which is a bit more natural. It also means that the
       `--registry` and `--client` options of the `target` are no longer
       deprecated.
     - The `init` command on longer writes out commented values for the
       `deploy_dir`, `revert_dir`, or `verify_dir` settings. I think these
       settings are not commonly used, and it would start to get crowded if we
       also added their "reworked" variants, which will be used still less.
     - Added the `alter` action to the `engine` and `target` commands to set
       engine and target properties.
     - Added support for setting reworked directories to the `engine` and
       `target` commands.
     - Reformatted the output of the `engine` and `target` command `show`
       actions to include reworked directories, and to bit a bit less flat.
     - Attempting to add or alter an engine with a target URI that connects to
       a different engine now triggers an error. For example, you can't set
       the target for engine `pg` to `db:sqlite:`.
     - The `add` and `alter` actions of the `engine` and `target` commands
       now create script directories if they don't already exist.
     - The `add` action of the `engine` and `target` commands now creates a
       plan file if one does not exist in the specified location for the
       engine or target.
     - Added the `deploy_dir`, `revert_dir`, and `verify_dir` methods to
       App::Sqitch::Plan::Change. Each points to the proper directory for the
       target depending on whether or not the change has been reworked.
     - In the MySQL engine, the following URI query params will be converted
       to options passed to the command-line client, if they're present:
       * mysql_compression=1   => --compress
       * mysql_ssl=1           => --ssl
       * mysql_connect_timeout => --connect_timeout
       * mysql_init_command    => --init-command
       * mysql_socket          => --socket
       * mysql_ssl_client_key  => --ssl-key
       * mysql_ssl_client_cert => --ssl-cert
       * mysql_ssl_ca_file     => --ssl-ca
       * mysql_ssl_ca_path     => --ssl-capath
       * mysql_ssl_cipher      => --ssl-cipher
     [Documentation]
     - Added the "Overworked" section to sqitch-configuration guide with an
       example of how to move reworked change scripts into a `reworked_dir`.
     [Deprecations]
     - Deprecated the `set-*` actions in the `engine` and `target` commands in
       favor of the new `alter` action.
     - The core `--deployed-dir`, `--revert-dir`, and `--verify-dir` options
       are deprecated in favor of the `--dir` option on the `init`, `engine`,
       and `target` command.

0.9992 2015-05-20T23:51:41Z
     - On PostgreSQL, Sqitch now sets the `client_encoding` parameter to
       `UTF8` for its own connection to the database. This ensures that data
       sent to and from the databse should always be properly encoded and
       decoded. Users should still set the proper encodings for change scripts
       as appropriate.
     - Fixed test failures due to path differences on Windows.
     - DateTime::TimeZone is now explicitly required in an attempt to head off
       "Cannot determine local time zone" errors.
     - Corrected some typos and thinkos in `sqitchtutorial-oracle`, thanks to
       George Hartzell.
     - Improved the script to upgrade an Oracle registry to v1.0 to support
       versions prior to Oracle 12, thanks to Timothy Procter.
     - Added missing closing parenthesis to the "Nothing to deploy" message.
       Thanks to George Hartzell for the pull request (Issue #226).
     - Replaced the unique constraint on the `script_hash` column in the
       `changes` registry table with a unique constraint on `project` and
       `script_hash`. This is to allow a deploy script to be used in more than
       one project in a single database. This change increments the registry
       version to v1.1. Thanks to Timothy Procter for the report.
     - Updated the registry check constraints to have consistent names on the
       engines that support them. This will make it easier to modify the
       constraints in the future.
     - Fixed precision issues with the registry version on MySQL and Firebird.
     - Added comment to sqitch-passwords guide that MySQL::Config is required
       to read passwords from the MySQL configuration files. Thanks to
       Sterling Hanenkamp for the patch!

0.9991 2015-04-03T23:14:39Z
     [Improvements]
     - Reduced minimum required MySQL engine from 5.6.4 to 5.1.0. Versions
       prior to 5.6.4 lose the following features:
       * Versions earlier than 5.6.4 is fractional second precision on
         registry `DATETIME` columns. Since the ordering of those timestamps
         is so important to the functioning of Sqitch, it will sleep in 100 ms
         increments between logging changes to the registry until the time has
         ticked over to the next second. Naturally, reverts and deploys will
         be a little slower on versions of MySQL before 5.6.4, but accurate.
       * Versions earlier than 5.5.0 lose the `checkit()` functions, which
         would otherwise be used to emulate CHECK constraints in the registry,
         as well as in user-created verify scripts, as recommended in the
         MySQL tutorial, `sqitchtutorial-mysql`.
     - Added a script to update the `DATETIME` columns in a MySQL Sqitch
       registry that was upgraded to MySQL 5.6.4 or higher. It will be
       installed as `tools/upgrade-registry-to-mysql-5.6.4.sql` in the
       directory returned by `sqitch --etc`.
     - Added a script to add the `checkit()` function and registry triggers to
       emulate CHECK constraints to a MySQL Sqitch registry that was upgraded
       to MySQL 5.5.0 or higher. It will be installed as
       `tools/upgrade-registry-to-mysql-5.5.0.sql` in the directory returned
       by `sqitch --etc`.
     - The `init` command now throws an error when the plan file already
       exists and is invalid or defined for a different project. Thanks to
       Gabriel Potk獺ny for the suggestion (Issue #214).
     - All commands that take target arguments can now specify them as engine
       names or plan file paths as well as target names and URIs.
     - Added the `--all` option and the `$command.all` configuration variable
       to the `add`, `rework`, `tag`, and `bundle` commands. This option tells
       the commands to do their thing for all plans known from the
       configuration, not just the default plan.
     - Pass engine, target, or plan file names to the `add`, `rework`, `tag`,
       and `bundle` commands` commands to specify specify one or more targets,
       engines, and plans to act on.
     - Added the `--change` option to the `add`, `rework`, and `tag` commands
       to distinguish the change to be added, reworked, or tagged from
       plan-specifying arguments, if necessary.
     - Added the `--tag` option to the `tag` command to distinguish the tag to
       be added from plan-specifying arguments, if necessary.
     - Changed the short variant of the `--conflicts` option to the `add` and
       `rework` commands from `-c` to `-x`. The `-c` option is now used as the
       short variant for `--change` (and `--conflicts` has almost certainly
       never been used, anyway).
     - Added the `engine` and `project` variables to the execution of script
       templates by the `add` command. The default templates now use it to
       make their first lines one of:
       * -- Deploy [% project %]:[% change %] to [% engine]
       * -- Revert [% project %]:[% change %] from [% engine]
       * -- Verify [% project %]:[% change %] on [% engine]
     [Bug Fixes]
     - DateTime::TimeZone::Local::Win32 is now required on Windows.
     - The MySQL engine no longer passes `--skip-pager` on Windows, since
       it is not supported there. Thanks to Gabriel Potk獺ny for the report
       (Issue #213).
     - Fixed "no such table: changes" error when upgrading the SQLite
       registry.
     - Fixed upgrade failure on PostgreSQL 8.4. Thanks to Phillip Smith for
       the report!
     - Fixed an error when the `status` command `show_changes` and `show_tags`
       configuration variables were set. Thanks to Adrian Klaver for the
       report (Issue #219).
     - Fixed `log` and `plan` usage statements to properly spell `--abbrev`.
       Thanks to Adrian Klaver for the report (Issue #220).
     - Fixed the formatting of change notes so that a space precedes the `#`
       character whether the note was added by the `--note` option or via an
       editor.
     - Fixed a bug when parsing plan files with DOS/Windows line endings.
       Thanks to Timothy Procter for the report (Issue #212).
     - Looking up a change and tag in the database (via the `--onto` option to
       `rebase` or the `--to` option to `revert`, among others) would
       sometimes return the incorrect change if the change has been reworked
       two or more times. Thanks to BryLo for the report!
     [Documentation]
     - Updated docs to be consistent in referring to the location of the system
       configuration and template location as `$(prefix)/etc/sqitch`. Also
       added notes pointing to the `--etc-dir` to find out exactly what that
       resolves to. Suggested by Joseph Anthony Pasquale Holsten (Issue #167).
     [Deprecations]
     - Reverted deprecation of the database connection options. Target URIs
       are still generally preferred, but sometimes you want to use a target
       but just change the user name or database name. Retaining the options
       is the easiest way to do this. Plus, a fair number of people have
       scripts that use these options, and it seems petty to break them. Sorry
       for the double-take here! The list of un-deprecated options is:
       * `--db-client`
       * `--db-host`
       * `--db-port`
       * `--db-username`
       * `--db-password`
       * `--db-name`

0.999  2015-02-12T19:43:45Z
     - Improved MySQL missing table error detection by relying on error codes
       instead of matching a (possibly localized) error string.
     - Made the registry upgrade more transparent when deploying. Sqitch is
       now is a little more vigilent in checking for things being out-of-date
       and updating them.
     - Fixed an issue where the `status` command would return an error when
       run against a an older version of the registry.
     - Fixed a Postgres test failure when DBD::Pg is installed but psql is not
       in the path.
     - Now require Config::GitLike 1.15 to build on Windows in order to avoid
       test failures when Cwd::abs_path dies on non-existant paths.
     - Clarified the behavior of each `deploy` reversion mode with regard to
       deploy script vs. verify script failures, and with the expectation that
       deploy scripts are atomic.
     - Target passwords can now be set via a single environment variable,
       `$SQITCH_PASSWORD`. Its value will override URI-specified password.
     - Added the sqitch-passwords and sqitch-environment guides.

0.998  2015-01-15T22:17:44Z
     - Fixed a bug in `sqitch engine update-config` where it would add data to
       config files that did not previously have them, or report that data was
       present in nonexistent config files.
     - Added the `releases` table to the databases. This table will keep track
       of releases of the Sqitch registry schema.
     - The Oracle `registry` variable is now always `DEFINE`d when Oracle
       scripts run.
     - Added the `upgrade` command, which upgrades the schema for the Sqitch
       registry for a target database.
     - Added the `script_hash` column to the `changes` registry table. This
       column contains a SHA-1 hash of the deploy script for the change at the
       time it was deployed. For existing registries, the upgrade script sets
       its value to be the same as the change ID. This value is update the
       next time a project is deployed to the database.
     - The error message when `deploy` cannot find the currently-deployed
       change ID in the plan now includes more contextual information,
       including the change name, associated tags, and the plan file name.
       Suggested by Curtis Poe (Issue #205).
     - Comments on Firebird registry objects are now created with the
       `COMMENT` command, rather than INSERTs into catalog tables.
     - Added support for "merge" events, though none are logged, yet.
2016-07-28 12:40:58 +00:00
jdolecek
60fa2858cc add php-redis3 2016-07-26 09:51:44 +00:00
jdolecek
0e9b7389f6 phpredis 3.0.0
This version of phpredis supports cluster and is intended for php versions
7.0.0 and higher. To compile cluster-enabled phpredis for older versions
of php, please use the 2.2.8 pecl package.
2016-07-26 09:37:23 +00:00
wen
fa9843ccdb Update to 1.67
Upstream changes:
1.67
 - Add ->QueryHint and ->QueryHintFormatted to collection API for Oracle
2016-07-25 08:03:09 +00:00
wen
af362c9d33 Update to 0.37
Upstream changes:
0.37 2015-12-08 rurban
    - Fix handling of 64bit int and double result types [cpan #28448].
      We promote now overlong integers to double, not strings.
      sqlite_set_result_double() was never used.
    - Add LICENSE for t/98_kwalitee.t (only specified in EUMM rule)
    - Add CONFIGURE_REQUIRES => DBI [cpan #110188]
    - Fix little spelling error [cpan #85437]
    - Silence void* to int cast warning in func.c
    - Improve kwalitee test
2016-07-25 07:54:34 +00:00
wen
8ec9140402 Update to 0.49
Update DEPENDS

Upstream changes:
0.49	- 2016-05-12, H.Merijn Brand
    * Simplified test-table-name generation
    * Prefer quote_empty over quote_always for size (Text::CSV_XS => 1.18)
    * Add CONTRIBUTING.md
    * It's 2016
    * Added docs to warn for reserved words (RT#106529)
    * Minor spelling corrections (PRC Guillermo O. Freschi)
    * Test with perl 5.24.0, DBI 1.636, SQL::Statement-1.410, and
      Text::CSV_XS-1.23
2016-07-25 07:43:46 +00:00
wen
eb9ff8f6fa Update to 1.838
Upstream changes:
1.838 15 May 2016

   * #101342: R_SETCURSOR compiler warning
     #111726: Coverity finding: flagSet() test always false

1.837 9 Jan 2016

   * DB_File: database UTF-8 documentation
     RT #110248

   * Coverity finding: status variable ignored multiple times
     RT #111725

1.836 6 Jan 2016

   * Confirm build with BDB 6.2
2016-07-25 07:36:54 +00:00
wen
f0a0e2c08a Update to 0.99
Upstream changes:
0.99 - J. Nick Koston <bdraco@cpan.org> 2016-07-16
    - Add a fetch_all function for 1:1 hash mapping

0.98 - Todd Rinaldo <toddr@cpan.org> 2015-06-30
    - Replace use vars with our (deprecated since 5.6.0)
    - Switch from Dynaloader to XSLoader as it's known to be a lower memory profile module.

0.97_01 - Todd Rinaldo <toddr@cpan.org> 2011-04-05
    - Put ppport.h back in with an updated version.
    - ppport.h warnings now indicate that the module is not perl 5.6 compatible,
      but the test suite continues to succeed there. p5p suggests dropping support
      for 5.6
2016-07-25 07:33:10 +00:00
wen
e631c6e9f9 Update to 0.57
Upstream changes:
0.57 07 Dec 2015
 - failure to load object now returns 404 rather than throwing a 500.
2016-07-25 07:26:39 +00:00
wen
9d24b8a28f Update to 0.15
Add missing DEPENDS

Upstream changes:
0.15 04 Jan 2016
 - fix number of skipped tests if sqlite not present

0.14 07 Dec 2015
 - fix https://rt.cpan.org/Ticket/Display.html?id=110092
2016-07-25 07:19:05 +00:00
wen
975c4d8b63 Update to 0.55
Upstream changes:
0.55  30 March 2014

        * Error opening ErrFile with PerlIO_findFILE
          [RT =#101883]

        * Minor updates for BDB 6.1
2016-07-25 06:20:49 +00:00
wiz
888ca762c1 Convert to egg.mk. Bump PKGREVISION. 2016-07-24 19:44:16 +00:00
adam
b26d339662 SQLAlchemy release 1.0.14 is now available.
This is the latest release in the 1.0 series which includes a variety of bug fixes that have accumulated since the last 1.0 release. This release happens to only feature Core and dialect level changes; none are ORM specific. All applicable fixes here are also in the 1.1 series, most of which are already released as of 1.1.0b2. As the 1.1 series moves towards final release, the 1.0 series will move into "maintenance" mode with very few additional changes being made.
2016-07-22 20:47:00 +00:00
nros
a7d77badf0 Revbump because of lang/qore version update. 2016-07-22 13:04:04 +00:00
nros
693cbd0362 Correct error in buildlink3.mk done in previous commit 2016-07-22 13:01:33 +00:00
nros
3cd8ae5e89 Revbump because of lang/qore version update. 2016-07-22 12:53:33 +00:00
wiz
da6472e715 Updated py-psycopg2 to 2.6.2.
What's new in psycopg 2.6.2
^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Fixed inconsistent state in externally closed connections
  (🎟️`#263, #311, #443`).
- Report the server response status on errors (such as 🎫`#281`).
- Raise `!NotSupportedError` on unhandled server response status
  (🎫`#352`).
- Allow overriding string adapter encoding with no connection (🎫`#331`).
- The `~psycopg2.extras.wait_select` callback allows interrupting a
  long-running query in an interactive shell using :kbd:`Ctrl-C`
  (🎫`#333`).
- Fixed `!PersistentConnectionPool` on Python 3 (🎫`#348`).
- Fixed segfault on `repr()` of an unitialized connection (🎫`#361`).
- Allow adapting bytes using `~psycopg2.extensions.QuotedString` on Python 3
  (🎫`#365`).
- Added support for setuptools/wheel (🎫`#370`).
- Fix build on Windows with Python 3.5, VS 2015 (🎫`#380`).
- Fixed `!errorcodes.lookup` initialization thread-safety (🎫`#382`).
- Fixed `!read()` exception propagation in copy_from (🎫`#412`).
- Fixed possible NULL TZ decref  (🎫`#424`).
- `~psycopg2.errorcodes` map updated to PostgreSQL 9.5.
2016-07-21 12:53:20 +00:00
nros
ddd1599a96 Update qore-pqsql-module to version 2.4.
Patches have been applied upstream.

Release notes:

* placeholders and quotes in SQL comments are ignored
* fixed major bugs in SQLStatement::fetchRows() and
  SQLStatement::fetchColumns() where only the first call would succeed
* added the pgsql_bind_array() function to support bulk DML
* fixed a bug retrieving numeric values; values too large for a 64-bit integer
  were being retrieved as a 64-bit integer
* ported db-test.q to new-style and QUnit
* changed the minimum required Qore version to 0.8.12 to support
  the test script wth QUnit
* fixed a bug where interval values retrieved from the DB were justified
  to hours and minutes
* fixed a bug where CHAR values were returned with an invalid internal string
  size
* fixed a bug where arbitrary-precision numeric values bound to numeric
  columns were bound with an incorrect scale value causing the digits
  behind the decimal place to be lost (issue 386)
* fixed a bug where SQLStatement::describe() was failing even though result
  set information was available
* fixed a bug where duplicate column names in result sets caused
  memory leaks (and they were not renamed; issue 831)
2016-07-20 13:54:21 +00:00
nros
6aa2f3dc99 Update qore-openldap-module to version 1.5.
Patches have been applied upstream.

Release notes:

* disable openssl cleanup in the Qore library since the openldap module
  makes openssl cleanup calls and calling those routines twice can
  result in segfaults
* updated example/test scripts to use %strict-args
2016-07-20 13:27:43 +00:00
nros
0dd8d5a787 Update qore-freetd-module to version 1.0.4.
The patches have been applied upstream.

release notes:
This release is a major release with many
bug fixes and new features including the following:

 * SQLStatement class support
 * support for driver options
 * server time zone support
 * support for arbitrary-precision numeric support
 * improved support for FreeTDS for the freetds driver
2016-07-20 12:20:02 +00:00
taca
8845419ab3 Update ruby-sequel to 4.36.0.
=== 4.36.0 (2016-07-01)

* Deprecate use of Bignum class as generic type, since the behavior will change in ruby 2.4 (jeremyevans)

* Don't hold connection pool mutex while disconnecting connections (jeremyevans)

* Don't hold references to disconnected connections in the connection_validator extension (jeremyevans)

* Don't overwrite existing connection_validation_timeout when loading connection_validator extension multiple times (jeremyevans)

* Add connection_expiration extension, for automatically removing connections open for too long (pdrakeweb) (#1208, #1209)

* Handle disconnection errors raised during string literalization in mysql2 and postgres adapters (jeremyevans)

* Add string_agg extension for aggregate string concatenation support on many databases (jeremyevans)

* Add SQL::Function#order for ordered aggregate functions (jeremyevans)

* Support operator validation in constraint_validations for <, <=, >, and >= operators with string and integer arguments (jeremyevans)

* Make validates_operator validation consider nil values invalid unless :allow_nil or similar option is used (jeremyevans)

* Close cursors for non-SELECT queries in the oracle adapter after execution, instead of waiting until GC (jeremyevans) (#1203)

* Add :class_namespace association option for setting default namespace for :class option given as symbol/string (jeremyevans)

* Add Sequel::Model.cache_anonymous_models accessor for changing caching on a per-model basis (jeremyevans)

* Add Sequel::Model.def_Model for adding a Model() method to a module, for easier use of namespaced models (jeremyevans)

* Add Sequel::Model::Model() for creating subclasses of Sequel::Model subclasses, instead of just Sequel::Model itself (jeremyevans)

=== 4.35.0 (2016-06-01)

* Add :headline option to PostgreSQL Dataset#full_text_search for adding an extract of the matched text to the SELECT list (jeremyevans)

* Make :rollback=>:always inside a transaction use a savepoint automatically if supported (jeremyevans) (#1193)

* Recognize bool type as boolean in the schema dumper (jeremyevans) (#1192)

* Make Dataset#to_hash and #to_hash_groups work correctly for model datasets doing eager loading (jeremyevans)

* Make delay_add_association plugin handle hashes and primary keys passed to add_* association methods (jeremyevans) (#1187)

* Treat :Bignum as a generic type, to support 64-bit integers on ruby 2.4+, where Bignum == Integer (jeremyevans)

* Add server_logging extension for including server/shard information when logging queries (jeremyevans)

* Add Database#log_connection_info, for including connection information when logging queries (jeremyevans)

* Add Dataset#skip_locked for skipping locked rows on PostgreSQL 9.5+, MSSQL, and Oracle (jeremyevans)

* Allow Sequel::Model#lock! to accept an optional lock style (petedmarsh) (#1183)

* Add sql_comments extension for setting SQL comments on queries (jeremyevans)

* Make Postgres::PGRange#cover? handle empty, unbounded, and exclusive beginning ranges (jeremyevans)

* Fix frozen string literal issues on JRuby 9.1.0.0 (jeremyevans)

* Allow json_serializer :include option with cascaded values to work correctly when used with association_proxies (jeremyevans)

=== 4.34.0 (2016-05-01)

* Add support for :dataset_associations_join association option to dataset_associations plugin, for making resulting datasets have appropriate joins (jeremyevans)

* Log server connection was attempted to in PoolTimeout exception messages in sharded connection pool (jeremyevans)

* Log Database :name option in PoolTimeout exception messages (bigkevmcd, jeremyevans) (#1176)

* Add duplicate_columns_handler extension, for raising or warning if a dataset returns multiple columns with the same name (TSMMark, jeremyevans) (#1175)

* Support registering per-Database custom range types in the pg_range extension (steveh) (#1174)

* Support :preconnect=>:concurrently Database option for preconnecting in separate threads (kch, jeremyevans) (#1172)

* Make prepared_statements_safe plugin work correctly with CURRENT_DATE/CURRENT_TIMESTAMP defaults (jeremyevans) (#1168)

* Add validates_operator validation helper (petedmarsh) (#1170)

* Recognize additional unique constraint violation on Microsoft SQL Server (jeremyevans)

* Add :hash option to Dataset#(select|to)_hash(_groups)? methods for choosing object to populate (mwpastore) (#1167)
2016-07-17 14:27:46 +00:00
taca
b70373681c Update ruby-mysql2 to 0.4.4.
Bugfixes

  • Fix segv when num of rows is zero
  • Fix failed to allocate memory for an empty result set
  • Fix :cache_rows => false on prepared statements
  • Fix results buffer allocation fails with prepared statements

Changes

  • Allow repeated each with :cache_rows => false
  • Fix some tests for non-default creds
  • Use the Travis Trusty image for Travis CI
2016-07-17 14:26:35 +00:00
wen
32d2406301 Update to 0.010
Upstream changes:
0.010 28 Feb 2014
 - add 'lower' feature to parser

0.009 20 Aug 2013
 - switch to github
 - fix for RT https://rt.cpan.org/Ticket/Display.html?id=87287 where
   implicit OR applied in dbic() and rdbo() structures when implicit AND
   was more appropriate.
2016-07-16 02:55:13 +00:00
wen
dce85edfb0 Update to 0.193
Update DEPENDS

Upstream changes:
0.193 10 July 2014
 - fix whitespace regression bug introduced in 0.192. Reported
   by Holger Rupprecht via f7c65ec.

0.192 8 July 2014
 - support Loader base_classes method in _schema_template().
   Cf. https://rt.cpan.org/Ticket/Display.html?id=97043

0.191 19 June 2014
 - remove the DEVELOPMENT RELEASE caveat. after this many years, it is as
   stable as it will ever be.
 - mkpath(self->debug) instead of mkpath(1) [ https://rt.cpan.org/Ticket/Display.html?id=96552 ]

0.190 15 May 2014
 - switch to File::Slurp::Tiny
2016-07-16 02:49:28 +00:00
wen
534a1499a7 Update to 0.778
Upstream changes:
0.778 (06.28.2016) - John Siracusa <siracusa@gmail.com>

    * Added mysql_enable_utf8mb4 attribute. (Patch by Alexander Karelas.)
    * Updated tests for the latest versions of MySQL and DateTime::Format::Pg.
2016-07-16 02:36:32 +00:00
wen
8d318b0580 Update to 0.082840
Upstream changes:
0.082840 2016-06-20 07:02 (UTC)
    * New Features
        - When using non-scalars (e.g. arrays) as literal bind values it is no
          longer necessary to explicitly specify a bindtype (this turned out
          to be a mostly useless overprotection)

    * Fixes
        - Ensure leaving an exception stack via Return::MultiLevel or something
          similar produces a large warning
        - Another relatively invasive set of ::FilterColumn changes, covering
          potential data loss (RT#111567). Please run your regression tests!
        - Ensure failing on_connect* / on_disconnect* are dealt with properly,
          notably on_connect* failures now properly abort the entire connect
        - Fix use of ::Schema::Versioned combined with a user-supplied
          $dbh->{HandleError} (GH#101)
        - Fix parsing of DSNs containing driver arguments (GH#99)
        - Fix silencing of exceptions thrown by custom inflate_result() methods
        - Fix complex prefetch when ordering over foreign boolean columns
          ( Pg can't MAX(boolcol) despite being able to ORDER BY boolcol )
        - Fix infinite loop on ->svp_release("nonexistent_savepoint") (GH#97)
        - Fix spurious ROLLBACK statements when a TxnScopeGuard fails a commit
          of a transaction with deferred FK checks: a guard is now inactivated
          immediately before the commit is attempted (RT#107159)
        - Fix the Sybase ASE storage incorrectly attempting to retrieve an
          autoinc value when inserting rows containing blobs (GH#82)
        - Remove spurious exception warping in ::Replicated::execute_reliably
          (RT#113339)
        - Work around unreliable $sth->finish() on INSERT ... RETURNING within
          DBD::Firebird on some compiler/driver combinations (RT#110979)
        - Fix leaktest failures with upcoming version of Sub::Quote
        - Really fix savepoint rollbacks on older DBD::SQLite (fix in 0.082800
          was not sufficient to cover up RT#67843)

    * Misc
        - Test suite is now officially certified to work under very high random
          parallelism: META x_parallel_test_certified set to true accordingly
        - Typo fixes from downstream debian packagers (RT#112007)
2016-07-16 02:26:58 +00:00
wen
62585ea287 Update to 2.033000
Upstream changes:
2.033000  2016-07-03 22:02:03-07:00 America/Los_Angeles
 - Add ::Schema::Verifier::ColumnInfo (Thanks Wes Malone!) (Closes GH#67)
 - Uninserted rows do not set their storage value anymore
   (Thanks for the report Wes Malone!) (Closes GH#69)

2.032002  2016-05-24 10:00:16-07:00 America/Los_Angeles
 - Fix variation in list context when using ::OnColumnMissing
   (Thanks to David Farrell for the bug report!)
   (Closes GH#63)
2016-07-16 01:57:15 +00:00
wen
7a693639f5 Update to 0.00015
Upstream changes:
0.00015 2016-06-01
        - Build fixes
0.00014 2016-05-31
        - prevent warning in ::Bcrypt when password is undef
        - Allow users to specify the Cipher used when encoding
2016-07-16 01:49:34 +00:00
wen
b58e40c99a Update to 0.005002
Upstream changes:
0.005002  2016-04-29 09:20:41-07:00 America/Los_Angeles
  - Fix test issue when run under `prove -lr` (Thanks Peter Rabbitson!)
2016-07-16 01:43:59 +00:00
wen
04e1435023 Update to 1.07
Upstream changes:
1.07 Tue May  3 19:45:23 CEST 2016
	Resolving the xbase_lines regression of 1.06.
2016-07-15 23:39:35 +00:00
wen
68765874a4 Update to 1.52
Upstream changes:
1.52 2015-04-15

  [MISCELLANEOUS]

  Changes to the test suite to make it run better with Postgres thanks
  to Greg Sabino Mullane.

1.51_4 2015-01-18

  [BUG FIXES]

  Numerous errors in the test suite (with SQLite ODBC driver) mostly down to not
  creating the test table first.

  [MISCELLANEOUS]

  Try and make the test suite run ok for SQLite ODBC driver so I can use it
  in travis-ci.

1.51_3 2015-01-17

  [BUG FIXES]

  RT101579 - using bound input parameters for numeric columns (e.g.,
  SQL_NUMERIC) only works the first time and will quite likey fail
  with "string data, right truncation" on the second and subsequent
  calls to execute. Thanks to Laura Cox for finding.

1.51_2 2014-11-19

  [BUG FIXES]

  The table_info method (ANSI version only) was incorrectly passing
  the table name for the type argument. I think this bug was
  introduced last year.

1.51_1 2014-11-14

  [BUG FIXES]

  RT100186 - handle VARBINARY(MAX) parameters with SQL Server native
  client. Identify "libmsodbcsql*" as the MS ODBC Driver for Linux as
  there are some specific workarounds for MS Native Client ODBC driver.
2016-07-15 23:31:57 +00:00
wen
571dba6b58 Update to 4.035
Upstream changes:
2016-07-09 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035)
*  Add DBI back to configure_requires, fix by miyagawa.

2016-07-06 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.034)
* Full version, to include all changes since 4.033.

2016-07-04 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033_03)
* Check for errors after calling mysql_affected_rows(), by Pali.
   (https://rt.cpan.org/Public/Bug/Display.html?id=75353)
* Fix reference to MySQL manual, chapter Character Set Support, suggested
  by Slaven Rezi� (https://rt.cpan.org/Public/Bug/Display.html?id=114148)
* Improve documentation on current database, suggested by Vladimir Marek.
   (https://rt.cpan.org/Ticket/Display.html?id=112587)

2015-12-18 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033_02)
* Compile against libssl by default. This allows to connect against remote
  MySQL servers using SSL. Previously this was only achieved with an explicit
  switch provided to Makefile.PL - if for some reason you can't or don't want
  to link against libssl, you can use the new --nossl switch to Makefile.PL.
* Made tests more robust after CPAN Testers failures.

2015-12-15 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.033_01)
* Raise minimum DBI version to 1.609 (from 2009!) in order to make
  tests pass on RHEL5.
* Add explicit documentation for how to enable SSL at build time,
  provided by genio.
* Improve test suite to make it more robust using mixed versions of client and
  server.
* Fix use after free error in my_login, provided by hannob.
* Add explicit instructions stating brackets are required around ipv6-addresses
  in connection strings, provided by Kenny Gryp.
2016-07-15 23:23:02 +00:00
rillig
4457dd7a91 Fixed typo in CONFLICTS. Bumped revision. 2016-07-10 10:20:31 +00:00
rillig
d546233448 Fixed typo in PKGREVISION. 2016-07-10 10:18:35 +00:00
rillig
76b47107eb Fixed pkglint warning. Bumped revision. 2016-07-10 10:12:22 +00:00
wiz
ad0031c15e Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
wiz
2b0a009d0e Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
wiz
2c347819b7 Capitalization police. 2016-07-07 20:06:09 +00:00
gdt
8d46fd0706 Drop maintainership 2016-07-07 15:10:37 +00:00
fhajny
d9d6636207 Update databases/py-cassandra-driver to 3.5.0.
Features
- Optional Execution Profiles for the core driver (PYTHON-569)
- API to get the host metadata associated with the control
  connection node (PYTHON-583)
- Expose CDC option in table metadata CQL (PYTHON-593)

Bug Fixes
- Clean up Asyncore socket map when fork is detected (PYTHON-577)
- cqlengine: QuerySet only() is not respected when there are
  deferred fields (PYTHON-560)
2016-07-06 15:01:27 +00:00
wiz
1e72efdc80 Updated php55-mongo to 1.6.14.
From Bartosz Kuzma in PR 51306.

1.6.14
** Bug
 * [PHP-1468] - Segfault on node with high network latency
 * [PHP-1511] - append_getlasterror() should ignore unset fsync/journal from link

** Improvement
 * [PHP-1510] - Route unacknowledged writes through legacy op codes

1.6.13
** Bug
 * [PHP-1483] - GridFS file storage fails on big endian platform
 * [PHP-1500] - Socket timeout not applied to initial command cursor query
 * [PHP-1501] - Rephrase unsupported/corrupt BSON messages
 * [PHP-1504] - Segfault connecting to authenticated RS after non-auth connections
 * [PHP-1505] - negative files.length when storing file with size > 2GB in gridfs

1.6.12
** Bug
 * [PHP-1494] - We don't allocate enough space for the hash buffer

** Task
 * [PHP-1474] - Declare no support for PHP 7

1.6.11
** Bug
 * [PHP-1467] - PHP driver on big endian platform not connecting to MongoDB

1.6.10
** Bug
 * [PHP-1460] - Query with limit leaves open cursors on server
 * [PHP-1462] - Fix static compilation
 * [PHP-1464] - GridFS should not drop dupes when creating index
2016-07-04 20:47:30 +00:00
jaapb
9b54cfaa0a Updated the Makefile patch to conform with Debian's, which has been
submitted upstream. Also removed the patch to META as this Makefile
actually does install the files in the site-lib directory. No
upstream changes.
2016-07-03 10:44:49 +00:00
jperkin
b4a3129764 Expand more variables for SMF manifest. Bump PKGREVISION. 2016-07-02 21:03:08 +00:00
jaapb
4c1fa70336 Updated package to latest version, 1.2.0; updated package to work with
ocaml.mk framework and added patch to support int64 properly (patch from
upstream). Changes include:

* Tue Mar 10 2015 (1.2.0)
  * Get rid of Camlp4 dependency
  * Use mysql_config in configure

* Thu Oct 16 2014 (1.1.3)
  * + OPT_FOUND_ROWS (Dmitry Grebeniuk)
  * configure: build with percona
2016-07-02 09:42:14 +00:00
fhajny
61b8e257f1 Update databases/sqlrelay to 0.65.0
- SQL Relay now supports Kerberos encryption and authentication
- SQL Relay now supports TLS/SSL encryption and authentication
- Python 3 support
- Node.js 4.x and higher are now correctly detected and supported.
- Separate "database" and "proxied" Authentication Options
- Various ODBC-related bugs have been fixed
- A subtle bug that caused incompatibilities with the popular
  logrotate utility has been fixed
- A long standing problem that occurred when using a
  listenertimeout with a threaded listener (the default) has been
  fixed.
- After a graceful restart, Apache workers would get stuck in the
  Closing Connection state after running a PHP script that used
  SQL Relay. This is now fixed.

See full changelog:

  http://software.firstworks.com/2016/03/sql-relay-0650-release-announcement.html
2016-07-01 17:02:38 +00:00
taca
da15521eda Update phpmyadmin to 4.6.3, including security fixes.
pkgsrc change:
* Update MASTER_SITES.
* Now allow php70.

Changes are too many to write here, please refer ChangeLog.
2016-06-28 13:32:35 +00:00
jaapb
8f666fedd2 Updated package to use ocaml.mk framework. No upstream changes. 2016-06-25 14:15:05 +00:00
fhajny
3757a13f14 Fix forgotten PLIST change. 2016-06-21 07:53:50 +00:00
fhajny
e78b1314db Update databases/redis to 3.2.1.
Upgrade urgency HIGH: Critical fix to Redis Sentinel, due to 3.2.0
regression compared to 3.0.

Hey, this is Redis 3.2.1, and this release should bring some grain of
maturity to Redis 3.2. The list of commits following this note will tell
you the details, but the main things addressed in this release are the
following:

1. A critical bug in Sentinel was hopefully fixed. During the big 3.2
   refactoring of Redis Sentinel, in order to implement connection sharing
   to make Sentinel able to scale better (few Sentinels to monitor many
   masters), a bug was introduced that mis-counted the number of pending
   commands in the Redis link. This in turn resulted into an inability to
   talk with certain Redis instances. A common result of this bug was the
   inability of Redis Sentinel to reconfigure back the old master, after
   a failover, when it is reachable again, as the slave of the new master.
   This was due to the inability to talk with the old master at all.

2. BITFIELD bugs fixed.

3. GEO commands fixes on syntax errors and edge cases.

4. RESTORE now accepts dumps generated by older Redis versions.

5. Jemalloc now is really configured to save you memory, for a problem a
   change in the jemalloc configuration did not really survived when the
   3.2.0 release was finalized.

6. TTL and TYPE command no longer alter the last access time of a key, for
   LRU evictions purposes. A new TOUCH command was introduced *just* to
   update the access time of a key.

7. A bug was fixed in redis-cli, that connected to the instance running on
   the port 6379 if there was one, regardless of what was specified.

8. TCP keep alive is now enabled by default. This should fix most ghost
   connections problems without resulting in any practical change in
   otherwise sane deployments.

9. A Sentinel crash that could happen during failovers was fixed.
2016-06-19 21:28:58 +00:00
fhajny
87365c441a Enable postgresql9[1-5]-contrib packages, disable previous split
packages.
2016-06-19 21:11:22 +00:00
fhajny
49f99d3316 Remove PostgreSQL split-up contrib packages, now replaced by
single postgresql9[1-5]-contrib packages. OK by adam@.
2016-06-19 21:09:54 +00:00
fhajny
5fe7bb1cd0 Import postgresql9[1-5]-contrib packages. These supersede the
previous handful of packages like -datatypes or -dblink. They
contain all of the contrib subtree, matching what similar packages
carry in e.g. FreeBSD ports or what PostgreSQL users generally
expect.

This subtree contains porting tools, analysis utilities, and
plug-in features that are not part of the core PostgreSQL system,
mainly because they address a limited audience or are too
experimental to be part of the main source tree. This does not
preclude their usefulness.
2016-06-19 20:48:28 +00:00
fhajny
c792b18419 Backport a minor tweak from newer branches that fixes building the
contrib/postgres_fdw extension with PGXS.
2016-06-19 20:40:10 +00:00
jperkin
10f4f7f7e0 Apply upstream patch to fix pthread mutex initialisation on SunOS. Bump
PKGREVISION for client and server.
2016-06-17 14:01:58 +00:00
jperkin
a6282513e0 Add SMF manifest. Move rc.d script to openldap-server files directory
for consistency and avoid redundant FILESDIR shared between packages.
2016-06-17 13:56:53 +00:00
fhajny
81be02dffa Update databases/mongodb to 3.2.7.
3.2.7 Jun 7, 2016

Issues fixed:

SERVER-24054: JS segmentation fault on load of certain NaNs.
SERVER-24058: Connection pool asio doesn't honor setup
              timeouts.
SERVER-24117: Mongo binaries ELF stack has become executable.

3.2.6 Apr 28, 2016

First production release of the in-memory storage engine.

Issues fixed:

SERVER-22970: Background index build may result in extra index key
              entries that do not correspond to indexed documents.
SERVER-22043: mongo shell method count() ignores read preference.

3.2.5 Apr 14, 2016

Issues fixed:

SERVER-22964: IX GlobalLock held while waiting for WiredTiger
              cache eviction.
SERVER-22831: Low query rate with heavy cache pressure and an idle
              collection.
SERVER-21681: Include index size stats for in-memory storage
              engine.
2016-06-17 11:51:07 +00:00
adam
c6dd982989 Changes 5.6.31:
Security Notes

The linked OpenSSL library for the MySQL Commercial Server has been updated to version 1.0.1t. Issues fixed in the new version are described at http://www.openssl.org/news/vulnerabilities.html.

This change does not affect the Oracle-produced MySQL Community build of MySQL Server, which uses the yaSSL library instead. (Bug 23229564)

Functionality Added or Changed

A new CMake option, WITH_SYMVER16, if enabled, causes the libmysqlclient client library to contain extra symbols to be compatible with libmysqlclient on RHEL/OEL 5, 6, 7, and Fedora releases. All symbols present in libmysqlclient.so.16 are tagged with symver 16 in libmsqlclient.so.18, making those symbols have both symver 16 and 18. (Bug 22980983)

support-files/MacOSX/ReadMe.txt is no longer included in MySQL distributions. (Bug 81038, Bug 23088916)

The version of the tcmalloc library included in MySQL distributions was very old. It has been removed and is no longer included with MySQL. (Bug 80994, Bug 23068660)

Bugs Fixed

InnoDB: MySQL failed to build on Fedora 24 using GCC 6. (Bug 23227804)

InnoDB: Potential buffer overflow issues were corrected for the InnoDB memcached plugin. (Bug 23187607)

InnoDB: The full-text index cache was freed during a background index cache synchronization. (Bug 22996488)

InnoDB: A full-text index operation raised an assertion. (Bug 22963169)

InnoDB: An INSERT operation on a table with a FULLTEXT index and FTS_DOC_ID column failed because the inserted FTS_DOC_ID value exceeded the permitted gap between consecutive FTS_DOC_ID values. To avoid this problem, the permitted gap between the largest used FTS_DOC_ID value and new FTS_DOC_ID value was raised from 10000 to 65535. (Bug 22679185)

InnoDB: With innodb_autoinc_lock_mode=0, multiple threads waiting for a table-level lock caused an unexpected deadlock. (Bug 21983865, Bug 78761)

InnoDB: A FLUSH TABLES ... FOR EXPORT operation appeared to stall. A loop in the ibuf_contract_in_background function failed to exit. (Bug 21133329, Bug 77011)

InnoDB: A full-text query raised an assertion. Under certain circumstances, DDL operations such as ALTER TABLE ... RENAME caused full-text auxiliary tables to be removed on server restart. (Bug 13651665)

Replication: In the next_event() function, which is called by a slave's SQL thread to read the next even from the relay log, the SQL thread did not release the relaylog.log_lock it acquired when it ran into an error (for example, due to a closed relay log), causing all other threads waiting to acquire a lock on the relay log to hang. With this fix, the lock is released before the SQL thread leaves the function under the situation. (Bug 21697821)

References: See also: Bug 20492319.

Replication: If a multi-threaded replication slave running with relay_log_recovery=1 stopped unexpectedly, during restart the relay log recovery process could fail. This was due to transaction inconsistencies not being filled, see Handling an Unexpected Halt of a Replication Slave. Prior to this fix, to recover from this situation required manually setting relay_log_recovery=0, starting the slave with START SLAVE UNTIL SQL_AFTER_MTS_GAPS to fix any transaction inconsistencies and then restarting the slave with relay_log_recovery=1. This process has now been automated, enabling relay log recovery of a multi-threaded slave upon restart automatically. (Bug 77496, Bug 21507981)

INSERT with ON DUPLICATE KEY UPDATE and REPLACE on a table with a foreign key constraint defined failed with an incorrect “duplicate entry” error rather than a foreign key constraint violation error. (Bug 23135731)

References: This issue is a regression of: Bug 78853, Bug 22037930.

For debug builds, CONCAT_WS() could raise an assertion if there was nothing to append. (Bug 22888420)

Invoking Enterprise Encryption functions in multiple threads simultaneously could cause a server exit. (Bug 22839278)

Attempting to use Enterprise Encryption functions after creating and dropping them could cause a server exit. (Bug 22669012)

Setting sort_buffer_size to a very large value could cause some operations to fail with an out-of-memory error. (Bug 22594514)

An assertion could be raised when a deadlock occurred due to a SELECT ... GROUP BY ... FOR UPDATE query executed using a Loose Index Scan. (Bug 22187476)

Several potential buffer overflow issues were corrected. (Bug 21977380, Bug 23187436, Bug 23202778, Bug 23195370, Bug 23202699)

If the CA certificate as given to the --ssl-ca option had an invalid path, yaSSL returned an error message different from OpenSSL. Now both return SSL connection error: SSL_CTX_set_default_verify_paths failed. (Bug 21920657)

Some string functions returned one or a combination of their parameters as their result. If one of the parameters had a non-ASCII character set, the result string had the same character set, resulting in incorrect behavior when an ASCII string was expected. (Bug 18740222)

On Windows, MySQL installation could result in MySQL being placed under C:\Program Files\Canon\Easy-WebPrint EX. (Bug 14583183)

References: See also: Bug 70918, Bug 68821, Bug 68227.

On Fedora 24, upgrades using a Community MySQL Server RPM failed to replace an installed MariaDB Galera server due to a change in the MariaDB package. (Bug 81390, Bug 23273818)

MySQL did not compile under Solaris 12 using Sun Studio. To correct this, instances of __attribute__ were changed to MY_ATTRIBUTE. (Bug 80748, Bug 22932576)

The INSTALL-SOURCE file had partly outdated information and has been removed from source packages. (Binary packages are unaffected). (Bug 80680, Bug 23081064)

For a server compiled with -DWITH_PERFSCHEMA_STORAGE_ENGINE=0, a memory leak could occur for buffered log messages used during server startup. (Bug 80089, Bug 22578574)

For debug builds, merging a derived table into an outer query block could raise an assertion. (Bug 79502, Bug 22305361, Bug 21139722)

A null pointer dereference of a parser structure could occur during stored procedure name validation. (Bug 79396, Bug 22286421)

Using CREATE USER to create an account with the mysql_native_password or mysql_old_password authentication plugin and using a clause of the form IDENTIFIED WITH plugin AS 'hash_string' caused the account to be created without a password. (Bug 78033, Bug 21616496)

Failure of UNINSTALL PLUGIN could lead to inaccurate or confusing errors for subsequent INSTALL PLUGIN operations. (Bug 74977, Bug 20085672)

mysqld_multi displayed misleading error messages when it was unable to execute my_print_defaults. (Bug 74636, Bug 19920049)

On Windows, MySQL installation failed if the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ registry key was present with a key/value pair of "InstallLocation" and "\Hewlett-Packard\\". (Bug 74631, Bug 19949163)

mysqldump failed silently with no error message when it encountered an error while executing FLUSH LOGS.
2016-06-15 11:30:39 +00:00
fhajny
0947713ac9 Override INSTALL script to make sure owner/group args do not leak
into the binary packages. Fixes problems with building software
manually against binary postgresql*-client packages built under an
unprivileged setup. Bump respective PKGREVISION.

See https://github.com/joyent/pkgsrc/issues/377
2016-06-15 09:25:18 +00:00
adam
4879fd403f Changes 5.5.0:
Functionality Added or Changed

The version of the tcmalloc library included in MySQL distributions was very old. It has been removed and is no longer included with MySQL.


Bugs Fixed

INSERT with ON DUPLICATE KEY UPDATE and REPLACE on a table with a foreign key constraint defined failed with an incorrect “duplicate entry” error rather than a foreign key constraint violation error.

Setting sort_buffer_size to a very large value could cause some operations to fail with an out-of-memory error.

Several potential buffer overflow issues were corrected.

If the CA certificate as given to the --ssl-ca option had an invalid path, yaSSL returned an error message different from OpenSSL. Now both return SSL connection error: SSL_CTX_set_default_verify_paths failed.

Some string functions returned one or a combination of their parameters as their result. If one of the parameters had a non-ASCII character set, the result string had the same character set, resulting in incorrect behavior when an ASCII string was expected.

A null pointer dereference of a parser structure could occur during stored procedure name validation.

mysqld_multi displayed misleading error messages when it was unable to execute my_print_defaults.
2016-06-14 16:49:17 +00:00
fhajny
0b3652fbb6 Remove stray chunk from patch file. Ride previous revision. 2016-06-14 13:27:00 +00:00
fhajny
4b70061471 Use proper CONF_FILES for my.cnf. Makes mysql56-client look for it
under $PKG_SYSCONFDIR, and prevents mysql_install_db from creating
$PREFIX/my.cnf. Brings mysql56-client and mysql56-server in sync
WRT my.cnf location. Bump respective PKGREVISIONs.

Noticed by peterkelm@ on Github.
2016-06-14 13:23:44 +00:00
wen
6a8a415f36 Update to 1.9.2
Upstream changes:
1.9.2
Changelog:

* Fix mysqli freeResult() broken when fixing bug #5762 (f0b6b182a8f)

1.9.1
Changelog:

* Eliminate "Redefining already defined constructor"

1.9.0
Changelog:

* Support PHP 7
2016-06-13 07:51:52 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
jperkin
36e6903fd8 Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
jperkin
13a8dd759b Change the service_bundle name to "export" to reduce diffs between the
original manifest.xml file and the output from "svccfg export".
2016-06-08 10:02:24 +00:00
jperkin
a377258fbc Add or fix manpath entries to use the correct path. 2016-06-08 09:58:04 +00:00
jperkin
31ffe7cbb6 Change the service_bundle name to "export" to reduce diffs between the
original manifest.xml file and the output from "svccfg export".
2016-06-08 09:46:01 +00:00
fhajny
a6b0edc325 Update databases/py-barman to 1.6.1.
- Add --peek option to get-wal command to discover existing WAL
  files from the Barman's archive
- Add replication-status command for monitoring the status of any
  streaming replication clients connected to the PostgreSQL
  server. The --target option allows users to limit the request to
  only hot standby servers or WAL streaming clients
- Add the switch-xlog command to request a switch of a WAL file to
  the PostgreSQL server. Through the '--force' it issues a
  CHECKPOINT beforehand
- Add streaming_archiver_name option, which sets a proper
  application_name to pg_receivexlog when streaming_archiver is
  enabled (only for PostgreSQL 9.3 and above)
- Check for _superuser_ privileges with PostgreSQL's standard
  connections (#30)
- Check the WAL archive is never empty
- Check for 'backup_label' on the master when server is down
- Improve barman-wal-restore contrib script
- Treat the "failed backups" check as non-fatal
- Rename '-x' option for get-wal as '-z'
- Add archive_mode=always support for PostgreSQL 9.5 (#32)
- Properly close PostgreSQL connections when necessary
- Fix receive-wal for pg_receive_xlog version 9.2
2016-06-06 14:56:16 +00:00
fhajny
a96cf163d7 Update databases/py-cassandra-driver to 3.4.1.
3.4.1

Bug Fixes
- Gevent connection closes on IO timeout
- "dictionary changed size during iteration" with Python 3

3.4.0

Features
- Include DSE version and workload in Host data
- Add a context manager to Cluster and Session
- Better Error Message for Unsupported Protocol Version
- Make the error message explicitly state when an error comes from
  the server
- Short Circuit meta refresh on topo change if NEW_NODE already
  exists
- Show warning when the wrong config is passed to SimpleStatement
- Return namedtuple result pairs from execute_concurrent
- BatchStatement should enforce batch size limit in a better way
- Validate min/max request thresholds for connection pool scaling
- Handle or warn about multiple hosts with the same rpc_address
- Write docs around working with datetime and timezones

Bug Fixes
- High CPU utilization when using asyncore event loop
- Fix CQL Export for non-ASCII Identifiers
- Make stress scripts Python 2.6 compatible
- UnicodeDecodeError when unicode characters in key in BOP
- WhiteListRoundRobinPolicy should resolve hosts
- Cluster and Session do not GC after leaving scope
- Don't wait for schema agreement on ignored nodes
- Reprepare on_up with many clients causes node overload
- None inserted into host map when control connection node is
  decommissioned
- weakref.ref does not accept keyword arguments
2016-06-06 14:45:03 +00:00
adam
92bd13b7b1 Changes 1.0.13
Fixed bug in “evaluate” strategy of Query.update() and Query.delete() which would fail to accommodate a bound parameter with a “callable” value, as which occurs when filtering by a many-to-one equality expression along a relationship.

Fixed bug whereby the event listeners used for backrefs could be inadvertently applied multiple times, when using a deep class inheritance hierarchy in conjunction with mutiple mapper configuration steps.

Fixed bug whereby passing a text() construct to the Query.group_by() method would raise an error, instead of intepreting the object as a SQL fragment.

Anonymous labeling is applied to a func construct that is passed to column_property(), so that if the same attribute is referred to as a column expression twice the names are de-duped, thus avoiding “ambiguous column” errors. Previously, the .label(None) would need to be applied in order for the name to be de-anonymized.

Fixed regression appearing in the 1.0 series in ORM loading where the exception raised for an expected column missing would incorrectly be a NoneType error, rather than the expected NoSuchColumnError.
2016-06-02 10:29:03 +00:00
fhajny
7a7c14f0b2 Update databases/elasticsearch to 2.3.3.
== 2.3.3 Release Notes

=== New features

Geo::
- Add CONTAINS relation to geo_shape query

=== Enhancements

Core::
- Kill thread local leak

REST::
- CORS handling triggered whether User-Agent is a browser or not

=== Bug fixes

Core::
- Don't try to compute completion stats on a reader after we
  already closed it

Highlighting::
- Exclude all but string fields from highlighting if wildcards are
  used...

Query DSL::
- Fix NullPointerException in SimpleQueryParser when analyzing
  text produces a null query

REST::
- CORS should permit same origin requests
- Allow CORS requests to work with HTTP compression enabled

=== Upgrades

Internal::
- Update Jackson 2.6.2 -> 2.6.6 (latest and final 2.6 patch)
2016-05-24 01:44:40 +00:00
adam
717b2c538c This release fixes a number of issues reported by users over the last two months. Most database administrators should plan to upgrade at the next available downtime, unless they have been affected directly by the fixed issues. 2016-05-23 14:27:34 +00:00
wiz
2074be7b45 Version 1.12, 2016-05-16
* New configuration variable COMPATINCLUDEDIR

When used with --enable-libgdbm-compat, this variable points to the
directory where the headers file dbm.h and ndbm.h will be installed.
Use this variable to avoid conflicts with already installed headers.
E.g.:

 ./configure --enable-libgdbm-compat COMPATINCLUDEDIR=/usr/include/gdbm
2016-05-22 17:24:32 +00:00
adam
14f4f9d108 Release 3.13.0:
Postpone I/O associated with TEMP files for as long as possible, with the hope that the I/O can ultimately be avoided completely.
Merged the session extension into trunk.
Added the ".auth ON|OFF" command to the command-line shell.
Added the "--indent" option to the ".schema" and ".fullschema" commands of the command-line shell, to turn on pretty-printing.
Added the ".eqp full" option to the command-line shell, that does both EXPLAIN and EXPLAIN QUERY PLAN on each statement that is evaluated.
Improved unicode filename handling in the command-line shell on Windows.
Improved resistance against goofy query planner decisions caused by incomplete or incorrect modifications to the sqlite_stat1 table by the application.
Added the sqlite3_db_config(db,SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION) interface which allows the sqlite3_load_extension() C-API to be enabled while keeping the load_extension() SQL function disabled for security.
Change the temporary directory search algorithm on Unix to allow directories with write and execute permission, but without read permission, to serve as temporary directories. Apply this same standard to the "." fallback directory.


Bug Fixes:
----------
Fix a problem with the multi-row one-pass DELETE optimization that was causing it to compute incorrect answers with a self-referential subquery in the WHERE clause. Fix for ticket dc6ebeda9396087
Fix a possible segfault with DELETE when table is a rowid table with an INTEGER PRIMARY KEY and the WHERE clause contains a OR and the table has one or more indexes that are able to trigger the OR optimization, but none of the indexes reference any table columns other than the INTEGER PRIMARY KEY. Ticket 16c9801ceba49.
When checking for the WHERE-clause push-down optimization, verify that all terms of the compound inner SELECT are non-aggregate, not just the last term. Fix for ticket f7f8c97e97597.
Fix a locking race condition in Windows that can occur when two or more processes attempt to recover the same hot journal at the same time.
2016-05-21 11:19:30 +00:00
fhajny
8393d94814 Update databases/redis to 3.2.0.
Redis 3.2 contains significant changes to the API and
implementation of Redis.

- A new set of commands for Geo indexing was added (GEOADD,
  GEORADIUS and related commands).
- The new BITFIELD command handles contiguous arrays of integers
  or counters of arbitrary bits width and offset inside strings.
- Memory optimizations to hold the same data in less memory.
- Lua scripts can now contain side effects using the new effect
  replication.
- A complete remote Lua debugger is available in order to make
  writing scripts a simpler task.

Read the release notes for the full set of changes:

https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES
2016-05-06 14:00:45 +00:00
fhajny
36ba31fc30 Update databases/py-peewee to 2.8.1.
Bugs fixed
- #821 - issue warning if Cython is old
- #822 - better handling of MySQL connections point for advanced
  use-cases.
- #313 - support equality/inequality with generic foreign key
  queries, and ensure get_or_create works with GFKs.
- #834 - fixed Python3 incompatibilities in the PasswordField,
  thanks @mosquito.
- #836 - fix handling of last_insert_id() when using APSWDatabase.
- #845 - add connection hooks to APSWDatabase.
- #852 - check SQLite library version to avoid calls to missing
  APIs.
- #857 - allow database definition to be deferred when using the
  connection pool.
- #878 - formerly .limit(0) had no effect. Now adds LIMIT 0.
- #879 - implement a __hash__ method for Model
- #886 - fix count() for compound select queries.
- #895 - allow writing to the foreign_key_id descriptor to set the
  foreign key value.
- #893 - fix boolean logic bug in model_to_dict().
- #904 - fix side-effect in clean_prefetch_query, thanks to
  @p.kamayev
- #907 - package includes pskel now.
- #852 - fix sqlite version check in BerkeleyDB backend.
- #919 - add runtime check for sqlite3 library to match MySQL and
  Postgres. Thanks @M157q

New features
- Added a number of SQLite user-defined functions and aggregates.
- Use the DB-API2 Binary type for BlobField.
- Implemented the lucene scoring algorithm in the sqlite_ext
  Cython library.
- #825 - allow a custom base class for ModelOptions, providing an
  extension
- #830 - added SmallIntegerField type.
- #838 - allow using a custom descriptor class with
  ManyToManyField.
- #855 - merged change from @lez which included docs on using
  peewee with Pyramid.
- #858 - allow arguments to be passed on query-string when using
  the db_url module. Thanks @RealSalmon
- #862 - add support for truncate table, thanks @dev-zero for the
  sample code.
- Allow the related_name model Meta option to be a callable that
  accepts the foreign key field instance.
2016-05-06 09:45:09 +00:00
fhajny
3a1ecf848c Update databases/py-cassandra-driver to 3.3.0.
Features
- Add an AddressTranslator interface
- New Retry Policy Decision - try next host
- Don't mark host down on timeout
- SSL hostname verification
- Add C* version to metadata or cluster objects
- Options to Disable Schema, Token Metadata Processing
- Expose listen_address of node we get ring information from
- Use A-record with multiple IPs for contact points
- Custom consistency level for populating query traces
- Normalize Server Exception Types
- Propagate exception message when DDL schema agreement fails
- Specialized exceptions for metadata refresh methods failure

Bug Fixes
- Resolve contact point hostnames to avoid duplicate hosts
- GeventConnection stalls requests when read is a multiple of the
  input buffer size
- named_tuple_factory breaks with duplicate "cleaned" col names
- Connection leak if Cluster.shutdown() happens during
  reconnection
- HostConnection.borrow_connection does not block when all request
  ids are used
- Empty field not being handled by the NumpyProtocolHandler
2016-05-06 09:41:36 +00:00
jaapb
9718550454 Recursive revbump associated with ocaml update. 2016-05-05 11:45:36 +00:00
wiz
f269daa22a Reset maintainer (observer now). 2016-05-03 10:54:52 +00:00
taca
5f1bcd2b75 Reset PKGREVISION along with all PHP language updates. 2016-05-02 13:11:27 +00:00
fhajny
11e0004a59 Update databases/elasticsearch to 2.3.2.
== 2.3.2 Release Notes

=== Deprecations

REST::
- Deprecate camelCase usages

Search::
- Deprecate sort option reverse.

Settings::
- Deprecate camelCase settings magic

=== Enhancements

Analysis::
- Analyze API : Fix/deprecated filters in analyze in 2x

=== Bug fixes

Aggregations::
- Aggregations: Adds serialisation of sigma to
  extended_stats_bucket pipeline aggregation
- ExtendedStatsAggregator should also pass sigma to emtpy aggs.

Allocation::
- Rebalancing policy shouldn't prevent hard allocation decisions
- When considering the size of shadow replica shards, set size to 0

Logging::
- Add missing index name to search slow log.

Mapping::
- Fail if an object is added after a field with the same name.

More Like This::
- Alias items are not ignored anymore

REST::
- Fixes reading of CORS pre-flight headers and methods
- index is a required url part for update by query

Recovery::
- Backports Notify GatewayRecoveryListener on failure

Snapshot/Restore::
- On restore, selecting concrete indices can select wrong index


== 2.3.1 Release Notes

=== Bug fixes

Aggregations::
- Prevents exception being raised when ordering by an aggregation
  which wasn't collected

Cluster::
- Cluster stats: fix memory available that is always set to 0


== 2.3.0 Release Notes

=== Breaking changes

Allocation::
- Speed up shard balancer by reusing shard model while moving
  shards that can no longer be allocated to a node

Mapping::
- Add per-index setting to limit number of nested fields

=== Deprecations

Geo::
- Deprecate lat_lon and precision_step
- Deprecate geo_point mapping params

Plugin Discovery Multicast::
- Deprecate Discovery Multicast Plugin

Query DSL::
- Add deprecation logging for deprecated queries.

=== New features

Reindex API::
- Backport reindex to 2.x

Task Manager::
- Backport of task management api to 2x

=== Enhancements

Allocation::
- Skip capturing least/most FS info for an FS with no total
- Speed improvements for BalancedShardsAllocator

Cache::
- Make TermsQuery considered costly.

Cluster::
- Shard state action request logging
- Safe cluster state task notifications

Core::
- Remove log4j exception hiding
- Avoid cloning MessageDigest instances
- Add a hard check to ensure we are running with the expected
  lucene version

Exceptions::
- Added file name to exceptions when failing to read index state
- Add Exception class name to message in
  `NotSerializableExceptionWrapper`

Geo::
- Upgrade GeoPointField to use Lucene 5.5 PrefixEncoding

Internal::
- Cleanup search sub transport actions and collapse
  o.e.action.search.type package into o.e.action.search

Java API::
- TransportClient: Add exception when using plugin.types, to help
  migration to addPlugin

Logging::
- Log suppressed stack traces under DEBUG

Mapping::
- Add deprecation logging for mapping transform
- Expose the reason why a mapping merge is issued.
- Add sub-fields support to `bool` fields.
- Improve cross-type dynamic mapping updates.
- Make mapping updates more robust.

Network::
- Add additional fallback to http.publish_port and restrict
  fallback to transport.publish_port

Packaging::
- Windows service: Use JAVA_HOME environment variable in registry
- Default standard output to the journal in systemd
- Use egrep instead of grep -E for Solaris

Plugin Cloud Azure::
- Add timeout settings (default to 5 minutes)

Plugin Discovery EC2::
- Add ap-northeast-2 (seoul) endpoints for EC2 discovery and S3
  snapshots

Plugin Mapper Attachment::
- Fix attachments plugins with docx

REST::
- More robust handling of CORS HTTP Access Control

Reindex API::
- Implement helpful interfaces in reindex requests
- Reindex should timeout if sub-requests timeout
- Teach reindex to retry on rejection

Scripting::
- Logs old script params use to the Deprecation Logger
- Remove suppressAccessChecks permission for Groovy script plugin
- Class permission for Groovy references
- Scripting: Allow to get size of array in mustache
- Added plumbing for compile time script parameters
- Enhancements to the mustache script engine

Search::
- Add deprecation logging for ignore_unmapped parameter
- Add deprecation logging when users use the SCAN search type.

Settings::
- Log warning if max file descriptors too low

=== Bug fixes

Aggregations::
- Setting 'other' bucket on empty aggregation
- Build empty extended stats aggregation if no docs collected for
  bucket
- Set meta data for pipeline aggregations
- Filter(s) aggregation should create weights only once.
- Make `missing` on terms aggs work with all execution modes.
- Fix NPE in Derivative Pipeline when current bucket value is null

Aliases::
- Fix _aliases filter and null parameters
- Check lenient_expand_open after aliases have been resolved

Allocation::
- IndicesStore checks for `allocated elsewhere` for every shard
  not alocated on the local node
- Prevent peer recovery from node with older version

Analysis::
- Analysis : Allow string explain param in JSON
- Analysis : Fix no response from Analyze API without specified
  index

Bulk::
- Bulk api: fail deletes when routing is required but not
  specified

CAT API::
- Fix column aliases in _cat/indices, _cat/nodes and _cat/shards
  APIs

CRUD::
- fixed propagation of autoGeneratedId on document creation
- Throw exception if content type could not be determined in
  Update API

Cache::
- Handle closed readers in ShardCoreKeyMap

Cluster::
- Index deletes not applied when cluster UUID has changed
- Only fail the relocation target when a replication request on it
  fails

Core::
- Migrate template settings (add missing byte & time units)

Fielddata::
- Make disabled fielddata loading fail earlier.

Geo::
- Remove .geohash suffix from GeoDistanceQuery and
  GeoDistanceRangeQuery

Highlighting::
- Don't override originalQuery with request filters

Inner Hits::
- Query and top level inner hit definitions shouldn't overwrite
  each other

Internal::
- Log uncaught exceptions from scheduled once tasks
- FunctionScoreQuery should implement two-phase iteration.

Java API::
- Fix boundary chars in java api

Logging::
- Add missing index name to indexing slow log
- ParseFieldMatcher should log when using deprecated settings.

Mapping::
- Put mapping operations must update metadata of all types.
- Fix serialization of `search_analyzer`.
- Reuse metadata mappers for dynamic updates.
- Fix MapperService#searchFilter(...)
- MapperService: check index.mapper.dynamic during index creation

Network::
- Only accept transport requests after node is fully initialized

Packaging::
- Fix waiting for pidfile
- Enable es_include at init

Parent/Child::
- Check that parent_type in Has Parent Query has child types
- Has child query forces default similarity

Percolator::
- Don't replace found fields if map unmapped fields as string is
  enabled
- mpercolate api should serialise start time

Plugin Cloud Azure::
- Fix calling ensureOpen() on the wrong directory

Plugin Discovery GCE::
- Add setFactory permission to GceDiscoveryPlugin

Query DSL::
- Fix FunctionScore equals/hashCode to include minScore and
  friends

REST::
- Remove detect_noop from REST spec
- Make text parsing less lenient.

Recovery::
- Try to renew sync ID if `flush=true` on forceMerge
- sync translog to disk after recovery from primary

Reindex API::
- Properly register reindex status
- Be much much much careful about context
- Make search failure cause rest failure

Scripting::
- Check that _value is used in aggregations script before setting
  value to specialValue
- Add permission to access sun.reflect.MethodAccessorImpl from
  Groovy scripts
- Fixes json generation for scriptsort w/ deprecated params
- Security permissions for Groovy closures

Search::
- Do not apply minimum_should_match on auto generated boolean
  query if the coordination factor is disabled.
- Do not apply minimum-should-match on a boolean query if the
  coords are disabled
- Fix blended terms take 2

Settings::
- TransportClient should use updated setting for initialization of
  modules and service

Snapshot/Restore::
- Prevent closing index during snapshot restore
- Add node version check to shard allocation during restore

Stats::
- Fix recovery translog stats totals when recovering from store
- Fix calculation of age of pending tasks

Task Manager::
- Fix TaskId#isSet to return true when id is set and not other way
  around
- Don't wait for completion of list tasks tasks when
  wait_for_completion flag is set

Translog::
- Call ensureOpen on Translog#newView() to prevent
  IllegalStateException
- Make sure IndexShard is active during recovery so it gets its
  fair share of the indexing buffer
- Avoid circular reference in exception
- Initialize translog before scheduling the sync to disk
- Catch tragic even inside the checkpoint method rather than on
  the caller side
- Never delete translog-N.tlog file when creation fails
- Close recovered translog readers if createWriter fails

Tribe Node::
- Passthrough environment and network settings to tribe client
  nodes
- Tribe node: pass path.conf to inner tribe clients

=== Regressions

Analysis::
- Add PathHierarchy type back to path_hierarchy tokenizer for
  backward compatibility with 1.x

Plugin Cloud Azure::
- Fix Unknown [repository] type [azure] error with 2.2.0

REST::
- Don't return all indices immediately if count of expressions >1
  and first expression is *

=== Upgrades

Core::
- Upgrade to Lucene 5.5.0 official release
- Upgrade to lucene 5.5.0-snapshot-850c6c2
- Upgrade to lucene 5.5.0-snapshot-4de5f1d
- Update lucene to r1725675
- Upgrade to lucene-5.5.0-snapshot-1721183.

Plugin Cloud Azure::
- Upgrade Azure Storage client to 4.0.0

Plugin Discovery Azure::
- Upgrade azure SDK to 0.9.3

Scripting::
- Upgrade groovy dependency in lang-groovy module to version 2.4.6


== 2.2.1 Release Notes

=== Enhancements

Cluster::
- Shard state action request logging

Core::
- Avoid cloning MessageDigest instances

Exceptions::
- Add Exception class name to message in
  `NotSerializableExceptionWrapper`

Network::
- Add additional fallback to http.publish_port and restrict
  fallback to transport.publish_port

Packaging::
- Windows service: Use JAVA_HOME environment variable in registry

Scripting::
- Class permission for Groovy references

Settings::
- Log warning if max file descriptors too low

=== Bug fixes

Aggregations::
- Set meta data for pipeline aggregations

Aliases::
- Fix _aliases filter and null parameters

Bulk::
- Bulk api: fail deletes when routing is required but not
  specified

Inner Hits::
- Query and top level inner hit definitions shouldn't overwrite
  each other

Logging::
- Add missing index name to indexing slow log

Parent/Child::
- Check that parent_type in Has Parent Query has child types
- Has child query forces default similarity

Percolator::
- Don't replace found fields if map unmapped fields as string is
  enabled

Plugin Cloud Azure::
- Fix calling ensureOpen() on the wrong directory

Plugin Discovery GCE::
- Add setFactory permission to GceDiscoveryPlugin

Query DSL::
- Use MappedFieldType.termQuery to generate simple_query_string
  queries

REST::
- Remove detect_noop from REST spec

Scripting::
- Add permission to access sun.reflect.MethodAccessorImpl from
  Groovy scripts

Snapshot/Restore::
- Add node version check to shard allocation during restore

Stats::
- Fix recovery translog stats totals when recovering from store

Tribe Node::
- Passthrough environment and network settings to tribe client
  nodes

=== Regressions

Plugin Cloud Azure::
- Fix Unknown [repository] type [azure] error with 2.2.0

=== Upgrades

Plugin Repository Azure::
- Upgrade Azure Storage client to 4.0.0


== 2.2.0 Release Notes

=== Breaking changes

Index APIs::
- Change Field stats API response to include both number and
  string based min and max values

Scripting::
- Filter classes loaded by scripts
- Lock down javascript and python script engines better

=== Deprecations

Java API::
- Deprecate the count api in favour of search with size 0
- Deprecates defaultRescoreWindowSize

Plugin Discovery Multicast::
- Deprecate the discovery-multicast plugin

Query DSL::
- Deprecate the `missing` query
- Deprecate NotQueryBuilder

Search::
- Deprecate _search/exists in favour of regular _search with size
  0 and terminate_after 1

=== New features

Geo::
- Add CONTAINS relation to geo_shape query
- Add support for Lucene 5.4 GeoPoint queries
- Add GeoPointV2 Field Mapping

Network::
- Allow binding to multiple addresses.

Plugin Analysis Phonetic::
- Add support for `daitch_mokotoff`

Plugin Repository S3::
- Add support for S3 storage class

Plugins::
- Decentralize plugin security

Search::
- Add query profiler

=== Enhancements

Aliases::
- Add support to _aliases endpoint to specify multiple indices and
  aliases in one action

Allocation::
- Simplify delayed shard allocation
- Add cluster-wide setting for total shard limit
- Early terminate high disk watermark checks on single data node
  cluster

Analysis::
- Add detail response support for _analyze API

CAT API::
- Add sync_id to cat shards API
- Add duration field to /_cat/snapshots
- Add cat API for repositories and snapshots
- Adds disk used by indices to _cat/allocation

Cluster::
- Safe cluster state task notifications
- Reroute once per batch of shard failures
- Add callback for publication of new cluster state
- Split cluster state update tasks into roles
- Use general cluster state batching mechanism for shard started
- Use general cluster state batching mechanism for shard failures
- Set an newly created IndexShard's ShardRouting before exposing
  it to operations
- Uniform exceptions for TransportMasterNodeAction

Core::
- If we can't get a MAC address for the node, use a dummy one
- Simplify shard inactive logging
- Simplify IndexingMemoryController#checkIdle
- IndexingMemoryController should not track shard index states
- Make PerThreadIDAndVersionLookup per-segment
- Verify Checksum once it has been fully written to fail as soon
  as possible

Discovery::
- Don't allow nodes with missing custom meta data to join cluster

Exceptions::
- Deduplicate cause if already contained in shard failures
- Give a better exception when running from freebsd jail without
  enforce_statfs=1
- Make root_cause of field conflicts more obvious

Fielddata::
- Update GeoPoint FieldData for GeoPointV2

Geo::
- Geo: Fix toString() in GeoDistanceRangeQuery and GeoPolygonQuery
- Enable GeoPointV2 with backward compatibility testing
- Refactor Geo utilities to Lucene 5.4

Index APIs::
- Add option to disable closing indices

Index Templates::
- Disallow index template pattern to be the same as an alias name

Internal::
- Simplify the Text API.
- Simpler using compressed oops flag representation
- Info on compressed ordinary object pointers
- Explicitly log cluster state update failures
- Use transport service to handle RetryOnReplicaException to
  execute replica action on the current node
- Make IndexShard operation be more explicit about whether they
  are expected to run on a primary or replica
- Avoid trace logging allocations in
  TransportBroadcastByNodeAction
- Only trace log shard not available exceptions
- Transport options should be immutable
- Fix dangling comma in ClusterBlock#toString
- Improve some logging around master election and cluster state
- Add System#exit(), Runtime#exit() and Runtime#halt() to
  forbidden APIs
- Simplify XContent detection.
- Add threadgroup isolation.
- Cleanup plugin security
- Add workaround for JDK-8014008
- Refactor retry logic for TransportMasterNodeAction
- Remove MetaDataSerivce and it's semaphores
- Cleanup IndexMetaData
- TransportNodesAction shouldn't hold on to cluster state
- Add SpecialPermission to guard exceptions to security policy.
- Clean up scripting permissions.
- Factor groovy out of core into lang-groovy
- Factor expressions scripts out to lang-expression plugin

Java API::
- TransportClient: Add exception when using plugin.types, to help
  migration to addPlugin
- Align handling of interrupts in BulkProcessor
- BulkProcessor backs off exponentially by default
- Add java API for synced flush
- Allow to get and set ttl as a time value/string
- Reject refresh usage in bulk items when using and fix NPE when
  no source
- BulkProcessor retries after request handling has been rejected
  due to a full thread pool

Logging::
- Add circuit breaker name to logging package
- Log cluster health status changes
- Map log-level 'trace' to JDK-Level 'FINEST'

Mapping::
- Make mapping serialization more robust.
- Make mappings immutable.
- Make MappedFieldType.checkTypeName part of
  MappedFieldType.checkCompatibility.
- throw exception if a copy_to is within a multi field
- Register field mappers at the node level.

Network::
- only allow code to bind to the user's configured port
  numbers/ranges
- Port of publishAddress should match port of corresponding
  boundAddress

Packaging::
- Default standard output to the journal in systemd
- Use egrep instead of grep -E for Solaris
- punch thru symlinks when loading plugins/modules
- set ActiveProcessLimit=1 on windows
- set RLIMIT_NPROC = 0 on bsd/os X systems.
- Drop ability to execute on Solaris
- Packaging: change permissions/ownership of config dir
- Release: Fix package repo path to only consist of major version
- Nuke ES_CLASSPATH appending, JarHell fail on empty classpath
  elements
- Get lang-javascript, lang-python, securemock ready for script
  refactoring
- Remove some bogus permissions only needed for tests.
- Remove java.lang.reflect.ReflectPermission
  "suppressAccessChecks"

Plugin Cloud AWS::
- Add support for proxy authentication for s3 and ec2

Plugin Cloud Azure::
- Add timeout settings (default to 5 minutes)
- Add support for secondary azure storage account

Plugin Cloud GCE::
- Adding backoff from retries on GCE errors
- Add `_gce_` network host setting

Plugin Discovery EC2::
- Add ap-northeast-2 (seoul) endpoints for EC2 discovery and S3
  snapshots
- Adding US-Gov-West
- Improved building of disco nodes

Plugin Mapper Attachment::
- Backport mapper-attachments plugin to 2.x

Plugin Repository S3::
- Add aws canned acl

Plugins::
- Expose http.type setting, and collapse al(most all) modules
  relating to transport/http
- Ban RuntimePermission("getClassLoader")
- Add nicer error message when a plugin descriptor is missing
- Don't be lenient in PluginService#processModule(Module)
- Check "plugin already installed" before jar hell check.
- Plugin script to set proper plugin bin dir attributes
- Plugin script to set proper plugin config dir attributes

Query DSL::
- Allow CIDR notation in query string query

REST::
- Make XContentGenerator.writeRaw* safer.
- Filter path refactoring

Recovery::
- Handle cancel exceptions on recovery target if the cancel comes
  from the source
- Decouple routing and primary operation logic in
  TransportReplicationAction

Scripting::
- Add property permissions so groovy scripts can serialize json
- Remove ScriptEngineService.unwrap.
- Remove ScriptEngineService.execute.

Search::
- Support * wildcard to retrieve stored fields in the 'fields'
  option
- Caching Weight wrappers should propagate the BulkScorer.
- fix numerical issue in function score query

Snapshot/Restore::
- Support wildcards for getting repositories and snapshots
- Add ignore_unavailable parameter to skip unavailable snapshot

Stats::
- Add system CPU percent to OS stats
- Pull Fields instance once from LeafReader in completion stats
- Add os.allocated_processors stats

Top Hits::
- Put method addField on TopHitsBuilder

Translog::
- Check for tragic event on all kinds of exceptions not only ACE
  and IOException

Tribe Node::
- Tribe nodes should apply cluster state updates in batches

=== Bug fixes

Aggregations::
- Filter(s) aggregation should create weights only once.
- Make `missing` on terms aggs work with all execution modes.
- Run pipeline aggregations for empty buckets added in the Range
  Aggregation
- [Children agg] fix bug that prevented all child docs from being
  evaluated
- Correct typo in class name of StatsAggregator
- Fix significant terms reduce for long terms
- Pass extended bounds into HistogramAggregator when creating an
  unmapped aggregator
- Added correct generic type parameter on ScriptedMetricBuilder

Aliases::
- Check lenient_expand_open after aliases have been resolved

Allocation::
- Prevent peer recovery from node with older version
- Fix calculation of next delay for delayed shard allocation
- Take ignored unallocated shards into account when making
  allocation decision
- Only allow rebalance operations to run if all shard store data
  is available
- Delayed allocation can miss a reroute
- Check rebalancing constraints when shards are moved from a node
  they can no longer remain on

Bulk::
- Do not release unacquired semaphore

CAT API::
- Properly set indices and indicesOptions on subrequest made by
  /_cat/indices

CRUD::
- Throw exception if content type could not be determined in
  Update API

Cluster::
- Only fail the relocation target when a replication request on it
  fails
- Handle shards assigned to nodes that are not in the cluster
  state
- Bulk cluster state updates on index deletion

Core::
- BitSetFilterCache duplicates its content.
- Limit the max size of bulk and index thread pools to bounded
  number of processors
- AllTermQuery's scorer should skip segments that never saw the
  requested term
- Include root-cause exception when we fail to change shard's
  index buffer
- Restore thread interrupt flag after an InterruptedException
- Use fresh index settings instead of relying on @IndexSettings
- Record all bytes of the checksum in VerifyingIndexOutput
- When shard becomes active again, immediately increase its
  indexing buffer
- Close TokenStream in finally clause

Engine::
- Never wrap searcher for internal engine operations

Exceptions::
- Fix ensureNodesAreAvailable's error message

Fielddata::
- Don't cache top level field data for fields that don't exist

Geo::
- Geo: Allow numeric parameters enclosed in quotes for
  'geohash_grid' aggregation

Highlighting::
- Fix spans extraction to not also include individual terms.

Index APIs::
- Field stats: Index constraints should remove indices in the
  response if the field to evaluate is empty
- Field stats: Fix NPE for index constraint on empty index
- Field stats: Added `format` option for index constraints
- Restore previous optimize transport action name for bw comp
- Forbid index name `.` and `..`

Internal::
- Log uncaught exceptions from scheduled once tasks
- Make sure the remaining delay of unassigned shard is updated
  with every reroute
- Throw a meaningful error when loading metadata and an alias and
  index have the same name
- fixup issues with 32-bit jvm
- Failure to update the cluster state with the recovered state
  should make sure it will be recovered later
- Properly bind ClassSet extensions as singletons
- Streamline top level reader close listeners and forbid general
  usage
- Gateway: a race condition can prevent the initial cluster state
  from being recovered
- Verify actually written checksum in VerifyingIndexOutput
- Remove all setAccessible in tests and forbid
- Remove easy uses of setAccessible in tests.
- Ban setAccessible from core code, restore monitoring stats under
  java 9

Logging::
- Settings in log config file should not overwrite custom
  parameters
- Plugin cli tool should not create empty log files

Mapping::
- Fix MapperService#searchFilter(...)
- Fix initial sizing of BytesStreamOutput.
- MetaDataMappingService should call MapperService.merge with the
  original mapping update.
- Fix copy_to when the target is a dynamic object field.
- Only text fields should accept analyzer and term vector
  settings.
- Mapper parsers should not check for a `tokenized` property.
- Validate that fields are defined only once.
- Check mapping compatibility up-front.
- Don't treat _default_ as a regular type.
- Don't ignore mapping merge failures.
- Treat mappings at an index-level feature.
- Multi field names may not contain dots
- Mapping: Allows upgrade of indexes with only search_analyzer
  specified

Packaging::
- Fix Windows service installation failure
- fix command line options for windows bat file
- Handle system policy correctly
- Startup script exit status should catch daemonized startup
  failures

Plugin Cloud AWS::
- Discovery-ec2 plugin should check `discovery.type`

Plugin Delete By Query::
- Fix Delete-by-Query with Shield
- Delete by query to not wrap the inner query into an additional
  query element

Plugin Mapper Attachment::
- Fix toXContent() for mapper attachments field

Plugin Repository S3::
- Hack around aws security hole of accessing sun.security.ssl, s3
  repository works on java 9 again

Plugins::
- Fix plugin list command error message
- Parse Java system properties in plugin.bat
- PluginManager: Dont leave leftover files on unsuccessful
  installs
- Fix HTML response during redirection

Query DSL::
- Fix FunctionScore equals/hashCode to include minScore and
  friends
- Min should match greater than the number of optional clauses
  should return no result
- Return a better exception message when `regexp` query is used on
  a numeric field

REST::
- Throw exception when trying to write map with null keys
- XContentFactory.xContentType: allow for possible UTF-8 BOM for
  JSON XContentType
- Restore support for escaped '/' as part of document id
- Add missing REST spec for `detect_noop`
- Expose nodes operation timeout in REST API
- Ensure XContent is consistent across platforms

Recovery::
- sync translog to disk after recovery from primary
- CancellableThreads should also treat ThreadInterruptedException
  as InterruptedException

Scripting::
- Security permissions for Groovy closures

Search::
- Fix NPE when a segment with an empty cache gets closed.
- Fix the quotes in the explain message for a script score
  function without parameters

Settings::
- TransportClient should use updated setting for initialization of
  modules and service

Shadow Replicas::
- Don't pull translog from shadow engine

Snapshot/Restore::
- Snapshot restore and index creates should keep index settings
  and cluster blocks in sync
- Snapshot restore operations throttle more than specified
- Fix blob size in writeBlob() method

Stats::
- Fix calculation of age of pending tasks
- serialize os name, arch and version too
- Add extra validation into `cluster/stats`
- Omit current* stats for OldShardStats

Translog::
- Make sure IndexShard is active during recovery so it gets its
  fair share of the indexing buffer
- Avoid circular reference in exception
- Initialize translog before scheduling the sync to disk
- Translog base flushes can be disabled after replication
  relocation or slow recovery
- Catch tragic even inside the checkpoint method rather than on
  the caller side
- Never delete translog-N.tlog file when creation fails
- Close recovered translog readers if createWriter fails
- Fail and close translog hard if writing to disk fails
- Prevent writing to closed channel if translog is already closed
- Don't delete temp recovered checkpoint file if it was renamed
- Translog recovery can repeatedly fail if we run out of disk

Tribe Node::
- Tribe node: pass path.conf to inner tribe clients
- Fix tribe node to load config file for internal client nodes

=== Regressions

Analysis::
- Add PathHierarchy type back to path_hierarchy tokenizer for
  backward compatibility with 1.x

Internal::
- Deduplicate concrete indices after indices resolution

Plugin Cloud Azure::
- Filter cloud azure credentials

Query DSL::
- RangeQueryParser should accept `_name` in inner field

=== Upgrades

Core::
- Upgrade to lucene-5.4.1.
- Upgrade to lucene-5.4.0.
- Upgrade Lucene to 5.4.0-snapshot-1715952
- Upgrade Lucene to 5.4.0-snapshot-1714615
- Upgrade to lucene-5.4.0-snapshot-1712973.
- update to lucene-5.4.x-snapshot-1711508
- Upgrade to lucene-5.4-snapshot-1710880.
- Upgrade to lucene-5.4-snapshot-1708254.
- upgrade lucene to r1702265
- Upgrade master to lucene 5.4-snapshot r1701068

Geo::
- Update to spatial4j 0.5 for correct Multi-Geometry

Network::
- Upgrade Netty to 3.10.5.final

Plugin Discovery Azure::
- Update Azure Service Management API to 0.9.0

Plugin Discovery EC2::
- Upgrade to aws 1.10.33

Plugin Lang JS::
- upgrade rhino for plugins/lang-javascript


== 2.1.2 Release Notes

=== Enhancements

Internal::
- Only trace log shard not available exceptions

Plugin Cloud Azure::
- Add timeout settings (default to 5 minutes)

Translog::
- Check for tragic event on all kinds of exceptions not only ACE
  and IOException

=== Bug fixes

Aggregations::
- Make `missing` on terms aggs work with all execution modes.

Aliases::
- Check lenient_expand_open after aliases have been resolved

Allocation::
- Prevent peer recovery from node with older version

Cluster::
- Only fail the relocation target when a replication request on it
  fails

Core::
- BitSetFilterCache duplicates its content.
- Limit the max size of bulk and index thread pools to bounded
  number of processors
- AllTermQuery's scorer should skip segments that never saw the
  requested term

Highlighting::
- Fix spans extraction to not also include individual terms.

Internal::
- Log uncaught exceptions from scheduled once tasks
- Fix ConcurrentModificationException from nodes info and nodes
  stats

Mapping::
- Fix MapperService#searchFilter(...)
- Fix initial sizing of BytesStreamOutput.

Packaging::
- Fix Windows service installation failure
- fix command line options for windows bat file

Query DSL::
- Fix FunctionScore equals/hashCode to include minScore and
  friends

Recovery::
- sync translog to disk after recovery from primary

Stats::
- Fix calculation of age of pending tasks

Translog::
- Make sure IndexShard is active during recovery so it gets its
  fair share of the indexing buffer
- Avoid circular reference in exception
- Initialize translog before scheduling the sync to disk
- Translog base flushes can be disabled after replication
  relocation or slow recovery
- Catch tragic even inside the checkpoint method rather than on
  the caller side
- Never delete translog-N.tlog file when creation fails
- Close recovered translog readers if createWriter fails

Tribe Node::
- Tribe node: pass path.conf to inner tribe clients

=== Regressions

Analysis::
- Add PathHierarchy type back to path_hierarchy tokenizer for
  backward compatibility with 1.x
2016-04-29 10:16:01 +00:00
wiz
a619c2f792 Updated p5-DBI to 1.636.
Changes in DBI 1.636 - 24th April 2016

    Fix compilation for threaded perl <= 5.12 broken in 1.635 RT#113955
    Revert change to DBI::PurePerl DESTROY in 1.635
    Change t/16destroy.t to avoid race hazard RT#113951
    Output perl version and archname in t/01basics.t
    Add perl 5.22 and 5.22-extras to travis-ci config
2016-04-27 16:52:19 +00:00
mef
1ad3ee9295 Updated to databases/p5-DBI-1.635
---------------------------------
Changes in DBI 1.635 - 24th April 2016

    Fixed RaiseError/PrintError for UTF-8 errors/warnings. RT#102404
    Fixed cases where ShowErrorStatement might show incorrect Statement RT#97434
    Fixed DBD::Gofer for UTF-8-enabled STDIN/STDOUT
        thanks to mauke PR#32
    Fixed fetchall_arrayref({}) behavior with no columns
        thanks to Dan McGee PR#31
    Fixed tied CachedKids ref leak in attribute cache by weakening
        thanks to Michael Conrad RT#113852
    Fixed "panic: attempt to copy freed scalar" upon commit() or rollback()
        thanks to fbriere for detailed bug report RT#102791
    Ceased to ignore DESTROY of outer handle in DBI::PurePerl
    Treat undef in DBI::Profile Path as string "undef"
        thanks to fREW Schmidt RT#113298
    Fix SQL::Nano parser to ignore trailing semicolon
        thanks to H.Merijn Brand.

    Added @ary = $dbh->selectall_array(...) method
        thanks to Ed Avis RT#106411
    Added appveyor support (Travis like CI for windows)
        thanks to mbeijen PR#30

    Corrected spelling errors in pod
        thanks to Gregor Herrmann RT#107838
    Corrected and/or removed broken links to SQL standards
        thanks to David Pottage RT#111437
    Corrected doc example to use dbi: instead of DBI: in DSN
        thanks to Michael R. Davis RT#101181
    Removed/updated broken links in docs
        thanks to mbeijen PR#29
    Clarified docs for DBI::hash($string)
    Removed the ancient DBI::FAQ module RT#102714
    Fixed t/pod.t to require Test::Pod >= 1.41 RT#101769
This release was developed at the Perl QA Hackathon 2016
http://act.qa-hackathon.org/qa2016/
which was made possible by the generosity of many sponsors..
2016-04-25 14:18:59 +00:00
mef
fb642fa97c Updated to databases/p5-Data-Table-1.75
---------------------------------------
1.75 Sat Apr 23 13:52:25 PDT 2016
  Patch parseCSV(). It returns incorrect columns when delimiter is space and has empty fields
  Thanks to Jeff Janes for the fix.
2016-04-25 14:16:34 +00:00
wiz
9df3e96582 sunet.se stopped mirroring lots of stuff, remove/comment out references to it 2016-04-24 10:34:43 +00:00
adam
04fdbab0dc RRDtool 1.6.0
Features
* librrd is now fully thread-safe. librrd_th is gone
* make lua bindings work with lua 5.1
* configure option to disable doc building --enable-docs=no
* new CDEF function SMIN: a,b,c,3,SMIN -> min(a,b,c)
* new CDEF function SMAX: a,b,c,3,SMAX -> max(a,b,c)
* new CDEF function STDEV: a,b,c,3,STDEV -> stdev(a,b,c)
* new CDEF function POW: a,b,POW -> a**b
* new CDEF function PERCENT: a,b,c,95,3,PERCENT -> find 95percentile of a,b,c
* re-introducted --showtime option on rrdxport
* be more careful in determining the locales idea of first day of the week
* lots of spelling fixes all around
2016-04-23 06:23:49 +00:00
manu
3b7a5015c7 Fix excessive library dependencies
Make sure we only link with kerberos llibraries if kerberos features
are enabled. Otherwise we produce a binaruy that requires unused
libraries, which is a liability when we try to use it on a system
where they are not installed.
2016-04-22 15:04:24 +00:00
fhajny
00f9f689f2 Update databases/erlang-sqlite3 to 1.1.5.
This is technically a downgrade from the previous commit-based
checkout, but in the new repo, the old version tag points to the
same code, i.e. no changes.
2016-04-22 13:58:34 +00:00
fhajny
ae5826331c Update databases/erlang-p1_pgsql to 1.1.0.
Version 1.1.0
- Fixes 'prepare' and 'execute' calls
- Refactor

Version 1.0.1
- Repository is now called p1_pgsql for consistency
- Initial release on Hex.pm
- Standard ProcessOne build chain
- Setup Travis-CI and test coverage, tests still needed
2016-04-22 13:42:12 +00:00
fhajny
28d265d90c Update databases/erlang-p1_mysql to 1.0.1.
- Repository is now called p1_mysql for consistency
- Initial release on Hex.pm
- Standard ProcessOne build chain
- Setup Travis-CI and test coverage, tests still needed
2016-04-22 13:39:41 +00:00
fhajny
fcb4d506bb Update databases/py-cassandra-driver to 3.2.2.
- Fix counter save-after-no-update (PYTHON-547)
2016-04-21 09:31:21 +00:00
mef
5a6e5b8f96 - Add following lines for make test
+BUILD_DEPENDS+=  p5-DBD-SQLite2-[0-9]*:../../databases/p5-DBD-SQLite2
  +BUILD_DEPENDS+=  p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
  +BUILD_DEPENDS+=  p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
  +BUILD_DEPENDS+=  p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
2016-04-20 13:54:55 +00:00
mef
335b2721b0 - Add following line for make test
+BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
2016-04-20 13:40:52 +00:00
adam
b9ececf136 Changes 3.12.2:
Fix a backwards compatibility problem in version 3.12.0 and 3.12.1: Columns declared as "INTEGER" PRIMARY KEY (with quotes around the datatype keyword) where not being recognized as an INTEGER PRIMARY KEY, which resulted in an incompatible database file.
Fix a bug (present since version 3.9.0) that can cause the DELETE operation to miss rows if PRAGMA reverse_unordered_selects is turned on.
Fix a bug in the code generator that can causes incorrect results if two or more virtual tables are joined and the virtual table used in outer loop of the join has an IN operator constraint.
Correctly interpret negative "PRAGMA cache_size" values when determining the cache size used for sorting large amounts of data.
2016-04-20 05:04:44 +00:00
fhajny
1835efd6ef Update databases/py-cassandra-driver to 3.2.1.
Fix dependencies.

Changes in 3.2.1:
- Introduced an update to allow deserializer compilation with
  recently released Cython 0.24
2016-04-19 12:41:48 +00:00
adam
4f12e65b16 Changes 5.6.30:
Security Notes
--------------
The linked OpenSSL library for the MySQL Commercial Server has been updated to version 1.0.1s. Issues fixed in the new version are described at http://www.openssl.org/news/vulnerabilities.html.

This change does not affect the Oracle-produced MySQL Community build of MySQL Server, which uses the yaSSL library instead.

MySQL client programs now support an --ssl-mode option that enables you to specify the security state of the connection to the server. The default value is DISABLED (establish an unencrypted connection). --ssl-mode=REQUIRED) can be specified to require a secure connection, or fail if a secure connection cannot be obtained.

These clients support --ssl-mode: mysql, mysqladmin, mysqlcheck, mysqldump, mysqlimport, mysqlshow, mysqlpump, mysqlslap, mysqltest, mysql_upgrade.

For more information, see Command Options for Secure Connections.

Bugs Fixed
2016-04-18 10:32:47 +00:00
adam
401990b718 Changes 5.5.49:
Security Notes
--------------
MySQL client programs now support an --ssl-mode option that enables you to specify the security state of the connection to the server. The default value is DISABLED (establish an unencrypted connection). --ssl-mode=REQUIRED) can be specified to require a secure connection, or fail if a secure connection cannot be obtained.

These clients support --ssl-mode: mysql, mysqladmin, mysqlcheck, mysqldump, mysqlimport, mysqlshow, mysqlpump, mysqlslap, mysqltest, mysql_upgrade.

For more information, see Command Options for Secure Connections.

Bugs Fixed
2016-04-18 10:01:15 +00:00
wen
7d1fcdb494 Update to 2.032001
Upstream changes:
2.032001  2016-04-13 22:01:03-07:00 America/Los_Angeles
 - Fix simple deletion and updates for ::DateMethods1
   (Thanks for the report Wes Malone and Erland Injerd, and the help to fix the
   actual bug ribasushi!)
2016-04-17 13:40:17 +00:00
wen
a5e60d3625 Update to 1.001036
Upstream changes:
1.001036  2016-03-21 14:59:55+00:00 UTC

- releasing as stable

1.00103_5 2016-03-11 20:39:49+00:00 UTC (TRIAL RELEASE)

- Will completely ignore sequences in Oracle due to having to drop and recreate them


1.001034  2016-01-05 15:05:26+00:00 UTC

1.00103_3 2015-12-08 16:33:56+00:00 UTC (TRIAL RELEASE)


- RT#108017 bugfix ( hatorikibble++ )
- added File::Temp to deps ( hatorikibble++ )
2016-04-17 13:35:56 +00:00
wen
83b61d9e03 Update to 0.56
Upstream changes:
0.56  2016-03-16T17:07:05Z
      - Added Firebird support, thanks to Stefan Suciu.
      - Fixed SQLite savepoint support to properly detect SQlite versions 3.9
        and higher.
      - Restored MySQL savepoint testing when the DBICTEST_* environment
        variables are set.

0.55  2016-02-05T18:59:24Z
      - Added versions to the RollbackError exception classes to make PAUSE
        happy.

0.54  2016-02-05T18:52:44Z
      - Removeed the Pod tests from the distribution.
      - Fixed the example code for handling `rollback_error` exceptions in the
        documentation to properly wrap the transaction in an exception
        handler. Patch from Perlover (issue #32).
      - Improved handling of connection failures when RaiseError (or
        HandleError) is not set. Thanks to Andreas Huber for the report and
        fix.
      - Document that `$_` is set locally, not globally, in the methods that
        set it. Suggested by William Lindley.
      - The disconnect method no longer longer remove entries from the DBI
        handle's CachedKids attribute. That behavior appears to be a
        workaround for a database we don't (yet) support.
      - Fixed a test failure where the test system has the `$DBI_DSN` or
        `$DBI_DRIVER` environment variable set. Thanks to Erik Rijkers for the
        patch.
      - Added recommendation to use DBD::Pg 3.5.0 or later to the Pg driver.
        Earlier versions had an incorrect implementation of the `ping()`
        method (Issue #41).
2016-04-17 13:00:13 +00:00
wen
58adf471df Update to 1.410
Upstream changes:
1.410 2016-04-11
    [Bug fixes]
    * Fix RT#113625 - Unnecessary x-bits (Kent Fredric)

    [Documentation]
    * pod2markdown README.md from lib/SQL/Statement.pm


1.409 2016-04-06
    * Release 1.408_001 without further changes as 1.409

1.408_001 2016-03-07
    [Bug fixes]
    * Fix RT#112530 - t/06virtual.t fails with -Duselongdouble (thanks
      Slaven Rezic)
    * Fix RT#105852 - dependency installation isn't triggered properly in
      cpan (thanks Mithaldu)
    * Fix RT#99349 - bind variables are not bound to placeholders in the
      correct order (thanks vulpeculus@gmx.de)

    [Documentation]
    * Update Copyright statements, add where missing (according to records)
    * Add license conditions where missing
    * bundle copy of license conditions to distribution
2016-04-16 13:48:54 +00:00
wen
72044553d3 Update to 0.65
Upstream changes:
0.65 -- Mon Apr  6 19:43:37 CEST 2015

Enhancements:
* t/74matchedvalues.t: more tests
* {ASN,Extension}.pm: update ExtendedResponse to RFC 4511
* Constant.pm: add LDAP_NOTICE_OF_DISCONNECTION
* Control/DontUseCopy.pm: new
* Control/ProxyAuth.pm: make sure criticality does not get changed
* Control/Relax.pm: make sure value & criticality do not get changed
* Control/ManageDsaIT.pm: make sure value never gets set

Bug Fixes
* LDAP.pm: do not set default sslversion for start_tls() & LDAPS
  Instead of second-guessing a default sslversion for start_tls() and LDAPS,
  rely on the - known to be sane - default value used by IO::Socket::SSL.
* RT#100151: LDAP.pm: localize $SIG{__DIE__} in IPv6 support check
  Thanks to Troy Loveday <troyl@ti.com> for the detailed bug report and patch.
* FAQ.pod: fix error in search() example
* RFC.pod: typo fix

0.64 -- Thu Jun 19 17:48:08 CEST 2014

Bug Fixes:
* LDAP.pm: set SSL_cipher_list correctly
* RT#96203: LDAP.pm: use correct length for syswrite
* LDIF.pm: fix next outside loop in _write_one_entry
* Entry.pod: fix typo
2016-04-16 13:41:00 +00:00
wen
7659919251 Update to 2.58
Upstream changes:
 2.51, 2014-09-05 Feature enhancements to dbcolmovingstats, dbcolcreate,
       dbmapreduce, and new sqlselect_to_db
       ENHANCEMENT
           dbcolcreate now has a "--no-recreate-fatal" that causes it to
           ignore creation of existing columns (instead of failing).

       ENHANCEMENT
           dbmapreduce once again is robust to reducers that output the key;
           "--no-prepend-key" is no longer mandatory.

       ENHANCEMENT
           dbcolsplittorows can now enumerate the output rows with "-E".

       BUG FIX
           dbcolmovingstats is more mathematically robust.  Previously for
           some inputs and some platforms, floating point rounding could
           sometimes cause squareroots of negative numbers.

       NEW sqlselect_to_db converts the output of the MySQL or MarinaDB select
           comment into fsdb format.

       INCOMPATIBLE CHANGE
           dbfilediff now outputs the second row when doing sloppy numeric
           comparisons, to better support test suites.

   2.52, 2014-11-03 Fixing the test suite for line number changes.
       ENHANCEMENT
           Test suites changes to be robust to exact line numbers of failures,
           since different Perl releases fail on different lines.
           <https://bugzilla.redhat.com/show_bug.cgi?id=1158380>

   2.53, 2014-11-26 bug fixes and stability improvements to dbmapreduce
       ENHANCEMENT
           The dbfilediff how supports a "--quiet" option.

       ENHANCEMENT
           Better documention of dbpipeline_filter.

       BUGFIX
           Added groff-base and perl-podlators to the Fedora package spec.
           Fixes <https://bugzilla.redhat.com/show_bug.cgi?id=1163149>.  (Also
           in package 2.52-2.)

       BUGFIX
           An important stability improvement to dbmapreduce.  It, plus
           dbmultistats, and dbcolstats now support controlled parallelism
           with the "--pararallelism=N" option.  They default to run with the
           number of available CPUs.  dbmapreduce also moderates its level of
           parallelism.  Previously it would create reducers as needed,
           causing CPU thrashing if reducers ran much slower than data
           production.

       BUGFIX
           The combination of dbmapreduce with dbrowenumerate now works as it
           should.  (The obscure bug was an interaction with dbcolcreate with
           non-multi-key reducers that output their own key.  dbmapreduce has
           too many useful corner cases.)

   2.54, 2014-11-28 fix for the test suite to correct failing tests on not-my-
       platform
       BUGFIX
           Sigh, the test suite now has a test suite.  Because, yes, I broke
           it, causing many incorrect failures at cpantesters.  Now fixed.

   2.55, 2015-01-05 many spelling fixes and dbcolmovingstats tests are more
       robust to different numeric precision
       ENHANCEMENT
           dbfilediff now can be extra quiet, as I continue to try to track
           down a numeric difference on FreeBSD AMD boxes.

       ENHANCEMENT
           dbcolmovingstats gave different test output (just reflecting
           rounding error) when stddev approaches zero.  We now detect hand
           handle this case.  See
           <https://rt.cpan.org/Public/Bug/Display.html?id=101220> and thanks
           to H. Merijn Brand for the bug report.

       BUG FIX
           Many, many spelling bugs found by H. Merijn Brand for the bug
           report.

       INCOMPATBLE CHANGE
           A number of programs had misspelled "separator" in
           "--fieldseparator" and "--columnseparator" options as "seperator".
           These are now correctly spelled.

   2.56, 2015-02-03 fix against Getopt::Long-2.43's stricter error checkign
       BUG FIX
           Internal argument parsing uses Getopt::Long, but mixed pass-through
           and <>.  Bug reported by Petr Pisar at
           <https://bugzilla.redhat.com/show_bug.cgi?id=1188538>.a

       BUG FIX
           Added missing BuildRequires for "XML::Simple".
2016-04-16 10:10:19 +00:00
wen
cd93af2333 Update to 0.45
Upstream changes:
0.45 Wed May  6 22:17:33 PDT 2015
    - MySQL does not support DEFAULT for TEXT/BLOB columns, closes: CPAN#58505
    - doc: Add repository information
    - fix SQLite reverse-engineering, closes: CPAN#95961
    - fix Pg reverse-engineering of foreign key MATCH/ON DELETE/ON UPDATE
      clauses
2016-04-16 09:53:16 +00:00
wen
e927076e59 Update to 1.06
Upstream changes:
1.06 Sun Mar  6 20:48:11 CET 2016
	Add support for W column type (byte array by Visual FoxPro).

	Fixed overload arg warning.

	Restore the table_info functionality.

	Fix for type B little endian issue, reported by Andres Thomas.
2016-04-16 09:13:04 +00:00
fhajny
4d352cad9a Update databases/py-cassandra-driver to 3.2.0.
Features
- cqlengine: Warn on sync_schema type mismatch
- cqlengine: Automatically defer fields with the '=' operator
  (and immutable values) in select queries
- cqlengine: support non-equal conditions for LWT
- cqlengine: sync_table should validate the primary key composition
- cqlengine: token-aware routing for mapper statements

Bug Fixes
- Deleting a column in a lightweight transaction raises
  a SyntaxException
- cqlengine: make Token function works with named tables/columns
- comparing models with datetime fields fail #79
- cython date deserializer integer math should be aligned
  with CPython
- db_field is not always respected with UpdateStatement
- Sync_table fails on column.Set with secondary index
2016-04-13 12:07:05 +00:00
ryoon
ac20a93574 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
gdt
7c50d166e2 Update to 2.2.2.
PostGIS 2.2.2
2016/03/22

 * Bug Fixes *

  - #3463, Fix crash on face-collapsing edge change
  - #3422, Improve ST_Split robustness on standard precision double
           systems (arm64, ppc64el, s390c, powerpc, ...)
  - #3427, Update spatial_ref_sys to EPSG version 8.8
  - #3433, ST_ClusterIntersecting incorrect for MultiPoints
  - #3435, ST_AsX3D fix rendering of concave geometries
  - #3436, memory handling mistake in ptarray_clone_deep
  - #3437, ST_ClusterIntersecting incorrect for MultiPoints
  - #3461, ST_GeomFromKML crashes Postgres when there are
           innerBoundaryIs and no outerBoundaryIs
  - #3429, upgrading to 2.3 or from 2.1 can cause loop/hang on some
           platforms
  - #3460, ST_ClusterWithin 'Tolerance not defined' error after upgrade
  - #3490, Raster data restore issues, materialized views
  		   Scripts postgis_proc_set_search_path.sql, rtpostgis_proc_set_search_path.sql
  		   refere to http://postgis.net/docs/manual-2.2/RT_FAQ.html#faq_raster_data_not_restore
  - #3426, failing POINT EMPTY tests on fun architectures
2016-04-11 12:22:02 +00:00
adam
03d1b0108e Release 1.0.12 is a bug fix release resolving a handful of issues reported in the past few weeks. Primary development continues on the 1.1 series which is slated for initial releases in the spring.
1.0.12 includes relatively minor fixes, including a revision to a fix made for version 1.0.10 where we're attempting to report on the "cause" of an error that is interrupted by a later failure to emit a ROLLBACK on the MySQL platform. While Python 3 solves this problem using exception chaining and cause reporting, on Python 2 we emit a warning so that the cause isn't totally concealed. The condition has been expanded to emit this warning in a much wider range of scenarios.
2016-04-11 09:24:24 +00:00
wen
b73b9246b7 Update to 4.33.0
Upstream changes:

4.33.0.txt
doc/release_notes/4.33.0.txt
Last Update: 2016-04-01 07:24:12 -0700
New Features

    A Sequel::Model.require_valid_table accessor has been added. This setting is false for backwards compatibility, but if set to true, will raise an error you try to create a model class where an invalid table name is used or the schema or columns cannot be determined. This makes it easier to catch bugs, as things will fail fast, but it means that you must change code like:

    class Foo < Sequel::Model
      set_dataset :my_foos
    end

    to:

    class Foo < Sequel::Model(:my_foos)
    end

    as otherwise Foo will attempt to use the foos table by default when creating the class, which will raise an error as it is not the correct table name.

    Sequel::Database#transaction now supports a :savepoint=>:only option, which will create a savepoint if already inside a transaction, but will yield without creating a transaction if not inside a transaction. The use case for this is when you are running code that may raise an exception, and you don't want to invalidate the current transaction state.

Other Improvements

    The graph_each extension now splits results into subhashes when using Sequel::Dataset#first, as it did before Sequel 4.27.0.

    On PostgreSQL, Dataset#insert_conflict now accepts an array of columns as the value for the :target option.

    You can now pass a Sequel::SQL::Identifier or a Sequel::SQL::QualifiedIdentifer as the table argument when creating a foreign key. Previously, only symbols were supported, and using other values required specifying the :table option. So this will now work to reference a table that includes a double underscore:

    foreign_key :foo_id, Sequel.identifier(:fo__oo)

    Creating model classes inside a transaction on PostgreSQL where the implicit table name isn't correct no longer causes the transaction to fail.

    Similar issues were also fixed in the boolean_readers, boolean_subsets, and class_table_inheritance plugins.

    On PostgreSQL, You can now use the :qualify=>true option in the schema dumper, to dump using schema-qualified table names.

    On Microsoft SQL Server, the set_column_allow_null and set_column_not_null alter table methods now work on varchar(max), text, and similar columns.

    On Oracle, Sequel::Database#sequence_for_table now returns nil if given a table that doesn't exist or that the user does not have access to.

    Passing arbitrary objects to a model association method now indicates that the association should be reloaded, which was used to work but was broken in Sequel 4.32.0.

    It is now possible to raise Sequel::ValidationFailed and Sequel::HookFailed without an argument.

Backwards Compatibility

    Sequel::Model no longer swallows many errors when subclassing or setting datasets. While this should hopefully not affect backwards compatibility, it may break things where the methods were raising exceptions. If this does break backwards compatibility, it is most likely because it is no longer hiding another bug that should be fixed. Specific changes include:

        Model.inherited no longer rescues exceptions raised by set_dataset

        When subclassing a model that has a dataset, the columns and schema are just copied from the superclass

        Only Sequel::Error is rescued in calls to columns and schema, before it would rescue StandardError.

    The Sequel.firebird and Sequel.informix adapter methods have been removed, they are no longer needed as the firebird and informix adapters were removed a few versions back.
2016-04-09 13:42:09 +00:00
adam
6d6493c0d8 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible.
This release closes security hole CVE-2016-2193, where a query plan might get reused for more than one ROLE in the same session. This could cause the wrong set of Row Level Security (RLS) policies to be used for the query.

The update also fixes CVE-2016-3065, a server crash bug triggered by using pageinspect with BRIN index pages. Since an attacker might be able to expose a few bytes of server memory, this crash is being treated as a security issue.
2016-04-09 12:51:44 +00:00
adam
b7a7a4777e Release 3.12.1
Fix a boundary condition error introduced by version 3.12.0 that can result in a crash during heavy SAVEPOINT usage.
Fix views so that they inherit column datatypes from the table that they are defined against, when possible.
Fix the query planner so that IS and IS NULL operators are able to drive an index on a LEFT OUTER JOIN.
2016-04-09 09:25:39 +00:00
fhajny
ebe831f662 Update databases/py-cassandra-driver to 3.1.1.
- cqlengine: Fix performance issue related to additional "COUNT"
  queries (PYTHON-522)
2016-04-08 16:43:39 +00:00
adam
b3f83f524b Release 3.12.0
Potentially Disruptive Change:
------------------------------
The SQLITE_DEFAULT_PAGE_SIZE is increased from 1024 to 4096. The SQLITE_DEFAULT_CACHE_SIZE is changed from 2000 to -2000 so the same amount of cache memory is used by default. See the application note on the version 3.12.0 page size change for further information.

Performance enhancements:
-------------------------
Enhancements to the Lemon parser generator so that it creates a smaller and faster SQL parser.
Only create master journal files if two or more attached databases are all modified, do not have PRAGMA synchronous set to OFF, and do not have the journal_mode set to OFF, MEMORY, or WAL.
Only create statement journal files when their size exceeds a threshold. Otherwise the journal is held in memory and no I/O occurs. The threshold can be configured at compile-time using SQLITE_STMTJRNL_SPILL or at start-time using sqlite3_config(SQLITE_CONFIG_STMTJRNL_SPILL).
The query planner is able to optimize IN operators on virtual tables even if the xBestIndex method does not set the sqlite3_index_constraint_usage.omit flag of the virtual table column to the left of the IN operator.
The query planner now does a better job of optimizing virtual table accesses in a 3-way or higher join where constraints on the virtual table are split across two or more other tables of the join.
More efficient handling of application-defined SQL functions, especially in cases where the application defines hundreds or thousands of custom functions.
The query planner considers the LIMIT clause when estimating the cost of ORDER BY.
The configure script (on unix) automatically detects pread() and pwrite() and sets compile-time options to use those OS interfaces if they are available.
Reduce the amount of memory needed to hold the schema.
Other miscellaneous micro-optimizations for improved performance and reduced memory usage.

New Features:
-------------
Added the SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER option to sqlite3_db_config() which allows the two-argument version of the fts3_tokenizer() SQL function to be enabled or disabled at run-time.
Added the sqlite3rbu_bp_progress() interface to the RBU extension.
The PRAGMA defer_foreign_keys=ON statement now also disables RESTRICT actions on foreign key.
Added the sqlite3_system_errno() interface.
Added the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_WAL_SYNCHRONOUS compile-time options. The SQLITE_DEFAULT_SYNCHRONOUS compile-time option replaces the SQLITE_EXTRA_DURABLE option, which is no longer supported.
Enhanced the ".stats" command in the command-line shell to show more information about I/O performance obtained from /proc, when available.

Bug fixes:
----------
Make sure the sqlite3_set_auxdata() values from multiple triggers within a single statement do not interfere with one another.
Fix the code generator for expressions of the form "x IN (SELECT...)" where the SELECT statement on the RHS is a correlated subquery.
Fix a harmless TSAN warning associated with the sqlite3_db_readonly() interface.
2016-04-08 07:54:27 +00:00
fhajny
168bb034f1 Update databases/mongo-c-driver to 1.3.5.
1.3.5
This release fixes a crash in mongoc_cleanup when an allocator
had been set with bson_mem_set_vtable, and introduces
a configure option MONGOC_NO_AUTOMATIC_GLOBALS which prevents
code built with GCC from automatically calling mongoc_init and
mongoc_cleanup when your code does not.

1.3.4
This release fixes a security vulnerability: when a mongoc_client_t
uses SSL and is disconnected, it failed to re-verify the server
certificate after reconnecting. This flaw affects
single clients, not pooled ones.
2016-04-05 12:44:47 +00:00
taca
094289e431 Reset PKGREVISION after all PHP language packages. 2016-04-02 09:05:22 +00:00
joerg
783a320d27 Needs ocamlp4. 2016-03-29 22:04:26 +00:00
joerg
474b7b9b82 Avoid outdated exception throwing syntax. 2016-03-25 21:15:07 +00:00
wiz
dd26381b33 Set DIST_SUBDIR.
The previous commit replaced the distfile with a new one with the same
name. In pkgsrc, we have rules for that; apply them.
2016-03-23 21:51:25 +00:00
darcy
69e93a32bc The distribution had the wrong tar file. Fixed checksums for correct one.
Bumped PKGREVISION in case anyone already built the wrong one.
2016-03-23 16:30:12 +00:00
ryoon
da414838ad Fix FreeBSD build, apply patch in PR pkg/50776 2016-03-21 00:33:16 +00:00
wiz
75151da1ea Convert to distutils.mk.
Mark as ready for python-3.x now that py-postgresql is.

Bump PKGREVISION.
2016-03-20 22:10:13 +00:00
darcy
07a3c746fd Release 5.0 of PyGreSQL.
The biggest change here is Python 3.x compatibility.  Other changes are too
numerous to list.  See http://www.pygresql.org/ for all the changes.
2016-03-20 22:01:22 +00:00
fhajny
c2d9824ab2 Fix build on SunOS and Ruby 2.3. 2016-03-18 13:18:53 +00:00
richard
9331d4c4fc update to pgadmin3-1.22.0
reset maintainer (ok by joerg@)

Recent changes:
Date       Dev Ver     Change details
---------- --- ------  --------------
2016-01-04 AV  1.22.0  Resolved an issue related to check options selection in
                       the view properties dialog with the check option.
                       [Reported by: Sebastian Albert, Patched by: Neel Patel]
2015-12-08 AV  1.22.0  Merged the libssh2 to the latest version.
                       [Akshay Joshi]
2015-11-19 DP  1.22.0  Properly detect serial columns as such when
                       identifiers have been truncated.
2015-10-23 AV  1.22.0  Fixes an issue related to the column inheritance
                       information properly, when one (or, more) common columns
                       are inherited from multiple tables.
                       [Reported by: Liu Yuanyuan, Patched by: Akshay Joshi]
2015-10-12 AV  1.22.0  Ensure the correct syntax used for moving the objects
                       from one tablespace to another. [Sanket Mehta]
2015-10-07 DP  1.22.0  Ensure the correct line endings are used when copying
                       from the SQL Pane [Nikolai Zhubr]
2015-09-25 AV  1.22.0  Toolbar icons, and menu items for Commit and Rollback
                       actions.  [John Obaterspok]
2015-09-24 DP  1.22.0  Display the connection details for the current browser
                       object in the status bar [Adam Scott]
2015-09-21 AV  1.22.0  Fixed an issue related to different menus enabling in
                       the Query Tool on Ubunutu unity.
                       [Reported by: Vahdet Mert]
2015-09-21 AV  1.22.0  Reset the position (x, y) for dialog(s), and frame(s) to
                       0 (if found negative), while saving its position and
                       size. [Reported By: Mark, Patch: Sanket Mehta,
                       Reworked, and Reviewed: Ashesh]
2015-09-21 AV  1.22.0  Fixes an issue identifying the return type to TABLE in
                       some cases, using pg_get_function_result(..) for the
                       same instead of format_type(..)
                       [Reported By: Guillermo E. Villanueva,
                       PATCH:Sanket Mehta]
2015-09-21 AV  1.22.0  Honour PGPASSFILE environment variable for saving,
                       retrieving the password instead of always works with
                       pgpass.conf (on windows)/.pgpass (on non-windows)
                       [PATCH: Prasad Somwanshi, Reworked by: Sanket Mehta,
                       Reviewed by: Ashesh Vashi, Sanket Mehta]
2015-09-14 AV  1.22.0  Fix a segfault occurs while detecting transaction
                       section requirement, when autocommit has been disabled.
                       [Reported by John Obaterspok, Patch by Sanket Mehta]
2015-09-14 AV  1.22.0  Format execution time in a more readable manner
                       [John Obaterspok]
2015-07-27 AV  1.22.0  Improve sorting in Data editor
                       [J. F. Oster, Reviewed by Sanket Mehta]
2015-07-27 AV  1.22.0  Allow to format the selecte SQL using external tools
                       in Query Editor [J. F. Oster]
2015-05-22 AV  1.22.0  Allow to set auto-commit mode to on/off in the query
                       editor [Sanket Mehta]
2016-03-16 04:46:24 +00:00
fhajny
6bcf07f4b6 Update databases/pgbouncer to 1.7.2.
Set up a separate user, previous PGUSER/PGGROUP integration didn't
make sense.

2016-02-26 - PgBouncer 1.7.2 - "Finally Airborne"

- Fix crash on stale pidfile removal. Problem introduced in 1.7.1.
- Disable cleanup - it breaks takeover and is not useful for
  production loads. Problem introduced in 1.7.1.
- After takeover, wait until pidfile is gone before booting. Slow
  shutdown due to memory cleanup exposed existing race. (#113)
- Make build reproducible by dropping DBGVER handling. (#112)
- Antimake: Sort file list from $(wildcard), newer gmake does not
  sort it anymore. (#111)
- Show libssl version in log.
- deb: Turn on full hardening.

2016-02-18 - PgBouncer 1.7.1 - "Forward To Five Friends Or Else"

- WARNING: Since version 1.7, server_reset_query is not executed
  when database is in transaction-pooling mode. Seems this was not
  highlighted enough in 1.7 announcement. If your apps depend on
  that happening, use server_reset_query_always to restore previous
  behaviour.
- TLS: Rename sslmode "disabled" to "disable" as that is what
  PostgreSQL uses.
- TLS: client_tls_sslmode=verify-ca/-full now reject connections
  without client certificate. (#104)
- TLS: client_tls_sslmode=allow/require do validate client
  certificate if sent. Previously they left cert validation
  unconfigured so connections with client cert failed. (#105)
- Fix memleak when freeing database.
- Fix potential memleak in tls_handshake().
- Fix EOF handling in tls_handshake().
- Fix too small memset in asn1_time_parse compat.
- Fix non-TLS (--without-openssl) build. (#101)
- Fix various issues with Windows build. (#100)
- TLS: Use SSL_MODE_RELEASE_BUFFERS to decrease memory usage of
  inactive connections.
- Clean allocated memory on exit. Helps to run memory-leak
  checkers.
- Improve server_reset_query documentation. (#110)
- Add TLS options to sample config.

2015-12-18 - PgBouncer 1.7 - "Colors Vary After Resurrection"
- Support TLS connections. OpenSSL/LibreSSL is used as backend
  implementation.
- Support authentication via TLS client certificate.
- Support "peer" authentication on Unix sockets.
- Support Host Based Access control file, like pg_hba.conf in
  Postgres. This allows to configure TLS for network connections
  and "peer" authentication for local connections.
- Set query_wait_timeout to 120s by default. Current default (0)
  causes infinite queueing, which is not useful. That means if
  client has pending query and has not been assigned to server
  connection, the client connection will be dropped.
- Disable server_reset_query_always by default. Now reset query is
  used only in pools that are in session mode.
- Increase pkt_buf to 4096 bytes. Improves performance with TLS.
  The behaviour is probably load-specific, but it should be safe
  to do as since v1.2 the packet buffers are split from connections
  and used lazily from pool.
- Support pipelining count expected ReadyForQuery packets. This
  avoids releasing server too early. Fixes #52.
- Improved sbuf_loopcnt logic - socket is guarateed to be
  reprocessed even if there are no event from socket. Required for
  TLS as it has it's own buffering.
- Adapt system tests to work with modern BSD and MacOS. (Eric
  Radman)
- Remove crypt auth. It's obsolete and not supported by PostgreSQL
  since 8.4.
- Fix plain "--with-cares" configure option - without argument it
  was broken.
2016-03-15 11:29:35 +00:00
fhajny
7d238af788 Remove stray SunOS project definition from some SMF manifests.
These should never have made it in. Bump resp. PKGREVISIONs.
2016-03-15 10:55:25 +00:00
tnn
0eb65a92b4 remove references to ruby200 2016-03-14 00:59:05 +00:00
gdt
8282ff7ac5 Remove postgresql-postgis
This package is well beyond obsolete, and is no longer maintained
upstream.  It only existed because postgis2 (now at 2.2, 2 major
releases later) was added instead of just updating this one.
2016-03-13 23:25:21 +00:00
fhajny
8b10a8c2b5 Enable postgresql-postgis2 for PostgreSQL 9.5 2016-03-13 21:40:22 +00:00
fhajny
7277d5bb9a Update databases/mongo-tools to 3.2.4.
3.2.4
- mongorestore --noIndexRestore inhibits empty collection creation

3.2.3
- mongoexport chokes on data with quotes

3.2.1
- Add bypassDocumentValidation option to mongorestore and mongoimport
- Missing "from" text in mongorestore status message

3.2.0
- Add bypassDocumentValidation option to mongorestore and mongoimport
- Missing "from" text in mongorestore status message

3.0.8
- bsondump does not keep attribut order
- mongodump issue with temporary map/reduce collections
- Error restoring database "insertion error: EOF"
2016-03-13 21:05:34 +00:00
fhajny
a47c57fce5 Update databases/mongodb to 3.2.4.
- Fixed issue with setting optime when running with journaling
  disabled
- Have read concern majority reflect journaled state on
  the primary
- Fixed issue where specifying replication.enableMajorityReadConcern
  implied true regardless of the actual boolean value
- Fixed issue causing segfault when running aggregation that
  includes $lookup
2016-03-13 20:50:53 +00:00
tnn
b624e9f123 MAKEFLAGS -> MAKE_FLAGS (pkgsrc guide 22.1) 2016-03-12 21:53:39 +00:00
fhajny
55a594055e Update databases/py-cassandra-driver to 3.1.0.
Features
- Pass name of server auth class to AuthProvider
- Surface schema agreed flag for DDL statements
- Automatically convert float and int to Decimal on serialization
- Eventlet Reactor IO improvement
- Make pure Python ProtocolHandler available even when Cython is
  present
- Optional Cython deserializer for bytes as bytearray
- Add Session.default_serial_consistency_level
- cqlengine: Expose prior state information via cqlengine
  LWTException
- cqlengine: Collection datatype "contains" operators support
  (Cassandra 2.1)
- cqlengine: Add DISTINCT query operator
- cqlengine: Tuple cqlengine api
- cqlengine: Add support for UPDATE/DELETE ... IF EXISTS statements
- cqlengine: Allow nested container types
- cqlengine: Add ability to set query's fetch_size and limit
- cqlengine: Internalize default keyspace from successive set_session
- cqlengine: Warn when Model.create() on Counters

Bug Fixes
- Bus error (alignment issues) when running cython on some ARM
  platforms
- Overflow when decoding large collections (cython)
- Timer heap comparison issue with Python 3
- Cython deserializer date overflow at 2^31 - 1
- Decode error encountered when cython deserializing large map
  results
- Don't require Cython for build if compiler or Python header
  not present
- Unorderable types in task scheduling with Python 3
- cqlengine: Fix crash when updating a UDT column with a None value
- cqlengine: Race condition in ..connection.execute with lazy_connect
- cqlengine: doesn't support case sensitive column family names
- cqlengine: UserDefinedType mandatory in create or update
- cqlengine: db_field breaks UserType
- cqlengine: UDT badly quoted
- cqlengine: Use of db_field on primary key prevents querying except
  while tracing.
- cqlengine: DateType.deserialize being called with one argument
  vs two
- cqlengine: Querying without setting up connection now throws
  AttributeError and not CQLEngineException
- cqlengine: BatchQuery multiple time executing execute statements.
- cqlengine: Better error for management functions when no connection
  set
- cqlengine: Handle None values for UDT attributes in cqlengine
- cqlengine: Fix inserting None for model save
- cqlengine: EQ doesn't map to a QueryOperator (setup race condition)
- cqlengine: class.MultipleObjectsReturned has DoesNotExist as base
  class
- cqlengine: Typo in cqlengine UserType __len__ breaks attribute
  assignment

Other
- cqlengine: a major improvement on queryset has been introduced.
  It is a lot more efficient to iterate large datasets: the rows
  are now fetched on demand using the driver pagination.
- cqlengine: the queryset len() and count() behaviors have changed.
  It now executes a "SELECT COUNT(*)" of the query rather than
  returning the size of the internal result_cache (loaded rows).
  On large queryset, you might want to avoid using them due to
  the performance cost. Note that trying to access objects using
  list index/slicing with negative indices also requires a count
  to be executed.
2016-03-12 09:53:53 +00:00
fhajny
5d8c7f9d42 Add pgpool2 2016-03-11 21:31:36 +00:00
fhajny
6c113d5b99 Import pgpool-II 3.5.0 as databases/pgpool2, based on wip/pgpool2.
pgpool-II is a middleware that works between PostgreSQL servers
and a PostgreSQL database client. It talks PostgreSQL's backend
and frontend protocol, and relays a connection between them.
2016-03-11 21:30:55 +00:00
fhajny
6cb250b9aa Update databases/percona-toolkit to 2.2.17.
v2.2.17 released 2016-03-07

* General compatibility with MySQL 5.7 tools, docs and test suite
* pt-mysql-summary displays incorrect info about Fast Server Restarts
  for Percona Server 5.6
* pt-online-schema-change cannot set sql_mode using --set-vars
* pt-online-schema-change added --null-to-non-null option to allow
  NULLable columns to be converted to NOT NULL
* pt-online-schema-change doesn't apply underscores to foreign
  keys individually
* pt-online-schema Invalid recursion method: t=dsns
* pt-online-schema-change fails when using --no-drop-old-table
  after 10 times
* pt-query-digest : Redundant argument in sprintf
* pt-query-digest doc bug with --since and too many colons
* pt-query-digest: Make documentation of --attribute-value-limit
  option more clear
* pt-show-grants fails against MySQL-5.7.6
* pt-show-grants doesn't sort column-level privileges
* pt-slave-restart fails on MariaDB 10.0.13 (gtid_mode confusion)
* pt-stalk: new var binlog_error_action causes bug in collect module
* pt-table-checksum has high likelyhood to skip a table when row count
  is around chunk-size * chunk-size-limit
* pt-table-checksum redundant argument in printf

v2.2.16 released 2015-11-09

* pt-archiver dies with "MySQL server has gone away" when
  innodb_kill_idle_transaction set to low value and bulk
  insert/delete process takes too long time
* pt-kill option --filter does not work
* pt-online-schema-change should reconnect to slaves
* pt-online-schema-change, MySQL 5.6, and InnoDB optimizer stats
  can cause downtime
* pt-stalk find -warn option is not portable
* Document that pt-table-checksum has high likelihood to skip a table
  when row count is around chunk-size * chunk-size-limit

v2.2.15 released 2015-08-28

* pt-archiver checked lag too frequently
* pt-archiver clarified function of --check-interval [DOC]
* pt-archiver now accepts checking lag on multiple slaves
* pt-archiver now checks for PXC flow control via --max-flow-ctl option
* pt-archiver options --no-delete and --purge were not mutually
  exclusive
* pt-archiver mysql timed out when innodb_kill_idle_transaction set
  to low value and check-slave-lag used
* pt-duplicate-key-checker doesn't support triple quote in column name
* pt-kill enable support for RDS
* pt-mysql-summary lacked an --ask-pass option
* pt-online-schema-change added --sleep option
* pt-online-schema-change core dump on erroneous alter directive
* pt-online-schema-change now checks for PXC flow control via
  --max-flow-ctl option
* pt-online-schema-change unstable signal handling
* pt-online-schema-change now controls constraint name length
* pt-online-schema-change --chunk-size-limit=0 inhibited checksumming
  of single nibble tables
* pt-sift failed when fetching missing tools
* pt-stalk monitors tokudb status
* pt-table-checksum doesn't reconnect to slaves when timed out
  on very long lags
* passsword parameter must escape commas - all tools [DOC]
* changes needed to build packages from git tree
* write-user-docs script stopped working after switching to github
* testing bugs related to newer perl versions
2016-03-10 10:29:53 +00:00
fhajny
73cb9327ed Update databases/mysql-cluster to 7.4.10.
7.4.10

- A serious regression was inadvertently introduced in MySQL Cluster NDB
  7.4.8 whereby local checkpoints and thus restarts often took much longer
  than expected.

See more at:

  http://dev.mysql.com/doc/relnotes/mysql-cluster/7.4/en/mysql-cluster-news-7-4-10.html


7.4.9

- Important Change: Previously, the NDB scheduler always optimized for
  speed against throughput in a predetermined manner (this was hard coded);
  this balance can now be set using the SchedulerResponsiveness data node
  configuration parameter.
- Added the tc_time_track_stats table to the ndbinfo information database.
- Cluster Replication: Normally, RESET SLAVE causes all entries to be
  deleted from the mysql.ndb_apply_status table. This release adds
  the ndb_clear_apply_status system variable, which makes it possible
  to override this behavior.

See more at:

  http://dev.mysql.com/doc/relnotes/mysql-cluster/7.4/en/mysql-cluster-news-7-4-9.html


7.4.8

- Changes have been made in the minimum values for a number of parameters
  applying to data buffers for backups and LCPs. These parameters, listed
  here, can no longer be set so as to make the system impossible to run:
  - BackupDataBufferSize: minimum increased from 0 to 2M.
  - BackupLogBufferSize: minimum increased from 0 to 2M.
  - BackupWriteSize: minimum increased from 2K to 32K.
  - BackupMaxWriteSize: minimum increased from 2K to 256K.
  In addition, the BackupMemory data node parameter is now deprecated and
  subject to removal in a future version of MySQL Cluster. Use
  BackupDataBufferSize and BackupLogBufferSize instead.
- When a backup was unsuccessful due to insufficient resourcesa subsequent
  retry worked only for those parts of the backup that worked in the same
  thread, since delayed signals are only supported in the same thread.
  Delayed signals are no longer sent to other threads in such cases.
- An instance of an internal list object used in searching for queued
  scans was not actually destroyed before calls to functions that could
  manipulate the base object used to create it.
- ACC scans were queued in the category of range scans, which could lead
  to starting an ACC scan when DBACC had no free slots for scans. We fix
  this by implementing a separate queue for ACC scans.
- Cluster Replication: Added the create_old_temporals server system
  variable to compliment the system variables avoid_temporal_upgrade and
  show_old_temporals introduced in MySQL 5.6.24 and available in MySQL
  Cluster beginning with NDB 7.3.9 and NDB 7.4.6.
- When the --database option has not been specified for ndb_show_tables,
  and no tables are found in the TEST_DB database, an appropriate warning
  message is now issued.
- Bug fixes.

See more at

  http://dev.mysql.com/doc/relnotes/mysql-cluster/7.4/en/mysql-cluster-news-7-4-8.html
2016-03-09 21:51:45 +00:00
asau
14bbc918cc Update to SQuirreL 3.7.0
3.7.0 (09/14/2015)
==================

Enhancements:

Feature request #521 Alias name in SQL History search dialog.

Upgraded to latest RSyntax version (2.5.6).
  The new version has a clipboard history which is accessible
  through ctrl shift v.
  A little drawback of the new version is that background colors
  are not supported in syntax styles.


Feature request #485 Execute multiple SQL statements on one
click without selection
   The new feature executes all SQLs in the editor.
   If there are multiple SQLs in the editor the statement
   separator has to be used.
   The feature is accessible through a new tool bar button,
   tools popup and the alt shift ENTER key combination


Feature request #484 Query output preferences --> Allow table
and text output simultaneously
   Note: SQL result output as table or editable table now
   includes text output in an extra tab.
         That's why there should be only few cases where
   choosing text output in Session Properties makes sense
   anymore.

Feature request #479 Add option for tab names to contain only
Alias name
   The option can be found at menu File --> Global Preferences -->
   Tab General --> Bottom of section Appearance

Feature request #487 Show AS label as column header (if present)
   If a SQL result contains at least one column whose column name
   is not equal to its column label a button is shown at the header
   of the tab named "Result".
   By this button one can toggle display between column names
   and labels.
   Note: To configure the default display see menu File ->
   Global Preferences -> Tab Data Type Controls -> Top of panel.


WIKI table Plugin: Added support for JIRA/Confluence Markup Style
  Thanks to Thomas Hackel for the merge request.

Feature request #501 Overview/Charts Tab: Distinct Counts
  - Distinct counts for an Overview as a whole are now displayed
    right next to the column name
  - Distinct counts of Intervals are available as tool tips
    as well as a new details window which is accessible through
    the right mouse menu

Sybase dialect support when using jtds
 Thanks to Sumit Agarwal for the merge request.

On Mac OS X the SQuirreL now uses the acorn icon instead of the
default java coffee cup icon.
  Thanks to Martin W. Kirst for the merge request.

New command line parameter:
 Short form: -detectEDT
 Long form: --detect-long-running-swing-edt-events
 The parameter has no arguments.
 The parameter enables SQuirreL to detect long running Swing
 Event Dispatch Thread events.
 When the dispatch thread is blocked for longer than two seconds
 a warning containing a thread dump is written to the logs.

Upgraded to the latest RSyntax version (2.5.3).

Syntax Plugin: Made background color for white spaces affect
the whole SQL editors background, see menu File --> New Session
Properties --> tab Syntax
   Note: If you combine this feature with the Metal-Charcoal Look
   and Feel you can make SQuirreL appear in "fashionable" black.
   Thanks to Duane Redfern for the patch.


When adjusting table column widths a maximum width may now be
defined.
  See menu File --> Global Preferences --> Tab General -->
  right column

Speeded up reading and writing Alias properties. As result
opening and closing a connections will be much faster for big,
complicated databases.
  Thanks to Jaroslaw Jarmolowicz for the patch

Starting and stopping SQuirreL is much faster for big,
complicated databases
  Thanks to Jaroslaw Jarmolowicz for the patch

Postgres Plugin:
- For postgres query plans explain was used which is less
accurate than explain analyze so it was changed to use it
instead.
- Previous implementation had limitation of producing query
plans only for SELECT queries. It was changed so query plan can
work for every type of query.
- Query plan executions are wrapped in transaction so they don't
change database state.
Thanks to Jaroslaw Jarmolowicz for the patch


Bug fixes.
2016-03-09 17:41:06 +00:00
fhajny
07f3799413 Limit databases/wiredtiger to x86_64 platforms, no support for others. 2016-03-09 10:22:06 +00:00
wiz
8ceb410621 Update mysql-connector-c++ to 1.1.7:
GA  1.1.7 -
- Add JSON support
- Allow building without server flags (Bug#21391025)
- Correct relative() not seeking after changing position.(Bug#21152054)
2016-03-08 15:40:02 +00:00
taca
671b3ba240 Update ruby-sequel to 4.32.0.
=== 4.32.0 (2016-03-01)

* Use mutex for synchronizing access to association reflection cache on MRI (jeremyevans)

* Add Dataset#delete_from on MySQL, allowing deletions from multiple tables in a single query (jeremyevans) (#1146)

* Add no_auto_literal_strings extension, which makes SQL injection vulnerabilities less likely (jeremyevans)

* Add Model.default_association_options, for setting option defaults for all future associations (jeremyevans)

* Support :association_pks_nil association option in association_pks setter for determining how to handle nil (jeremyevans)

* Make association_pks setter handle empty array correctly when :delay_pks is set (jeremyevans)

* Add a setter method for one_through_one associations (jeremyevans)

* Include :remarks entry in JDBC schema parsing output, containing comments on the column (olleolleolle) (#1143)

* Support :eager_reload and :eager options to associations in tactical_eager_loading plugin (jeremyevans)

* Make tactical_eager_loading not eager load if passing proc or block to association method (jeremyevans)

* Make eager_each plugin handle eager loading for Dataset#first and similar methods (jeremyevans)
2016-03-08 13:57:23 +00:00
taca
11e17b4090 Update ruby-mysql2 to 0.4.3.
0.4.3

New Features

* Add method Client#ssl_cipher to expose mysql_get_ssl_cipher
* Add method Result#free to immediately free a result set
* Add connection flag automatic_close: true/false to determine whether to
  work around connections being closed by garbage collection in a child
  after a fork. Default is true, which restores behavior prior to 0.3.16.

Bugfixes

* Fix to hold the GVL between mysql_stmt_execute and mysql_stmt_store_result
  to prevent commands hitting the wire out of sync (e.g. if a GC run occurs
  in the middle)
* Fix BigDecimal arguments to Prepared Statements were ignored
* Fix rake re-definition warning

Changes

* Add Ruby 2.3 to the Travis CI matrix
* Allow nil for timeouts instead of casting to 0 when creating a Client
  instance
* Add connection flag automatic_close: true/false to determine whether to
  work around connections being closed by garbage collection in a child
  after a fork. Default is true, which restores behavior prior to 0.3.16.
2016-03-08 13:55:26 +00:00
adam
2657778b9d Switch to dynamically-linked shell 2016-03-06 12:12:00 +00:00
adam
a483009b85 Changes 3.11.1:
Improvements to the Makefiles and build scripts used by VisualStudio.
Fix an FTS5 issue in which the 'optimize' command could cause index corruption.
Fix a buffer overread that might occur if FTS5 is used to query a corrupt database file.
Increase the maximum "scope" value for the spellfix1 extension from 6 to 30.
2016-03-06 09:57:51 +00:00
tnn
5c2380fe22 prevent building the package with 9.5; pgbench now shipped with -client 2016-03-05 16:06:32 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ryoon
6bab55b00b Update to 3.8.0
* Change LICENSE since 3.1.0

Changelog:
* Support SQLite 3.9.2
* Support Qt5
* Many improvements and bugfixes
2016-03-05 07:45:21 +00:00
ryoon
cda436ee10 Update HOMEPAGE 2016-03-05 07:26:58 +00:00
taca
84cdab78f9 Update ruby-activerecord32 to 3.2.22.2.
No chnage except version.
2016-03-05 05:25:33 +00:00
fhajny
c8d20ef953 Update databases/py-barman to 1.6.0.
Version 1.6.0 - 29 Feb 2016

-   Support for streaming replication connection through the
    streaming_conninfo server option
-   Support for the streaming_archiver option that allows Barman to
    receive WAL files through PostgreSQL's native streaming protocol.
    When set to 'on', it relies on pg_receivexlog to receive WAL data,
    reducing Recovery Point Objective. Currently, WAL streaming is an
    additional feature (standard log archiving is still required)
-   Implement the receive-wal command that, when streaming_archiver is
    on, wraps pg_receivexlog for WAL streaming. Add --stop option to
    stop receiving WAL files via streaming protocol. Add --reset option
    to reset the streaming status and restart from the current xlog
    in Postgres.
-   Automatic management (startup and stop) of receive-wal command via
    cron command
-   Support for the path_prefix configuration option
-   Introduction of the archiver option (currently fixed to on) which
    enables continuous WAL archiving for a specific server, through log
    shipping via PostgreSQL's archive_command
-   Support for streaming_wals_directory and errors_directory options
-   Management of WAL duplicates in archive-wal command and integration
    with check command
-   Verify if pg_receivexlog is running in check command when
    streaming_archiver is enabled
-   Verify if failed backups are present in check command
-   Accept compressed WAL files in incoming directory
-   Add support for the pigz compressor (thanks to Stefano Zacchiroli
    zack@upsilon.cc)
-   Implement pygzip and pybzip2 compressors (based on an initial idea
    of Christoph Moench-Tegeder christoph@2ndquadrant.de)
-   Creation of an implicit restore point at the end of a backup
-   Current size of the PostgreSQL data files in barman status
-   Permit archive_mode=always for PostgreSQL 9.5 servers (thanks to
    Christoph Moench-Tegeder christoph@2ndquadrant.de)
-   Complete refactoring of the code responsible for connecting to
    PostgreSQL
-   Improve messaging of cron command regarding sub-processes
-   Native support for Python >= 3.3
-   Changes of behaviour:
    -   Stop trashing WAL files during archive-wal (commit:e3a1d16)
-   Bug fixes:
    -   Atomic WAL file archiving (#9 and #12)
    -   Propagate "-c" option to any Barman subprocess (#19)
    -   Fix management of backup ID during backup deletion (#22)
    -   Improve archive-wal robustness and log messages (#24)
    -   Improve error handling in case of missing parameters

Version 1.5.1 - 16 Nov 2015

-   Add support for the 'archive-wal' command which performs WAL
    maintenance operations on a given server
-   Add support for "per-server" concurrency of the 'cron' command
-   Improved management of xlog.db errors
-   Add support for mixed compression types in WAL files (SF.net#61)
-   Bug fixes:
    -   Avoid retention policy checks during the recovery
    -   Avoid 'wal_level' check on PostgreSQL version < 9.0 (#3)
    -   Fix backup size calculation (#5)
2016-03-04 16:55:45 +00:00
wen
ef3f66e344 Update to 1.73
Upstream changes:
1.73 Thu Mar  3 20:34:46 PST 2016
  Some mionor typos in the document fixed. No code change.
  Thanks to Lucas Kanashiro
2016-03-04 12:59:07 +00:00
wiz
52866e7fdc Set DIST_SUBDIR when changing the checksums but keeping the filename. 2016-03-04 08:58:58 +00:00
fhajny
7c79a113fe Update distfile, upstream must have changed the distfile post-release. 2016-03-04 08:43:09 +00:00
shattered
e5f29882ae Avoid build failures when chmod respects umask, and 'chmod -x' thus does
not clear all bits.  (Can happen on Linux --
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/67583)
2016-03-03 19:42:29 +00:00
asau
49ff4f7c82 Update to SQL Workbench/J build 119.
Build 119 (2016-01-31)

Enhancements

 * It's now possible to display the column's data type in the
   header of the result table
 * When importing all files from a directory, WbImport now
   provided pre-defined variables with the filename
 * It's now possible to configure auto-saving of external files
   independently from auto-saving the workspace.
 * A new command WbMessage to display a simple message is available.
 * It's not possible to search text in all open editors
   (Tools -> Search all tabs)
 * For some DBMS, the DbTree and DbExplorer now show the
   dependencies between objects
 * For DB2/iSeries table and column comments can now be retrieved
   from the system catalogs instead of using the JDBC driver.
 * For Postgres it is now possible to manually control transactions
   using BEGIN .. COMMIT when the connection is set to autocommit
 * The list of tables in the DbTree is now sorted to work around
   bugs in JDBC driver that do not properly sort the list of tables
 * For DBMS that support it, two new modes have been added
   to WbImport: -upsert and -insertIgnore using native "UPSERT"
   functionality if available
 * For Firebird the SQL source of external tables is now generated
   correctly.
 * An new command WbGenerateImpTable is available to infer
   the structure of a table from an import file
 * The command line parameter -vardef has been deprecated and
   replaced with -variable and -varFile
 * It's now possible to provide tags for each connection profile.
   The quickfilter will then use the defined tags for filtering
   the displayed profiles.
 * Connection parameters specified on the command line now have
   precedence over the properties defined through a Liquibase
   defaults file (specified through -lbDefaults)
 * It's now possible to enable the use of Oracle's DBMS_METADATA
   for source code retrieval for different types of objects
 * The tooltip shown for result tabs can now be configured
   (Options -> Data display)
 * For the internal SQL formatter, it's now possible to
   configure the case in which data type names are written
 * A new action to run all SQL statements up to the cursor
   position is available
 * The error dialog that is displayed when running a script can
   now be configured to also include the error message or the
   statement that failed
 * Improved display of packages in the DbTree for Oracle and
   Firebird

Bug fixes

 * Showing rowcounts in the DbTree did not work for DB2
 * "Generate Delete Script" for a selection of rows in
   the result did not display the generated script.
 * When reloading the whole DbTree while a node was selected,
   would show elements (e.g. tables) twice
 * CREATE TABLE statements were not formatted correctly
   if the name consisted of quoted and unquoted parts
   (e.g. unquoted schema and quoted table name)
 * The error dialog when running running multiple statements
   was not displayed on Linux if the option "Include error message"
   was selected in the "SQL Execution" options
 * Improved the performance when retrieving table definitions
   and table source for Oracle
 * For Postgres, rules defined on a table where shown twice
   in the generated DDL script
 * Retrieving additional column information in the DbExplorer
   failed on SQL Server if a non-standard database collation
   was used
 * The DDL for constraints or comments where identifiers
   required quoting was not correct
 * The formatter would not process statements correctly where
   a sub select using function calls in the WHERE clause was
   used in a JOIN condition
 * When using "Remove Comments" for a connection profile,
   the error position inside a statement was not shown correctly
   for some DBMS
 * For Oracle, when using "Trim CHAR data" and editing tables
   where the primary key column was defined as CHAR, updating
   the result did not work.
 * Toggle comment did not toggle correctly when some lines were
   already commented and some not
 * The messages shown when using conditional execution with
   WbInclude did not properly include the variable name or value
 * For Oracle the tablespace of materialized views was not shown
   in the generated SQL (Fix contributed by Franz Mayer)
 * It was not possible to work with SAVEPOINTs correctly
 * Table definitions for tables with VARCHAR columns were not
   displayed for Oracle
 * Disabling the check for read-only columns did not work
   for all JDBC drivers
 * WbCopy now stops with an error if -targetTable is specified
   and -sourceTable is used to specify multiple tables
 * For DB2 the names of PK constraints where not properly
   qualified with a schema if needed
 * Sometimes using "Execute current" would not correctly
   identify the current statement and run the first statement
   from the editor
 * WbImport using -insert,update did not work for multi-column
   primary keys when not all PK columns where part of the input
   file
 * When a variable value contained the prefix and the suffix of
   the variable pattern, using such a variable would result
   in SQL Workbench/J locking up
 * Reloading a trigger source in the DbExplorer's trigger panel
   did not work
 * For Oracle the source of a trigger that had a trailing space
   in the name was not retrieved
 * For Oracle the position of errors in regular (non-PL/SQL)
   DDL statements was not shown
 * When starting SQL Workbench on a headless system, using
   "java -jar" using the -script parameter did not work
   any longer
 * For SQL Server 2000, retrieving the source of a view did not
   work
 * For SQL Server, generating "dummy DML" for tables with "bit"
   columns did not work
 * For MySQL the option "on update" for a default value was not
   shown in the generated SQL source for a table


Build 118 (2015-08-16)

Enhancements

 * Added support to include computed columns for MySQL 5.7
   in the generated CREATE TABLE source
 * The source and target connection for WbCopy, WbSchemaDiff
   and WbDataDiff can now be specified on the command line when
   starting the application. In that case it's not necessary to
   provide them to the respective commands
 * A new action to run all SQL statements in the editor starting
   from the cursor position is available
 * It's now possible to use OS environment variable or Java
   properties in the username of a connection profile.
 * For Postgres, "COPY .. FROM stdin" with the data after the
   statement is now supported
 * It's now possible to define external tools to format SQL
 * For decimal values WbExport now supports the parameters
   -fixedDigits and -maxDigits.
 * It's now possible to enable editing (and running)
   the generated SQL source code in the DbExplorer directly.
 * For Oracle, messages from dbms_output are now always shown
   if a procedure is started using EXECUTE regardless of
   the setting of "set serveroutput"
 * Added some basic support for SAP HANA.
 * For Excel imports, the option -stringDates=true retrieves
   Dates as formatted strings and converts them using
   the date/timestamp format specified in the WbImport command
   rathr then reading a converted value from the Excel file.
 * For Excel exports, the start location where the data should
   be written to in the excel file can now be specified using
   the -offset parameter
 * The application to be used for displaying the logfile can now
   be configured.
 * WbSchemaReport has a new (boolean) option -writeFullSource
   to write a valid CREATE VIEW statement to the XML output
   in case the DBMS does not store the complete SQL
 * Results can now automatically be refreshed either through
   an annotation or through the context menu of the result tab
 * The macros in a group can now be sorted alphabetically
 * The quoting of the null values for text exports can now
   be enabled through the option -quoteNulls
 * The quoting of the header for text exports can now be enabled
   through the option -quoteHeader
 * The statement at the cursor position can now be copied directly
   into the clipboard (Code Tools -> Copy current statement)
 * For Oracle, the partitions of a materialized view are now
   shown in the source code
 * WbImport and WbCopy (including the DataPumper) can now be
   used to insert data into a view
 * For tables without a primary key, unique indexes that contain
   nullable columns are no longer considered when generating
   DML statements
 * For Vertica tables and views from the schema "v_internal" are
   now show in the DbExplorer (contributed by Tatiana Saltykova)
 * It's now possible to define the terminator string for
   "Copy Code Snippet" through the config property
   "workbench.clipcreate.codeend"
 * Macros and macro groups can now be excluded from
   the popup window

Bug fixes

 * The menu to select data from referenced/referencing tables
   in a result set was disabled when switching to the DbExplorer
   and back to the SQL panel
 * -syncDelete with WbCopy did not work if alternate key columns
   were specified using -keyColumns
 * Fixed retrieval of stored procedures for DB2 on AS/400
   (thanks to Francesco)
 * Fixed detection of update columns for multi-table result sets
   when the name of the PK columns is not uniuqe in the result set
 * For Firebird the source code for procedures with multiple out
   parameters was not generated correctly.
 * For PostgreSQL, SQL statements to create the comment for
   functions with OUT parameters were not generated correctly.
 * When running a single command in batch mode, the error status
   was not returned correctly to the operating system
 * WbExport no longer uses the GUI defaults for decimal digits.
   The default is now to always export all digits, unless
   the new -maxDigits parameter is used
 * For MySQL, when multiple tables with the same name in different
   databases had triggers defined, all triggers where visible
   for each table in the DbExplorer
 * When importing multiple files using -usePgCopy and one file
   generated an error, the previous import was not committed
 * WbConnect would prompt for a password for profiles with
   an empty password even if "Save password" was enabled
 * No parameter prompt was shown for INOUT parameters when
   running procedures using WbCall
 * Implemented a workaround for an Informix driver bug where
   index information for the wrong table was returned
 * Double quotes in column values were not escaped properly
   when creating a JSON export
 * When switching between views and tables in the DbExplorer
   the foreign key tabs were no longer shown for SQL Server
 * Compile errors for Oracle's PL/SQL where not always shown
   correctly
 * Parameters for SQL Workbench commands with nested single
   and double quotes that included SQL comments were not
   evaluated properly
 * Fixed restoring of the window position when using multiple
   monitors
 * Generating the SQL source for computed columns did not work
   for SQL Server 2000
 * The SQL source for inherited tables in Postgres was not
   generated correctly.
 * The SQL source for sequences for SQL Server was not generated
   correctly.
 * "Create DDL script" in the DbExplorer would generate
   the source code for sequnces twice
 * Nano (or micro) seconds from timestamp values where not
   displayed correctly
 * When opening a file, it is now checked if the selected
   encoding matches the one from the file
 * Each time when reloading a result that uses the @WbMacro
   annotation, the macro sub-menu would be added to the context
   menu again
 * For Informix, default clauses for columns were not generated
   properly in the DbExplorer
 * For Informix, index definitions were not always displayed
   correctly
 * Overloaded functions and procedures where not handled
   correctly by WbSchemaDiff
 * For Postgres the wrong DROP FUNCTION statement was generated
   if a function contained OUT parameter
 * Scripts that contained statements including character
   literals with a backslash were not always parsed correctly.
 * When WbImport did not find any matching columns, the error
   message did not include the (faulty) source file
 * Fixed the display of the profile tree with large fonts
 * The DataPumper did not work if source and destination had
   a different number of columns
 * The generated WbCopy command in the DataPumper was not
   correct when a query was used as the source
 * XLSX export did not work if the output file was specified
   without an extension
 * Fixed some issues with restoring the window position on
   multi-monitor systems
 * Fixed some issues where the alternate delimiter was
   incrrectly used when running scripts through WbInclude
 * When importing multiple Excel files with WbImport using
   the -sourceDir argument, only the first file was imported
 * The abbreviated WbInclude using @ only worked with Oracle
 * The minutes for columns of type "timestamp with time zone"
   where not always displayed correctly in Oracle
 * Oracle's autotrace did not work in console mode
 * Using pgpass for Postgres connections did not work in console
   or batch mode
 * WbProcSource would not show the code for a packaged procedure
   in Oracle
 * Fixed some problems in the SQL formatter that would lead
   to invalid SQL syntax
 * XSLT transformations failed when the output filename didn't
   include a directory
 * Disabling "Filter while typing" in the DbExplorer was not
   possible
 * -targetConnection and -referenceConnection for WbSchemaDiff
   and WbDataDiff were broken
2016-03-03 17:43:45 +00:00
wiz
9a67980553 Update shared-mime-info to 1.6.
shared-mime-info 1.6 (2016-02-23)
* Add XAR archive mime-type
* Add GeoJSON mime-type
* Add GPX mime-type
* Add xdg-app mime-type
* Add *.xht glob and magic for XHTML files
* Bump priority of archive mime-types with long magics,
  to avoid false positives when detecting files inside
  the archive itself
2016-03-03 13:02:24 +00:00
adam
f0920d7de5 Fix rpath problem 2016-03-01 17:13:59 +00:00
jperkin
46c2d1b259 Fix .bundle library suffix. 2016-02-29 17:35:10 +00:00
adam
9a0ebe8b43 Changes 5.6.29:
* InnoDB: A new InnoDB configuration option, innodb_tmpdir, allows you to configure a separate temporary file directory for online ALTER TABLE operations. This option was introduced to help avoid tmpdir overflows that could occur as a result of large temporary files created during online ALTER TABLE operations. innodb_tmpdir is a SESSION variable and can be configured dynamically using a SET statement.
* yaSSL was upgraded to version 2.3.9. This upgrade corrects an issue in which yaSSL handled only cases of zero or one leading zeros for the key agreement instead of potentially any number, which in rare cases could cause connections to fail when using DHE cipher suites.
* The Valgrind function signature in mysql-test/valgrind.supp was upgraded for Valgrind 3.11.
* Bugs Fixed
2016-02-28 08:58:03 +00:00
adam
15e1d28555 Changes 5.5.48:
* yaSSL was upgraded to version 2.3.9. This upgrade corrects an issue in which yaSSL handled only cases of zero or one leading zeros for the key agreement instead of potentially any number, which in rare cases could cause connections to fail when using DHE cipher suites.
* The Valgrind function signature in mysql-test/valgrind.supp was upgraded for Valgrind 3.11.
* Bugs Fixed
2016-02-27 13:41:53 +00:00
wen
3b3f34d411 Update to 2.032000
Add missing BUILD_DEPENDS

Upstream changes:
2.032000  2015-11-07 10:34:14-08:00 America/Los_Angeles
 - Add ::ResultClass::Tee
2016-02-27 08:01:44 +00:00
wen
86ec137150 Update to 0.12
Upstream changes:
0.12 24 Nov 2015
 - fix https://rt.cpan.org/Ticket/Display.html?id=109596 for newer DBIC API.
2016-02-27 07:39:37 +00:00
wen
08ddac9b74 Update to 0.07045
Upstream changes:
0.07045  2016-01-22
        - Regenerate tarball without author-mode test dependencies

0.07044  2016-01-22
        - Fix Pg date/time types with zero fractional second digits
        - Add support for nested hashref form of col_accessor_map
2016-02-27 07:35:11 +00:00
wen
664de5b976 Update to 0.082821
Upstream changes:
0.082821 2016-02-11 17:58 (UTC)
    * Fixes
        - Fix t/52leaks.t failures on compilerless systems (RT#104429)
        - Fix t/storage/quote_names.t failures on systems with specified Oracle
          test credentials while missing the optional Math::Base36
        - Fix test failures when DBICTEST_SYBASE_DSN is set (unnoticed change
          in error message wording during 0.082800 and a bogus test)
        - Remove largely obsolete test of SQLite view deployment (RT#111916)

    * Misc
        - Work around rare test deadlock under heavy parallelism (RT#108390)
2016-02-27 07:14:23 +00:00
fhajny
8f2f48a8cb Add note about databases/wiredtiger 2016-02-26 16:03:09 +00:00
fhajny
54cba7d350 Add wiredtiger 2016-02-26 15:54:09 +00:00
fhajny
6f0af7c1de Import databases/wiredtiger 2.7.0 into pkgsrc.
WiredTiger is an high performance, scalable, production quality,
NoSQL, Open Source extensible platform for data management.
2016-02-26 15:52:08 +00:00
fhajny
a191fba8b9 Make wiredtiger an option, only make it available on 64bit platforms. 2016-02-26 12:33:26 +00:00
tnn
0f56b2ddfc add databases/postgresql95-* 2016-02-25 21:48:08 +00:00
tnn
76b3088729 Add postgresql95 packages, converted from corresponding postgresql94
packages. postgresql95-upgrade is gone, the pg_upgrade tool is shipped
with postgresql95-client now.

Major enhancements in PostgreSQL 9.5 include:

  Allow INSERTs that would generate constraint conflicts to be turned into
    UPDATEs or ignored
  Add GROUP BY analysis features GROUPING SETS, CUBE and ROLLUP
  Add row-level security control
  Create mechanisms for tracking the progress of replication, including
    methods for identifying the origin of individual changes during logical
    replication
  Add Block Range Indexes (BRIN)
  Substantial performance improvements for sorting
  Substantial performance improvements for multi-CPU machines
2016-02-25 21:37:35 +00:00
fhajny
8d4b8d365b Enable databases/R-sqldf and dependencies. 2016-02-25 19:52:07 +00:00
fhajny
295af025ad Import databases/R-sqldf 0.4-10 into pkgsrc.
sqldf is an R package for running SQL statements on R data frames,
optimized for convenience. sqldf works with the SQLite, H2,
PostgreSQL or MySQL databases.
2016-02-25 19:48:38 +00:00
fhajny
baabaa7fd4 Import databases/R-RSQLite 1.0.0 into pkgsrc.
This package embeds the SQLite database engine in R and provides
an interface compliant with the DBI package.
2016-02-25 19:46:54 +00:00