Commit graph

4632 commits

Author SHA1 Message Date
taca
dffdc41982 Importing databases/ruby-do_sqlite3 0.10.2.
Implements the DataObjects API for Sqlite3.
2010-09-11 23:56:31 +00:00
taca
8bcbace04c Importing databases/ruby-data_objects 0.10.2.
Provide a standard and simplified API for communicating with RDBMS from Ruby.
2010-09-11 23:55:08 +00:00
taca
75deb28d37 Importing databases/ruby-dm-validations 1.0.2.
This is a DataMapper plugin that provides validations for DataMapper
model classes.
2010-09-11 23:54:24 +00:00
taca
983657a86b Importing databases/ruby-dm-types 1.0.2.
= dm-types

DataMapper plugin providing many extra types for use in data models.
2010-09-11 23:53:41 +00:00
taca
18446798b1 Importing databases/ruby-dm-transactions 1.0.2.
= dm-transactions

This gem adds transaction support for datamapper. The currently
supported adapters are

* postgres
* mysql
* sqlite3
* oracle
* sqlserver
2010-09-11 23:53:11 +00:00
taca
7e6ee8f097 Importing databases/ruby-dm-timestamps 1.0.2.
DataMapper plugin which adds "magic" to created_at, created_on, et
cetera.
2010-09-11 23:52:44 +00:00
taca
30a63dfbd7 Importing databases/ruby-dm-serializer 1.0.2.
dm-serializer allows DataMapper models and collections to be
serialized to a variety of formats (currently JSON, XML, YAML and
CSV).
2010-09-11 23:52:09 +00:00
taca
8274c2ffc1 Importing databases/ruby-dm-migrations 1.0.2.
DataMapper plugin for writing and specing migrations.
2010-09-11 23:51:32 +00:00
taca
e2dfa9ca30 Importing databases/ruby-dm-constraints 1.0.2.
Plugin that adds foreign key constraints to associations.  Currently
supports only PostgreSQL and MySQL.

All constraints are added to the underlying database, but constraining
is implemented in pure ruby.
2010-09-11 23:50:47 +00:00
taca
d42f6a048a Importing ruby-dm-aggregates 1.0.2.
DataMapper plugin providing support for aggregates, functions on
collections and datasets.
2010-09-11 23:49:48 +00:00
taca
44d817ea9e Importing ruby-dm-core 1.0.2.
This is core part of ruby-datamapper.


An Object/Relational Mapper for Ruby.

