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 7c19a2213f
.
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
Karn Kallio
819a05bfae
Update mysql 5.5 to 5.5.23 and fix no longer responding URL.
...
svn path=/nixpkgs/trunk/; revision=33872
2012-04-21 22:36:15 +00:00
Yury G. Kudryashov
d465b0798c
virtuoso-6.1.5
...
svn path=/nixpkgs/trunk/; revision=33426
2012-03-26 15:07:37 +00:00
Yury G. Kudryashov
0210e20b5a
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32713
2012-03-01 07:04:39 +00:00
Eelco Dolstra
6c13f317e9
* Latest PostgreSQL releases.
...
svn path=/nixpkgs/trunk/; revision=32684
2012-02-28 18:40:27 +00:00
Yury G. Kudryashov
38e3d7bc86
svn merge ^/nixpkgs/trunk
...
Not merged r32497 (tree conflict, glibc GNU Hurd update). Ludovic, could you
please look at this?
svn path=/nixpkgs/branches/stdenv-updates/; revision=32520
2012-02-23 20:06:21 +00:00
Eelco Dolstra
2ceb07c28f
* PostgreSQL 9.1: install the manpages.
...
svn path=/nixpkgs/trunk/; revision=32476
2012-02-22 17:27:06 +00:00
Eelco Dolstra
476ece2de0
* Added PostgreSQL 9.1.2. Updated PostgreSQL to 8.3.17 and 8.4.10.
...
svn path=/nixpkgs/trunk/; revision=32475
2012-02-22 16:40:10 +00:00
Yury G. Kudryashov
5144a19987
svn merge ^/nixpkgs/trunk
...
There were a few merge conflicts due to ensureDir->mkdir -p migration
svn path=/nixpkgs/branches/stdenv-updates/; revision=32174
2012-02-10 10:24:30 +00:00
Eelco Dolstra
34c8b2fa31
* Updated Postgres to 9.0.6 (contributed by Bryce L Nordgren).
...
svn path=/nixpkgs/trunk/; revision=32134
2012-02-07 23:31:40 +00:00
Yury G. Kudryashov
215a07c1a9
svn merge ^/nixpkgs/trunk
...
Merge conflicts:
* unzip (almost trivial)
* dvswitch (trivial)
* gmp (copied result of `git merge`)
The last item introduced gmp-5.0.3, thus full rebuild.
+ensureDir->mkdir -p in TeX packages was catched by git but not svn.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
2012-02-06 23:03:12 +00:00
Sander van der Burg
37346e00a3
Enable IPv6 by default
...
svn path=/nixpkgs/trunk/; revision=32011
2012-02-03 20:50:33 +00:00
Yury G. Kudryashov
5b132f6e96
svn merge ^/nixpkgs/trunk
...
Conflicts: cups, all-packages.nix (gcc45_debug)
svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
2012-01-26 15:27:03 +00:00
Shea Levy
7cc21234f6
mysql55: Get building on darwin
...
svn path=/nixpkgs/trunk/; revision=31842
2012-01-26 02:08:48 +00:00
Eelco Dolstra
bafc4ff59d
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=31739
2012-01-20 15:29:04 +00:00
Sander van der Burg
2c3e921a4c
Bumped MySQL 5.5.15 to 5.5.20
...
svn path=/nixpkgs/trunk/; revision=31735
2012-01-20 12:29:13 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Shea Levy
a11fda4b4b
mysql51: enable building on darwin
...
svn path=/nixpkgs/trunk/; revision=31531
2012-01-14 11:58:29 +00:00
Yury G. Kudryashov
63a5da5ef2
virtuoso-6.1.4
...
svn path=/nixpkgs/trunk/; revision=30890
2011-12-14 14:09:53 +00:00
Eelco Dolstra
a5a5dcde90
* Updated PostgreSQL.
...
svn path=/nixpkgs/trunk/; revision=30162
2011-11-01 14:37:27 +00:00
Yury G. Kudryashov
791cf785b8
virtuoso: apply patch as proposed by Nepomuk developers
...
svn path=/nixpkgs/trunk/; revision=29514
2011-09-27 15:40:45 +00:00
Eelco Dolstra
ad51692715
* Style fixes.
...
svn path=/nixpkgs/trunk/; revision=29048
2011-09-05 21:02:21 +00:00
Yury G. Kudryashov
59b7072038
virtuoso-6.1.3
...
svn path=/nixpkgs/trunk/; revision=28455
2011-08-10 09:43:20 +00:00
Sander van der Burg
d8051477b5
Upgraded MySQL JDBC driver to 5.1.17
...
svn path=/nixpkgs/trunk/; revision=28151
2011-08-04 14:02:52 +00:00
Sander van der Burg
a0c03edcd9
Removed test stuff from MySQL + add to releases
...
svn path=/nixpkgs/trunk/; revision=28149
2011-08-04 11:58:49 +00:00
Sander van der Burg
d9572cfb6b
Added MySQL 5.5. It's still a bit experimental though
...
svn path=/nixpkgs/trunk/; revision=28145
2011-08-03 22:10:06 +00:00
Peter Simons
12676e68d8
pkgs/servers/sql/mysql51/default.nix: updated to version 5.1.54
...
The previous used version, 5.1.51, doesn't exist anymore on the server.
svn path=/nixpkgs/trunk/; revision=25378
2011-01-04 12:35:06 +00:00
Sander van der Burg
4e0c2cc3c6
Seems that this URL gives some trouble, fixed it to a better one...
...
svn path=/nixpkgs/trunk/; revision=25161
2010-12-16 21:04:13 +00:00
Sander van der Burg
5dd26bfdc6
Bumped MySQL JDBC connector to version 5.1.14
...
svn path=/nixpkgs/trunk/; revision=25160
2010-12-16 20:41:04 +00:00
Eelco Dolstra
975ec6c177
* Added PostgreSQL 9.0.1.
...
svn path=/nixpkgs/trunk/; revision=25106
2010-12-13 21:55:34 +00:00
Eelco Dolstra
b2fa805948
* PostgreSQL updates.
...
svn path=/nixpkgs/trunk/; revision=25104
2010-12-13 19:02:49 +00:00
Rob Vermaas
5a54c03c82
update mysql51 to mysql 5.1.51
...
svn path=/nixpkgs/trunk/; revision=24355
2010-10-19 07:06:16 +00:00
Eelco Dolstra
a1e834e85a
* Get rid of the ugly `useFromStdenv' hack in all-packages.nix.
...
Instead, use the generic package override mechanism to use packages
from earlier bootstrap phases.
* Don't rely on the existence of attributes such as
`stdenv.coreutils'.
svn path=/nixpkgs/trunk/; revision=22991
2010-08-06 10:34:34 +00:00
Eelco Dolstra
6609710409
* Get rid of many instances of "args: with args;", and other coding
...
guidelines violations.
* Updated libsamplerate to 0.1.7.
svn path=/nixpkgs/trunk/; revision=22782
2010-07-28 11:55:54 +00:00
Sander van der Burg
ed3640e9de
Upgraded MySQL java connector to 5.1.13
...
svn path=/nixpkgs/trunk/; revision=22703
2010-07-22 10:54:34 +00:00
Eelco Dolstra
12ede4793f
* Add ftp-archives.postgresql.org as a fallback for PostgreSQL
...
downloads.
* PostgreSQL updated to 8.3.11, 8.4.4.
svn path=/nixpkgs/trunk/; revision=22365
2010-06-21 20:43:05 +00:00
Yury G. Kudryashov
0b11f22f49
Trying to fix virtuoso build on freebsd
...
svn path=/nixpkgs/trunk/; revision=21475
2010-05-01 07:41:40 +00:00
Yury G. Kudryashov
bf92619681
Upgrade virtuoso to 6.1.1
...
svn path=/nixpkgs/trunk/; revision=21473
2010-05-01 07:07:31 +00:00
Yury G. Kudryashov
99fda7a42f
Do not pass pkgs to virtuoso
...
svn path=/nixpkgs/trunk/; revision=20958
2010-04-06 13:27:32 +00:00
Yury G. Kudryashov
d22cb2fdb5
Add virtuoso database
...
Very minimal installation needed by KDE
svn path=/nixpkgs/trunk/; revision=20932
2010-04-03 17:34:14 +00:00
Eelco Dolstra
91184831a9
* Using the en_US locale gives a lot of warnings (because we don't
...
have it without glibc-locales).
svn path=/nixpkgs/trunk/; revision=19940
2010-02-11 16:18:14 +00:00
Eelco Dolstra
554549de5b
* Latest PostgreSQL.
...
svn path=/nixpkgs/trunk/; revision=19931
2010-02-11 13:40:20 +00:00
Rob Vermaas
377b034541
enable max-nondb plugins for mysql 5.1.41
...
svn path=/nixpkgs/trunk/; revision=19019
2009-12-17 20:15:02 +00:00
Rob Vermaas
d1e9045571
mysql 5.1.41
...
svn path=/nixpkgs/trunk/; revision=19017
2009-12-17 18:54:12 +00:00
Eelco Dolstra
c5b198300d
* Postgres updated to 8.3.8 and 8.4.1. Dropped the "with args" and
...
"version" argument. Added a few Postgres mirrors.
svn path=/nixpkgs/trunk/; revision=17804
2009-10-14 14:38:16 +00:00
Eelco Dolstra
c6efc69ad2
* -lgcc_s is also needed on i686-linux.
...
svn path=/nixpkgs/trunk/; revision=17754
2009-10-12 11:22:16 +00:00
Rob Vermaas
c0e46e52ba
* added postgresql 8.4.0
...
svn path=/nixpkgs/trunk/; revision=16956
2009-09-04 12:55:03 +00:00
Marc Weber
05259ed635
Monetdb: enabling Java support
...
svn path=/nixpkgs/trunk/; revision=16479
2009-07-27 16:05:39 +00:00
Marc Weber
4f81282226
adding monetdb database
...
svn path=/nixpkgs/trunk/; revision=16262
2009-07-09 03:50:44 +00:00
Sander van der Burg
891991a1d9
Link lgcc_s to mysql in order to make it work on x86-64-linux
...
svn path=/nixpkgs/trunk/; revision=15973
2009-06-16 13:36:10 +00:00
Eelco Dolstra
94d7d1fdbb
* Got rid of all --disable-static flags; they're redundant now.
...
* Also a bunch of style cleanups (tabs, with args, ...).
svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-04-21 23:18:09 +00:00
Sander van der Burg
5b9c5c62be
Added some MySQL fixes in order to have a working libmysqld library on x86_64-linux
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=15215
2009-04-21 13:22:38 +00:00
Sander van der Burg
5ebbf90878
Added embedded server option which is required by applications such as amarok
...
svn path=/nixpkgs/trunk/; revision=14923
2009-04-08 09:41:18 +00:00
Eelco Dolstra
acf5563f10
* Reduce the installed size of mysql from 80 MB to 17 MB by leaving
...
out some less important stuff, such as the statically linked
embedded binaries and some test data. This is important because
mysql is currently a dependency of lots of other packages, such as
Qt. Of course, the real fix would be to split off the mysql client
libraries into a separate package.
svn path=/nixpkgs/trunk/; revision=14878
2009-04-04 00:02:38 +00:00
Armijn Hemel
a952ab93ab
bump to 5.0.77
...
svn path=/nixpkgs/trunk/; revision=14437
2009-03-07 14:11:45 +00:00
Sander van der Burg
b23b849ba3
Updated MySQL JDBC driver
...
svn path=/nixpkgs/trunk/; revision=12475
2008-08-04 11:50:57 +00:00
Eelco Dolstra
e12b421add
* Merged most of the stdenv-updates branch. Some stuff didn't
...
merge cleanly right away (kde-4, kernel stuff) so it should be
merged later. But the stdenv stuff is all there.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10793
2008-02-20 23:02:41 +00:00
Eelco Dolstra
8022e84568
* Postgresql 8.3.0.
...
svn path=/nixpkgs/trunk/; revision=10699
2008-02-15 07:08:05 +00:00
Yury G. Kudryashov
b5b189bed8
postgresql: forgotten to remove unused default.nix and builder.sh
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10610
2008-02-10 17:41:45 +00:00
Yury G. Kudryashov
2c0bf029fb
Postgresql: 8.3.0 added, using selectVersion
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10606
2008-02-10 17:41:23 +00:00
Yury G. Kudryashov
da57804fff
Merged with trunk again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=10267
2008-01-23 18:11:03 +00:00
Marc Weber
0885dcb0a2
postgresql updated to 8.2.6
...
svn path=/nixpkgs/trunk/; revision=10244
2008-01-22 14:29:38 +00:00
Wouter den Breejen
ad350d8a80
Added mysql5
...
svn path=/nixpkgs/trunk/; revision=9557
2007-10-30 16:03:29 +00:00
Eelco Dolstra
a0159dee8e
* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
...
URLs to http://nix.cs.uu.nl/dist/tarballs . With content-addressable
mirror support (r9190, NIXPKGS-70) this is no longer necessary:
fetchurl will try to download from that location automatically. So
we can keep the original URLs.
svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Martin Bravenboer
02ea7e6c46
Update of postgresql-jdbc
...
svn path=/nixpkgs/trunk/; revision=8249
2007-03-06 23:32:27 +00:00
Eelco Dolstra
1442e8ec22
* Copy a bunch of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Armijn Hemel
e03c795456
fix download location. This file should really be copied to nix.cs.uu.nl
...
svn path=/nixpkgs/trunk/; revision=6112
2006-08-13 10:29:44 +00:00
Eelco Dolstra
07b6a5196c
* MySQL JDBC connector.
...
svn path=/nixpkgs/trunk/; revision=5124
2006-03-29 17:07:20 +00:00
Eelco Dolstra
9f1b5e24ad
* Added the MySQL ODBC connector.
...
* Enable unixODBC support in PHP.
* Build MySQL with thread-safe client libraries.
svn path=/nixpkgs/trunk/; revision=5045
2006-03-15 15:59:20 +00:00
Eelco Dolstra
6dd957cfe3
* MySQL 4.1.18.
...
svn path=/nixpkgs/trunk/; revision=5037
2006-03-14 16:37:09 +00:00
Eelco Dolstra
3389f4bc36
* Copy lots of files to nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Eelco Dolstra
53c56afcfe
* Fix some broken URLs.
...
svn path=/nixpkgs/trunk/; revision=4622
2006-01-30 15:52:15 +00:00
Eelco Dolstra
82e678362f
* "." -> "source".
...
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Eelco Dolstra
fbdbdb7105
* Fix url.
...
svn path=/nixpkgs/trunk/; revision=3151
2005-05-27 09:05:54 +00:00
Eelco Dolstra
91e3087c6c
* MySQL updated to 4.1.12. This should fix a MythTV crash bug.
...
svn path=/nixpkgs/trunk/; revision=3150
2005-05-26 21:38:24 +00:00
Martin Bravenboer
f99d7d50b0
Separate package for postgresql-jdbc driver
...
svn path=/nixpkgs/trunk/; revision=3124
2005-05-24 15:32:57 +00:00
Martin Bravenboer
c76a931faa
The postgresql distribution no longer contains the JDBC driver
...
svn path=/nixpkgs/trunk/; revision=3123
2005-05-24 15:09:04 +00:00
Martin Bravenboer
e3a47a07ed
Upgrades of postgresql, jetty, and ant to the latest versions.
...
svn path=/nixpkgs/trunk/; revision=3122
2005-05-24 14:57:41 +00:00
Eelco Dolstra
e42507d182
* Move tarballs to catamaran so that we are no longer dependent on a
...
gazillion different servers. Resurrected some 25 missing files.
svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00
Eelco Dolstra
f1ae49c01b
* Added MySQL 4.1.9.
...
svn path=/nixpkgs/trunk/; revision=2082
2005-01-21 19:25:57 +00:00
Martin Bravenboer
65fd8f3f48
Language stuff
...
svn path=/nixpkgs/trunk/; revision=1383
2004-09-08 20:21:02 +00:00
Martin Bravenboer
3a2231718d
More stable URL
...
svn path=/nixpkgs/trunk/; revision=1329
2004-08-24 12:09:32 +00:00
Martin Bravenboer
5863d4fc98
PostgreSQL requires zlib and ncurses
...
svn path=/nixpkgs/trunk/; revision=1328
2004-08-24 12:02:07 +00:00
Martin Bravenboer
007765937b
These Ants just keep getting better\!. Also added prelim. version of PostgreSQL.
...
svn path=/nixpkgs/trunk/; revision=1326
2004-08-24 11:38:40 +00:00