Commit graph

11748 commits

Author SHA1 Message Date
Luca Bruno e08861a4cd mod_dnssd: new apache httpd 2.2 module
Provide Zeroconf support via DNS-SD using Avahi

http://0pointer.de/lennart/projects/mod_dnssd
2014-04-14 09:58:03 +02:00
Roelof Wobben 641ea31345 new package: cinnamon-control-center 2014-04-13 21:46:48 +02:00
Bjørn Forsman 99afbf9e91 sdcc: bump 3.3.0 -> 3.4.0
This new sdcc doesn't need older boost, so switch to nixpkgs default
version (currently 1.55).
2014-04-13 19:46:00 +02:00
Michael Raskin e86e76e560 Adding sysdig system call tracer for Linux 2014-04-13 20:49:37 +04:00
Cillian de Róiste 83044b788c pytest: fix for py2.6 by adding argparse as an input 2014-04-13 17:21:33 +02:00
Oliver Charles 7f4afcda7e Merge pull request #2235 from bennofs/haskell-monad-extras
haskell: add monad-extras
2014-04-13 12:11:27 +01:00
Roelof Wobben 0096bb677a new package: cinnamon-settings-daemon (close #2205)
With tiny changes from @vcunat.
2014-04-13 11:57:12 +02:00
Benno Fünfstück 7fed418b24 haskell: add monad-extras 2014-04-13 10:19:30 +02:00
Domen Kožar 7e37e4b5ee Merge pull request #2184 from offlinehacker/pkgs/pythonPacakges/sqlalchemy-imageattach_darwin_fix
pythonPackages: sqlalchemy-imageattach, fix tests on darwin
2014-04-13 00:25:25 +02:00
Michael Raskin 97982c4085 Update MDBTools Git version 2014-04-12 19:29:40 +04:00
taku0 c4eadfbac5 add thunderbird-bin: the binary package for Thunderbird mail client 2014-04-13 00:29:14 +09:00
John Wiegley 0ef3c47778 Add recipes for a few Haskell libraries 2014-04-12 10:22:37 -05:00
Oliver Charles 1b7a8e6f5b Merge pull request #2217 from bennofs/haskell-uri
Add uri haskell package
2014-04-12 16:09:46 +01:00
Oliver Charles 99d8ef0673 haskellPackages.snapCORS: New expression 2014-04-12 16:04:40 +01:00
Benno Fünfstück 796ea8ee11 haskell: add uri package 2014-04-12 16:59:29 +02:00
William A. Kennington III 4fea09ca4c google_api_python_client: Add package
Closes #2178

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-12 08:11:46 -05:00
Aristid Breitkreuz c62b9e56f8 perl: Finance::Quote 1.29 2014-04-12 14:40:03 +02:00
Vladimír Čunát 83cb0354e9 clang_34: make it evaluate to 3.4 even on Darwin 2014-04-12 09:46:37 +02:00
Austin Seipp 172dc1336f nixos: add grsecurity module (#1875)
This module implements a significant refactoring in grsecurity
configuration for NixOS, making it far more usable by default and much
easier to configure.

 - New security.grsecurity NixOS attributes.
   - All grsec kernels supported
   - Allows default 'auto' grsec configuration, or custom config
   - Supports custom kernel options through kernelExtraConfig
   - Defaults to high-security - user must choose kernel, server/desktop
     mode, and any virtualisation software. That's all.
   - kptr_restrict is fixed under grsecurity (it's unwriteable)
 - grsecurity patch creation is now significantly abstracted
   - only need revision, version, and SHA1
   - kernel version requirements are asserted for sanity
   - built kernels can have the uname specify the exact grsec version
     for development or bug reports. Off by default (requires
     `security.grsecurity.config.verboseVersion = true;`)
 - grsecurity sysctl support
   - By default, disabled.
   - For people who enable it, NixOS deploys a 'grsec-lock' systemd
     service which runs at startup. You are expected to configure sysctl
     through NixOS like you regularly would, which will occur before the
     service is started. As a result, changing sysctl settings requires
     a reboot.
 - New default group: 'grsecurity'
   - Root is a member by default
   - GRKERNSEC_PROC_GID is implicitly set to the 'grsecurity' GID,
     making it possible to easily add users to this group for /proc
     access
 - AppArmor is now automatically enabled where it wasn't before, despite
   implying features.apparmor = true

The most trivial example of enabling grsecurity in your kernel is by
specifying:

    security.grsecurity.enable          = true;
    security.grsecurity.testing         = true;      # testing 3.13 kernel
    security.grsecurity.config.system   = "desktop"; # or "server"

This specifies absolutely no virtualisation support. In general, you
probably at least want KVM host support, which is a little more work.
So:

    security.grsecurity.enable = true;
    security.grsecurity.stable = true; # enable stable 3.2 kernel
    security.grsecurity.config = {
      system   = "server";
      priority = "security";
      virtualisationConfig   = "host";
      virtualisationSoftware = "kvm";
      hardwareVirtualisation = true;
    }

This module has primarily been tested on Hetzner EX40 & VQ7 servers
using NixOps.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-11 22:43:51 -05:00
Peter Simons f32be2da85 haddock: update to version 2.14.2 2014-04-11 22:33:11 +02:00
Peter Simons 86177f06e9 haskell-haskell-src: add version 1.0.1.6 2014-04-11 22:33:11 +02:00
Peter Simons f5dd4d383b haskell-HTTP: update to version 4000.2.12 2014-04-11 22:33:11 +02:00
Peter Simons e1bdc5c164 haskell-statistics: add version 0.11.0.0 2014-04-11 22:33:11 +02:00
Peter Simons ea95516bf8 haskell-parsers: add version 0.11 2014-04-11 22:33:11 +02:00
Peter Simons 4604d52df4 GHC version 7.8.1 has been deprecated because of a serious bug.
We'll have version 7.8.2 out soon.

http://www.haskell.org/pipermail/ghc-devs/2014-April/004605.html
http://www.haskell.org/pipermail/ghc-devs/2014-April/004616.html
2014-04-11 22:33:11 +02:00
Peter Simons 5b211b9a9b Merge pull request #2207 from jwiegley/master
Add c2hsc to haskell-packages.nix
2014-04-11 22:30:49 +02:00
Domen Kožar baf2a4d4b9 ugly tarball fix for llvmPackages support on Darwin 2014-04-11 21:28:43 +02:00
John Wiegley 8026caec43 Add c2hsc to haskell-packages.nix 2014-04-11 10:34:56 -05:00
Ricardo M. Correia b8a6eef6fa gradm: Attempt to fix build failure by using older flex
Thanks to @thoughtpolice for noticing and suggesting the fix!
2014-04-11 16:38:24 +02:00
Peter Simons 2396e9d036 perlPackages.PackageStash: Revert "update from 0.34 to 0.36"
This reverts commit 5adbf4d447. The update broke
the test suite of perl-Moose [1], which is required by Hydra.

[1] http://hydra.nixos.org/build/10268974
2014-04-11 15:23:34 +02:00
Eelco Dolstra 2da09363bf nix: Update to 1.7 2014-04-11 12:24:48 +02:00
Peter Simons 9818422bc0 Merge pull request #2203 from fmap/language-c-inline
New derivation: language-c-inline (haskell)
2014-04-11 11:45:45 +02:00
Peter Simons 846906fc53 ipsec-tools: fix build by passing old version of flex 2014-04-11 11:09:59 +02:00
Peter Simons e35c2f6d4c all-packages.nix: drop trailing whitespace 2014-04-11 10:06:19 +02:00
Peter Simons 6913650adc maude: use old flex version; the new one causes build errors
This issue has been fixed in the latest alpha release.
2014-04-11 10:06:18 +02:00
Peter Simons f741be954c Offer consistently named attributes for the two available flex versions. 2014-04-11 10:06:18 +02:00
Vladimír Čunát 8c12816d59 pango on darwin: amend the wrong fix
I didn't realize pango doesn't depend on flex directly,
only through introspection which caused build problems by itself, too.
2014-04-11 09:57:26 +02:00
Vladimír Čunát e2e74154e2 fix tarball (dragonegg missing in llvmPackages on darwin) 2014-04-11 09:57:25 +02:00
Peter Simons b62ac3995c haskell-hastache: remove obsolete version 0.5.1 2014-04-11 09:53:16 +02:00
Michael Raskin 31f3755327 Adding TCPFlow: a tool to separate tcp streams when capturing 2014-04-11 11:08:51 +04:00
vi 7839df9a09 New derivation: language-c-inline (haskell) 2014-04-11 10:20:21 +08:00
Vladimír Čunát 07dc578572 llvm(Packages) on darwin: attempts to fix
- mark llvm34 as broken on darwin (so it doesn't install by default with nix-env)
- don't use our gcc for llvm_34 (might fix the build)
- switch also clang default to 3.3 on darwin (llvm was before)
2014-04-10 21:19:40 +02:00
Vladimír Čunát 297bcd2088 pango on darwin: attempt to fix build
Supply older flex (new doesn't build), and disable introspection.
2014-04-10 20:37:52 +02:00
Carles Pagès 8aa84644f9 libtxc_dxtn_s2tc: add v1.0 (close #2194)
S2TC is a patent-free S3TC compatible implementation and provides texture
compression to mesa.
2014-04-10 20:19:49 +02:00
Rob Vermaas c3c045c59d Add logstash-forwarder. 2014-04-10 13:31:23 +02:00
Ricardo M. Correia 5dfc6584a5 grsecurity: Update stable patch from 3.0-3.2.56-201404062126 -> 3.0-3.2.57-201404091758 2014-04-10 00:37:33 +02:00
Aristid Breitkreuz 5d12cbf1c2 add back old version of flex for grub2 2014-04-09 20:42:08 +02:00
Jaka Hudoklin 1bb391e2bb pythonPackages: sqlalchemy-imageattach, fix tests on darwin 2014-04-09 16:10:42 +02:00
Domen Kožar e5e27cfd64 Merge pull request #2153 from lethalman/gnome3
accounts-daemon service, fix gnome-shell, add libgnomekbd, musicbrainz5, sushi, gnome-contacts
2014-04-09 15:01:17 +02:00
Oliver Charles 18039f52bb Merge pull request #2181 from fmap/stuff
Derivations for HandsomeSoup and hxt-xpath (Haskell.)
2014-04-09 12:04:55 +01:00
vi 09e245b3ab Derivations for HandsomeSoup and hxt-xpath (Haskell.) 2014-04-09 18:36:49 +08:00
Peter Simons 9b4e914dac Merge pull request #2171 from ocharles/remove-lens-aeson
Remove haskellPackages.lensAeson
2014-04-09 11:53:07 +02:00
Austin Seipp 692ee73af1 libseccomp: version 2.1.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-08 19:37:47 -05:00
Austin Seipp 3ff158289a lockdep: refactor into non-kernel package
Lockdep doesn't *really* require the kernel package - just the kernel
sources. It's really a user-space tool just compiled from some portable
code within the kernel, nothing more.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-08 19:21:55 -05:00
Domen Kožar da7e94e0b6 Merge pull request #2174 from matejc/upgrade_searx
searx: upgrade to latest
2014-04-08 21:08:11 +02:00
Vladimír Čunát f5865a5155 linux: switch to 3.12 by default (latest longterm)
Close #2151.
2014-04-08 20:30:41 +02:00
Matej Cotman 6a3d9a84c4 searx: upgrade to latest 2014-04-08 20:14:01 +02:00
Oliver Charles f251d0d386 Remove haskellPackages.lensAeson
This is now part of haskellPackages.lens
2014-04-08 17:21:47 +01:00
Austin Seipp 57cfb4315e haskell: sbv 3.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-08 10:12:58 -05:00
Austin Seipp 968740e0c1 capstone: version 2.1.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-08 07:04:19 -05:00
Luca Bruno 9b737eb282 libmusicbrainz5: new major version 2014-04-08 13:39:51 +02:00
cillianderoiste 565ff3da00 Merge pull request #2166 from offlinehacker/pkgs/pythonPacakges/ipdb_ipythonLight
pythonPackages: ipdb, use ipythonLight by default
2014-04-08 13:27:16 +02:00
Peter Simons 28410f40b4 perlPackages.DataPage: update from 2.01 to 2.02 2014-04-08 13:25:17 +02:00
Peter Simons 83a4c1ed79 perlPackages.DataCompare: update from 1.22 to 1.2102 2014-04-08 13:25:17 +02:00
Peter Simons bfe8e8148a perlPackages.DBIxClassCandy: update from 0.002103 to 0.002104 2014-04-08 13:25:17 +02:00
Peter Simons 639c075ca5 perlPackages.DBI: update from 1.630 to 1.631 2014-04-08 13:25:17 +02:00
Peter Simons ce938b40bf perlPackages.CryptUnixCryptXS: update from 0.09 to 0.10 2014-04-08 13:25:16 +02:00
Peter Simons 4f8820cce6 perlPackages.CryptRijndael: update from 1.11 to 1.12 2014-04-08 13:25:16 +02:00
Peter Simons d3a072b81c perlPackages.CryptRandPasswd: update from 0.03 to 0.05 2014-04-08 13:25:16 +02:00
Peter Simons 3f323615b2 perlPackages.CryptPasswdMD5: update from 1.3 to 1.40 2014-04-08 13:25:16 +02:00
Peter Simons 33d9f8bd5c perlPackages.CryptOpenSSLRandom: update from 0.04 to 0.06 2014-04-08 13:25:16 +02:00
Peter Simons 4b906253d8 perlPackages.CryptDHGMP: update from 0.00011 to 0.00012 2014-04-08 13:25:16 +02:00
Peter Simons 665f7e653a perlPackages.Coro: update from 6.33 to 6.37 2014-04-08 13:25:16 +02:00
Peter Simons 42d2cf897e perlPackages.ConfigTiny: update from 2.12 to 2.20 2014-04-08 13:25:16 +02:00
Peter Simons 8843b31863 perlPackages.ConfigMVP: update from 2.200004 to 2.200007 2014-04-08 13:25:16 +02:00
Peter Simons 35a8be6a0c perlPackages.CompressRawBzip2: update from 2.063 to 2.064 2014-04-08 13:25:16 +02:00
Peter Simons 02cd3d3f2d perlPackages.ClassXSAccessor: update from 1.16 to 1.19 2014-04-08 13:25:16 +02:00
Peter Simons 5198214d70 perlPackages.ClassUnload: update from 0.07 to 0.08 2014-04-08 13:25:16 +02:00
Peter Simons 4c05aacb52 perlPackages.ClassThrowable: update from 0.10 to 0.11 2014-04-08 13:25:15 +02:00
Peter Simons 9a091a98b8 perlPackages.ClassMethodModifiers: update from 2.00 to 2.10 2014-04-08 13:25:15 +02:00
Peter Simons a826bd4836 perlPackages.ClassMethodMaker: update from 2.18 to 2.21 2014-04-08 13:25:15 +02:00
Peter Simons 9fbd2668a5 perlPackages.ClassLoad: update from 0.20 to 0.21 2014-04-08 13:25:15 +02:00
Peter Simons adaa09ea51 perlPackages.ClassC3: update from 0.24 to 0.26 2014-04-08 13:25:15 +02:00
Peter Simons 3049b02731 perlPackages.ClassBase: update from 0.03 to 0.05 2014-04-08 13:25:15 +02:00
Peter Simons 442f027c69 perlPackages.CatalystXComponentTraits: update from 0.16 to 0.19 2014-04-08 13:25:15 +02:00
Peter Simons d67240b5b9 perlPackages.CatalystViewTT: update from 0.40 to 0.41 2014-04-08 13:25:15 +02:00
Peter Simons da172c171b perlPackages.CatalystViewDownload: update from 0.07 to 0.09 2014-04-08 13:25:15 +02:00
Peter Simons 03e9004bc8 perlPackages.CatalystPluginStaticSimple: update from 0.30 to 0.31 2014-04-08 13:25:15 +02:00
Peter Simons 66d3ba9cae perlPackages.CatalystPluginStackTrace: update from 0.11 to 0.12 2014-04-08 13:25:15 +02:00
Peter Simons 2017c7a1eb perlPackages.CatalystPluginSession: update from 0.36 to 0.39 2014-04-08 13:25:15 +02:00
Peter Simons 04cdf8a974 perlPackages.CatalystPluginConfigLoader: update from 0.30 to 0.33 2014-04-08 13:25:15 +02:00
Peter Simons 599ae0f43c perlPackages.CatalystManual: update from 5.9006 to 5.9007 2014-04-08 13:25:15 +02:00
Peter Simons b62a1edf53 perlPackages.CatalystDispatchTypeRegex: update from 5.90032 to 5.90033 2014-04-08 13:25:15 +02:00
Peter Simons b5f3b44160 perlPackages.CatalystDevel: update from 1.37 to 1.39 2014-04-08 13:25:14 +02:00
Peter Simons 9d8ef258e3 perlPackages.CatalystAuthenticationStoreDBIxClass: update from 0.1503 to 0.1506 2014-04-08 13:25:14 +02:00
Peter Simons beeb787017 perlPackages.CaptureTiny: update from 0.21 to 0.24 2014-04-08 13:25:14 +02:00
Peter Simons 626061e79d perlPackages.CGIExpand: update from 2.03 to 2.04 2014-04-08 13:25:14 +02:00
Peter Simons d8cd48542b perlPackages.CGICookieXS: update from 0.16 to 0.18 2014-04-08 13:25:14 +02:00
Peter Simons 282fe2da2a perlPackages.BoostGeometryUtils: update from 0.12 to 0.15 2014-04-08 13:25:14 +02:00
Peter Simons 353bb1c2f7 perlPackages.BHooksEndOfScope: update from 0.12 to 0.13 2014-04-08 13:25:14 +02:00