summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2013-03-07Remove unused gemspec file.taca1-160/+0
2013-03-07Switch to use OVERRIDE_GEMSPEC instead of pre-generated gemspec.taca1-4/+2
2013-03-06Ensure the new readline interface is used, fixes builds when using thejperkin1-1/+3
readline supplied by pkgsrc where the old interface is explicitly disabled.
2013-03-04Initial importkhorben1-0/+14
2013-03-04Added deforaos-libdatabasekhorben1-1/+2
2013-03-04Imported deforaos-libdatabase-0.0.0 as databases/deforaos-libdatabasekhorben4-0/+56
DeforaOS libDatabase is a generic access library for a number of database engines implementing the SQL language.
2013-03-04Update couchdb to 1.2.1.fhajny6-83/+73
Changes in 1.2.1: * Fixed CVE-2012-5641: Apache CouchDB Information disclosure via unescaped backslashes in URLs on Windows * Fixed CVE-2012-5649: Apache CouchDB JSONP arbitrary code execution with Adobe Flash * Fixed CVE-2012-5650: Apache CouchDB DOM based Cross-Site Scripting via Futon UI * Fix various bugs in the URL rewriter when recursion is involved. * Fix couchdb start script. * Futon: Disable buttons that aren't available for the logged-in user. * Fix potential replication timeouts. * Change use of signals to avoid broken view groups.
2013-03-03.so in PLIST are handled by framework, no need to take care here anymore.obache2-13/+6
2013-03-03mysql-workbench requires C++11 to build with Clang and in turn, shouldjoerg12-2/+1367
be free of user-defined string literal syntax.
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz18-31/+36
2013-03-02Consistently return a value from non-void functions.joerg2-3/+20
2013-03-02Reset maintainer to "pkgsrc-users@NetBSD.org".tron1-2/+2
2013-03-01Make packaging the (considerable amount of) documentation optional.jperkin4-4570/+4596
Without docs, the resulting binary package is 4MB instead of 22MB.
2013-03-01Add and enable php-pdo_odbcjperkin1-1/+2
2013-03-01Add php-pdo_odb to the packages collection.jperkin2-0/+22
This extension provides an ODBC v3 driver for PDO. It supports unixODBC and IBM DB2 libraries, and will support more in future releases. In pkgsrc we only support unixODBC currently.
2013-02-27Update to 0.78ryoon7-75/+103
* Take MAINTAINERship, ok by schmonz@. * Libtoolized. * Fix typo in variable name. * Set LICENSE as public-domain. Changelog: tinycdb-0.78 2012-05-11 - bugfix release: o fixed >2Gb file size prob on 32bit platform o fixed handling of files >=4Gb o fixed a few compiler warnings - introduce $(LD) and $(LDFLAGS), and also $(CDEFS) in Makefile
2013-02-26Remove WITH_READLINE cmake option, removed by 5.6.5.obache1-2/+1
noticed by diger in pkgsrc-users@.
2013-02-24Remove ruby-arel22 which was required only by databases/ruby-activerecord31.taca4-162/+0
2013-02-24Remove ruby-arel22.taca1-2/+1
2013-02-24Remove ruby-activerecord31 package which is part of Ruby on Rails 3.1.taca4-166/+0
2013-02-24Remove ruby-activerecord31.taca1-2/+1
2013-02-24On Cygwin, shared libraries will be installed in `bin', and symbolic linksobache2-6/+12
will not be created.
2013-02-22Update homepage URLs.shattered2-4/+4
2013-02-22Reset PKG_REVISION along with update of both php53 and php54.taca3-6/+3
2013-02-21Add explanations to DESCR for sqlite packages because it is quitegdt10-9/+22
boggling that, e.g., py-sqlite2 is a wrapper for sqlite3.
2013-02-18Update "phpmyadmin" package to version 3.5.7. Changes since 3.5.6:tron2-6/+6
- bug #3779 [core] Problem with backslash in enum fields - bug #3816 Missing server_processlist.php - bug #3821 Safari: white page - Correct detection of the Chrome browser
2013-02-18No reason not to build against pkgsrc opensslfhajny3-21/+5
2013-02-17Remove ruby-arel20 which was required by databases/ruby-activerecord3.taca5-169/+1
2013-02-17Remove ruby-activerecord3.taca5-155/+0
It is part of Ruby on Rails 3.0 which isn't supported any more.
2013-02-17Remove ruby-activerecord3.taca1-2/+1
2013-02-17Remove ruby-acts-as-versioned which supported only by Ruby on Rails 3.0.taca4-52/+0
2013-02-17Remove ruby-acts-as-versioned.taca1-2/+1
2013-02-16Recursive bump for png-1.6.wiz15-30/+30
2013-02-16Recursive bump for png-1.6.wiz6-12/+12
2013-02-16Remove obsolute patches.hiramatsu5-104/+0
2013-02-15recursive bump from boost-lib shlib update.obache1-2/+2
2013-02-13Changes 5.6.10:adam37-0/+10215
http://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-10.html
2013-02-13Added databases/mysql56-{client,server} version 5.6.10adam1-2/+3
2013-02-13Update "phpmyadmin" package to version 3.5.6. Changes since 3.5.5:tron2-6/+6
- bug #3593604 [status] Erroneous advisor rule - bug #3596070 [status] localStorage broken in server status monitor - bug #3598736 [routines] Editing a procedure with special characters - bug #3600322 [core] Visualize GIS data throws Fatal Error - bug #3599362 [core] Double-escaped error message - bug #3776 [cookies] Login without auth on second server
2013-02-13Update ruby-do_sqlite3 to 0.10.12.taca2-7/+6
## 0.10.12 2013-01-21 * jdbc-sqlite3 driver loading fix * Improve handling of floats / doubles in sqlite3 on JRuby
2013-02-13Update ruby-do_postgres to 0.10.12.taca2-6/+6
## 0.10.12 2013-01-21 * jdbc-postgres driver loading fix
2013-02-13Update ruby-do_mysql to 0.10.12.taca2-6/+6
## 0.10.12 2013-01-21 * jdbc-mysql driver loading fix * Improve compatibility for anscient MySQL versions
2013-02-13Update ruby-data_objects to 0.10.12.taca2-6/+6
## 0.10.12 2013-01-21 * Fix JRuby driver loading for newer jdbc-\* gems * Compatibility change for anscient MySQL versions
2013-02-13Correct comment in a patch file.taca2-3/+3
This change dosen't fix CVE-2013-0277 but give workaround for it. No PKGREVISION bump.
2013-02-12Changes 5.5.30:adam14-74/+70
Refer to http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-30.html
2013-02-12Update ruby-activerecord32 to 3.2.12.taca1-4/+4
## Rails 3.2.12 (unreleased) ## * Quote numeric values being compared to non-numeric columns. Otherwise, in some database, the string column values will be coerced to a numeric allowing 0, 0.0 or false to match any string starting with a non-digit. Example: App.where(apikey: 0) # => SELECT * FROM users WHERE apikey = '0' *Dylan Smith*
2013-02-12Update ruby-activerecord31 to 3.1.11.taca1-4/+4
## Rails 3.1.11 (unreleased) ## * Quote numeric values being compared to non-numeric columns. Otherwise, in some database, the string column values will be coerced to a numeric allowing 0, 0.0 or false to match any string starting with a non-digit. Example: App.where(apikey: 0) # => SELECT * FROM users WHERE apikey = '0' *Dylan Smith*
2013-02-12Add fix for Fix for CVE-2013-0277.taca1-0/+22
Bump PKGREVISION.
2013-02-12Add fix for CVE-2013-0276.taca1-1/+2
Bump PKGREVISION.
2013-02-12Add fix for Fix for CVE-2013-0277.taca1-1/+2
Bump PKGREVISION.