Commit Graph

51425 Commits

Author SHA1 Message Date
cillianderoiste
341705a868 Merge pull request #6911 from kevinmarsh/django
Update Django to latest minor versions
2015-03-21 16:16:18 +01:00
Tom Hunger
348b26a523 pythonPackages: Add hypothesis 0.7.0. 2015-03-21 11:34:58 +00:00
Arseniy Seroka
37c95d6a48 Merge pull request #6909 from johbo/libatopic_ops
libatomic_ops: Allow on all unix platforms
2015-03-21 13:48:19 +03:00
Vincent Laporte
0f2509a52d ocaml-batteries: update from 2.2.0 to 2.3.1 2015-03-21 10:04:15 +01:00
Vincent Laporte
4c8681fea1 Adds ocaml-qtest-2.0.1
Inline test extraction utility for OCaml, originally developed
internally for Batteries

Homepage: https://github.com/vincent-hugot/iTeML
2015-03-21 10:04:14 +01:00
Hoang Xuan Phu
4967e78dc8 document workaround for sourcing autojump init file from zsh 2015-03-21 16:50:20 +08:00
Ricardo M. Correia
a246b849eb firefox: Update from 36.0.1 -> 36.0.3 2015-03-21 06:49:17 +01:00
Ricardo M. Correia
0f5a5cae76 grsecurity: Update test patch from 3.1-3.19.2-201503182219 -> 3.1-3.19.2-201503201903 2015-03-21 06:23:26 +01:00
William A. Kennington III
bea1c88205 openssh: 6.7p1 -> 6.8p1 2015-03-20 21:20:33 -07:00
Arseniy Seroka
18ab694934 steam: fix: add gst lib (needed by audiosurf 2) 2015-03-21 02:54:32 +03:00
William A. Kennington III
fff38f354a btrfsProgs: 3.18.2 -> 3.19 2015-03-20 15:44:51 -07:00
William A. Kennington III
6437ad00f0 kernel/common-config: More fixes 2015-03-20 15:05:43 -07:00
William A. Kennington III
6e404cb338 linux-testing: 4.0.0-rc2 -> 4.0.0-rc4 2015-03-20 15:02:01 -07:00
William A. Kennington III
9dc8335294 kernel/common-config: Fix older kernels 2015-03-20 14:41:03 -07:00
William A. Kennington III
36ada70250 kernel: 3.14.35 -> 3.14.36 2015-03-20 14:21:39 -07:00
William A. Kennington III
a7c32c8ea5 kernel: 3.19.1 -> 3.19.2 2015-03-20 14:19:49 -07:00
William A. Kennington III
b9537d17f6 kernel: 3.12.38 -> 3.12.39 2015-03-20 14:16:01 -07:00
William A. Kennington III
0517907801 kernel: 3.10.71 -> 3.10.72 2015-03-20 14:15:59 -07:00
Edward Tjörnhammar
5126119686 aiccu: added package 2015-03-20 22:01:34 +01:00
Austin Seipp
3ff22a924f Merge pull request #6871 from joachifm/apparmor-fixups
Apparmor fixups
2015-03-20 15:36:42 -05:00
Eelco Dolstra
2ed5c2bd6b Set some meta.platforms
Also fix meta.platform -> meta.platforms in a few places.
2015-03-20 20:04:42 +01:00
Eelco Dolstra
0461f35894 Rename scrubDrv -> hydraJob and make it more effective
It now strictly evaluates all remaining attributes, preventing
unevaluated thunks that cannot be garbage-collected. It's also applied
to all jobs in Nixpkgs' release.nix.

This reduces hydra-eval-jobs' memory consumption on the 14.12
release-combined jobset from 5.1 GB to 2.0 GB.
2015-03-20 19:46:18 +01:00
Eelco Dolstra
738cf42639 release-lib: Simplify 2015-03-20 19:37:55 +01:00
Eelco Dolstra
6938090725 prosody: Remove bogus recurseIntoAttrs 2015-03-20 19:34:31 +01:00
Eelco Dolstra
b981eb3f7b release-lib.nix: Style cleanup 2015-03-20 19:33:08 +01:00
Eelco Dolstra
dda16e0c06 pam_login: Remove
We haven't used/updated this package in years.
2015-03-20 16:38:21 +01:00
Eelco Dolstra
87c86f6711 pam_console: Remove
This package is no longer used in NixOS.
2015-03-20 16:18:10 +01:00
Kevin Marsh
c3d92c8efe Update Django to latest minor versions 2015-03-20 15:16:01 +00:00
Shea Levy
19cd9f16a0 Merge branch 'staging' 2015-03-20 09:53:34 -04:00
Johannes Bornhold
c30b11c776 libatomic_ops: Allow on all unix platforms 2015-03-20 14:31:54 +01:00
Jaka Hudoklin
89f41b90fa Merge pull request #6874 from offlinehacker/pkgs/kubernetes/update
kubernetes: update to 0.12.1, fix module
2015-03-20 11:22:48 +01:00
aszlig
3bb0e6df8a
haxe: Add package for the hxcpp runtime library.
I'm not adding this to pkgs/development/libraries because it somewhat is
strongly tied to Haxe itself, because otherwise you can't compile to C++
and in the event that someone is going to create something like
"haxePackages" someday it is easier to notice when it's residing in the
Haxe folder.

In theory it would also work by using imperative haxelib, but you'll get
precompiled libraries which need to be patched on NixOS systems. That's
the main reason I was packaging this, among from the fact that even when
patching the libraries, it still leads to occasional library hell and
instabilities.

