Commit graph

6256 commits

Author SHA1 Message Date
wiz
6a07a89d89 Update to 2.4.16:
Released 2.4.16 2014-09-10

Changes since 2.4.15:

Lib/
* New convenience function ldap.dn.is_dn()
* New convenience function ldap.escape_str()
* New convenience methods LDAPObject.read_s() and
  LDAPObject.find_unique_entry()
* Fixed invoking start_tls_s() in ReconnectLDAPObject.reconnect()
  (thanks to Philipp Hahn)
2014-09-14 17:48:37 +00:00
gdt
49eb24c582 +postgresql-postgis2 2014-09-14 14:40:57 +00:00
gdt
0451c4b208 Import postgresql-postgis-2.1.3 as databases/postgresql-postgis2.
PostGIS adds support for geographic objects to the PostgreSQL object-relational
database. In effect, PostGIS "spatially enables" the PostgreSQL server,
allowing it to be used as a backend spatial database for geographic information
systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
follows the OpenGIS "Simple Features Specification for SQL" and has been
certified as compliant with the "Types and Functions" profile.

PostGIS/PostgreSQL includes the following functionality:
* Simple Features as defined by the OpenGIS Consortium (OGC)
* Support for Well-Known Text and Well-Known Binary representations of GIS
  objects
* Fast spatial indexing using GiST
* Geospatial analysis functions
* PostgreSQL JDBC extension objects corresponding to the geometries
* Support for OGC access functions as defined by the Simple Features
  Specification

This is postgis 2.x, the currently-maintained and recommended version.
2014-09-14 14:40:00 +00:00
dholland
9d29d0df07 Needs zlib, seen in Solaris build. PKGREVISION -> 2 2014-09-11 07:22:46 +00:00
joerg
7536f72267 Uses old print syntax. 2014-09-10 19:01:03 +00:00
joerg
866e068fce Doesn't support Python 3.x 2014-09-10 18:59:22 +00:00
joerg
94ddee8a16 Skip interpreter check for a python test script. 2014-09-10 12:13:37 +00:00
wiz
220b06c82f Update to 3.4.1:
Version 3.4.1  Released August 20, 2014 (git commit cfd146effde09c493ac7573408ac29d6d9cbed47)

    - Allow '%' again for the type in table_info() and thus tables()
      It's not documented or tested in DBI, but it used to work until
      DBD::Pg 3.4.0, and the change broke DBIx::Class::Schema::Loader, which
      uses type='%'.
      [Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>]


