Commit graph

7595 commits

Author SHA1 Message Date
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
taca
425872026d databases/ruby-hiera: update to 3.4.1
Hard-coding hiera's version in gemspec.
2017-09-18 03:42:14 +00:00
taca
21a976b6bd databases/ruby-tiny_tds: fix dependency
Fix depenency to avoid build problem.
2017-09-18 02:52:55 +00:00
taca
c3032a46e1 databases/ruby-mysql: udpate to 2.9.14
Better support for MySQL 5.7.

* avoid warning
* add collations and constants from MySQL 5.7.10
* support JSON type on MySQL 5.7
2017-09-18 02:48:08 +00:00
taca
1c68be197d databases/Makefile: delete ruby-mysql-ext 2017-09-18 02:46:00 +00:00
taca
cb053e009d databases/ruby-mysql-ext: remove package
Since none rubygems version of ruby-mysql contains C extension, there is
no merit to rubygems version of ruby-mysql-ext.
2017-09-18 02:45:28 +00:00
taca
769197a2d8 databases/ruby-dbd-mysql: update dependency
Swich to use ruby-mysql28 instead of ruby-mysql.

Bump PKGREVISION.
2017-09-18 02:38:04 +00:00
taca
ee618aba4d databases/Makefile: add ruby-mysql28 2017-09-18 02:36:56 +00:00
taca
850b7974bb databases/ruby-mysql28: add ruby-mysql28 2.8.2
Add ruby-mysql 2.8.2 as ruby-mysql28 2.8.2 since 2.9 contains some
imconpatible change from 2.8.
2017-09-18 02:36:01 +00:00
taca
4240dd263c databases/ruby-mysql-ext: update HOMEPAGE
Update HOMEPAGE with "https" URL.
2017-09-18 02:09:14 +00:00
taca
ef05fbff45 databases/Makefile: add ruby-mysql-ext 2017-09-18 02:05:30 +00:00
taca
3f12dfa9c5 databases/ruby-mysql-ext: added 2.9.13
This is rubygem version of databases/ruby-mysql. Like ruby-mysql, this
package contains C extension, not pure ruby.
2017-09-18 02:04:47 +00:00
taca
0595af9302 databases/freetds: update to 1.00.58.
Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sat Sep 16 13:52:48 2017 +0100

    ctlib: Do not mix 2 set of results

    Variable results was used to store 2 states ending up
    with possible wrong result from _ct_bind_data.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Sat Sep 16 12:51:49 2017 +0100

    Avoid mixing different column information

    Was possible that for multiple column recordset the binding
    were reused between columns combining row binding with empty ones.
    This could cause some wrong metadata information to be returned.

Author: Frediano Ziglio <freddy77@gmail.com>
Date:   Wed Sep 13 15:48:03 2017 +0100

    build: Fix wrong AC_LANG_SOURCE usage

    This macro requires a single parameter.
    Usage confused with AC_LANG_PROGRAM.
2017-09-17 17:31:03 +00:00
taca
551f1b5b9a databases/ruby-tiny_tds: update to 2.0.0.
2.0.0

* Stop building FreeTDS as a part of the extension build.

1.3.0