The package has two outputs: One with the library itself, needed for
compile time ($out) and another one ($lib) which is needed at runtime,
so after compiling, the $out path can be safely garbage collected.

Right now, I've set meta.platforms to Linux only, because that's where
I've tested it. In order to get it running on other platforms the
targetArch attribute has to be set accordingly.

We also build everything completely from scratch, even though there are
binaries within the source ZIP file. The main reason is to make smaller
library dependencies by avoiding bundled libraries and using the ones we
already ship with nixpkgs.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-20 08:47:11 +01:00
aszlig
d68e9b855c
haxe: Add setup-hook and patch to add haxlib path.
Introduces a new environment variable called HAXELIB_PATH and the patch
for haxelib is trying to search that environment variable for other
libraries. If the haxelib path for a particular library isn't found, it
reverts to the normal behaviour of searching the user's home directory
for a file called .haxelib, which in turn points to a repsitory path and
that in turn has .current/.dev files to point it to the right version
number.

This avoids workarounds like this when using Nix to build Haxe projects:

configurePhase = ''
  export HOME="$(pwd)"
  echo "$(pwd)" > .haxelib

  mkdir dependency1
  echo dev > dependency1/.current
  echo "${dependency1}" > dependency1/.dev

  mkdir dependency2
  echo dev > dependency2/.current
  echo "${dependency2}" > dependency2/.dev
'';

Now every haxelib is expected to be in $out/lib/haxe/$name and whenever
it is listed in buildInputs of another Haxe derivation, HAXELIB_PATH
gets automatically set in the build environment.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-20 08:39:21 +01:00
Austin Seipp
9b41cf0281 nixpkgs: arcanist 20150118 -> 20150318
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-19 17:46:24 -05:00
Vladimír Čunát
cd97c58110 openssl_1_0_1j: fix after updating the main version 2015-03-19 20:28:35 +01:00
Michael Raskin
14fc74054b Update Conkeror. Works now 2015-03-19 22:13:07 +03:00
Jos van den Oever
b841e8a201 Update davmail to 2.6.1.
Bugfix release to fix recent regression with Office 365,
also includes a few Linux and IMAP enhancements.
http://sourceforge.net/projects/davmail/files/davmail/4.6.1/releasenotes.txt/download
2015-03-19 19:48:47 +01:00
Vincent Laporte
20b150b26c Adds ocaml-dolog-1.0
dolog is a minimalistic lazy logger in OCaml

Homepage: https://github.com/UnixJunkie/dolog
2015-03-19 19:14:18 +01:00
Vincent Laporte
d52b6f1d3e ocaml-re: update from 1.3.0 to 1.3.1 2015-03-19 19:14:15 +01:00
Vincent Laporte
e4c0225c29 tuareg-mode: update from 2.0.6 to 2.0.9 2015-03-19 19:14:15 +01:00
Arseniy Seroka
9cfdeba324 Merge pull request #6611 from jagajaga/slurm
Slurm module
2015-03-19 21:06:49 +03:00
koral
2d46220863 New python package: clf 2015-03-19 17:12:50 +00:00
Peter Simons
afb0874e06 hackage-packages.nix: re-generate from Hackage 2015-03-19T13:39:37+0100 2015-03-19 17:55:19 +01:00
Arseniy Seroka
48e06786fd Merge pull request #6897 from joachifm/apparmor-revdeps
Change uses of apparmor to libapparmor (v2.9)
2015-03-19 19:53:27 +03:00
Eelco Dolstra
2fe351c7e3 openssl: Update to 1.0.1m
Fixes various "Moderate" / "Low" CVEs:
http://openssl.org/news/secadv_20150319.txt
2015-03-19 15:57:17 +01:00
Eelco Dolstra
cb7b0f3c1b Merge pull request #6898 from joachifm/redundant-params
kernelPatches: remove unused parameters
2015-03-19 15:31:03 +01:00
Joachim Fasting
0e52c562b5 RAppArmor: use AppArmor 2.9 2015-03-19 14:14:28 +01:00
Joachim Fasting
fa843cdf11 lxc: use AppArmor 2.9 2015-03-19 14:12:15 +01:00
Joachim Fasting
cd55b6b5bb kernelPatches: remove unused parameters 2015-03-19 14:08:16 +01:00
Peter Simons
5a2fd23b8a Merge pull request #6896 from NixOS/revert-6886-fix/vlc
Revert "VLC wants a newer version of libdvdnav".
2015-03-19 13:34:35 +01:00
Mateusz Kowalczyk
d56831a9af ghc: update link and version of 7.10 RC3 2015-03-19 12:33:11 +00:00
Peter Simons
f30743b86b Revert "VLC wants a newer version of libdvdnav" 2015-03-19 13:19:17 +01:00
Robin Bate Boerop
63d54cf5b7 Remove unnecessary propagatedNativeBuildInputs from AppSqitch 2015-03-19 09:02:46 -03:00
Robin Bate Boerop
91004a3485 Merge branch 'Sqitch' into sqitch-pg 2015-03-19 08:11:31 -03:00
Christoph Hrdinka
d3a2edb8ce nsd: Fix automatic config options 2015-03-19 12:10:55 +01:00
Luca Bruno
80d8d1fc27 Revert "Add a kafka package". Closes #6892
This reverts commit b34a1cc248.

Conflicts:
	pkgs/top-level/all-packages.nix

Duplicate package kafka, already existed and used in the nixos service.

