Commit Graph

21538 Commits

Author SHA1 Message Date
Rene Ladan 08e83d88bf databases/py-fakeredis: update to 1.0.3
Highlights:
- Now supports py3-redis
- Better support when called from Lua
- Fixed some race conditions

Reported by:	https://repology.org/projects/?maintainer=rene%40freebsd.org
2019-04-08 20:30:16 +00:00
Rene Ladan 24a48c23da Return tobez@'s ports to the pool after his commit bit was safekept. 2019-04-08 19:17:23 +00:00
Steve Wills 61594cd2cc databases/pspg: Update to 1.6.5
PR:		237112
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2019-04-08 16:21:50 +00:00
Torsten Zuehlsdorff 704b991d65 databases/pgpool-II-40: Upgrade from 4.0.3 to 4.0.4
Changelog:

Enhancements

    * Add new configuration option ssl_prefer_server_ciphers. (Muhammad Usama)

      Add the new setting ssl_prefer_server_ciphers to let users configure if they want client's or server's cipher order to take preference.

      The default for this parameter is off, which prioritize the client's cipher order as usual. However this is just for keeping backward compatibility, and it is possible that a malicious client uses weak ciphers. For this reason we recommend to set this parameter to on at all times.

    * Allow to set a client cipher list. (Tatsuo Ishii, Yugo Nagata)

      For this purpose new parameter ssl_ciphers, which specifies the cipher list to be accepted by Pgpool-II, is added. This is already implemented in PostgreSQL and useful to enhance security when SSL is enabled.

Bug fixes

    * Fix unnecessary fsync() to pgpool_status file. (Tatsuo Ishii)

      Whenever new connections are created to PostgreSQL backend, fsync() was issued to pgpool_status file, which could generate excessive I/O in certain conditions. So reduce the chance of issuing fsync() so that it is issued only when backend status is changed.

    * Doc: add more explanation to follow_master_command. (Tatsuo Ishii)

      Add description how follow_master_command is executed etc.

    * Doc: add note to detach_false_primary configuration parameter. (bug 469) (Tatsuo Ishii)

      To use this feature, sr_check_user must be super user or in pg_monitor group.

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-4-0-4.html

MFH:		2019Q2
2019-04-08 07:15:00 +00:00
Torsten Zuehlsdorff 94971d4a42 databases/pgpool-II-37: Upgrade from 3.7.8 to 3.7.9
Changelog:

Enhancements

    * Add new configuration option ssl_prefer_server_ciphers. (Muhammad Usama)

      Add the new setting ssl_prefer_server_ciphers to let users configure if they want client's or server's cipher order to take preference.

      The default for this parameter is off, which prioritize the client's cipher order as usual. However this is just for keeping backward compatibility, and it is possible that a malicious client uses weak ciphers. For this reason we recommend to set this parameter to on at all times.

    * Allow to set a client cipher list. (Tatsuo Ishii, Yugo Nagata)

      For this purpose new parameter ssl_ciphers, which specifies the cipher list to be accepted by Pgpool-II, is added. This is already implemented in PostgreSQL and useful to enhance security when SSL is enabled.

Bug fixes

    * Fix unnecessary fsync() to pgpool_status file. (Tatsuo Ishii)

      Whenever new connections are created to PostgreSQL backend, fsync() was issued to pgpool_status file, which could generate excessive I/O in certain conditions. So reduce the chance of issuing fsync() so that it is issued only when backend status is changed.

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-7-9.html

MFH:		2019Q2
2019-04-08 07:12:39 +00:00
Torsten Zuehlsdorff 514a39ffdc databases/pgpool-II-36: Upgrade from 3.6.15 to 3.6.16
Changelog:

Enhancements

    * Add new configuration option ssl_prefer_server_ciphers. (Muhammad Usama)

      Add the new setting ssl_prefer_server_ciphers to let users configure if they want client's or server's cipher order to take preference.

      The default for this parameter is off, which prioritize the client's cipher order as usual. However this is just for keeping backward compatibility, and it is possible that a malicious client uses weak ciphers. For this reason we recommend to set this parameter to on at all times.

    * Allow to set a client cipher list. (Tatsuo Ishii, Yugo Nagata)

      For this purpose new parameter ssl_ciphers, which specifies the cipher list to be accepted by Pgpool-II, is added. This is already implemented in PostgreSQL and useful to enhance security when SSL is enabled.

