summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mysql80-{client, server}: Update to latest release 8.0.17Mahdi Mokhtari2019-09-1920-108/+94
| | | | | | | | | | | | | | This update includes security fixes on issues that are mentioned on upstream critical patch report. Further info: https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html#AppendixMSQL Delete upstream-merged patches Change other local-patches according upstream changes PR: 239272 Reported by: Markus Kohlmeyer <rootservice@gmail.com> Sponsored by: EuroBSDCon 2019 DevSummit
* Remove expired ports:Rene Ladan2019-09-1924-929/+0
| | | | | | | | 2019-09-15 databases/postgresql-plruby: Abandonware 2019-09-15 databases/tablelog: Abandonware 2019-09-15 databases/skytools: Abandonware Event: EuroBSDCon 2019 developer summit
* databases/mariadb*-server: Spell post-install-GSSAPI_NONE-off correctlyTobias Kortkamp2019-09-193-3/+3
|
* Fix PKGBASE collisionsAntoine Brodin2019-09-181-1/+1
|
* databases/pspg: fix build on GCC architecturesPiotr Kubaj2019-09-181-1/+2
| | | | | | | | | | Use new GCC: src/pspg.c: In function 'main': src/pspg.c:2743: error: '__SIZEOF_WCHAR_T__' undeclared (first use in this function) src/pspg.c:2743: error: (Each undeclared identifier is reported only once src/pspg.c:2743: error: for each function it appears in.) Approved by: mentors (implicit approval)
* remove first Line from MakefileJochen Neumeister2019-09-181-1/+0
| | | | sss
* Add phpmyadmin-devel to the ports-treeJochen Neumeister2019-09-187-0/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Welcome to the first public alpha of phpMyAdmin 5.0.0. This release features a great number of new features and bug fixes. With this release, we are removing support of old PHP versions (5.5, 5.6, 7.0, and HHVM). These versions are outdated and are no longer supported by the PHP team. Detailed requirement information is available in the documentation included with the download or at https://docs.phpmyadmin.net/en/latest/require.html. As shown at https://www.phpmyadmin.net/downloads/#support our current branch of 4.9.x is planned to remain supported for some time in an LTS capacity. Some of the changes and new features include: * Enable columns names by default for CSV exports * Add Metro theme * Automatically add the index when creating an auto increment column * Improvements to exporting views * Prompt the user for confirmation before running an UPDATE query with no WHERE clause * Improvements to how errors are show to the user (including allowing easier copying of the error text to the clipboard) * Added keystrokes to clear the line (ctrl+l) and clear the entire console window (ctrl+u) * Use charset 'windows-1252' when export format is MS Excel There are several more changes, please refer to the ChangeLog file included with the release for full details. Known shortcomings: Due to changes in the MySQL authentication method, PHP versions prior to 7.4 are unable to authenticate to a MySQL 8.0 or newer server (our tests show the problem actually began with MySQL 8.0.11). This relates to a PHP bug https://bugs.php.net/bug.php?id=76243. There is a workaround, that is to set your user account to use the current-style password hash method, mysql_native_password. This unfortunate lack of coordination has caused the incompatibility to affect all PHP applications, not just phpMyAdmin. For more details, you can see our bug tracker item at https://github.com/phpmyadmin/phpmyadmin/issues/14220. Downloads are available now at https://phpmyadmin.net/downloads/ Our work would not be possible without the donations of our generous sponsor, and this release in particular is brought to you thanks to the hard work of our Google Summer of Code students and many other contributors. For the team, Isaac Sponsored by: Netzkommune GmbH
* - Update to 0.9Li-Wen Hsu2019-09-173-6/+5
|
* Fix some misspelled or duplicated LICENSE_*Tobias Kortkamp2019-09-173-4/+4
|
* Fix typo in rc.d scriptPalle Girgensohn2019-09-172-2/+2
| | | | | | | The data directory was badly named data11 instead of the more correct data12. PR: 239798 Submitted by: Dmitry Wagin
* Change my maintainer emailDmitri Goutnik2019-09-161-1/+1
| | | | | Approved by: tz (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21677
* Deprecate a few portsAntoine Brodin2019-09-153-0/+6
|
* Update to 2.3.10Sunpoet Po-Chuan Hsieh2019-09-143-10/+9
| | | | | | Changes:` https://git.osgeo.org/gitea/postgis/postgis/raw/tag/2.3.10/NEWS PR: 240564 Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
* databases/pspg: update to 2.0.3Steve Wills2019-09-142-4/+4
| | | | | PR: 240559 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* databases/postgis24: update to 2.4.8Steve Wills2019-09-143-12/+62
| | | | | PR: 240565 Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
* databases/timescaledb: Update to 1.4.2Kevin Bowling2019-09-143-4/+5
| | | | | | | | Changelog https://github.com/timescale/timescaledb/releases/tag/1.4.2 Approved by: krion (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D21613
* Update to PostgreSQL-12b4Palle Girgensohn2019-09-134-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | The PostgreSQL Global Development Group announces that the fourth beta release of PostgreSQL 12 is now available for download. This release contains previews of all features that will be available in the final release of PostgreSQL 12, though some details of the release could change before then. This is likely the final beta release of PostgreSQL 12 before a release candidate is made available. In the spirit of the open source PostgreSQL community, we strongly encourage you to test the new features of PostgreSQL 12 in your database systems to help us eliminate any bugs or other issues that may exist. Upgrading to PostgreSQL 12 Beta 4 To upgrade to PostgreSQL 12 Beta 4 from Beta 3 or an earlier version of PostgreSQL 12, you will need to use a strategy similar to upgrading between major versions of PostgreSQL (e.g. `pg_upgrade` or `pg_dump` / `pg_restore`). For more information, please visit the documentation section on upgrading: https://www.postgresql.org/docs/12/static/upgrading.html URL: https://wiki.postgresql.org/wiki/PostgreSQL_12_Open_Items#resolved_before_12beta4
* update to 3.8.0Mikolaj Golub2019-09-132-4/+4
|
* Update to 1.7.5Sunpoet Po-Chuan Hsieh2019-09-122-4/+4
| | | | Changes: https://github.com/okbob/plpgsql_check/releases
* databases/mroonga: Update version 9.05=>9.07Muhammad Moinur Rahman2019-09-122-4/+4
|
* New port: databases/galera26Kurt Jaeger2019-09-116-0/+185
| | | | | | | | | | | Galera v26 wsrep provider library for Galera Cluster for MySQL, an easy-to-use high-availability solution with high system up-time, no data loss, and scalability for future growth. WWW: https://galeracluster.com/ PR: 240483 Submitted by: Nicolas Embriz <nbari@tequila.io>
* - update to 2.0.2Jason Helfman2019-09-113-7/+8
| | | | | | PR: 240365 Submitted by: dg@syrec.org (maintainer) Changelog: https://github.com/okbob/pspg/releases
* databases/freetds-devel: Update version 1.1.51=>1.1.56Muhammad Moinur Rahman2019-09-112-4/+4
|
* databases/mysqlwsrep56-server: upgrade 5.6.44-25.26 -> 5.6.45-25.27Kurt Jaeger2019-09-104-23/+6
| | | | | | PR: 240345 Submitted by: Teemu Ollakka <teemu.ollakka@galeracluster.com> Relnotes: http://releases.galeracluster.com/mysql-wsrep-5.6.45-25.27/release-notes-mysql-wsrep-5.6.45-25.27.txt
* databases/mysqlwsrep57-server: upgrade 5.7.26-25.18 -> 5.7.27-25.19Kurt Jaeger2019-09-105-19/+19
| | | | | | PR: 240346 Submitted by: Teemu Ollakka <teemu.ollakka@galeracluster.com> Relnotes: http://releases.galeracluster.com/mysql-wsrep-5.7.27-25.19/release-notes-mysql-wsrep-5.7.27-25.19.txt
* databases/grass7: Remove MOTIF optionNiclas Zeising2019-09-101-6/+3
| | | | | | | | | Remove the MOTIF option from databases/grass7. This option is a noop, since the configure options it controls doesn't do anything. In addition, this option adds a dependency on graphics/libGLw, which is deprecated. PR: 240133 Approved by: Loic Bartoletti (maintainer)
* - Update to 2.1.3Danilo Egea Gondolfo2019-09-092-5/+4
|
* Update to 0.19.0Sunpoet Po-Chuan Hsieh2019-09-072-6/+6
| | | | Changes: https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst
* Mark the port as broken for ruby 2.6.Matthias Fechner2019-09-071-0/+1
| | | | | PR: 240165 Approved by: maintainer timeout.
* Added rdoc as build dependency which is required for ruby 2.6.Matthias Fechner2019-09-071-2/+4
| | | | | PR: 240161 Approved by: maintainer timeout
* Update to 0.18.0Sunpoet Po-Chuan Hsieh2019-09-062-4/+4
| | | | Changes: https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst
* databases/p5-DBD-Mock: update to 1.47Frederic Culot2019-09-063-7/+17
| | | | Changes: https://metacpan.org/source/JLCOOPER/DBD-Mock-1.47/Changes
* databases/freetds: Update version 1.1.12=>1.1.15Muhammad Moinur Rahman2019-09-062-4/+4
|
* databases/py-fakeredis: update to 1.0.5Rene Ladan2019-09-052-4/+4
|
* KDE Applications: update to 19.08.1Tobias C. Berner2019-09-051-3/+3
| | | | | | | | | | | | | | | | | | September 05, 2019. Today KDE released the first stability update for KDE Applications 19.08. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. More than twenty recorded bugfixes include improvements to Kontact, Dolphin, Kdenlive, Konsole, Step, among others. Improvements include: * Several regressions in Konsole's tab handling have been fixed * Dolphin again starts correctly when in split-view mode * Deleting a soft body in the Step physics simulator no longer causes a crash You can find the full list of changes here: https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.1
* Update to 4.16Sunpoet Po-Chuan Hsieh2019-09-053-9/+20
| | | | | | - Convert PORTEXAMPLES to PLIST entries Changes: https://metacpan.org/changes/distribution/Mojo-Pg
* Update to 0.7.1Sunpoet Po-Chuan Hsieh2019-09-042-5/+5
| | | | Changes: https://github.com/state-machines/state_machines-activemodel/commits/master
* Update to 1.7.0Sunpoet Po-Chuan Hsieh2019-09-042-4/+4
| | | | Changes: https://github.com/frictionlessdata/tableschema-py/blob/master/README.md#changelog
* Update to 3.10.0Sunpoet Po-Chuan Hsieh2019-09-042-5/+5
| | | | | | - Take maintainership Changes: https://metacpan.org/changes/distribution/DBD-Pg
* Fix build on powerpc64Sunpoet Po-Chuan Hsieh2019-09-032-1/+14
| | | | | PR: 240088 Submitted by: pkubaj
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-09-031-2/+2
|
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-09-031-3/+4
|
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-09-031-5/+6
|
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-09-031-2/+2
|
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-09-031-2/+2
|
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-09-031-2/+2
|
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-09-031-2/+3
|
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-09-031-1/+2
|
* Take maintainershipSunpoet Po-Chuan Hsieh2019-09-031-1/+1
|
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-09-031-5/+5
|