Commit graph

4025 commits

Author SHA1 Message Date
obache
8aef01f89d Update p5-tokyocabinet to 1.32. 2009-07-20 02:55:58 +00:00
tron
c434ac2317 Add a patch for CVE-2009-2446 based on the description in the report. 2009-07-19 13:50:20 +00:00
tron
96da61893e Set license to gnu-gpl-v2. 2009-07-19 13:14:21 +00:00
sno
e439c1be4f pkgsrc changes:
- Updating package for p5 module DBIx::SearchBuilder from 1.55 to 1.56
  - Removing core dependency to File::Temp
  - Setting Module::Install as module type

Upstream changes:
1.56 Fri Jul 17 02:05:32 MSD 2009

* Don't use LOWER/ILIKE with dates, heuristic is used, but shouldn't
  harm other things
* Don't apply DISTINCT on queries with group by, COUNT(DISTINCT x) is
  different and covered in Column method
2009-07-19 11:29:32 +00:00
sno
1c644cde13 Updating package for p5 module DBIx::Class::Validation from 0.02004 to
0.02005.

Upstream changes:
0.02005 Sat Jul 11 11:20:03 2009
    - Fix bug that skipped validation when setting values while doing an
        update() like this: $row->update($hashref) (Sergio Salvi) (RT#47709)
    - Added .git, t/var to MANIFEST.SKIP and manifest.t (CLACO)
    - Various spelling fixes (CLACO)
    - Fixed SYNOPSIS examples (frioux, RT#47712)
2009-07-19 11:18:20 +00:00
sno
1ad7ec5141 pkgsrc changes:
- Updating package for p5 module DBIx::Class::Fixtures from 1.001002
    to 1.001003
  - Adjusting dependencies according to META.yml

Upstream changes:
- Fix t/var/configs/*.json to use valid JSON syntax
- Fixed DateTime::Format dependencies
2009-07-19 11:14:04 +00:00
sno
dd4104ef11 pkgsrc changes:
- Updating package for p5 module DBIx::Class from 0.08107 to 0.08108
  - Reordering dependencies (alphabetically according to META.yml)

Upstream changes:
0.08108 2009-07-05 23:15:00 (UTC)
        - Fixed the has_many prefetch with limit/group deficiency -
          it is now possible to select "top 5 commenters" while
          prefetching all their comments
        - New resultsed method count_rs, returns a ::ResultSetColumn
          which in turn returns a single count value
        - Even better support of count with limit
        - New on_connect_call/on_disconnect_call functionality (check
          POD of Storage::DBI)
        - Automatic datetime handling environment/session setup for
          Oracle via connect_call_datetime_setup()
        - count/all on related left-joined empty resultsets now correctly
          returns 0/()
        - Fixed regression when both page and offset are specified on
          a resultset
        - Fixed HRI returning too many empty results on multilevel
          nonexisting prefetch
        - make_column_dirty() now overwrites the deflated value with an
          inflated one if such exists
        - Fixed set_$rel with where restriction deleting rows outside
          the restriction
        - populate() returns the created objects or an arrayref of the
          created objects depending on scalar vs. list context
        - Fixed find_related on 'single' relationships - the former
          implementation would overspecify the WHERE condition, reporting
          no related objects when there in fact is one
        - SQL::Translator::Parser::DBIx::Class now attaches tables to the
          central schema object in relationship dependency order
        - Fixed regression in set_column() preventing sourceless object
          manipulations
        - Fixed a bug in search_related doubling a join if the original
          $rs already joins/prefetches the same relation
        - Storage::DBI::connected() improvements for Oracle and Sybase
        - Fixed prefetch+incomplete select regression introduced in
          0.08100
        - MSSQL limit (TOP emulation) fixes and improvements
2009-07-19 11:08:00 +00:00
obache
a4ecd53e8e Update tokyotyrant to 1.1.32.
Changes:
        2009-07-15  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* ttserver.c (do_mget, do_fwmkeys, do_misc): alignment violations were cleared.

	* tcrmttest.c (runtypical, proctypical, threadtypical): new functions.

	- Release: 1.1.32
2009-07-18 01:52:47 +00:00
obache
a1834c319a Update java-tokyocabinet to 1.21. 2009-07-18 01:46:55 +00:00
obache
74023fcf80 Update ruby-tokyocabinet to 1.28. 2009-07-18 01:41:53 +00:00
obache
9f606c6b73 Update p5-tokyocabinet to 1.31. 2009-07-18 01:40:24 +00:00
hasso
c7c79d282a Make it not use included libtool in the configure phase. Makes it build
again on DragonFly.
2009-07-17 18:26:30 +00:00
adrianp
2ae6078ec7 Give up MAINTAINER 2009-07-17 18:00:13 +00:00
sno
94dc883a32 pkgsrc changes:
- Updating package for p5 module DBD::Sybase from 0.94nb9 to 1.09
  - Adjusting build patches
  - Set license to ${PERL5_LICENSE}

Upstream changes:
Release 1.09

    Behavior change: A new connection level attribute (syb_disconnect_in_child)
    has been added to allow automatical handling of InactiveDestroy across
    forks. By default in 1.09 a connection will NOT get closed if the process
    ID of the process that is exiting is not the same as the PID of the
    process that created the connection.
    Detect ASE error 5702 (The server is terminating this process) as a fatal
    error for the connection.

    Bug Fixes

    645 - Spurious COMMIT calls sent to the dataserver during the login/connect calls.
    628 - Increase size of Kerberos Principal string buffer
    627 - Spurious sigset_t declaration.

Release 1.08

	Detect missing libblk.a library, and disable the BLK api calls
	if necessary.
	Added code to force dlopen() to use RTLD_GLOBAL.
	Corrected ct_option() functionality detection.
	Fixed incorrect handling of bind_params() (Thanks to Tim Bunce).
	Added serverType DSN parameter.
	Added tds_keepalive DSN parameter.
	Fixed incorrect handling of multiple result sets with DBI
	1.53 and later.
	Re-wrote $dbh->ping() in C, it's now four times faster.
	Allow automated build without prompts.
	Improved nsql().
	Added corrected handling of DATE and TIME values (ASE 12.5.2 and later).
	Added handling of UNSIGNED INT and BIGINT (ASE 15 and later).
	Added PERL_NO_GET_CONTEXT #define.

        Bug Fixes

	624 - Empty strings incorrectly passed as NULL.
	616 - Spurious error message when the login request times out.
	614 - Documentation improvement for syb_xxx methods.
	610 - Segfault when using signals with the threaded libraries and
	      perl >= 5.8.


Release 1.07

	Changed the t/xblk.t test to lookup the charset used by the
        server and specify this in the connect() string. This should
        avoid failures when the client and server uses charsets of
        different sizes (utf8 vs. iso_1, for example).
	Better error reporting when the connection data is incorrect
	for the test scripts.
	Modified $dbh->ping() slightly.

        Bug Fixes

	604 - Add missing mode parameter to mkdir in t/xblob.t
	606 - Memory leak in the BLK API.

Release 1.06

	Fix off-by-one error for ISO date format.
	Clear error/warning when connecting to a Replication Server.
        Fix AutoCommit "off" behavior when CHAINED mode is turned off.
        Fix $dbh->begin_work() behavior.

        Note: This version fails 4 tests in t/xblk.t when building
        against the 15.0 Beta OCS libraries.

        Bug Fixes

	582 - ISO date formatting off by one for months.
	591 - NUM_OF_PARAMS isn't handled properly
        593 - Connection can become unusable due a bug in
              get_server_version().
	597 - Prepared stored procs with placeholders return
	      corrupted recordset on second fetch.
        599 - The call to "prepare" also executes the statement.
        600 - $sth->finish sometimes fails to properly clean up the
              handle.

Release 1.05

        BEHAVIOR CHANGE - $dbh->{LongReadLen} must now be called
	before $dbh->prepare(). Previously you could call this after
	the $dbh->prepare() but before the $sth->execute().

        Install private statement handle methods for TEXT/IMAGE handling
        to avoid $h->func() calls, and update documentation.
        Implement experimental BLK API via prepare/execute loop.
	Change default "AutoCommit" off mode from explicit transactions
	to using the "chained" mode if it is available.
	Add $sth->syb_describe() call, taken from Sybase::CTlib's
	ct_describe().
	Add ISO8601 date/time format for output.
	Fix $sth->finish() behavior when syb_flush_finish is turned on.
	Changed do { } while($sth->{syb_more_results}); idiom to use
	redo instead.
	Better/more consistent handling of multiple sth on a single dbh,
        and new test file.

	Bugs Fixed:

	580 - Binding binary/varbinary values to placeholders sometimes
	      fails.
	575 - Fails three tests under Tru-64.
	577 - perl Makefile.PL fails if umask is 0.
        578 - Better warning for calling $dbh->{LongReadLen} if $dbh is busy.
        572 - Minor documentation update for bind_param().

Release 1.04

	Bugs Fixed:

	566 - $sth->{NAME} fails right after prepare().

Release 1.03

	Added linking of threaded Sybase libs if perl is built with
	threading turned on.
	Added CLONE() method.
	Minor changes to dbdimp.c to be thread-safe.
	Added t/thread.t test script.
	Changes to Makefile.PL to make configuration easier.
	Add support for Kerberos-based network login.
	Handle new library names (libsybct vs. libct).
        Make sure that cached statement handle attributes (NAME_lc, etc)
	are cleared when multiple result sets are processed.
	Add host and port connection properties, to allow connections
        to ASE servers that are not defined in the interfaces file
        (requires OCS 12.5.1)
	Add ability to dynamically increase the maximum number of
	connections (thanks to Ed Avis).
	Add ability to ignore stored proc return status in nsql() (thanks
	to Merijn Broeren)
	Fix Makefile.PL umask() issue on Win32 (thanks to Darin Delegal).

	Bugs Fixed:

	541 - $sth->{NAME} fails right after prepare().
	551 - Tests fail when using perl 5.6.1.
	556 - Add support for user-supplied SSL certificate file.
	557 - type_info_all broken with ASE 11.0.x
	562 - syb_flush_finish doesn't work during the connect() phase.
	563 - Memory leak when syb_binary_images is set.


Release 1.02

	Added syb_server_version attribute. This is filled in at connect()
        time with the numeric version number (11.0.3.3, 12.5.1, etc) of the
        server that you are connected to.

	Bugs Fixed:

	520 - t/exec.t fails on Win32.
	533 - logic error in deadlock retry in nsql().
	532 - t/xblob.t test provides false positive for win32.
	534 - Placeholder prepare() fails with ASE 11.0.x

Release 1.01

	Automatically finish() statement handles if they are re-executed
        before all the rows have been fetched.
	Added support for new tables() syntax, thanks to Stephen Wilcoxon.
	Added support for DATE and TIME datatypes (available in the
	ASE 12.5.1 release, currently undergoing beta testing).
	Allow user to specify a database to use for the tests instead of
	using "tempdb" (useful if user does not have SA privileges).

	Bugs Fixed:

	517 - getpwnam() isn't portable.
	493 - Second execute on a prepared handle fails.
	487 - Add connection information to error messages.
	407 - Second+ statement does not use db from "use database".

Release 1.00

	Added data_sources().
        Allow "SQL_BINARY" placeholder parameters to be passed either
        as a hex string (with or without leading 0x), or as raw binary
        data.

	Bugs Fixed:

	477 - segfault when servermsg_cb is called with a null connection
	480 - Makefile.PL searches system dirs before PERL5LIB dirs when
              looking for DBI installation.
	485 - Incorrect handling of large varbinary columns on fetches.
	489 - (same as 497, see below).
	492 - Can't compile on Win2k.
	494 - Do not try to use the ocs.cfg file if it exists.
	495 - Incorrect handling of parameters when using placeholders &
              stored procs.
        497 - implicit type conversions with prepared statements often fail
	503 - Binary placeholders with stored procedures.
	506 - Default scriptName/hostname connect() params.
	508 - DBD::Sybase doesn't build under Win2k.

Release 0.95

        Support for building DBD::Sybase in 64 bit mode with the
        64 bit version of OpenClient on Solaris, HP-UX, AIX, etc.
        (note that perl itself must also be built in 64 bit
        mode for this to work!)

	Added column_info() method.

	Added G_EVAL flag to syb_err_handler calls.
	Improved syb_err_handler handling (thanks to Matthew Persico)
        Fixed memory leak when opening additional connections for multiple
        statement handles on a single database handle (thanks to Stefan
        Harbeck)
        Applied minor patch by Alex Fridman to get to build on WinNT.
	Force a ct_cancel() if, due to syb_do_proc_status, we force a
	failure on a request that could have more results pending (Blaise
	Lepeuple)
	Added syb_cancel_request_on_error attribute (see bug 471).
	Warning - the default value for this attribute changes the behavior
	of $sth->execute() when there is a failure that is detected in
	multi-statement requests.
	Added syb_bind_empty_string_as_null attribute (see bug 446) to
	allow user configurable empty string binding semantics (convert
	to single space [default] or to NULL).

	Bugs Fixed:

	431 - fetchrow_hashref() has incorrect keys when retrieving
              multiple result sets.
        437 - imp_sth->numRows in st_next_result not always set.
	444 - Incorrect example for ct_get_data(). ct_get_data() SEGV
              if passed a non-reference for $image.
        394 - $sth->{CursorName} fails hard.
	449 - ct_get_data() limited to 32k
	450 - Fix incorrect NULLABLE handling.
	452 - Incorrect $sth->finish() handling in syb_flush_finish mode
              (thanks to Steve Willer).
        443 - $sth->fetch produces error if called after $sth->execute on
	      statement that doesn't return any rows.
	411 - statement handle attributes do not change between result sets.
	430 - $dbh->prepare can return undef without triggering RaiseError.
	436 - Problems with make test generating errors creating
              Makefile.aperl.
	441 - amadmin who,sqm fails while in a transaction.
	446 - Empty string converts to a space (fixed by making this
	      configurable).
	448 - define strncasecmp as strnicmp for Win32 systems.
	454 - syb_err_handler won't catch connect-time error.
	456 - ping still fails if connection is dead.
	461 - Memory leak if NOT using placeholders in selects and
	      calling execute() multiple times.
	464 - Binding an empty string for a date field causes "1/1/1900"
              to be inserted (instead of NULL).
	469 - nsql error handling bug.
	447 - syb_db_disconnect(): ct_con_drop() failed.
	471 - Certain class of errors isn't detected by DBD::Sybase.


        Documentation changes to explain why
         ... WHERE (product_code = ? OR (? IS NULL AND product_code IS NULL))
        doesn't work with Sybase.
2009-07-17 06:46:41 +00:00
sno
4e911b24cb pkgsrc changes:
- Updating package for p5 module CatalystX::CRUD::ModelAdapter::DBIC
    from 0.08 to 0.10
  - Adjusting license and dependencies

Upstream changes:
0.10    14 July 2009
        * fix tests so that (a) sql is complete and (b) skip is sqlite3 cmd tool not found
0.09    13 June 2009
        * fix ORDER BY via cxc-order so that it actually works, including tests for multi-column sort.
2009-07-15 06:26:14 +00:00
joerg
79e38f2ed6 Explicitly disable GTK support. 2009-07-14 22:16:35 +00:00
joerg
beb0f7db9a php-sqlite no longer support PHP 4. 2009-07-13 14:48:36 +00:00
obache
8442d293c0 Update tokyotyrant to 1.1.31.
Changes:
2009-07-09  Mikio Hirabayashi

	* tculog.c (tculogwrite, tculrdread): the master ID is now recorded.

	* ttserver.c (main): the default value of the "-ulim" option was modified.

	* ttserver.c (proc): update logging and replicaion are now forbidden without the SID.

	* ttserver.c (do_repl): the NOP command is now throwed while circular replication.

	- Release: 1.1.31
2009-07-13 09:32:40 +00:00
obache
bd10590f18 Update MASTER_SITES and HOMEPAGE with Oracle's one. 2009-07-12 12:07:44 +00:00
hasso
05480b95c3 Make it build on DragonFly master. 2009-07-12 10:34:19 +00:00
jdolecek
67b490b2aa fixup description, this package is 5.x now 2009-07-10 19:53:03 +00:00
jdolecek
01ca39bc78 switch databases/php-sqlite to compile using bundled module, rather than
pecl; according to description on PECL site, the pecl extension is obsolete
and no longer maintanted, and it doesn't compile with PHP 5.3
2009-07-10 19:52:08 +00:00
drochner
9c0803a621 update to 2.5.5
changes: many bugfixes and compatibility fixes

The 2.5.0 version in pkgsrc was broken:
>>> from pysqlite2 import dbapi2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/pkg/lib/python2.5/site-packages/pysqlite2/dbapi2.py", line 27, in <module>
from pysqlite2._sqlite import *
ImportError: /usr/pkg/lib/python2.5/site-packages/pysqlite2/_sqlite.so: Undefined PLT symbol "sqlite3_enable_load_extension" (symnum = 158)
2009-07-09 19:02:58 +00:00
obache
9f8f5bbea1 Update java-tokyocabinet to 1.20. 2009-07-09 11:30:29 +00:00
obache
16d89e0b3e Update ruby-tokyocabinet to 1.27. 2009-07-09 11:29:10 +00:00
obache
92f5682bd0 Update p5-tokyocabinet to 1.30. 2009-07-09 11:27:07 +00:00
adam
64a61f11a1 Changes 3.6.16:
* Fix a bug that occastionally causes INSERT or UPDATE operations to fail on
  an indexed table that has a self-modifying trigger.
* Other minor bug fixes and performance optimizations.
2009-07-09 09:24:21 +00:00
hasso
c7512484df Make it build with DragonFly master. 2009-07-09 06:37:41 +00:00
joerg
7bef69489c user-destdir support 2009-07-08 16:01:04 +00:00
joerg
d4a50a2966 Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python
sources in a directory (tree) in pversion.mk. Adjust the various places
that called it locally.
2009-07-08 13:55:58 +00:00
sno
8c48475daa Updating package for p5 module for SQL::Translator from 0.09006 to 0.09007
Upstream changes:
# ----------------------------------------------------------
# 0.09007 2009-06-25
# ----------------------------------------------------------
* Fixed Pg parser - caching the compiled P::RD schema is a *very*
  bad idea
* Fix MSSQL handling of ON UPDATE/DELETE RESTRICT
* Delay MSSQL FK constraint deployment until after all CREATE TABLE
  statements
* Coerce other engine's bytea/blob/clob datatypes to VarBinary
2009-07-07 20:37:23 +00:00
sno
49ec12a082 pkgsrc changes:
- Updating package for p5 module Rose::DBx::Garden::Catalyst from 0.13
    to 0.14
  - Setting LICENSE=${PERL5_LICENSE}
  - Adjusting dependencies

Upstream changes:
0.14    7 June 2009
        * drop tables conditionally in rdgc.sql
        * refactor C3 syntax
2009-07-07 20:34:46 +00:00
sno
54be8626f4 pkgsrc changes:
- Updating package for p5 module Catalyst::Model::DBIC::Schema from
    0.23 to 0.25
  - Setting LICENSE=${PERL5_LICENSE} according META.yml
  - Adjusting dependencies according to META.yml

Upstream changes:
0.25  Fri Jun 19 08:35:38 PDT 2009
	- fix dep on Tie::IxHash that made tests fail
	- add more attributes to ::Replicated trait
        - fixed infinte loop in helper if SQLite connect_info has only
	  a DSN (dandv, RT #47101)

0.24  Tue Jun 16 06:18:58 PDT 2009
        - Add tests for issues with Class::C3 which are caused to
          applications which use new Catalyst but old DBIC, and have
          use Class::C3 in the MyApp class (t0m)
        - die on empty schema
        - create=dynamic deprecation warning
        - helper passes loader opts to dynamic schemas
        - conversion to Moose
        - cursor caching support (via
          Catalyst::TraitFor::Model::DBIC::Schema::Caching)
        - ::Storage::Replicated support (via ::Replicated trait)
        - switch to hashref connect_info for DBIC 8100
        - better helper option parsing, with support for more options
        - more tests
2009-07-07 20:22:54 +00:00
sno
7942ccfe15 pkgsrc changes:
- Updating package for p5 module DBD::mysql from 4.010 to 4.012
  - Setting LICENSE=${PERL5_LICENSE}

Upstream changes:
2009-06-18 Patrick Galbraith <patg@patg.net> (4.012)

* Patch to bind_type_guessing from Craigslist,
  Thanks to Chris! Happiness is no quoted numbers.
  Fixed ChopBlanks to work with bind_type_guessing
* Patch for win32 strawberry build
  Thanks to Curtis Jewell! Windows needs love
* Patch for auto-reconnect to set active flag
  Thanks to Doug Fischer!
* Fixed bug 32464 http://bugs.mysql.com/bug.php?id=32464.
  See https://rt.cpan.org/Ticket/Display.html?id=46308
  Add connection flag mysql_no_autocommit_cmd which users of
  MySQL Proxy can use to prevent 'set autocommit=#' from being
  issued by the driver. 'perldoc DBD::mysql' to see how to use
  this new flag
* Added bind-type-guessing options to Makefile.PL so the entire
  test suite can be run with bind_type_guessing set.

2009-04-13 Patrick Galbraith <patg@patg.net> (4.011)
* Renamed unsafe_bind_type_guessing, fixed some of the logic. This
can be used to deal with bug 43822
(https://rt.cpan.org/Ticket/Display.html?id=43822)
* Patch from Daniel Frett (daniel Dot frett At ccci Dot org) to fix
issue of binding sever side integer parameters (server-side prepare
statements) resulting in corrupt data, bug 42723
(https://rt.cpan.org/Ticket/Display.html?id=42723)
* Updated documentation, cruft cleanup (as always)
2009-07-07 20:17:11 +00:00
sno
bc688a2000 pkgsrc changes:
- Updating package for p5 module DBIx::Class::Validation from 0.02003nb2
    0.02004
  - Adding LICENSE=${PERL5_LICENSE} according to META.yml
  - Adjusting dependencies according to META.yml

Upstream changes:
0.02004 Mon Jun 22 12:52:00 2009
    - Switch dependency to DateTime::Format::SQLite
2009-07-07 18:10:37 +00:00
sno
1f8b9ef669 pkgsrc changes:
- Updating package of p5 module DBIx::Class::TimeStamp from 0.08 to 0.12
  - Adjusting license to perl's license according to META.yml
  - Adjusting dependencies according to META.yml

Upstream changes:
0.12 2009-06-30 22:25:17
    - Ship with a pregenerated sql schema for the tests to avoid the test
      dependency on SQL-Translator.

0.11 2009 07-32 14:43:00
    - Make sure tests run at the 'top' of the second to reduce pointless
      errors resulting when your test time crosses the second limit.

0.10 2009 07-32 13:55:00
    - Restored the MySQL formatter to the build requires to silence test
      failures.

0.09 2009 07-21 20:45:00
    - Changed some dependencies in the Makefile.PL so that we find the correct
      datetime formatter class for the SQLite testing
2009-07-07 18:03:35 +00:00
sno
33330306eb pkgsrc changes:
- Updating package for p5 module DBIx::Class::Fixtures from 1.001001
    to 1.001002
  - Adding perl license as license
  - Adjust dependencies according to META.yml

Upstream changes:
1.001002
- Allow passing schema object to ->populate
- Check that fixture population dir was created
2009-07-07 17:58:32 +00:00
sno
fed63da6c8 Added databases/p5-DBIx-Class-Cursor-Cached version 1.0.1 2009-07-07 17:30:18 +00:00
sno
ed8f2d11c9 Importing package for p5 module of DBIx::Class::Cursor::Cached 1.0.1
as dependency of scheduled update of databases/p5-Catalyst-Model-DBIC-Schema.

This is a Catalyst Model for DBIx::Class::Schema-based Models. See the
documentation for Catalyst::Helper::Model::DBIC::Schema and
Catalyst::Helper::Model::DBIC::SchemaLoader for information on
generating these Models via Helper scripts. The latter of the two will
also generated a DBIx::Class::Schema::Loader-based Schema class for you.
2009-07-07 17:28:49 +00:00
sno
a6a47307e8 - adding license (perl license, as noted in POD)
- adding support for destdir
2009-07-07 15:51:40 +00:00
sno
b9facb59e7 - adding license (perl license, as noted in DBD::Oracle POD)
- adding support for destdir
2009-07-07 15:49:40 +00:00
sno
e2da8f624d - adding license (artistic as deployed with the package)
- adding support for destdir
2009-07-07 15:46:47 +00:00
sno
c5c91ba4cf fixing 'missing destdir' 2009-07-07 15:23:15 +00:00
obache
0f9ff11c6d Update ruby-tokyotyrant to 1.10. 2009-07-07 11:44:18 +00:00
obache
3e3559b607 Update p5-tokyotyrant to 1.13. 2009-07-07 11:43:01 +00:00
obache
126c539ad7 Update tokyotyrant to 1.1.30.
Changes:
2009-07-05  Mikio Hirabayashi

	* scrext.c (scrextkill): new function.

	* scrext.c (serv_lock, serv_unlock): lock mechanism was modified with TCMDB.

	- Release: 1.1.30

2009-05-28  Mikio Hirabayashi

	* ttserver.c (do_http_options): new function.

	* tcrtest.c (proctable): a test of full-text search was added.

	- Release: 1.1.29
2009-07-07 11:41:23 +00:00
obache
e2956cddb5 Update p5-tokyocabinet to 1.29. 2009-07-07 11:35:16 +00:00
obache
93e2995091 Update tokyocabinet to 1.4.29.
2009-07-03  Mikio Hirabayashi

	* tctdb.c (tctdbidxgetbyftsunion): efficiency couting sort was improved.

	- Release: 1.4.29

2009-06-22  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcutil.c (tcstrutfnorm, tcstrkwic, tcstrtokenize): new functions.

	* tcutil.c (tcstrutfnorm, tcstrucsnorm): "TCUNWIDTH" option was added.

	* tctdb.c (tctdbsetinvcache, tctdbidxsyncicc, tctdbidxcmpkey): new functions.

	* tctdb.c (tctdbmetasearch, tctdbget4, tctdbqrykwic): new functions.

	* tctdb.c (tctdbsetindeximpl): the xmsiz parameter is now configured.

	- Release: 1.4.28

2009-06-16  Mikio Hirabayashi

	* tcutil.c (tcstrskipspc, tcstrucsnorm): new functions.

	* tctdb.c (tctdbqryaddcond): full-text search operators were added.

	* tctdb.c (tctdbsetindex): q-gram inverted index was added.

	* tctdb.c (tctdbidxputqgram, tctdbidxoutqgram, tctdbidxgetbyfts): new functions.

	- Release: 1.4.27

2009-06-13  Mikio Hirabayashi

	* tctdb.c (tctdbsetindex, tctdbsearchimpl): token inverted index was added.

	* tctdb.c (tctdbidxputone, tctdbidxoutone): new functions.

	* tctdb.c (tctdbidxputtoken, tctdbidxouttoken, tctdbidxgetbytokens): new functions.

	* tcadb.c (tcadbput, tcadbputkeep, tcadbputcat): capnum behaviour was modified.

	- Release: 1.4.26

2009-06-09  Mikio Hirabayashi

	* tcutil.c (tccstrescape, tccstrunescape, tcjsonescape, tcjsonunescape): new functions.

	* tcutil.c (tcpathlock, tcpathunlock): new functions.

	* tchdb.c (tchdbopen): double opening detection was added.

	* tchdb.c (tchdbtranbegin): a bug of invalid flag setting was fixed.

	* tcfdb.c (tcfdbopen): double opening detection was added.

	* tcfdb.c (tcfdbtranbegin): a bug of invalid flag setting was fixed.

	* tctdb.c (tctdbiternext3): new function.

	- Release: 1.4.25
2009-07-07 11:33:39 +00:00
zafer
f814583cf2 add 26 to PYTHON_VERSIONS_ACCEPTED 2009-07-07 11:01:37 +00:00
tnn
fb58257b67 use libgnutls-config.mk 2009-07-02 19:29:29 +00:00