Commit graph

328 commits

Author SHA1 Message Date
Jason "Don" O'Conal 85f2674e22 apacheHttpd: minor modifications to meta attrs
* add myself as a maintainer
* use reference to `stdenv.lib.licenses.asl20` rather than literal
  string
2013-06-16 12:10:19 +10:00
Jason "Don" O'Conal 2735e9c8d6 apacheHttpd: fix build on darwin
* remove the gcc_s library from NIX_LDFLAGS (not available on darwin)
2013-06-14 18:16:37 +10:00
Evgeny Egorochkin 9c6f7cc9c1 Add package versions to some of the packages or fix existing ones to conform to nixpkgs conventions. 2013-06-07 03:15:45 +03:00
Rob Vermaas d5f7976aef Fix maintainers attribute 2013-05-21 09:20:00 +02:00
Bjørn Forsman 05bb66ce20 Add myself as maintainer for several packages
And set missing meta.platforms for the packages I've added earlier.
2013-05-20 20:28:15 +02:00
Eelco Dolstra cd6da089a6 nginx: Update to 1.2.8 2013-05-07 17:33:51 +02:00
Shea Levy e39ddf321c nginx: Don't fetch the full WebDAV extension unless needed
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-05 15:48:07 -04:00
Russell O'Connor 9808445598 Add optional third party support for fullWebDAV.
This follows the directions fom http://wiki.nginx.org/HttpDavModule.
2013-05-05 15:19:03 -04:00
Shea Levy b8c2fc71b3 jboss: Update to 7.1.1.Final
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-01 11:22:37 -04:00
Pascal Wittmann b6e7d86525 Lighttpd: Enable SSL
With this patch support for SSL is compiled into lighttpd.

IMO encryption is in most use cases important, therefore SSL support should be build in. This would simplify the setup of a standard web application a lot.
 
SSL support of lighttpd is documented at  
  http://redmine.lighttpd.net/projects/1/wiki/Docs_SSL
2013-04-23 14:30:57 +03:00
Bjørn Forsman 238c26cea9 lighttpd: fix build warnings
The build complains about missing "file" and "which" commands, so add them as
build inputs.

"file" is used by the autotools configure script to tweak what -m flag
(if any) to pass to the linker when it asks it for shared library
support.

Here is an example of -m values for GNU ld:
  Supported emulations:
   elf_x86_64
   elf32_x86_64
   elf_i386
   i386linux
   elf_l1om
   elf_k1om

"which" is used in the build phase to look for svnversion and git, to build a
version stamp. Since we build from a release tarball (and don't pass svn or git
as inputs either), this check fails and falls back to the version number in the
tarball.

There is one build warning left, but I think this is normal on NixOS:

  /tmp/nix-build-lighttpd-1.4.32.drv-0/lighttpd-1.4.32/libtool: line 1085: ldconfig: command not found
2013-04-01 15:28:35 +02:00
Bjørn Forsman c3190ef1d8 lighttpd: bump to version 1.4.32
One important denial of service (in 1.4.31) fix: CVE-2012-5533[1].

NOTE: There are some errors about missing commands during the build, but
I'm pretty sure they were there before. And the result seems to be
working anyway...

 * /usr/bin/file: No such file or directory
 * /bin/sh: line 2: which: command not found
 * /tmp/nix-build-lighttpd-1.4.32.drv-0/lighttpd-1.4.32/libtool: line 1085: ldconfig: command not found