Version 3.4.0  Released August 16, 2014 (git commit 7a5da12d84b4c2e9879f90fb6168f56c095071fa)

  - Cleanup and improve table_info()
    [Mike Pomraning <mjp@pilcrow.madison.wi.us>] (github issue #7)

    table_info() type searching now supports TABLE, VIEW, SYSTEM TABLE,
      SYSTEM VIEW, and LOCAL TEMPORARY

    table_info() object searching fully supports the above types.

    table_info() object searching no longer ignores invalid types - a filter
      of 'NOSUCH' will return no rows, and 'NOSUCH,LOCAL TEMPORARY' will
      return only temp objects.

    tableinfo() type filters are strictly matched now ... previously a
      search for SYSTEM TABLE would have fetched plain TABLE objects.

    table_info() now treats temporary tables and temporary views as LOCAL TEMPORARY

  - Make sure column_info() and table_info() can handle materialized views.
    [Greg Sabino Mullane] (CPAN bug #97032)
2014-09-06 13:35:43 +00:00
wen
8bcd3cfb60 Update to 0.44
Upstream changes:
0.44	- 2014-08-04, H.Merijn Brand
    * Table names case sensitiveness not tested case-problematic FS's
    * Fix defaults in doc (annocpan)
    * Fix typo in SYNOPSIS (RT#97313)
    * Workaround eof bug in Text::CSV_XS-1.10

0.43	- 2014-06-30, H.Merijn Brand
    * Updated copyright to 2014
    * Unquote schema's in test for cygwin
    * Extra guards in Makefile.PL for unmet requirements

0.42	- 2013-08-14, H.Merijn Brand
    * Optionally skip tests using File::Spec->tempdir () RT#87684
    * And document the use of $TMPDIR in README
    * Make the SYNOPSIS more reflect real-world usage
    * Detect DBI::Test and use it if available
2014-09-06 13:30:25 +00:00
wiz
03e0dcbc42 Update to 2.5.4:
What's new in psycopg 2.5.4
^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Added :sql:`jsonb` support for PostgreSQL 9.4 (🎫`#226`).
- Fixed segfault if COPY statements are passed to `~cursor.execute()` instead
  of using the proper methods (🎫`#219`).
- Force conversion of pool arguments to integer to avoid potentially unbounded
  pools (🎫`#220`).
- Cursors :sql:`WITH HOLD` don't begin a new transaction upon move/fetch/close
  (🎫`#228`).
- Cursors :sql:`WITH HOLD` can be used in autocommit (🎫`#229`).
- `~cursor.callproc()` doesn't silently ignore an argument without a length.
- Fixed memory leak with large objects (🎫`#256`).
- Make sure the internal ``_psycopg.so`` module can be imported stand-alone (to
  allow modules juggling such as the one described in 🎫`#201`).
2014-08-31 21:34:23 +00:00
adam
74e6b2cf99 Changes 1.2.3:
Add support for Django 1.7
Fix floating point inaccuracy with Python v2
Fix cursor trying  to decode linestring data as utf-8
Fix Django TimeField 00:00:00 converting to MySQL NULL
Fix Django to check connection on each request
Fixed negative conversion timedelta values
Fix stopping mysqld running unit tests on Windows
Fix prepared statements returning lots of columns
Fix Connector/Python dependency for utilities 1.5.1
Fix exception not captured when SSL is unavailable
2014-08-31 19:26:31 +00:00
tron
00e904c3e4 Update "phpmyadmin" package to version 4.2.7.1.
The following bugs have been fixed since version 4.2.7:
- bug #4501 [security] XSS in table browse page
- bug #4502 [security] Self-XSS in enum value editor
- bug #4503 [security] Self-XSSes in monitor
- bug #4504 [security] Self-XSS in query charts
- bug #4505 [security] XSS in view operations page
- bug #4517 [security] XSS in relation view
2014-08-27 21:25:44 +00:00
adam
d9c591fced Updated to 1.4.8 to match databases/rrdtool 2014-08-25 14:27:01 +00:00
adam
6baf7cf6d1 Changes 1.4.8:
* rrd_graph now uses a map to lookup variable names causing graphs with many
  items to be drawn magnitudes faster as the linear search of the variable
  tables is gone now.
* the optional argument :skipscale allows for a LINE or AREA instruction to be
  excluded from having an effect on the scaling of the graph
* TRENDNAN is now working properly and als not crashing anymore
* Added a no-op string positioning combo "\." this allows to write
  COMMENT:OS\2\. which would otherwise not be possible.
* JSON output of xport is now actually json compilant by its keys
  being properly quoted now.
* The label positioner in rrd_graph is now properly ignoring the current
  state of DST.
* fixes and enhancements for Python, Ruby, TCL and Perl bindings
* improved error reporting in rrd_graph
* portability and cross compilation
2014-08-24 07:06:02 +00:00
wiz
ae075e6d55 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
wiz
a2e1ce00e9 Remove unnecessary patches that got out of sync with corresponding *.in
and configure patches.
2014-08-21 19:59:25 +00:00
wiz
1562f658ab Update to 3.52.9:
Apr 15 2014, V3.52.9:
    * Added support for building on recent versions of Mac OS X
    * Fixed warnings from autoconf/automake
    * Fixed infinite loop in connection pool
    * Fixed compiler warnings
    * Fixed build dependency for make -jX
    * Fixed check for Unicode driver
    * Fixed issue calling SQLCancel from other thread
    * Fixed SQLInstallDriverEx when driver is readonly
2014-08-21 19:38:55 +00:00
wiz
b16763248a Add upstream bug report URLs. 2014-08-20 19:39:02 +00:00
wiz
a113e5736b Update to 3.0.7. Tested by Greg Oster, thanks.
3.0.7 (2011-05-26)
==================

- Fixed unconsistent license statements in the sourcecode, meaning license
  boilerplates is now added/updated (from GPL v3 to GPL v2) in all files
  added and/or modified since Luma 2.4.

- Removed the last string exception from ObjectClassAttributeInfo.py!
| http://sourceforge.net/support/tracker.php?aid=3014815
| http://bugs.debian.org/585248

- Gzipping of Nroff manpages on UNIX and UNIX-like systems is now handled during
  installation.

- Include the nthash patch, which was fixed in Luma 2.4 svn rev 841, but not
  included in the new codebase.

| http://sourceforge.net/support/tracker.php?aid=2309281
| http://bugs.debian.org/559078
| http://luma.svn.sourceforge.net/viewvc/luma?view=rev&revision=841
| https://launchpad.net/bugs/297148
| http://launchpadlibrarian.net/19590144/luma_2.3-1.1ubuntu1.debdiff

- Added a import check for the crypt module in mkpasswd, because of ImportError
  on the Windows platform.

3.0.6-2 (2011-05-16)
====================

- Fixed exception.ErrorType bug in LumaConnectionWrapper.

- Updated the error/exception feedback in the Search plugin

- Renamed the browser_plugin folder to browser

- Moved Plugin* related code out from the util package and into base.gui,
  base.gui.design, base.model

- Fixed export subtree in Browser plugin.

3.0.6-1 (2011-05-15)
====================

- Some small fixes to the documentation files.

3.0.6 (2011-05-15)
==================
.. This marks the end of the project. Einar Uvsløkk <einar.uvslokk@linux.com>

- New Connection API introduced with the LumaConnectionWrapper. This includes
  wrapper methods (both sync and async) for the refactored LumaConnection.
  Uses signal and slots to notify results from the various operations.
  All Qt 4 dependencies is thus removed from the backend modules.

- Refactor cleanup of the menubar in the main window.

- Search plugin now supports none-ascii characters in both server name and
  search filter strings.

- Dynamic translation implemented in the Template plugin.

- Improved (simplified) internationalization support

3.0.5-sprint5 (2011-04-11)
==========================
.. This marks the end of sprint 5. Einar Uvsløkk <einar.uvslokk@linux.com>

- Search plugin has got a few updates and improvements. The filter builder
  has replaced the old filter wizard, some UI fixes in the search form, and
  the result view for displaying search results is implemented. New feature
  enabling additional filtering on returned search results.

- Template plugin improved with the option to define none required attributes
  to appear as required.


3.0.4-sprint4 (2011-03-25)
==========================
.. This marks the end of sprint 4. Einar Uvsløkk <einar.uvslokk@linux.com>

- Main-application: Support for commandline arguments added. As of now this
  includes mostly clear flags, to wipe clean malicious config settings.

- Browser-plugin: Added multiselection item export and delete. Lots of
  improvments in the Browsers entry view, including basic support for different
  html layouts for the view.

- Template-plugin: Gui finished, logic on its way.

- Search-plugin: Skeleton gui, and basic functionality implemented.


3.0.3-sprint3 (2011-03-14)
==========================
.. This marks the end of sprint 3. Einar Uvsløkk <einar.uvslokk@linux.com>

- Luma is now able to load plugins from the default plugin location.

- The Browser plugin now supports editing entries

- A simple installation procedure is included, making use of pythons own
  distutils module.


3.0.2-sprint2 (2011-03-01)
==========================
.. This marks the end of sprint 2. Einar Uvsløkk <einar.uvslokk@linux.com>

- Plugin support is partly implemented. Loading plugins is working, but no
  *real* plugins is present at runtime yet.

- The Browser plugin is partly implemented, but not integrated into the
  application yet.

- An extended QSettings class is implemented, with transparent support for
  loading and saving application  settings. Settings is loaded and saved from
  both the main window and the newly implemented settings dialog.

- Full translation is available for English and Norwegian, and can be changed,
  from both the settings dialog and the application menu bar, at runtime
  without changing the application state.


3.0.1-sprint1 (2011-02-28)
==========================
.. This marks the end of sprint 1. *Einar Uvsløkk* <einar.uvslokk@linux.com>

.. note::
   This relase branch was tagged and created at the end of sprint 2, but still
   reflects the work done up until the end of sprint 1. It was created to
   document the development progression.

- The Menu bar is restructured compared to Luma 2.4, various platforms *Human
  Interface Guidelines*.

- The Plugin toolbar is implemented, but with no real functionality yet.

- The Logger Window is implemented and displayes various logging levels, using
  the builtin python logging module.

- About dialog is implemented, and completely rewritten compared to Luma 2.4,
  inspired by gtk and gnome.

- The Server dialog GUI is implemented. Support for reading and saving the
  server list is also implemented.

- Translation files is loaded dynamically. Uses the old translation files,
  which still works on parts of the application. The languages can be selected
  from the menu bar, which is populated dynamically on startup.
2014-08-20 19:24:28 +00:00
obache
66a64b039f File::Temp was first released with perl v5.6.1, so no need to install it
from pkgsrc in these days.
2014-08-20 09:04:56 +00:00
joerg
be73a40b81 Override configure logic for pthread linkage. It fails with clang 3.5+ 2014-08-19 13:31:24 +00:00
fhajny
7b93cf1515 Set BUILD_DIRS properly, fixes build. 2014-08-19 13:04:15 +00:00
joerg
e7feeb9798 Fix dependency to be a proper pattern. Bad bad@. 2014-08-17 19:07:41 +00:00
adam
5cddd952fb Changes 3.8.6:
Added support for hexadecimal integer literals in the SQL parser. (Ex: 0x123abc)
Enhanced the PRAGMA integrity_check command to detect UNIQUE and NOT NULL constraint violations.
Increase the maximum value of SQLITE_MAX_ATTACHED from 62 to 125.
Increase the timeout in WAL mode before issuing an SQLITE_PROTOCOL error from 1 second to 10 seconds.
Added the likely(X) SQL function.
The unicode61 tokenizer is now included in FTS4 by default.
Trigger automatic reprepares on all prepared statements when ANALYZE is run.
Added a new loadable extension source code file to the source tree: fileio.c
Add extension functions readfile(X) and writefile(X,Y) (using code copy/pasted from fileio.c in the previous bullet) to the command-line shell.
Added the .fullschema dot-command to the command-line shell.

Performance Enhancements:
-------------------------
Deactivate the DISTINCT keyword on subqueries on the right-hand side of the IN operator.
Add the capability of evaluating an IN operator as a sequence of comparisons as an alternative to using a table lookup. Use the sequence of comparisons implementation in circumstances where it is likely to be faster, such as when the right-hand side of the IN operator is small and/or changes frequently.
The query planner now uses sqlite_stat4 information (created by ANALYZE) to help determine if the skip-scan optimization is appropriate.
Ensure that the query planner never tries to use a self-made transient index in place of a schema-defined index.
Other minor tweaks to improve the quality of VDBE code.

Bug Fixes:
----------
Fix a bug in CREATE UNIQUE INDEX, introduced when WITHOUT ROWID support added in version 3.8.2, that allows a non-unique NOT NULL column to be given a UNIQUE index.
Fix a bug in R-Tree extension, introduced in the previous release, that can cause an incorrect results for queries that use the rowid of the R-Tree on the left-hand side of an IN operator.
Fix the sqlite3_stmt_busy() interface so that it gives the correct answer for ROLLBACK statements that have been stepped but never reset.
Fix a bug in that would cause a null pointer to be dereferenced if a column with a DEFAULT that is an aggregate function tried to usee its DEFAULT.
CSV output from the command-line shell now always uses CRNL for the row separator and avoids inserting CR in front of NLs contained in data.
Fix a column affinity problem with the IN operator.
Fix the ANALYZE command so that it adds correct samples for WITHOUT ROWID tables in the sqlite_stat4 table.
2014-08-17 08:16:06 +00:00
bad
ce9dcf23cf Update Fsdb to 2.50.
Too many changes to summarize here since the last update.
For a complete list see:
http://www.isi.edu/~johnh/SOFTWARE/FSDB/perl-Fsdb-2.50_README.html
2014-08-16 19:12:35 +00:00
imil
1e02815c86 Updated py-elasticsearch to 1.2.0
1.2.0 (2014-08-03)
------------------

Compatibility with newest (1.3) Elasticsearch APIs.

 * Filter out master-only nodes when sniffing
 * Improved docs and error messages

1.1.1 (2014-07-04)
------------------

Bugfix release fixing escaping issues with `request_timeout`.

1.1.0 (2014-07-02)
------------------

Compatibility with newest Elasticsearch APIs.

 * Test helpers - `ElasticsearchTestCase` and `get_test_client` for use in your
   tests
 * Python 3.2 compatibility
 * Use ``simplejson`` if installed instead of stdlib json library
 * Introducing a global `request_timeout` parameter for per-call timeout
 * Bug fixes
2014-08-14 16:53:00 +00:00
imil
412997585e Updated elasticsearch to version 1.3.2
Details: http://www.elasticsearch.org/downloads/
2014-08-14 16:48:15 +00:00
joerg
749dc28f50 Syntax not compatible with Python 2.6. 2014-08-13 22:41:21 +00:00
joerg
cfc731b83b Make Clang warning about accidental (non-)overrides non-fatal. 2014-08-13 22:40:55 +00:00
joerg
2eed70b8b7 Not compatible with Python 2.6 syntax. 2014-08-13 22:40:19 +00:00
adam
72ed0307eb Revbump after boost-libs update 2014-08-13 10:57:32 +00:00
fhajny
67359b8ce9 Add libmongo-client 2014-08-12 15:56:35 +00:00
fhajny
dafe1b4037 Import libmongo-client-0.1.8 as databases/libmongo-client.
This is an alternative C driver for MongoDB. It is meant to be a stable
(API, ABI and quality alike), clean, well documented and well tested shared
library, that strives to make the most common use cases as convenient
as possible.
2014-08-12 15:53:36 +00:00
fhajny
543e13ec3b Not compatible with Python 3 yet. 2014-08-12 08:11:26 +00:00
fhajny
06c49b8882 Add py-python-rrdtool 2014-08-10 18:27:18 +00:00
fhajny
4706681f66 Import python-rrdtool as databases/py-python-rrdtool.
This is a working Python Package of RRDtool binding to Python.
It delivers the same API as original binding.
2014-08-10 18:26:33 +00:00
adam
99ca7e8f8b Changes 5.6.20:
Security Fix: The linked OpenSSL library for the MySQL 5.6 Commercial Server has been updated from version 1.0.1g to version 1.0.1h. Versions of OpenSSL prior to and including 1.0.1g are reported to be vulnerable to CVE-2014-0224.

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

DTrace Support

MySQL now includes DTrace support on Oracle Linux 6 or higher with UEK kernel. If DTrace is present, server builds will detect it with no special CMake options required. For information about using DTrace on MySQL, see Tracing mysqld Using DTrace.

InnoDB Notes

Important Change: Redo log writes for large, externally stored BLOB fields could overwrite the most recent checkpoint. The 5.6.20 patch limits the size of redo log BLOB writes to 10% of the redo log file size. The 5.7.5 patch addresses the bug without imposing a limitation. For MySQL 5.5, the bug remains a known limitation.

As a result of the redo log BLOB write limit introduced for MySQL 5.6, innodb_log_file_size should be set to a value greater than 10 times the largest BLOB data size found in the rows of your tables plus the length of other variable length fields (VARCHAR, VARBINARY, and TEXT type fields). Failing to do so could result in “Row size too large” errors. No action is required if your innodb_log_file_size setting is already sufficiently large or your tables contain no BLOB data.

Functionality Added or Changed

Replication: The new system variable binlog_impossible_mode controls what happens if the server cannot write to the binary log, for example, due to a file error. For backward compatibility, the default for binlog_impossible_mode is IGNORE_ERROR, meaning the server logs the error, halts logging, and continues updates to the database. Setting this variable to ABORT_SERVER makes the server halt logging and shut down if it cannot write to the binary log.

CMake support was updated to handle CMake version 3.

New Debian7, Ubuntu12.04, and Ubuntu14.04 distribution support that was introduced with 5.6.17 now comes with the platform-specific packaging source placed under the packaging directory, in the deb-precise, deb-wheezy, and deb-trusty directories.

Support for LinuxThreads has been removed from the source code. LinuxThreads was superseded by NPTL in Linux 2.6.

By default, mysql_install_db creates a my.cnf file in the installation base directory using a template. This may be undesireable for some deployments. To enable this behavior to be suppressed, mysql_install_db now supports a --keep-my-cnf option to preserve any existing my.cnf file and not create a new my.cnf file.

The mysqlhotcopy utility is now deprecated and will be removed in a future version of MySQL. Among the reasons for this: It works only for the MyISAM and ARCHIVE storage engines; it works on Unix but not Windows. Alternatives include mysqldump and MySQL Enterprise Backup.

The timed_mutexes system variable has no effect and is deprecated.

Bugs Fixed
2014-08-10 15:11:57 +00:00
adam
557bb81eb6 Changes 5.5.39:
CMake support was updated to handle CMake version 3.

The timed_mutexes system variable has no effect and is deprecated.

Bugs Fixed

InnoDB: Opening a parent table that has thousands of child tables could result in a long semaphore wait condition.

Partitioning: Selecting from a table having multiple columns in its primary key and partitioned by LIST COLUMNS(R), where R was the last (rightmost) column listed in the primary key definition, returned an incorrect result.

Replication: When using row-based replication, updating or deleting a row on the master that did not exist on the slave led to failure of the slave when it tried to process the change. This problem occurred with InnoDB tables lacking a primary key.

Replication: Quotation marks were not always handled correctly by LOAD DATA INFILE when written into the binary log.

Replication: A group of threads involved in acquiring locks could deadlock when the following events occurred:

Dump thread reconnects from slave; on master, a new dump thread tries to kill zombie dump threads; having acquired the thread's LOCK_thd_data, it is about to acquire LOCK_log.

Application thread executing show binary logs, having acquired LOCK_log and about to acquire LOCK_index.

Application thread executing PURGE BINARY LOGS; having acquired LOCK_index, it is about to acquire LOCK_thread_count.

Application thread executing SHOW PROCESSLIST (or SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST), having acquired LOCK_thread_count and about to acquire the zombie dump thread's LOCK_thd_data.
2014-08-10 14:27:40 +00:00
wiz
0d43e75c76 Fix build on OS X Tiger/Darwin 8.11.0. From Sevan Janiyan in PR 49081. 2014-08-07 15:36:11 +00:00
rodent
44c55da876 0.26.9 (2014-08-06)
^^^^^^^^^^^^^^^^^^^
- Fixed PasswordType with Oracle dialect
- Added support for sort_query and attributes on mappers using with_polymorphic

0.26.8 (2014-07-30)
^^^^^^^^^^^^^^^^^^^
- Fixed order by column property handling in sort_query when using polymorphic inheritance
- Added support for synonym properties in sort_query

0.26.7 (2014-07-29)
^^^^^^^^^^^^^^^^^^^
- Made sort_query support hybrid properties where function name != property name
- Made get_hybrid_properties return a dictionary of property keys and hybrid properties
- Added documentation for get_hybrid_properties

0.26.6 (2014-07-22)
^^^^^^^^^^^^^^^^^^^
- Added exclude parameter to has_changes
- Made has_changes accept multiple attributes as second parameter


0.26.5 (2014-07-11)
^^^^^^^^^^^^^^^^^^^
- Added get_column_key
- Added Timestamp model mixin

0.26.4 (2014-06-25)
^^^^^^^^^^^^^^^^^^^
- Added auto_delete_orphans
2014-08-07 01:27:48 +00:00
rodent
0a529e17fd Version 0.4 - 2014-08-03
* Fix Mapping in Trim function
* Add __truediv__ alias of __div__ for Python3
* Fix For tables setter when tables is not a list
* Allow to add Table to existing From list
* Fix Select with for_ clause
* Add Null alias for None
* Add missing format of operand in Unary operator
2014-08-07 01:15:25 +00:00
gdt
918ebd5e12 Note that this is the old version.
(Currently, the new version is in wip, and that will be imported
within a few weeks.)
2014-08-06 22:57:55 +00:00
tron
815d9e119c Update "phpmyadmin" package to version 4.2.7.
The following bugs have been fixed since version 4.2.6:
- bug       Broken links on home page
- bug #4494 Overlap in navigation panel
- bug #4427 Action icons not in horizontal order
- bug #4493 s_attention.png is missing
- bug #4499 Uncaught TypeError: Cannot call method 'substr' of undefined
- bug #4498 PMA 4.2.x and HHVM
- bug #4500 mysql_doc_template is not defined
2014-08-06 20:23:10 +00:00
fhajny
11ea064f1b Update percona-toolkit to 2.2.9.
Changes:
* Fixed bug 1258135: pt-deadlock-logger introduces a noise to MySQL
* Fixed bug 1329422: pt-online-schema-change foreign-keys-method=none
  breaks constraints
* Fixed bug 1315130: pt-online-schema-change not properly detecting
  foreign keys
* Fixed bug 1335960: pt-query-digest cannot parse binlogs from 5.6
* Fixed bug 1335322: pt-stalk fails when variable or threshold is
  non-integer
2014-08-01 15:55:07 +00:00
fhajny
ebb6f79192 Update elasticsearch to 1.3.1.
bug fixes
- Internal: Support parsing Lucene minor version strings
- Aggregations:
  - The nested aggregator should also resolve and use the parentFilter
    of the closest reverse_nested aggregator.
  - Geo bounds aggregation outputs aggregation name
  - Make _source parsing in top_hits aggregation and search API consistent
  - Tracking scores should be applied properly for top_hits aggregation.
2014-08-01 11:57:48 +00:00
fhajny
9894b0954e Fix patch that was setting plugins path incorrectly. Bump PKGREVISION. 2014-07-29 16:57:23 +00:00
schmonz
0a2fbf3538 Update to 0.995. From the changelog:
- Fixed test failures due to the introduction of "Negative repeat count
  does nothing" warning in Perl 5.21.1.
- Fixed more test failures when DBD::Firebird is installed but Firebird
  isql cannot be found.
- Fixed registry file naming issues on Win32 for the SQLite engine, and
  as well as the tests that failed because of it.
- Worked around Config::GitLike bug on Windows in the target test.
- Changed the exit value for an attempt to deploy to an up-to-date
  database from 1 to 0. In other words, it no longer looks like an error
  (Issue #147).
2014-07-28 20:13:24 +00:00
wen
1b22ed6e69 Update to 0.44
Upstream changes:
0.44 2013-11-15 17:54:37 PST
    - POD fixes from Xavier Guimard <x.guimard@free.fr> and Damyan Ivanov
      <dmn@debian.org> of the Debian Perl Group, closes: CPAN#82187
    - More foreign key support
      + Table alteration (removing foreign keys)
      + Fix MATCH / ON DELETE / ON UPDATE

0.43 2013-11-04 14:58;32 PST
    - Incorporate CPAN::Changes::Spec-compliant Changes file from Neil Bowers
      <neilb@cpan.org>, closes: CPAN#90023, thanks!
    - Fix table creation broken by 0.42
    - Create/alter tables before foreign key changes

0.42 2013-11-03 01:09:27 PST
    - Basic foreign key support
      + table creation
      + table alteration (adding new foreign keys)
      + reverse-engineering (Pg driver)

0.41_01 not released
    - consolidate multiple ADD/ALTER COLUMN statements into one ALTER TABLE
2014-07-28 13:26:00 +00:00
wen
c5ab9d3702 Update to 2.023003
Update DEPENDS

Upstream changes:
2.023003  2014-07-21 21:22:27-05:00 America/Chicago
 - Fix ToJSON to use accessors if it needs to (Thanks Kevin Benson!)
 - Fix silly typo in ::Explain (Good catch Jonathan W. Taylor!)

2.023002  2014-06-28 15:04:15-05:00 America/Chicago
 - Remove silly layer of subtesting (thanks to new features in Test::Roo)
 - Remove silly sub wrapper in Explain internals (should moderately increase
   performance)

2.023001  2014-06-14 12:39:08-05:00 America/Chicago
 - Add handy SYNOPSIS to ::DateMethods1 (thanks for asking rjbs!)

2.023000  2014-05-26 19:33:01-05:00 America/Chicago
 - Add ::Shortcut::Explain RS helper

2.022000  2014-05-03 10:39:30-05:00 CST6CDT
 - Add ::Shortcut::ResultsExist RS helper (Olaf Alders)
 - Add abstract to ::DateMethods1::Announcement (Gregor Herrmann)

2.021001  2014-04-06 11:43:36-05:00 America/Chicago
 - Fix ::RemoveColumns to work with a specified `columns` (Anthony DeRobertis)
   (Fixes GH#27) Also fixes RT#91977/GH#24)

2.021000  2014-04-01 20:12:40-05:00 America/Chicago
 - Create Shortcut::Page and Shortcut::LimitedPage ResultSet helpers (wreis)

2.020001  2014-03-05 10:33:46CST-0600 America/Chicago
 - Make ::DateMethods1 tests paralellizable (thanks Alexander Hartmaier!)
 - fix ::Helper::ResultSet::DateMethods1 for Oracle (thanks Alexander Hartmaier!)
 - fix ABSTRACT on ::Helper::ResultSet::DateMethods1

2.020000  2014-03-04 08:31:39-06:00 America/Chicago
 - Add ::Helper::ResultSet::DateMethods1
 - Add abstract to ::Schema::LintContents

2.019004  2014-02-14 07:53:19 America/Chicago
 - Make IgnoreWantarray's search die in void context

2.019003  2014-02-07 22:21:47-06:00 America/Chicago
 - Fix ->copy on rows with proxied ResultSet methods (thanks moltar for the
   test!) (NOTE: This fix is what requires upgrading to DBIC 0.08260)

2.019002  2014-01-12 09:40:41 America/Chicago
 - Pick SQL for random row selection in a cleaner way
 - Stop using Class::MOP::load_class (RT#91035)
 - Really stop using RT

2.019001  2013-11-23 10:19:28 America/Chicago
 - Fix typo in ::CorrelateRelationship (Getty)
2014-07-28 00:32:58 +00:00
wen
1e84cec282 + p5-DBIx-Introspector 2014-07-28 00:24:55 +00:00