Commit graph

7824 commits

Author SHA1 Message Date
adam
4520b0f88a openldap: updated to 2.4.46
OpenLDAP 2.4.46 Release (2018/03/22)
	Fixed libldap connection delete callbacks when TLS fails to start
	Fixed libldap to not reuse tls_session if TLS hostname check fails
	Fixed libldap cross-compiling with OpenSSL 1.1
	Fixed libldap OpenSSL 1.1.1 compatibility with BIO_method
	Fixed libldap MozNSS CA certificate hash matching
	Fixed libldap MozNSS with PEM certs when also using an NSS cert db
	Fixed libldap MozNSS initialization
	Fixed libldap GnuTLS with GNUTLS_E_AGAIN
	Fixed libldap memory leak with cancel operations
	Fixed slapd Eventlog registry key creation on 64-bit Windows
	Fixed slapd to maintain SSF across SASL binds
	Fixed slapd syncrepl deadlock when updating cookie
	Fixed slapd syncrepl callback to always be last in the stack
	Fixed slapd telephoneNumberNormalize when the value is spaces and hyphens
	Fixed slapd CSN queue processing
	Fixed slapd-ldap TLS connection timeout with high latency connections
	Fixed slapd-ldap to ignore unknown schema when omit-unknown-schema is set
	Fixed slapd-mdb with an optimization for long lived read transactions
	Fixed slapd-meta assert when olcDbRewrite is modified
	Fixed slapd-sock with LDAP_MOD_INCREMENT operations
	Fixed slapo-accesslog cleanup to only occur on failed operations
	Fixed slapo-dds entryTTL to actually decrease as per RFC 2589
	Fixed slapo-syncprov memory leak with delete operations
	Fixed slapo-syncprov to not clear pending operation when checkpointing
	Fixed slapo-syncprov to correctly record contextCSN values in the accesslog
	Fixed slapo-syncprov not to log checkpoints to accesslog db
	Fixed slapo-syncprov to process changes from this SID on REFRESH
	Fixed slapo-syncprov session log parsing to not block other operations
	Build Environment
		Fixed Windows build with newer MINGW version
		Fixed compiler warnings and removed unused variables
	Contrib
		Fixed ldapc++ Control structure
	Documentation
		Delete stub manpage for back-ldbm
		Fixed ldap_bind(3) to mention the LDAP_SASL_SIMPLE mechanism
		Fixed ldap.conf(5) to note SASL_MECH/SASL_REALM are no longer user-only
		Fixed slapd-config(5) typo for olcTLSCipherSuite
		Fixed slapo-syncprov(5) indexing requirements
