Commit graph

5794 commits

Author SHA1 Message Date
wen
63edc78c57 Update to 0.04
Upstream changes:
0.04    18 Aug 2012
        * improve error message when ping() fails
2013-08-15 12:33:00 +00:00
wen
d729de43c7 Update to 0.806
Upstream changes:
0.806 (06.08.2013) - John Siracusa <siracusa@gmail.com>

    * Updated iterator leak test to work on perl 5.17.* and later (RT 86000)

0.805 (03.10.2013) - John Siracusa <siracusa@gmail.com>

    * Changed the recommended Oracle trigger PL/SQL to avoid sequence gaps.
      (Patch by Tom Adamo.)
    * Updated several Manager calls in bench.pl, adding the inject_results
      parameter.

0.804 (02.01.2013) - John Siracusa <siracusa@gmail.com>

    * Fixed some test failures on perl 5.16.2, mysql 5.5.29, and DBD::Pg 2.19.3.

0.803 (01.04.2013) - John Siracusa <siracusa@gmail.com>

    * Make char column's parse_value() method honor a column's overflow
      attribute when handling column values that are too long.
    * Correct length value in column overflow error messages.

0.802 (01.03.2013) - John Siracusa <siracusa@gmail.com>

    * Make varchar column's parse_value() method honor a column's overflow
      attribute when handling column values that are too long.

