Jaka Hudoklin
88691049ae
postgresql93: fix darwin builds
...
ossp-uuid does not build on darwin
2014-04-10 21:00:26 +02:00
Shea Levy
90cf41c0d7
mariadb: Bump
2014-04-02 09:05:01 -04:00
Vladimir Kirillov
1aabffdea2
mysql upgrade to 5.5.37
2014-03-28 11:12:20 +08:00
Shea Levy
6da2d89016
Merge branch 'postgresql93-ossp-uuid-clean' of git://github.com/basvandijk/nixpkgs
...
Configure postgresql-9.3 with support for the ossp-uuid module
Conflicts:
pkgs/servers/sql/postgresql/9.3.x.nix
2014-03-14 19:52:43 -04:00
Shea Levy
15d6da8740
psql: Use less as the default pager
...
less is more common and better than more
Fixes #1681
2014-03-04 14:52:43 -05:00
Shea Levy
1ce6fff4e2
Merge mysql55 module into mysql
...
This also removes the default for services.mysql.package, as this should
not generally be updated automatically if we change the mysql attribute
2014-02-26 07:54:12 -05:00
Shea Levy
a0a9430869
Add mariadb
2014-02-24 15:34:57 -05:00
Oliver Charles
3f95f39bab
postgresql: Build all versions on Hydra (Linux)
...
Additionally, add @ocharles to the list of maintainers.
I am only building these on Linux environments in Hydra for now, as
that's the only environment I can be a maintainer for.
2014-02-23 11:25:18 +01:00
Oliver Charles
a188cfd37d
postgresql: Update to latest releases
2014-02-22 18:13:28 +01:00
Bas van Dijk
91c9027691
Configure postgresql-9.3 with support for the ossp-uuid module
2014-01-29 01:12:41 +01:00
Bas van Dijk
9068ba2bb4
postgresql: Add version 9.3
2014-01-20 14:58:09 +01:00
Eelco Dolstra
e9211e60ac
postgresql-jdbc: Fix build
2014-01-03 14:33:17 +01:00
Eelco Dolstra
e1f7144aa8
postgresql-jdbc: Update to 9.3-1100
2014-01-03 11:56:41 +01:00
Eelco Dolstra
0c93c758bf
postgresql: Update to 8.4.19, 9.0.15, 9.1.11, 9.2.6
...
This is a critical update fixing several data corruption issues:
http://www.postgresql.org/about/news/1492/
2014-01-03 11:54:52 +01:00
Eelco Dolstra
ca8de63797
postgresql-8.3: Remove
...
The 8.3 branch is no longer maintained so it shouldn't be used.
2014-01-03 11:51:02 +01:00
Evgeny Egorochkin
4c1981c4e0
Revert "virtuoso: update from 6.1.6 to 6.1.7"
...
Upstream KDE advises against 6.1.7 for now
This reverts commit 7c19a2213fe578a73994455bff650eaf7c0a4d3b.
2013-12-12 09:33:57 +02:00
Nixpkgs Monitor
7c19a2213f
virtuoso: update from 6.1.6 to 6.1.7
2013-12-04 06:52:22 +02:00
Michael Raskin
2b8cdc8434
Merge pull request #686 from ocharles/postgres92
...
Disable exec symlink resolution for PostgreSQL 9.2
2013-11-07 02:53:37 -08:00
Eelco Dolstra
34d61c53c2
postgresql: Update to latest versions
2013-10-17 13:29:49 +02:00
Eelco Dolstra
de10c1b9be
mysql: Update to 5.1.72
2013-10-17 13:25:45 +02:00
Eelco Dolstra
9255b5b81c
mysql: Move all versions into the same directory
2013-10-17 13:25:13 +02:00
Eelco Dolstra
fc9b53c2bc
mysql: Update to 5.5.34
...
CVE-2013-3839
2013-10-17 13:21:58 +02:00
Eelco Dolstra
55ec87a907
mysql: Remove ancient, unsupported versions
2013-10-17 13:20:50 +02:00
Shea Levy
59bd1ba586
Add virtuoso 7
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-09-17 14:28:26 -04:00
Oliver Charles
912a825d1e
Disable exec symlink resolution for PostgreSQL 9.2
...
When building PostgreSQL with plugins under NixOS, NixOS will create a
postgresql-and-plugins directory which symlinks PostgreSQL and all the plugins
into a single directory. Unfortunately, the plugins will not actually be usable
by PostgreSQL because it will still try and locate them in the original
PostgreSQL share directory, not postgresql-and-plugins.
In this commit, I have patched resolve_symlinks to always return success, which
matches the behavior if HAVE_READLINK is false (so presumably invalid paths are
never passed to this function).
2013-06-27 14:09:39 +01:00
Sander van der Burg
4efc39eadd
mysql-connector-java: Updated to 5.1.25
2013-06-02 23:40:18 +02:00
Eelco Dolstra
2ce0e5ef4b
mysql: Update to 5.1.69
2013-05-14 11:47:23 +02:00
Eelco Dolstra
602be839a4
mysql: Update to 5.5.31
...
CVE-2013-1502, CVE-2013-1511, CVE-2013-1532, CVE-2013-1544,
CVE-2013-2375, CVE-2013-2376, CVE-2013-2389, CVE-2013-2391,
CVE-2013-2392, maybe others.
2013-05-14 11:47:22 +02:00
Evgeny Egorochkin
f912d96147
Virtuoso: upgrade to 6.1.6
2013-04-30 12:01:02 +03:00
Eelco Dolstra
4adad458e7
Remove the "proprietary" license
...
We already had "unfree".
2013-04-12 14:37:50 +02:00
Shea Levy
a32e208ded
Set psqlSchema properly for postgres 9.2.x
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-05 07:48:44 -04:00
Shea Levy
fad10ddb82
postgresql-9.2.x: Build the world
...
This builds the man pages as well as contributed program like pg_upgrade
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-04-05 07:16:05 -04:00
Eelco Dolstra
071987601a
postgresql: Update to latest versions
...
CVE-2013-1899, CVE-2013-1900, CVE-2013-1901.
2013-04-04 15:45:48 +02:00
aszlig
7d273f07ea
oracle-xe: Add new package, version 11.2.0.
...
This is the Oracle Database which they give out for free, therefore it's called
Express Edition.
Well, I pretty much packaged this in vain as I finally found out that i don't
need that Oracle Database stuff at all. And my original purpose was to do SQL
query/constraint testing.
So before I'm going to throw this away (forever, oh no!), maybe someone else
might have a use case for this.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-03-07 10:24:18 +01:00
Eelco Dolstra
4515ba0e48
postgresql: Update to latest versions
...
CVE-2013-0255
2013-02-07 16:37:12 +01:00
Eelco Dolstra
bbffdd4702
postgresql: Add version 9.2
2012-12-19 13:51:28 +01:00
Eelco Dolstra
88dcdc9bed
postgresql: Update to latest versions
2012-12-11 14:08:41 +01:00
Allen Short
c6bf1f87f7
better syntax thanks to aszlig
2012-12-07 09:41:03 -08:00
Allen Short
b90b8f222b
only depend on perl on OSX
2012-12-07 09:31:10 -08:00
Allen Short
843b9f332e
fixes for mysql on OSX 10.8
2012-12-05 15:43:34 -08:00
Eelco Dolstra
156e1f1e1f
Add psqlodbc for iodbc
2012-10-09 14:02:09 -04:00
Sander van der Burg
da52aeefad
Bump MySQL java connector version to 5.1.22
2012-10-09 16:41:01 +02:00
Eelco Dolstra
925aeb98d5
PostgreSQL updates
2012-10-04 11:26:19 -04:00
aszlig
1de3682f98
mysql55: Enable parallel building.
...
In order to extend the lifes of keyboards, monitors, mice and other hardware in
range of impatient people, this should shorten build times a bit on multicore
systems. And of course keeps blood pressure at low rates so cholerics may live
longer. Whether the latter is good or bad is up to the readers choice and
imagination.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-04 08:35:03 +02:00
aszlig
d4c56cef43
mysql55: Update to version 5.5.28.
...
The current build fails because the URL at inria.fr is no longer accessible. And
5.5.23 is quite old, so let's update it.
With this update we also provide three URLs to fetchurl, just to make sure that
we have enough sources, should one URL become inaccessible again.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-04 08:35:02 +02:00
Eelco Dolstra
bc8b1376da
postgresql-jdbc: Update to 9.1-902
2012-08-27 14:02:39 -04:00
Eelco Dolstra
606e6acd6f
postgresql: Update to latest versions
...
Fixes CVE-2012-3488, CVE-2012-3489.
2012-08-21 08:42:44 -04:00
Eelco Dolstra
73a1d5e27f
* PostgreSQL updates.
...
svn path=/nixpkgs/trunk/; revision=34361
2012-06-05 15:24:16 +00:00
Peter Simons
0eac8bb084
mysql51: update location of mysql-5.1.54.tar.gz
...
Committed on behalf of Ilja Honkonen <ilja.honkonen@helsinki.fi>.
svn path=/nixpkgs/trunk/; revision=33945
2012-04-29 18:17:46 +00:00
Ludovic Courtès
04600bbec1
Darwin: Add mig',
lipo', etc. to `stdenvNative'.
...
Consequently, remove `darwinLipoUtility', `darwinArchUtility', etc.
svn path=/nixpkgs/trunk/; revision=33893
2012-04-23 15:47:31 +00:00