Commit graph

17891 commits

Author SHA1 Message Date
Mahdi Mokhtari
556173ac01 databases/mysql56-server: Fix (revert) the small change mistakenly went into the commit r466505 2018-04-04 20:49:54 +00:00
Mahdi Mokhtari
f5b82ad2e1 databases/mysql56-server: Adapt ${name}_limits to the new mechanism
Regarding to the changes to rc.subr(8) it is no longer necessary to
define a resource limiting logic in service scripts.
limits(1) is now run by default and its configuration is handled
via the "${name}_limits" variable.
This however causes collision of variable names and also is not
compatible with the old mechanism.
This fixes the rc-script of mysql56 for the bases with both
old and new mechanism.

PR:		227229
Submitted by:	0mp
Reported by:	0mp
Sponsored by:	Netzkommune GmbH
2018-04-04 20:45:14 +00:00
Sunpoet Po-Chuan Hsieh
c16eedafe2 Update to 1.2.6
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html
2018-04-04 18:52:36 +00:00
Sunpoet Po-Chuan Hsieh
f4638fe478 Update to 5.12.2
Changes:	https://github.com/facebook/rocksdb/releases
2018-04-04 18:50:36 +00:00
Bernard Spil
bcc48ad925 databases/mariadb*-server: Fix off-by-one error
- limits support lands in 1101514

Reported by:	mpts
2018-04-04 18:29:15 +00:00
Sunpoet Po-Chuan Hsieh
b8c5edf171 Remove DTRACE option
Enabling DTRACE option causes build failure.
It appears this option never really worked on FreeBSD.

PR:		217097
Submitted by:	sunpoet (myself)
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Thanks to:	John Hein <z7dr6ut7gs@snkmail.com> (for analysis and testing)
2018-04-04 10:57:33 +00:00
Jan Beich
0de2e367d7 databases/evolution-data-server: unbreak with ICU 61
src/libedataserver/e-alphabet-index-private.cpp:79:2: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'?
        UnicodeString string;
        ^~~~~~~~~~~~~
        icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here
class U_COMMON_API UnicodeString : public Replaceable
                   ^
src/libedataserver/e-alphabet-index-private.cpp:132:3: error: unknown type name 'UnicodeString'; did you mean 'icu::UnicodeString'?
                UnicodeString ustring;
                ^~~~~~~~~~~~~
                icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared here
class U_COMMON_API UnicodeString : public Replaceable
                   ^

https://ssl.icu-project.org/trac/changeset/40705

PR:		227042
Reported by:	antoine (via exp-run)
2018-04-04 09:38:04 +00:00
Bernard Spil
c1e9811a80 databases/mariadb55-server: Fix mysql_limits
- 11-STABLE and 12-CURRENT add limits support to rc.subr(8)
   leading to variable conflicts with rc.d/mysql

PR:		227227
Submitted by:	0mp
2018-04-03 19:14:00 +00:00
Bernard Spil
98e199e060 databases/mariadb100-server: Fix mysql_limits
- 11-STABLE and 12-CURRENT add limits support to rc.subr(8)
   leading to variable conflicts with rc.d/mysql

PR:		227224
Submitted by:	0mp
2018-04-03 19:12:23 +00:00
Bernard Spil
ebe22c9301 databases/mariadb101-server: Fix mysql_limits
- 11-STABLE and 12-CURRENT add limits support to rc.subr(8)
   leading to variable conflicts with rc.d/mysql

PR:		227225
Submitted by:	0mp
2018-04-03 19:10:28 +00:00
Bernard Spil
190d01069b databases/mariadb102-server: Fix mysql_limits
- 11-STABLE and 12-CURRENT add limits support to rc.subr(8)
   leading to variable conflicts with rc.d/mysql

PR:		227226
Submitted by:	0mp
2018-04-03 19:07:57 +00:00
Koichiro Iwao
23cef11766 databases/go-carbon: Improve rc.d script
Fixes an error with restart.

PR:		226937
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com>
Approved by:	hrs (mentor, implicit)
2018-04-02 05:55:16 +00:00
Kurt Jaeger
73dedf9695 databases/cego: update 2.39.9 -> 2.39.11
- Improvements for log handling, the logIt method was moved from
  CegoTableManager to CegoBufferPool. This allows a more adequate
  locking of the logging actions. For this the tsLock array has been
  removed from CegoTableManager and lmLock array has been set up in
  CegoBufferPool. Since checkpoint writing occurs in CegoBufferPool
  ( which is also relevant for loging operations ), the logging method
  is now part of CegoBufferPool.
- The logAction method in CegoLogManager has also been improved in
  a way, that a log buffer is not allocated for each logging operation
  anymore. Instead, a logBuf array has been defined for all tablesets
  and the logBuf is reallocated, if the current logging record exceeds
  the log buffer.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-04-01 14:00:47 +00:00
Bernard Spil
f206f9786e www/mariadb101-server: Update to 10.1.32 2018-04-01 09:46:49 +00:00
Dag-Erling Smørgrav
29021410b1 Upgrade to 0.07049. 2018-03-31 21:34:34 +00:00
Florian Smeets
87ebc748eb - update to 5.7.21-20
- fix build with clang 6.0