[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-5533
2013-04-01 14:12:03 +02:00
Peter Simons 171425c8a0 mini-httpd: update to version 1.4 2013-03-28 13:56:22 +01:00
Eelco Dolstra 8a42c8b94e httpd: Update to 2.2.24 2013-03-28 13:13:36 +01:00
Peter Simons 72e4be65cc mini-httpd: update to version 1.3 2013-03-21 11:01:16 +01:00
Eelco Dolstra f2f860bd29 httpd: Update to 2.4.4
CVE-2012-3499, CVE-2012-4558
2013-02-27 14:43:00 +01:00
Cillian de Róiste 23bff22fc1 Add yaws, an Erlang HTTP server 2013-02-20 22:34:55 +01:00
Peter Simons f1b54f8ee2 mini-httpd: update to version 1.2 2013-02-09 22:50:50 +01:00
Michael Raskin f54b40f80e 4store: fix build 2012-12-04 17:09:31 +04:00
Michael Raskin d7bbb34d64 Update CouchDB 2012-12-04 10:17:06 +04:00
Michael Raskin 46c57d105c Update 4store 2012-12-04 10:16:41 +04:00
Eelco Dolstra 5553546c21 Remove a bunch of unreferenced files
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-29 13:43:37 +01:00
Michael Raskin 426b75c0a4 Fix unneeded /bin/sh reference 2012-11-10 15:03:40 +04:00
aszlig 0b592ce677
apache-httpd/2.4: Add modules for NixOS service.
The NixOS service module loads those modules by default. So we need to build
them here as well.

I'm not really sure why these modules are included by default, because (except
from maybe CGI) they obviously are only usable in very rare cases. Am I wrong?

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-17 15:56:08 +02:00
aszlig 2f3dcb9dd2
apache-httpd/2.4: Fix libxml2 support.
The reason because the configure script is unnable to find libxml2 is because it
is searching for a header file in `libxml/*.h`. Obviously this cases an error,
because it's actually in `${libxml2}/include/libxml2/libxml/*.h`, so let's add
the parent directory to --with-libxml2 and remove the comment from buildInputs.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-17 15:56:07 +02:00
Eelco Dolstra 34ff91d602 nginx: Update to 1.2.4 2012-10-09 14:20:44 -04:00
Eelco Dolstra f75dddde80 apache-httpd: Update to 2.2.23
Fixes CVE-2012-0883, CVE-2012-2687.
2012-10-02 11:45:54 -04:00
Peter Simons a596022d80 apache-httpd: update to version 2.4.3 2012-09-27 13:46:50 +02:00
Rob Vermaas eb29e0449b Add mod_evasive 2012-07-31 15:51:31 +02:00
Peter Simons b98782f339 apache-httpd-2.4: build MPMs as DSOs so that the desired one can be selected at run-time 2012-07-07 09:09:05 +02:00
Peter Simons 32449b5ae6 apache-httpd-2.4: replace use of tabs with blanks 2012-07-07 08:57:53 +02:00
Peter Simons ea1d479afb apache-httpd-2.4: ensure that libgcc_s can be found at run-time 2012-07-07 08:57:28 +02:00
Peter Simons c870b80512 apache: add version 2.4 2012-07-07 08:47:19 +02:00
Eelco Dolstra 714f100970 httpd: Support building with another multi-processing module 2012-07-06 14:25:40 -04:00
Rickard Nilsson ea74e1ea6d lighttpd 1.4.30.
svn path=/nixpkgs/trunk/; revision=34107
2012-05-15 14:14:33 +00:00
Rob Vermaas 49d0db04a3 update tomcat-connectors url
svn path=/nixpkgs/trunk/; revision=33982
2012-05-03 13:50:11 +00:00
Michael Raskin de5fdd541a Fix line endings
svn path=/nixpkgs/trunk/; revision=33809
2012-04-17 13:05:57 +00:00
Yury G. Kudryashov d8454e538c svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=32417
2012-02-20 05:30:06 +00:00
Peter Simons 6492a0383d nginx: moved from sbin to bin, because it's useful for normal users too
Committed on behalf of Mathijs Kwik.