DataMapper sports a very accessible code-base and a welcoming community.
Outside contributions and feedback are welcome and encouraged, especially
constructive criticism. Make your voice heard! Submit a
ticket[http://datamapper.lighthouseapp.com] or
patch[http://datamapper.lighthouseapp.com], speak up
on our mailing-list[http://groups.google.com/group/datamapper/], chat with us
on irc[irc://irc.freenode.net/#datamapper], write a spec, get it reviewed, ask
for commit rights. It's as easy as that to become a contributor.
2010-09-11 23:48:54 +00:00
obache
0971cda226 Update tinycdb to 0.77.
pkgsrc changes:
* simplify subst with SUBST_VARS.
* build and install shared library.
* install pkgconfig file.

package changes:

tinycdb-0.77

 - bugfix release: manpage typos, portability fixes and the like

 - bugfix: improper logic in EINTR handling in _cdb_make_full_write
   routine which may lead to corruped .cdb file.
2010-09-11 08:26:04 +00:00
taca
f92fb56f78 Update databases/ruby-activerecord to 2.3.9.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Update dependency according to gemspec.


*2.3.9 (September 4, 2010)*

Unknown, but some tests are updated.
2010-09-10 12:47:20 +00:00
taca
f188f4f00c * Remove default value of PKGNAME.
* Add LICENSE.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.
2010-09-10 04:58:14 +00:00
taca
314d903d50 * Avoid to use "ftools" which has deprecated in ruby19. 2010-09-10 04:56:04 +00:00
taca
452a92f2aa * Remove RUBY_HAS_ARCHLIB. 2010-09-10 04:54:04 +00:00
taca
d1530d9eb9 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 04:53:25 +00:00
taca
099f0c1036 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 04:52:59 +00:00
taca
c7b9dc8d02 databases/ruby-sequel-core has merged (or renamed) to databases/ruby-sequel. 2010-09-10 04:49:22 +00:00
taca
ca7521a849 Delete ruby-sequel-core. 2010-09-10 04:48:30 +00:00
taca
dd567e5166 Update databases/ruby-sequel 3.15.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.

It is really renamed from ruby-sequel-core and changes are too may,
please refer CHANGELOG file.
2010-09-10 04:45:46 +00:00
taca
4888e7e969 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add patches for supporting ruby19.
2010-09-10 04:42:58 +00:00
taca
115285a4aa Update databases/ruby-postgres-pr to 0.9.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Correct LICENSE.
* Remove default value of GEM_BUILD.

Changes: Add quote_ident method for rails 2.3.{3,4} compat.
2010-09-10 04:38:01 +00:00
taca
c82323f93b Update databases/ruby-pg to 0.9.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Correct LICENSE.
* Remove default value of GEM_BUILD.

CHANGES:

158[tip]   872063e42b12   2010-02-19 08:02 -0800   ged
  Adding "fat gem" compatible loader, set the default RUBY_CC_VERSION.

157   ab525ca90531   2010-02-19 06:27 -0800   ged
  Updated the Rakefile so it includes itself in gems. (closes #15) Thanks to flameeyes@bitbucket for

156   9c65eb905416   2010-02-18 06:52 -0800   ged
  Applied patch for PGconn#async_exec to make it have the same semantics as PGconn#exec (closes #19). Thanks again to Lars Kanis for the patch.

155   b0017ac0ecb5   2010-02-17 15:30 -0800   ged
  Updated the Rakefile to always default the package version even if a version can't be read from the VERSION_FILE.

154   c7d5458af696   2010-02-17 06:23 -0800   ged
  Improving spec database setup function (closes #18). Thanks to Lars Kanis for another fine patch.

153   39b11474d035   2010-02-17 06:14 -0800   ged
  Ack! Removing typo

152   9d54bbc98488   2010-02-17 06:10 -0800   ged
  Adding a test to ensure the result encoding remains the same even when client_encoding in the connection changes.

151   31afece7c203   2010-01-18 09:15 -0800   ged
  Made the 'make_header' in the extconf more clear.

150:149,148   d9c920068712   2010-01-13 20:56 -0800   pgsql
  Merged

149:141   294eb6d5530b   2010-01-13 20:51 -0800   pgsql
  In rspec tests, replace the pattern:

148   74fab32c2687   2010-01-11 08:15 -0800   ged
  A better fix for the PGconn#block weirdness on Win32 (closes #16).

147   f8dfc1b6c51c   2010-01-06 06:17 -0800   ged
  Rearranged the sections of the README.

146   0df792de2a19   2010-01-05 08:48 -0800   ged
  Updating MacOS X README.

145   2894973bc63f   2010-01-04 18:28 -0800   ged
  Work around broken rb_thread_select() on win32; thanks to Lars Kanis for the patch!

144   88dacdb9c97d   2010-01-04 18:16 -0800   ged
  Reverted removal of PGresult::InvalidOid, fixed broken spec.

143   739cec560448   2010-01-04 17:55 -0800   ged
  Ignore some generated files, documentation work, removed type OID constants.

142   38a0d2a90664   2010-01-04 17:39 -0800   ged
  Applied patch for static cross-compilation of win32 gem from Lars Kanis with a few changes to

141   f31202539234   2010-01-03 11:40 -0800   ged
  Updated build system
2010-09-10 04:36:01 +00:00
taca
175b936704 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 04:34:42 +00:00
taca
dd9a08ed8c Update databases/ruby-mysql to 2.8.2.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove RUBY_HAS_ARCHLIB.
* Add PKG_DESTDIR_SUPPORT.
* Private patch isn't needed any more.

version 2.8.2

    * Fix: Mysql#insert_id returns invalid value when larger than 2**32.
2010-09-10 04:34:12 +00:00
taca
e8a79464a9 * Update MASTER_SITES and HOMEPAGE.
* Ajust new ruby package's framework.

No functional change.
2010-09-10 04:31:57 +00:00
taca
611ab9c39b Update databases/ruby-dbd-pg to 0.3.9.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Fix dependency according to gemspec.
* Remove default value of GEM_BUILD.

Official changes are unknown.

* initial @stmt_name make unique.
* add DBI::ForcedError class.
2010-09-10 04:29:12 +00:00
taca
06af691940 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
2010-09-10 04:24:49 +00:00
taca
fc2ab6fbef Update databases/ruby-dbd-mysql to 0.4.4.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.

0.4.4

Make sure to use String representation of type constants. This fixes
the problem of MySQL values all becoming Ruby Strings instead of sane
and proper Ruby types (like Fixnum for MySQL integers, etc.) Thanks go
to http://github.com/naturalethic who suggested the fix at
http://github.com/Pistos/m4dbi/issues/#issue/2/comment/123677
2010-09-10 04:23:25 +00:00
taca
dc38ff156d Update databases/ruby-dbi package to 0.4.5.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Fix dependency according to gemspec.

Changes are unknown, but may be some bug fixes.
2010-09-10 04:22:08 +00:00
taca
7c3a001e29 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Remove dependency to rake.
2010-09-10 04:14:08 +00:00
taca
ad06965564 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Fix dependency according to gemspec.
2010-09-10 04:12:52 +00:00
taca
154dac018c * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 04:11:12 +00:00
taca
0bbc254fd4 Update databases/ruby-activeldap to 1.2.2.
* Add LICENSE.
* Add proper dependency.
* Remove default value of GEM_BUILD.


= CHANGES

== 1.2.2: 2010-07-04

* Supported ActiveRecord 2.3.8 and Rails 2.3.8.
* [#37] Fixed gem dependencies in Rakefile. [zachwily]
* Fixed a bug that setting 'false' but 'nil' is returned. [Hideyuki Yasuda]
* Supported non-String attribute value as LDIF value. [Matt Mencel]
* Worked with a LDAP server that uses 'objectclass' not 'objectClass' as
  objectClass attribute name. [Tim Hermans]
* [#41] Provide SASL-option support, primarily for authzid
  [Anthony M. Martinez]
* [#43] Error with to_xml [ilusi0n.x]
* [#44] Accept '0' and '1' as boolean value [projekttabla]
* [#27429] Fixed inverted validatation by validate_excluded_classes
  [Marc Dequ«²nes]
* Supported DN attribute value for assosiation replacement.
  [J«Órg Herzinger]
2010-09-10 04:09:42 +00:00
taca
4c28d36375 * Add patches for Ruby 1.9.
* Remove RUBY_HAS_ARCHLIB.

No functional change.
2010-09-10 04:07:52 +00:00
taca
86858bedd1 Remove RUBY_HAS_ARCHLIB. 2010-09-10 03:30:05 +00:00
sno
6d334425af Updating databases/p5-perl-ldap from 0.39nb1 to 0.40.01
pkgsrc changes:
- mark dependencies satisfied by Perl5 Core
- add license definition

Upstream changes:
0.4001 -- Wed Mar 24 14:54:35 CDT 2010

  * Update Module::Install and generate META.yml

0.40 -- Thu Mar 11 20:56:28 CST 2010
  * Avoid 'cookie parsing error' on OpenLDAP 2.3 [Mathieu Parent]
  * Added e-syncRefreshRequired constant [Mathieu Parent]
  * Minor typo fix in documentation [Quanah Gibson-Mount]
  * Update CREDITS for Mathieu Parent
  * Remove runtime dependency on DATA handle for constants
  * Clarify documentation for gen_password
  * Allow caller to pass Authen::SASL client_new object
  * fix typo [Peter Marschall]
  * use current IO::Socket::SSL's method start_SSL instead of deprecated
    function socketToSSL; raise required IO::Socket:SSL version
    appropriately [Peter Marschall]
  * FilterMatch.pm: fix regex treatment in _{cis,exact}_substrings().
    [Peter Marschall]
  * FilterMatch.pm: correct # of args in function declarations/definitions
    [Peter Marschall]
  * Don't duplicate documentation [Mathieu Parent]
  * Added numcmp option to compare attributes numerically. [Kartik Subbarao]
  * Avoid infinite loop when authenticating with EXTERNAL mechanism
  * Add Net::LDAP::Extension::Refresh as described in RFC2589
    [Etienne Bagnoud]
  * RT#40068 Fix tests to work with 2.4.11
  * Add ldif method to Net::LDAP::Entry
  * RT#46111 Make LWP::Protocol::ldap return ldif when requested
  * RT#51165 Compact multiple consecutive spaces in
    Net::LDAP::Util::canonical_dn
  * RT#46125 Add LWP::Protocol::ldaps to support ldaps: urls
  * RT#44110 Fix Net::LDAP::LDIF->current_lines
2010-09-09 21:12:07 +00:00
adam
e87b9b3477 MASTER_SITES and HOMEPAGE have changed 2010-09-09 14:32:26 +00:00
taca
65553c7235 Update mysql51-{client,server} to 5.1.50.
Please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-50.html
for full changes .


InnoDB Notes:

InnoDB Plugin has been upgraded to version 1.0.11. This version is
considered of General Availability (GA) quality.

In this release, the InnoDB Plugin is included in source and binary
distributions, except RHEL3, RHEL4, SuSE 9 (x86, x86_64, ia64),
generic Linux RPM packages, and any builds produced with the icc
compiler. It also does not work for FreeBSD 6 and HP-UX or for Linux
on generic ia64.

Bugs fixed:

Important Change: Replication: The LOAD DATA INFILE statement is now
considered unsafe for statement-based replication. When using
statement-based logging mode, the statement now produces a warning;
when using mixed-format logging, the statement is made using the
row-based format. (Bug#34283)

Partitioning: UPDATE and INSERT statements affecting partitioned
tables performed poorly when using row-based replication. (Bug#52517)

Partitioning: INSERT ON DUPLICATE KEY UPDATE statements performed
poorly on tables having many partitions. This was because the handler
function for reading a row from a specific index was not optimized in
the partitioning handler. (Bug#52455)

The server could crash on shutdown, if started with
--innodb-use-system-malloc=0. (Bug#55581)

GROUP BY operations used max_sort_length inconsistently. (Bug#55188)

Building MySQL on Solaris 8 x86 failed when using Sun Studio due to
gcc inline assembler code. (Bug#55061)

In debug builds, an assertion could be raised when the server tried to
send an OK packet to the client after having failed to detect errors
during processing of the WHERE condition of an UPDATE
statement. (Bug#54734)

The database server could crash when renaming a table that had active
transactions. (This issue only affected the database server when built
for debugging.) (Bug#54453)

The server could crash during the recovery phase of startup, if it
previously crashed while inserting BLOB or other large columns that
use off-page storage into an InnoDB table created with
ROW_FORMAT=REDUNDANT or ROW_FORMAT=COMPACT. (Bug#54408)

For an InnoDB table created with ROW_FORMAT=COMPRESSED or
ROW_FORMAT=DYNAMIC, a query using the READ UNCOMMITTED isolation level
could cause the server to stop with an assertion error, if BLOB or
other large columns that use off-page storage were being inserted at
the same time. (Bug#54358)

A client could supply data in chunks to a prepared statement parameter other than of type TEXT or BLOB using the mysql_stmt_send_long_data() C API function (or COM_STMT_SEND_LONG_DATA command). This led to a crash because other data types are not valid for long data. (Bug#54041)

mysql_secure_installation did not properly identify local accounts and
could incorrectly remove nonlocal root accounts. (Bug#54004)

Transactions could be incorrectly committed during recovery, rather
than rolled back, if the server crashed and was restarted after
performing ALTER TABLE...ADD PRIMARY KEY on an InnoDB table, or some
other operation that involves copying the entire table. (Bug#53756)

Portability problems in SHOW STATUS could lead to incorrect results on
some platforms. (Bug#53493)

Builds of MySQL generated a large number of warnings. (Bug#53445)

With lower_case_table_names set to a nonzero value, searches for table
or database names in INFORMATION_SCHEMA tables could produce incorrect
results. (Bug#53095)

The ABI check for MySQL failed to compile with gcc 4.5. (Bug#52514)

mysql_secure_installation sometimes failed to locate the mysql
client. (Bug#52274)

Reading a ucs2 data file with LOAD DATA INFILE was subject to three
problems. 1) Incorrect parsing of the file as ucs2 data, resulting in
incorrect length of the parsed string. This is fixed by truncating the
invalid trailing bytes (incomplete multibyte characters) when reading
from the file. 2) Reads from a proper ucs2 file did not recognize
newline characters. This is fixed by first checking whether a byte is
a newline (or any other special character) before reading it as a part
of a multibyte character. 3) When using user variables to hold column
data, the character set of the user variable was set incorrectly to
the database charset. This is fixed by setting it to the character set
specified in the LOAD DATA INFILE statement, if any. (Bug#51876)

Searches in INFORMATION_SCHEMA tables for rows matching a nonexistent
database produced an error instead of an empty query
result. (Bug#49542)

On FreeBSD, memory mapping for MERGE tables could fail if underlying
tables were empty. (Bug#47139)

The my_like_range_xxx() functions returned badly formed maximum
strings for Asian character sets, which caused problems for storage
engines. (Bug#45012)

A debugging assertion could be raised after a write failure to a
closed socket. (Bug#42496)

An assertion failure occurred within yaSSL for very long keys. (Bug#29784)

See also Bug#53463.
2010-09-08 16:24:57 +00:00
tron
d764cdb2f2 Update "phpmyadmin" package to version 2.11.11. Changes since 2.11.10.1:
- [core] Fix broken cleanup of $_GET
- bug #3054458 [core] Fixed displaying number of rows.
2010-09-07 22:44:07 +00:00
sno
c8b9941706 Updating databases/p5-Rose-DBx-Garden-Catalyst from 0.14nb1 to 0.15
pkgsrc changes:
- adjust dependency version numbers to match versions of packages in pkgsrc

Upstream changes:
0.15    31 Aug 2010
        * pod patches from movingtarget@mackler.org
        * remove .yml config file and plugin dependency
2010-09-07 06:28:27 +00:00
sno
5d133d5f7a Updating databases/p5-Rose-DBx-Object-MoreHelpers from 0.06nb1 to 0.08
pkgsrc changes:
- adjust dependencies
- add license definition

Upstream changes:
0.07    13 May 2010
        * change primary_key_uri_escaped() implementation to avoid sprintf().

0.08    13 May 2010
        * change primary_key_uri_escaped() (again) to match
          CatalystX::CRUD::Controller, also escaping any / marks.
2010-09-07 06:21:42 +00:00
adam
9b26fe4a5d Changes 2.2.2:
* psycopg/cursor_type.c: executemany() propagates exceptions raised by the
  iterable to the caller.
* lib/pool.py: dropped logging.basicConfig() call.  It messes up with
  projects using logging but where no handler is installed on the root
  logger.
* psycopg/cursor_type.c: exceptions raised in the columns iterator of the
  copy methods propagated to the caller.
* psycopg/typecast_datetime.c: Round seconds in historical timezones to
  the nearest minute.
* lib/extras.py: register_tstz_w_secs() is now no-op.

Changes 2.2.1:
* Builds again on Windows.

Changes 2.2.0:
* typecast.c: Fixed problem related to receiving None from Python
  when a string was expected.
* psycopg/adapter_datetime.c: Fixed TimestampFromTicks for second
  values > 59.5.
* psycopg/adapter_datetime.c: Fixed same bug for TimeFromTicks.
* Added typecasters for arrays of specific MX/Py time-related types.
* psycopg/adapter_[mx]datetime.c: Explicit cast of the SQL representation
  of time-related objects.
* psycopg/adapter_binary.c: Adapt buffer objects using an explicit cast on
  the string literal
* lib/pqpath.c: Fixed reference leak in notify reception.
* Notifies are collected if available after every query execution.
* lib/extensions.py: DECIMAL typecaster imported from _psycopg.
* lib/extensions.py: PY* and MX* time typecaster imported from _psycopg.
* psycopg/connection_type.c: Correctly parse keywords in connect().
* psycopg/pqpath.c: Ensure running COPY in blocking mode.
* psycopg/pqpath.c: Free the GIL in blocking operations in V2 COPY FROM.
* psycopg/pqpath.c: Evaluate Python objects only once outside the COPY I/O
  loops.
* Fixed problem with asynchronous NOTIFYs.
* Integrated async pacthes from Jan's git tree.
2010-09-07 06:13:12 +00:00
sno
0272a2b586 Update databases/p5-Rose-DBx-Garden from 0.17nb1 to 0.18
Upstream changes:
0.18    23 March 2010
        * tweek ->remarks check when mapping to description.
2010-09-07 06:06:54 +00:00
sno
c150bc0749 Updating databases/p5-Rose-DB-Object from 0.786nb1 to 0.789
Upstream changes:
0.789 (06.23.2010) - John Siracusa <siracusa@gmail.com>
    * Added support for SELECT FOR UPDATE and other forms of locking
      (Initial patch by Kostas Chatzikokolakis)
    * Fixed some POD typos (RT 58405)

0.788 (05.22.2010) - John Siracusa <siracusa@gmail.com>
    * Fixed a bug that prevented function calls like now() from being
      properly inlined, even when allow_inline_column_values was set
      to a true value.  (Reported by David Bourget)
    * The Loader/auto-init system will now automatically set the
      allow_inline_column_values attribute to a true value when a
      column has a default value that looks like a function call.
    * Fixed a non-numeric warning with development releases of Math::BigInt.
    * Fixed SQL reserved word quoting bug.  (Reported by Taric Mirza)
    * Avoid stringifying exception objects when setting error().
      (Suggested by Kostas Chatzikokolakis)

0.787 (04.27.2010) - John Siracusa <siracusa@gmail.com>
    * Added remarks column attribute.  (Patch by Adam Mackler)
    * Improved error message generated by get_objects_from_sql() when
      an unknown column is encountered.
    * Added support for Rose::DB's keyword_function_calls attribute.
    * Added dedicated timestamp with time zone column type.
    * Inflate triggers now work correctly with lazy-loaded columns.
      (Reported by Alex Karelas)
    * Failure to have any valid registered data sources no longer causes
      a fatal error when looking up default column sequence names during
      class setup.
2010-09-07 06:03:27 +00:00
sno
fd0add621d Updating databases/p5-Rose-DB from 0.758nb1 to 0.762
pkgsrc changes:
- import package for newly introduced dependency DateTime::Format::Oracle

Upstream changes:
0.762 (06.23.2010) - John Siracusa <siracusa@gmail.com>
    * Support for Rose::DB::Object 0.789.

0.761 (05.22.2010) - John Siracusa <siracusa@gmail.com>
    * Support for Rose::DB::Object 0.788.
    * Detect and report problems caused by DBD::mysql versions that fail to
      set the Active database handle attribute back to a true value when
      mysql_auto_reconnect is set.  (Reported by Matt S. Trout and Kostas
      Chatzikokolakis)

0.760 (04.28.2010) - John Siracusa <siracusa@gmail.com>
    * Moved version number back to three places after the decimal in order to
      placate Unix package management systems.  (Suggested by Matt S. Trout)

0.7591 (04.27.2010) - John Siracusa <siracusa@gmail.com>
    * Corrected skip counts in MySQL tests.

0.759 (04.27.2010) - John Siracusa <siracusa@gmail.com>
    * Fixed some inheritance dead ends (Reported by Matt S. Trout)
    * Corrected parse_array()'s value unescaping (RT 56112)
    * Added timestamp with time zone parsing/formating methods.
    * Improved Oracle date/time parsing and formatting.
    * DateTime::Format::Oracle is now a prerequisite (see above).
2010-09-07 05:57:23 +00:00
sno
dfd70240f4 Updating databases/p5-DBIx-Class-TimeStamp from 0.13 to 0.14
pkgsrc changes:
- adjusting dependencies

Upstream changes:
0.14 2010-09-05 15:00:00
    - Release with fixed-up Module::Install/META.yml
    - Bump run-time dependencies to minimal usable level
2010-09-07 04:41:56 +00:00
sno
c275eb62f1 Updating databases/p5-Catalyst-Model-DBIC-Schema from 0.40nb1 to 0.43
pkgsrc changes:
- adjust dependencies

Upstrean changes:
0.43  Sun Jul 25 01:00:34 UTC 2010
        - add dep for MooseX::NonMoose for the use_moose=1 option

0.42  Sat Jul 24 23:14:27 UTC 2010
        - add use_moose=1 to loader options by default for create=static

0.41  Wed Apr 28 08:42:13 EDT 2010
        - allow configuring ResultSets using the SchemaProxy trait
2010-09-05 15:55:12 +00:00
sno
41f2e42dd3 Updating databases/p5-CatalystX-CRUD from 0.48nb1 to 0.51
pkgsrc changes:
- adjusting dependencies

Upstream changes:
0.49    11 April 2010
        * uri_for_view_on_single_result() will return uri for 'view' action,
          regardless of value of can_write().

0.50    13 May 2010
        * fix make_primary_key_string() to get rid of bad sprintf() call

0.51    19 May 2010
        * added use_request_uri_for_path to test MyApp to fix
          test failures with Catalyst::Runtime 5.80024
2010-09-05 15:20:19 +00:00
sno
38d086f1ef Updating databases/p5-DBIx-DBSchema from 0.38nb1 to 0.39
Upstream changes:
0.39 Fri Mar 26 20:24:58 PDT 2010
        - mysql: TEXT->LONGTEXT
        - mysql: when reverse engineering, transform a default of
          CURRENT_TIMESTAMP into the more common NOW()
        - mysql: fix reverse-engineering of empty string default
2010-09-02 06:16:33 +00:00
sno
470c61c462 Updating databases/p5-DBIx-Class-TimeStamp from 0.12nb1 to 0.13
Upstream changes:
0.13 2010-05-21 18:20:00
    - Changing resolution of tests to not use seconds, RT #48385
    - Changing comparison in tests to support Test::More 0.96, RT #57746
2010-09-02 06:11:59 +00:00
sno
a03c221e49 Updating databases/p5-DBIx-Class-EncodedColumn from 0.00009nb1 to 0.00010
Upstream changes:
0.00010	       2010-08-27
	- Support for crypt()
2010-09-02 06:02:20 +00:00
sno
ce0d356756 Updating databases/p5-DBD-mysql from 4.013nb1 to 4.017
Upstream changes:
2010-08-11 Patrick Galbraith <patg@patg.net> (4.017)
* BUG #60085, Andreas Koenig's patch for DBI changes
* Updated documents

2010-07-10 Patrick Galbraith <patg@patg.net> (4.016)
* Disabled mysql_bind_type_guessing due to one performance issue
  querying on a indexed character column unquoted will mean the index
  is not used
* Fixed int types that should be bools

2010-07-09 Patrick Galbraith <patg@patg.net> (4.015)
* BUG #56664 fixed t/40blobs.t skip_all logic (W. Phillip Moore)
* BUG #57253 Fixed iteration past end of string (crash). (Chris Butler)
* Added a new parameter for old behavior- mysql_bind_comment_placeholders which
  will make it possible to have placeholders bound for those who really
  want that behavior.
* Fixed bind_type_guessing - always on now

2010-04-14 Patrick Galbraith <patg@patg.net> (4.014)
* BUG #30033 Fixed handling of comments to allow comments that contain characters
  that might otherwise cause placeholder detection to not work properly
* BUG #53844, Fix for memory leak in stats. (Gregory Burmistrov)
* BUG #49719, Fix for handling of NULLs in prepared statements (Gert Pache)
* BUG #55627, Fix for testing failure due to strict mode (Yves)
* BUG #51784, Fix for mysqladmin on Windows in Makefile (Zeeshan Muhammad)
* BUG #41630, Typo in Makefile
* Had to define true and false in dbdimp.h. Didn't work out of the box on Linux
2010-08-31 20:52:30 +00:00
adam
66bef49b97 Changes 3.7.2:
* Fix an old and very obscure bug that can lead to corruption of the database
  free-page list when incremental_vacuum is used.

Changes 3.7.1:
* Added new commands SQLITE_DBSTATUS_SCHEMA_USED and SQLITE_DBSTATUS_STMT_USED
  to the sqlite3_db_status() interface, in order to report out the amount of
  memory used to hold the schema and prepared statements of a connection.
* Increase the maximum size of a database pages from 32KiB to 64KiB.
* Use the LIKE optimization even if the right-hand side string contains no
  wildcards.
* Added the SQLITE_FCNTL_CHUNK_SIZE verb to the sqlite3_file_control()
  interface for both unix and windows, to cause database files to grow in
  large chunks in order to reduce disk fragmentation.
* Fixed a bug in the query planner that caused performance regresssions
  relative to 3.6.23.1 on some complex joins.
* Fixed a typo in the OS/2 backend.
* Refactored the pager module.
* The SQLITE_MAX_PAGE_SIZE compile-time option is now silently ignored.
  The maximum page size is hard-coded at 65536 bytes.
2010-08-27 09:50:21 +00:00
adam
b2bb4588e1 Changes 2.0.4:
* script syntax error
* Fixed memory corruption issue introduced in 2.0.3 with replicating large rows
* cloneNodeFinish() references the proper column in sl_sequence
* Newer versions of flex have changed yyleng from an int to a size_t
  instead of referencing the extern yyleng directly we use the function
  yyget_leng() and have added a configure check to confirm that the version
  of flex we use is not too old.
* Memory leak fixes
* Various documentation fixes
* cloneNodeFinish() called updateRelOid() that ws looking at wrong tab_id
  sl_sequence but the column is named seq_id.
* Fixed mistyped variable name in ShouldSlonyVacuumTable
2010-08-27 08:03:16 +00:00
sno
789e4fde62 Updating databases/p5-gdbm to be in sync with lang/perl5 (5.12.1)
- add license
2010-08-27 05:32:59 +00:00
seb
5ef06cbd61 Update p5-DBM-Deep from version 2.0000 to version 2.0001.
Upstream changes:
2.0001 Aug 22 12:03:00 2010 PDT
    - Simply reading a hash or array element no longer causes autoviv-
      ification. (Dereferencing it does still.) This makes DBM::Deep
      comply with Perl's behaviour (RT#60391).
2010-08-27 03:43:06 +00:00
seb
a3484016e6 - Fix build with Perl 5.12.1 by using Module::Build (compatibility
Makefile.PL is not groked by Perl's 5.12.1 ExtUtils::MakeMaker). As
a side effect fix PERL5_PACKLIST.
- While here add dependency on databases/p5-DBD-postgresql.

Bump PKGREVISION to 3.
2010-08-24 05:23:17 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
tron
f72fbf5986 Update "phpmyadmin" package to version 2.11.10.1.
Changes since version 2.11.10:
- [setup] Fixed output sanitizing in setup script, see PMASA-2010-4 for
  more details.
- [core] Fixed various XSS issues, see PMASA-2010-5 for more details.
2010-08-21 07:50:01 +00:00
sno
fc6e51abc3 Updating databases/p5-DBM-Deep from 1.0025 to 2.0000
Upstream changes:
2.0000 Jul 18 14:30:00 2010 PDT
    - THIS VERSION IS NOT FULLY COMPATIBLE WITH 1.002x.
    - This version is practically identical to the previous dev
      release. See 1.9999_01, below, for all the hype.
    - Also, a memory leak caused by misuse of field hashes has
      been fixed.
    - perl 5.8.4 is now required.

1.9999_02 Jul 11 13:02:00 2010 PDT
    (This is the second developer release for 2.0000.)
    - Fixed a broken test
    - Fixed compilation and overloading under perl 5.8.x

1.9999_01 Jun 27 14:22:00 2010 PDT
    (This is the first developer release for 2.0000.)
    - THIS VERSION CHANGES THE FILE FORMAT.
        - Databases from DBM::Deep 1.0003 and higher can still
          be opened.
        - Newly-created databases automatically use the version 2.x
          format (numbered 4 internally), which version 1.x
          cannot open.
        - The optimize method, since it copies everything to a new
          database, upgrades it.
        - There is a new db_version method.
    - Support for perl 5.6 has been dropped. We now require 5.8. 5.6
      users can still use version 1.0025. If anyone really needs 5.6
      support in version 2.x, we can add it back again, but would pre-
      fer not to. Bug fixes may be back-ported to 1.002x if requested.
    - The File back end now supports Unicode. This is only supported
      for new databases. Old databases in the DBM::Deep 1.0003 format
      will have to be upgraded for this to work.
    - New external_refs mode, which allows objects retrieved from the
      database to hang on to the corresponding database entries, keep-
      ing them alive, even after all references to them from the data-
      base itself have been deleted.
    - Numeric comparison of DBM::Deep objects now works. Different
      objects used to compare equal. And there were uninitial-
      ized warnings.
    - Deletions now work properly in the DBI back end. Deleting an
      array or hash referenced by two keys in the database used to
      be a no-op.
2010-08-21 06:07:39 +00:00
sno
5f20eb2947 Updating databases/p5-ORLite from 1.44 to 1.45
pkgsrc changes:
- adjust dependencies

Upstream changes:
1.45 Sun  8 Aug 2010
	- Adding initial support for cache => $directory (ADAMK)
2010-08-20 06:30:10 +00:00
sno
4af9bef6af fix typo 2010-08-19 20:28:24 +00:00
sno
d47fc95661 Updating databases/p5-DBIx-Class-Schema-Loader from 0.05003 to 0.07001.
pkgsrc changes:
- adjust dependencies according to META.yml

Upstream changes:
0.07001  2010-07-24 21:28:08
        - put is_deferrable => 1 back into default attributes for belongs_to
        - fix Postgres sequence detection for qualified sequences
        - detect DOS line ends in table/column comments and convert to \n
        - added use_moose option
        - always mark pk columns is_nullable=0
        - fix unique constraint names for SQLite (actual names break ->deploy)
        - fix bug in qualify_objects that would add schema to relnames
        - better type info for Informix, except for DATETIME precision and
          INTERVAL support
        - better type info for DB2
        - fix some newly-introduced test bugs
        - fix composite PKs getting marked is_auto_increment on SQLite

0.07000  2010-05-22 23:40:15
        - added qualify_objects option to prepend db_schema to table names
        - fix for negative numeric default values
        - sequence is detected for Oracle
        - fix for SQLite is_auto_increment detection when table is empty (hobbs)
        - rescan now reloads all tables
        - minor type info improvements for all DBs
        - fix erroneous default_value for MySQL NOT NULL columns (RT#57225)
        - remove is_deferrable => 1 from default for belongs_to rels
        - better type info for Oracle
        - preliminary Informix support
        - unregister dropped sources on rescan
        - added 'preserve_case' option with support for all DBs where it makes
          sense; removed the MSSQL 'case_sensitive_collation' and the
          Firebird/InterBase 'unquoted_ddl' options in favor of it.
        - support CamelCase table names and column names (in case-preserving
          mode) at the v7 naming level
        - rewrite datetime default functions as \'current_timestamp' where
          possible (except for Sybase ASE) to ease cross-deployment
        - use column_info instead of select to get Oracle column list (RT#42281)
        - match quotes in MySQL parser in more places (RT#42101)
        - fix unique detection in DB2 for multiple schemas (RT#39622)
        - fix column name collisions with methods (RT#49443)
        - fix loading MySQL views on older MySQL versions (RT#47399)

0.06001  2010-04-10 01:31:12
        - fix type info for MSSQL
        - fix MSSQL collation detection on freetds tds version 8.0

0.06000  2010-04-06 01:12:25
        - better type info for MySQL
        - initial MySQL data type tests (jhannah)
        - don't set result_namespace if it's 'Result'
        - support for MSSQL databases with case sensitive collation, manually
          overridable with 'case_sensitive_collation' option
        - do not try to detect driver and rebless when used with a custom
          'loader_class'
        - suppress 'bad table or view' warnings for filtered tables/views
        - croak if several tables reduce to an identical moniker (ribasushi)
        - better type info for Sybase ASE
        - better type info for Pg: sets sequence for serials, handles numerics
          without precision
        - better _tables_list for MSSQL
        - pick up views in SQLite too
        - better rel inflection using Lingua::EN::Inflect::Phrase
        - cascade_delete and cascade_copy are turned off for has_many/might_have
          by default, and belongs_to has on_delete => 'CASCADE', on_update =>
          'CASCADE' and is_deferrable => 1 by default, overridable via
          relationship_attrs
        - added config_file option for loading loader options from a file
        - set inflate_datetime => 1 for 'AS getdate()' computed columns in
          Sybase
        - Firebird support
        - use introspection pragmas instead of regexes to introspect SQLite
          (hobbs)
        - generate POD for refs correctly from column_info
        - fix tables list, fk introspection and type info for SQL Anywhere
2010-08-19 20:27:18 +00:00
sno
0ac3dcf62b Updating databases/p5-DBIx-Class-RDBOHelpers from 0.08 to 0.09
pkgsrc changes:
- add license definition
- adjust dependencies

Upstream changes:
0.09    13 May 2010
        * fix primary_key_uri_escaped per Rose::DBx::Object::MoreHelpers 0.07Updating databases/p5-DBIx-Class-RDBOHelpers from 0.08 to 0.09

pkgsrc changes:
- add license definition
- adjust dependencies

Upstream changes:
0.09    13 May 2010
        * fix primary_key_uri_escaped per Rose::DBx::Object::MoreHelpers 0.07.
2010-08-18 06:11:18 +00:00
sno
fc8d39b00f Updating databases/p5-DBIx-Class-Fixtures from 1.001009 to 1.001010
Upstream changes:
1.001010
- Fixed docs to use double quotes which is valid JSON
2010-08-18 06:03:27 +00:00
sno
f5c8c2dafd Updating databases/p5-DBIx-Class-EncodedColumn from 0.00006 to 0.00009
pkgsrc changes:
- adjust dependencies

Upstream changes:
0.00009        2010-05-17
        - Rewritten test suite
0.00008        2010-04-30
        - Fix packaging bug.
0.00007        2010-04-29
        - Fix for inter-component leaks because of improper mk_classdata usage
          (fixes RT #5099 by Kent Fredric) ( groditi )
2010-08-18 05:38:06 +00:00
sno
4663256900 Bug-Fix in databases/p5-SQL-Statement affects DBD::CSV, so require fixed
version and bump revision to force users to update
2010-08-17 06:35:28 +00:00
sno
c8d76649d9 Updating databases/p5-SQL-Statement from 1.30 to 1.31
Upstream changes:
Version 1.31, released August 16th, 2010
----------------------------------------------

[Bug fixes]
* Fix misbehaviour of DELETE/UPDATE for tables with only basic capabilities
  and no matching where clause (reported by H.Merijn Brand and Drew ...)
* Fix some column identifier splits to respect quoted tables

[Improvements]
* Optimized some core routines between 25% and 50%.
2010-08-17 06:33:27 +00:00
wiz
9d52b5cd34 Update to 0.43:
0.43  1st August 2010

        * Changes to build with BDB 5.1
          - Dropped support for Server option when creating an environment.

        * Documantation updates.
          RT# 59202

        * Fixed compilation error with MS Visual Studio 2005
          RT# 59924
2010-08-16 09:37:50 +00:00
taca
93a53fbf88 Fix some my_time_t (long) v.s. time_t problem introduced MySQL 5.1.49.
This problem results mysqld to exit on start up.

		5.1/i386	5.1/amd64	5.99.38/i386	5.99.38/amd64
my_time_t	int32_t		int64_t		int32_t		int64_t
time_t		int32_t		int32_t		int64_t		int64_t

I confirmed to mysqld running on these four case except 5.99.38/i386.

Bump PKG_REVISION.
2010-08-13 14:25:34 +00:00
taca
f1fdf4c660 Update mysql51-client and mysql51-server to 5.1.49.
Please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-49.html
for full changes.


* InnoDB Plugin has been upgraded to version 1.0.10. This version is
  considered of General Availability (GA) quality.

  In this release, the InnoDB Plugin is included in source and binary
  distributions, except RHEL3, RHEL4, SuSE 9 (x86, x86_64, ia64), and
  generic Linux RPM packages. It also does not work for FreeBSD 6 and
  HP-UX or for Linux on generic ia64.

Bugs fixed:

* Security Fix: After changing the values of the innodb_file_format or
  innodb_file_per_table configuration parameters, DDL statements could
  cause a server crash. (Bug#55039)

* Security Fix: Joins involving a table with with a unique SET column
  could cause a server crash. (Bug#54575)

* Security Fix: Incorrect handling of NULL arguments could lead to a
  crash for IN() or CASE operations when NULL arguments were either
  passed explicitly as arguments (for IN()) or implicitly generated by
  the WITH ROLLUP modifier (for IN() and CASE). (Bug#54477)

* Security Fix: A malformed argument to the BINLOG statement could
  result in Valgrind warnings or a server crash. (Bug#54393)

* Security Fix: Use of TEMPORARY InnoDB tables with nullable columns
  could cause a server crash. (Bug#54044)

* Security Fix: The server could crash if there were alternate reads
  from two indexes on a table using the HANDLER interface. (Bug#54007)

* Security Fix: Using EXPLAIN with queries of the form SELECT
  ... UNION ... ORDER BY (SELECT ... WHERE ...) could cause a server
  crash. (Bug#52711)

* Security Fix: LOAD DATA INFILE did not check for SQL errors and sent
  an OK packet even when errors were already reported. Also, an assert
  related to client-server protocol checking in debug servers
  sometimes was raised when it should not have been. (Bug#52512)
2010-08-11 23:18:04 +00:00
dsainty
f7895d6343 Correct minor build problems under Ubuntu 10.04. 2010-08-11 12:21:56 +00:00
tron
7a74edf938 Update "py-mysql" package to version 1.2.3. A list of the changes since
release candidate 1 is not available unfortunately.
2010-08-10 08:49:40 +00:00
adam
774871ef51 Changes 3.7.0.1:
* Fix a potential database corruption problem that can result if the same
  database file is alternately written by version 3.7.0 and 3.6.23.1.
* Fix a possible performance regression caused by the introduction of automatic
  indexing.
2010-08-08 12:04:37 +00:00
seb
cac0fb07a4 Update from version 0.08120 to version 0.08123.
Pkgsrc changes:
- adjust dependencies
- set PERL5_MODULE_TYPE to Module::Install::Bundled

Upstream changes:
0.08123 2010-06-12 14:46 (UTC)
    * Fixes
        - Make sure Oracle identifier shortener applies to auto-generated
          column names, so we stay within the 30-char limit (RT#58271)
        - Oracle sequence detection now works across schemas
        - Fix a Storage/$dbh leak introduced by the migration to
          Try::Tiny (this is *not* a Try::Tiny bug)
        - Fix corner case of count with group-by over a 1:1 join column
          where the selector ends up with column name clashes
        - POD fixes (RT#58247)

    * Misc
        - Test suite default on-disk database now checks for Win32
          fail-conditions even when running on other OSes

0.08122 2010-06-03 17:41 (UTC)
    * New Features
        - Add DBIx::Class::FilterColumn for non-ref filtering
        - ::Storage::DBI now correctly preserves a parent $dbh from
          terminating children, even during interpreter-global
          out-of-order destruction
        - dbicadmin supports an -I option with the same semantics as
          perl itself
        - InflateColumn::DateTime support for MSSQL via DBD::Sybase
        - Millisecond precision support for MSSQL datetimes for
          InflateColumn::DateTime
        - Oracle-specific hierarchical query syntax support:
          CONNECT BY (NOCYCLE) / START WITH / ORDER SIBLINGS BY
        - Support connecting using $ENV{DBI_DSN} and $ENV{DBI_DRIVER}
        - current_source_alias method on ResultSet objects to
          determine the alias to use in programatically assembled
          search()es (originally added in 0.08100 but unmentioned)
        - Rewrite/unification of all subselecting limit emulations
          (RNO, Top, RowNum) to be much more robust wrt complex joined
          resultsets
        - MSSQL limits now don't require nearly as many applications of
          the unsafe_subselect_ok attribute, due to optimized queries
        - Support for Generic Subquery limit "emulation" - awfully slow
          and inefficient but works on almost any db, and is preferred
          to software limit emulation
        - Sybase ASE driver now uses SET ROWCOUNT where possible, and
          Generic Subquery otherwise for limit support instead of always
          using software limit emulation
        - create_ddl_dir (and derivatives) now attempt to create the given
          $ddl_dir if it does not already exist
        - deployment_statements now automatically supplies the current RDBMS
          version to SQLT producer_args for MySQL, Pg, SQLite and Oracle

    * Fixes
        - Fix nasty potentially data-eating bug when deleting/updating
          a limited resultset
        - Fix find() to use result_class set on object
        - Fix result_class setter behaviour to not mistakenly stuff attrs.
        - Don't try and ensure_class_loaded an object. This doesn't work.
        - Fix as_subselect_rs to not inject resultset class-wide where
          conditions outside of the resulting subquery
        - Fix count() failing with {for} resultset attribute (RT#56257)
        - Fixed incorrect detection of Limit dialect on unconnected $schema
        - update() on row not in_storage no longer throws an exception
          if there are no dirty columns to update (fixes cascaded update
          annoyances)
        - update()/delete() on prefetching resultsets no longer results
          in malformed SQL (some $rs attributes were erroneously left in)
        - Fix dbicadmin to allow deploy() on non-versioned schema
        - Fix dbicadmin to respect sql_dir on upgrade() (RT#57732)
        - Update Schema::Versioned to respect hashref style of
          connection_info
        - Do not recreate the same related object twice during MultiCreate
          (solves the problem of orphaned IC::FS files)
        - Fully qualify xp_msver selector when using DBD::Sybase with
          MSSQL (RT#57467)
        - Fix ::DBI::Storage to always be able to present a full set of
          connect() attributes to e.g. Schema::Versioned
        - Fix Oracle auto-inc trigger detection of "INSERT OR UPDATE"-type
          triggers

    * Misc
        - Reformatted Changelog \o/
        - DBIC goes git://git.shadowcat.co.uk/dbsrgits/DBIx-Class.git
        - Allow developers to skip optional dependency forcing when working
          from a checkout
        - Add a warning to load_namespaces if a class in ResultSet/ is not
          a subclass of DBIx::Class::ResultSet
        - All DBIC exception-handling switched to Try::Tiny
        - All DBIC modules are now free of imports via namespace::clean
        - Depend on optimized SQL::Abstract (faster SQL generation)
        - Depend on new Class::Accessor::Grouped reintroducing optional use
          of Class::XSAccessor (just install C::XSA and get lightning fast
          column accessors)

0.08121 2010-04-11 18:43:00 (UTC)
        - Support for Firebird RDBMS with DBD::InterBase and ODBC
        - Add core support for INSERT RETURNING (for storages that
          supports this syntax, currently PostgreSQL and Firebird)
        - Fix spurious warnings on multiple UTF8Columns component loads
        - DBIx::Class::UTF8Columns entered deprecated state
        - DBIx::Class::InflateColumn::File entered deprecated state
        - DBIx::Class::Optional::Dependencies left experimental state
        - Add req_group_list to Opt::Deps (RT#55211)
        - Add support for mysql-specific STRAIGHT_JOIN (RT#55579)
        - Cascading delete/update are now wrapped in a transaction
          for atomicity
        - Fix accidental autovivification of ENV vars
        - Fix update_all and delete_all to be wrapped in a transaction
        - Fix multiple deficiencies when using MultiCreate with
          data-encoder components (e.g. ::EncodedColumn)
        - Fix regression where SQL files with comments were not
          handled properly by ::Schema::Versioned.
        - Fix regression on not properly throwing when $obj->relationship
          is unresolvable
        - Fix the join-optimiser to consider unqualified column names
          whenever possible
        - Fix an issue with multiple same-table joins confusing the join
          optimizier
        - Add has_relationship method to row objects
        - Fix regression in set_column on PK-less objects
        - Better error text on malformed/missing relationships
        - Add POD about the significance of PK columns
        - Fix for SQLite to ignore the (unsupported) { for => ... }
          attribute
        - Fix ambiguity in default directory handling of create_ddl_dir
          (RT#54063)
        - Support add_columns('+colname' => { ... }) to augment column
          definitions.
2010-08-07 03:08:19 +00:00
obache
5c6cb11bfc Update HOMEPAGE location. 2010-08-06 04:51:23 +00:00
obache
2b7e7b7397 Update tokyotyrant to 1.1.41.
2010-02-02  FAL Labs  <info@fallabs.com>

	- site documents were modified.

	- Release: 1.1.41
2010-08-06 04:39:22 +00:00
obache
5a2c78d4f9 Update tokyocabinet to 1.4.46.
2010-08-01  FAL Labs  <info@fallabs.com>

	- site documents were modified.

	- Release: 1.4.46
2010-08-06 04:36:50 +00:00
jnemeth
8ec5d7772f sort 2010-08-05 04:44:03 +00:00
sno
b24c05a1d7 Updating databases/p5-SQL-Statement from 1.28 to 1.30
Upstream changes:
Version 1.30, released August 1st, 2010
----------------------------------------------

[Bug fixes]
* remove blib directory from distfile

Version 1.29, released August 1st, 2010
----------------------------------------------

[Bug fixes]
* add some getters as documented in SQL::Statement::Structure
  (fixes RT#59834, thanks John Wiersba)
* add missing import of function croak to SQL::Statement::Term::ColumnValue
* fix assignment of parser result (doesn't run with perl-5.13.3)
2010-08-04 15:05:20 +00:00
sno
ac1d0b9df1 Updating databases/p5-DBI from 1.612 to 1.613
Upstream changes:
Changes in DBI 1.613 (svn r14271) 22nd July 2010
  * Fixed Win32 prerequisite module from PathTools to File::Spec.
  * Changed attribute headings and fixed references in DBI pod (Martin J.
    Evans)
  * Corrected typos in DBI::FAQ and DBI::ProxyServer (Ansgar Burchardt)
2010-08-04 15:02:05 +00:00
sno
2ab76ba264 Updating databases/p5-SQL-Translator from 0.11005 to 0.11006
pkgsrc changes:
- adjust dependencies

Upstream changes:
# ----------------------------------------------------------
# 0.11006 2010-06-03
# ----------------------------------------------------------
* Fix Producer::Oracle varchar2 without size def (ORA-00906: missing right
  parenthesis)
* Fix Producer::Oracle translate float and double to float instead of number
* Fix Producer::Oracle generation of too long unique constraint names
* Fix Producer::SQLite when generating VIEWs with add_drop_table => 1
* Fix Producer::MySQL not quoting index names when requested (RT#56173)
* Fix Producer::MySQL wrapping extra ()s around VIEW SELECT-ors (RT#56419)
* Fix Field::default_value to behave like a real accessor (allow undef as
  an unsetting argument)
* Fix Mysql/Pg/SQLite/MSSQL producers to properly *not* quote numeric default
  values (RT#57059)
* Producer::Oracle tests now use Test::Differences
* Prettify output of SQLite producer (less bogus newlines)
* Augment SQLite and Pg producers to accept a perl-formatted (%d.%03d%03d)
  and regular no-leading-zero (X.X.X) *_version producer args
2010-08-04 14:26:45 +00:00
mbalmer
621ca76939 Link postgresql84-dblink to the build. 2010-08-04 06:06:11 +00:00
mbalmer
3aa9628c32 databases/postgresql84-dblink is a contributed module for PostgreSQL to
allow for connection to a remote server directly from a DB backend, e.g.
from PL/pgSQL functions.
2010-08-04 06:04:41 +00:00
mbalmer
5d1818e01a Prepare for databases/postgresql84-dblink 2010-08-04 06:00:55 +00:00
darcy
9b54793466 Fix package name for postgresql84-pgcrypto. 2010-08-04 02:16:55 +00:00
sno
4ea9f2d90f Updating databases/p5-ORLite-Migrate from 1.06 to 1.07
pkgsrc changes:
- adjust dependencies

Upstream changes:
1.07 Thu 25 Mar 2010
	- Updating Module::Install::DSL to 0.95
	- Fixed #46999 - Fixing the IPC::Run3 error checks to actually work
	  (Bug report and patch provided by Troels Liebe Bentsen)
2010-08-01 20:01:58 +00:00
sno
b53a4a2040 Updating databases/p5-ORLite from 1.42 to 1.44
Upstream changes:
1.44 Fri 23 Jul 2010
	- Upgrading to Module::Install::DSL 1.00 (ADAMK)
	- Adding the per-table table_info method to get the columns (ADAMK)
	- Adding tests for the per-table metadata methods (ADAMK)

1.43 Mon 10 May 2010
	- Ensure 100% of tables and columns are quoted correctly (ADAMK)
2010-08-01 19:57:36 +00:00
jdolecek
7203bd07bd add postgresql84-pgcrypt 2010-08-01 17:45:26 +00:00
jdolecek
02bd70d54f Add PostgreSQL 8.4 pgcrypto module, providing cryptographic functions 2010-08-01 17:44:04 +00:00
jdolecek
cefa084a9c contrib/pgcrypto should also be built as a shared module (same as adminpack) 2010-08-01 17:01:02 +00:00
sno
a8aa0b3dfa Updating databases/p5-Template-DBI from 2.64 to 2.65
pkgsrc changes:
- adjust dependencies
- clarify license
- remove upstream applied patch

Upstream changes:
2.65    2010-07-27
        - take over maintainership from prior maintainers
	  Andy Wardley and Simon Matthews (Jens Rehsack)
	  Thanks to both guys for their great work so far
	- improve connect to can reconnect after CLONE
	- add support for keeping alive in threaded environment
	- add ability to prepare/query with passing params to
	  $dbh->prepare
	- add some neat functions to the iterator of th $sth
	- add ability to fetch and store $dbh and $sth attributes
	- reap DBI handles for new threads when used in threaded
	  environments and threads::variable::reap is available
	- add test with two placeholders
2010-07-31 12:37:15 +00:00
sno
39131f2cb0 Updating databases/p5-Tie-DBI from 1.02 to 1.05.
pkgsrc changes:
- apply patches from RT#58813
- add license definition

Upstream changes:
1.05 Sat Apr10 01:00 2010
       need to make DBD::SQLite to pre-req to get tests to succeed.
	This shouldn't really be an undue burden

1.04 Mon Mar 31 22:25 2010
	Add DBD::SQLite to build_requires meta so automated testing
	won't fail

1.03 Mon Mar 29 13:00 2010
	RT 3695 - SQLite support - Thanks RURBAN
	RT 19833 - Don't Chomp blanks. The user can do that in their
	script if they intended it.
	   NOTE!!! This may break your code if you were depending on
		this behavior. Please open an RT ticket if you feel
		this needs to be put back in.
	Test suite to Test::More
2010-07-31 07:24:38 +00:00
sno
4b7a3b0d53 Added databases/p5-YAML-MLDBM 2010-07-31 07:18:01 +00:00
sno
62cfa0e0c2 Importing package for p5 distribution YAML-MLDBM 0.10 into
databases/p5-YAML-MLDBM

This module is similar to MLDBM except that it stores data internally as
YAML, instead of Data::Dumper or Storable. By doing this, tied hash DBM
databases can be created that can be used seamlessly in Python or Ruby
applications. That's because those languages also have YAML and DBM
modules. As other languages get YAML support, YAML::MLDBM should be able
to be used with them as well.

This module is a wrapper around MLDBM, but you open a DBM file using the
new() method, instead of using a tie. new() will return a reference to
a tied hash.

You can also use YAML as a serialization method for MLDBM itself.
2010-07-31 07:16:23 +00:00
sno
df2e2d1a01 Added databases/p5-DBIx-Connector 2010-07-31 07:12:21 +00:00
sno
9e097f88f2 Importing package for DBIx::Connector 0.35 into databases/p5-DBIx-Connector.
DBIx::Connector provides a simple interface for fast and safe DBI connection
and transaction management. Connecting to a database can be expensive; you
don't want your application to re-connect every time you need to run a query.
The efficient thing to do is to hang on to a database handle to maintain a
connection to the database in order to minimize that overhead.
DBIx::Connector lets you do that without having to worry about dropped or
corrupted connections.
2010-07-31 07:11:05 +00:00
ghen
d3d7c5854b Update to OpenLDAP 2.4.23, now the "stable" release.
OpenLDAP 2.4.23 Release (2010/06/30)
	Fixed libldap to return server's error code (ITS#6569)
	Fixed libldap memleaks (ITS#6568)
	Fixed liblutil off-by-one with delta (ITS#6541)
	Fixed slapd acls with glued databases (ITS#6468)
	Fixed slapd syncrepl rid logging (ITS#6533)
	Fixed slapd modrdn handling of invalid values (ITS#6570)
	Fixed slapd-bdb hasSubordinates computation (ITS#6549)
	Fixed slapd-bdb to use memcpy instead for strcpy (ITS#6474)
	Fixed slapd-bdb entry cache delete failure (ITS#6577)
	Fixed slapd-ldap to return control responses (ITS#6530)
	Fixed slapo-ppolicy to use Debug (ITS#6566)
	Fixed slapo-refint to zero out freed DN vals (ITS#6572)
	Fixed slapo-rwm to use Debug (ITS#6566)
	Fixed slapo-sssvlv to use Debug (ITS#6566)
	Fixed slapo-syncprov lost deletes in refresh phase (ITS#6555)
	Fixed slapo-valsort to use Debug (ITS#6566)
 	Fixed contrib/nssov network.c missing patch (ITS#6562)
	Build Environment
		Fixed test043 attribute sorting (ITS#6553)
	Documentation
	        slapd-config(5) note default rootdn (ITS#6546)

OpenLDAP 2.4.22 Release (2010/04/24)
	Added slapd SLAP_SCHEMA_EXPOSE flag for hidden schema elements (ITS#6435)
	Added slapd tools selective iterations (ITS#6442)
	Added slapd syncrepl TCP keepalive (ITS#6389)
	Added slapo-ldap idassert-passthru (ITS#6456)
	Added slapo-pbind
	Fixed libldap gmtime re-entrancy (ITS#6262)
	Fixed libldap gssapi off by one error (ITS#6223)
	Fixed libldap GnuTLS serial length (ITS#6460)
	Fixed libldap MozNSS context and PEM support (ITS#6432)
	Fixed libldap referral on bind behavior(ITS#6510)
	Fixed slapd acl non-entry internal searches (ITS#6481)
	Fixed slapd acl attrval style initialization (ITS#6520)
	Fixed slapd certificateListValidate (ITS#6466)
	Fixed slapd empty URI parsing (ITS#6465)
	Fixed slapd glued misplaced entries (ITS#6506)
	Fixed slapd glued paged cookies (ITS#6507)
	Fixed slapd glued paged results (ITS#6504)
	Fixed slapd gmtime re-entrancy (ITS#6262)
	Fixed slapd to ignore controls with unrecognized flags (ITS#6480)
	Fixed slapd entry ownership (ITS#5340)
	Fixed slapd sasl auxprop_lookup (ITS#6441)
	Fixed slapd sasl auxprop ssf (ITS#5195)
	Fixed slapd syncrepl for attributes with no matching rule (ITS#6458)
	Fixed slapd syncrepl for unknown attrs and delta-sync (ITS#6473)
	Fixed slapd syncrepl loop with moddn (ITS#6472)
	Fixed slapo-accesslog to not replicate internal purges (ITS#6519)
	Fixed slapd-bdb contextCSN updates from updatedn (ITS#6469)
	Fixed slapd-bdb lockobj zeroing (ITS#6501)
	Fixed slapd-ldap/meta control criticality (ITS#6523)
	Fixed slapd-ldap/meta with ordered values (ITS#6516)
	Fixed slapo-collect entry ownership (ITS#5340,ITS#6423)
	Fixed slapo-dds with NULL backend (ITS#6490)
	Fixed slapo-dynlist entry ownership (ITS#5340,ITS#6423)
	Fixed slapo-memberof attr count (ITS#6508)
	Fixed slapo-pcache to release its own entries (ITS#6484)
	Fixed slapo-pcache with NULL backend (ITS#6490)
	Fixed slapo-rwm entry release handling (ITS#6484)
	Fixed slapo-rwm memory handling with rewrites (ITS#6526)
	Fixed slapo-rwm olcRwmMap handling (ITS#6436)
	Fixed slapo-rwm entry ownership (ITS#5340,ITS#6423)
	Fixed slapo-syncprov memory leak (ITS#6459)
	Fixed slapo-translucent counter increment (ITS#6497)
	Fixed slapo-valsort entry ownership (ITS#5340,ITS#6423)
	Fixed contrib/sha2 adds mechs for more hashes (ITS#6433)
	Fixed contrib/nssov to use nss-pam-ldapd (ITS#6488)
	Build Environment
		Added back-ldif, back-null test support (ITS#5810)
	Documentation
		admin24 avoid explicit moduleload statements (ITS#6486)
		admin24 broken link fixes (ITS#6493,ITS#6515)
	        slapd.access(5) val.regex explanation (ITS#5804)
2010-07-24 11:15:16 +00:00
adam
5c9cdefe4a Changes 3.7.0:
* Added support for write-ahead logging.
* Query planner enhancement - automatic transient indices are created when
  doing so reduces the estimated query time.
* Query planner enhancement - the ORDER BY becomes a no-op if the query also
  contains a GROUP BY clause that forces the correct output order.
* Add the SQLITE_DBSTATUS_CACHE_USED verb for sqlite3_db_status().
* The logical database size is now stored in the database header so that bytes
  can be appended to the end of the database file without corrupting it and so
  that SQLite will work correctly on systems that lack support for ftruncate().
2010-07-22 21:07:45 +00:00
sno
f6ea7c0f95 Updating databases/p5-DBD-CSV from 0.28 to 0.30
pkgsrc changes:
- add conflicts for p5-SQL-Statement<=1.27 and p5-DBI<=1.611

Upstream changes (since 1.28):
2010-07-06  0.30  H.Merijn Brand
    * Text::CSV_XS now called with auto_diag
    * Implement valid_attrs
    * Next version will require DBI-1.612 or higher
      This is a transition release

2010-07-04  0.29_03  H.Merijn Brand
    * Remove leftover debug. Causes fails

2010-07-02  0.29_02  H.Merijn Brand
    * More work to keep in sync with DBI development (Jens)
    * Better diagnostics for missing modules
    * More spell-check fixes
    * Tests for ChopBlanks (now fixed in DBD::File)
    * Tests changed to accept old and new DBI
    * Statement handle attributes handled in new DBD::File

2010-06-11  0.29_01  H.Merijn Brand
    * Prepare for DBD::File-0.39 (DBI-1.612+)
      Should still work with older DBI versions
    * Documentation updates (style, consistency, spell-checking)
    * Test folder cleanup
    * More tests for insert
    * Tested RT#58039

2010-05-03  0.29  H.Merijn Brand
    * Fix git URL in META.yml
    * Add empty CLONE method to prevent warning when cloning threads
    * Minimum perl 5.8.1
    * Minimum Text::CSV_XS 0.71
    * Support for f_encoding (requires DBI-1.611)
    * Documentation updates
2010-07-17 08:27:19 +00:00
sno
accc937b4a Updating databases/p5-SQL-Statement from 1.27 to 1.28
pkgsrc changes:
- require DBI-1.612 for testing
- add conflict for DBI<=1.612

Upstream changes:
Version 1.28, release July 15th, 2010
----------------------------------------------

[Improvements]
* Introduce new "capability" method for SQL::Statement and SQL::Eval::Table
  + Add capability for "insert_new_row" to allow DBD::DBM to fix PK
    constrain on INSERT statements.
* Performance of IMPORT feature improved (thanks to Sven Probst, RT#57322)

[Bug fixes]
* expect every table object being derived from SQL::Eval::Table
* rewrite DELETE and UPDATE command based on table capabilities
* add abstract methods for all methods derived classes must override
  (this means, open_table for SQL::Statement deriveds must be overridden
   and all data access methods of tables - see SQL::Eval::Table for details)
* Tests are fixed to use TEMP TABLES explicitely when required
* check for invalid column names fixed
* Don't let depreciated parser structures stay alive in SQL::Statement when
  reusing the Parser

[Documentation]
* Method documentation of SQL::Statement and SQL::Eval::Table are improved
* Add a Roadmap describing future plans for SQL::Statement (in addition to
  DBD::File::Roadmap).
* POD spelling fixes provided by H.Merijn Brand and Pod::Spell::CommonMistakes
  (thanks Tux)
* POD grammar fixes and reasonable sentences created by Martin Evans

[Things that may break your code]
* SQL::Statement 1.28 is expected not to work proper in combination with
  DBI 1.611 and below
* SQL::Statement::ColumnValue expects now every table being derived from
  SQL::Eval::Table
2010-07-17 08:20:52 +00:00
sno
9cbc2f7197 Updating databases/p5-DBI from 1.611 to 1.612
pkgsrc changes:
- bumping required API version to 1.612 (Meta-DBD API has changed)

Upstream changes:
Changes in DBI 1.612 (svn r14254) 14th July 2010

NOTE: This is a minor release for the DBI core but a major release for
DBD::File and drivers that depend on it, like DBD::DBM and DBD::CSV.

This is also the first release where the bulk of the development work has
been done by other people. I'd like to thank (in no particular order)
Jens Rehsack, Martin J. Evans, and H.Merijn Brand for all their contributions.

  Fixed DBD::File's {ChopBlank} handling (it stripped \s instead of space
    only as documented in DBI) (H.Merijn Brand)
  Fixed DBD::DBM breakage with SQL::Statement (Jens Rehsack, fixes RT#56561)
  Fixed DBD::File file handle leak (Jens Rehsack)
  Fixed problems in 50dbm.t when running tests with multiple
    dbms (Martin J. Evans)
  Fixed DBD::DBM bugs found during tests (Jens Rehsack)
  Fixed DBD::File doesn't find files without extensions under some
    circumstances (Jens Rehsack, H.Merijn Brand, fixes RT#59038)

  Changed Makefile.PL to modernize with CONFLICTS, recommended dependencies
    and resources (Jens Rehsack)
  Changed DBI::ProfileDumper to rename any existing profile file by
    appending .prev, instead of overwriting it.
  Changed DBI::ProfileDumper::Apache to work in more configurations
    including vhosts using PerlOptions +Parent.
  Add driver_prefix method to DBI (Jens Rehsack)

  Added more tests to 50dbm_simple.t to prove optimizations in
    DBI::SQL::Nano and SQL::Statement (Jens Rehsack)
  Updated tests to cover optional installed SQL::Statement (Jens Rehsack)
  Synchronize API between SQL::Statement and DBI::SQL::Nano (Jens Rehsack)
  Merged some optimizations from SQL::Statement into DBI::SQL::Nano
    (Jens Rehsack)
  Added basic test for DBD::File (H.Merijn Brand, Jens Rehsack)
  Extract dealing with Perl SQL engines from DBD::File into
    DBI::DBD::SqlEngine for better subclassing of 3rd party non-db DBDs
    (Jens Rehsack)

  Updated and clarified documentation for finish method (Tim Bunce).
  Changes to DBD::File for better English and hopefully better
    explanation (Martin J. Evans)
  Update documentation of DBD::DBM to cover current implementation,
    tried to explain some things better and changes most examples to
    preferred style of Merijn and myself (Jens Rehsack)
  Added developer documentation (including a roadmap of future plans)
    for DBD::File
2010-07-17 08:07:17 +00:00
adam
7d9ff49000 Changes 5.0.26:
* Replication Manager sites can specify one or more possible client-to-client
  peers.
* Added resource management feature in all Berkeley DB APIs to automatically
  manage cursor and database handles by closing them when they are not required,
  if they are not yet closed.
* Added a SQL interface to the Berkeley DB library.
* Added hash databases support to the DB->compact interface.
* Renamed the "db_sql" utility to "db_sql_codegen".
* Added transactional support in db_sql_codegen utility.
* Added the feature read-your-writes consistency that allows client application
  to check, or wait for a specific transaction to be replicated from the master
  before reading database.
* Added DB log verification feature, accessible via the API and a new utility.
* Added support for applications to assign master/client role explicitly at any
  time. Replication Manager can now be configured not to initiate elections.
* Enhanced the DB->compact method so that it can reassign metadata and root
  pages from subdatabases to lower numbered pages while compacting a database
  file that contains multiple databases.
* Added system diagnostic messages that are ON by default.
* Added the feature to assign a priority level to transactions.
* Added a feature by which the Replication Manager application clients now
  automatically request any missing information, even when there is no master
  transaction activity.
* Added support for sharing logs across mixed-endian systems.
* Added an option to specify the first and last pages to the db_dump utility.
  You can do this by providing -F and -L flags to the db_dump -d option.
* Added Intel Performance Primitive (IPP) AES encryption support.
2010-07-14 18:50:14 +00:00
seb
a9cf70d6db Update from version 1.62 to version 1.67.
Upstream changes:
revision 1.67  2010-05-31 14:21 (UTC)
----------------------------
    - Fix SQL::Test failure when first chunk is an unrecognized
      literal
    - Generic -not operator tests
    - More columns-bindtype assertion checks

revision 1.66  2010-04-27 02:44 (UTC)
----------------------------
    - Optimized the quoting mechanism, winning nearly 10%
      speedup on repeatable sql generation

revision 1.65  2010-04-11 19:59 (UTC)
----------------------------
    - Rerelease last version to not include .svn files
      and grab MANIFEST.SKIP from DBIx::Class so it
      won't happen again

revision 1.64  2010-04-11 16:58 (UTC)
----------------------------
    - Fix multiple generic op handling regressions by
      reverting the auto-equality assumption (turned out
      to be a very very bad idea)

revision 1.63  2010-03-24 09:56 (UTC)
----------------------------
    - Add ILIKE to the core list of comparision ops
2010-07-14 15:56:53 +00:00
sbd
d823d74afa Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
dholland
f90b3fb828 gnome-keyring -> libgnome-keyring; PKGREVISION++ 2010-07-14 02:57:26 +00:00
tnn
483934eca9 Include the sqlite3_unlock_notify() API in the build.
Bump PKGREVISON.
2010-07-12 10:54:55 +00:00
obache
877043392b Update ruby-sqlite3 to 1.3.1.
=== 1.3.1 / 2010-07-09

* Enhancements
  * Custom collations may be defined using SQLite3::Database#collation

* Bugfixes
  * Statements returning 0 columns are automatically stepped. [RF #28308]
  * SQLite3::Database#encoding works on 1.8 and 1.9
2010-07-10 09:29:21 +00:00
asau
4b2d8b4c6a Add and enable imported CLISP modules. 2010-07-09 19:37:11 +00:00
asau
52a1ff2be8 Import CLISP gdbm module as databases/clisp-pgsql. 2010-07-09 19:20:17 +00:00
asau
6ec81d08ae Import CLISP postgresql module as databases/clisp-pgsql. 2010-07-09 19:16:58 +00:00
jmmv
3b922a2b77 Transfer ownership to pkgsrc-users. pancake's address is not valid any
more and he has agreed in private mail to drop maintainership.
2010-07-06 10:17:11 +00:00
adam
e1339d6190 Changes 1.4.4:
Bugfixes:
* compile: multiple fixes isnan and isinf defines to make rrdtool compile
  with gcc on solaris (with --disable-nls)
* handle gettext/libintl like any other feature, do not try to supply
  our own ... rrdtool can work fine without it
* rrd_client: fix potential segfaults
* rrd_client: resolve synmlinks properly
* compile: fix libtool and libtoolize names for OSX compiles
* compile: fix for HAVE_BROKEN_MS_ASYNC (old linux kernels)
* rrd_xport: fix --daemon handling
* rrd_client: explicitly close connection on error
* rrd_update: fix memory leak for COMPUTE datasources
* rrd_daemon: fix segfault when specifying a relative path (-j option)
* compile: make rrdtool compile with gcc 4.5
* portability: use %lld (long long int) for time_t *printf
* compile: link pangocairo and not pango since we do use pangocairo actually
* compile: re-integrate intl into compile dependency so that hosts with
  old (or no) gettext can get access to the included copy.
* rrd_cached: exit with status !=0 on invalid cli

Enhancements:
* updated build files and instructions for win32 port by Chris Larsen
* legal: Relicense the RRDCacheD client interface under the MIT license
* legal: Updted FLOSS Exception for latest PHP license
* rrd_cached: better help output
2010-07-06 07:31:20 +00:00
taca
f97d607fc4 Update mysql51-{client,server} package to 5.1.48.
Secunia Advisory SA40333 (http://secunia.com/advisories/40333/) reports
that this release fixes DoS problem and it refers:

	http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
	http://bugs.mysql.com/bug.php?id=53804

But news-5-1-48.html dosen't contains about bug id 53804...

Anyway, please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
for full changes.
2010-07-05 03:15:04 +00:00
joerg
01d5aed7df Needs user/group early during installation.
XXX Plays bad games with PKG_SYSCONFDIR
2010-07-01 16:08:45 +00:00
joerg
2980719941 Doesn't work with Python 2.4 2010-06-30 10:25:14 +00:00
joerg
a32024c50c Remove php-odbc, it has been marked BROKEN in 2006. 2010-06-27 20:40:11 +00:00
joerg
ebafcf0934 DESTDIR ready 2010-06-27 20:38:04 +00:00
wiz
dffb567020 Use DL_AUTO_VARS to fix build on Linux. From Aleksey Cheusov in PR 43516. 2010-06-25 22:06:47 +00:00
obache
51278f774d Update lua-tokyocabinet to 1.9.
* tokyocabinet.strstr() added
* document fix
(previous version is not available anymore)
2010-06-18 10:06:17 +00:00
obache
fc74b8d1da Update java-tokyocabinet to 1.23.
document fix.
(previous version is not available anymore)
2010-06-18 10:01:28 +00:00
obache
c1abf7aaeb Update ruby-tokyocabinet to 1.30.
some fixes.
previous version is not available anymore.
2010-06-18 09:55:01 +00:00
obache
4f63269500 Update tokyocabinet to 1.4.45.
Bug fixes release.

2010-04-27  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcbdb.c (tcbdboutlist): a bug related to reorganizing tree was fixed.

	- Release: 1.4.45

2010-04-23  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcbdb.c (tcbdbrangefwm): a bug related to empty list was fixed.

	* tcadb.c (tcadbmulopen): a bug related to handling table indices was fixed.

	- Release: 1.4.44
2010-06-18 09:44:00 +00:00
obache
4a81c4a41f Add workaround of build failure on MacOS X 10.4, lack of gethostuuid(2).
PR#43429
2010-06-17 13:45:36 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
seb
49b4ae2767 Update p5-DBM-Deep from version 1.0023 to version 1.0025.
Upstream changes:
1.0025 Jun 6 12:46:00 2010 PDT
    (This version is compatible with 1.0024)
    - Fixed t/39_singletons.t to work on Windows.

1.0024 May 30 14:25:00 2010 PDT
    (This version is compatible with 1.0023)
    - Stale references (objects blessed into DBM::Deep::Null), which
      have always supposed to act like undef, now compare equal to
      undef, "" and 0. $stale_ref eq "" used to return false, even
      though "$stale_ref" was the empty string.
    - If you assign a stale reference to a database location,
      DBM::Deep now warns and assigns undef, instead of dying with
      obscure error messages.
    - Using a stale reference as a hash or array ref now causes an
      error with a more helpful message.
2010-06-12 16:00:44 +00:00
tonnerre
0fc6671f23 +ruby-activerecord-cassandra 2010-06-11 23:42:02 +00:00
tonnerre
7420db9c13 Import the activerecord-cassandra Ruby module, version 0.1.0.
activerecord-cassandra is a Cassandra adapter for ActiveRecord.
2010-06-11 23:41:15 +00:00
tonnerre
30ccd2f0ef +ruby-cassandra 2010-06-11 23:27:39 +00:00
tonnerre
7f2cbc2f86 Import the Cassandra Ruby module version 0.8.2.
This is the Ruby implementation of the Cassandra database client.
2010-06-11 23:26:16 +00:00
tonnerre
e64ce84dfc Update Apache Cassandra to version 0.6.2.
Changes since 0.6.1:
 * fix contrib/word_count build. (CASSANDRA-992)
 * split CommitLogExecutorService into BatchCommitLogExecutorService and
   PeriodicCommitLogExecutorService (CASSANDRA-1014)
 * add latency histograms to CFSMBean (CASSANDRA-1024)
 * make resolving timestamp ties deterministic by using value bytes
   as a tiebreaker (CASSANDRA-1039)
 * Add option to turn off Hinted Handoff (CASSANDRA-894)
 * fix windows startup (CASSANDRA-948)
 * make concurrent_reads, concurrent_writes configurable at runtime via JMX
   (CASSANDRA-1060)
 * disable GCInspector on non-Sun JVMs (CASSANDRA-1061)
 * fix tombstone handling in sstable rows with no other data (CASSANDRA-1063)
 * fix size of row in spanned index entries (CASSANDRA-1056)
 * install json2sstable, sstable2json, and sstablekeys to Debian package
 * StreamingService.StreamDestinations wouldn't empty itself after streaming
   finished (CASSANDRA-1076)
 * added Collections.shuffle(splits) before returning the splits in
   ColumnFamilyInputFormat (CASSANDRA-1096)
 * do not recalculate cache capacity post-compaction if it's been manually
   modified (CASSANDRA-1079)
 * better defaults for flush sorter + writer executor queue sizes
   (CASSANDRA-1100)
 * windows scripts for SSTableImport/Export (CASSANDRA-1051)
 * windows script for nodetool (CASSANDRA-1113)
 * expose PhiConvictThreshold (CASSANDRA-1053)
 * make repair of RF==1 a no-op (CASSANDRA-1090)
 * improve default JVM GC options (CASSANDRA-1014)
 * fix SlicePredicate serialization inside Hadoop jobs (CASSANDRA-1049)
2010-06-11 02:01:43 +00:00
minskim
39634ca823 Update ruby-activerecord to 2.3.8. Patch by Wen Heping in PR 43441.
Changes:
* Add index length support for MySQL. #1852 [Emili Parreno, Pratik Naik]
* find_or_create_by_attr(value, ...) works when attr is protected.
  #4457 [Santiago Pastorino, Marc-Andr\xc3\xa9 Lafortune]
* JSON supports a custom root option: to_json(:root => 'custom') #4515
  [Jatinder Singh]
* Destroy uses optimistic locking. If lock_version on the record
  you're destroying doesn't match lock_version in the database, a
  StaleObjectError is raised.  #1966 [Curtis Hawthorne]
* To prefix the table names of all models in a module, define
  self.table_name_pr efix on the module.  #4032 [Andrew White]
* Association inverses for belongs_to, has_one, and
  has_many. Optimization to re duce database queries.  #3533 [Murray
  Steele]
* MySQL: add_ and change_column support positioning.  #3286 [Ben Marini]
* Reset your Active Record counter caches with the reset_counter_cache
  class method.  #1211 [Mike Breen, Gabe da Silveira]
2010-06-09 16:28:35 +00:00
gls
264d2480ac This is a python egg, so s/extension/egg in Makefile, to install egg info files.
Bump PKGREVISION.

Noted by Ryo HAYASAKA in pkg PR/43428
2010-06-07 19:36:41 +00:00
obache
922a8aaeb3 Update ruby-sqlite3 to 1.3.0.
Changes:
### 1.3.0 / 2010-06-06

* Enhancements
* Complete rewrite of C-based adapter from SWIG to hand-crafted one
  [tenderlove]
  See API_CHANGES document for details.
  This closes: Bug #27300, Bug #27241, Patch #16020
* Improved UTF, Unicode, M17N, all that handling and proper BLOB
  handling [tenderlove, nurse]
* Added support for type translations [tenderlove]

  @db.translator.add_translator('sometime') do |type, thing|
  'output' # this will be returned as value for that column
  end

* Experimental
* Added API to access and load extensions. [kashif]
  These functions maps directly into SQLite3 own enable_load_extension()
  and load_extension() C-API functions. See SQLite3::Database API
  documentation for details.
  This closes: Patches #9178

* Bugfixes
* Corrected gem dependencies (runtime and development)
* Fixed threaded tests [Alexey Borzenkov]
* Removed GitHub gemspec
* Fixed "No definition for" warnings from RDoc
* Generate zip and tgz files for releases
* Added Luis Lavena as gem Author (maintainer)
* Prevent mkmf interfere with Mighty Snow Leopard
* Allow extension compilation search for common lib paths [kashif]
(lookup /usr/local, /opt/local and /usr)
* Corrected extension compilation under MSVC [romuloceccon]
* Define load_extension functionality based on availability [tenderlove]
* Deprecation notices for Database#query. Fixes RF #28192
2010-06-07 09:34:41 +00:00
jnemeth
fda8af338e sort 2010-06-03 04:57:34 +00:00
adam
21670f1a6f Patch-aa isn't needed any more 2010-06-02 15:07:53 +00:00
taca
9efce66df2 Update mysql5-{client,server} package to 5.0.91.
For full changes, refer http://dev.mysql.com/doc/refman/5.0/en/news-5-0-91.html.

Here is security related changes.

* Security Fix: The server failed to check the table name argument of
  a COM_FIELD_LIST command packet for validity and compliance to
  acceptable table name standards. This could be exploited to bypass
  almost all forms of checks for privileges and table-level grants by
  providing a specially crafted table name argument to COM_FIELD_LIST.

  In MySQL 5.0 and above, this allowed an authenticated user with
  SELECT privileges on one table to obtain the field definitions of
  any table in all other databases and potentially of other MySQL
  instances accessible from the server's file system.

  Additionally, for MySQL version 5.1 and above, an authenticated user
  with DELETE or SELECT privileges on one table could delete or read
  content from any other table in all databases on this server, and
  potentially of other MySQL instances accessible from the server's
  file system. (Bug#53371, CVE-2010-1848)

* Security Fix: The server was susceptible to a buffer-overflow attack
  due to a failure to perform bounds checking on the table name
  argument of a COM_FIELD_LIST command packet. By sending long data
  for the table name, a buffer is overflown, which could be exploited
  by an authenticated user to inject malicious code. (Bug#53237,
  CVE-2010-1850)

* Security Fix: The server could be tricked into reading packets
  indefinitely if it received a packet larger than the maximum size of
  one packet. (Bug#50974, CVE-2010-1849)
2010-06-02 13:34:45 +00:00
adam
864b424404 Fix building with db5; revision bump for db4 update 2010-06-02 13:22:09 +00:00
adam
99a09c94f0 Fix building with db5; revision bump for db4 update 2010-06-02 13:14:47 +00:00
adam
9feff1bb60 Fix buildling with db5; revbump for db4 update 2010-06-02 12:23:47 +00:00
adam
055bf1c5f3 Changes 5.0.0:
* Support for Berkeley DB 5.0.
* Drop support for Python 3.0.
* Now you can use TMPDIR env variable to override default
  test directory ("/tmp").
* Versioning of C API. If you use the code from C, please
  check the bsddb_api->api_version number against
  PYBSDDB_API_VERSION macro.
* In C code, the bsddb_api->dbsequence_type component is always available,
  even if the Berkeley DB version used doesn't support sequences. In that
  case, the component will be NULL.
* In C code, "DBSequenceObject_Check()" macro always exists, even if the
  Berkeley DB version used doesn't suport sequences. In that case, the test
  macro always returns "false".
* For a long time, the API has been accesible via C using "_bsddb.api" or
  "_pybsddb.api". If you are using Python >=2.7, you acquire access to that
  API via the new Capsule protocol (see "bsddb.h").  If you use the C API and
  upgrade to Python 2.7 and up, you must update the access code (see
  "bsddb.h"). The Capsule protocol is not supported in Python 3.0, but
  pybsddb 5.0.x doesn't support Python 3.0 anymore.
* Capsule support was buggy. The string passed in to PyCapsule_New() must
  outlive the capsule.
* Solve an "Overflow" warning in the testsuite running under python 2.3.
* When doing a complete full-matrix test, any warning will be considered
  an error.
2010-06-02 12:22:59 +00:00
adam
a76d29cb1f Fix buildling with db5; revbump for db4 update; clean-up 2010-06-02 12:16:37 +00:00
adam
65b56157a7 Fix buildling with db5; revbump for db4 update 2010-06-02 12:15:29 +00:00
adam
6a27ccc8ec Added databases/db5 version 5.0.21 2010-06-02 12:09:35 +00:00
adam
a3c3130afc Berkeley DB is an embeddable database system that supports keyed access to
data. The software is distributed in source code form, and developers can
compile and link the source code into a single library for inclusion
directly in their applications.

Developers may choose to store data in any of several different storage
structures to satisfy the requirements of a particular application. In
database terminology, these storage structures and the code that operates on
them are called access methods. The library includes support for the
following access methods:

   * B+tree: Stores keys in sorted order, using either a programmer-supplied
     ordering function or a default function that does lexicographical
     ordering of keys. Applications may perform equality or range searches.
   * Hashing: Stores records in a hash table for fast searches based on
     strict equality. Extended Linear Hashing modifies the hash function
     used by the table as new records are inserted, in order to keep buckets
     underfull in the steady state.
   * Fixed and Variable-Length Records: Stores fixed- or variable-length
     records in sequential order. Record numbers may be immutable or
     mutable, i.e., permitting new records to be inserted between existing
     records or requiring that new records be added only at the end of the
     database.
2010-06-02 12:08:48 +00:00
adam
b8f5b7fb0f Changes 4.8.30:
* The log file format changed in 11gR2.
* Replication Manager sites can specify one or more possible client-to-client
  peers.
* Added resource management feature in all Berkeley DB APIs to automatically
  manage cursor and database handles by closing them when they are not
  required, if they are not yet closed.
* Added a SQL interface to the Berkeley DB library. The interface is based on -
  and a drop-in-replacement for - the SQLite API. It can be accessed via a
  command line utility, a C API, or existing APIs built for SQLite.
* Added hash databases support to the DB->compact interface.
* Renamed the "db_sql" utility to "db_sql_codegen". This utility is not built
  by default. To build this utility, enter --enable-sql_codegen as an argument
  to configure.
* Added transactional support in db_sql_codegen utility. Specify TRANSACTIONAL
  or NONTRANSACTIONAL in hint comments in SQL statement, db_sql_codegen
  enable/disable transaction in generated code accordingly.
* Added the feature read-your-writes consistency that allows client application
  to check, or wait for a specific transaction to be replicated from the master
  before reading database.
* Added DB log verification feature, accessible via the API and a new utility.
  This feature can help debugging and analysis.
* Added support for applications to assign master/client role explicitly at any
  time. Replication Manager can now be configured not to initiate elections.
* more...
2010-06-02 12:06:21 +00:00
joerg
e5690d3d64 Fix PLIST. Bump revision. 2010-05-30 11:51:19 +00:00
obache
3d8c37f826 Update ruby-ldap to 0.9.11.
0.9.11
-----

Allow passing SASL interaction options

This adds a hash parameter "options" to LDAP::Conn.sasl_bind, which
can take :authzid, :authcid, and :realm (and corresponding strings),
for SASL authentication.

Also, refactored the rb_scan_args inside rb_ldap_conn_sasl_bind to use
C's case fallthrough, leading to less code repetition.
2010-05-28 08:25:07 +00:00