Retained the boothead addition to maintainers.
2015-03-19 11:54:40 +01:00
lethalman
5c025c1bea Merge pull request #6851 from ragnard/update-apache-kafka
apache-kafka: Update apache kafka to version 0.8.2.1
2015-03-19 11:02:44 +01:00
lethalman
515bd937f9 Merge pull request #6868 from lancelotsix/add_checkbashisms
Add checkbashisms package
2015-03-19 10:42:00 +01:00
Jaka Hudoklin
1b99f0aeb6 Merge pull request #6873 from offlinehacker/pkgs/panamax/update
panamax: update, fix module
2015-03-19 09:18:48 +01:00
Benjamin Staffin
5972edc148 New package: Honcho (Python clone of Foreman) 2015-03-18 23:17:14 -07:00
Ricardo M. Correia
5b074d20f8 zfs: Update from 0.6.3-1.2 -> 0.6.3-1.3 2015-03-19 06:08:08 +01:00
Ricardo M. Correia
1e28cd0c83 spl: Update from 0.6.3-1.2 -> 0.6.3-1.3
Removed time.patch (applied upstream).
2015-03-19 06:07:54 +01:00
Mateusz Kowalczyk
2b8fd8d4e9 Merge pull request #6857 from k0ral/mpv
mpv: 0.8.2 -> 0.8.3
2015-03-19 00:16:03 +00:00
Arseniy Seroka
15f7afa6b4 Merge pull request #6885 from hrdinka/update-nsd
nsd: Update from 4.1.0 -> 4.1.1
2015-03-19 03:15:35 +03:00
Arseniy Seroka
f122393e5d Merge pull request #6884 from offlinehacker/pkgs/t/add
Add t, command line tool for twitter
2015-03-19 03:14:58 +03:00
Arseniy Seroka
ace5a6b8c8 Merge pull request #6887 from lancelotsix/add_networkx_python_module
Add networkx python package
2015-03-19 03:13:51 +03:00
Arseniy Seroka
ce0cea8938 Merge pull request #6888 from KaiSforza/fixvim
vim: Fix vim_configurable options
2015-03-19 03:12:22 +03:00
Vladimír Čunát
80c7a6f107 nmap: extend platforms
Tested briefly by @jcf on darwin, web site claims BSDs are also supported.
2015-03-18 23:51:19 +01:00
William Giokas
9e2d8fd259 vim: Fix vim_configurable options
mzscheme and tcl were using `--enable-mzscheme` and `--enable-tcl` when
those are not actual flags. They should be set to `*interp` instead.
2015-03-18 15:50:37 -07:00
Domen Kožar
38db12b96d Merge pull request #6886 from pjones/fix/vlc
VLC wants a newer version of libdvdnav
2015-03-18 22:54:58 +01:00
Lancelot SIX
8e0134c2cd Add networkx python package 2015-03-18 21:42:50 +01:00
Peter Jones
05d6d77c8e VLC wants a newer version of libdvdnav
* Updated libdvdnav/libdvdread to latest versions

  * Removed libdvdnav patches since they have been incorporated into the
    latest release

  * Added `--enable-dvdnav` configure flag to VLC to ensure that if this
    happens again VLC will fail to build