svn path=/nixpkgs/trunk/; revision=32407
2012-02-19 21:36:34 +00:00
Yury G. Kudryashov e5027e5b36 svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=32330
2012-02-16 15:02:26 +00:00
Eelco Dolstra 4b9ef75972 * Updated Apache httpd to 2.2.22.
svn path=/nixpkgs/trunk/; revision=32304
2012-02-15 16:21:44 +00:00
Eelco Dolstra d4d7931a62 * Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
2012-01-18 20:53:01 +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
Cillian de Roiste 02eb690bad Upgrading CouchDB to 1.1.1 with SpiderMonkey 185
svn path=/nixpkgs/trunk/; revision=30905
2011-12-15 12:24:25 +00:00
Rob Vermaas edbae5f6c3 update nginx to 1.1.7
svn path=/nixpkgs/trunk/; revision=30144
2011-10-31 18:26:20 +00:00
Sander van der Burg 1fc00185f4 Updated Axis2 to version 1.6.1
svn path=/nixpkgs/trunk/; revision=29836
2011-10-14 13:24:55 +00:00
Eelco Dolstra ef27bfc02a * Apache 2.2.21.
svn path=/nixpkgs/trunk/; revision=29707
2011-10-07 11:37:42 +00:00
Eelco Dolstra 573e554e2c * Apache httpd updated to 2.2.20, with a fix for CVE-2011-3192.
svn path=/nixpkgs/trunk/; revision=28976
2011-09-02 15:59:12 +00:00
Sander van der Burg 875cb2965f Bumped Tomcat connectors to version 1.2.32
svn path=/nixpkgs/trunk/; revision=28823
2011-08-26 09:54:46 +00:00
Ludovic Courtès d0f60bf3a1 GNU MyServer 0.11.
svn path=/nixpkgs/trunk/; revision=28750
2011-08-22 17:38:33 +00:00
Michael Raskin 4dc86642ef Update Redstore
svn path=/nixpkgs/trunk/; revision=28649
2011-08-17 22:22:06 +00:00
Peter Simons 9bf210f25a pkgs/servers/http/mini-httpd: added version 1.1
svn path=/nixpkgs/trunk/; revision=28613
2011-08-16 14:01:38 +00:00
Michael Raskin 9671e806af Fixing Redstore build
svn path=/nixpkgs/trunk/; revision=28158
2011-08-04 17:42:45 +00:00
Peter Simons 48b86237e5 mod_fastcgi, mod_wsgi: these modules don't build on Darwin, and I don't know how to fix that
According to Hydra:

  at `mod_fastcgi' [system = "i686-darwin"]:
  assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1'

  at `mod_fastcgi' [system = "x86_64-darwin"]:
  assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1'

  at `mod_wsgi' [system = "i686-darwin"]:
  assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1'

  at `mod_wsgi' [system = "x86_64-darwin"]:
  assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1'

svn path=/nixpkgs/trunk/; revision=27793
2011-07-14 21:54:58 +00:00
Eelco Dolstra c81069e9d5 * apr updated to 1.4.5.
* apr-util updated to 1.3.12.
* httpd updated to 2.2.19.

svn path=/nixpkgs/trunk/; revision=27487
2011-06-16 15:19:53 +00:00
Eelco Dolstra b1e93d013c * Get rid of those annoying "not an attrSet" trace messages.
svn path=/nixpkgs/trunk/; revision=27141
2011-05-04 12:43:31 +00:00
Sander van der Burg 57fee7d679 Bumped tomcat to 6.0.32
svn path=/nixpkgs/trunk/; revision=26845
2011-04-14 15:37:04 +00:00
Michael Raskin 13a1c3a69b Update Nginx
svn path=/nixpkgs/trunk/; revision=26813
2011-04-13 04:51:35 +00:00
Lluís Batlle i Rossell ccd2316471 Fixing the builds of apr, apache, subversion and friends when having enabled the ldap support.
svn path=/nixpkgs/trunk/; revision=26764
2011-04-09 14:59:06 +00:00
Lluís Batlle i Rossell 450ef3730c Adding ldap support to apache (true by default).
I imagine noone would mind this 'addon' in their nixos apache installations.


svn path=/nixpkgs/trunk/; revision=26763
2011-04-09 14:24:25 +00:00
Sander van der Burg 981c8e94d4 Bumped Apache Tomcat connectors to 1.2.31
svn path=/nixpkgs/trunk/; revision=26437
2011-03-21 12:07:42 +00:00
Michael Raskin b3acca85fd Remove wrong fix for a problem of disappearing tools...
svn path=/nixpkgs/trunk/; revision=26171
2011-03-05 22:32:18 +00:00
Michael Raskin 6b10954921 Adding Joseki: HTTP/SparQL server based on Jena framework. Just a unpack/mix/fix paths expression relying on compiled JAR releases.
svn path=/nixpkgs/trunk/; revision=26168
2011-03-05 22:05:00 +00:00
Ludovic Courtès e7fc725ddb GNU MyServer: Make the binary installable.
svn path=/nixpkgs/trunk/; revision=26162
2011-03-04 13:19:04 +00:00
Ludovic Courtès 69e259eaf2 GNU MyServer: Kill the test suite.
svn path=/nixpkgs/trunk/; revision=26161
2011-03-04 13:19:00 +00:00
Sander van der Burg 87c5470d94 Bumped Axis2 to 1.5.4. This subrelease finally seems to work properly again
svn path=/nixpkgs/trunk/; revision=25523
2011-01-12 15:56:05 +00:00
Lluís Batlle i Rossell f4f84af4ab Updating from trunk. I only had to take away the usual stdenv2 in
all-packages.nix