PR:		226504
Approved by:	maintainer timeout (3 weeks)
2018-03-31 18:26:51 +00:00
Florian Smeets
d6b687afad - add license
- fix build with clang 6.0
2018-03-31 18:22:51 +00:00
Matthew Seaman
a28770c0ed Update to 2.2.0
ChangeLog: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
2018-03-31 11:26:32 +00:00
Wen Heping
133110e749 - Update to 0.51
Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.51/ChangeLog
2018-03-31 09:11:29 +00:00
Sunpoet Po-Chuan Hsieh
175cea1dd3 Update to 1.58
Changes:	http://search.cpan.org/dist/DBD-SQLite/Changes
2018-03-30 23:46:14 +00:00
Steve Wills
332d5c53e3 databases/memcached: update to 1.5.7 2018-03-30 14:18:14 +00:00
Pietro Cerutti
ad9dd8f2f2 databases/lmdb: update to 0.9.22
LMDB 0.9.22 Release (2018-03-22)
  Fix MDB_DUPSORT alignment bug (ITS#8819)
  Fix regression with new db from 0.9.19 (ITS#8760)
  Fix liblmdb to build on Solaris (ITS#8612)
  Fix delete behavior with DUPSORT DB (ITS#8622)
  Fix mdb_cursor_get/mdb_cursor_del behavior (ITS#8722)

PR:		227103
Submitted by:	gahr
Approved by:	delphij (maintainer)
2018-03-30 10:56:11 +00:00
Tobias C. Berner
dc579c4cc2 Fix permissions in installed Qt5 header files
For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and
thereby does not get the normal default value of
      --no-same-owner --no-same-permissions
passed when extracting. This lead to for example header files
being installed (i.e. copied), with permissions group write
permissions.

Manually append that to the bsd.qt.mk shenanigans (also do the
same in www/qt5-webchannel, which opts out of the bsd.qt.mk value)

PR:		227027
Reported by:	grarpamp@gmail.com
2018-03-29 19:03:17 +00:00
Kurt Jaeger
b57cda5639 databases/cego: update 2.39.8 -> 2.39.9
- Added fixes for recovery procedure in CegoTableManager. Now the
  LSN is allocated at the beginning of critical operation to avoid
  double operations in case of a forced checkpoint. For this the
  CegoLogManager::nextLSN method has been introduced. Now it is no
  more ensured that the log is written with increasing LSN, so some
  logical parts of the recovery procedure in CegoRecoveryManager has
  been changed.
- In CegoBufferPool, the writeCheckPoint method still returned int
  value. This has been changed to unsigned long long

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-03-29 11:55:47 +00:00
Bernard Spil
d5611bb71e databases/mariadb102-server: Update to 10.2.14 2018-03-29 11:51:58 +00:00
Yuri Victorovich
8e5ee44120 databases/py-pum: Update 0.5.11 -> 0.5.13
PR:		227035
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org>
2018-03-28 23:59:29 +00:00
Dmitry Marakasov
c59e21a7ea - Switch to new test framework
Approved by:	portmgr blanket
2018-03-27 08:33:25 +00:00
Matthias Fechner
3d94199ffd New ports required for gitlab update to 10.5.x.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D14840
2018-03-26 15:10:49 +00:00
Romain Tartière
e7e8c21c96 Update to 5.2.1
Release notes:
https://puppet.com/docs/puppetdb/5.2/release_notes.html

With hat:	puppet
2018-03-26 12:45:44 +00:00
Rene Ladan
bcf2c0d2c2 databases/py-fakeredis: update to 0.10.1
Changelog:	https://github.com/jamesls/fakeredis#revision-history
Reported by:	portscout
2018-03-24 13:14:27 +00:00
Yuri Victorovich
263217c753 databases/py-pglite: Update 1.0.6 -> 1.0.7
PR:		226876
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
2018-03-23 20:48:16 +00:00
Wen Heping
a4171204fa - Update to 0.97.2 2018-03-23 13:00:23 +00:00
Li-Wen Hsu
272c5c4995 - Update to 0.9.9 2018-03-23 11:52:48 +00:00
TAKATSU Tomonari
18de7e8a74 - Update to 0.8 2018-03-23 08:50:55 +00:00
Steve Wills
ba35c95dc6 databases/py-carbon: Fix dependencies 2018-03-22 22:14:42 +00:00
Sunpoet Po-Chuan Hsieh
85f1b0e524 Fix version requirement of *_DEPENDS 2018-03-22 19:53:25 +00:00
Steve Wills
a222e230fd databases/py-carbon: update to 1.1.2 2018-03-22 17:14:54 +00:00
TAKATSU Tomonari
2fc8cfb1ed - Update to 0.10.14 2018-03-22 09:05:48 +00:00
Yuri Victorovich
5bb45f7194 databases/sqlite3: Patch for CVE-2018-8740
Detect databases whose schema is corrupted using
a CREATE TABLE AS statement and issue an appropriate error message.

CVE-2018-8740 will be entered into VuXML when SQLite will make
a release, because CVE-2018-8740 says that versions up to and including
the current version 3.22.0 are vulnerable.

Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Reported by:	tj <tj@mrsk.me>
2018-03-22 08:52:58 +00:00
Antoine Brodin
07ca9270d7 Mark BROKEN: fails to package
Reported by:	pkg-fallout
2018-03-22 08:34:58 +00:00
Sunpoet Po-Chuan Hsieh
2e4fc8e2d1 Update to 1.641
Changes:	http://search.cpan.org/dist/DBI/Changes
2018-03-21 19:03:13 +00:00
Sunpoet Po-Chuan Hsieh
a377ace6ee Update to 1.58
Changes:	http://search.cpan.org/dist/DBD-ODBC/Changes
2018-03-21 19:03:08 +00:00
Danilo G. Baio
3a201adc38 databases/pgsanity: Update to 0.2.9
PR:		226730
Submitted by:	Mateusz Piotrowski <0mp@FreeBSD.org> (maintainer)
2018-03-20 23:22:30 +00:00
Sunpoet Po-Chuan Hsieh
55d50a0a1b Update to 0.5.1
Changes:	https://github.com/state-machines/state_machines-activerecord/commits/master
2018-03-20 22:34:16 +00:00
Sunpoet Po-Chuan Hsieh
921c97bdb9 Update to 0.5.1
Changes:	https://github.com/state-machines/state_machines-activemodel/commits/master
2018-03-20 22:34:11 +00:00
Steven Kreuzer
51e3ac26ce Update to version 1.1.2
PR:		226748
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2018-03-20 18:42:37 +00:00
Rene Ladan
e6c9745c9d Remove expired ports:
2018-03-19 graphics/code-eli: Broken for more than 6 months
2018-03-19 databases/pg_rman: Broken for more than 6 months
2018-03-19 devel/elixir-simple_bayes: Broken for more than 6 months
2018-03-19 devel/elixir-stemmer: Broken for more than 6 months
2018-03-19 benchmarks/expedite: Broken for more than 6 months
2018-03-19 textproc/p5-HTML-CTPP2: Broken for more than 6 months
2018-03-19 textproc/rubygem-compass-rails: Broken for more than 6 months
2018-03-20 18:39:34 +00:00
Tobias C. Berner
d6c7ef51cf Move databases/akonadi to databases/akonadi-kde4 2018-03-20 18:03:48 +00:00
Nikolai Lifanov
2b188a165b update databases/mongodb36 to 3.6.3
change MAINTAINER back to dev@dudu.ro to match Bugzilla email address

PR:		226192
Submitted by:	dev@dudu.ro (maintainer)
2018-03-20 16:55:46 +00:00
Yuri Victorovich
19afc79be2 databases/go-carbon: Prevent overwriting config files by adding the @sample keyword
PR:		226796
Submitted by:	Andreas Andersson  <a.andersson.thn@gmail.com> (maintainer)
2018-03-20 09:51:35 +00:00
Don Lewis
1592296a88 Bump PORTREVISION on ports depending on devel/libical.
PR:		226460
2018-03-20 02:54:23 +00:00
Kurt Jaeger
576190ca7b New port: databases/go-carbon
go-carbon is a go implementation of the carbon component of the graphite
project. It has support for multiple cpu's and can achieve higher concurrency.

WWW: https://github.com/lomik/go-carbon

PR:		226732
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com>
2018-03-19 20:22:29 +00:00
Niclas Zeising
b80e953f45 databases/rrdtool: Make groff a conditional dependency
groff is required by rrdtool to format documentation, which
is only required when documentation is being built.

Accordingly, make groff conditional on the existing DOCS option.

This precludes building a litany of dependencies, mostly due
to groff requiring ghostscript.

While here, remove unneeded post-patch in the case the DOCS option is
switched off.

Submitted by:	koobs
Differential Revision:	https://reviews.freebsd.org/D14732
2018-03-19 20:14:38 +00:00
Yuri Victorovich
d274d59ad0 New port: databases/py-pum: Postgres upgrade manager
PR:		225756
Submitted by:	lbartoletti@tuxfamily.org
2018-03-19 06:51:48 +00:00
Yuri Victorovich
e05167950e databases/grass7: Update to 7.4.0
Release announcement:
https://grass.osgeo.org/news/71/15/GRASS-GIS-7-4-0-released/

PR:		225677
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2018-03-19 06:36:54 +00:00
Tobias Kortkamp
43c4f5172b New port: databases/pgsanity
PgSanity checks the syntax of PostgreSQL SQL files.

It does this by leveraging the ecpg command which is traditionally
used for preparing C files with embedded SQL for compilation.
However, as part of that preparation, ecpg checks the embedded SQL
statements for syntax errors using the exact same parser that is in
PostgreSQL.

So the approach that PgSanity takes is to take a file that has a list
of bare SQL in it, make that file look like a C file with embedded
SQL, run it through ecpg and let ecpg report on the syntax errors of
the SQL.

WWW: https://github.com/markdrago/pgsanity

PR:		226689
Submitted by:	0mp
2018-03-18 12:31:13 +00:00
Kurt Jaeger
ee269d6802 devel/lfcbase: 1.11.6 -> 1.11.7
databases/cego: 2.39.7 -> 2.39.8

lfcbase:
- Fix for memory leak in TreeT and AVLTreeT.
  The = operator implementation did not empty the tree before copy.
- Additional fix to this release : Added regfree call to Matcher
  destructor. Missing this call seems to cause a small memory leak

cego:
- Fix for memory leak in CegoPredDesc, pMatcher has not been cleaned up

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-03-18 10:57:01 +00:00
Wen Heping
1d1da49def - Fix typo
Reported by:	j3377622@trbvm.com
2018-03-18 09:21:51 +00:00
Mark Linimon
0f6335cb8d Mark broken on armvX: tries and fails to link with dtrace. This could
probably be fixed via a configuration knob as in databases/memcached.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-03-18 03:13:14 +00:00
Sunpoet Po-Chuan Hsieh
f49ae6d711 Update to 1.30
Changes:	http://search.cpan.org/dist/Mango/Changes
2018-03-18 02:34:33 +00:00
Yuri Victorovich
52b45eb70a databases/xtrabackup: Update to 2.4.9
Port changes:
* Change to DISTVERSION
* Add the specific boost version to fix build
* Add curl to LIB_DEPENDS
* Move bison from BUILD_DEPENDS to USES=bison
* Add/delete patches

PR:		216870
Submitted by:	samm@os2.kiev.ua
Approved by:	Aleksandr Kuzminsky <aleks@twindb.com> (maintainer)
2018-03-17 20:16:32 +00:00
Mikolaj Golub
d97171a4ea update to 3.5.0 2018-03-17 17:04:55 +00:00
Wen Heping
02d2eb3588 - Update WWW
PR:		226561
Submitted by:	j3377622@trbvm.com
2018-03-17 12:33:18 +00:00
Danilo G. Baio
ec5782e3d8 databases/tile38: Update to 1.11.1
Changes:	https://github.com/tidwall/tile38/releases/tag/1.11.1

PR:		226660
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com> (maintainer)
2018-03-17 12:16:29 +00:00
Wen Heping
0117fc5997 - Update to 0.97.0 2018-03-17 11:39:47 +00:00
Antoine Brodin
1301d18baf Skip ENOMEM check for printf when building with qemu, this makes
configure hang

PR:		224740
Reported by:	pkg-fallout
MFH:		2018Q1
2018-03-17 09:14:09 +00:00
Matthew Seaman
37f87e1684 Update to 7.3.0
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2018-03-17 09:12:32 +00:00
Dirk Meyer
bb4d26ca0e - fix API for pg-1.0.0 2018-03-17 06:09:25 +00:00
Steve Wills
581896a338 databases/pspg: Update to 1.0.0
PR:		226657
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-03-16 16:24:10 +00:00
Yuri Victorovich
f049ec1da7 databases/clickhouse: Unbreak
Port changes:
* Add USES=shebangfix and SHEBANG_FILES
* Add USES=python (python is used)
* Add stripping

PR:		226616
Approved by:	portmgr (port compliance, infrastructure)
2018-03-16 07:36:34 +00:00
Vsevolod Stakhov
a931d20e1c - Update to 1.1.54362 [1]
- Fix plist issues

PR:		226616 [1]
Submitted by:	maintainer [1]
2018-03-15 21:21:42 +00:00
Matthew Seaman
35a8fe569b Update to 5.1.46
ChangeLog:	https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-46.html
2018-03-15 19:47:38 +00:00
Sunpoet Po-Chuan Hsieh
3626ca7da1 Update to 3.22.0
- Add BUILD_DEPENDS: check SQLite version

Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2018-03-15 17:45:36 +00:00
Mark Linimon
adf271d018 Also fails the same way on armv7 as armv6.
Approved by:	portmgr (tier-2 blanket)
2018-03-15 13:19:50 +00:00
Mark Linimon
f7577d9afe dtrace fails to link on armvX as well, so exclude it for now:
dt_modtext:usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented

Approved by:	portmgr (tier-2 blanket)
2018-03-15 12:39:25 +00:00
Tobias Kortkamp
0de788187b databases/p5-DBIx-Abstract: Update to 1.04
- Add LICENSE information

PR:		220131
Submitted by:	nistor@snickers.org (maintainer)
2018-03-14 10:56:34 +00:00
Yuri Victorovich
45382795c3 databases/sqlite: Update to 3.22.0
Changelog:
https://www.sqlite.org/releaselog/3_22_0.html

Port changes:
* Added the OFFSET option for the new sqlite_offset() function
* Added 'Optional extensions' and 'Optional functions' option
  groups for better options readability
* Deleted patches from files/ because they were disabling certain
  options in the command-line utility that the upstream keeps
  always enabled there
* Changed capitalization in some options according to
  common spelling rules

PR:		225627
Submitted by:	Charlie Li <ml+freebsd@vishwin.info> (original version)
Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer, later version)
Approved by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D14216
2018-03-14 08:50:25 +00:00
Sunpoet Po-Chuan Hsieh
46d6b7cbc4 Update to 1.1.1
Changes:	https://github.com/rails/activerecord-session_store/releases
2018-03-13 20:30:46 +00:00
Sunpoet Po-Chuan Hsieh
65306f3d04 Update to 5.11.3
Changes:	https://github.com/facebook/rocksdb/releases
2018-03-13 20:30:20 +00:00
Tobias C. Berner
cf2ff32ee7 Update py-sip to 4.19.8 and qscintilla2 to 2.10.3
PR:		226487
Exp-run by:	antoine
2018-03-12 18:06:51 +00:00
Palle Girgensohn
8190031b32 set main.version when building 2018-03-12 15:55:45 +00:00
Bernard Spil
f0229aab54 Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
2018-03-11 18:36:16 +00:00
Sunpoet Po-Chuan Hsieh
4d04e8fe9c Remove databases/php-memcached
PR:		226474
Submitted by:	sunpoet (myself)
Approved by:	<townwear@gmail.com> (maintainer)
2018-03-10 23:01:48 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Kurt Jaeger
f8010281e0 databases/cego: update 2.39.5 -> 2.39.7
- Fix in CegoTableManager::deleteDataTable, pBlock has to be checked
  for null value, otherwise crash recovery might crash. ( bug came
  with 2.39.0 to check for pBlock->getTriggerValueList )
- Some clob related fixes in CegoQueryHelper::decodeNativeFVL /
  decodeFVL relevant for recovery handling
- Fix in CegoRecoveryManager::recoverCurrentTransactionLog for the
  INSERT case. For the blob/clob handling, the lobREf values have not
  been set up correctly. This might lead to problems for table recovery
  with more than one lob row ( e.g. table t1 ( a blob , b clob )

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-03-10 11:45:01 +00:00
Yuri Victorovich
ba8711af62 databases/influxdb: Update to 1.5.0
Port changes:
* Changed to DISTVERSION
* Updated and added to dependencies
* Updated post-patch

PR:		226471
Submitted by:	cheffo@freebsd-bg.org (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-10 07:54:04 +00:00
Mark Linimon
5f1ce9ee4f Add more information to stub error messages.
Remove BROKEN lines where IGNORE has already been set.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-03-09 22:46:22 +00:00
Florian Smeets
d9592b194d Update to 5.6.39-83.1
PR:		226067
Submitted by:	Thomas Babut
2018-03-09 22:15:52 +00:00
Antoine Brodin
567068ae2b Fix LICENSE_FILE
Reported by:	pkg-fallout
2018-03-09 20:45:11 +00:00
Jimmy Olgeni
61829f309b Update databases/elixir-ecto to version 2.2.9. 2018-03-09 16:01:35 +00:00
Jan Beich
f2dc6771be devel/google{test,mock}: update to 1.8.0.712
Changes:	5490beb...9bda90b
2018-03-09 12:07:37 +00:00
Mathieu Arnold
a1993564e0 Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
2018-03-08 19:48:41 +00:00
Steve Wills
ec76d0ea6a databases/timescaledb: Update to 0.9.0
PR:		226380
Submitted by:	mahlon@martini.nu (with slight changes)
Approved by:	kbowling (maintainer)
2018-03-08 03:01:58 +00:00
Mark Felder
293d43f1fa SQLAlchemy integration with the marshmallow (de)serialization library.
WWW: https://marshmallow-sqlalchemy.readthedocs.io/
2018-03-07 21:36:03 +00:00
Sunpoet Po-Chuan Hsieh
aae6ec0644 Update to 1.2.5
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html
2018-03-07 16:48:04 +00:00
Sunpoet Po-Chuan Hsieh
eca30e3ca1 Update to 1.1.18
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2018-03-07 16:47:59 +00:00
Yuri Victorovich
54e279cd72 Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them.
Ports:
benchmarks/hey benchmarks/vegeta databases/influxdb devel/arduino-builder devel/arduinoOTA
devel/awless devel/git-codereview devel/git-town devel/gitlab-runner devel/grv
devel/hub devel/jfrog-cli editors/micro finance/fixc misc/exercism
net-mgmt/intel-snap net-mgmt/kapacitor net-mgmt/telegraf net/goreplay net/syncthing
net/syncthing-cli net/syncthing-discosrv net/syncthing-inotify print/cups-connector security/sops
security/vault sysutils/amazon-ssm-agent sysutils/circonus-agent sysutils/consul sysutils/consul_exporter
sysutils/envconsul sysutils/serf textproc/consul-template textproc/spiff www/gobuffalo
www/grafana2 www/grafana3 www/mattermost-server www/minio www/minio-client
www/uchiwa

Approved by:	tcberner (mentor, implicit)
Approved by:	portmgr (port compliance, infrastructure)
2018-03-07 08:06:24 +00:00
Rene Ladan
3e9505715f Use the Django meta-port for my Django port to avoid conflicts between them.
Bump PORTREVISIONs
2018-03-06 22:45:36 +00:00
Kurt Jaeger
c85048adba databases/cego: update 2.39.4 -> 2.39.5
- Bug fix in CegoAction::reallocateStringBuf, in the memcpy call,
  just the previous stringBufLen has to be copied ( _stringBufLen -
  MAXSTRINGLEN ). This bug might lead to seg fault in case of large
  parser input ( e.g. clob strings )
- In CegoQuery for insert and insert-by-select case, allocated blob
  and clob data ( by CegoQueryHelper::prepareFieldValue ) is cleaned
  now if any exception occurs

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-03-06 18:26:49 +00:00
Palle Girgensohn
54a61d98ae Add new port datagbases/pgmetrics
This port easily collect and report PostgreSQL metrics for scripting,
automation and troubleshooting.
2018-03-06 11:50:12 +00:00
Matthew Seaman
947798a65f Update to 4.7.9
Release Notes: https://www.phpmyadmin.net/files/4.7.9/
2018-03-06 07:32:34 +00:00
Yuri Victorovich
1a3a6ff1dc databases/tile38: Update to 1.11.0
Port changes:
* Changed to DISTVERSION
* Use MAKE_ENV to unbreak it
* Added SSP_UNSAFE because otherwise it doesn't like -fstack-protector

PR:		226378
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-06 05:57:47 +00:00
Timur I. Bakeyev
f622c99e83 There is no real need to wrap STRIP_CMD WITH_DEBUG, that is handled by bsd.ports.mk. 2018-03-05 23:54:39 +00:00
Kurt Jaeger
be6fb2b13f databases/cego: update 2.39.3 -> 2.39.4
- Small bug fix in CegoDistManager, which came up with version
  2.39.0. In method deleteLocalDataTable, the variable delCount was
  declared two times, which lead to a result of 0 tuples deleted in
  any case

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-03-05 20:34:13 +00:00
Yuri Victorovich
11948d717d databases/py-peewee: Update to 3.1.2
Maintainer's timeout expired: matthias@petermann-it.de

Port changes:
* Changed to DISTVERSION
* Removed option DOCS (not needed)
* Added USES=localbase sqlite
* Added USE_PYTHON=cython concurrent
* Added stripping
* Removed MYSQL_VARS

PR:		219175
Approved by:	tcberner (mentor, implicit)
2018-03-05 08:06:58 +00:00
Antoine Brodin
8192a3b90a Mark BROKEN: fails to build
In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
./php_pdo_cassandra_int.hpp:89:33: error: implicit instantiation of undefined template 'boost::shared_ptr<apache::thrift::transport::TSocketPool>'
        boost::shared_ptr<TSocketPool> socket;
                                       ^
/usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
namespace boost { template <class T> class shared_ptr; };
                                           ^
In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
./php_pdo_cassandra_int.hpp:90:38: error: implicit instantiation of undefined template 'boost::shared_ptr<apache::thrift::transport::TFramedTransport>'
        boost::shared_ptr<TFramedTransport> transport;
                                            ^
/usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
namespace boost { template <class T> class shared_ptr; };
                                           ^
In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
./php_pdo_cassandra_int.hpp:91:31: error: implicit instantiation of undefined template 'boost::shared_ptr<apache::thrift::protocol::TProtocol>'
        boost::shared_ptr<TProtocol> protocol;
                                     ^
/usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
namespace boost { template <class T> class shared_ptr; };
                                           ^
In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
./php_pdo_cassandra_int.hpp:92:37: error: implicit instantiation of undefined template 'boost::shared_ptr<org::apache::cassandra::CassandraClient>'
        boost::shared_ptr<CassandraClient> client;
                                           ^
/usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
namespace boost { template <class T> class shared_ptr; };
                                           ^
In file included from /wrkdirs/usr/ports/databases/php5-pdo_cassandra/work/php-pdo_cassandra-7debd5b/cassandra_driver.cpp:18:
./php_pdo_cassandra_int.hpp:109:31: error: implicit instantiation of undefined template 'boost::shared_ptr<org::apache::cassandra::CqlResult>'
        boost::shared_ptr<CqlResult> result;
                                     ^
/usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
namespace boost { template <class T> class shared_ptr; };
                                           ^

Reported by:	pkg-fallout
2018-03-05 07:02:30 +00:00
Timur I. Bakeyev
189ca10d26 Update ldb13 to the latest 1.3.2 version. 2018-03-05 00:02:58 +00:00
Sunpoet Po-Chuan Hsieh
592d429034 Update to 0.13.0
Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
2018-03-04 16:10:52 +00:00
Sunpoet Po-Chuan Hsieh
65a231cd55 Update to 0.6.1
Changes:	https://github.com/tarantool/tarantool-python/releases
2018-03-04 16:10:42 +00:00
Yuri Victorovich
a88b800aa9 New port: databases/usql: Universal command-line interface for SQL databases
https://github.com/xo/usql

Approved by:	tcberner (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D14503
2018-03-04 09:40:46 +00:00
Sunpoet Po-Chuan Hsieh
29e6caa58c Update to 1.10.0
Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
2018-03-03 16:30:33 +00:00
Sunpoet Po-Chuan Hsieh
ca1a9f2de9 Update to 1.9.0
- Update WWW

Changes:	https://github.com/dbcli/pgcli/blob/master/changelog.rst
2018-03-03 16:30:29 +00:00
Sunpoet Po-Chuan Hsieh
f0999ecc9e Update WWW 2018-03-03 16:30:23 +00:00
Sunpoet Po-Chuan Hsieh
a464597a16 Add PORTSCOUT
Newer versions only support PHP 7.
2018-03-03 16:30:14 +00:00
Kurt Jaeger
94ab853af5 databases/cego: update 2.39.2 -> 2.39.3
- Small improvement in CegoDbThreadPool. For a better db thread
  load value calculation, the request queue is no longer locked while
  waiting for incoming requests. Instead the QUEUEDELAY parameter has been
  increased to a default value of 200 msec to reduce db thread cpu
  load while idle. Now the db thread has a good chance to report
  idle time to the db thread pool.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-03-03 09:10:06 +00:00
Brooks Davis
16a06ea402 Work around the lack of definition of union semun per POSIX.
When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.

PR:		224300, 224443 (exp-run)
Approved by:	portmgr (antoine)
Exp-run:	antoine
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D14137
2018-03-02 22:34:53 +00:00
Sunpoet Po-Chuan Hsieh
575b06da3f Update to 1.57
- Convert to options target helper

Changes:	http://search.cpan.org/dist/DBD-ODBC/Changes
		https://github.com/perl5-dbi/DBD-ODBC/blob/master/Changes
2018-03-02 18:51:48 +00:00
Sunpoet Po-Chuan Hsieh
ed01039b4b Update real PORTVERSION and bump PORTEPOCH
Suggested by:	mat
2018-03-02 18:51:38 +00:00
Sunpoet Po-Chuan Hsieh
585f0638d9 Update to 5.10.4
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/5.10.fb/HISTORY.md
2018-03-02 18:51:28 +00:00
Grzegorz Blach
d8138ce181 Update to 2.0.0 2018-03-02 18:22:09 +00:00
Adriaan de Groot
7e4b709a49 Disable Qt5 sqldrivers-ibase on not-(i386|amd64)
This is basically r463394, repeated for Qt5

Approved by:	tcberner (mentor, implicit)
2018-03-02 13:27:13 +00:00
Adriaan de Groot
60c54b6248 Disable Qt4 sql-ibase plugin on not-(i386|amd64)
ibase is Firebird, which only builds on i386 and amd64. This patch
squashes the ibase plugin for Qt4.

PR:		216943
Submitted by:	linimon
Reported by:	linimon
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14326
2018-03-02 13:07:57 +00:00
Pietro Cerutti
02131ee57c databases/cassandra-cpp-driver: update to 2.8.1
Changelog: https://github.com/datastax/cpp-driver/blob/2.8.1/CHANGELOG.md
2018-03-02 11:41:48 +00:00
Steve Wills
aecb036913 databases/memcached: update to 1.5.6 2018-03-01 22:52:04 +00:00
Yuri Victorovich
3541239e48 databases/cockroach: Update to 1.1.5
Port changes:
* Changed to DISTVERSION
* Adjusted do-build

PR:		226270
Submitted by:	James Nugent <freebsd@jen20.com>
Approved by:	tcberner (mentor, implicit)
2018-03-01 20:38:58 +00:00
Sunpoet Po-Chuan Hsieh
68a56cb328 Update to 1.56
Changes:	http://search.cpan.org/dist/DBD-SQLite/Changes
2018-03-01 15:19:55 +00:00
Palle Girgensohn
70184a53b3 2018-03-01 Security Update Release
The PostgreSQL Global Development Group has released an update to all supported
versions of the PostgreSQL database system, including 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.

We strongly encourage all of our users to please visit
https://wiki.postgresql.org/wiki/A_Guide_to_CVE-2018-1058:_Protect_Your_Search_Path
for a detailed explanation of CVE-2018-1058 and how to protect your PostgreSQL
installations.

After evaluating the documentation for CVE-2018-1058, a database administrator
may need to take follow up steps on their PostgreSQL installations to ensure
they are protected from exploitation.

Security:	CVE-2018-1058
2018-03-01 15:10:17 +00:00
Sunpoet Po-Chuan Hsieh
be2afbaf10 Add LICENSE
- Fix version requirement of RUN_DEPENDS
- Fix grammar
- Fix WWW
- Take maintainership
2018-03-01 13:35:41 +00:00
Sunpoet Po-Chuan Hsieh
cc6eeb9b9f Update to 0.5.5
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Change WWW to PyPI
- Take maintainership

Changes:	https://github.com/tarantool/tarantool-python/releases
2018-03-01 13:35:31 +00:00
Sunpoet Po-Chuan Hsieh
d52312f19d Add php7-tarantool 0.3.0 (copied from php5-tarantool)
PECL PHP driver for Tarantool

WWW: https://github.com/tarantool/tarantool-php
2018-03-01 13:35:25 +00:00
Sunpoet Po-Chuan Hsieh
9e6680de86 Update to 0.1.0
- Add LICENSE
- Take maintainership

Changes:	https://github.com/tarantool/tarantool-php/releases
		https://github.com/tarantool/tarantool-php/commits/master
2018-03-01 13:35:20 +00:00
Sunpoet Po-Chuan Hsieh
cef7b9e58c Add LICENSE
- Add missing *_DEPENDS
- Add NO_ARCH
- Sort PLIST
- Bump PORTREVISION for dependency change
- Take maintainership
2018-03-01 13:35:09 +00:00
Sunpoet Po-Chuan Hsieh
e12a4b0712 Add missing *_DEPENDS
- Strip shared library
- Add CPAN as primary WWW
- Bump PORTREVISION for dependency and package change
- Take maintainership
2018-03-01 13:35:05 +00:00
Sunpoet Po-Chuan Hsieh
09982779f8 Update to 1.0.1
- Add LICENSE
- Use CMAKE_OFF
- Bump PORTREVISION for package change
- Take maintainership

Changes:	https://github.com/tarantool/tarantool-c/commits/master
2018-03-01 13:35:00 +00:00
Sunpoet Po-Chuan Hsieh
2075c77ea2 Update to 1.9.0
- Add LICENSE_FILE
- Use CMAKE_BOOL and CMAKE_ON
- Clean up Makefile
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/tarantool/tarantool/releases
		https://github.com/tarantool/tarantool/commits/1.9
2018-03-01 13:34:54 +00:00
Kurt Jaeger
a19dcac247 databases/cego: update 2.39.1 -> 2.39.2
databases/cegobridge: update 1.3.0 -> 1.4.0

cego:
- Fix in CegoTableManager::updateTuple, while setting up expression
  list, field list array must be setup BEFORE block ist set, since
  field list is needed by block setup ( in case of subqueries for
  prepare )

cegobridge:
- Adaptions for cego-2.39

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-03-01 12:29:31 +00:00
Kurt Jaeger
4ddc75fd13 databases/cego: update 2.38.20 -> 2.39.1
- Introduced table locking statements to set an explicit lock on a
  table ( e.g. for update synchronisation ). This feature replaces
  the "set update sync on/off" command
- Trigger implementation basically completed
- Fix in CegoQueryHelper::encodeFVL, for blob/clob values lists,
  the corresponding index variables ( blobidx/clobidx ) have not been
  increaed while encoding lob data. This might lead to invalid results
  and seg faults in case of multiple lobs values in one insert/update
  operation.

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-02-28 18:53:10 +00:00
Sunpoet Po-Chuan Hsieh
9234151406 Add LICENSE
- Add NO_ARCH
2018-02-28 15:12:33 +00:00
Sunpoet Po-Chuan Hsieh
876a19dfa1 Add LICENSE
- Add NO_ARCH
2018-02-28 15:12:28 +00:00
Sunpoet Po-Chuan Hsieh
9079331137 Remove expired databases/rubygem-flipper-active_record010 2018-02-28 12:48:54 +00:00
Dmitry Marakasov
9045036c00 - Add LICENSE
- Fix shebangs
- Add NO_ARCH

Approved by:	portmgr blanket
2018-02-26 18:47:08 +00:00
Dmitry Marakasov
bdde09d95f - Fix shebangs
Approved by:	portmgr blanket
2018-02-26 18:46:44 +00:00
Luca Pizzamiglio
31d1cf70b4 databases/clickhouse
PR:		225418
Submitted by:	proler@gmail.com (maintainer)
2018-02-26 11:10:46 +00:00
Guido Falsi
f0023b01b6 Update sqliteodbc to 0.9996 2018-02-26 10:11:01 +00:00
Sunpoet Po-Chuan Hsieh
db8ed76618 Fix rocksdb-lite for osquery
- Bump PORTREVISION for package change

Requested by:	lx
Reference:	https://github.com/facebook/osquery/issues/4059
2018-02-25 05:31:39 +00:00
Kurt Jaeger
1dea0a5453 databases/cego: fix distinfo
Reported by:	pkg-fallout
2018-02-25 04:49:54 +00:00
Yuri Victorovich
a31a69692d Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.

Approved by:	tcberner (mentor, implicit)
2018-02-25 00:40:37 +00:00
Kurt Jaeger
44c4e1e059 databases/cego: 2.38.19 -> 2.38.20
- For heavy update operations on tables with btrees using embedding
  transactions, duplicate btree errors may occur. This is caused
  by not checking corresponding tuple states. To solve this problem,
  the following fixes have been done :
  o Fix in CegoTableManager::checkBTreeIntegrity : The tuple state for
    found entries has to be checked if state = COMMITTED
  o Fix in CegoBTreeNode:checkForAffected ( was checkForDeleted before ) :
    The tuple state has already checked for state
    INSERTED if tid != dataTid

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-02-24 19:09:17 +00:00
Sunpoet Po-Chuan Hsieh
cd225cf8a7 Remove outdated post-configure:
- Regenerate patch file with makepatch:
2018-02-24 14:02:05 +00:00
Sunpoet Po-Chuan Hsieh
3e936750f9 Remove outdated post-configure: 2018-02-24 14:02:00 +00:00
Bernard Spil
bb718511d1 databases/mariadb100-server: Fix build with OQGRAPH disabled
- The cmake knob works OK
2018-02-24 13:12:17 +00:00
Rene Ladan
fbd43637e1 Reset vg@'s ports after he resigned.
With hat:	portmgr-secretary
2018-02-23 21:09:47 +00:00
Yuri Victorovich
4682b39296 databases/phpliteadmin: portmaster@BSDforge.com takes maintainership
PR:		226148
Submitted by:	Chris Hutchinson <portmaster@BSDforge.com>
Approved by:	tcberner (mentor, implicit)
2018-02-23 19:48:04 +00:00
Sunpoet Po-Chuan Hsieh
94b7ee64f8 Update to 1.2.4
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html
2018-02-23 19:24:17 +00:00
Sunpoet Po-Chuan Hsieh
d25c04cbbf Update to 1.1.17
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2018-02-23 19:24:12 +00:00
Sunpoet Po-Chuan Hsieh
ff9ed7f222 Update to 5.10.3
Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/5.10.fb/HISTORY.md
2018-02-22 19:50:12 +00:00
Kurt Jaeger
d3bafa7df0 databases/tile38: give maintainer to a.andersson.thn@gmail.com
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com>
2018-02-22 16:44:08 +00:00
Dmitry Marakasov
bc4b221c89 - Add NO_ARCH
Approved by:	portmgr blanket
2018-02-22 14:06:51 +00:00
Tobias Kortkamp
42e93c3579 Reset MAINTAINER
https://lists.freebsd.org/pipermail/freebsd-ports/2018-February/112646.html

Submitted by:	olevole@olevole.ru (maintainer)
2018-02-22 12:53:13 +00:00
Torsten Zuehlsdorff
756eee6f9c databases/postgresql-plproxy: Update from 2.7 to 2.8
Changelog: https://plproxy.github.io/changelog.html
2018-02-22 12:19:27 +00:00
Wen Heping
c6f2d668e7 - Update to 3.8.1
PR:		226097
Submitted by:	jonc@chen.org.nz(maintainer)
2018-02-22 08:16:39 +00:00
Matthew Seaman
fa6b538abb Security update to 4.7.8
Advisory: https://www.phpmyadmin.net/security/PMASA-2018-1/
ChangeLog: https://www.phpmyadmin.net/files/4.7.8/

MFH:		2018Q1
Security:	261ca31c-179f-11e8-b8b9-6805ca0b3d42
2018-02-22 07:19:39 +00:00
Sunpoet Po-Chuan Hsieh
552bb5a820 Change RUN_DEPENDS from rubygem-pg to rubygem-pg0
- Bump PORTREVISION for dependency change
2018-02-21 13:40:21 +00:00
Sunpoet Po-Chuan Hsieh
876e21a404 Update to 1.0.0
Changes:	https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc
2018-02-21 13:40:16 +00:00
Sunpoet Po-Chuan Hsieh
1057eec25b Add rubygem-pg0 0.21.0 (copied from rubygem-pg)
- Add PORTSCOUT
2018-02-21 13:39:24 +00:00
Wen Heping
d42cdc6035 - Update to 3.1.2
PR:		226082
Submitted by:	lacey.leanne@gmail.com(maintainer)
2018-02-21 11:28:03 +00:00
Torsten Zuehlsdorff
03d9498c7a databases/pgpool-II-36: Update from 3.6.6 to 3.6.9
Changelogs:
- http://www.pgpool.net/docs/latest/en/html/release-3-6-7.html
- http://www.pgpool.net/docs/latest/en/html/release-3-6-8.html
- http://www.pgpool.net/docs/latest/en/html/release-3-6-9.html
2018-02-21 11:15:21 +00:00
Torsten Zuehlsdorff
3c446ed706 databases/pgpool-II-35: Update from 3.5.8 to 3.5.13
Changelogs:
- http://www.pgpool.net/docs/latest/en/html/release-3-5-9.html
- http://www.pgpool.net/docs/latest/en/html/release-3-5-10.html
- http://www.pgpool.net/docs/latest/en/html/release-3-5-11.html
- http://www.pgpool.net/docs/latest/en/html/release-3-5-12.html
- http://www.pgpool.net/docs/latest/en/html/release-3-5-13.html
2018-02-21 11:05:56 +00:00
Torsten Zuehlsdorff
644bcbb686 databases/pgpool: Upgrade from 3.4.11 to 3.4.16
Changelogs:
- http://www.pgpool.net/docs/latest/en/html/release-3-4-12.html
- http://www.pgpool.net/docs/latest/en/html/release-3-4-13.html
- http://www.pgpool.net/docs/latest/en/html/release-3-4-14.html
- http://www.pgpool.net/docs/latest/en/html/release-3-4-15.html
- http://www.pgpool.net/docs/latest/en/html/release-3-4-16.html
2018-02-21 10:56:48 +00:00
Torsten Zuehlsdorff
7eb2af369a databases/pgpool-II-33: Update from 3.3.7 to 3.3.20
While here:
- set EXPIRATION_DATE and mark DEPRECATED because of incoming EOL
- clean up conflicts
- add LIB_DEPENDS when option is set
- regenerate patches with make makepatch
2018-02-21 10:51:20 +00:00
Yuri Victorovich
392fe38bf4 databases/adminer: Update to 4.6.2
PR:		226056
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-02-21 00:23:35 +00:00
Timur I. Bakeyev
f8a1071d96 Update supplimentary Samba libs to the latest versions.
Sponsored by:	iXsystems Inc.
2018-02-20 23:17:49 +00:00
Pietro Cerutti
abe200632f databases/retcl: update to 0.3.1
Release notes: https://github.com/gahr/retcl/releases/tag/0.3.1
2018-02-20 12:43:38 +00:00
Pietro Cerutti
d1c0863701 databases/retcl: update to 0.3.0
Release notes: https://github.com/gahr/retcl/releases/tag/0.3.0
2018-02-19 16:56:49 +00:00
Mathieu Arnold
ae61507c0c Don't abuse opt_VARS to add to USES.
Sponsored by:	Absolight
2018-02-19 16:20:42 +00:00
Antoine Brodin
f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00
Sunpoet Po-Chuan Hsieh
ef3c8e1cf5 Use CMAKE_OFF 2018-02-19 10:29:19 +00:00
Sunpoet Po-Chuan Hsieh
7b1a22d5f0 Take maintainership
- Update pkg-descr
- Update WWW
2018-02-18 13:37:44 +00:00
Antoine Brodin
ea3f6fdeb3 Clean up some USES=python
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-18 13:20:29 +00:00
Raphael Kubo da Costa
6699fae7a2 Update QScintilla 2.10.2.
Upstream has renamed its libraries and we no longer need to patch
devel/qscintilla-qt5 to create a library whose name does not conflict with
devel/qscintilla's. However, the library names are different so we need to bump
PORTREVISION in several ports (the SOVERSION has changed too).

Thanks to antoine for the exp-run.

PR:		225928
2018-02-18 09:55:10 +00:00
Antoine Brodin
19aaf57447 Deprecate ports broken for more than 6 months 2018-02-18 09:29:27 +00:00
Sunpoet Po-Chuan Hsieh
39a6af123a Adjust DEPRECATED and EXPIRATION_DATE 2018-02-17 16:40:25 +00:00
Sunpoet Po-Chuan Hsieh
296dd64754 Fix build with Clang 6
MFH:		2018Q1
2018-02-17 16:40:15 +00:00
Palle Girgensohn
626847fe0b Update to version 6.1.0 2018-02-17 13:28:41 +00:00
Li-Wen Hsu
ae89f6bc66 - Update to 0.9.8 2018-02-17 12:11:03 +00:00
Sunpoet Po-Chuan Hsieh
cd8943bae8 Update to 5.1.5
Changes:	https://github.com/rails/rails/blob/5-1-stable/activerecord/CHANGELOG.md
2018-02-17 11:58:04 +00:00
Sunpoet Po-Chuan Hsieh
f6d633f451 Update to 5.1.5
Changes:	https://github.com/rails/rails/blob/5-1-stable/activemodel/CHANGELOG.md
2018-02-17 11:57:59 +00:00
Sunpoet Po-Chuan Hsieh
cbe5ba4c57 Update to 1.2.3
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html
2018-02-17 11:57:43 +00:00
Sunpoet Po-Chuan Hsieh
8798ad8065 Update to 1.1.16
Changes:	https://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html
2018-02-17 11:57:38 +00:00
Raphael Kubo da Costa
db6bc58c59 Add a patch to fix the build with clang 6.
toplsqltext.cpp:80:19: error: cannot initialize a member subobject of type 'const char *' with an rvalue of type 'bool'
        { NULL, NULL, false, false}
                      ^~~~~
2018-02-16 22:50:47 +00:00
Dave Cottlehuber
453bf15e6f databases/kyototycoon: set pidfile before usage
the current rc.d script uses the pidfile variable before its
defined. This breaks the daemon script.

Approved by:	jrm (mentor), sunpoet
MFH:		2018Q1
Sponsored by:	https://iwantmyname.com/
Differential Revision:	https://reviews.freebsd.org/D13580
2018-02-16 22:05:07 +00:00
Bernard Spil
7a678b4918 BROKEN_SSL: Add REASON for breakage
Reported by:	matwq
2018-02-16 17:52:50 +00:00
Bernard Spil
e091f5ae05 security/openssl-devel: Mark broken databases cat 2018-02-16 14:03:22 +00:00
Steve Wills
1eb32691d2 databases/memcached: update to 1.5.5
While here, re-generate patches.
2018-02-16 13:40:24 +00:00
Bernard Spil
3b1875b273 security/openssl-devel: Remove BROKEN from some ports
* databases/freetds: Fixed 2017-02-14
 * databases/postgresql10-server: Fixed 2016-09-15 [1]
 * ftp/lftp: Fixed in 4.8.0
 * ftp/proftpd: Fixed in 1.3.5c
 * ftp/wget: Fixed in 1.19.3 [2]
 * lang/erlang-runtime20: Fixed in 20.0
 * net/socat: Fixed in 1.7.3.2
 * security/libssh2: Fixed in 1.8.0 [3]
 * security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8
 * sysutils/bacula9-server: Fixed in 9.0.6
 * www/nginx: Fixed in 1.9.14

 * Bulk build OK 10.3/11.1 both i386 and amd64:
    - multimedia/librtmp
    - net/libvncserver
    - www/lynx

PR:		225875 [1], 225872 [2], 225873 [3]
2018-02-15 14:41:29 +00:00
Sunpoet Po-Chuan Hsieh
63c38b7244 Fix build on FreeBSD 10
PR:		225785
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org>
MFH:		2018Q1
2018-02-15 12:48:04 +00:00
Sunpoet Po-Chuan Hsieh
67ff4e06c6 Add LICENSE_FILE 2018-02-15 12:46:24 +00:00
Romain Tartière
74ea1df5a4 Update to 5.2.0
Release notes:
https://puppet.com/docs/puppetdb/5.2/release_notes.html

With hat:	puppet
2018-02-15 12:41:03 +00:00
Torsten Zuehlsdorff
913bde217e databases/rubygem-seed-fu236: Resurrect port in version 2.3.6
This prepares the update of www/gitlab to 10.4 update
which requires this specific version

Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by:  swills, tz
2018-02-15 12:40:09 +00:00
Torsten Zuehlsdorff
6170143d6d databases/rubygem-redis-namespace15: Resurrect port in version 1.5.3
This prepares the update of www/gitlab to 10.4 update
which requires this specific version

Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by:  swills, tz
2018-02-15 12:36:27 +00:00
Torsten Zuehlsdorff
87573cd4ed databases/rubygem-flipper-active_record011: Resurrect port in version 0.11.0
This prepares the update of www/gitlab to 10.4 update
which requires this specific version

Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by:  swills, tz
2018-02-15 12:30:56 +00:00
Torsten Zuehlsdorff
65a89ec1d1 databases/rubygem-flipper-active_record010: DEPRECATE port in favor of databases/rubygem-flipper-active_record011
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by:  swills, tz
2018-02-15 12:22:38 +00:00
Bernard Spil
29df60502b databases/mariadb-connector-odbc: Properly add to ports
- Missed in https://svnweb.freebsd.org/changeset/ports/461755

Reported by:	antoine
2018-02-15 09:48:00 +00:00
Raphael Kubo da Costa
bb3fdd9409 PyQt: Unconditionally install the .pyi files
r460809 started installing .pyi with the %%PYTHON3%% substitution in the
plists. Support for .pyi files was added in Python 3.5, and PyQt's configure.py
only installs the files on Python >= 3.5.

This patch removes the version checks from configure.py (the files are just
unused in earlier Python versions), as it is easier than checking Python 3's
version in each PyQt port's Makefile (or to add the logic to Mk/Uses/pyqt.mk).

PR:		225773
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D14361
2018-02-14 21:30:14 +00:00
Sunpoet Po-Chuan Hsieh
557956b8c2 Update to 3.7.4
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2018-02-14 13:30:28 +00:00
Bernard Spil
e2f02690c3 databases/unixODBC: Take ownership 2018-02-13 22:43:25 +00:00
Bernard Spil
d87ce59433 databases/mariadb-connector-odbc: Bugfix update to 3.0.3 2018-02-13 22:36:59 +00:00
Kurt Jaeger
c6e8c07d58 databases/cego: update 2.38.18 -> 2.38.19
- Fix in dbcheck/check065.sql for union sql in view.There must be
  set up aliases for attributes in selection now

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2018-02-13 20:25:50 +00:00
Romain Tartière
f0f341ab9d Update to 0.3.3
Release notes:
https://github.com/voxpupuli/pypuppetdb/releases/tag/v0.3.3

While here, pass maintainership to puppet@

With hat:	puppet
2018-02-13 20:13:16 +00:00
Bernard Spil
b1b5502c10 databases/mariadb102-server: Security update to 10.2.13
- Unbreak OQGraph engine [1]
        (collision in setbit with sys/param.h)

PR:             224089 [1]
Reported by:	jbeich
MFH:		2018Q1
Security:	e3445736-fd01-11e7-ac58-b499baebfeaf
2018-02-13 17:47:50 +00:00
Sunpoet Po-Chuan Hsieh
0102f09aa0 Update to 3.7.3
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2018-02-13 17:02:36 +00:00
Bernard Spil
3b9be6706a databases/mariadb100-server: unbreak OQGraph engine
- Fixes collision in setbit with sys/param.h [1]
 - Add option to add unixODBC and xml feature to CONNECT engine

PR:		224089
Reported by:	jbeich
2018-02-13 16:42:31 +00:00
Bernard Spil
48abcdae87 databases/mariadb101-server: unbreak OQGraph engine
- Fixes collision in setbit with sys/param.h

PR:		224089
Reported by:	jbeich
2018-02-13 16:33:06 +00:00
Antoine Brodin
3ead9740ea mongodb36 fails to build with DEFAULT_VERSIONS=python=3.6 2018-02-12 22:07:03 +00:00
Bernard Spil
e697af4736 databases/mariadb101-server: Mark OQGraph broken 2018-02-12 19:19:16 +00:00
Sunpoet Po-Chuan Hsieh
4e7f0f5541 Update to 3.7.1
Changes:	http://search.cpan.org/dist/DBD-Pg/Changes
2018-02-12 19:03:38 +00:00
Bernard Spil
d2695ce809 databases/mariadb100-server: Security update to 10.0.34
MFH:		2018Q1
Security:	e3445736-fd01-11e7-ac58-b499baebfeaf
2018-02-12 18:37:26 +00:00
Florian Smeets
35a56a6776 Update to 5.5.59-38.11
PR:		225587
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru>
MFH:		2018Q1
Security:	e3445736-fd01-11e7-ac58-b499baebfeaf
2018-02-12 18:31:47 +00:00
Bernard Spil
8624f83c6b databases/mariadb101-server: Security update to 10.1.31
PR:		225758
Reported by:	Pascal Christen <pascal christen hostpoint.ch>
MFH:		2018Q1
Security:	e3445736-fd01-11e7-ac58-b499baebfeaf
2018-02-12 14:45:12 +00:00
Danilo G. Baio
6979ddf75d databases/pspg: Update to 0.9.3
PR:		225823
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-02-12 12:12:01 +00:00
Danilo G. Baio
41c0b2278c databases/adminer: Update to 4.6.1
While here:
  Reorder Makefile.
  Remove <bsd.port.options.mk>, not necessary.

Changes:	https://sourceforge.net/p/adminer/news/2018/02/adminer-461-released/

PR:		225824
Submitted by:	knezour@weboutsourcing.cz
Approved by:	Zsolt Udvari  <uzsolt@uzsolt.hu> (maintainer)
2018-02-12 12:00:17 +00:00
Rene Ladan
465ba07521 Remove two ports that were only for PostgreSQL 9.2:
databases/pg_statsinfo
databases/postgresql-repmgr2

Submitted by:	antoine
2018-02-10 22:59:38 +00:00
Rene Ladan
bd109712b7 databases/postgresql-repmpgr2: use Postgresql 9.3+ and bump PORTREVISION
Submitted by:	antoine
2018-02-10 22:46:10 +00:00
Rene Ladan
305c073e74 databases/pg_statsinfo: use postgresql 9.3+ and bump PORTREVISION
Submitted by:	antoine
2018-02-10 22:43:51 +00:00
Rene Ladan
e2db111506 Removed expired postgresql92 ports. 2018-02-10 22:14:39 +00:00
Rene Ladan
2a60d94fd7 Remove expired ports:
2018-01-01 devel/p5-Parse-Pidl: yes
2018-02-08 devel/rubygem-piston: No longer maintained upstream
2017-04-05 databases/postgresql92-server: PostgreSQL 9.2 support has reached End-of-line. Please upgrade to a later version.
2018-02-10 22:03:15 +00:00
Vanilla I. Shu
09ef9b523b Update to 2.3.5. 2018-02-10 11:13:57 +00:00
Tobias C. Berner
737c1cc56d Rename KDE4 meta ports
This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00
Yuri Victorovich
742d3b85b4 databases/py-sispy: Update to 1.1.0
Changelog:
https://github.com/sis-cmdb/sis-python/releases/tag/v1.1.0

Additional port changes:
* Added missing dependency www/py-requests.
* Removed USE_PYTHON=concurrent (not needed).
* Added NO_ARCH=yes.
* Changed WWW to the github home page.

PR:		224807
Submitted by:	Rick Miller <vmiller@hostileadmin.com>
Approved by:	vmiller@verisign.com (maintainer), tcberner (mentor, implicit)
2018-02-10 09:51:28 +00:00
Tobias C. Berner
932e6dc413 Switch C compiler used to compile GHC to base Clang.
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.

Big thanks to Gleb for working on this.

PR:		225185
Submitted by:	Gleb Popov <6yearold@gmail.com>
Exp-run by:	antoine
Reviewed by:	pgj
Differential Revision:	https://reviews.freebsd.org/D12043
2018-02-10 08:03:22 +00:00
Kurt Jaeger
f402719d42 databases/sqlcipher: update 3.4.1 -> 3.4.2 to fix build with libressl
PR:		223156
MFH:		2018Q1
Changes:	https://github.com/sqlcipher/sqlcipher/blob/master/CHANGELOG.md
Submitted by:	rezny
Approved by:	jharris@widomaker.com (maintainer timeout)
2018-02-10 07:30:01 +00:00
Jimmy Olgeni
1cd5d5ef3f Update databases/elixir-postgrex to version 0.13.5. 2018-02-09 19:04:28 +00:00
Sunpoet Po-Chuan Hsieh
afb1b0cd6b Update to 4.046
Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2018-02-09 14:07:56 +00:00
Sunpoet Po-Chuan Hsieh
2ab5353b6a Update to 2.7.4
Changes:	https://github.com/psycopg/psycopg2/blob/master/NEWS
2018-02-09 14:07:41 +00:00
Jan Beich
028c7077ba devel/icu: drop C++98 compatibility workarounds
Now that both USE_GCC and -CURRENT default to C++14 there's little
reason to complicate maintenance. Revert r449685 to usher consumers
into post-C++11 world.

PR:		222433 222434 222435
2018-02-09 09:12:48 +00:00
Jonathan Anderson
63d67a6d68 Update neo4j to v3.3.2.
While we're here, fix up some variable names to ensure that all of the
scripts work (e.g., /usr/local/etc/rc.d/neo4j).

Approved by:	crees
Differential Revision:	https://reviews.freebsd.org/D14260
2018-02-09 02:40:11 +00:00
Danilo G. Baio
18e481ceca databases/sqlitebrowser: Update to 3.10.1
Changes:	https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.10.1

PR:		225711
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
2018-02-08 20:27:29 +00:00
Dmitry Marakasov
d6c95efd94 Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes

Approved by:	portmgr blanket
2018-02-08 20:18:08 +00:00
Antoine Brodin
8f309e4832 Remove DTRACE from OPTIONS_DEFAULT, causes segmentation fault during build
With hat:	portmgr
2018-02-08 19:58:22 +00:00
Palle Girgensohn
955b7d13bc Update to latest versions of PostgreSQL
2018-02-08 Security Update Release
==================================

The PostgreSQL Global Development Group has released an update to all supported
versions of our database system, including 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.
This release fixes two security issues. This release also fixes issues with
VACUUM, GIN indexes, and hash indexes that could lead to data corruption, as
well as fixes for using parallel queries and logical replication.

All users using the affected versions of PostgreSQL should update as soon as
possible. Please see the notes on "Updating" below for any post-update steps
that may be required.

Please note that PostgreSQL changed its versioning scheme with the release of
version 10.0, so updating to version 10.2 from 10.0 or 10.1 is considered a
minor update.

Security Issues
---------------

Two security vulnerabilities have been fixed by this release:

* CVE-2018-1052: Fix the processing of partition keys containing multiple
expressions
* CVE-2018-1053: Ensure that all temporary files made with "pg_upgrade" are
non-world-readable

Local fixes to the FreeBSD ports
--------------------------------

Inform users about data checksums [1].
Make sure /usr/bin/su is used regardless of PATH settings [2].
Enable DTRACE by default [3].

PR:		214671 [1], 223157 [2], 215028 [3]
Security:	c602c791-0cf4-11e8-a2ec-6cc21735f730
2018-02-08 17:38:36 +00:00
Sunpoet Po-Chuan Hsieh
82143b739d Update to 4.045
Changes:	http://search.cpan.org/dist/DBD-mysql/Changes
2018-02-08 13:00:30 +00:00
Mahdi Mokhtari
1a952ad776 databases/mysql57-server: Fix rc-script ${name}_limits conflict for post-r328331 base
This is port of r461217
2018-02-08 12:45:56 +00:00
Mahdi Mokhtari
733b35d35e databases/mysql57-server: Fix rc-script ${name}_limits conflict for post-r328331 base
This is port of r461217
2018-02-08 12:45:25 +00:00
Mahdi Mokhtari
7f0c31cc65 databases/mysql56-server: Fix rc-script ${name}_limits conflict for post r328331
After r328331 changes in head/etc/rc.subr, having "NO" in mysql_limits
goes into "limits" command params as is.
So this patch substitutes the "NO" appropriately when needed.

PR:		225657
Reported by:	robbak@gmail.com
Reviewed by:	Rainer Hurling <rhurlin@gwdg.de>
Sponsored by:	Netzkommune GmbH
2018-02-08 12:42:42 +00:00
Romain Tartière
bb7d1a2167 Update to 5.1.4
Release notes:
https://puppet.com/docs/puppetdb/5.1/release_notes.html

With hat:	puppet
2018-02-08 10:46:13 +00:00
Matthew Seaman
80769f5857 Update to 7.2.1
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2018-02-08 07:05:14 +00:00
Yuri Victorovich
ca98d073c8 New port: databases/arangodb33: ArangoDB, branch for 3.3.X series, version 3.3.3
Forked from databases/arangodb32.
https://www.arangodb.com/

PR:		224998
Submitted by:	Vlad Galu <dev@dudu.ro>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13831
2018-02-07 21:01:44 +00:00
Sunpoet Po-Chuan Hsieh
c0fde41884 Update to 5.10.2
- Use newly-added ROCKSDB_DISABLE_* environment variables

Changes:	https://github.com/facebook/rocksdb/releases
		https://github.com/facebook/rocksdb/blob/master/HISTORY.md
2018-02-07 20:09:59 +00:00
Mathieu Arnold
43ae39927e Revert that bit.
Pointy hat:	mat
Sponsored by:	Absolight
2018-02-07 17:52:31 +00:00
Mathieu Arnold
d7640e6c92 Note PHP ports that do not build with 7.2.
Sponsored by:	Absolight
2018-02-07 17:46:10 +00:00