aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.5.4.1Matthew Seaman2016-01-292-3/+3
| | | | | | | | | | | This is actually pretty much a no-op on FreeBSD: we're using the bundled verion of phpseclib, and the regrssion fix does not apply to the 4.5.x branch. ChangeLog: https://www.phpmyadmin.net/files/4.5.4.1/ Notes: svn path=/head/; revision=407482
* Update to 0.9.Vanilla I. Shu2016-01-292-3/+3
| | | | Notes: svn path=/head/; revision=407463
* Update to 2.15.Adam Weinberger2016-01-292-7/+5
| | | | | | | Changes: https://metacpan.org/changes/distribution/Dancer2-Plugin-Database Notes: svn path=/head/; revision=407437
* Update to 2.12, and remove author-only dependencies from TEST_DEPENDS.Adam Weinberger2016-01-292-6/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Dancer-Plugin-Database Notes: svn path=/head/; revision=407436
* Upgrade databases/elixir-db_connection to version 0.2.2.Jimmy Olgeni2016-01-282-3/+3
| | | | Notes: svn path=/head/; revision=407402
* Security Update to 4.5.4Matthew Seaman2016-01-282-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a combination of feature- and security- updates. The PMA project has not yet published the relevant advisories, so there is very little information available about what the vulnerabilities are and what versions they affect. PMSA-2016-1 to PMSA-2016-9 are expected to be available at https://www.phpmyadmin.net/security/ shortly. [Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-1 [Security] Unsafe generation of CSRF token, see PMASA-2016-2 [Security] Multiple XSS vulnerabilities, see PMASA-2016-3 [Security] Insecure password generation in JavaScript, see PMASA-2016-4 [Security] Unsafe comparison of CSRF token, see PMASA-2016-5 [Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-6 [Security] XSS vulnerability in normalization page, see PMASA-2016-7 [Security] Full path disclosure vulnerability in SQL parser, see PMASA-2016-8 [Security] XSS vulnerability in SQL editor, see PMASA-2016-9 VuXML entries to follow once the advisories are available. ChangeLog: https://www.phpmyadmin.net/files/4.5.4/ MFH: 2016Q1 Security: https://www.phpmyadmin.net/security/PMASA-2016-1/ Security: https://www.phpmyadmin.net/security/PMASA-2016-2/ Security: https://www.phpmyadmin.net/security/PMASA-2016-3/ Security: https://www.phpmyadmin.net/security/PMASA-2016-4/ Security: https://www.phpmyadmin.net/security/PMASA-2016-5/ Security: https://www.phpmyadmin.net/security/PMASA-2016-6/ Security: https://www.phpmyadmin.net/security/PMASA-2016-7/ Security: https://www.phpmyadmin.net/security/PMASA-2016-8/ Security: https://www.phpmyadmin.net/security/PMASA-2016-9/ Notes: svn path=/head/; revision=407397
* Fix Perl and Ruby module builds.Niclas Zeising2016-01-273-4/+20
| | | | | | | | | | | | | I made a mistake when updating one of the patches for the new version of rrdtools, and as a consequence perl and ruby modules stopped building, fix this by correcting the patch. Noted by: kib PR: 206685 Submitted by: Helge Oldach Notes: svn path=/head/; revision=407379
* Update to 1.5.5Niclas Zeising2016-01-2713-281/+56
| | | | | | | | | | | | | | | | | | | | Rework the DEJAVU option to actually work. [1] Before this commit rrdtool depends on x11-fonts/dejavu if that port is already installed, but not otherwise, and this sort of implicit dependencies are bad. Make the DEJAVU option default to on. If cairo and pango are built without X11 support, please consider disabling this option to avoid pulling in large parts of X11 Remove the JSON option. This is a third party patch that doesn't apply any more. Feel free to port it to this version of RRDTool. Discussed with: marino [1] PR: 205883 [1] Submitted by: marino [1] Notes: svn path=/head/; revision=407355
* databases/php5-pdo_cassandra: unbreakRene Ladan2016-01-262-15/+8
| | | | | | | | | | | | | | | | - Do not hardcode expired PHP version - Fix regression with Thrift 0.9.3, see https://issues.apache.org/jira/browse/THRIFT-3317 - Use C++11 compiler via the Ports framework instead of hardcoding GCC - Bump PORTREVISION PR: 205749 Submitted by: stephon@gmail.com Approved by: Gasol Wu (maintainer) MFH: 2016Q1 Notes: svn path=/head/; revision=407323
* Remove expired ports that are consumers of expired lang/php5. Exceptions:Rene Ladan2016-01-2614-489/+0
| | | | | | | | | | | - www/pecl-zendopcache : used by Mk/bsd.php.mk - databases/php5-redis : optionally used by www/magento A PR exists for databases/php5-pdo_cassandra to make it work with supported versions of PHP. Notes: svn path=/head/; revision=407315
* Remove BROKEN_FreeBSD_8 from all remaining ports.Raphael Kubo da Costa2016-01-251-2/+0
| | | | | | | FreeBSD 8 is no longer supported. Notes: svn path=/head/; revision=407239
* Upgrade databases/elixir-calecto to version 0.5.0.Jimmy Olgeni2016-01-253-3/+10
| | | | Notes: svn path=/head/; revision=407213
* Update to version 3.2.Dmitry Sivachenko2016-01-252-3/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=407204
* Upgrade databases/elixir-db_connection to version 0.2.1.Jimmy Olgeni2016-01-243-3/+5
| | | | Notes: svn path=/head/; revision=407124
* Upgrade from 1.1.6 to 1.1.7. The changes are listed as:Mikhail Teterin2016-01-244-20/+39
| | | | | | | | | | | | | | GA 1.1.7 - - Add JSON support - Allow building without server flags (Bug#21391025) - Correct relative() not seeking after changing position.(Bug#21152054) The first item is only available if the mysql-client is recent enough (version 5.7). For older client-libraries the new patch is required. Notes: svn path=/head/; revision=407091
* Upgrade to 0.08.Vanilla I. Shu2016-01-242-3/+3
| | | | Notes: svn path=/head/; revision=407079
* - Update to 2.2.0Sunpoet Po-Chuan Hsieh2016-01-233-22/+3
| | | | | | | Changes: https://github.com/camertron/arel-helpers/blob/master/History.txt Notes: svn path=/head/; revision=407016
* - Update to 2.18Sunpoet Po-Chuan Hsieh2016-01-232-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Mojo-Pg/Changes Notes: svn path=/head/; revision=407008
* New port: mongodb32-tools. Extra tools factored out from mongodb portDmitry Sivachenko2016-01-237-0/+105
| | | | | | | | | | in version 3. PR: 205510 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net> Notes: svn path=/head/; revision=406994
* Add mongodb32 port.Dmitry Sivachenko2016-01-231-0/+1
| | | | Notes: svn path=/head/; revision=406970
* Add a port for mongodb version 3.2.Dmitry Sivachenko2016-01-236-0/+153
| | | | | | | | | | | | | PR: 205510 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net> Maintainer of databases/mongodb port timeout (3 weeks) I bumped version to 3.2.1. mongodb32-tools port coming soon. Notes: svn path=/head/; revision=406969
* Upgrade databases/elixir-postgrex to version 0.11.0.Jimmy Olgeni2016-01-223-10/+62
| | | | Notes: svn path=/head/; revision=406954
* Add databases/elixir-db_connection, a database connection behaviour for Elixir.Jimmy Olgeni2016-01-225-0/+80
| | | | Notes: svn path=/head/; revision=406953
* Upgrade databases/elixir-ecto to version 1.1.3.Jimmy Olgeni2016-01-222-3/+3
| | | | Notes: svn path=/head/; revision=406951
* databases/tcl-sqlite3: 3.10.0 -> 3.10.2Kurt Jaeger2016-01-222-3/+3
| | | | | | | | | | - Chase upstream sqlite3 PR: 206464 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=406943
* - Update to 2.14Sunpoet Po-Chuan Hsieh2016-01-222-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Dancer2-Plugin-Database/Changes Notes: svn path=/head/; revision=406910
* Upgrade databases/elixir-ecto to version 1.1.2.Jimmy Olgeni2016-01-222-3/+3
| | | | Notes: svn path=/head/; revision=406893
* Upgrade databases/elixir-calecto to version 0.4.5.Jimmy Olgeni2016-01-212-3/+3
| | | | Notes: svn path=/head/; revision=406879
* libtool --finish is a nop on FreeBSD, remove faulty pkg-install scriptAntoine Brodin2016-01-212-7/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=406878
* databases/sqlite3: 3.10.0 -> 3.10.2Kurt Jaeger2016-01-213-3/+10
| | | | | | | | | | | Changes: https://www.sqlite.org/releaselog/3_10_2.html PR: 206463 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Notes: svn path=/head/; revision=406876
* Update poppler to 0.40.0. [1]Koop Mast2016-01-211-1/+1
| | | | | | | | | | | | Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build of these ports with poppler 0.39+. PR: 206293 [1] Submitted by: olivierd@ [1] Obtained from: ubuntu [2], rubygem-poppler upstream [3] Notes: svn path=/head/; revision=406872
* - Update to 0.5.2Veniamin Gvozdikov2016-01-212-3/+3
| | | | Notes: svn path=/head/; revision=406855
* - Update to latest git versionVeniamin Gvozdikov2016-01-215-10/+17
| | | | | | | - Bump PORTREVISION because developers call is version 0.0.1 Notes: svn path=/head/; revision=406854
* - Update to 1.6.8.371Veniamin Gvozdikov2016-01-2112-181/+60
| | | | Notes: svn path=/head/; revision=406850
* Add a few patches to fix the build with the upcoming Qt 5.5.1.Raphael Kubo da Costa2016-01-213-0/+30
| | | | | | | | | | Several places were using QDataStream without including the proper headers. These fixes are not enough: the ports needs to explicitly depend on more Qt components, but we are still working on that and may end up creating a new, smaller port out of devel/qt5-designer. Notes: svn path=/head/; revision=406847
* Switch back to rubygem-activerecord (3.x) to unbreak metasploit at runtimeAntoine Brodin2016-01-202-1/+20
| | | | | | | MFH: 2016Q1 Notes: svn path=/head/; revision=406786
* - Reassign milki@'s ports after his commit bit was taken in for safekeepingFrederic Culot2016-01-201-1/+1
| | | | Notes: svn path=/head/; revision=406774
* - Update to 3.0.3Sunpoet Po-Chuan Hsieh2016-01-202-3/+3
| | | | | | | Changes: https://github.com/collectiveidea/awesome_nested_set/blob/master/CHANGELOG Notes: svn path=/head/; revision=406764
* - Upgrade to lates versionVeniamin Gvozdikov2016-01-202-8/+4
| | | | Notes: svn path=/head/; revision=406745
* - Update to 2.3.3Wen Heping2016-01-203-7/+25
| | | | | | | | | PR: 204251 Submitted by: tbabut@mobileobjects.de Approved by: maintainer(timeout, >60 days) Notes: svn path=/head/; revision=406729
* New port: databases/sql-workbenchKurt Jaeger2016-01-196-0/+93
| | | | | | | | | | | | | | | | | | SQL Workbench/J is a free, DBMS-independent, cross-platform SQL query tool. It is written in Java and should run on any operating system that provides a Java Runtime Environment. Its main focus is on running SQL scripts (either interactively or as a batch) and export/import features. Graphical query building or more advanced DBA tasks are not the focus and are not planned. WWW: http://www.sql-workbench.net/ PR: 202116 Submitted by: Aldis Berjoza <graudeejs@inbox.lv> Notes: svn path=/head/; revision=406707
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-01-191-1/+1
| | | | Notes: svn path=/head/; revision=406698
* - fix build with ruby-2.1Dirk Meyer2016-01-192-1/+21
| | | | Notes: svn path=/head/; revision=406632
* pgBadger 7.3 was released today to fix a major bug. Everyone usingPalle Girgensohn2016-01-192-3/+3
| | | | | | | | | version 7.2 and the incremental mode of pgBadger must upgrade. https://github.com/dalibo/pgbadger/blob/master/ChangeLog Notes: svn path=/head/; revision=406627
* Upgrade databases/elixir-calecto to version 0.4.4.Jimmy Olgeni2016-01-182-3/+3
| | | | Notes: svn path=/head/; revision=406584
* - Update to 0.9.6.1Martin Wilke2016-01-182-5/+11
| | | | | | | | PR: 206366 Submitted by: maintainer Notes: svn path=/head/; revision=406567
* Update to 1.7Matthew Seaman2016-01-182-4/+11
| | | | | | | | | | - Adds the ability to connect via TLS PR: 206365 Submitted by: m.tsatsenko@gmail.com (maintainer) Notes: svn path=/head/; revision=406562
* Apply patch from upstream GitHub to provide compile- and run-timeMatthew Seaman2016-01-182-1/+44
| | | | | | | | | compatibility with postgresql95 Obtained from: https://github.com/2ndquadrant-it/pgespresso/commit/7bedbfb894aedff8c08de85ede430a15a8888a0a Notes: svn path=/head/; revision=406555
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2016-01-171-0/+1
| | | | | | | | Approved by: portmgr (blanket) Sponsored by: PortsCamp Taiwan Notes: svn path=/head/; revision=406407
* - Update to 2.1.5Sunpoet Po-Chuan Hsieh2016-01-172-3/+3
| | | | | | | | Changes: https://github.com/rubysherpas/paranoia/commits/rails4 Sponsored by: PortsCamp Taiwan Notes: svn path=/head/; revision=406374