svn path=/nixpkgs/branches/stdenv-updates/; revision=24553
2010-10-31 19:30:31 +00:00
Peter Simons 3f1392cb5a mod_wsgi: fixed build on Darwin
The configure script had an hard-coded impure path to the lipo binary. If that
binary was found -- and it was --, then the script decided to pass an invalid
"-arch i386" flag to libtool, which subsequently failed. There is probably
another way to pass that -arch flag, but I didn't look hard because it's
redundant anyway.

svn path=/nixpkgs/trunk/; revision=24530
2010-10-29 14:46:40 +00:00
Peter Simons 90490b0603 pkgs/servers/http/apache-httpd: updated to version 2.2.17
svn path=/nixpkgs/trunk/; revision=24468
2010-10-25 13:13:15 +00:00
Peter Simons 2bdf5c4fec pkgs/servers/http/apache-modules/mod_wsgi: added meta.platforms and meta.maintainer
svn path=/nixpkgs/trunk/; revision=24467
2010-10-25 13:13:09 +00:00
Peter Simons e75b4e4c91 pkgs/servers/http/apache-modules/mod_fastcgi: added meta.platforms and meta.maintainer
svn path=/nixpkgs/trunk/; revision=24466
2010-10-25 13:13:03 +00:00
Peter Simons 4fa49d4e8f pkgs/servers/http/apache-httpd: added meta.platforms and meta.maintainer
svn path=/nixpkgs/trunk/; revision=24465
2010-10-25 13:12:57 +00:00
Peter Simons 3527fd782a pkgs/servers/http/apache-httpd: dropped obsolete comment
svn path=/nixpkgs/trunk/; revision=24464
2010-10-25 13:12:33 +00:00
Lluís Batlle i Rossell 6dc839d344 Merging from trunk. I resolved some conflicts; I hope that well.
svn path=/nixpkgs/branches/stdenv-updates/; revision=24429
2010-10-23 14:52:21 +00:00
Peter Simons 7b630f442c Added an expression for mod_wsgi-3.3, to be used with Apache 2.
svn path=/nixpkgs/trunk/; revision=24408
2010-10-21 15:39:58 +00:00
Peter Simons b6693acfb2 pkgs/servers/http/apache-httpd: added meta.license information
svn path=/nixpkgs/trunk/; revision=24407
2010-10-21 15:39:53 +00:00
Peter Simons c7a87b1669 Added an expression for mod_fastcgi-2.4.6, to be used with Apache 2.
svn path=/nixpkgs/trunk/; revision=24406
2010-10-21 15:39:48 +00:00
Ludovic Courtès 346dbcdad3 GNU MyServer 0.10.
svn path=/nixpkgs/trunk/; revision=24359
2010-10-19 08:09:41 +00:00
Lluís Batlle i Rossell fca582bff0 Updating from trunk. I had to resolve the pcre and some stdenv2 in all-packages
svn path=/nixpkgs/branches/stdenv-updates/; revision=24155
2010-10-07 21:21:31 +00:00
Eelco Dolstra 0bd5f00696 * Updated Tomcat to 5.0.27.
svn path=/nixpkgs/trunk/; revision=24066
2010-10-05 10:39:12 +00:00
Lluís Batlle i Rossell cd4b54748a Updating from trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=24038
2010-10-03 09:25:34 +00:00
Lluís Batlle i Rossell 6923539d84 Fixing the apache build (comment on the fix in the source)
svn path=/nixpkgs/branches/stdenv-updates/; revision=24032
2010-10-03 09:18:03 +00:00
Yury G. Kudryashov 732997b02e Metadata
svn path=/nixpkgs/trunk/; revision=23963
2010-09-27 11:19:31 +00:00
Michael Raskin e8cca19dc7 Update CouchDB. Thanks to Cillian de Róiste for sending a patch..
svn path=/nixpkgs/trunk/; revision=23866
2010-09-19 21:50:38 +00:00
Eelco Dolstra ab5669146d * apr 1.4.2, Apache httpd 2.2.16.
svn path=/nixpkgs/trunk/; revision=23046
2010-08-08 20:29:23 +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
Michael Raskin e312c443fc Fixing interpreter paths in the end. Note that 4s-dump needs Perl Net::HTTP package that Nixpkgs apparently lack
svn path=/nixpkgs/trunk/; revision=22435
2010-07-01 05:05:47 +00:00
Michael Raskin 853212def0 Adding 4store RDF storage/SparQL server
svn path=/nixpkgs/trunk/; revision=22434
2010-06-30 21:51:48 +00:00
Michael Raskin 14eea491b8 Adding Redstore HTTP RDF/SPARQL server
svn path=/nixpkgs/trunk/; revision=22428
2010-06-29 22:18:49 +00:00
Michael Raskin 4f6613b267 Update CouchDB (patch and tested by Cillian Deroiste)
svn path=/nixpkgs/trunk/; revision=22210
2010-06-10 12:41:39 +00:00
Michael Raskin ff8fbd8a1a Fix remaining perl mention in buildInputs
svn path=/nixpkgs/trunk/; revision=20989
2010-04-09 11:37:38 +00:00
Michael Raskin e80351a49d Update nginx
svn path=/nixpkgs/trunk/; revision=20988
2010-04-09 11:26:54 +00:00
Sander van der Burg 2dce3019bf Upgraded Apache Tomcat to 6.0.26
svn path=/nixpkgs/trunk/; revision=20606
2010-03-13 16:27:27 +00:00
Eelco Dolstra 7ba365a41a * Apache httpd updated to 2.2.15.
svn path=/nixpkgs/trunk/; revision=20477
2010-03-08 14:28:47 +00:00
Ludovic Courtès 859d2702b9 GNU MyServer 0.9.2.
svn path=/nixpkgs/trunk/; revision=20042
2010-02-16 10:48:06 +00:00
Michael Raskin 13b91e2ca8 Update CouchDB; add Apache-related snippets to update-upstream-data.
svn path=/nixpkgs/trunk/; revision=18851
2009-12-09 12:59:23 +00:00
Sander van der Burg 88a90ec1c5 Upgraded Axis2 to 1.5.1
svn path=/nixpkgs/trunk/; revision=18373
2009-11-16 12:50:04 +00:00
Sander van der Burg ac64ef2275 Upgraded JBoss to 5.1.0
svn path=/nixpkgs/trunk/; revision=18329
2009-11-11 15:52:26 +00:00
Rob Vermaas ab8fd754c6 svn path=/nixpkgs/trunk/; revision=18209 2009-11-06 14:50:41 +00:00
Rob Vermaas 3bfd5b2d9c added couchdb 0.8.1-incubating
svn path=/nixpkgs/trunk/; revision=18141
2009-11-05 14:41:05 +00:00
Sander van der Burg 9f659e14d2 Upgraded Jetty 6.1.x to 6.1.21
svn path=/nixpkgs/trunk/; revision=17886
2009-10-19 15:24:55 +00:00
Sander van der Burg 223789d411 Cleaned the expression of tomcat a bit
svn path=/nixpkgs/trunk/; revision=17777
2009-10-13 13:21:51 +00:00
Eelco Dolstra fa9d33b8cc * Apache 2.2.14.
svn path=/nixpkgs/trunk/; revision=17768
2009-10-12 17:57:49 +00:00
Ludovic Courtès effabb0950 MyServer: Restrict to GNU/*.
svn path=/nixpkgs/trunk/; revision=17224
2009-09-17 10:33:09 +00:00
Michael Raskin 5c2fbcacd1 Update Nginx because of a vulnerability
svn path=/nixpkgs/trunk/; revision=17146
2009-09-15 07:05:32 +00:00
Eelco Dolstra df5cd8776a * Apache 2.2.13.
svn path=/nixpkgs/trunk/; revision=16889
2009-08-28 16:05:48 +00:00
Marc Weber 08d98a9972 Revert "mod-python unfinished"
reverting -r 16808 (unfinished mod_python). Sth working does already exist

svn path=/nixpkgs/trunk/; revision=16882
2009-08-27 23:46:15 +00:00
Marc Weber 159eebd808 mod-python unfinished
svn path=/nixpkgs/trunk/; revision=16808
2009-08-22 09:33:35 +00:00
Ludovic Courtès 4ad3ea4107 Add GNU MyServer.
svn path=/nixpkgs/trunk/; revision=16801
2009-08-21 10:20:40 +00:00
Sander van der Burg f8b01c81dc Upgraded tomcat connector module to 1.2.28
svn path=/nixpkgs/trunk/; revision=16659
2009-08-10 20:14:34 +00:00
Eelco Dolstra 223bce6491 * Latest httpd, apr, apr-util.
svn path=/nixpkgs/trunk/; revision=16615
2009-08-07 15:26:13 +00:00
Sander van der Burg d8e017cbb3 Upgraded tomcat to 6.0.20
svn path=/nixpkgs/trunk/; revision=16600
2009-08-06 17:15:38 +00:00
Sander van der Burg 262f696a42 Updated axis2 to 1.5
svn path=/nixpkgs/trunk/; revision=15987
2009-06-17 14:02:37 +00:00
Marc Weber f7f938a1d1 big breaking change: renaming lib.getAttr to lib.attrByPath
getAttr was ambiguous. It's also a builtin function

fix

svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Marc Weber 52647ea3b0 FullDepEntry -> fullDepEntry, PackEntry -> packEntry
svn path=/nixpkgs/trunk/; revision=15662
2009-05-19 23:25:58 +00:00
Michael Raskin 152e2f36ec Nginx update to 0.7.47
svn path=/nixpkgs/trunk/; revision=14896
2009-04-06 08:04:57 +00:00
Sander van der Burg 2d0881a5ff Updated Apache Tomcat to 6.0.18
svn path=/nixpkgs/trunk/; revision=13776
2009-01-15 15:06:20 +00:00
Eelco Dolstra 9ba80ff346 * Apache 2.2.11.
svn path=/nixpkgs/trunk/; revision=13658
2008-12-19 12:52:55 +00:00
Michael Raskin 8c90c64e94 Added nginx - lightweight http server
svn path=/nixpkgs/trunk/; revision=13518
2008-11-30 09:06:53 +00:00
Eelco Dolstra 781bb5a6e1 * Apache httpd: build against apr, aputil and pcre instead of using
its own copies.

svn path=/nixpkgs/trunk/; revision=12971
2008-10-06 13:38:45 +00:00
Eelco Dolstra 9fdecb1296 * mirror://apache/.
svn path=/nixpkgs/trunk/; revision=12968
2008-10-06 12:58:21 +00:00
Eelco Dolstra 6591cc2640 * Subversion 1.5.2, Neon 0.28.3, Apache 2.2.9.
svn path=/nixpkgs/trunk/; revision=12966
2008-10-06 12:35:05 +00:00
Marc Weber ffd1f5000b added lighthttpd
svn path=/nixpkgs/trunk/; revision=12907
2008-09-24 00:42:50 +00:00
Sander van der Burg 63b9500b88 Added support for custom context.xml for Tomcat
svn path=/nixpkgs/trunk/; revision=12512
2008-08-06 14:59:45 +00:00
Sander van der Burg c282368077 Some tomcat common lib fixes
svn path=/nixpkgs/trunk/; revision=12510
2008-08-06 13:25:51 +00:00
Sander van der Burg 6dd7896b4e Added shared JDBC driver support for tomcat
svn path=/nixpkgs/trunk/; revision=12476
2008-08-04 12:04:24 +00:00
Sander van der Burg d5e78c3787 Shared lib path should be relative to catalina base, not home
svn path=/nixpkgs/trunk/; revision=12289
2008-07-06 21:06:31 +00:00
Sander van der Burg 927898b6f1 Minor update to tomcat and added support for shared libraries
svn path=/nixpkgs/trunk/; revision=12285
2008-07-06 20:08:27 +00:00
Sander van der Burg 1c1ca49356 Upgrade to Axis2 1.4
svn path=/nixpkgs/trunk/; revision=12265
2008-07-05 12:42:51 +00:00
Eelco Dolstra cb01d8b23b * Oops! Fixed an accidental commit.
svn path=/nixpkgs/trunk/; revision=11244
2008-03-20 18:49:33 +00:00
Sander van der Burg a40f5bee8a Added jetty 6.1
svn path=/nixpkgs/trunk/; revision=10858
2008-02-26 09:26:17 +00:00
Sander van der Burg 92910e461e Extract war archive so that it can be deployed from a nix profile
svn path=/nixpkgs/trunk/; revision=10773
2008-02-20 12:33:17 +00:00
Eelco Dolstra 1bd2f3e93e * Enable building of mod_proxy.
svn path=/nixpkgs/trunk/; revision=10730
2008-02-18 14:59:48 +00:00
Eelco Dolstra 90a5f1fec4 * Go back to the previous Jetty, this one produces several megabytes
of debug info per request and I can't be bothered to figure out
  how to turn it off.

svn path=/nixpkgs/trunk/; revision=10728
2008-02-18 14:26:03 +00:00
Eelco Dolstra 4b009da5fd * Jetty 5.1.12 (couldn't get 5.1.14 to work quickly).
svn path=/nixpkgs/trunk/; revision=10702
2008-02-15 10:56:31 +00:00
Sander van der Burg 74adfd6239 Also install the axis2 libraries
svn path=/nixpkgs/trunk/; revision=10654
2008-02-13 09:27:19 +00:00
Eelco Dolstra cb0c387ce2 * Updated Apache-related packages.
svn path=/nixpkgs/trunk/; revision=10502
2008-02-05 11:41:49 +00:00
Sander van der Burg b52c792004 Added Apache Axis2
svn path=/nixpkgs/trunk/; revision=10493
2008-02-04 12:24:41 +00:00
Sander van der Burg 75ae1c3a58 Added Apache Tomcat 6.0
svn path=/nixpkgs/trunk/; revision=10400
2008-01-30 09:41:33 +00:00
Eelco Dolstra 637851fec1 * Apache 2.2.8.
svn path=/nixpkgs/trunk/; revision=10394
2008-01-29 23:28:06 +00:00
Sander van der Burg 28ab0dd501 Added MySQL driver link to JBoss
svn path=/nixpkgs/trunk/; revision=10374
2008-01-29 11:11:26 +00:00
Sander van der Burg 9b2f4c8522 Removed deploy sed instruction \(is obsolete\)
svn path=/nixpkgs/trunk/; revision=10308
2008-01-28 15:06:28 +00:00
Sander van der Burg c78e2d93c2 Added apache tomcat connector module
svn path=/nixpkgs/trunk/; revision=10260
2008-01-23 14:40:03 +00:00
Sander van der Burg 12fafd0c7d Added JBoss
svn path=/nixpkgs/trunk/; revision=10259
2008-01-23 12:25:08 +00:00
Eelco Dolstra 3fc397461a * Work around an impurity in APR: don't detect the epoll() system
call, because then an Apache built on a 2.6 kernel won't work
  on 2.4 kernel.  In fact Apache will get into a loop segfaulting.

svn path=/nixpkgs/trunk/; revision=9780
2007-11-23 13:09:22 +00:00
Eelco Dolstra b850108d32 * Apache 2.2.6.
svn path=/nixpkgs/trunk/; revision=9284
2007-09-10 09:52:29 +00:00
Eelco Dolstra 607b0d3e80 * Rewrite all the SourceForge URLs to mirror://sourceforge/.
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done

svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +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
Eelco Dolstra 7bc63c5312 * Apache 2.2.4.
svn path=/nixpkgs/trunk/; revision=7632
2007-01-11 12:41:35 +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
Eelco Dolstra 6006d61835 * Added a bunch of descriptions.
svn path=/nixpkgs/trunk/; revision=6705
2006-10-11 16:45:55 +00:00
Eelco Dolstra 827d2b180e * mod_python 3.2.10. Removed the patch to get it to work with Apache 2.2.
svn path=/nixpkgs/trunk/; revision=6473
2006-09-06 15:48:35 +00:00
Eelco Dolstra faf05a6811 * Apache HTTPD 2.2.3.
svn path=/nixpkgs/trunk/; revision=6005
2006-07-31 15:07:28 +00:00
Eelco Dolstra b315ca4871 * Apache 2.2.2.
svn path=/nixpkgs/trunk/; revision=5435
2006-06-14 10:10:25 +00:00
Eelco Dolstra af47bb13a5 * Apache updated to 2.2.0.
* mod_python updated to 3.2.8, with a patch to get it to work with
  Apache 2.2.x.

svn path=/nixpkgs/trunk/; revision=4927
2006-02-28 12:01:39 +00:00
Eelco Dolstra 9f898a586b * Copy even more files (in particular from losser.st-lab.cs.uu.nl,
can't assume that it will live forever).

svn path=/nixpkgs/trunk/; revision=4624
2006-01-30 16:11:00 +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 b803253ddd * Added mod_python.
svn path=/nixpkgs/trunk/; revision=4549
2006-01-15 12:03:00 +00:00
Eelco Dolstra 82e678362f * "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Eelco Dolstra 3d9df37b33 * Apache updated to 2.0.55 (security fixes). Also added to the
channel (finally!).

svn path=/nixpkgs/trunk/; revision=4093
2005-10-14 19:44:17 +00:00
Martin Bravenboer 4c70ef7e5d Cleaning up the java naming conventions
svn path=/nixpkgs/trunk/; revision=3871
2005-09-17 23:58:51 +00:00
Martin Bravenboer 60aff851a5 Update of Jetty
svn path=/nixpkgs/trunk/; revision=3805
2005-09-11 18:05:21 +00:00
Eelco Dolstra 3210b87fc3 * Use HTTP instead of FTP.
svn path=/nixpkgs/trunk/; revision=3662
2005-08-22 14:50:05 +00:00
Eelco Dolstra 454707da23 * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=3660
2005-08-22 08:39:27 +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 9594c8eb5b * Apache httpd 2.0.54.
svn path=/nixpkgs/trunk/; revision=2963
2005-04-30 13:59:27 +00:00
Eelco Dolstra 42fa9be439 * Apache Httpd 2.0.53.
svn path=/nixpkgs/trunk/; revision=2492
2005-04-05 14:19:25 +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 349331bab0 * Apache httpd 2.0.52.
svn path=/nixpkgs/trunk/; revision=1561
2004-10-15 13:56:02 +00:00
Eelco Dolstra 78d30da09f * Apache updated to 2.0.51.
svn path=/nixpkgs/trunk/; revision=1446
2004-09-18 21:08:55 +00:00
Martin Bravenboer c9bcdda7c6 Add Jetty code
svn path=/nixpkgs/trunk/; revision=1369
2004-08-30 18:22:14 +00:00
Eelco Visser dd3c98d3ec tomcat uses j2sdk after all (at build time)
svn path=/nixpkgs/trunk/; revision=1302
2004-08-20 14:22:27 +00:00
Eelco Visser 7f3a3764ee - upgrade ant to 1.6.2
- comment out ant15 since nix-env cannot make the distinction
- installation of tomcat 5

svn path=/nixpkgs/trunk/; revision=1299
2004-08-20 10:14:55 +00:00
Eelco Dolstra 12ae5363ea * Remove trivial builders.
* Make builders unexecutable by removing the hash-bang line and
  execute permission.
* Convert calls to `derivation' to `mkDerivation'.
* Remove `system' and `stdenv' attributes from calls to
  `mkDerivation'.  These transformations were all done automatically,
  so it is quite possible I broke stuff.
* Put the `mkDerivation' function in stdenv/generic.

svn path=/nixpkgs/trunk/; revision=874
2004-03-29 17:23:01 +00:00
Eelco Dolstra ee40be39a4 * Upgrade to 2.0.49.
svn path=/nixpkgs/trunk/; revision=851
2004-03-27 15:47:48 +00:00
Eelco Dolstra fe1c5cb1e1 * Regression fix.
svn path=/nixpkgs/trunk/; revision=587
2003-12-21 21:25:38 +00:00
Eelco Dolstra 026ff9466a * Rename .fix -> .nix.
svn path=/nixpkgs/trunk/; revision=511
2003-11-18 12:12:56 +00:00
Eelco Dolstra 48c3faca51 * Renamed pkgs-ng to pkgs.
svn path=/nixpkgs/trunk/; revision=502
2003-11-14 09:59:13 +00:00