aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Track used or drop unused devel/icu dependencyjbeich2016-11-111-1/+2
| | | | | | | | | | This tries to fix discrepancy between $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u $ git grep -lF :devel/icu | sed 's,/Makefile$,,' PR: 214384 Reported by: tijl, stage-qa, readelf(1)
* databases/cego: update 2.31.0 -> 2.31.1pi2016-11-112-4/+4
| | | | | - Fix in CegoBTreeManager::insertBTree, in case of a duplicate exception, a bufferpool leak occured ( buffer is not unfixed ).
* Update databases/elixir-db_connection to version 1.1.0.olgeni2016-11-103-4/+8
|
* Mark as broken on aarch64: fails to link with sbrk.linimon2016-11-104-7/+11
| | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
* Avoid junk pointer when __db_vrfy_datapage() failsmandree2016-11-104-3/+14
| | | | | | | | | | Rather than second-guessing what the __os_free() might be doing and avoiding it, initialize the pointer to NULL, which __os_free() will skip. This should be the safer approach if Oracle ever patches other parts of db 5.3. PR: 210829 Submitted by: Mark Millard
* Chase py-sqlalchemy06 expirationantoine2016-11-091-0/+3
|
* The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.linimon2016-11-091-1/+1
|
* Oops, missed sparc64 definition.linimon2016-11-081-0/+1
|
* Upgrade to 5.2.2matthew2016-11-082-4/+4
| | | | ChangeLog: https://github.com/citusdata/citus/blob/release-5.2/CHANGELOG.md
* Mark as broken on arm64.linimon2016-11-081-0/+1
| | | | Approved by: portmgr (tier-2 blanket)
* databases/p5-DBICx-Sugar: update 0.0001 -> 0.0100pi2016-11-082-3/+4
| | | | | | | PR: 213455 Changes: https://metacpan.org/changes/distribution/DBICx-Sugar Submitted by: Henk van Oers <hvo.pm@xs4all.nl> Approved: bofh (maintainer timeout)
* - Update to 1.001004sunpoet2016-11-072-3/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Class-Cursor-Cached/Changes
* - Update to 3.03sunpoet2016-11-072-8/+10
| | | | | | - Update LICENSE Changes: http://search.cpan.org/dist/DBIx-Admin-TableInfo/Changes
* - Update to 0.20sunpoet2016-11-072-4/+4
| | | | Changes: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes
* - Update *_DEPENDSsunpoet2016-11-061-1/+1
|
* - Update to 1.3.0sunpoet2016-11-062-6/+9
| | | | | Changes: https://github.com/dbcli/pgcli/commits/master Differential Revision: https://reviews.freebsd.org/D8414
* - Update to 1.8.1sunpoet2016-11-062-7/+7
| | | | | | | - Use USES=mysql Changes: https://github.com/dbcli/mycli/blob/master/changelog.md Differential Revision: https://reviews.freebsd.org/D8414
* - Update to 1.6.0sunpoet2016-11-062-4/+6
| | | | | Changes: https://github.com/dbcli/pgspecial/blob/master/changelog.rst Differential Revision: https://reviews.freebsd.org/D8414
* - Update to 0.2.0sunpoet2016-11-062-5/+7
| | | | | | | | | - Add NO_ARCH - Take maintainership Changes: https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG Differential Revision: https://reviews.freebsd.org/D8414 Approved by: wg (maintainer)
* Fix data encryption at rest when building with LibreSSLgrembo2016-11-062-0/+26
| | | | | | | | | | | | | | | | | | | | Replace RAND_SSLeay->bytes with arc4random_buf when using LibreSSL, as it supports RAND_SSLeay only for ABI compatibility [0]. Note that the code in question in mariadb mentions that RAND_bytes isn't guaranteed to not block and therefore uses these functions directly. As LibreSSL implements RAND_bytes in terms of arc4random_buf, which shouldn't block, the patch could also use RAND_bytes instead of using arc4random_buf directly, but the current version of the patch has been tested in production and might be less confusing overall. Bumped revision, as this fixes a runtime problem. [0] https://github.com/libressl/libressl/blob/master/src/crypto/rand/rand_lib.c#L36 PR: 213577 Approved by: ssl blanket
* Update databases/elixir-geo to version 1.2.1.olgeni2016-11-052-4/+4
|
* databases/grass: unbreak build with ffmpeg 3.xjbeich2016-11-042-0/+103
| | | | | | | | | | | | | | | | | | | | lib/ogsf/gsd_img_mpeg.c:41:24: error: 'PIX_FMT_YUV420P' undeclared (first use in this function) #define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */ ^ lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT' c->pix_fmt = STREAM_PIX_FMT; ^ lib/ogsf/gsd_img_mpeg.c:41:24: note: each undeclared identifier is reported only once for each function it appears in #define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */ ^ lib/ogsf/gsd_img_mpeg.c:97:18: note: in expansion of macro 'STREAM_PIX_FMT' c->pix_fmt = STREAM_PIX_FMT; ^ lib/ogsf/gsd_img_mpeg.c:98:24: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first use in this function) if (c->codec_id == CODEC_ID_MPEG2VIDEO) { ^ PR: 207547
* Update to version 1.0demon2016-11-042-5/+5
|
* databases/pymongo: update to 3.3.1wg2016-11-042-3/+4
| | | | Submitted by: demon (via email)
* Force pthreads mutexes on 11+ and aarch64/ARMV6mandree2016-11-041-1/+6
| | | | | | | | | This currently leaves ARMv6 and aarch64 on FreeBSD 9.x and 10.x out in the rain because these will still autoconfigure to only permit private mutexes. PR: 213167 Submitted by: jbeich (IRC)
* databases/memcached: explicitly enable docsswills2016-11-031-0/+1
|
* Pass maintainership of PEAR ports to the submitterjbeich2016-11-0326-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | PR: 214011 214012 214013 214014 214015 214016 214017 PR: 214018 214019 214021 214022 214023 214024 214025 PR: 214026 214027 214028 214029 214030 214031 214032 PR: 214033 214034 214035 214036 214037 214038 214039 PR: 214040 214041 214042 214043 214044 214045 214046 PR: 214047 214048 214049 214050 214051 214052 214053 PR: 214054 214055 214056 214057 214058 214059 214060 PR: 214061 214062 214063 214064 214066 214067 214068 PR: 214071 214072 214073 214074 214075 214076 214077 PR: 214078 214079 214080 214081 214082 214083 214084 PR: 214085 214086 214087 214088 214089 214090 214091 PR: 214092 214093 214094 214095 214096 214097 214098 PR: 214099 214100 214101 214102 214103 214104 214108 PR: 214109 214110 214111 214112 214113 214114 214115 PR: 214116 214117 214118 214119 214120 214121 214122 PR: 214123 214124 214125 214126 214127 214128 214129 PR: 214130 214131 214132 214133 214134 214135 214136 PR: 214137 214138 214139 214140 214141 214142 214143 PR: 214144 214145 214146 214147 214148 214149 214150 PR: 214151 214152 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
* databases/memcached: Update to version 1.4.33swills2016-11-023-23/+10
| | | | | | | | PR: 213416 Submitted by: luca.pizzamiglio@gmail.com (with modifications) MFH: 2016Q4 Relnotes: https://github.com/memcached/memcached/wiki/ReleaseNotes1433 Security: f4bf713f-6ac7-4b76-8980-47bf90c5419f
* databases/py-psycopg2cffi: update to version 2.7.5jrm2016-11-022-3/+8
| | | | | | | | | | Release Notes: https://pypi.python.org/pypi/psycopg2cffi#october-2016 Port changes: Set LICENSE_FILE and strip shared library. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8413
* databases/mariadb55-server: Update to 5.5.53brnrd2016-11-022-4/+4
| | | | | | | - Maintenance release Security: CVE-2016-7440 Security: CVE-2016-5584
* - Update to 2.8.5wen2016-10-312-3/+4
| | | | | | PR: 213368(based on) Submitted by: wen@(myself) Approved by: maintainer(timeout, >14 days)
* Update to 1.9.1gblach2016-10-302-4/+4
|
* Do not redefine DEBUG_DESC when its meaning more or less matches the defaultdanfe2016-10-293-3/+0
| | | | | option description. Those ports where it meant something more specific were left untouched.
* Last update fixed the build for 5.24.mat2016-10-281-7/+1
| | | | Sponsored by: Absolight
* Update PostgreSQL to latest versions.girgen2016-10-2725-58/+58
| | | | | | | | | | | The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, and 9.1.24. This release fixes two issues that can cause data corruption, which are described in more detail below. It also patches a number of other bugs reported over the last three months. The project urges users to apply this update at the next possible downtime.
* Remove obsolete PHP versions checks.mat2016-10-271-1/+1
| | | | Sponsored by: Absolight
* Update databases/elixir-geo to version 1.2.0.olgeni2016-10-272-4/+4
|
* Remove pymongo version 2.8: it was needed only for py-motor 0.6, which wasdemon2016-10-264-30/+0
| | | | updated and uses fresh pymongo port now.
* Update to version 0.7.demon2016-10-262-4/+5
|
* - Update to 0.7.9lwhsu2016-10-262-4/+4
|
* Update WWWdemon2016-10-261-1/+1
| | | | Maintainer timeout (2.5 months)
* Update databases/erlang-couchbeam to version 1.4.1.olgeni2016-10-262-4/+4
|
* Cleanup USE_GITHUB usage.mat2016-10-262-5/+5
| | | | Sponsored by: Absolight
* Now that PHP 5.5 is removed from the Ports Tree, clean up any stalerene2016-10-253-3/+2
| | | | IGNORE_WITH_PHP values (5, 52, 54, 55)
* *_DEFAULT cannot be used in ports Makefiles, they are global variables.mat2016-10-242-2/+2
| | | | | | PHP_VER can be used in phpXX-* ports to make sure they build. Sponsored by: Absolight
* - Mark BROKEN on 9.x:amdmi32016-10-241-1/+5
| | | | | | | | | | | | CMake Error at cmake/ssl.cmake:249 (MESSAGE): Cannot find appropriate system libraries for SSL. Make sure you've specified a supported SSL version. Consult the documentation for WITH_SSL alternatives - Add LICENSE_FILE - Fix openssl dependency, it's not build-time only Approved by: portmgr blanket
* Adopt port with kde@ hat.rakuco2016-10-231-1/+1
|
* Update databases/erlang-couchbeam to version 1.4.0.olgeni2016-10-224-7/+7
|
* Use USES=pathfix where applicable.mat2016-10-2117-92/+22
| | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
* databases/pecl-mongodb: update 1.1.8 -> 1.1.9pi2016-10-212-5/+4
| | | | | - Merge pull request #442 - PHPC-820: Upgrade libbson and libmongoc to 1.3.6
* databases/cassandra-cpp-driver: update to 2.5.0, bump dependentsgahr2016-10-214-16/+5
| | | | https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#250
* ${RM} already has -f.mat2016-10-2121-27/+27
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Update to 5.5.53 release.ale2016-10-212-4/+4
|
* Update to 5.6.34 release.ale2016-10-212-4/+4
|
* Remove expired PHP5.5 ports.rene2016-10-2123-422/+0
|
* Unlink expired PHP5.5 ports.rene2016-10-211-17/+0
|
* Remove expired port:rene2016-10-216-78/+0
| | | | 2016-10-20 databases/php-adodb-ext: Works only with EOL php 5.5
* databases/percona-pam-for-mysql: Fix buildfeld2016-10-212-0/+2
| | | | | | The build was failing on 11 and head due to missing USES=libedit PR: 213643
* Remove non-php55 expired ports:rene2016-10-2110-103/+0
| | | | | | | | | | | | | | | | | | | | | 2016-10-20 misc/jive: Offensive 2016-10-20 devel/pecl-spread: Works only with EOL php 5.5 2016-10-20 devel/pecl-mcve: Works only with EOL php 5.5 2016-10-20 security/pecl-tcpwrap: Works only with EOL php 5.5 2016-10-20 devel/pecl-shape: Works only with EOL php 5.5 2016-10-20 textproc/pecl-enchant: Works only with EOL php 5.5 2016-10-20 databases/pecl-mysqlnd_ms: Works only with EOL php 5.5 2016-10-20 textproc/pecl-html_parse: Works only with EOL php 5.5 2016-10-20 mail/pecl-esmtp: Works only with EOL php 5.5 2016-10-20 net/pecl-cvsclient: Works only with EOL php 5.5 2016-10-20 databases/pecl-mdbtools: Works only with EOL php 5.5 2016-10-20 databases/pecl-mysqlnd_qc: Works only with EOL php 5.5 2016-10-20 devel/pecl-operator: Works only with EOL php 5.5 2016-10-20 devel/pecl-parsekit: Works only with EOL php 5.5 2016-10-20 devel/pecl-hidef: Works only with EOL php 5.5 2016-10-20 devel/pecl-automap: Works only with EOL php 5.5 2016-10-20 devel/pecl-bbcode: Works only with EOL php 5.5 2016-10-20 devel/pecl-bcompiler: Works only with EOL php 5.5
* Reassign makc's ports back to the pool.rakuco2016-10-201-1/+1
| | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far.
* Add new port databases/percona-pam-for-mysqlfeld2016-10-197-8/+64
| | | | | | | | Percona PAM authentication plugin for MySQL. WWW: https://www.percona.com/ Differential Revision: https://reviews.freebsd.org/D8193
* Add Linux CentOS 7 infrastructure ports.tijl2016-10-196-0/+46
| | | | | | | | | | Mk/Uses/linux.mk changes: - Add support for architecture neutral (noarch) distfiles. - Add support for 64-bit only ports: set IGNORE on i386 and don't install 32-bit compat libraries on amd64. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D7886
* Update to 5.6.33-79.0flo2016-10-193-4/+5
|
* Update to 1.0.2girgen2016-10-193-4/+5
| | | | Fix problem with large WHERE clauses or large IN dittos.
* - Update to 0.8.8lwhsu2016-10-182-5/+5
| | | | | | | - Change RUN_DEPENDS to py-sqlalchemy10 [1] PR: 213562 [1] Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
* databases/mariadb101-server: Update to 10.1.18brnrd2016-10-182-4/+4
| | | | - Regular update to 10.1.18
* - Update to 1.9.160630wen2016-10-172-5/+6
| | | | | PR: 213545 Submitted by: cyberbotx@cyberbotx.com(maintainer)
* Update to 1.2.1matthew2016-10-173-6/+6
| | | | Changes: https://github.com/2ndQuadrant/pglogical/compare/REL1_2_1...master
* databases/mysql-connector-c++: Fix unconditional CMAKE_ARGSbofh2016-10-161-3/+3
| | | | | | - Take Maintainership Submitted by: danfe
* databases/mysql-conector-c++: Fix build in 11.0 and later [1]bofh2016-10-164-39/+45
| | | | | | | - Make patches makepatch compatible PR: 213346 [1] Submitted by: supportme@ukr.net [1]
* databases/cassandra-cpp-driver: fix build on power8 (and possibly armv6)gahr2016-10-162-2/+11
| | | | Obtained from: https://github.com/datastax/cpp-driver/commit/f6c8e8e
* - Update pgrouting to 2.3.0madpilot2016-10-158-66/+19
| | | | | PR: 213066 Submitted by: lbartoletti@tuxfamily.org (maintainer)
* New port for Puppetboard 0.2romain2016-10-157-4/+37
| | | | | | | | | | | | | | | | | | Puppetboard depends on pypuppetdb>=0.3, so: - copy databases/py-pypuppetdb to databases/py-pypuppetdb03; - update databases/py-pypuppetdb03 to 0.3.1; - copy www/py-puppetboard to www/py-puppetboard02; - update www/py-puppetboard02 to 0.2.0; - register conflicts between these ports; - take maintainership of new ports. While here: - Update projects account. PR: 211604 [1], 211918 [2] Submitted by: neel@neelc.org [1], romain [2]
* Upgrade to 1.0.2girgen2016-10-152-62/+57
| | | | | | | | For upgrading, see this site: https://docs.influxdata.com/influxdb/v1.0/administration/013_vs_1/ Submitted by: maintainer PR: ports/213464
* - Update to 0.19.0wen2016-10-142-3/+4
|
* - Switch couple more ports to verbose buildamdmi32016-10-131-2/+1
| | | | | | - Remove --disable-silent-rules which are used by default Approved by: portmgr blanket
* Update databases/elixir-timex_ecto to version 3.0.5.olgeni2016-10-132-4/+4
|
* Update databases/elixir-db_connection to version 1.0.0.olgeni2016-10-122-4/+4
|
* Update to 1.4.5.adamw2016-10-112-4/+5
| | | | Changes: https://metacpan.org/changes/distribution/MongoDB
* - Update to version 1.3.8 [1]pawel2016-10-112-5/+5
| | | | | | | - Install doc files only when needed PR: 213171 [1] Submitted by: Neel Chauhan (maintainer) [1]
* - Fix "install" target with ImageMagick disabled.fjoe2016-10-101-7/+3
| | | | | - USES=execinfo - Bump PORTREVISION
* devel/rudiments: 0.55.0 -> 0.56.0pi2016-10-103-15/+19
| | | | | | | databases/sqlrelay: 0.65.0 -> 0.66.0 Changes: http://software.firstworks.com/2016/09/version-0.html http://software.firstworks.com/2016/09/sql-relay-0660-release-announcement.html
* Update to version 3.7.1pawel2016-10-093-10/+5
| | | | | PR: 212890 Submitted by: Jonathan Chen (maintainer)
* devel/nspr, security/nss: drop version from SONAMEjbeich2016-10-091-1/+1
| | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine
* Update to 1.56.adamw2016-10-092-3/+4
| | | | Changes: https://metacpan.org/changes/distribution/DBD-ODBC
* Update to 3.1.0girgen2016-10-082-4/+4
|
* Update to 9.0girgen2016-10-082-3/+4
|
* Mark BROKEN: fails to buildantoine2016-10-081-0/+2
| | | | | | | [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.4.0:exec (concat-NOTICE-files) on project hbase-assembly: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1] Reported by: pkg-fallout MFH: 2016Q4
* databases/libcouchbase: 2.6.2 -> 2.6.3pi2016-10-084-8/+6
| | | | | | | | | | | - WWW changed from https://github.com/couchbase/libcouchbase/ to http://developer.couchbase.com/documentation/server/current/sdk/c/start-using-sdk.html PR: 213040 Changes: https://github.com/couchbase/libcouchbase/blob/master/RELEASE_NOTES.markdown Submitted by: Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer)
* Add LICENSE_GROUPS.mandree2016-10-081-0/+1
| | | | | | Note that the license specifically is NOT copyfree: http://copyfree.org/standard/rejected, see under 'Open Source License for Oracle Berkeley DB'
* Correct license information to Sleepycat.mandree2016-10-081-1/+2
| | | | It's not BSD3CLAUSE but Sleepycat (unknown to the framework).
* Clean up, modernize, add LICENSE.mandree2016-10-081-13/+12
| | | | | | | | The clean up drops an obsolete comment (overcome by a patch), drops the --disable-tcl that is overridden anyhow, and replaces a few .if empty(PORT_OPTIONS:Mfoo) by post-install-FOO-{on|off}: targets. This is to get the port closer to db6.
* Fix packaging with enabled TCL option.mandree2016-10-081-2/+2
| | | | | PR: 213279 Submitted by: osidorkin@gmail.com
* ARM: for mutexes, use machine/atomic.h primitivesmandree2016-10-062-7/+24
| | | | | | | | | | | The previous approach only worked on ARMv7+, this should now permit build and use with environments shared between processes on a wider set of ARM architectures. Bump PORTREVISION. PR: 213223 Submitted by: mikael.urankar@gmail.com
* databases/mysqlbackup: unbreak (fetches fine)marino2016-10-061-5/+2
| | | | | | | | Maybe the renatasystems server was down briefly because this port fetches without any issue now. PR: 213002 Submitted by: maintainer
* Update to 2.033001tj2016-10-063-4/+6
| | | | Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.033001/Changes
* Update to 1.5tj2016-10-062-3/+6
|
* - Add NO_ARCHamdmi32016-10-051-10/+6
| | | | | - Switch to options helpers - Simplify installation
* - Update to 7.2.4.2fjoe2016-10-054-26/+41
| | | | - Fix ownership of installed files
* Update sqlitebrowser to 3.9.1madpilot2016-10-052-4/+4
| | | | | PR: 213174 Submitted by: lbartoletti at tuxfamily.org (maintainer)
* Update to 5.1.40matthew2016-10-042-5/+4
| | | | Changelog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-40.html
* - Use INSTALLS_ICONS=yesfjoe2016-10-041-1/+2
| | | | | | - Bump PORTREVISION PR: 213024
* Update to 2.0.3girgen2016-10-046-12/+16
| | | | | | | | | | | | | Add PG 9.6 compatibility Fix issues in shared memory estimation, which could prevent starting postgres or reduce the amount of possible locks (thanks to Jean-Sébastien BACQ for the report) Add hint of possible reasons pgss.max could not be retrieved, which could prevent starting postgres Make portlint happy
* Bump PORTREVISION for the benefit of ARMv6 users.mandree2016-10-041-0/+1
|
* pg_citus is not compatible with postgresql 9.6.0 -- only 9.5.x works.matthew2016-10-041-1/+1
| | | | For now.
* Avoid POSIX mutexes on armv6* and aarch64.mandree2016-10-041-3/+3
| | | | | | db6 switched from the stpb-based mutexes that db5 used to ldrex/strex. PR: 213167 (related)
* - Update to 3.14.1amdmi32016-10-042-4/+7
| | | | - Add tests support
* Update databases/pear-Horde_Mongo to 1.1.0mm2016-10-042-3/+4
|
* Remove expired/expiring ports:rene2016-10-0434-3121/+0
| | | | | | | 2016-10-01 databases/postgresql91-client: End-of-life is near 2016-10-08 databases/postgresql91-pgtcl: Depends on expired PostgreSQL 9.1 2016-10-01 databases/postgresql91-server: End-of-life is near 2016-10-08 databases/postgresql-pllua: Depends on expired PostgreSQL 9.1
* databases/p5-DBD-mysql: 4.036 -> 4.037pi2016-10-032-4/+4
| | | | | | | | | | | Security release to patch possible buffer overflow in prepared statements. Reported and fixed by Pali Rohar. This vulnerability is present in all releases at least back to versions 3.0 of the driver, which were released in 2005. Security: CVE-2016-1246 Changes: http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.037/Changes MFH: 2016Q3
* Update databases/elixir-postgrex to version 0.12.1.olgeni2016-10-022-4/+4
|
* Deprecate: depends on expired PostgreSQL 9.1antoine2016-10-021-0/+3
|
* Remove expired ports:rene2016-10-023-77/+0
| | | | | | 2016-10-01 databases/postgresql91-pltcl: End-of-life is near 2016-10-01 databases/postgresql91-docs: End-of-life is near 2016-10-02 www/mediawiki125: EOL upstream
* databases/mariadb101: Fix stage-QA for clientmarino2016-10-021-7/+6
| | | | | | | | | | | | | | | | THere were 5 new programs built and installed by both the client and the server. This is not a unique case. Previously they were allocated to the client and removed by the post-install target of the server. In this case, they've already been allocated to the server, so we need a new post-install target for the client to remove them from the stage directory so stage-QA checks pass. While here, remove the now-unnecessary DragonFly configure argument and change the backtick in a comment to an apostrophe to avoid the makefile being interpreted as a shell script by some editors. Also remove redundant forward slashes on the server post-install target. Approved by: just-fix-it
* databases/mariadb101: Fix OPSYS logicmarino2016-10-021-4/+6
| | | | | | The intent was to check for GSSAPI BASE option set on FreeBSD 9, but the effect was an IGNORE set for all non-FreeBSD platforms. Fix the logic to its original intent under the just-fix-it blanket.
* Update to 0.28, and add LICENSE and NO_ARCH.adamw2016-10-023-4/+14
| | | | Changes: Who knows? Upstream hasn't updated Changes in 5 years.
* Remove support for expired PostgreSQL 9.1antoine2016-10-015-8/+10
|
* Deprecate: depends on expired PostgreSQL 9.1antoine2016-10-011-0/+3
|
* powa-archivist requires PostgreSQL 9.4 or greatergirgen2016-10-011-1/+1
|
* Modify postgresql9[2-5]-docs to include postgresql96-docs/Makefileantoine2016-10-015-6/+45
| | | | instead of expired postgresql91-docs/Makefile
* Modify postgresql9[2-5]-pltcl to include postgresql96-pltcl/Makefileantoine2016-10-015-6/+30
| | | | instead of expired postgresql91-pltcl/Makefile
* Restore databases/postgresql91-client for now to unbreak INDEXrene2016-10-012-0/+20
| | | | | | | Mk/Uses/pgsql.mk needs to be adjusted too. Submitted by: portsnap buildbox Pointyhat: rene
* Remove expired ports:rene2016-10-016-87/+0
| | | | | | | | 2016-10-01 www/node010: Upstream has placed 0.10.x in maintenance mode, see https://github.com/nodejs/LTS 2016-10-01 databases/postgresql91-contrib: End-of-life is near 2016-10-01 databases/postgresql91-client: End-of-life is near 2016-10-01 databases/postgresql91-plpython: End-of-life is near 2016-10-01 databases/postgresql91-plperl: End-of-life is near
* Chase php 5.5 expiration dateantoine2016-10-014-0/+12
|
* databases/sqlitebrowser: update to 3.9.0rm2016-10-015-31/+29
| | | | | | | | | - update to 3.9.0 - update maintainer's email - pet portlint PR: 212395 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
* databases/sqlitebrowser-qt5: fix typorm2016-10-011-1/+1
| | | | Approved by: portmgr (blanket)
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-012-3/+2
| | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to 2.0matthew2016-10-016-50/+46
| | | | | | - Account for different username between postgresql 9.5 (postgres) or earlier versions (pgsql) - Regenerate patches by 'make makepatch'
* Add a suite of real time metrics tools for PostgreSQLgirgen2016-09-3015-0/+176
| | | | | | | | The PostgreSQL Workload Analyzer is performance tool for PostgreSQL 9.4 and later, allowing to collect, aggregate and purge statistics on a PostgreSQL instance from various sources. It is implemented as a background worker. pg_qualstats, providing data about predicates, i.e. where clauses
* Update Rails 4 from 4.2.6 to 4.2.7.1tz2016-09-294-6/+8
| | | | | | | Security: CVE-2016-6316 Security: CVE-2016-6317 Approved by: swills (mentor)
* databases/rubygem-globalid: Update from 0.3.6 to 0.3.7tz2016-09-292-3/+4
| | | | | | Changes: verify instances of SignedGlobalID when locating them Approved by: swills (mentor)
* PostgreSQL 9.6, the latest version of the world's leading open sourcegirgen2016-09-293-4/+6
| | | | | | | | | database, was released today by the PostgreSQL Global Development Group. This release will allow users to both scale up and scale out high performance database workloads. New features include parallel query, synchronous replication improvements, phrase search, and improvements to performance and usability, as well as many more features.
* - Update to 1.6.9.9vg2016-09-292-4/+4
|
* Update to 0.7.4antoine2016-09-292-7/+12
| | | | | PR: 213050 Submitted by: maintainer
* You cannot, ever, set DEFAULT_VERSIONS in a port.mat2016-09-281-2/+0
| | | | Sponsored by: Absolight
* Upgrade from 3.2.3 to 3.2.4.osa2016-09-284-9/+8
| | | | ChangeLog: https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES
* - Update devel/doxygen to 1.8.12antoine2016-09-282-5/+5
| | | | | | - Adjust plist of ports depending on it PR: 212869
* Change upstream from Google code to Githubskreuzer2016-09-262-4/+6
| | | | | PR: 212885 Submitted by: Andres Montalban <amontalban@gmail.com>
* databases/riak: fix riak-admin command functionalityrobak2016-09-242-8/+9
| | | | | | | | | | * Fis issues around riak-admin functionality in env.sh script * Adjust COMMENT * Bump PORTREVISION PR: 212864 Submitted by: rm MFH: 2016Q3
* - Update devel/icu to 57.1.tijl2016-09-247-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)
* Update email address to jrm@FreeBSD.org for ports that I maintainjrm2016-09-241-2/+1
| | | | | | Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D7995
* lang/php56: Update from 5.6.25 to 5.6.26tz2016-09-2316-16/+0
| | | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7411 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: swills (mentor)
* Remove the now pointless pkg-message, forgotten in previous commit.matthew2016-09-221-6/+0
|
* pglogical: update to 1.2.0matthew2016-09-2211-104/+15
| | | | | | | | | | | | pglogical-output: delete; merged into databases/pglogical The databases/pglogical and databases/pglogical-output ports have been merged into one codebase upstream, and database/pglogical now installs the pglogical-output.so module. pkg(8) should handle the merger correctly; portmaster(1), portupgrade(1) users are advised to manually delete pglogical-output before upgrading.
* New port: databases/pgmodelerrakuco2016-09-228-0/+345
| | | | | | | | | | | | | pgModeler - PostgreSQL Database Modeler - is an open source data modeling tool designed for PostgreSQL. No more DDL commands written by hand let pgModeler do the job for you! This software reunites the concepts of entity-relationship diagrams and the features that PostgreSQL implements as extensions of SQL standards. WWW: http://pgmodeler.com.br/ PR: 203204 Submitted by: lbartoletti@tuxfamily.org
* lang/php70: Update from 7.0.10 to 7.0.11tz2016-09-2113-13/+0
| | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: pi (mentor)
* We should tell initdb which user we want as DBAgirgen2016-09-212-2/+2
|
* - Update to 5.0.2wen2016-09-202-4/+4
|
* Fix cut-and-paste typo.linimon2016-09-191-1/+1
| | | | Reported by: maintainer
* - Update to 1.4.2vg2016-09-192-4/+4
| | | | | | | | | | | | | - Allow fragmented pipeline requests. - Allow multispace delim in native proto - MATCH with slashes - Linestring nearby search correction - Allow for nginx support - Reset requirepass - Added "BOUNDS key" command PR: ports/212800 Submitted by: olevole@olevole.ru (maintainer)
* databases/ruby-bdb: fix rdoc parse issueswills2016-09-192-1/+31
| | | | While here, fix a stage permission issue with the docs
* Mark broken on sparc64.linimon2016-09-181-0/+1
| | | | Approved by: portmgr (tier-2 blanket)
* Mark as broken on armv6 and mips.linimon2016-09-181-0/+3
|
* - Switch to options helpersamdmi32016-09-181-3/+8
| | | | - Silence stripping
* Update to upstream version 5.7.15; fixes zero-day remote vuln CVE-2016-6662riggs2016-09-169-41/+50
| | | | | | | PR: 212690 Submitted by: mokhi64@gmail.com (maintainer) MFH: 2016Q3 Security: CVE 2016-6662
* Update to 5.5.52 release.ale2016-09-162-4/+4
|
* Update to 5.6.33 release.ale2016-09-162-4/+4
|
* Fix some more shebangscrees2016-09-151-0/+3
| | | | Submitted by: Amanda Strnad <amstrnad@gmail.com>
* Update databases/elixir-geo to version 1.1.2.olgeni2016-09-152-4/+4
|
* Unmark broken on powerpc64swills2016-09-1532-64/+0
| | | | These ports built successfully
* Release some of my ports back to the heapmarino2016-09-151-1/+1
|
* GOOGLE_CODE has gone away.mat2016-09-1410-3/+17
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* - Add LICENSEamdmi32016-09-141-3/+11
| | | | | - Add NO_ARCH - Switch to options helpers
* databases/mariadb55-server: Upgrade to 5.5.52brnrd2016-09-142-4/+4
| | | | - Upstream bugfix update
* Add new port databases/sqlitebrowser-qt5 as slaveport of databases/sqlitebrowsertcberner2016-09-143-3/+24
| | | | | | | | | | Add a new port databases/sqlitebrowser-qt5 as slaveport of the existing databases/sqlitebrowser. PR: 211217 Reviewed by: mat Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7253
* databases/mysql-connector-c: Fix build for non-base SSL, support LibreSSLmarino2016-09-143-11/+35
| | | | | | | Also, SSL is only a build requirement. While here, prevent extract shared libraries from building on DragonFly. Approved by: SSL blanket
* Update to 5.5.51-38.1flo2016-09-132-9/+5
| | | | | Security: https://www.percona.com/blog/2016/09/12/percona-server-critical-update-cve-2016-6662/ MFH: 2016Q3
* databass/mysql57-server: Fix configuration of non-base SSL on all platformsmarino2016-09-121-10/+4
| | | | | | | This simplifies the logic involved. Now the port will present as BROKEN if it's built on FreeBSD 9 using the base SSL library. Approved by: SSL blanket
* - Update to 2.30wen2016-09-122-4/+4
| | | | Changes: http://cpansearch.perl.org/src/SRI/Mojo-Pg-2.30/Changes
* - Update to 4.036wen2016-09-123-5/+4
| | | | Changes: http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.036/Changes
* - Update to 6.4.6wen2016-09-113-4/+6
|
* update to 3.1.0trociny2016-09-112-3/+4
|
* - Fix LICENSEamdmi32016-09-112-25/+25
| | | | | | - Add LICENSE_FILE - Switch to options helpers - Simplify installation
* databases/cego: 2.30.26 -> 2.31.0pi2016-09-102-4/+4
| | | | | | | - Added database flag DUPLICATENULL to allow duplicate null values for unique btree objects Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* - Update to 0.5-1tota2016-09-102-4/+4
|
* databases/sqlcipher: Add CFLAGS and LDFLAGS for USES=sslmarino2016-09-101-2/+3
| | | | Approved by: SSL blanket
* databases/pecl-mongodb: USES+= sslmarino2016-09-101-1/+1
| | | | Approved by: SSL blanket
* Most commonly used build systems support silent builds, when theyamdmi32016-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534
* Horde package update:mm2016-09-084-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/pear-Horde_Alarm 2.2.7 -> 2.2.8 devel/pear-Horde_Cache 2.5.3 -> 2.5.4 devel/pear-Horde_Core 2.25.0 -> 2.26.1 security/pear-Horde_Crypt_Blowfish 1.1.1 -> 1.1.2 databases/pear-Horde_Db 2.3.2 -> 2.3.3 www/pear-Horde_Form 2.0.14 -> 2.0.15 databases/pear-Horde_HashTable 1.2.5 -> 1.2.6 mail/pear-Horde_Imap_Client 2.29.8 -> 2.29.9 devel/pear-Horde_Lock 2.1.3 -> 2.1.4 mail/pear-Horde_Mime 2.10.0 -> 2.10.1 mail/pear-Horde_Mime_Viewer 2.2.0 -> 2.2.1 devel/pear-Horde_Prefs 2.7.6 -> 2.8.0 devel/pear-Horde_Queue 1.1.3 -> 1.1.4 devel/pear-Horde_Rdo 2.0.5 -> 2.1.0 www/pear-Horde_SessionHandler 2.2.7 -> 2.2.8 security/pear-Horde_Share 2.1.0 -> 2.1.1 textproc/pear-Horde_Text_Filter 2.3.4 -> 2.3.5 www/horde-base 5.2.11 -> 5.2.12 mail/horde-imp 6.2.15 -> 6.2.16 mail/horde-ingo 3.2.11 -> 3.2.12 deskutils/horde-kronolith 4.2.17 -> 4.2.18 deskutils/horde-nag 4.2.10 -> 4.2.11 mail/horde-turba 4.2.15 -> 4.2.16 mail/horde-webmail 5.2.15 -> 5.2.16 deskutils/horde-groupware 5.2.15 -> 5.2.16
* Update to 1.9.0gblach2016-09-082-3/+4
|
* - Add LICENSE_FILEamdmi32016-09-081-26/+16
| | | | | - Switch to options helpers - Bump PORTREVISION for x11-toolkits/scintilla library change
* Update databases/elixir-ecto to version 2.0.5.olgeni2016-09-072-4/+4
|
* Upgrade to 5.2.1matthew2016-09-072-4/+4
| | | | ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
* databases/mtools-mongodb: Update to version 1.2.1.bsam2016-09-072-3/+4
|
* - Switch to options helpersamdmi32016-09-072-10/+12
| | | | - Regenerate patches with `make makepatch`
* Fix plist problem for postgresql-9.6 [1]girgen2016-09-073-4/+6
| | | | | | | Fix spelling while here [2] Pointed out by: matthew [1], bcr [2] Pointy hat to: girgen
* - Switch to USES=zip:infozip to fix extraction problem on recent currentamdmi32016-09-071-0/+1
| | | | | PR: 212311 Submitted by: rhurlin@gwdg.de (maintainer)
* - Update to 1.6.8.767vg2016-09-062-4/+4
|
* - Update 1.6.8.741vg2016-09-062-5/+5
| | | | - Updated MASTER_SITE
* Update databases/elixir-postgrex to version 0.12.0.olgeni2016-09-063-4/+8
|
* Chase update of Poppler after revision r421386olivierd2016-09-061-1/+1
|
* - Update to 5.20.6amdmi32016-09-062-14/+14
| | | | | | | - While here, some minor cosmetic fixes PR: 212342 Submitted by: dem.procopiou@gmail.com (maintainer)
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-064-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
* Fix broken package name for PostgreSQL 9.6 RC1girgen2016-09-054-4/+3
| | | | Fix bad pkg-plist for postgresql 9.6 server
* Add PostgreSQL-9.6 RC1girgen2016-09-0536-1/+2751
| | | | | | | Please read the entry from 20160905 in UPDATING: daemon user has changed to `postgres' ICU is default on
* - Convert to USES=localbase, fixing build (it mixes up bundled and system ↵amdmi32016-09-041-4/+3
| | | | | | | | sqlite headers) - While here, verbosify build Approved by: portmgr blanket
* - Update to 2.13wen2016-09-042-4/+5
| | | | | | | Changes: http://cpansearch.perl.org/src/BIGPRESH/Dancer-Plugin-Database-2.13/Changes PR: 211831 Submitted by: hvo.pm@xs4all.nl
* - Update to 2.17wen2016-09-042-4/+5
| | | | | | | Changes: http://cpansearch.perl.org/src/BIGPRESH/Dancer2-Plugin-Database-2.17/Changes PR: 211830 Submitted by: hvo.pm@xs4all.nl
* databases/mysqltuner: 1.6.0 -> 1.6.18pi2016-09-042-3/+4
| | | | | | | | | - Galera metrics - System metrics - Better thread pool metrics - InnoDB 5.7 innodb_buffer_pool_chunk_size checks - Bugs fixes on CVE detection - Bug fixes on error message displayed for some versions
* New port: databases/libcouchbasepi2016-09-036-0/+143
| | | | | | | | | | | This is the C client library for Couchbase. It communicates with the cluster and speaks the relevant protocols necessary to connect to the cluster and execute data operations. https://github.com/couchbase/libcouchbase/ PR: 205377 Submitted by: gebhart@secnetix.de, Sergey Avseyev <sergey.avseyev@gmail.com>
* Readd missed newline.crees2016-09-021-1/+2
|
* Update databases/libiodbc to 3.52.12tcberner2016-09-013-9/+13
| | | | | | | While doing so, make qa.sh happy by adding some GTK2-deps. Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7728
* databases/mariadb101-server: Update to 10.1.17brnrd2016-09-013-5/+5
| | | | | - Update to 10.1.17 - Remove no-op cmake flag for -client
* Remove reference to internal variable.crees2016-08-311-2/+1
| | | | No change in functionality.
* Update to 5.5.51 release.ale2016-08-312-4/+4
|
* Update to 5.6.32 release.ale2016-08-313-3/+5
|
* lang/php56: Update from 5.6.24 to 5.6.25tz2016-08-3016-16/+16
| | | | | | PR: 212183 Submitted by: Kurt Jaeger <pi@FreeBSD.org> Approved by: pi (mentor)
* databases/p5-Dancer-Plugin-Database-Core: 0.14 -> 0.16pi2016-08-302-3/+4
| | | | | | | | | | - Fix bug introduced in 0.15's refactoring which stopped empty where clauses (e.g. $where => {}) working - factor code for Dancer::Plugin::SimpleCRUD (joshrabinowitz) PR: 211829 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> Approved by: sunpoet (maintainer timeout)
* databases/mariadb100-server: Update to 10.0.27brnrd2016-08-302-6/+5
| | | | | - Update to 10.0.27 - Move from USE_OPENSSL to USES= ssl
* databases/cassandra-cpp-driver: update to 2.4.3gahr2016-08-293-26/+5
| | | | Changelog: https://github.com/datastax/cpp-driver/blob/master/CHANGELOG.md#243
* Update to 5.6.32-78.0flo2016-08-272-4/+4
| | | | | PR: 212169 Submitted by: Thomas Babut
* - Convert to USES=mysql sqlitepawel2016-08-261-2/+5
| | | | - Add LICENSE info
* Update databases/elixir-timex_ecto to version 3.0.4.olgeni2016-08-253-6/+9
|
* Neo4j is the world's leading Graph Database. It is a high performance graphcrees2016-08-259-0/+235
| | | | | | | | | | | store with all the features expected of a mature and robust database, like a friendly query language and ACID transactions. The programmer works with a flexible network structure of nodes and relationships rather than static tables yet enjoys all the benefits of enterprise-quality database. For many applications, Neo4j offers orders of magnitude performance benefits compared to relational DBs. WWW: https://neo4j.com
* databases/mysql57-server: Fix build with LibreSSLbrnrd2016-08-253-2/+32
| | | | | | | | | | | - Fix building when OPENSSL_VERSION_NUMBER == 2 - Switch USE_OPENSSL to USES= ssl PR: 211770 Submitted by: Markus Kohlmeyer <rootservice@gmail.com> Reported by: Markus Kohlmeyer <rootservice@gmail.com> Approved by: Mahdi Mokhtari <mokhi64@gmail.com> MFH: 2016Q3
* databases/speedtables: update to 1.10.1gahr2016-08-242-4/+4
| | | | Release notes: https://github.com/flightaware/speedtables/releases/tag/v1.10.1
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-243-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* Update to version 3.14.1pawel2016-08-242-4/+4
| | | | | PR: 211725 Submitted by: Pavel Volkov (maintainer)
* - Update to version 3.14.1pawel2016-08-242-7/+14
| | | | | | | - Add UNKNOWN_SQL option PR: 211724 Submitted by: Pavel Volkov (maintainer)
* databases/py-sqlalchemy10: 1.0.13 -> 1.0.14pi2016-08-242-4/+4
| | | | | | PR: 212063 Changes: http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.14 Approved by: m.tsatsenko@gmail.com (maintainer)
* - Update to 5.0.1wen2016-08-232-3/+4
|
* Fix staging as a regular user.mat2016-08-231-0/+1
| | | | | | COPYTREE_SHARE installs as 444, which may be a mistake. Sponsored by: Absolight
* databases/cego: 2.30.24 -> 2.30.26pi2016-08-222-4/+4
| | | | | | | | | | | | | | - Fix in CegoFunction::evalFieldValue, for functions date2str, date2int, int2date, type casting to appropriate type has been added. Without the cast, the functions might return wrong results - Adaptions for CegoBlowTab to use CegoNet API - Completion for blob methods in CegoNet - Improved flow control in CegoClient ( based on ncurses ) - Optimization in CegoClient, just high level CegoNet API methods are used now for client implementation. Missing methods have been added to CegoNet API Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* databases/tsearch_extras: replace GH_TUPLE with GH_ACCOUNTrm2016-08-211-1/+1
| | | | | | Because GH_ACCOUNT is sufficient in this case. Reported by: mat
* Update to version 5.2.0matthew2016-08-193-7/+24
| | | | | | | Note: this release drops support for postgresql-9.4.x: postgresql-9.5.x or above is now mandatory. ChangeLog: https://github.com/citusdata/citus/blob/v5.2.0/CHANGELOG.md
* Install the .sql files for release 1.1.2 -- this is missing from thematthew2016-08-193-1/+32
| | | | | | | | | | release tarball, but has been fixed in upstream's Github. Add pglogical_dump, pglogical_origin--1.0.0.sql and pglogical_origin.control conditionally on the postgresql version -- these are only compiled and installed with postgresql-9.4.x Submitted by: Anderson Neves <anderson.ufal@gmail.com>
* Update databases/elixir-db_connection to version 1.0.0.r.5.olgeni2016-08-192-4/+4
|
* - Update to 3.2.9amdmi32016-08-182-4/+4
| | | | | | PR: 211392 Submitted by: eric@camachat.org Approved by: maintainer timeout (brendan+freebsd@bbqsrc.net, 3 weeks)
* - Update to version 2.5.6 [1]pawel2016-08-1811-33/+33
| | | | | | | | | - Add CPE and libedit support [1] - Use @preunexec instead of the deprecated @unexec in pkg-plist [1] - Regenerate patches with make makepatch PR: 211387 [1] Submitted by: luca.pizzamiglio@gmail.com [1]
* - Update to 2.3.5amdmi32016-08-182-3/+4
| | | | | | PR: 211377 Submitted by: tbabut@mobileobjects.de Approved by: maintainer timeout (aleksandr.kuzminsky@percona.com, 3 weeks)
* EXPIRED_DATE -> EXPIRATION_DATEfeld2016-08-181-1/+1
|
* Update to version 2.3.4pawel2016-08-183-6/+7
| | | | | | PR: 211429 Submitted by: pfg Approved by: maintainer timeout
* - UPdate to version 3.2.2 [1]pawel2016-08-185-45/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=mysql - Use options helpers - Regenerate patch with make makepatch 3.2.2, 2015.03.18 (r2780) o The DBDriver::operator= would leak a live connection if you assigned a disconnected DBDriver to it. Patch by Quentin Armitage. o Plugged a potential DBDriver instance leak in Connection ctor. Patch by Yury Alekseev. o Explicitly #including algorithm.h in examples/multiquery.cpp for std::max(). o Added missing "break;" statements in Transaction ctor taking an isolation level parameter, which caused only the last one to do the right thing. Problem noticed by Tony Whyman, fix by me. o The bootstrap script now checks for the existence of needed build tools before trying to use them. This lets us emit a clearer error message than the shell will. Original patch by Adrian Cornish. o Fixed a build problem related to std::min/max with Visual C++ 2013 due to a change in the definitions provided by its header files. o Tracked several changes made to Connector/C made since 3.2.1. o Assorted documentation updates. o Generating HTML with UTF-8 encoding, not 8859-1 3.2.1, 2013.12.10 (r2756) o Connection copy ctor wasn't copying the "throw exceptions" flag. The copy always had exceptions enabled. o The resetdb example would print a bogus message about logging in as '1'@'1' instead of showing the actual values passed on the command line. This did not affect how it actually logged in. o Previous release tarball was missing a few text files present in the source repository. o Updated build paths for VC++ and MinGW to track a file layout change in Connector/C 6.1.2. 3.2.0, 2013.06.20 (r2747) o References to MySQL 5.1 have been replaced with 5.6, that being the current GA release. o All Windows builds now assume you're using Connector/C 6.1 instead of having installed the MySQL server on your machine just to get development files. If you are running a MySQL server on your development machine and don't want to install Connector/C just to make MySQL++ happy, see the README-*.txt file for your platform to get instructions on fixing the paths so the build system finds the development files under the MySQL server directory. o The generated VC++ 2008 project files now assume you want 64-bit executables. (It is 2013 now, after all.) Since the VC++ 2005 project files continue to be configured for 32-bit builds, the easiest way to get a 32-bit project in VC++ 2008+ is to import the VC++ *2005* project files, rather than adjust the build target settings of all 44 vc2008/*.vcproj files within the IDE. o Added Query::replacefrom(): like insertfrom() but it uses REPLACE statements instead of INSERT. Patch by Adrian Cornish. o Added support for SQL "unsigned float" columns. Patch by Leonardo Lang. o Added "abicheck" top-level build target, which runs the ISPRAS ABI checker tool (http://goo.gl/e19lD) against a predecided "ABI-stable" version of MySQL++, comparing it against the current version. This should help avoid future unplanned ABI breakages, as happened between 3.0.9 and 3.1.0. We have chosen not to revert those changes that broke the ABI, but instead have chosen to accept the 3.1.0 ABI as the new stable ABI for the rest of the 3.x series. Running the ABI checker is now part of the release process, so we should not change the ABI again until 4.0! o The Query::insert() and replace() overloads that take a pair of iterators now work with containers that only provide forward iterators. Idea by Adrian Cornish. o Using libtool again on Autotools systems. It gives us relocatable libraries, which is needed in some linking situations. Patch by Adrian Cornish. o VC++ release builds now have optimization enabled. This might also affect other toolchains that create separate Debug and Release builds, if Bakefile obeys the directive for those systems. (Such as, perhaps, Xcode.) Initial patch by Matthew Bradbury. o Fixed a crash in CommandLine mechanism when the usage message is called up for programs that have no "extra" parameter and corresponding usage appendage. Initial patch by "Crazy Pete". o Query::storein() now tolerates empty result sets, due either to DBMS failure or passing a query that never returns results, such as INSERT. o Exposed DBDriver::result_empty() as Query::result_empty(). We did this primarily because it was needed as a helper for the previous fix, but it could also be useful more broadly. o Added -Wextra to the pedantic build flags. o Fixed the "escape" manipulator so it will work with Null<> wrapped types. Patch by "Kemet". o ssqls2parse now depends on libmysqlpp. (It wasn't getting relinked when you changed the library.) o The configure script's test for the existence of mysql_ssl_set() got broken by a change in the mysql_loc.m4 test, causing it to always return "no" even if the platform's MySQL C API library did have the function. Therefore, the SslOption could never be set. Fixes this bug: stackoverflow.com/questions/7794408 o Fixed a missing a "buried headers" ifdef wrapper for type_info.cpp. Patch provided by Xavier Richez. o We now export the DBDriver class from the MySQL++ DLL when building on Windows. Client programs can now access it directly, instead of being able to access only the fields and members exposed through Connection and Query. Fix suggested by Xavier Richez. o MinGW builds no longer require that you manually create an import library for the MySQL C API DLL from a .def file we provide, which would inevitably get outdated. We can now link directly to the DLL, and rely on the MinGW linker to figure out the imports. o Split the -l flags out of LDFLAGS in the userman's example Makefiles. They're now in LDLIBS, which causes them to be put after -o $(EXE) by the default GNU make rules, where they should be. o Assorted documentation and build system improvements. o Assorted fixes for newer GCCs. PR: 211431 [1] Submitted by: Anon <tfaykpgl@sharklasers.com> [1] Approved by: maintainer timeout
* Switch download site away from GitHub to quiet portscoutmatthew2016-08-172-7/+5
| | | | | PR: 2119329 Submitted by: martin@waschbuesch.de (maintainer)
* Fix build -- the shebang files have been removed[1].matthew2016-08-171-7/+3
| | | | | | Placate portlint Reported by: Walter Schwarzenfeld [1]
* Security update to 4.6.4matthew2016-08-172-4/+4
| | | | | | | | | | This includes 26 security advisories of various severities up to 'critical', as well as bug-fix updates. ChangeLog: https://www.phpmyadmin.net/files/4.6.4/ MFH: 2016Q3 Security: ef70b201-645d-11e6-9cdc-6805ca0b3d42
* - Update to 0.5tota2016-08-172-3/+4
|
* databases/postgresql-repmgr: Update version 3.1.4=>3.1.5bofh2016-08-172-4/+4
| | | | | PR: 211863 Submitted by: olgeni
* - Drop deprecated WX_UNICODE and unneeded LDFLAGSamdmi32016-08-171-4/+1
|
* Fix pkg-plist and handling the sample filematthew2016-08-162-3/+2
| | | | | Pointy-hat to: me Submitted by: mat
* This project provides comprehensive monitoring of PostgreSQL servers using amatthew2016-08-167-0/+65
| | | | | | | | | | | | | | natively compiled Zabbix agent module, written in C. The module enables discovery and monitoring of tablespaces, databases, namespaces, tables, indexes, etc. A preconfigured Zabbix Template is also included for your convenience. WWW: http://cavaliercoder.com/libzbxpgsql/ PR: 211844 Submitted by: Martin Waschbuesch <martin@waschbuesch.de>
* Update to version 2.2.4pawel2016-08-164-31/+12
| | | | | PR: 211779 Submitted by: maintainer
* Update databases/c3p0 to version 0.9.5.2.olgeni2016-08-162-3/+4
|
* Update to 1.3.0trociny2016-08-153-48/+34
|
* - Add LICENSEamdmi32016-08-133-9/+8
| | | | | - Switch to options helpers - Regenerate patches with `make makepatch`
* databases/py-mysql-connector-python2: Update version 2.1.3=>2.2.0bofh2016-08-132-3/+4
|
* databases/pxlib: Update version 0.6.6=>0.6.7bofh2016-08-133-5/+5
|
* - Update to 5.20.5wen2016-08-123-6/+5
| | | | | | | - Pass maintainership to submitter PR: 211759 Submitted by: dem.procopiou@gmail.com
* Update to version 0.130pawel2016-08-123-5/+9
| | | | | | | | | | | | | | | | | Changelog: ENHANCEMENTS Add MediaMessage result class BUG FIXES Fix problems reported by new DBIx::Class SanityChecker Simplify DBIC/SQLT dependency config to fix travis 5.24 dep problems Disregard password for reset token checksum in case it isn't yet defined Add YAML to build dependencies for the sake of Schema::Config TESTS Add coverage testing to Travis configuration file PR: 211647 Submitted by: Henk van Oers (maintainer)
* databases/mariadb55-server: Update to 5.5.51brnrd2016-08-122-6/+5
| | | | | - Update to latest version 5.5.51 - Move from USE_OPENSSL to USES= ssl