0.801 (11.24.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed "DBD::Informix::st execute failed: SQL: -255: Not in transaction"
      errors in the test suite.  (Patch by Sergey Leschenko.)

0.800 (09.09.2012) - John Siracusa <siracusa@gmail.com>

    * Correct tests to account for the Loader's init_db generation fix
      in 0.799 behavior (RT 79526)

0.799 (08.10.2012) - John Siracusa <siracusa@gmail.com>

    * Added column type mappings for varchar2, nvarchar, and nvarchar2.
      (Suggested by Chris Campise)
    * Fixed some typos in the Loader documentation (RT 78860)
    * Fixed a Loader bug that caused the base class's init_db method to
      be ignored (RT 78571)

0.798 (04.04.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed a typo in the Rose::DB::Object::Manager documentation.
    * Fixed a bug that caused save() not to throw an exception when
      a transaction could not be started (Reported by jdv79)
    * Converted some uses of each() to keys() to avoid iteration
      state bugs (RT 75773)
    * Corrected a broken POD link in the one-to-many relationship
      documentation.  (Reported by Nee)
2013-08-15 12:28:58 +00:00
wen
3a85c3e68c Update to 0.771
Upstream changes:
0.771 (08.04.2013) - John Siracusa <siracusa@gmail.com>

    * Documented the behavior of the dsn attribute when it has an explicit
      value and attributes that contribute to the dsn are also set (RT 87487)

0.770 (11.24.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed "DBD::Informix::st execute failed: SQL: -255: Not in transaction"
      errors in the test suite.  (Patch by Sergey Leschenko.)

0.769 (05.25.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed (more) test failures due to DBD::SQLite not being installed.

0.768 (05.12.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed test failures due to DBD::SQLite not being installed.

0.767 (05.01.2012) - John Siracusa <siracusa@gmail.com>

    * Fixed some bugs that could cause connect_options not to be honored.
    * Fixed some incorrectly failing handle_error tests.
    * Updated Rose::DB::Oracle to honor NLS_*_FORMAT environment variables
      for dates.
2013-08-15 12:22:04 +00:00
wen
18ad1d7ee1 Update to 0.8
Add LICENSE

Upstream changes:
0.8 2012-08-30 00:00
    - Added DB2 version 9 (Colin.Raybould@googlemail.com) RT#55070
    - Fixed sqlrw command (olaf@wundersolutions.com) RT#28367
2013-08-15 12:16:17 +00:00
wen
98cd0d149c Update to 1.628
Upstream changes:
Changes in DBI 1.628 - 22nd July 2013

    Fixed missing fields on partial insert via DBI::DBD::SqlEngine
        engines (DBD::CSV, DBD::DBM etc.) [H.Merijn Brand, Jens Rehsack]
    Fixed stack corruption on callbacks RT#85562 RT#84974 [Aaron Schweiger]
    Fixed DBI::SQL::Nano_::Statement handling of "0" [Jens Rehsack]
    Fixed exit op precedence in test RT#87029 [Reni Urban]

    Added support for finding tables in multiple directories
        via new DBD::File f_dir_search attribute [H.Merijn Brand]
    Enable compiling by C++ RT#84285 [Kurt Jaeger]

    Typo fixes in pod and comment [David Steinbrunner]
    Change DBI's docs to refer to git not svn [H.Merijn Brand]
    Clarify bind_col TYPE attribute is sticky [Martin J. Evans]
    Fixed reference to $sth in selectall_arrayref docs RT#84873
    Spelling fixes [Ville Skyttä]
    Changed $VERSIONs to hardcoded strings [H.Merijn Brand]
2013-08-15 11:41:02 +00:00
obache
551241a08c Revbump after updating lang/lua to 5.2.2. 2013-08-15 06:32:05 +00:00
adam
53abfc885a Changes 2.6.14:
UPGRADE URGENCY: HIGH because of the following two issues:
    * Lua scripting + Replication + AOF in slaves problem (see Issue 1164).
    * AOF + expires possible race condition (see Issue 1079).

* [FIX] AOF bug: expire could be removed from key on AOF rewrite.
* [FIX] Allow writes from scripts called by AOF loading in read-only slaves.
* [FIX] Sentinel: parse new verison of INFO replication output correctly.
* [NEW] Reset masterauth if an empty string is configured.
2013-08-07 05:30:09 +00:00
adam
c75b1fa561 Changes 5.1.71:
Functionality Added or Changed
* comp_err now checks to make sure that new errors are not being added to MySQL 5.1 or 5.5 because the set of errors for these series is frozen.

Bugs Fixed
* InnoDB: During an insert buffer merge, InnoDB would invoke lock_rec_restore_from_page_infimum() on a potentially invalid record pointer.
* InnoDB: The page_zip_validate() consistency check would fail after compressing a page, in page_zip_compress(). This problem was caused by page_zip_decompress(), which would fail to set heap_no correctly when a record contained no user data bytes. A record with no user data bytes occurs when, for example, a primary key is an empty string and all secondary index fields are NULL or an empty string.
* InnoDB: The pthread_mutex, commit_threads_m, which was initialized but never used, has been removed from the code base.
* Partitioning: When dropping a partitioned table, the table's .par file was deleted first, before the table definition or data. This meant that, if the server failed during the drop operation, the table could be left in an inconsistent state in which it could neither be accessed nor dropped.
* Shared-compatibility conflict errors occurred for RPM install operations, even if no shared-compatibility RPMs were already installed.
* A user variable referenced during execution of a prepared statement is set to memory that is freed at the end of execution. A second execution of the statement could result in Valgrind warnings when accessing this memory.
* Misoptimization of left expressions in prepared statements could cause a server exit.
* Subsequent to Prepared statement needs to be re-prepared errors, inserts into DECIMAL columns caused a server exit.
* Assigning the result of a subquery to a user variable raised an assertion when the outer query included DISTINCT and GROUP BY.
2013-08-04 10:20:24 +00:00
adam
487543241a Changes 5.5.33:
* Previously, program options could be specified in full or as any unambiguous prefix. For example, the --compress option could be given to mysqldump as --compr, but not as --comp because the latter is ambiguous. Option prefixes now are deprecated. They can cause problems when new options are implemented for programs. A prefix that is currently unambiguous might become ambiguous in the future. If an unambiguous prefix is given, a warning now occurs to provide feedback. For example:

Warning: Using unique option prefix compr instead of compress is
deprecated and will be removed in a future release. Please use the
full name instead.

Option prefixes are no longer supported in MySQL 5.7; only full options are accepted.

* comp_err now checks to make sure that new errors are not being added to MySQL 5.1 or 5.5 because the set of errors for these series is frozen.

* Bugs Fixed
2013-07-31 18:51:41 +00:00
adam
cab058f664 Changes 5.6.13:
* Important Change; Replication: By default, when promoting integers from a smaller type on the master to a larger type on the slave (for example, from a SMALLINT column on the master to a BIGINT column on the slave), the promoted values are treated as though they are signed. Now in such cases it is possible to modify or override this behavior using one or both of ALL_SIGNED, ALL_UNSIGNED in the set of values specified for the slave_type_conversions server system variable. For more information, see Row-based replication: attribute promotion and demotion, as well as the description of the variable.

* Previously, program options could be specified in full or as any unambiguous prefix. For example, the --compress option could be given to mysqldump as --compr, but not as --comp because the latter is ambiguous. Option prefixes now are deprecated. They can cause problems when new options are implemented for programs. A prefix that is currently unambiguous might become ambiguous in the future. If an unambiguous prefix is given, a warning now occurs to provide feedback. For example:

Warning: Using unique option prefix compr instead of compress is
deprecated and will be removed in a future release. Please use the
full name instead.

Option prefixes are no longer supported in MySQL 5.7; only full options are accepted.

* The C API libmysqlclient shared-library .so files now have version 18.1.0 (up from version 18.0.0 used in MySQL 5.5).

* In batch mode, mysql formatted result status messages such as “"Query OK, 1 row affected"” but did not print them. Now these messages are not formatted.

* Bugs Fixed
2013-07-31 09:51:38 +00:00
ryoon
7c84553d03 Fix build under Cygwin.
* For Cygwin build -no-undefined is needed for libtool.
2013-07-30 13:56:20 +00:00
tron
ea24d77a56 Update "phpmyadmin" package to version 3.5.8.2. Changes since 3.5.8.1:
- [security] Fix self-XSS in "Showing rows", see PMASA-2013-8
- [security] Fix self-XSS in Display chart, see PMASA-2013-9
- [security] Fix stored XSS in Server status monitor, see PMASA-2013-9
- [security] Fix stored XSS in navigation panel logo link, see PMASA-2013-9
- [security] Fix self-XSS in setup, trusted proxies validation, see PMASA-2013-9
+ [security] JSON content type header for version_check.php, see PMASA-2013-9
+ [security] Backport fix for jQuery issue #9521 from jQuery 1.6.3, see PMASA-2013-9
+ [security] Fix full path disclosure, see PMASA-2013-12
+ [security] Fix control user SQL injection in pmd_pdf.php, see PMASA-2013-15
+ [security] Fix control user SQL injection in schema_export.php, see PMASA-2013-15
- [security] Fix self-XSS in schema export, see PMASA-2013-14
- [security] Fix unencoded json object, see PMASA-2013-11
2013-07-29 20:01:02 +00:00
prlw1
9ddb360aa4 MySQL committed the cardinal sin of distributing two different source
tarballs with the same name, as found by obache@ in:
http://bugs.mysql.com/bug.php?id=69598
adam@ already fixed version 5.5, so this should complete the fix
for PR pkg/48056. (Also replaced the 5.6 tarball on ftp.netbsd.org)
2013-07-29 13:39:06 +00:00
jaapb
af717aba3c Patched META file to correctly reflect the installation directory. 2013-07-21 17:04:29 +00:00
richard
61e5aa73ab pgAdmin 1.16.1 has been released, offering 19 bug fixes over the previous version.
The list of bug fixes is available in the CHANGELOG.

 The following are the recent Changes
 ------------------------------------

 Date       Dev Ver     Change details
 ---------- --- ------  --------------
 2012-12-03 DP  1.16.1  Prevent a crash that could happen if further changes
                        were made on a dialogue after using the Apply button.
                        [Akshay Joshi]
 2012-11-29 GL  1.16.1  Save new comments on already existing columns when
                        editing a table. Per a report from Jeff Janes.
 2012-11-29 GL  1.16.1  Fix the query editor behaviour when executing COPY TO
                        stdout and COPY FROM stdin [Heikki Linnakangas]
 2012-11-28 AV  1.16.1  Date picker controls returns a full timestamp by
                        default, which can cause inadvertent date changes
                        on jobs and role validty dates. Ignore the time part.
 2012-11-26 MH  1.16.1  Fix query for database descriptions
 2012-11-15 DP  1.16.1  Avoid querying the catalogs for toast table settings
                        for every table in the database. This gives a huge
                        performance gain with large schemas.
 2012-11-08 DP  1.16.1  Prevent a crash when refreshing a node which has a
                        child with an open dialogue [Dhiraj Chawla]
 2012-11-08 DP  1.16.1  Fix dropping/renaming of indexes [Akshay Joshi]
 2012-11-08 DP  1.16.1  Avoid updating the GQB model on every key press in
                        the query tool [Dhiraj Chawla]
 2012-11-02 DP  1.16.1  Fix a crash that can occur when renaming objects.
                        [Ashesh Vashi/Sachin Srivastava]
 2012-11-01 DP  1.16.1  Fix dropping of constraints [Akshay Joshi]
 2012-10-31 DP  1.16.1  Fix the "blocked by" column in the server status
                        dialogue on 9.2 servers [Sachin Srivastava]
 2012-10-11 DP  1.16.1  Prevent a crash if the query tool is closed whilst a
                        file is loading [Akshay Joshi]
 2012-10-09 AV  1.16.1  Fix setting of comments on PPAS procedures.
 2012-10-08 DP  1.16.1  Don't autosize the search results columns if no
                        results are found [Akshay Joshi]
 2012-10-08 AV  1.16.1  Prevent a crash if opening a second config file in
                        the editor.
 2012-10-08 DP  1.16.1  Prevent the SSL options combo box displaying
                        duplicate options if the server dialogue is
                        reopened [Akshay Joshi]
 2012-09-14 GL  1.16.1  Fix trigger query when connected to PostgreSQL 8.2 or
                        lower, per a report from Jon Roberts.
 2012-09-12 GL  1.16.1  Fix message when executing an empty query, per Marc
                        Mamin.
2013-07-20 05:10:42 +00:00
obache
eec8d5df25 fixes last change 2013-07-18 04:51:02 +00:00
adam
cd0f40886d Distfile got changed (licence clause in mans). Revision bump.
Don't use mk/readline.buildlink3.mk! Must be devel/readline/buildlink3.mk!
2013-07-17 21:22:40 +00:00
obache
51b94498f7 catch up to changes in Makefile
(devel/readline/buildlink3.mk => mk/readline.buildlink3.mk)
2013-07-17 12:24:41 +00:00
joerg
24ae712930 PKGVERSION is an internal variable, so use something else. 2013-07-16 22:26:10 +00:00
ryoon
108ab7f0e0 Fix PR pkg/48052.
* On FreeBSD, create libmysqlclient{,_r}.so.18.0.0 for supress PLIST divergence.
2013-07-15 12:13:43 +00:00
ryoon
ede2c69950 Fix build when devel/editline is installed, but it is not used by this. 2013-07-15 02:04:36 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
schmonz
6e4028a9bb This package bundles its own copy of SQLite 3.7.17. The bundled
copy isn't as portable as what's in databases/sqlite3. Instead of
trying to fix the copy, declare a buildlink dependency on 3.7.17,
and let pkgsrc figure out how to fulfill it. Bump PKGREVISION.
2013-07-13 18:12:11 +00:00
jperkin
b091c2f172 Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
2013-07-12 10:44:52 +00:00
schmonz
b2e95d68af Update to 1.39. From the changelog:
- OpenBSD doesn't like the previous _XOPEN_SOURCE hack (ISHIGAKI)
- Disabled a unicode-related test for older perls (ISHIGAKI)
- Tentatively defined _XOPEN_SOURCE under *BSD systems to see
  if it solves a compilation issue for threaded perls (ISHIGAKI)
- As of SQLite 3.7.15, SQLite's query optimizer was enhanced
  and the result order of a SELECT statement without an ORDER
  BY clause may be different from the one of the previous
  versions. If your applications or tests mistakenly depend
  on the arbitrary output order, they may be broken with this
  enhancement.
- Updated to SQLite 3.7.17 (ISHIGAKI)
- Fixed tests that mistakenly made invalid assumptions about
  the result order (ISHIGAKI)
- Added a brief note on useful pragmata. (ISHIGAKI)
- Resolved #85302: type fixes (ISHIGAKI)
- Updated to SQLite 3.7.16.1 (ISHIGAKI)
- Removed two obsolete pragma calls at login time (ISHIGAKI)
- Resolved #80344: Set SQLITE_DISABLE_DIRSYNC on AIX (suggested
  by Steve Barnsley) (ISHIGAKI)
- Resolved #81536: primary_key_info returns the wrong KEY_SEQ
  (VLYON)
- Resolved #84027: Finalizer() not called in (D. Richard Hipp)
- Resolved #84372: -Wpointer-sign warnings with utf8_hop
  (RURBAN)
- Resolved #84373: Add test for RT #26775 "name)" key with
  DISTINCT (RURBAN/ISHIGAKI)
- Resolved #70815: DBD::SQLite 1.33 build is broken under
  Solaris using Sun C (RURBAN)
- Resolved #84380: Fix WINLIKE for mingw/msys (RURBAN)
- Added a note on DBD::SQLite and File::Temp (suggested by
  TOKUHIROM) (ISHIGAKI)
- Resolved #56444: immediate transaction should be on by
  default, and the doc be updated.
  If you really need the deferred transaction (which had long
  been the default), set sqlite_use_immediate_transaction
  to false explicitly. (ISHIGAKI)
- Updated to SQLite 3.7.14 (ISHIGAKI)
- Added support for foreign_key_info (DAMI/ISHIGAKI)
- Added several methods to retrieve internal information such as
  table_column_metadata/db_filename/*_status (ISHIGAKI/VOVKASM)
- Added sqlite_load_extension so that extensions can add
  functions internally (ISHIGAKI)
- Resolved #77617: atoll () sometimes just is atol () (GAAS)
- Resolved #48084: improper "require utf8" in tests (ISHIGAKI)
- Resolved #77724: bug in primary_key_info with regard to column
  names containing whitespace (ISHIGAKI)
- Resolved #79364: variance example of the doc (ISHIGAKI)
- Resolved #78833: utf8 flag for column names (JAMADAM)
  (This hopefully resolved #72418 as well)
- Resolved #64177: ping() wipes out the errstr (ISHIGAKI)
- Resolved #79576: (patch) bind_param don't work with PADTMP
  scalars (VOVKASM)
- Refactored primary_key_info to support attached databases
  (ISHIGAKI)
2013-07-10 02:32:45 +00:00
schmonz
37b433a6bf Update to 1.829. From the changelog:
* make realclean: removing all files
  RT #68214

* Documented the issue where the error below

     BDB0588 At least one secondary cursor must be specified to DB->join

* DB_File installs to wrong place for CPAN version
  RT #70420
  Makefile.PL prevents INSTALLDIRS on command line.
  RT #68287: Makefile.PL prevents INSTALLDIRS on command line.

* typo fix
  RT #85335

* Minor change to build with Berkeley DB 6.x
2013-07-10 02:21:34 +00:00
taca
99f3027207 Add build_info file to PLIST.
Bump PKGREVISION.
2013-07-07 15:22:55 +00:00
taca
60773c4f3a Add build_info file to PLIST.
Bump PKGREVISION.
2013-07-07 15:21:33 +00:00
taca
b5322ea4ce o Clean up GEM_CLEANBUILD and fix PLIST.
o Use RUBY_DLEXT in PLIST.

Bump PKGREVISION.
2013-07-07 15:20:16 +00:00
obache
913a93b7f2 Fixes build failure due to Lua-5.2 API change. 2013-07-07 05:19:39 +00:00
jaapb
cf748094af Added installation of META file. This results in a conflict with old
ocaml-findlib versions.
2013-07-06 11:18:39 +00:00
rodent
823da31f00 +p5-Class-DBI-BaseDSN 2013-07-06 00:57:34 +00:00
rodent
9a83f9378d Import p5-Class-DBI-BaseDSN-1.22 as databases/p5-Class-DBI-BaseDSN.
Class::DBI::BaseDSN acts as a placeholder for a base class which will be
switched for a specific Class::DBI extension when you specify the dsn of the
database to connect to. For example in this case, the Class::DBI::BaseDSN will
replace itself with Class::DBI::mysql when the set_db call is executed.
2013-07-06 00:56:25 +00:00
joerg
4781b0b28b + soci 2013-07-05 21:05:07 +00:00
joerg
73b3e78460 Add soci-3.2.1:
SOCI is a database access libary for C++.  It provides a natural
interface with extensive STL integration.  A number of major database
servers are accessable.
2013-07-05 21:04:45 +00:00
adam
f9cd38361f Revbump after updating lang/lua to 5.2.2. 2013-07-04 21:27:56 +00:00
adam
aaa9065a6c Added databases/lua-sqlite3 version 0.4.1 2013-07-04 18:08:02 +00:00
adam
d6d9bdd309 Lua-Sqlite3 is a binding of Sqlite3 for Lua.
Lua-Sqlite3 is unique in contrast to other database bindings that it consists
of two layers. The first layer translates the SQLite 3 implementation's C API
to Lua. The first layer is called the backend. The second layers are frontend
layers, written in Lua. These layers provide a nice and smart view of the
database

Currently, Lua-Sqlite3 implements two frontends:
* A specialiced frontend which provides all sqlite3 capabilities.
* A LuaSQL compatible frontend as used on the Kepler Project.
2013-07-04 18:06:24 +00:00
wiz
4240f0fa38 Update to 2.5.1:
What's new in psycopg 2.5.1
---------------------------

- Fixed build on Solaris 10 and 11 where the round() function is already
  declared (🎫`#146`).
- Fixed comparison of `Range` with non-range objects (🎫`#164`).
  Thanks to Chris Withers for the patch.
- Fixed double-free on connection dealloc (🎫`#166`). Thanks to
  Gangadharan S.A. for the report and fix suggestion.
2013-07-04 13:01:36 +00:00
sno
174a97f505 Updating package for CPAN distribution DBIx-Class-Helpers in
databases/p5-DBIx-Class-Helpers from 2.015001nb1 to 2.018001.

pkgsrc changes:
- adjust dependencies

Upstream changes:
2.018001  2013-07-02 20:40:18 CST6CDT
 - Fix bug related to inheriting from ::Shortcut

2.018000  2013-06-22 17:03:29 CST6CDT
 - Add ::ResultSet::Shortcut::OrderByMagic (moltar)
 - Add ::ResultSet::Shortcut::Prefetch (Wallas Reis)
 - Add ::ResultSet::Shortcut::HasRows (Wallas Reis)
 - Add ::ResultSet::Shortcut::Limit (Wallas Reis)
 - make ::ResultSet::Me more flexible (moltar)
 - Fix some warnings (when using deprecated modules) (good catch Bill
   Mosely)
 - Fix lots of docs (moltar, Gregor Herrmann, mauke)

2.017000  2013-04-20 10:37:04 CST6CDT
 - Add ::Schema::QuoteNames to force quote_names on
 - Add normalize_connect_info utilitiy

2.016006  2013-04-12 09:14:23 CST6CDT
 - Remove use of a private method, thus fixing Helpers on v0.08210
 - Remove the last vestige of non-in-memory SQLite
 - Stop using RT for bugtracking

2.016005  2013-01-23 19:00:09 CST6CDT
 - Fix hash order dependency bug (Thanks Fitz Elliott!)

2.016004  2013-01-09 20:05:57 CST6CDT
 - Add more storages for ::ResultSet::Random (Thanks José Diaz Seng!)

2.016003  2012-12-07 15:54:29 CST6CDT
 - Fix bug in dup_check_source_auto and fk_check_source_auto.  If
   any of the broken things were multiple they explode in the hashref.
   The solution is to force the values to be resultsets, which is how
   the helper is documented anyway. (thanks MST for finding this)

2.016002  2012-11-17 15:31:12 CST6CDT
 - Put MetaYAML back in dist

2.016001  2012-11-02 17:52:43 CST6CDT
 - fix OnColumnChange to work with relationship based updates
   so $artist->update({ cd => $cd_obj }) now correctly triggers
   a change.  Thanks David Schmidt for the test
 - validate number of arguments to _change_column (David Schmidt)
 - fix name of Helper::ResultSet::Shortcut in SYNOPSIS

2.016000  2012-10-25 21:35:05 CST6CDT
 - Add Helper::ResultSet::Shortcut (Wes Malone)
2013-07-03 19:07:10 +00:00
sno
6ee1115a75 Updating package for CPAN distribution DBIx-Class-InflateColumn-IP in
databases/p5-DBIx-Class-InflateColumn-IP from 0.02001nb5 to 0.02003.

pkgsrc changes:
- add license conditions

Upstream changes:
0.02003 Fri Nov  2 11:52:11 GMT 2012
       - Perl 5.8.1 is now required (as it is for DBIC itelf).
       - Use and declare UTF-8 encoding in POD
       - Add repository metadata

0.02002
       - Use numeric format for bigint columns.
       - Use bigint column in test to cope with DBD::SQLite bind type changes.
2013-07-03 19:03:00 +00:00
sno
1c6bccdb3a Updating package for CPAN distribution DBIx-Class-Fixtures in
databases/p5-DBIx-Class-Fixtures from 1.001013nb3 to 1.001018.

pkgsrc changes:
- adjust dependencies

Upstream changes:
1.001018
- Reduced the size of a PK in the fixtures to stop (hopefully) some occasional
  error reports

1.001017
- POD fixes (justin hunter++)
- Changed the test suite so it doesn't mindlessly break with the changes
  introduced by DBIC 0.08200 (nerox++ for bug report).

1.001016
- Support more Postgresql types for datetime_relative (added TIME, DATE,
  INTERVAL, TIMESTAMP)
- If $result_source->column_info defines a sequence, make sure we properly
  set that sequence to whatever the max value currently is.

1.001015
- ::External::File makes the path if its missing

1.001014
- Allow you to perform value substitutions inside config-sets
- Added a framework to allow you to backup / restore data external to the
  database as part of your fixtures.  Added an external handler for File
  based data, and docs and tests for this.
2013-07-03 18:59:10 +00:00
sno
746c4e24d7 Add SUBDIR for p5-DBIx-Class-InflateColumn-FS 2013-07-03 18:55:31 +00:00
sno
a21bd781e1 Adding new package for CPAN distribution DBIx-Class-InflateColumn-FS version
0.01007 into databases/p5-DBIx-Class-InflateColumn-FS.

Provides inflation to a Path::Class::File object allowing file system
storage of BLOBS.

The storage path is specified with fs_column_path. Each file receives
a unique name, so the storage for all FS columns can share the same path.

Within the path specified by fs_column_path, files are stored in
sub-directories based on the first 2 characters of the unique file names.
Up to 256 sub-directories will be created, as needed. Override
_fs_column_dirs in a derived class to change this behavior.

fs_new_on_update will create a new file name if the file has been updated.
2013-07-03 18:54:50 +00:00
sno
e2a517f44a Updating package for CPAN distribution DBIx-Class-EncodedColumn in
databases/p5-DBIx-Class-EncodedColumn from 0.00011nb3 to 0.00012.

Upstream changes:
0.00012 2013-04-29
        - Fixes reported bug #78091. (gbjk++)
2013-07-03 18:40:03 +00:00
sno
21faabd986 Updating package for CPAN distribution DBIx-Class-DynamicDefault in
databases/p5-DBIx-Class-DynamicDefault from 0.03nb5 to 0.04.

pkgsrc changes:
- add license conditions
- adjust dependencies

Upstream changes:
0.04  Sat, 14 Apr 2012 10:09:00 +0100
 Matt S Trout:
     Fix a massive pessimisation causing repeated ->result_source_instance
     invocations resulting in get_inherited from C::A::Grouped being the
     biggest thing in a startup profile.
2013-07-03 18:36:38 +00:00
sno
acfacb298b Updating package for CPAN distribution DBIx-Class-Candy in
databases/p5-DBIx-Class-Candy from 0.002103nb1 to 0.002104.

pkgsrc changes:
- adjust dependencies

Upstream changes:
0.002104  2013-05-13 09:29:37 CST6CDT
  - Fix stupid doc examples
2013-07-03 18:27:23 +00:00
sno
b103d8856a Update package for CPAN distribution Dancer-Plugin-DBIC in
databases/p5-Dancer-Plugin-DBIC from 0.1601nb1 to 0.1802.

Upstream changes (since 1.1601):
0.1802  2013-01-22
        Updated version requirement for Dancer. A newer Dancer is required to
            use the plugin_args() function.

0.1801  2013-01-21
        Fixed tests to pass on Dancer 2.
        Thanks Yanick Champoux (https://github.com/yanick)!

0.1800  2013-01-18
        Added the resultset and rset keywords.

0.1700  2013-01-01
        Added support for Dancer 2.
        Thanks Steven Humphrey (https://github.com/shumphrey)!
2013-07-03 18:24:06 +00:00
sno
b234931f00 Updating package for CPAN distribution MLDBM in databases/p5-MLDBM from
2.04nb4 to 2.05.

Upstream changes:
2.05 (21 Feb 2013, by Alexandr Ciornii)
    Require perl 5.5
    Test for pod
2013-07-03 18:20:30 +00:00
sno
ed8b796b8d Updating package for CPAN distribution SQL-Abstract in
databases/p5-SQL-Abstract from 1.73nb2 to 1.74.

Upstream changes:
revision 1.74  2013-06-04
----------------------------
    - Fix insufficient parenthesis unroll during operator comparison
    - 'ORDER BY foo' and 'ORDER BY foo ASC' are now considered equal
      by default (with a switch to reenable old behavior when necessary)
    - Change parser to not eagerly slurp RHS expressions it doesn't recognize
2013-07-03 18:18:03 +00:00