Bug fixes

    * Fix unnecessary fsync() to pgpool_status file. (Tatsuo Ishii)

    Whenever new connections are created to PostgreSQL backend, fsync() was issued to pgpool_status file, which could generate excessive I/O in certain conditions. So reduce the chance of issuing fsync() so that it is issued only when backend status is changed.

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-6-16.html

MFH:		2019Q2
2019-04-08 07:11:25 +00:00
Torsten Zuehlsdorff cd85823e66 databases/pgpool: Upgrade from 3.5.19 to 3.5.20
Changelog:

Enhancements

    * Add new configuration option ssl_prefer_server_ciphers. (Muhammad Usama)

      Add the new setting ssl_prefer_server_ciphers to let users configure if they want client's or server's cipher order to take preference.

      The default for this parameter is off, which prioritize the client's cipher order as usual. However this is just for keeping backward compatibility, and it is possible that a malicious client uses weak ciphers. For this reason we recommend to set this parameter to on at all times.

    * Allow to set a client cipher list. (Tatsuo Ishii)

      For this purpose new parameter ssl_ciphers, which specifies the cipher list to be accepted by Pgpool-II, is added. This is already implemented in PostgreSQL and useful to enhance security when SSL is enabled.

Bug fixes

    * Fix unnecessary fsync() to pgpool_status file. (Tatsuo Ishii)

      Whenever new connections are created to PostgreSQL backend, fsync() was issued to pgpool_status file, which could generate excessive I/O in certain conditions. So reduce the chance of issuing fsync() so that it is issued only when backend status is changed.

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-5-20.html

MFH:		2019Q2
2019-04-08 07:08:09 +00:00
Torsten Zuehlsdorff 39e927f5bb databases/pgpool: Update from 3.4.22 to 3.4.23
Changelog:

Enhancements

    * Add new configuration option ssl_prefer_server_ciphers. (Muhammad Usama)

      Add the new setting ssl_prefer_server_ciphers to let users configure if they want client's or server's cipher order to take preference.

      The default for this parameter is off, which prioritize the client's cipher order as usual. However this is just for keeping backward compatibility, and it is possible that a malicious client uses weak ciphers. For this reason we recommend to set this parameter to on at all times.

    * Allow to set a client cipher list. (Tatsuo Ishii)

      For this purpose new parameter ssl_ciphers, which specifies the cipher list to be accepted by Pgpool-II, is added. This is already implemented in PostgreSQL and useful to enhance security when SSL is enabled.

Bug fixes

    * Fix unnecessary fsync() to pgpool_status file. (Tatsuo Ishii)

      Whenever new connections are created to PostgreSQL backend, fsync() was issued to pgpool_status file, which could generate excessive I/O in certain conditions. So reduce the chance of issuing fsync() so that it is issued only when backend status is changed.

Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-4-23.html

MFH:		2019Q2
2019-04-08 07:05:33 +00:00
Tobias Kortkamp 23ee8219ec databases/sequeler: Update to 0.7.0
Changes:	https://github.com/Alecaddd/sequeler/releases/tag/v0.7.0
2019-04-08 00:34:41 +00:00
Yuri Victorovich 1d10f73be6 devel/poco: Update 1.8.0.1 -> 1.9.0
Bump databases/clickhouse and graphics/osgearth.

PR:		236134
Submitted by:	henry.hu.sh@gmail.com (maintainer)
2019-04-07 20:14:01 +00:00
Sunpoet Po-Chuan Hsieh 95e1975619 Update to newer snapshot
Changes:	https://github.com/tarantool/tarantool-c/commits/master
2019-04-07 20:05:40 +00:00
Sunpoet Po-Chuan Hsieh 74b4b94bc2 Add LICENSE_FILE 2019-04-07 20:05:35 +00:00
Antoine Brodin 1e817d5e1a Deprecate ports broken for more than 6 months 2019-04-07 07:43:37 +00:00
Antoine Brodin 2edf81e314 Mark BROKEN on FreeBSD 12 and 13
Reported by:	pkg-fallout
MFH:		2019Q2
2019-04-07 06:20:49 +00:00
Antoine Brodin e916ebd180 Mark BROKEN on FreeBSD 12 and 13
Reported by:	pkg-fallout
MFH:		2019Q2
2019-04-06 17:01:28 +00:00
Sunpoet Po-Chuan Hsieh ac34378754 Use real PORTVERSION of devel/p5-Parse-RecDescent 2019-04-06 14:43:14 +00:00
Sunpoet Po-Chuan Hsieh f95a8901d7 Update databases/libzdb to 3.2
- Update MASTER_SITES
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
- Take maintainership

