summary refs log tree commit diff
path: root/pkgs/servers
Commit message (Collapse)AuthorAge
* thttpd: New package, version 2.25b.aszlig2013-07-30
| | | | | | | | | We already have mini_httpd, but IMHO it is *too* minimal as in not very flexible in configuration (for example, I haven't found any runtime configuration for disabling logging), so that's why I decided to add thttpd, which serves quite well as an ad-hoc HTTPd. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* bind: update to 9.9.3-p2 to fix CVE-2013-4854Peter Simons2013-07-28
|
* apcupsd: use /run/nologin (instead of /etc/nologin) to prevent loginsBjørn Forsman2013-07-21
| | | | This is what systemd uses, see "man systemd-user-sessions.service".
* apcupsd: fix hostname command patchingBjørn Forsman2013-07-20
| | | | | | | The source has HOSTNAME=`hostname` (capture output of hostname command) but currently it is replaced with HOSTNAME="/path/to/hostname" (which is just a plain string). Fix it by substituting with HOSTNAME=`/path/to/hostname`.
* opensmtpd: Update to 201307151923p1Rickard Nilsson2013-07-19
|
* mongodb 2.4.5Shea Levy2013-07-18
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* apcupsd: fix download urlBjørn Forsman2013-07-17
|
* apcupsd: new packageBjørn Forsman2013-07-17
| | | | apcupsd is a daemon for controlling APC UPSes.
* apache-httpd: Update to 2.2.25Eelco Dolstra2013-07-17
| | | | CVE-2013-1896, CVE-2013-1862.
* New package: dovecot_pigeonhole, a sieve plugin for dovecotRickard Nilsson2013-07-15
|
* New package: opensmtpd, an SMTP server from the OpenBSD project.Rickard Nilsson2013-07-15
|
* dovecot: Add version 2.2.4 as attribute dovecot22Rickard Nilsson2013-07-15
| | | | | | | | | | | | | | I also added a patch that makes dovecot search for plugins in /var/lib/dovecot/modules. This way, you can add plugins from several packages without running into circular dependencies. The module dir needs to be populated before the dovecot service is started, for example. This is currently not done in NixOS, so you need to implement your own service in order to get the plugins working. The module patch has not been added to the old 2.1.x package.
* Even more mirror:// fixesEvgeny Egorochkin2013-07-14
|
* firebird: fix version to match tarballEvgeny Egorochkin2013-07-14
|
* mpd: fix build on darwinJason \"Don\" O'Conal2013-07-12
| | | | | | | | * disable systemd * disable alsaLib * disable ffado * compile with gccApple * disable libmad
* Add memcached to the channelRob Vermaas2013-07-12
|
* Update nginxMichael Raskin2013-07-11
|
* nginx: 1.2.8 -> 1.2.9 (CVE-2013-2070)Domen Kozar2013-07-09
|
* zabbix20: Migrate XMPP support over to minmay.aszlig2013-07-08
| | | | | | | This should fix support for TLS and in addition, we now _only_ depend on one library rather than OpenSSL *and* GnuTLS as we no longer need iksemel. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* apacheHttpd_2_4: fix build on darwinJason \"Don\" O'Conal2013-07-07
|
* Merge pull request #658 from aristidb/masterDomen Kožar2013-06-29
|\ | | | | Pulseaudio 4.0 (and sbc 1.1)
| * libcap needs to be a propagated build input for pulseaudioAristid Breitkreuz2013-06-22
| |
| * update pulseaudio to 4.0 and sbc to 1.1Aristid Breitkreuz2013-06-22
| |
* | sipwitch: update to 1.6.1 to fix buildLluís Batlle i Rossell2013-06-29
| |
* | virtualbox: make guest additions use driver according to xserver versionVladimír Čunát2013-06-23
|/
* zabbix2: Add optional XMPP support using iksemel.aszlig2013-06-21
| | | | | | | | | | | | This uses recurseForDerivations directly after using callPackage magic to ensure that the input attributes can be overriden *and* nix-env shows the package as in recurseIntoAttrs. The reason for making this optional is because there probably is only a minority of people who want to use XMPP and we don't want to introduce an additional dependency for the majority, do we? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* shishi: fix compilation on darwinJason "Don" O'Conal2013-06-20
|
* Merge pull request #633 from lovek323/httpdEvgeny Egorochkin2013-06-17
|\ | | | | apacheHttpd: fix build on darwin
| * apacheHttpd: minor modifications to meta attrsJason "Don" O'Conal2013-06-16
| | | | | | | | | | | | * add myself as a maintainer * use reference to `stdenv.lib.licenses.asl20` rather than literal string
| * apacheHttpd: fix build on darwinJason "Don" O'Conal2013-06-14
| | | | | | | | * remove the gcc_s library from NIX_LDFLAGS (not available on darwin)
* | Merge remote-tracking branch 'upstream/master' into x-updatesMichael Raskin2013-06-15
|\ \
| * | zabbix20: Update to version 2.0.6.aszlig2013-06-14
| |/ | | | | | | | | | | | | | | | | Release notes for this version and 2.0.5: http://www.zabbix.com/rn2.0.6.php http://www.zabbix.com/rn2.0.5.php Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | libXrender, libXvMC: UpdateEelco Dolstra2013-06-14
| |
* | Merge remote-tracking branch 'upstream/master' into x-updatesMichael Raskin2013-06-13
|\| | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/cairo/default.nix pkgs/development/libraries/gdk-pixbuf/default.nix pkgs/development/libraries/gtk+/2.x.nix pkgs/misc/ghostscript/default.nix pkgs/top-level/all-packages.nix
| * Fixes rebar shebang, also fixes source of leveldb zip to be the canonical ↵Malcolm Matalka2013-06-13
| | | | | | | | one from github
* | Merge branch 'master' into x-updatesMichael Raskin2013-06-11
|\|
| * bind: avoid build impurity by explicitly enabling/disabling featuresPeter Simons2013-06-10
| | | | | | | | | | | | | | The BIND configure script finds extra dependencies in /usr/include and /usr/lib, and activates additional features if it does. This may cause the build to fail on systems that cannot use a chroot environment. Actively disabling those additional features prevents this issue from occurring.
* | Merge remote-tracking branch 'upstream/master' into x-updatesMichael Raskin2013-06-10
|\| | | | | | | | | Conflicts: pkgs/misc/emulators/wine/default.nix
| * riak: this is really strange. Lets hope this hash difference isn't malicious :(Evgeny Egorochkin2013-06-10
| |
| * Fix typo :(Evgeny Egorochkin2013-06-10
| |
| * Merge pull request #587 from orbitz/add-riak-1.3.1Evgeny Egorochkin2013-06-09
| |\ | | | | | | Add Riak 1.3.1
| | * Fix up the description a bitMalcolm Matalka2013-06-04
| | |
| | * Add Riak 1.3.1Malcolm Matalka2013-06-04
| | | | | | | | | | | | This modifies how the `riak` and `riak-admin` scripts work such that one has to specify environment variables for where the data, log, and etc directories live.
* | | Merge remote-tracking branch 'hydra/master' into x-updatesVladimír Čunát2013-06-08
|\| | | | | | | | | | | | | | Conflicts (taken from @7c6f434c): pkgs/development/libraries/libgphoto2/default.nix
| * | bind: update to 9.9.3-P1 to fix CVE-2013-3919Peter Simons2013-06-07
| | |
| * | Add package versions to some of the packages or fix existing ones to conform ↵Evgeny Egorochkin2013-06-07
| |/ | | | | | | to nixpkgs conventions.
* | xorg: intel driver bugfix updateVladimír Čunát2013-06-08
| |
* | X security updatesVladimír Čunát2013-06-05
| | | | | | | | | | | | | | http://www.x.org/wiki/Development/Security/Advisory-2013-05-23 Three libs not released yet and without commit activity for around two weeks, so I took the current master heads.
* | Merge branch 'master' into x-updatesVladimír Čunát2013-06-05
|\| | | | | | | | | Silently merged badly the firefox 20/21 things. I got that, hopefully there aren't more (my nixos-rebuild dry-run finds no more errors).
| * mysql-connector-java: Updated to 5.1.25Sander van der Burg2013-06-02
| |