summaryrefslogtreecommitdiff
path: root/dev-db
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/mariadb: arm stable, bug #606258Markus Meier2017-02-121-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-db/pgadmin3: ppc stable wrt bug #605258Agostino Sarubbo2017-02-121-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/mariadb: ppc stable wrt bug #606258Agostino Sarubbo2017-02-121-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/pgadmin3: x86 stable wrt bug #605258Agostino Sarubbo2017-02-121-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/postgis: Depend on virtual/imagemagick-toolsDavid Seifert2017-02-117-33/+12
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3907
* dev-db/redis: cleanup old and vulnerable wrt #565188Ultrabug2017-02-106-439/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/postgis: add postgresql 9.6Amy Liffey2017-02-101-1/+2
| | | | | Suggested-by: Wojciech Myrda <vojcek@tlen.pl> Package-Manager: portage-2.3.0
* dev-db/postgresql: Version BumpAaron W. Swenson2017-02-096-0/+2100
| | | | Package-Manager: portage-2.3.0
* dev-db/phpmyadmin: ppc stable (bug 606972).Michael Weber2017-02-081-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/mongodb: version bumpUltrabug2017-02-082-0/+191
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/mongodb: version bumpUltrabug2017-02-062-0/+194
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/mysql: Drop security vulnerable versions wrt bug 606254Brian Evans2017-02-063-292/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/mysql: arm stable, bug #606254Markus Meier2017-02-051-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-db/mysql++: Fix build failure when libmysqlclient_r does not exist #608320Brian Evans2017-02-051-1/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/mysql++: Version bump and fix for bug 608320Brian Evans2017-02-053-2/+42
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/firebird: 2.5.6.27020.0 version bump, EAPI 6, drop USE=clientAndreas Sturmlechner2017-02-043-24/+32
| | | | | | | | | | | Gentoo-bug: 420817, 420939, 578230 - Pick USE=superserver as default - Drop unused eclasses - Update HOMEPAGE, DESCRIPTION - QA fix: Don't install into /var/run (fixed upstream) Package-Manager: portage-2.3.3
* dev-db/firebird: Restore SuperClassic, fix broken symlinks, libfbintl.soMaciej S. Szmigiero2017-02-041-0/+289
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gentoo-Bug: 577956, 562716, 516760 1) Restore ability to build SuperClassic server Commit 9b00135 ("Various syntax improvements and fixes") removed ability to build the SuperClassic server by changing REQUIRED_USE so that the required USE flags combination ("-client -superserver -xinetd") is no longer permitted. It looks like this was done by mistake, since the relevant code inside ebuild is still present and still works. Fix this by allowing this USE flag combination again. 2) Portage warns about broken symlinks when firebird is emerged: * QA Notice: Symbolic link /usr/lib64/firebird/lib/libib_util.so points to /usr/lib64/firebird/lib/usr/lib64/libib_util.so which does not exist. * QA Notice: Symbolic link /usr/lib64/firebird/intl/fbintl.conf points to /usr/lib64/firebird/intl/etc/firebird/fbintl.conf which does not exist. * QA Notice: Symbolic link /usr/lib64/firebird/intl/fbintl points to /usr/lib64/firebird/intl/usr/lib64/libfbintl.so which does not exist. * QA Notice: Symbolic link /usr/lib64/firebird/plugins/libfbtrace.so points to /usr/lib64/firebird/plugins/usr/lib64/libfbtrace.so which does not exist. Adjust symlink targets in ebuild to fix these broken links. 3) Don't use libintl.so SONAME for libfbintl.so Firebird by default uses libintl.so.1 SONAME for libfbintl.so.1. This means that ldconfig will make libintl.so.1 symlink to libfbintl.so.1. However, actual libintl.so is a very different library, incompatible with libfbintl.so. This breaks packages which tries to link to it, notably dev-perl/libintl-perl. Fix it by making libfbintl.so SONAME match its actual name. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3757
* dev-db/pgadmin3: amd64 stable wrt bug #605258Agostino Sarubbo2017-02-041-2/+2
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/mysql-connector-c: Fix errors in 6.1.9 building improperlyBrian Evans2017-02-031-0/+81
| | | | | | | Missing library references from 'mysql-config --libs' Set a patch version so the library isn't installed as 'libmysqlclient.so.18.4.' Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/postgis: BumpPatrick Lauer2017-02-033-0/+292
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/mariadb: Stable for HPPA (bug #606258).Jeroen Roovers2017-02-011-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* dev-db/mariadb: Stable for PPC64 (bug #606258).Jeroen Roovers2017-01-311-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* dev-db/etcd: remove old versionsZac Medico2017-01-313-124/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/etcd: version bump to 3.0.17Zac Medico2017-01-312-0/+62
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/etcd: version bump to 3.1.0Zac Medico2017-01-312-0/+62
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/mariadb-10.0.29-r0: stable on alphaTobias Klausmann2017-01-311-1/+1
| | | | Gentoo-Bug: 606258
* dev-db/mariadb: x86 stable wrt bug #606258Agostino Sarubbo2017-01-311-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/mariadb: amd64 stable wrt bug #606258Agostino Sarubbo2017-01-301-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/barman: BumpPatrick Lauer2017-01-302-0/+27
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/mariadb: Version bump for 10.1.21Brian Evans2017-01-292-0/+208
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/mysql-connector-c: Version bumpBrian Evans2017-01-292-0/+75
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/redis: bump for #607542.Robin H. Johnson2017-01-293-0/+248
| | | | | | Package-Manager: portage-2.3.2 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=607542 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-db/unixODBC: dropped ~x86-freebsdFabian Groffen2017-01-293-6/+6
| | | | Package-Manager: portage-2.3.3
* dev-db/sqlite: dropped ~hppa-hpux ~ia64-hpux ~x86-freebsd ~x86-interixFabian Groffen2017-01-299-16/+16
| | | | Package-Manager: portage-2.3.3
* dev-db/mysql: dropped ~x86-freebsdFabian Groffen2017-01-294-7/+7
| | | | Package-Manager: portage-2.3.3
* dev-db/mariadb: dropped ~x86-freebsdFabian Groffen2017-01-296-11/+11
| | | | Package-Manager: portage-2.3.3
* dev-db/lmdb: dropped ~x86-freebsdFabian Groffen2017-01-292-3/+3
| | | | Package-Manager: portage-2.3.3
* dev-db/hsqldb: dropped ~x86-freebsdFabian Groffen2017-01-291-2/+2
| | | | Package-Manager: portage-2.3.3
* dev-db/cdb: dropped ~x86-freebsdFabian Groffen2017-01-291-2/+2
| | | | Package-Manager: portage-2.3.3
* dev-db/phpmyadmin: Stable for HPPA PPC64 (bug #606972).Jeroen Roovers2017-01-291-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* dev-db/aerospike-server-community: BumpPatrick Lauer2017-01-282-0/+70
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/aerospike-server-community: Remove oldPatrick Lauer2017-01-286-350/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/mysql-connector-c++: Block minimum version of mysql-connector-cBrian Evans2017-01-281-1/+2
| | | | | | Other implementations have been patched and tested Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/mongodb: drop old ebuildUltrabug2017-01-282-185/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/sqlite: Version bump (3.16.2).Arfrever Frehtes Taifersar Arahesis2017-01-274-0/+425
|
* dev-db/mytop: Version bumpBrian Evans2017-01-274-0/+204
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/mysql-connector-c++: Version bumpBrian Evans2017-01-273-0/+108
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-db/phpmyadmin-4.6.6-r0: stable on alphaTobias Klausmann2017-01-271-1/+1
| | | | Gentoo-Bug: 606972
* dev-db/phpmyadmin: x86 stable wrt bug #606972Agostino Sarubbo2017-01-271-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/phpmyadmin: amd64 stable wrt bug #606972Agostino Sarubbo2017-01-271-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>