Vladimír Čunát
aa8e8303e1
Merge branch 'x-updates' into master
2013-09-11 08:37:03 +02:00
Vladimír Čunát
bb6b42385d
Merge PR #901 : adding Storm
...
vcunat edit: use symlink instead of hardlink (failed for me with a
cross-device error), minor whitespace cleanup
2013-09-10 16:18:31 +02:00
Vladimír Čunát
c1ed13dad0
Merge branch 'master' into x-updates
2013-09-08 12:04:20 +02:00
Jason \"Don\" O'Conal
834cd6c886
beret: Fix build on darwin ( close #923 )
2013-09-08 10:32:25 +02:00
Vladimír Čunát
b1be46e932
Merge branch 'master' into x-updates
2013-09-07 16:19:46 +02:00
Bjørn Forsman
618fc386d7
samba: provide libnss_{wins,winbind}.so.2 symlinks for nsswitch
...
Glibc >= 2.1 looks for libnss_<name>.so.2 files (see man nsswitch.conf),
so provide that.
2013-09-07 15:06:55 +02:00
Danny Wilson
2ff0b8dc14
I henceforth will maintain as my Github username.
2013-09-02 18:48:29 +02:00
Danny Wilson
c4b1bbc1c8
Improved Storm package.
...
- Add config to defaults.yaml, to allow topologies to include their own storm.yaml.
- Symlink extra jars in lib/ since it's nearly impossible to add a classpath to Storm's config.
- Include native jzmq library in java.library.path
- Use package default args.
2013-09-02 12:20:24 +02:00
Danny Wilson
d6a812332c
Make Storm conf and log path configurable via symlinks.
...
- The bin/storm script makes too many assumptions about file locations and java classpath that I couldn't figure out a better way.
Fix jzmq build on NixOS: java source was treated as ASCII.
2013-09-02 12:20:16 +02:00
Danny Wilson
04a232f28b
Add storm package.
2013-09-02 12:20:06 +02:00
Marc Weber
cf762c8f58
firebirdSuper settings
...
document why its better to not use --with-system-icu
See patch for nixos adding firebird service
Signed-off-by: Marc Weber <marco-oweber@gmx.de>
2013-08-31 23:05:32 +03:00
Evgeny Egorochkin
ec36d1ebb1
Merge pull request #875 from offlinehacker/pkgs.elasticsearch/update
...
elasticsearch: update to 0.90.3
2013-08-28 15:02:06 -07:00
Vladimír Čunát
2fda1165da
Merge branch 'master' into x-updates
2013-08-28 10:37:41 +02:00
Jaka Hudoklin
c202356049
elasticsearch: update to 0.90.3
2013-08-27 20:39:33 +02:00
Bjørn Forsman
378f94f5da
samba: install libnss_{wins,winbind}.so
...
This is the first step to get WINS/NetBIOS name lookup with nsswitch.
2013-08-25 18:41:35 +02:00
Vladimír Čunát
c1e62e7e91
Merge branch 'master' into x-updates
2013-08-22 19:29:09 +02:00
aszlig
8938a2ac9e
zabbix20: Update to new upstream version 2.0.8.
...
Upstream changes for version 2.0.7:
http://www.zabbix.com/rn2.0.7.php
Upstream changes for version 2.0.8:
http://www.zabbix.com/rn2.0.8.php
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-22 05:45:21 +02:00
Rickard Nilsson
310268f36d
diod: New package, a 9P server implementation for Linux
2013-08-20 17:24:30 +02:00
Bjørn Forsman
d6b4ed9e3c
samba: 3.6.8 -> 3.6.18
...
Release notes (left column): http://www.samba.org/samba/history/
The GNU/Hurd patch doesn't apply anymore so I dropped it.
2013-08-17 16:57:34 +02:00
Ludovic Courtès
2e937c437a
unmaintain several packages
2013-08-16 23:45:01 +02:00
Eelco Dolstra
898a33bef2
zabbix: Update to 1.8.17
2013-08-12 14:22:16 +02:00
Vladimír Čunát
daf9c75ef4
xorg: bugfix updates of some libs
...
Now using stable release of libXi, instead of the git version we had due
to security stuff.
2013-08-03 15:38:46 +02:00
Vladimír Čunát
625f40151b
Merge branch 'master' into x-updates
...
Conflicts (a little tricky, I did some cleanup of interacting changes):
pkgs/development/compilers/llvm/default.nix
pkgs/development/libraries/libpng/default.nix
pkgs/tools/package-management/nixops/default.nix
pkgs/top-level/all-packages.nix
2013-08-02 18:30:53 +02:00
aszlig
b42eb45429
thttpd: New package, version 2.25b.
...
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>
2013-07-30 05:59:59 +02:00
Peter Simons
516377c0b6
bind: update to 9.9.3-p2 to fix CVE-2013-4854
2013-07-28 13:50:11 +02:00
Bjørn Forsman
480f27b218
apcupsd: use /run/nologin (instead of /etc/nologin) to prevent logins
...
This is what systemd uses, see "man systemd-user-sessions.service".
2013-07-21 20:58:26 +02:00
Bjørn Forsman
1d59e54ebc
apcupsd: fix hostname command patching
...
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`.
2013-07-20 21:44:01 +02:00
Rickard Nilsson
582e9a94e6
opensmtpd: Update to 201307151923p1
2013-07-19 13:07:42 +02:00
Shea Levy
0c3b84c850
mongodb 2.4.5
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-18 15:05:49 -04:00
Bjørn Forsman
dcd3dad3d9
apcupsd: fix download url
2013-07-17 21:10:56 +02:00
Bjørn Forsman
074898e0db
apcupsd: new package
...
apcupsd is a daemon for controlling APC UPSes.
2013-07-17 20:22:59 +02:00
Eelco Dolstra
ca0936f17f
apache-httpd: Update to 2.2.25
...
CVE-2013-1896, CVE-2013-1862.
2013-07-17 12:59:29 +02:00
Bjørn Forsman
8e3a92e306
libxcb: enable XKB extension
...
SDDM, a display manager that I'm trying to package, depends on this.
2013-07-16 19:25:43 +02:00
Rickard Nilsson
56c5f33845
New package: dovecot_pigeonhole, a sieve plugin for dovecot
2013-07-15 15:15:35 +02:00
Rickard Nilsson
0dc36983e9
New package: opensmtpd, an SMTP server from the OpenBSD project.
2013-07-15 15:05:03 +02:00
Rickard Nilsson
93ff42ae9c
dovecot: Add version 2.2.4 as attribute dovecot22
...
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.
2013-07-15 14:55:00 +02:00
Evgeny Egorochkin
b084b29d26
Even more mirror:// fixes
2013-07-14 04:17:07 +03:00
Evgeny Egorochkin
14d4740ba7
firebird: fix version to match tarball
2013-07-14 02:08:49 +03:00
Jason \"Don\" O'Conal
5c8a44fd18
mpd: fix build on darwin
...
* disable systemd
* disable alsaLib
* disable ffado
* compile with gccApple
* disable libmad
2013-07-12 16:26:46 +02:00
Rob Vermaas
096f422545
Add memcached to the channel
2013-07-12 14:57:32 +02:00
Michael Raskin
1800db96d7
Update nginx
2013-07-11 10:28:52 +04:00
Domen Kozar
f2ee089784
nginx: 1.2.8 -> 1.2.9 (CVE-2013-2070)
2013-07-09 15:42:14 +02:00
aszlig
1182929a0b
zabbix20: Migrate XMPP support over to minmay.
...
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>
2013-07-08 14:27:43 +02:00
Jason \"Don\" O'Conal
ccb7715de8
apacheHttpd_2_4: fix build on darwin
2013-07-07 13:46:43 +02:00
Domen Kožar
26e9afaa28
Merge pull request #658 from aristidb/master
...
Pulseaudio 4.0 (and sbc 1.1)
2013-06-29 07:57:18 -07:00
Lluís Batlle i Rossell
7c74edc9bc
sipwitch: update to 1.6.1 to fix build
2013-06-29 15:30:05 +02: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
Vladimír Čunát
45f7b9c319
virtualbox: make guest additions use driver according to xserver version
2013-06-23 14:16:21 +02:00
Aristid Breitkreuz
dbda1a2989
libcap needs to be a propagated build input for pulseaudio
2013-06-22 22:59:55 +02:00
Aristid Breitkreuz
ad06d4df18
update pulseaudio to 4.0 and sbc to 1.1
2013-06-22 17:25:47 +02:00
aszlig
60ba4485b1
zabbix2: Add optional XMPP support using iksemel.
...
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>
2013-06-21 12:17:56 +02:00
Jason "Don" O'Conal
f4d648ed5c
shishi: fix compilation on darwin
2013-06-20 09:08:09 +10:00
Evgeny Egorochkin
0e57725261
Merge pull request #633 from lovek323/httpd
...
apacheHttpd: fix build on darwin
2013-06-17 22:38:29 -07:00
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
Michael Raskin
81b7f5fe63
Merge remote-tracking branch 'upstream/master' into x-updates
2013-06-15 17:15:32 +04:00
aszlig
ea87598a71
zabbix20: Update to version 2.0.6.
...
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>
2013-06-14 17:50:35 +02:00
Eelco Dolstra
935a054de9
libXrender, libXvMC: Update
2013-06-14 14:53:36 +02: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
Michael Raskin
19530856ed
Merge remote-tracking branch 'upstream/master' into x-updates
...
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
2013-06-13 17:12:43 +04:00
Malcolm Matalka
ebaf0c01d3
Fixes rebar shebang, also fixes source of leveldb zip to be the canonical one from github
2013-06-13 14:45:41 +02:00
Michael Raskin
1a45886454
Merge branch 'master' into x-updates
2013-06-11 15:46:10 +04:00
Peter Simons
2e618df532
bind: avoid build impurity by explicitly enabling/disabling features
...
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.
2013-06-10 15:38:00 +02:00
Michael Raskin
8271de6727
Merge remote-tracking branch 'upstream/master' into x-updates
...
Conflicts:
pkgs/misc/emulators/wine/default.nix
2013-06-10 10:04:46 +04:00
Evgeny Egorochkin
604652f1da
riak: this is really strange. Lets hope this hash difference isn't malicious :(
2013-06-10 08:19:18 +03:00
Evgeny Egorochkin
cdc21b40bd
Fix typo :(
2013-06-10 08:11:10 +03:00
Evgeny Egorochkin
009aa85060
Merge pull request #587 from orbitz/add-riak-1.3.1
...
Add Riak 1.3.1
2013-06-09 19:53:44 -07:00
Vladimír Čunát
7db886fdb9
Merge remote-tracking branch 'hydra/master' into x-updates
...
Conflicts (taken from @7c6f434c):
pkgs/development/libraries/libgphoto2/default.nix
2013-06-08 15:41:39 +00:00
Vladimír Čunát
ba6c764a51
xorg: intel driver bugfix update
2013-06-08 15:40:39 +00:00
Peter Simons
bfa846cd6e
bind: update to 9.9.3-P1 to fix CVE-2013-3919
2013-06-07 13:27:12 +02: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
Vladimír Čunát
619b024600
X security updates
...
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.
2013-06-05 21:24:19 +02:00
Vladimír Čunát
7af694700c
Merge branch 'master' into x-updates
...
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).
2013-06-05 12:59:47 +02:00
Malcolm Matalka
1a282dcae6
Fix up the description a bit
2013-06-04 17:17:54 +02:00
Malcolm Matalka
992f5b8d26
Add Riak 1.3.1
...
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.
2013-06-04 04:12:06 +02:00
Sander van der Burg
4efc39eadd
mysql-connector-java: Updated to 5.1.25
2013-06-02 23:40:18 +02:00
Vladimír Čunát
25471803e4
Merge master into x-updates
2013-05-29 23:25:26 +02:00
Vladimír Čunát
b770365574
ReRevert Merge x-updates into master
...
This reverts commit ec3965d8d0
.
Conflicts (taken x-updates):
pkgs/development/libraries/libgcrypt/default.nix
pkgs/development/libraries/libgpg-error/default.nix
pkgs/development/libraries/poppler/default.nix
2013-05-29 23:25:02 +02:00
Vladimír Čunát
466ce40f0f
xorg.xf86videointel: regression-fix update
...
http://lists.freedesktop.org/archives/intel-gfx/2013-May/028277.html
2013-05-27 20:43:02 +02:00
Vladimír Čunát
e7b61ea77d
xorg.xf86videointel: fix bad hash (from #556 )
2013-05-27 12:24:04 +02:00
Vladimír Čunát
ce456ab779
Merge pull request #556 from jcumming/x-updates.130523
...
update Intel Graphics Stack Release
2013-05-27 02:33:48 -07:00
Zef Hemel
8ca0c05859
Upgraded Redis version
2013-05-27 11:28:00 +02:00
Jack Cummings
fc8f474a9c
fix url and hash for intel x driver
2013-05-24 11:56:48 -07:00
Jack Cummings
800c467592
xf86-video-intel-2.21.7
2013-05-24 09:50:49 -07:00
Jack Cummings
253ee6f6a3
update to 2013Q1 Intel Graphics Stack Release
...
This changeset updates to all of the versions in
https://01.org/linuxgraphics/downloads/2013/2013q1-intel-graphics-stack-release
(but does not regression from newer version).
I tried generating 'servers/x11/xorg/default.nix' with the perl script,
but unrelated packges changed, so I just manually updated the file.
2013-05-23 16:25:21 -07:00
Vladimír Čunát
e3ff0f116f
vmware driver: depend on mesa_drivers to find libxatracker
2013-05-23 22:52:46 +02: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
Bjørn Forsman
1578fd3c1f
munin: add missing dependencies
...
* Add needed dependencies:
coreutils, python, ruby, java and several Perl modules (Time::HiRes
1.9.724 is no longer available, bump to 1.9725)
* Use sha256 instead of md5 (more secure)
* Wrap munin perl scripts so they find their dependencies at runtime
* Rework meta description attributes.
FIXME/TODO: munin is still not usable; it tries to write log files and
web graphs to its installation path.
2013-05-20 19:10:44 +02:00
Domen Kozar
c9bae2bcbe
munin: add the package, WIP
2013-05-20 11:18:40 +02:00
Petr Rockai
b5451c73b6
dictd-wiktionary: Let dictd serve an offline copy of wiktionary.
...
@vcunat: add -O to python, as it takes lots of time to process
2013-05-18 13:24:30 +02:00
Petr Rockai
c7fbe02429
dictd-wordnet: Make wordnet available via local dictd.
2013-05-18 13:24:30 +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
Mathijs Kwik
3d5121233d
mongodb: upgrade to 2.4.3 and use system libraries
2013-05-12 22:46:42 +02:00
Vladimír Čunát
ec3965d8d0
Revert Merge x-updates into master due to mesa bloat
...
See #490 discussion.
This reverts commit 1278859d31
, reversing
changes made to 0c020c98f9
.
Conflicts:
pkgs/desktops/xfce/core/xfce4-session.nix (take master)
pkgs/lib/misc.nix (auto)
2013-05-09 14:03:35 +02:00
Vladimír Čunát
1278859d31
Merge branch 'master' into x-updates
...
Conflicts (just splitting version from name):
pkgs/os-specific/linux/systemd/default.nix
2013-05-08 13:46:46 +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