* FreeTDS: Link libgcc statically for Windows. (#351) Fixes #349.

1.2.0

* Use OpenSSL v1.1.0e & FreeTDS v1.00.27 for Windows builds.

1.1.0 *

* Use rake-compiler-dock v0.6.0
* Handle SYBVARIANT types from SQL function. Fixes #317. Fixed #321.
* Fix `use_utf16` optoin for booleans. Fixes #314
* Add `-q` check for bin puts. Fixes #318
* Use FreeTDS 1.00.21.
* Appveyor tests only 2012, 2014 with one Ruby, 23-x64.
* CircleCI & TravisCI both test 2016.

1.0.5

* Windows Static Builds - Use FreeTDS 1.00.15, OpenSSL 1.0.2j.
* Appveyor tests 2012, 2014, 2016.
* Error messages greater than 1024 chars generates a buffer overflow. Fixes
  #293.
* Ensures numeric options are treated numerically Fixes #303.
* New `:contained` login option. May deprecate `:azure`. Fixes #292.
* New `:use_utf16` login option. Toggle UCS-2 or UTF-16. Default true.

1.0.4

* Use FreeTDS 1.0 final

1.0.3

* Use FreeTDS 1.0rc5 for cross compile windows gems.
* Ensure we only work with latest FreeTDS v0.95.x or higher.

1.0.2

* Cross compile w/2.3.0 using rake-compiler-dock ~> 0.5.1. Fixes #268 #270.
* Use FreeTDS 1.0rc4 for cross compile windows gems.

1.0.1

* Fix ruby exe's in non-platform gem.

1.0.0

* Tested with FreeTDS 1.0.
* Add emoji support by default using FreeTDS v1.0 in docs.

0.9.5 (release candidates only)

* Binstub wrappers for `tsql`. Fixes #227 #251
* Add support for 2008 data types. Must use TDSVER 7.3 or higher. Fixes #244
  #251
  - [date]
  - [datetime2]
  - [datetimeoffset]
  - [time]
* Default FreeTDS to 0.95. Support 0.91 Alternate Fixes #233
  - Allow our `tds_version` to mirror TDSVER env var. Ex '7.3' vs '73'.
  - Change error handler for `SYBEICONVO` to hard return INT_CANCEL.
* Made sure Azure logins are user@short vs. long domain. Fixes #229
* Removed Ruby 1.9.3 from CI builds.
* CI now tests Azure too.
* Fixed compiler warnings on all platforms. Fixed #241
* FreeTDS - Remove support for bad iconv.
2017-09-17 15:46:08 +00:00
taca
eac00139c8 bump PKGREVISION by databases/freetds update. 2017-09-17 15:05:31 +00:00
taca
47d048824f databases/freetds: update to 1.00.55.
Summary of Changes in release 1.0
--------------------------------------------
User visible (not in a particular order):
- Removed "8.0" from protocol version string accepted. Please
  update configuration files;
- Default protocol version is now auto. This could slow down
  connection but make user experience less painful;
- Sybase encrypted login. Set encryption to get it;
- Support protocol version 7.4;
- Add intent support to specify we don't want to change data;
- Allow to attach database file during the login (MS SQL Server);
- Support for Sybase time/date/bigdate/bigdatetime;
- Pool is working again;
- ODBC BCP (not complete);
- Improved dbconvert and dbconvert_ps (more compatible);
- Fixed dbspid;
- Improved ODBC type information;
- Better certificate verification;
- AppVeyor is used for every build;
- Try all IPs from DNS. This allows SQL Cluster connection
  to secondary servers.

Implementation:
- Removed Nmake support;
- Type conversions simplified;
- Better type handle code.
2017-09-17 14:57:59 +00:00
adam
dd3eabbf53 py-pymysql: update to 0.7.11
0.7.11
* Fixed Connection.close() failed when failed to send COM_CLOSE packet.
* Cursor.executemany() accepts query ends with semicolon.
* ssl parameters can be read from my.cnf.
2017-09-17 13:31:04 +00:00
adam
43d167ffe3 databases/py-multidict: update to 3.2.0
3.2.0:
* Fix pickling
* Fix equality check when other contains more keys
2017-09-17 10:28:54 +00:00
wiz
ee241a9552 p5-Parse-Dia-SQL: update to 0.30.
0.30 Thu, 11 May 2017 19:09:19 +0200
    Set "aggregate" attribute for Dia version=2 associations when
    in ERD mode. Thanks to djerius@cpan.org
    https://github.com/aff/Parse-Dia-SQL/pull/7
2017-09-17 08:49:51 +00:00
wiz
255f558b11 p5-MARC-Record: update to 2.0.7.
2.0.7 Tue May 23 20:41:13 EDT 2017
        [FIXES]
        - RT#108123: clean up MANIFEST.SKIP
        - GH#1: marcdump now prints warnings (Johann Rolschewski)
        - remove a reference to SourceForge
        - fix a reference to the per4lib mailing list
2017-09-17 08:47:28 +00:00
wiz
d647c3a8e8 p5-Fsdb: update to 2.63.
2.63, 2017-02-03 Re-add some features supposedly in 2.62 but not, and add
       more --header options.
       ENHANCEMENT
           The option -j is now a synonym for --parallelism.  (And several
           documention bugs about this option are fixed.)

       ENHANCEMENT
           Additional support for "--header" in dbcolmerge, dbcol, dbrow, and
           dbroweval.

       BUG FIX
           Version 2.62 was supposed to have this improvement, but did not
           (and now does): dbfilepivot now allows the --possible-pivots
           option, and if it is provided processes the data in one pass.

       BUG FIX
           Version 2.62 was supposed to have this improvement, but did not
           (and now does): dbroweval logs are now quoted.
2017-09-17 08:45:09 +00:00
wiz
29819cdef7 p5-DBM-Deep: update to 2.0014.
2.0014 Jul 27 22:15:00 2017 EDT
    - Fix for tests failing on 5.26 (Thanks, DrHyde!)
2017-09-17 08:40:14 +00:00
wiz
d642261cf6 p5-DBIx-Class-Candy: update to 0.005003.
0.005003  2017-07-14 09:29:22-07:00 America/Los_Angeles
 - Stop depending on String::CamelCase (closes GH#15)
   (Good find Peter Rabbitson!)
2017-09-17 08:38:06 +00:00
minskim
c98c980822 databases/Makefile: Add py-alembic 2017-09-17 04:00:50 +00:00
minskim
98bea61cbb databases/py-alembic: Import version 0.9.5 from pkgsrc-wip
Alembic is a database migrations tool written by the author of
SQLAlchemy. A migrations tool can emit ALTER statements to a database
in order to change the structure of tables and other constructs,
provides a system whereby "migration scripts" may be constructed; each
script indicates a particular series of steps that can "upgrade" a
target database to a new version, and optionally a series of steps
that can "downgrade" similarly, doing the same steps in reverse, and
allows the scripts to execute in some sequential manner.

Packaged by Kamel Ibn Aziz Derouiche and updated by me.
2017-09-17 04:00:15 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
wiz
29dc7fa9ac ruby-arel-helpers: follow redirect 2017-09-16 08:53:47 +00:00
minskim
d1975f7576 databases/Makefile: Add ruby-pg_array_parser 2017-09-15 17:52:28 +00:00
minskim
5ae6c96405 databases/ruby-pg_array_parser: Import version 0.0.9
Simple library to parse PostgreSQL arrays into a array of strings.
2017-09-15 17:51:34 +00:00
minskim
0202000e6f databases/Makefile: Add ruby-arel-helpers 2017-09-14 19:55:38 +00:00
minskim
9f1068a3c9 databases/ruby-arel-helpers: Import version 2.4.0
Arel-helpers are tools to help construct database queries with
ActiveRecord and Arel.
2017-09-14 19:54:49 +00:00
adam
2559dce84b boost: update to 1.65.1
Fixes in 1.65.1
Config:
* Version macro changes for CUDA.
* Update last known MSVC version.
* MSVC 14.11 supports structured bindings.

Context:
* Return a continuation from functions executed by resume_with.

Fiber:
* Return a continuation from functions executed by resume_with.

Smart Pointers:
* Fix Visual C++ version checks.
* Fix compilation for NVCC with host compiler clang.

Stacktrace:
* Update build testing file to detail with a MinGW issue.
* Change preprocessor file extensions to work with the installation system.
* Support FreeBSD and other OSs that do not define _GNU_SOURCE but have _Unwind_Backtrace function.

Thread:
* Fix bug in boost::condition_variable on Windows
2017-09-13 17:34:40 +00:00
minskim
42b08eb623 py-sqlalchemy: Update to 1.1.14
Bug fixes only.

- Fixed bug in Session.merge() where an internal check for a target
  object in the identity map could lead to an error.
- Fixed bug where an undefer_group() option would not be recognized.
- Fixed race condition in ORM identity map.
- Fixed bug in Session.merge() where objects in a collection that had
  the primary key attribute set to None for a key that is typically
  autoincrementing would be considered to be a database-persisted key
  for part of the internal deduplication process.
- An InvalidRequestError is raised when a synonym() is used against an
  attribute that is not against a MapperProperty.
- Altered the range specification for window functions to allow for
  two of the same PRECEDING or FOLLOWING keywords in a range by
  allowing for the left side of the range to be positive and for the
  right to be negative.
2017-09-13 17:29:06 +00:00
adam
9ae41c19ce databases/py-mongo: update to 3.5.1
Changes in Version 3.5.1

Version 3.5.1 fixes bugs reported since the release of 3.5.0:
* Work around socket.getsockopt issue with NetBSD.
* :meth:`pymongo.command_cursor.CommandCursor.close` now closes the cursor synchronously instead of deferring to a background thread.
* Fix documentation build warnings with Sphinx 1.6.x.

Issues Resolved
See the PyMongo 3.5.1 release notes in JIRA for the list of resolved issues in this release.
2017-09-12 16:32:22 +00:00
adam
893b5324ef Changes 6.2.5:
We should be able to install inside a PYPY virtualenv.
2017-09-10 08:02:30 +00:00
dholland
6e54abee57 Fix compat #define to expand to something that actually exists. Should
fix the build of clisp-gdbm and maybe others. PKGREVISION -> 1.
2017-09-09 17:13:50 +00:00
dholland
43576393ec REPLACE_PERL me harder. 2017-09-09 17:03:02 +00:00
dholland
a96d667bef Fix illegal shell syntax. Package now builds. 2017-09-09 16:15:45 +00:00
dholland
6d9e3d3b9f sort 2017-09-09 16:14:23 +00:00
dholland
c0de3fb8c2 pkglint 2017-09-09 16:13:41 +00:00
dholland
3bb1b98b30 Remove gratuitous and wrong #ifdef __DragonFly__ from patch. HI MARINO@! 2017-09-09 15:23:30 +00:00
adam
be515767d6 Released 2.4.44:
Modules/
* more fine-grained GIL releasing in function l_ldap_result4()
2017-09-08 11:07:09 +00:00
jaapb
410a1001fa Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
adam
2b62a5d1cc 2.4.43:
Lib/
* fixed passing all arguments from LDAPObject.sasl_non_interactive_bind_s()
  to LDAPObject.sasl_interactive_bind_s()

Tests/
* added test for LDAPObject.sasl_external_bind_s()

Doc/
* added docs for SASL bind methods
* more references
* better sorting of LDAPObject methods


2.4.42:

Lib/
* added new SlapdObject methods _ln_schema_files() and
  _create_sub_dirs()
* SlapdObject methods setup_rundir() and gen_config()
  are now "public" methods
* removed pseudo test script from module ldap.cidict

Tests/
* added sub-module for testing class ldap.cidict.cidict
* avoid deprecated method alias unittest.TestCase.assertEquals
2017-09-07 15:09:52 +00:00
jaapb
78f89304af Updated package to latest version, 2.3 and changed distribution to
GitHub.

Changes include:
2.3.0
    * Enable OCaml >= 4.02 compatibility
    * Enable safe-string compatibility
    * Backport fixes from 2.1.8
    * Use OASIS to build the documentation
    * Bug fixed: Ldap_protocol doesn't handle SASL correctly (RFC 4511 4.2.2)
      (Patch by David Allsopp)
    * Added paged result control
      (Patch by Christian Wills)
    * Fix: Add Str to the build dependencies
2017-09-07 15:03:51 +00:00
wiz
1fc957a0ce Follow some redirects. 2017-09-06 09:02:59 +00:00
adam
c80d0feeb2 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.5, 9.5.9, 9.4.14, 9.3.19, and 9.2.23.
This release includes fixes that prevent a crash in pg_restore when using parallel mode. It also patches over a few other bugs reported since the last releases in August.

Additionally, in 9.4.14 only, there is a fix to an issue with walsenders preventing primary-server shutdown unless immediate shutdown mode is used.

Users should plan to update at the next convenient downtime.
2017-09-04 19:33:43 +00:00
wiz
303dc564fb Update some URLs. 2017-09-04 18:55:07 +00:00
wiz
ff22ec594f Follow some redirects. 2017-09-04 18:08:18 +00:00
wiz
1770bcacd4 Comment out dead sites. 2017-09-04 18:00:49 +00:00