2015-03-18 14:37:12 -06:00
Bjørn Forsman
5c59b23cef alsa-firmware: longDescription => description 2015-03-18 21:26:20 +01:00
Bjørn Forsman
cf0dfec106 alsa-firmware: align attrname with pkgname
The expression was added only two days ago, so I don't think we need to
keep a copy of the old attribute around.
2015-03-18 21:26:19 +01:00
Jaka Hudoklin
fca0aa7077 Add fluentd package and module 2015-03-18 21:18:47 +01:00
Rickard Nilsson
e8892b3ba5 bosun/scollector: Update to rev 20150311224711 2015-03-18 21:16:30 +01:00
Jaka Hudoklin
c84c281508 Merge pull request #6881 from offlinehacker/pkgs/rippled/update
rippled: update to 0.27.3-sp2
2015-03-18 21:08:22 +01:00
Lancelot SIX
7bf0458cb6 Add checkbashisms package 2015-03-18 21:03:30 +01:00
Christoph Hrdinka
6db8155e37 nsd: Update from 4.1.0 -> 4.1.1 2015-03-18 21:01:35 +01:00
Jaka Hudoklin
414dbacfa7 Add t, command line tool for twitter 2015-03-18 21:00:04 +01:00
Jaka Hudoklin
12fde06cdd rippled: update to 0.27.3-sp2 2015-03-18 20:31:05 +01:00
Vladimír Čunát
e73933da9c coreutils: skip dd/sparse test (fixes #6306)
It's not done very nicely, as the main build log still prints as if the
test ran and succeeded, but I'm lazy to dig deeper into the framework.
2015-03-18 20:20:18 +01:00
Arseniy Seroka
2bc6af3efc Merge pull request #6876 from offlinehacker/pkgs/cadvisor/update
cadvisor: update to 0.10.1
2015-03-18 22:11:29 +03:00
Moritz Ulrich
cb9e0343d1 yubikey-personalization: Install udev-rules. 2015-03-18 19:16:24 +01:00
Vladimír Čunát
105f933f64 ffmpeg: add new branch 2.6.1 (no switching yet)
/cc maintainers @codyopel, @fuuzetsu.

Release notes don't indicate any new options or dependencies.
http://git.videolan.org/?p=ffmpeg.git;a=blob;f=RELEASE_NOTES;hb=release/2.6
APIchanges looks like we should be able to replace 2.5 by 2.6
without anything breaking (belongs to staging and needs some testing).
2015-03-18 18:10:26 +01:00
Ragnar Dahlén
3dd03330d1 apache-kafka: Update apache kafka to version 0.8.2.1
Also use scala version  recommended in Kafka docs (2.10).
2015-03-18 16:20:23 +00:00
lethalman
626c7d8812 Merge pull request #6835 from bencef/alsa_firmware
Add alsa-firmware package
2015-03-18 15:31:29 +01:00
lethalman
fd50312808 Merge pull request #6865 from KaiSforza/kaictl
vim: Add python3 support to vim_configurable
2015-03-18 15:25:01 +01:00
Jaka Hudoklin
853358bca6 cadvisor: update to 0.10.1 2015-03-18 14:39:04 +01:00
Jaka Hudoklin
2482b75eae kubernetes: update to 0.12.1, fix module 2015-03-18 14:37:03 +01:00
Jaka Hudoklin
079520ced5 panamax: update, fix module 2015-03-18 14:35:24 +01:00
Robin Bate Boerop
a3a98d7242 Improved builder for Sqitch 2015-03-18 10:32:46 -03:00
Jaka Hudoklin
b5298683aa Add chef-dk 2015-03-18 14:17:25 +01:00
Jaka Hudoklin
17b9405685 bundlerEnv: add support for additional build inputs 2015-03-18 14:15:50 +01:00
Peter Simons
3f45fe100a haskell-bindings-GLFW is broken (and has been for quite a while). 2015-03-18 13:31:33 +01:00
Peter Simons
5cdd855938 haskell-lens: update to 4.8 2015-03-18 13:31:33 +01:00
Edward Tjörnhammar
dfb8f0dbcf sweethome3d.{application,furniture-editor}: version bumps
sweethome3d.*: make sure gsetting schemas are picked up
2015-03-18 12:55:36 +01:00
Peter Simons
25f4f78c92 haskell-mysql: fix build 2015-03-18 12:13:43 +01:00
Peter Simons
fe8d65c9a6 Add required overrrides for haskell-hosc and haskell-tidal-midi.
Fixes https://github.com/NixOS/nixpkgs/issues/6864.
2015-03-18 12:13:43 +01:00
Peter Simons
53fa11398c hackage-packages.nix: re-generate from Hackage 2015-03-17T11:52:35+0100 2015-03-18 12:13:43 +01:00
Joachim Fasting
b0698d4342 apparmor: fixup install locations
This patch fixes install locations for man pages, python modules
and vim scripts. This patch improves but does not fix the user-land
AppArmor utilities (i.e., they can now import the modules they need
but are broken in other ways still).
2015-03-18 12:11:02 +01:00
Joachim Fasting
dc71d5b602 apparmor: factor out common prePatch 2015-03-18 12:08:11 +01:00
Joachim Fasting
a470b2748b Cleanup apparmor expression
Remove excessive whitespace & comments.
2015-03-18 12:07:49 +01:00
Domen Kožar
e61f23d89f Fix a bad revert at 1e4ba025c2 2015-03-18 11:50:19 +01:00
Austin Seipp
1ef6f44e5d nixpkgs: hhvm 3.3.0 -> 3.6.0
- We need {perl,git,krb5,libvpx,etc} as a dependency
  - Drop upstream patches.
  - Simplify build (uses cmake configuration)
  - Simplify install (uses cmake generated installer)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-18 05:11:31 -05:00
Yorick van Pelt
a2dc00c177 nvidiabl: fix for other kernel versions than current
It was using the version of currently *running* kernel (impurely).
Close #6869.
2015-03-18 10:48:45 +01:00
Peter Simons
a2e5e3dbf9 Merge pull request #6856 from k0ral/git
git: 2.3.2 -> 2.3.3
2015-03-18 10:46:27 +01:00
lethalman
59e3226d27 Merge pull request #6866 from benley/iojs
iojs: Fix update script, update iojs
2015-03-18 10:42:40 +01:00
Luca Bruno
ff0ca7fced p2pvc: remove dot at the end of description 2015-03-18 10:11:41 +01:00
lethalman
66d119c55c Merge pull request #6862 from hmuehlhans/master
p2pvc: new package
2015-03-18 10:10:30 +01:00
lethalman
0453322524 Merge pull request #6789 from joachifm/electrum-2.0.2
Electrum 2.0.2
2015-03-18 10:09:16 +01:00
Joachim Fasting
86b0c186d2 electrum: bump to 2.0.3
With improvements suggested by @lethalman.
2015-03-18 09:49:59 +01:00
Joachim Fasting
0d1b3aa8b8 pythonPackages: add pyasn1-modules, qrcode, and tlslite for electrum 2015-03-18 09:49:32 +01:00
Eric Seidel
4122cd0ec4 emacs-packages: add alert, caml, and tuareg, and update use-package 2015-03-17 22:12:44 -07:00
Austin Seipp
5bbbb2c96b nixpkgs: concurrencykit 0.4.4 -> 0.4.5
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Austin Seipp
b0519234dd nixpkgs: musl 1.1.4 -> 1.1.6
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Austin Seipp
0c1daca24a nixpkgs: stunnel 5.05 -> 5.11
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Austin Seipp
c8d46c7374 nixpkgs: re2c 0.13.7.5 -> 0.14.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Austin Seipp
70528e9f8e nixpkgs: ninja 1.5.1 -> 1.5.3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Austin Seipp
1840694a84 nixpkgs: lockdep 3.17 -> 3.19.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Austin Seipp
075c1886a3 nixpkgs: libressl 2.1.4 -> 2.1.5
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-17 20:29:46 -05:00
Eric Seidel
fd60b5f496 gnupg: dont demand pcsclite on darwin 2015-03-17 17:26:01 -07:00
Moritz Ulrich
30e577cdfe audacity: Fix nyquist support. 2015-03-17 23:44:03 +01:00
Benjamin Staffin
e3eb1aa719 Update iojs using the fixed-up script 2015-03-17 15:22:35 -07:00
Robert Scott
5a45003800 luajit: declare lua in propagatedBuildInputs, remove from osrm-backend's buildInputs 2015-03-17 22:05:13 +00:00
Robert Scott
c8da20fa5e osrm-backend: patch to hardcode path to default lua profiles once installed into $out 2015-03-17 22:04:03 +00:00
Benjamin Staffin
1b1f26636e iojs: Fix update-iojs script
The nix-instantiate invocations only work correctly if this script is
run from the root directory of nixpkgs, or in a directory without a
default.nix file and NIX_PATH set appropriately.
2015-03-17 15:00:16 -07:00
Longrin Wischnewski
30beb0ad7d flightgear: bump version to 3.4 (close #6385)
- openscenegraph: bump version to 3.2.1: http://www.openscenegraph.org/index.php/download-section/stable-releases
- remove obsolete patch
- simgear: bump version to 3.4.0
- flightgear: add qt5 as build input
2015-03-17 22:58:39 +01:00
William Giokas
463c78a509 vim: Add python3 support to vim_configurable 2015-03-17 14:30:47 -07:00
Tobias Geerinckx-Rice
22625fbf37 netsniff-ng 0.5.9-rc4-40-g5107740 -> 0.5.9-rc4-49-g6f54288
Adds support for IGMP packet generation.
2015-03-17 21:57:30 +01:00
hmuehlhans
ec9f528961 p2pvc: new package
Added myself to maintainers
2015-03-17 21:04:05 +01:00
Bence Fabian
ba6aee260e remove DESTDIR and don't strip 2015-03-17 20:59:31 +01:00
Bence Fabian
66e5b36378 remove /usr prefix in postInstall 2015-03-17 20:59:31 +01:00
Bence Fabian
90b083d387 Add alsa-firmware package 2015-03-17 20:59:31 +01:00
Vladimír Čunát
6a230188c6 xorg.libXfont: security update
Fixes CVE-2015-{1802,1803,1804}.
http://lists.x.org/archives/xorg-announce/2015-March/002550.html
Almost nothing needs rebuilding.
2015-03-17 18:36:52 +01:00
koral
ebba9e6681 mpv: 0.8.2 -> 0.8.3 2015-03-17 17:31:35 +00:00
koral
8797078695 git: 2.3.2 -> 2.3.3 2015-03-17 17:18:12 +00:00
Antoine R. Dumont
6683a5a2c1 Update putty derivation
- Use source code tarball instead of svn.
- Add meta information on package.
2015-03-17 15:06:31 +01:00
Vladimír Čunát
2ed90cd27f gdal: fix build by adding openssl
I'm not sure why it started needing it, but I suspect mysql (mariadb).
2015-03-17 13:58:09 +01:00
Robin Bate Boerop
566cd9ba19 Remove unnecessary propagatedBuildInputs line 2015-03-17 09:46:52 -03:00
Vladimír Čunát
e924f05cc3 Merge branch 'master' into staging 2015-03-17 13:35:05 +01:00
lethalman
cffc2c73d1 Merge pull request #6810 from robinbb/AppSqitch-module
Add Perl module App::Sqitch
2015-03-17 13:06:06 +01:00
lethalman
ccd693bb7c Merge pull request #6792 from pjones/pkg/atomicparsley
New package: AtomicParsley
2015-03-17 12:56:10 +01:00
Peter Simons
658bb1e68d Merge pull request #6839 from joelmo/master
graph-tool: enable drawing and openmp for algorithms
2015-03-17 12:53:12 +01:00
lethalman
341332a814 Merge pull request #6845 from k0ral/logrotate
logrotate: 3.8.7 -> 3.8.9
2015-03-17 12:46:57 +01:00
koral
2c1041acc7 curl: 7.40.0 -> 7.41.0 (close #6844) 2015-03-17 12:38:05 +01:00
lethalman
c812ded1ea Merge pull request #6800 from garrison/ario
Package ario
2015-03-17 12:31:10 +01:00
Joel Moberg
14106ba4f7 graph-tool: enable drawing and openmp for algorithms 2015-03-17 12:25:35 +01:00
lethalman
1099ea2d0d Merge pull request #6829 from gebner/gnome-control-center-vpn-sopath
Patch gnome-control-center not to override VPN plugin paths.
2015-03-17 12:19:05 +01:00
Peter Simons
04611ab692 ghc: update 7.10.1 to rc3 2015-03-17 11:40:51 +01:00
Peter Simons
eb7b6e2137 haskell-exceptions: upstream has fixed the test suite 2015-03-17 11:40:51 +01:00
lethalman
e99dc2b0d5 Merge pull request #6833 from magnetophon/puredata-with-plugins
Puredata with plugins
2015-03-17 11:18:17 +01:00
Peter Simons
cf9994a53b Merge pull request #6841 from KoviRobi/gnu-apl
Added GNU APL, a free APL interpreter.
2015-03-17 11:09:09 +01:00
Eelco Dolstra
c1e1092b8b rsyslog: Move systemd check 2015-03-17 10:13:06 +01:00
Michael Raskin
7e285b8b87 Update Botan unstable and fix source link 2015-03-17 11:02:56 +03:00
Domen Kožar
1e4ba025c2 Reverts a bunch of commits as a try to fix GC errors.
Commits

- 694f01db2d
- 829479d1dd
- bd81885f70
- b2fdcf801c
2015-03-17 08:55:03 +01:00
Jim Garrison
614751bb16 Package ario 2015-03-16 22:16:44 -07:00
Ricardo M. Correia
92501d62f4 zfs_git: Update to 2015-03-12 2015-03-17 03:43:31 +01:00
koral
25b6058628 logrotate: 3.8.7 -> 3.8.9 2015-03-17 00:24:37 +00:00
Tobias Geerinckx-Rice
ca6cf1a79d cassandra 2.0.12 -> 2.0.13 2015-03-17 01:05:04 +01:00
Tobias Geerinckx-Rice
3a73e3bf92 nxproxy: switch to release 3.5.0.30 instead of git 2015-03-17 00:36:02 +01:00
Tobias Geerinckx-Rice
af15b26ee8 libxcomp: switch to release 3.5.0.30 instead of git 2015-03-17 00:35:24 +01:00
Kovacsics Robert (NixOS-SSD2)
8f5f047286 Added GNU APL, a free APL interpreter.
It is an almost complete implementation of ISO 13751: Programming
Language APL, Extended.
2015-03-16 21:57:51 +00:00
Vladimír Čunát
51a8a43dfc Merge #6472: add ddccontrol 2015-03-16 21:52:59 +01:00
Vladimír Čunát
eaa362db6e libiconv: cleanup - no more double callPackage 2015-03-16 21:52:34 +01:00
Vladimír Čunát
f41f7a0bb9 ddccontrol*: cleanup
- remove doubled file for ddccontrol-db
- adding stdenv to buildInputs is pointless
- fix doubled http://
- whitespace, etc.
2015-03-16 21:47:06 +01:00
Ricardo M. Correia
01d1ec25f7 rustc: Fix test failure due to hardcoded path to /home 2015-03-16 21:02:35 +01:00
Ricardo M. Correia
5f3a2cb0d1 rustc: Re-enable parallel building 2015-03-16 21:02:35 +01:00
Bart Brouns
46658b8a19 Punctuation and capitalisation. 2015-03-16 19:34:36 +01:00
Pascal Wittmann
30ec369a99 xine-ui: update from 0.99.7 to 0.99.9 2015-03-16 18:38:47 +01:00
Eric Seidel
c843cebeda emacs-packages: add two themes 2015-03-16 10:23:43 -07:00
Bart Brouns
2479dc0c63 add puredata-with-plugins:
a wrapper for puredata, plus packages for the following plugins:
cyclone
helmholtz
maxlib
mrpeach
puremapping
timbreid
zexy
2015-03-16 17:57:09 +01:00
Artyom Shalkhakov
82ee506f43 Bump to ATS-0.2.12 2015-03-16 15:50:48 +01:00
Arseniy Seroka
1d9d031254 Merge pull request #6818 from ardumont/add-org-trello-and-dependencies-derivation
[new] emacs24Packages org-trello & new deps derivations
2015-03-16 15:55:40 +03:00
Eelco Dolstra
3e6fb3887c Merge pull request #6823 from np/sqlite
Update sqlite to 3.8.8.3
2015-03-16 13:36:33 +01:00
Gabriel Ebner
9a971364ac Patch gnome-control-center not to override VPN plugin paths.
The network-manager vpn plugin configuration files contain the correct
absolute paths to the plugin libraries in the store; however upstream
(unsuccessfully) tries to find them in a predefined path.
2015-03-16 13:21:23 +01:00
Peter Simons
cd89c69798 Switch default version of GNU Make to 4.1. 2015-03-16 12:56:58 +01:00
Peter Simons
42ab5ea077 hackage-packages: re-generate from Hackage 2015-03-16T12:54:30+0100 2015-03-16 12:54:30 +01:00
Peter Simons
62d8b22931 hackage-packages.nix: re-generate from Hackage 2015-03-15T11:02:07+0100 2015-03-16 12:52:13 +01:00
Peter Simons
3f41103aaf Merge pull request #6824 from cstrahan/hs-mesos
hs-mesos: fix build
2015-03-16 12:10:24 +01:00
Domen Kožar
c8016e5b31 batti: mark as broken 2015-03-16 09:44:22 +01:00
Domen Kožar
bd35fa526b add cbatticon 2015-03-16 09:42:12 +01:00
Domen Kožar
6e45fb5a55 planetaryannihilation: fix build 2015-03-16 09:15:00 +01:00
Aycan iRiCAN
54eb8b92d5 Merge pull request #6825 from devhell/snort
snort: 2.9.7.0 -> 2.9.7.2
2015-03-16 09:00:03 +02:00
devhell
6a8a739d68 gnupg21: Add texinfo as a dependency
This adds texinfo as a dependency, without which the build will fail.
2015-03-16 00:32:16 +00:00
devhell
77c40224d2 snort: 2.9.7.0 -> 2.9.7.2
This includes a slight refactor.

2014-11-24 - Snort 2.9.7.2
[*] New additions
* Application Identification Preprocessor, when used in conjunction with
  open app ID detector content, that will identify application protocol,
  client, server, and web applications (including those using SSL) and
  include the info in Snort alert data. In addition, a new rule option
  keyword 'appid' that can be used to constrain Snort rules based on one
  or more applications that are identified for the connection.
  See README.appid for details.

* A new protected_content rule option that is used to match against a content
  that is hashed.  It can be used to obscure the full context of the rule from
  the administrator.

* Protocol Aware Flushing (PAF) improvements for SMTP, POP, and IMAP to
  more accurately process different portions of email messages and file
  attachments.

* Added ability to test normalization behavior without modifying network traffic.
  When configured using na_policy_mode:inline-test, statistics will be gathered
  on packet normalizations that would have occurred, allowing less disruptive
  testing of inline deployments.

* The HTTP Inspection preprocessor now has the ability to decompress
  DEFLATE and LZMA compressed flash content and DEFLATE compressed PDF
  content from http responses when configured with the new decompress_swf
  and decompress_pdf options. This enhancement can be used with existing rule
  options that already match against decompressed equivalents.

* Added improved XFF support to HttpInspect. It is now possible to specify custom
  HTTP headers to use in place of 'X-Fowarded-For'. In situations where traffic may
  contain multiple XFF-like headers, it is possible to specify which headers hold
  precedence.

* Added control socket command to dump packets.

* The Stream5 preprocessor functionality is now split between the new Session and Stream preprocessors.

* Added decoding capaiblity for Cisco FabricPath

[*] Improvements
* Update active response to allow for responses of 1500+ bytes that span
  multiple TCP packets.

* Check limits of multiple configurations to not exceed a maximum ID of 4095.

* Updated the error output of byte_test, byte_jump, byte_extract to
  including details on offending options for a given rule.

* Update build and install scripts to install preprocessor and engine libraries
  into user specified libdir.

* Improved performance of IP Reputation preprocessor.

* The control socket will now report success when reloading empty IP Reputation whitelists/blacklists.

* All TCP normalizations can now be enabled individually. See README.normalize for details on using
  the new options. For consistency with other options, the "urp" tcp normalization keyword now
  enables the normalization instead of disabling it.

* Lowered memory demand of Unicode -> ASCII mapping in HttpInspect.

* Updated profiler output to remove duplicate results when using multiple configurations.

* Improved performance of FTP reassembly.
2015-03-16 00:07:00 +00:00
Charles Strahan
7e94f79433 hs-mesos: fix build
mesos was propagating the wrong protobuf version, and the cabal file
referenced some impure paths.
2015-03-15 18:57:44 -04:00
Antoine R. Dumont
d8072196bd Add org-trello derivation 2015-03-15 23:56:47 +01:00
Antoine R. Dumont
c3f489446d Add request-deferred derivation 2015-03-15 23:56:36 +01:00
Cillian de Róiste
79f3689289 Blender: enable blenderplayer 2015-03-15 23:36:46 +01:00
Antoine R. Dumont
d7bda5c580 Add request derivation 2015-03-15 23:26:43 +01:00
Antoine R. Dumont
511f95fee0 Add deferred derivation 2015-03-15 23:26:19 +01:00
Tobias Geerinckx-Rice
cd85fab278 Merge pull request #6819 from devhell/ipv6calc
ipv6calc: Update sha256
2015-03-15 23:08:29 +01:00
Nicolas Pouillard
eee31a2c97
Update sqlite to 3.8.8.3 2015-03-15 23:03:14 +01:00
Benjamin Staffin
dec05e9b28 mesos-dns: Update to newer commit
Notable upstream changes:
- Support for multiple ports per task
- Records generated for mesos master nodes
- SRV records resolve to hostnames rather than IPs
- Query handling is now properly case-insensitive
- Better AAAA record handling
2015-03-15 14:00:54 -07:00
Austin Seipp
ef95600372 Merge pull request #6771 from joachifm/apparmor-2.9
Apparmor 2.9
2015-03-15 14:16:24 -05:00
devhell
6fa7dcfe24 ipv6calc: Update SHA
Upstream seems to have overwritten the tarball therefore changing the
SHA sum.
2015-03-15 18:04:06 +00:00
Robin Bate Boerop
d73e5d6fbc Handle Sqitch manual 2015-03-15 11:06:01 -04:00
Robin Bate Boerop
d6e0169c6f Add Sqitch database management tool 2015-03-15 09:59:41 -04:00
Cillian de Róiste
849df05f6c digiKam: tidy up, and add myself to the maintainers 2015-03-15 14:56:09 +01:00
Cillian de Róiste
a2c488e6c0 digiKam: fix gphoto camera support 2015-03-15 14:56:09 +01:00
Pascal Wittmann
d8d4972544 xmlto: update from 0.0.25 to 0.0.26 2015-03-15 14:42:58 +01:00
Pascal Wittmann
d1f24726eb Merge pull request #6805 from lancelotsix/upate_uncrustify
Change current version of uncrustify from 0.60 to 0.61
2015-03-15 10:55:22 +00:00
Pascal Wittmann
6916835c70 Merge pull request #5941 from offlinehacker/pkgs/phpPackages/add_redis_composer
phpPackages: add redis and composer
2015-03-15 10:37:10 +00:00
Peter Simons
46f2aab0a5 haskell-boundingboxes: upstream has fixed the test suite 2015-03-15 11:00:12 +01:00
Peter Simons
a996d94d6b haskell-al: upstream has fixed the build 2015-03-15 11:00:12 +01:00
Peter Simons
9370137501 hackage-packages.nix: re-generate from Hackage 2015-03-14T14:55:25+0100 2015-03-15 11:00:12 +01:00
Peter Simons
519e1cefee haskell-xcffib: upstream fix the build issue (but the test suite still fails) 2015-03-15 11:00:12 +01:00
Peter Simons
53b6620027 haskell-hindent: upstream has fixed the test suite 2015-03-15 11:00:12 +01:00
Peter Simons
da1617cb2b haskell-exceptions: update test suite issue link 2015-03-15 11:00:11 +01:00
Peter Simons
a33042af5b haskell-al: jailbreal to fix build with c2hs 0.24.1 2015-03-15 11:00:11 +01:00
Peter Simons
3b8a7f2f70 haskell-amazonka does not compile with ghc-7.8.x. 2015-03-15 11:00:11 +01:00
Peter Simons
adb3e894b2 configuration-common.nix: update comments for GLFW packages 2015-03-15 11:00:11 +01:00
Peter Simons
3f712f8448 ghc-6.10.4: cosmetic clean up 2015-03-15 11:00:11 +01:00
Peter Simons
26223831dc ghc-6.12.3: cosmetic clean up 2015-03-15 11:00:11 +01:00
Peter Simons
09c9a98717 aeson-schema: track the issue URL 2015-03-15 11:00:11 +01:00
Peter Simons
1207bc606e hackage-packages.nix: re-generate from Hackage 2015-03-14T13:08:30+0100 2015-03-15 11:00:11 +01:00
Lancelot SIX
aa708af8d4 Change current version of uncrustify to 0.61 2015-03-15 09:36:39 +01:00
Ricardo M. Correia
d848e34616 pax-utils: Update from 1.0.1 -> 1.0.2 2015-03-15 05:16:57 +01:00
Ricardo M. Correia
c6c3016406 flashplayer: Update from 11.2.202.442 -> 11.2.202.451 2015-03-15 05:16:34 +01:00
Ricardo M. Correia
d54cac725f pythonPackages.coverage: Fix hash 2015-03-15 05:16:05 +01:00
Ricardo M. Correia
7c8247a8c5 grsecurity: Update stable and test patches
stable: 3.1-3.14.35-201503071140 -> 3.1-3.14.35-201503092203
test:   3.1-3.18.9-201503071142  -> 3.1-3.19.1-201503122205
2015-03-15 03:49:58 +01:00
Jaka Hudoklin
180da0d463 Merge pull request #6693 from benley/docker-registry
docker-registry: Update to 0.9.1, with boto bugfix
2015-03-15 02:27:52 +01:00
Robin Bate Boerop
c668b45c6c Disable FileHomeDir on Darwin 2015-03-14 20:02:30 -03:00
Robin Bate Boerop
90c04fcac3 Remove Perl package Mac::SystemDirectory 2015-03-14 18:56:57 -04:00
cillianderoiste
969be19f5e Merge pull request #6811 from danbst/lighttable
Update lighttable to 0.7.2
2015-03-14 22:56:40 +01:00
Pascal Wittmann
01935e880b stunt-rally: fix hashes and add meta.platforms (closes #6712) 2015-03-14 21:42:58 +01:00
danbst
79e9ca33c8 lighttable: rename package LightTable to lighttable 2015-03-14 18:40:23 +00:00
danbst
5b947b82e6 lighttable: update to 0.7.2 2015-03-14 18:22:14 +00:00
Robin Bate Boerop
6ac1413b88 Disable tests for App::Sqitch module 2015-03-14 14:05:02 -04:00
Robin Bate Boerop
90f381ef41 Add Perl module App::Sqitch 2015-03-14 14:39:00 -03:00
Pascal Wittmann
5389be1a13 Merge pull request #6807 from 1126/master
torbrowser: bump version to 4.0.4
2015-03-14 17:37:37 +00:00
Eric Seidel
d3f69cdf67 mariadb: oqgraph fails to build on darwin 2015-03-14 09:09:23 -07:00
Eric Seidel
4835813cb6 judy: clang doesnt know -fno-aggressive-loop-optimizations 2015-03-14 09:09:23 -07:00
Peter Simons
d54c94c189 pkgs/development/haskell-modules/configuration-common.nix: cosmetic 2015-03-14 15:05:34 +01:00
Peter Simons
9ba7027652 pkgs/development/libraries/kde-frameworks-5.7: fix evaluation 2015-03-14 14:55:35 +01:00
_1126
f1f3c2c775 torbrowser: bump version to 4.0.4 2015-03-14 14:36:25 +01:00
Matthias Beyer
5078d49248 Add package: mpdscribble 2015-03-14 12:23:23 +00:00
Mateusz Kowalczyk
e09c725b0e Merge pull request #6790 from ts468/evil
Fix URL for emacs evil package
2015-03-14 12:08:52 +00:00
Cray Elliott
e30f14b791 update doomseeker to v0.12.2b 2015-03-13 22:25:24 -07:00
James Cook
8c87695f60 Merge pull request #6776 from giogadi/add-ceres-solver
Add derivation for google ceres-solver library
2015-03-13 20:54:58 -07:00
William A. Kennington III
feb4629fde Merge pull request #6782 from bobvanderlinden/fix-mysql-python
pythonPackages: MySQL_python: added openssl as buildInput
2015-03-13 17:32:26 -07:00
Peter Jones
cbc648f462 New package: AtomicParsley 2015-03-13 16:06:37 -06:00
vbgl
5dcedbb6e4 Merge pull request #6791 from romildo/xml-light
Add ocaml-xml-light
2015-03-13 22:52:58 +01:00
Thomas Tuegel
f4146b7f2d kf57: fix evaluation 2015-03-13 16:27:04 -05:00
Vincent Laporte
d38c414d94 Adds Qarte
Qarte allows you to browse into the archives of arte+7 & arteLiveWeb sites
and to record your preferred videos.

Homepage: https://launchpad.net/qarte
2015-03-13 22:17:32 +01:00
Vincent Laporte
9402dbe25d tagainijisho: update from 1.0.2 to 1.0.3 2015-03-13 22:17:32 +01:00
Vincent Laporte
48c6daf491 jedit: update from 5.1.0 to 5.2.0 2015-03-13 22:17:32 +01:00
Sander van der Burg
9be119bb0e disnix: bump to version 0.3 2015-03-13 21:07:46 +00:00
José Romildo Malaquias
7f07b33e4d Add ocaml-xml-light 2015-03-13 15:30:31 -03:00