2018-04-02 13:40:44 +00:00
adam
8f6d66c703 py-sqlalchemy-utils: updated to 0.33.1
0.33.1:
Fixed EncryptedType for Oracle padding attack
2018-04-02 13:07:40 +00:00
adam
db8d8970ea py-sqlalchemy: 1.2.6
Release 1.2.6 includes a variety of fixes including a connection-pool related issue which could cause a connection to be added to the pool without all of the "connect" event handlers being called.
2018-04-02 13:06:16 +00:00
bsiegert
429ee23e50 Revbump all Go packages after 1.10.1 update.
ok wiz@ for committing during freeze
2018-03-30 11:56:19 +00:00
taca
d70b19a9d2 databases/ruby-gdbm: reset PKGREVISION
Reset PKGREVISION by updates of all ruby*-base packages.
2018-03-29 03:14:19 +00:00
fhajny
278ccefccc databases/erlang-sqlite3: Update to 1.1.6.
- Minor bug fixes.
2018-03-28 21:50:16 +00:00
wiz
ee244cc0a2 p5-DBIx-Class-Schema-Loader: remove unneeded dependency.
Ride update.
2018-03-25 09:52:28 +00:00
wiz
0fee4fd283 p5-DBIx-Class-Schema-Loader: update to 0.07049.
0.07049 - 2018-03-21
        - Fix tests when the path to perl has spaces in it (GH#19)
        - Inline String::CamelCase::wordsplit() due to RT#123030
        - Get enum values from DBD::Pg if it's new enough
        - Remove dependency on DBIx::Class::IntrospectableM2M

0.07048_01 - 2018-02-23
        - Convert from Module::Install to ExtUtils::MakeMaker + Distar (GH#17)
2018-03-25 09:51:09 +00:00
wiz
a1813b3857 p5-DBD-CSV: update to 0.51.
0.51	- 2018-03-24, H.Merijn Brand
    * Dot-in-inc (cpantesters)

0.50	- 2018-03-21, H.Merijn Brand
    * Explain more about header folding
    * It's 2017
    * BOM handling
    * Some documentation enhancements
    * Ignore DBI_DSN if it is not CSV
    * It's 2018
    * Test with perl-5.26, DBI-1.641, SQL::Statement-1.412, and
      Text::CSV_XS-1.35
2018-03-25 09:37:56 +00:00
wiz
27fb6b5361 p5-SQL-Statement: update to 1.412nb2.
Add missing dependency.
2018-03-25 09:36:21 +00:00
fhajny
9a8db9d5a3 databases/erlang-p1_pgsql: Update to 1.1.5.
- Fix compilation with rebar3
2018-03-24 16:34:32 +00:00
fhajny
25f9fd296e databases/erlang-p1_mysql: Update to 1.0.5.
- Fix compilation with rebar3
2018-03-24 16:32:43 +00:00
taca
144e2af7a4 databases/ruby-mysql2: update to 0.5.0
0.5.0						2018/3/21

Breaking Changes

* Ruby 2.0 or higher required. Ruby 1.8.7 and Ruby 1.9.3 are not supported.
* MySQL 5.5 or higher required. MySQL 5.0 and 5.1 are not supported.

New Features

* Expose mysql_set_server_option to turn multiple statements on and off (#943)
* Accept query options on Statement#execute (#912)
* Support connect attributes and the program_name attribute (#760)
* Make server_status variable available (#755)

Bug Fixes

* Fix wrong value of type YEAR on big endian environment (#921)
* MySQL 8.0.3 Release Candidate removes MYSQL_SECURE_AUTH (#891)
* Suppress Fixnum and Bignum warnings on Ruby 2.4 (#907)

Changes

* Resolve warnings for my_bool vs. bool types (#916, #919)
* Call BigDecimal(num) instead of BigDecimal.new(num) (#925, #928)
* GitHub is HTTPS by default (#922)
* Misc Cleanups (#918)
* More specific exception classes (#260, #404, #870, 911)
* Update RuboCop to 0.50.x (#752)
* Prefix more C functions with rb_mysql_ (#910)
* Fix compat with RubyInstaller-2.4 on Windows (#875)
2018-03-23 13:41:37 +00:00
adam
fc09f146c3 py-alembic: updated to 0.9.9:
0.9.9:
feature
Added new flag --indicate-current to the alembic history command. When listing versions, it will include the token “(current)” to indicate the given version is a current head in the target database.

bug
The fix for 455 in version 0.9.6 involving MySQL server default comparison was entirely non functional, as the test itself was also broken and didn’t reveal that it wasn’t working. The regular expression to compare server default values like CURRENT_TIMESTAMP to current_timestamp() is repaired.
Fixed bug where MySQL server default comparisons were basically not working at all due to incorrect regexp added in 455. Also accommodates for MariaDB 10.2 quoting differences in reporting integer based server defaults.
Fixed bug in op.drop_constraint() for MySQL where quoting rules would not be applied to the constraint name.
2018-03-23 08:59:03 +00:00
wiz
98a575331a p5-DBI: update to 1.641.
Changes in DBI 1.641 - 19th March 2018

    Remove dependency on Storable 2.16 introduced in DBI 1.639
        thanks to Ribasushi #60
    Avoid compiler warnings in Driver.xst #59
        thanks to pali #59
2018-03-21 12:33:23 +00:00
wiz
844d9bc74a p5-DBD-ODBC: update to 1.58.
1.58 2018-03-01

  [MISCELLANEOUS]

  Various changes to the test suite to get better results with Postgres
2018-03-21 12:29:44 +00:00
taca
28ea046a7c databases/ruby-arel-helpers: update to 2.6.1
pkgsrc change:

* Update HOMEPAGE
* Add LICENSE
* Support multiple rails.

2.6.1

* Fix homepage URL in gemspec.

2.6.0

* Add the join alias helper.
* Add ability to pass table aliases to join_association.

2.5.0

* Add license information to gemspec so it is parsed by verifiers
  (@petergoldstein #31)
* Update QueryBuilder#reflect to create deep copy of builder (@wycleffsean
  #32)
2018-03-21 10:21:20 +00:00
taca
94ed72c47e databases/Makefile: add and enable ruby-activerecord51 2018-03-21 10:00:38 +00:00
taca
118729a141 databases/ruby-activerecord51: add version 5.1.5 package
= Active Record -- Object-relational mapping put on rails

Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In context of an application,
these classes are commonly referred to as *models*. Models can also be
connected to other models; this is done by defining *associations*.

This is for Ruby on Rails 5.1.
2018-03-21 10:00:00 +00:00
jperkin
d53a4e3955 libcassandra: Add -Wno-unknown-warning-option to support older clang. 2018-03-21 09:23:06 +00:00
taca
66c9583833 lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED
Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording.
2018-03-18 14:21:19 +00:00
wiz
72130d739b p5-App-Sqitch: update to 0.9997.
Add some missing dependencies.

0.9997 2018-03-15T21:13:52Z
     - Fixed the Firebird engine to properly detect multiple instances of a
       change specified to `revert` and `verify`, matching the behavior of
       displaying tag-qualified alternates added to the other engines in
       v0.9996.
     - Fixed test failure on Windows.
     - Updated the MySQL and PostgreSQL tests to use process-specific database
       names, to try to avoid conflicts when tests are being run by multiple
       processes on the same box, as happens with CPAN smoke testing boxes.
     - Fixed an issue where Sqitch would sometimes truncate the registry
       version number fetched from Postgres, most likely because the Perl
       runtime was using 32-bit integers. Fixed by casting the version to text
       in the query, before Perl ever see it. Thanks to Malte Legenhausen for
       the report (#343).
     - The MySQL engine will now read the username from MySQL configuration
       files. Thanks to Eliot Alter for the bug report (#353).
     - Added Italian translation, with thanks to Luca Ferrari and @BeaData!
     - Improved multi-value config examples in the `sqitch-config`
       documentation to be a bit less confusing. Thanks to Emil for reporting
       where he got confused!
     - Added the Exasol engine. Thanks to Johan Wärlander for the PR (#362)!
     - Fixed an issue where URI::db needed to be explicitly loaded. Thanks to
       Hugh Esco for the report (#370)!
     - Changed the exit value for `rebase` and `revert` from 1 to 0 when there
       is no work to do. This is to match the expectation of non-zero exit
       statuses only when a command is unsuccessful, as well as the behavior
       of `deploy` as of v0.995. Nothing to do is considered successful.
       Thanks to Paul Williams for the PR (#374)!
     - Update `psql` options to use a conninfo string to honor connection
       parameter key words for PostgreSQL targets. It can now take advantage
       of the connection service file using `db:pg:///?service=$PGSERVICE` as
       well as other connection parameters. Thanks to Paul Williams for the PR
       (#375)!
2018-03-18 08:31:13 +00:00
taca
3b699e7a7f databases/ruby-moneta: update to 1.0.0
1.0.0

* Adapters::Sequel - allow usage of Sequel extensions and connection validation
* ActiveSupport::Cache::MonetaStore - dup options before mutating them
* ActiveSupport::Cache::MonetaStore - allow writing raw values
2018-03-17 14:28:38 +00:00
minskim
4f592e0539 databases/ruby-arel: Update distinfo
This should have been done when this package was updated to 9.0.0.
2018-03-16 15:57:48 +00:00
fhajny
01c015733e databases/py-peewee: Update to 3.1.5.
## 3.1.5

- Fixed Python 2/3 incompatibility with `itertools.izip_longest()`.

## 3.1.4

- Added `BigAutoField` to support 64-bit auto-incrementing primary
  keys.
- Use Peewee-compatible datetime serialization when exporting JSON
  from a `DataSet`. Previously the JSON export used ISO-8601 by default.
- Added `Database.batch_commit` helper to wrap iterators in chunked
  transactions.

## 3.1.3

- Fixed issue where scope-specific settings were being updated
  in-place instead of copied.
- Fixed bug where setting a `ForeignKeyField` did not add it to the
  model's "dirty" fields list.
- Use pre-fetched data when using `prefetch()` with `ManyToManyField`.
- Use `JSON` data-type for SQLite `JSONField` instances.
- Add a `json_contains` function for use with SQLite `json1`  extension.
- Various documentation updates and additions.
2018-03-16 12:06:03 +00:00
gdt
628e283b7f postgresql-postgis2: Update todo list
(This does not change any code.)
2018-03-15 18:31:58 +00:00
taca
bde5204b3c databases/ruby-arel: update to 9.0.0
=== 9.0.0 / 2017-11-14

* Enhancements
  * `InsertManager#insert` is now chainable
  * Support multiple inserts
2018-03-13 16:44:47 +00:00
taca
21dee91a39 databases/Makefile: add and enable ruby-arel80 2018-03-13 16:43:40 +00:00
taca
128c63e2f4 databases/ruby-arel80: add ruby-arel 8.0 as ruby-arel80
Add ruby-arel 8.0.0 package as ruby-arel80.
2018-03-13 16:43:03 +00:00
taca
360463aa0a databases/ruby-activerecord42: update to 4.2.10
## Rails 4.2.10 (September 27, 2017) ##

*   `Relation#joins` is no longer affected by the target model's
    `current_scope`, with the exception of `unscoped`.

    Fixes #29338.

    *Sean Griffin*

## Rails 4.2.9 (June 26, 2017) ##

*   Fix regression caused by `collection_singular_ids=` ignoring different primary key on relationship.

    *Nick Pezza*

*   Fix `rake db:schema:load` with subdirectories.

    *Ryuta Kamizono*

*   Fix `rake db:migrate:status` with subdirectories.

    *Ryuta Kamizono*

*   Fix regression of #1969 with SELECT aliases in HAVING clause.

    *Eugene Kenny*

*   Fix `wait_timeout` to configurable for mysql2 adapter.

    Fixes #26556.

    *Ryuta Kamizono*

*   Make `table_name=` reset current statement cache,
    so queries are not run against the previous table name.

    *namusyaka*
2018-03-13 16:31:55 +00:00
fhajny
66bbb618f3 databases/py-peewee: Update to 3.1.3.
- Fixed issue where scope-specific settings were being updated
  in-place instead of copied.
- Fixed bug where setting a ForeignKeyField did not add it to
  the model's "dirty" fields list.
- Use pre-fetched data when using prefetch() with ManyToManyField.
- Use JSON data-type for SQLite JSONField instances.
- Add a json_contains function for use with SQLite json1 extension.
- Various documentation updates and additions.
2018-03-13 10:16:37 +00:00
adam
72d10ef746 py-sqlalchemy: updated to 1.2.5
Release 1.2.5 includes a series of fixes across the Core and ORM components including CTE fixes, an adjustment for Python 3.7, as well as bugs involving new 1.2 features.
2018-03-12 16:51:20 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
taca
2d0abafe84 databases/ruby-sequel: update to 5.6.0
=== 5.6.0 (2018-03-01)

* Dedup :db_type strings in schema hashes on Ruby 2.5+ (jeremyevans)

* Make schema_caching extension work with :callable_default schema values (jeremyevans)

* Freeze string valuse in hashes returned by Database#schema when using the schema_caching extension (jeremyevans)

* Protect migration file loading with a mutex to not break when multiple threads load migration files simultaneously (jeremyevans)

* Respect identifier mangling rules when renaming columns on Microsoft SQL Server (jeremyevans)
2018-03-09 14:15:22 +00:00
wiz
613099ea0a kyotocabinet: Fix compilation with gcc-6.
'false' is not a valid char *.
2018-03-06 15:20:27 +00:00
bsiegert
9ab6e4ca7b Revbump all Go packages after Go 1.10 update. 2018-03-04 15:52:12 +00:00
taca
efa4a0a511 databases/ruby-arel: update to 8.0.0
=== 8.0.0 / 2017-02-21

* Enhancements

  * Remove deprecated type casting support in Arel
  * Frozen all string literals in Arel

=== 7.1.1 / 2016-07-27

* Bug Fixes

  * Fix warning in `Casted#hash`

=== 7.1.0 / 2016-07-19

* Enhancements

  * Support Ruby 2.4 unified Integer class
  * Implement `CASE` conditional expression
  * Support for Bitwise Operations as `InfixOperations`
2018-03-04 13:45:21 +00:00
wiz
2db4bffd29 p5-DBD-SQLite: update to 1.56.
1.56 2018-02-28
    - Switched to a production version.

1.55_07 2018-01-27
    - This is a developer release to help testing DBIx::Class
    - Upgraded SQLite to 3.22.0
    - Disabled two STAT compile time options (tentatively),
      which fixes RT-124227 anyway

1.55_06 2018-01-27
    - This is a developer release to help testing DBIx::Class
    - Downgraded SQLite to 3.19.3 because of a SQLite regression
      (RT-124227, ribasushi++)
    - Fixed some tests to adapt to a change in error format
      introduced by the latest DBI
    - Remove no warnings test from t/43_fts.t which failed under
      some environments

1.55_05 2017-12-16
    - Implemented ParamValues statement handle attribute (RT-123886)

1.55_04 2017-11-22
    - Updated SQLite to 3.21.0
    - Resolved #122581: statistics_info() doesn't work correctly
      (John Deighan)
    - Fixed typo (GH#26, ReneNyffenegger)
    - Silenced some warnings (GH#25, Jacques Germishuys)
    - Fixed no dot in @INC issue (GH#24, ribasushi)
    - Fixed zero-length BLOB value is retrieved as undef
      (GH#23, SATO Kentaro)
    - Fixed VirtualTable::PerlData to use new ops added in SQLite 3.21.0
      (GH#28, fschlich)
    - noted on sqlite_extended_result_codes handle attribute

1.55_03 2017-02-14
    - Updated SQLite to 3.17.0

1.55_02 2017-01-08
    - Updated SQLite to 3.16.2
    - Fixed statistics_info when only unique indexes were requested (Dave
      Rolsky++). GitHub #21

1.55_01 2017-01-04
    - Updated SQLite to 3.16.0
2018-03-04 11:11:38 +00:00
wiz
e733543284 p5-DBD-ODBC: update to 1.57.
Changes not found.
2018-03-04 11:10:13 +00:00
ryoon
04508ea6f4 Update to 2.4.3
* O.k. by gdt@

Changelog:
PostGIS 2.4.3
2018/01/17

 * Bug fixes *
  - #3713, Support encodings that happen to output a '\' character
  - #3827, Set configure default to not do interrupt testing,
           was causing false negatives for many people (Regina Obe)
           revised to be standards compliant in #3988 (Greg Troxel)
  - #3930, Minimum bounding circle issues on 32-bit platforms
  - #3965, ST_ClusterKMeans used to lose some clusters on initialization
           (Darafei Praliaskouski)
  - #3956, Brin opclass object does not upgrade properly (Sandro Santilli)
  - #3982, ST_AsEncodedPolyline supports LINESTRING EMPTY and MULTIPOINT EMPTY
           (Darafei Praliaskouski)
  - #3975, ST_Transform runs query on spatial_ref_sys without schema
           qualification. Was causing restore issues. (Paul Ramsey)

 * Enhancements *
  - #3944, Update to EPSG register v9.2 (Even Rouault)
2018-03-04 01:29:27 +00:00
tnn
370be59e44 libzdb: fix openssl configure test's usage of deprecated symbol 2018-03-03 20:51:08 +00:00
adam
100beb8ad5 Reset PKGREVISION 2018-03-02 17:12:28 +00:00
adam
64f2eaeb07 postgresqlNN: updated to 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22
PostgreSQL 10.3, 9.6.8, 9.5.12, 9.4.17, and 9.3.22:
The purpose of this release is to address CVE-2018-1058, which describes how a user can create like-named objects in different schemas that can change the behavior of other users' queries and cause unexpected or malicious behavior, also known as a "trojan-horse" attack. Most of this release centers around added documentation that describes the issue and how to take steps to mitigate the impact on PostgreSQL databases.
2018-03-02 17:11:10 +00:00
taca
9bb12b3cb3 pkgsrc: reset PKGREVISION after lang/php{56,70,71,72} update 2018-03-02 02:16:08 +00:00
gdt
428d2926a5 postgresql-postgis2: revbump for proj 2018-03-02 01:16:25 +00:00
fhajny
a5bd52a3d4 databases/mongo-c-driver: Update to 1.9.3.
- Fix a session-management bug that could cause an authentication error
  while connected to MongoDB 3.6+ and iterating a cursor
- Permit the $gleStats modifier with mongoc_collection_aggregate.
2018-03-01 12:30:54 +00:00
fhajny
ca6f8aff47 databases/py-peewee: Update to 3.1.1.
- Fixed bug when using Model.alias() when the model defined a
  particular database schema.
- Added SchemaManager.create_foreign_key API to simplify adding
  constraints when dealing with circular foreign-key relationships.
- Improved implementation of Migrator.add_foreign_key_constraint so
  that it can be used with Postgresql (in addition to MySQL).
- Added PickleField to the playhouse.fields module. Docs.
- Fixed bug in implementation of CompressedField when using Python 3.
- Added KeyValue API in playhouse.kv module. Docs.
- More test cases for joining on sub-selects or common table
  expressions.
2018-03-01 11:52:59 +00:00
taca
34a555dbab Add missing pkg_alternatives support. 2018-02-28 15:16:45 +00:00
taca
d93d109684 databases/ruby-tiny_tds: update to 2.1.1
* Clarified ISSUE_TEMPLATE.md with explicit steps (#390)
* Fix FreeTDS installation instructions in README (#392)
* Use our 2017-GA SQL Server Docker Image (#397)
* Move message_handler from a shared value to userdata
2018-02-28 15:15:49 +00:00
fhajny
c3694cd95e databases/elasticsearch: Update to 6.2.2.
== 6.2.2 Release Notes

=== Enhancements

Recovery::
- Synced-flush should not seal index of out of sync replicas

=== Bug fixes

Core::
- Handle throws on tasks submitted to thread pools
- Fix size blocking queue to not lie about its weight

Ingest::
- Guard accessDeclaredMembers for Tika on JDK 10
- Fix for bug that prevents pipelines to load that use stored scripts
  after a restart

Java High Level REST Client::
- Fix parsing of script fields
- Move to POST when calling API to retrieve which support request body

Packaging::
- Fix using relative custom config path
- Disable console logging in the Windows service

Percolator::
- Do not take duplicate query extractions into account for
  minimum_should_match attribute

Recovery::
- Fsync directory after cleanup


== 6.2.1 Release Notes

=== Bug fixes

Plugin Lang Painless::
- Painless: Fix For Loop NullPointerException

Plugins::
- Fix the ability to remove old plugin
2018-02-27 12:37:56 +00:00