Changes:	https://www.tildeslash.com/libzdb/#release_notes
2019-04-06 14:42:44 +00:00
Tobias C. Berner d1ca95057c databases/kexi: update to 3.2.0 2019-04-06 13:29:32 +00:00
Antoine Brodin 3dde099cc5 Mark BROKEN on FreeBSD 12 and 13
Reported by:	pkg-fallout
MFH:		2019Q2
2019-04-06 08:04:51 +00:00
Tobias C. Berner eaee14a38f Update PyQt5 to 5.12.1
- Upgrade sip to 4.19.15
- Upgrade qscintilla2 to 2.11.1
- Upgrade PyQt to 5.12.1

- From this version on www/py-qt5-webengine is unbundled and ships its own distfile

PR:		236894
Exp-run by:	antoine
2019-04-05 23:05:20 +00:00
Sunpoet Po-Chuan Hsieh d9e5847d73 Update to 1.3.2
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_13.html
2019-04-05 22:43:26 +00:00
Sunpoet Po-Chuan Hsieh c69981e7a4 Update to 0.6.1
Changes:	https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt
2019-04-05 22:43:21 +00:00
Sunpoet Po-Chuan Hsieh 7468f15e25 Update to 1.10.3
Changes:	https://github.com/tarantool/tarantool/releases
2019-04-05 22:42:54 +00:00
Tobias Kortkamp 91c715c8c4 databases/ldb1{3,4}: Drop nop options helpers
Prepare for D19553: Options helpers set after bsd.port.options.mk
are ineffective.
2019-04-05 06:31:51 +00:00
Tobias Kortkamp 41a378e77b databases/py-sqlalchemy10: Drop nop MYSQL option
It never did anything.  Prepare for D19553: Options helpers set
after bsd.port.options.mk are ineffective.
2019-04-05 06:28:32 +00:00
Matthew Seaman c1014e774b Update to 8.2.1
ChangeLog: https://github.com/citusdata/citus/blob/v8.2.1/CHANGELOG.md
2019-04-05 06:14:04 +00:00
Antoine Brodin 433ec55c64 Mark BROKEN on FreeBSD 12 and 13
Reported by:	pkg-fallout
MFH:		2019Q2
2019-04-05 05:31:27 +00:00
Sunpoet Po-Chuan Hsieh 55ce363b16 Update to 0.61
Changes:	https://metacpan.org/changes/distribution/BerkeleyDB
2019-04-04 23:56:06 +00:00
Craig Leres 034a5e43aa databases/py-pymssql: Update to 2.1.4 and unbreak Python 3 build.
PR:		236998
Submitted by:	Henrik Hudson
Approved by:	Henrik Hudson (maintainer), ler (mentor, implicit)
2019-04-04 19:37:22 +00:00
Muhammad Moinur Rahman ec968c65e6 databases/freetds-devel: Update version 1.1.20=>1.1.21 2019-04-04 18:18:06 +00:00
Rene Ladan cc5fe2dd62 Remove expired ports:
2019-03-25 chinese/reciteword: depends on audio/esound
2019-03-31 comms/conserver: Superseeded by comms/conserver-com
2019-03-24 databases/flamerobin: Abandonware since 2009, does not work with newer version of wxGTK
2019-04-01 databases/mariadb100-client: Upstream End-of-Life March 2019 (https://mariadb.org/about/maintenance-policy/)
2019-04-01 databases/mariadb100-server: Upstream End-of-Life March 2019 (https://mariadb.org/about/maintenance-policy/)
2019-03-12 devel/physfs-devel: is the same as devel/physfs, serving no purpose
2019-03-20 devel/py-construct28: Latest upstream version is in ports tree devel/py-construct
2019-03-31 devel/xtoolchain-llvm40: No supported release uses this version
2019-03-31 devel/xtoolchain-llvm50: No supported release uses this version
2019-03-31 finance/aqmoney: no longer maintained upstream
2019-03-31 finance/openhbci: no longer maintained upstream
2019-03-31 graphics/py-exiv2: py-exiv2 has been deprecated in favour of GExiv2
2019-04-04 mail/dbmail22: Please use mail/dbmail which uses latest version of 3.X
2019-03-31 net/rubygem-fog-google17: Use net/rubygem-fog-google instead
2019-03-31 ports-mgmt/bsdadminscripts: Upstream stale nearly 10 years, no longer works properly, use ports-mgmt/bsdadminscripts2 instead
2019-03-24 www/mod_md-devel: Use the module that is shipped with Apache 2.4
2019-03-25 x11/xbelld: Depends on audio/esound
2019-04-04 16:37:29 +00:00
Muhammad Moinur Rahman 653dabb592 databases/postgresql-repmgr: Update version 4.2.0=>4.3.0 2019-04-04 11:46:42 +00:00
Dave Cottlehuber 33815812ab databases/couchdb2: add DISTVERSION lost from arc patch in r497329
Reported by:	olgeni
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D19777
2019-04-04 05:09:24 +00:00
Romain Tartière c38025733f Update to 6.3.0
Release notes:
https://puppet.com/docs/puppetdb/6.3/release_notes.html#puppetdb-630

With hat:	puppet
2019-04-03 18:49:40 +00:00
Romain Tartière 5a21105c1e Update to 5.2.8
Release notes:
https://puppet.com/docs/puppetdb/5.2/release_notes.html#puppetdb-528

With hat:	puppet
2019-04-03 18:48:50 +00:00
Tobias Kortkamp 498bb75d3a databases/sequeler: Update to 0.6.9
Changes:	https://github.com/Alecaddd/sequeler/releases/tag/v0.6.9
2019-04-03 04:27:41 +00:00
Alexey Dokuchaev 79f5a70721 Update `databases/iowow' to version 1.3.9
Summary of the most important changes since version 1.2.14:

  - Removed ability to manage sorted arrays as key values due
    to performance issues; replaced with two-part compound keys
  + Added support of variable-length encoded integer keys
  + Added atomic in-place integer key value increments
  + Added new utility functions and flags

  * Fixed incorrect key handling in iwkv_del()
  * Fixed iwkv_cursor_copy_key() which was not aware of the
    compound keys mode
  * Fixed iwkv_puth() was called with incorrect previous value
  * Fixed deadlocks in iwkv_del() by not escalating exclusive
    lock on the storage
  * Fixed iwxstr_new2() with zero size argument caused illegal
    memory write
  * Fixed memory leak in iwkv_cursor_open() on error
  * Fixed high CPU usage in WAL mode

Requested by:	upstream
2019-04-02 08:55:56 +00:00
Koichiro Iwao 7e9e8d963e databases/ruby-gdbm: Gemify gdbm
since gdbm is gemified in upstream after Ruby 2.5 [1]. Ruby 2.4 can also
use the gdbm gem because it is a gem!

- Add MOVED entry
- Bump PORTEPOCH because PORTVERSION goes barwards
- Update pkg-descr and WWW
- Remove unnecessary pkg-message

[1] https://bugs.ruby-lang.org/issues/5481

Update lang/ruby* ports:

- Do not build gdbm together with Ruby interpreter, but build as a rubygem
- Remove ${BUILD_WRKSRC}/ext/gdbm instead of moving it to ${WRKDIR}
- Update pkg-message to mention rubygem-gdbm instead of ruby-gdbm

Also following changes are made to ruby-gdbm consumers:

- Updade dependency to depend on rubygem-gdbm
- Bump PORTREVISION due to dependency change

PR:		230436
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Sponsored by:	HAW International, Inc.
2019-04-02 08:02:30 +00:00
Tobias Kortkamp 84cc7e9924 Remove expired ports:
2019-03-31 archivers/go-compress: Go libraries should not be packaged
2019-03-31 textproc/go.text: Go libraries should not be packaged
2019-03-31 devel/go-hashicorp-logutils: Go libraries should not be packaged
2019-03-31 devel/go-cpuid: Go libraries should not be packaged
2019-03-31 devel/go-nuid: Go libraries should not be packaged
2019-03-31 devel/go-yaml: Go libraries should not be packaged
2019-03-31 devel/go-raw: Go libraries should not be packaged
2019-03-31 devel/go-go.uuid: Go libraries should not be packaged
2019-03-31 devel/go-goregen: Go libraries should not be packaged
2019-03-31 devel/go-runewidth: Go libraries should not be packaged
2019-03-31 devel/go-cobra: Go libraries should not be packaged
2019-03-31 devel/go-pflag: Go libraries should not be packaged
2019-03-31 devel/go-slices: Go libraries should not be packaged
2019-03-31 devel/go-form: Go libraries should not be packaged
2019-03-31 devel/go-bayesian: Go libraries should not be packaged
2019-03-31 devel/go-uuid: Go libraries should not be packaged
2019-03-31 devel/go-logrus: Go libraries should not be packaged
2019-03-31 devel/go-metrics: Go libraries should not be packaged
2019-03-31 devel/go-codec: Go libraries should not be packaged
2019-03-31 devel/go-faker: Go libraries should not be packaged
2019-03-31 devel/go-crc32: Go libraries should not be packaged
2019-03-31 security/goptlib: Go libraries should not be packaged
2019-03-31 security/go.crypto: Go libraries should not be packaged
2019-03-31 net/go-httppath: Go libraries should not be packaged
2019-03-31 net/go-amqp: Go libraries should not be packaged
2019-03-31 net/go.net: Go libraries should not be packaged
2019-03-31 net/go-nats: Go libraries should not be packaged
2019-03-31 net/go-httptreemux: Go libraries should not be packaged
2019-03-31 databases/gosqlite3: Go libraries should not be packaged
2019-03-31 databases/redigo: Go libraries should not be packaged
2019-03-31 databases/gomdb: Go libraries should not be packaged
2019-03-31 databases/radix.v2: Go libraries should not be packaged
2019-03-31 databases/levigo: Go libraries should not be packaged
2019-03-31 www/unit-go: Go libraries should not be packaged
2019-03-31 www/webgo: Go libraries should not be packaged
2019-03-31 www/go-fasthttp: Go libraries should not be packaged
2019-04-01 19:10:15 +00:00
Sunpoet Po-Chuan Hsieh 73b1e3abe6 Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		236157
Exp-run by:	antoine
2019-03-31 13:41:02 +00:00
Dave Cottlehuber 7acd3513b2 databases/couchdb2: update to 2.3.1
- explicitly depend on OTP>=21.3 to skip BEAM coredumps observed in the wild
- drop OTP<20 option per above
- tweak rc.d script to ensure coredumps can be retrieved if needed

Approved by:	 jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D19621
2019-03-30 19:10:50 +00:00
Muhammad Moinur Rahman f4d7cb0689 databasees/freetds: Update version 1.1.3=>1.1.4 2019-03-30 18:16:05 +00:00
Muhammad Moinur Rahman b6d28414e6 databases/mroonga: Update version 9.00=>9.01 2019-03-30 17:49:04 +00:00
Tobias C. Berner 6fa27dcfe7 Mark almost all Haskell ports for expiration by mid April
Ports for Haskell *libraries* are going to be removed from the ports tree.
Haskell *applications* are going to be statically linked with all dependencies
( https://reviews.freebsd.org/D19730  ), so there is no reason to keep
Haskell libraries in tree.

If you think a port is wrongly marked and should stay, please contact haskell@

Submitted by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D19244
2019-03-30 17:39:36 +00:00
Mark Linimon d68aee973f Fix brain-o with previous commit (error message). 2019-03-30 16:49:09 +00:00
Thomas Zander 228d3ac22a Mark DEPRECATED: No longer maintained upstream
PR:		236539
Submitted by:	wenheping2000@hotmail.com
Approved by:	maintainer timeout
2019-03-30 09:50:16 +00:00
Sunpoet Po-Chuan Hsieh ec540e13ee Fix build on 13-CURRENT
Reported by:	pkg-fallout
2019-03-30 09:47:38 +00:00
Matthew Seaman bb3fdde6f9 Update to 8.2.0
This update drops support for postgresql 9.6 -- version 10 or above is
required now.

ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2019-03-30 08:59:46 +00:00
Muhammad Moinur Rahman c5ff356760 databases/freetds-devel: Update version 1.1.19=>1.1.20 2019-03-29 22:38:31 +00:00
Mark Linimon 1e91a1efe0 Also fails to build on arm* (same error, both 32- and 64-bit):
./src/postgres/include/port/atomics.h:68:10: fatal error: 'port/atomics/arch-arm.h' file not found

Approved by:	portmgr (tier-2 blanket)
2019-03-29 22:34:53 +00:00