Commit graph

96002 commits

Author SHA1 Message Date
Robert Helgesson 1cddab9447
perl-Math-BigRat: 0.260804 -> 0.260805 2016-11-18 00:11:59 +01:00
Robert Helgesson c92aa1ba6d
eclipse-plugin-checkstyle: 6.19.1 -> 7.2.0 2016-11-18 00:11:46 +01:00
Ricardo M. Correia 58a18d1676 Merge pull request #20501 from vbgl/menhir-20161115
ocamlPackages.menhir: 20160526 -> 20161115
2016-11-17 23:42:21 +01:00
Profpatsch 53fc7b8272 lib/generators: add manual documentation
Restructures the functions reference a bit.
2016-11-17 23:19:28 +01:00
Profpatsch 26eb10e771 lib: add generator functions for toJSON & toYAML
They both reference the toJSON builtin, so we get semantic identifiers
that express the intent of the generation.
Both should be able to map each nix value (minus functions) to the
destination config files.

Includes two invocation unit tests.
2016-11-17 23:16:24 +01:00
Aristid Breitkreuz 711a42e03a keybase: update 1.0.17 -> 1.0.18 2016-11-17 22:55:15 +01:00
Pascal Wittmann 7516b7ca31
pdfpc: 4.0.2 -> 4.0.3 2016-11-17 22:51:33 +01:00
Joachim F 2bb30e5d66 Merge pull request #20467 from ericsagnes/feat/module-enums-2
modules: use enum when relevant
2016-11-17 22:48:26 +01:00
Pascal Wittmann ec6e4689ea xlockmore: 5.47 -> 5.49 2016-11-17 22:34:03 +01:00
Pascal Wittmann 564f9dc55d ragel: 7.0.0.6 -> 7.0.0.9 2016-11-17 22:34:03 +01:00
Pascal Wittmann 5ed5b2278b colm: 0.13.0.3 -> 0.13.0.4 2016-11-17 22:34:03 +01:00
Pascal Wittmann 69d3536852 ncdu: 1.11 -> 1.12 2016-11-17 22:34:03 +01:00
Franz Pletz f4a318b528
qemu: add patches for CVE-2016-7994 & CVE-2016-8668 2016-11-17 22:00:44 +01:00
Vladimír Čunát e68d8e05aa Revert "lz4: 131 -> 1.7.3"
This reverts commit 1f0a12ee8d.
Systemd build was broken and such change should probably go through
staging anyway.
2016-11-17 21:51:34 +01:00
sternenseemann 86c45fc2d3 ocaml-nocrypto: 0.5.1 -> 0.5.3 2016-11-17 21:40:46 +01:00
sternenseemann cbfc766ad4 ocaml-cstruct: remove camlp4 support
This change solves dependency issues related to camlp4, async_p4 and sexplib_p4
2016-11-17 21:38:09 +01:00
Pascal Wittmann cdd8454510 moc: 2.5.0 -> 2.5.1 2016-11-17 21:36:26 +01:00
Franz Pletz 7c65e225dd
php70: 7.0.12 -> 7.0.13 2016-11-17 21:17:56 +01:00
Franz Pletz e53b902559
php56: 5.6.27 -> 5.6.28 2016-11-17 21:17:56 +01:00
Pascal Wittmann ba8a257aa3 Merge pull request #20503 from romildo/upd.supertux
supertux: 0.5.0 -> 0.5.1
2016-11-17 21:12:30 +01:00
Thomas Tuegel 1bdcd8ac25 Merge pull request #20504 from romildo/upd.menu-cache
menu-cache: 1.0.1 -> 1.0.2
2016-11-17 13:49:29 -06:00
romildo f4fd8ace13 menu-cache: 1.0.1 -> 1.0.2 2016-11-17 17:05:47 -02:00
romildo 5e95e8e281 supertux: 0.5.0 -> 0.5.1 2016-11-17 16:52:33 -02:00
Profpatsch 61311665cb lib: add ini configuration generator
Many configurations are INI-style files. Attribute sets can be mapped
rather painlessly to the INI format.
This adds a function toINI inside a new generators library section.
Also, unit tests for the default values are provided.
2016-11-17 19:46:41 +01:00
Franz Pletz 6a5ae21c47 Merge pull request #20421 from mayflower/refactor/clamav-service
clamav service: refactor
2016-11-17 19:37:53 +01:00
Stefan Junker da23970660 vim-plugins/deoplete-go: init at 2016-11-12 2016-11-17 18:23:33 +01:00
Vincent Laporte 5b59e91f73 ocamlPackages.menhir: 20160526 -> 20161115 2016-11-17 18:07:37 +01:00
Franz Pletz 6f1308ba95
Revert "btrfs-progs: 4.8.2 -> 4.8.3"
This reverts commit e82c325bff.

This package update breaks the `update-grub.pl` script:

    updating GRUB 2 menu...
    Btrfs did not return a path for the subvolume at /
    error: unable to activate new configuration

This backwards-incompatible change is the culprit:

    $ /nix/store/np25r3yzv2r41ji7v73j110inpj8lhn2-btrfs-progs-4.8.2/bin/btrfs subvol show /
    / is toplevel subvolume

vs.

    $ /nix/store/h53vs13nqvjwahpl26a4s7ygqk9xw1mw-btrfs-progs-4.8.3/bin/btrfs subvol show /
    /
    	Name: 			<FS_TREE>
    	UUID: 			-
    	Parent UUID: 		-
    	Received UUID: 		-
    	Creation time: 		-
    	Subvolume ID: 		5
    	Generation: 		6004631
    	Gen at creation: 	0
    	Parent ID: 		0
    	Top level ID: 		0
    	Flags: 			-
    	Snapshot(s):
2016-11-17 17:47:18 +01:00
Peter Simons 0816860785 Merge pull request #20463 from Profpatsch/with-packages-drv-naming
ghc.withPackages: amend the derviation name
2016-11-17 17:09:28 +01:00
goibhniu ad481e67d0 Merge pull request #20495 from nico202/faust2ladspa
faust2ladspa: init (at 2.0.a51 like other faust2... plugins)
2016-11-17 17:07:51 +01:00
Profpatsch 499e4e6393 ghc.withPackages: amend the derviation name
Provide a clear difference between the compiler itself and link farms containing
additional packages.
2016-11-17 16:48:53 +01:00
Tobias Geerinckx-Rice 1f0a12ee8d
lz4: 131 -> 1.7.3
‘make install’ now supports FreeBSD out of the box (untested).
2016-11-17 16:27:31 +01:00
Joachim F 2c01da3654 Merge pull request #20384 from ericsagnes/feat/bspwm-refactor
bspwm module: refactor
2016-11-17 15:37:07 +01:00
Gabriel Ebner d26ca0c6cf tokei: 3.0.0 -> 4.0.0 2016-11-17 09:26:00 -05:00
Domen Kožar 2326c8de4d cloud-utils: 0.27 -> 0.29
We keep the existing hacks for growpart to work
inside the initrd

Fixes #15736 #17015
2016-11-17 15:15:42 +01:00
Graham Christensen 1376aeba42
monit: 5.19.0 -> 5.20.0 for CVE-2016-7067 2016-11-17 08:45:56 -05:00
Nicolò Balzarotti 106349a02f faust2ladspa: init (at 2.0.a51 like other faust2... plugins) 2016-11-17 13:59:02 +01:00
Thomas Tuegel 3d5a033c96 Merge pull request #20427 from ttuegel/multiple-outputs-networkmanager
networkmanager: multiple outputs
2016-11-17 06:34:58 -06:00
Thomas Tuegel be491881f3 Merge pull request #20464 from ttuegel/kde-env-no-link
kdeWrapper: reduce closure size
2016-11-17 06:32:19 -06:00
Shea Levy 3995655d2c Revert "Merge pull request #17145 from kalhauge/haskell_darwin_dyld"
This fix doesn't actually fix the cabal bug (see #16357), but it does
cause other bugs (see #20476)

Fixes #20476

This reverts commit b89fa5fd5c, reversing
changes made to e4b146b041.
2016-11-17 07:25:42 -05:00
Jaka Hudoklin cf598aeae9 Merge pull request #20180 from offlinehacker/pkgs/vim-plugins/add/vim-jsdoc
vimPlugins/vim-jsdoc: init at 0kr4p01p
2016-11-17 13:08:40 +01:00
Jaka Hudoklin f4780da125 vimPlugins/vim-jsdoc: init at 0kr4p01p 2016-11-17 13:07:38 +01:00
Matthew Daiter 8f765490e4 erlang_basho: Init at R16B03
erlang_basho_R16B03: added package file

erlang_basho_R16B03: added to top-level/all-packages.nix file

erlang_basho_R16B03_odbc: added to top-level/all-packages.nix file

erlang_basho_R16B03: Added the Carbon and Cocoa fields

erlang_basho_R16B03: Removed faulty maintainer

erlang_basho_R16B03: Added license as APL20

erlang_basho_R16B03: Made long and short description more informative

erlang_basho: added myself as a maintainer

erlang_basho: made configureFlags into an array

erlang_basho: added gcc as a dependency

erlang_basho: added escript replacement

erlang_basho: removed debugging cat statement

erlang_basho: changed subsitituteInPlace command to sed command

erlang_basho: added package

erlang_basho: Init at <R16B03
2016-11-17 12:25:04 +01:00
Vladimír Čunát 380bb207b6
libpng: 1.6.23 -> 1.6.26 2016-11-17 11:58:27 +01:00
Vladimír Čunát 94396a579e
libinput: maintenance 1.5.0 -> 1.5.1 2016-11-17 11:34:10 +01:00
Vladimír Čunát 8b565d6478
Merge #20081: update alsa lib, plugins and utils 2016-11-17 11:26:00 +01:00
Vladimír Čunát ea292da4c2
libdrm: 2.4.71 -> 2.4.73
Also:
- remove udev remains except explanation;
- remove maintainers.urkud, as he's been inactive for years.
2016-11-17 11:23:36 +01:00
Vladimír Čunát 5af7b82336
Merge branch 'master' into staging
To incorporate some larger security rebuilds (jasper).
2016-11-17 11:14:05 +01:00
Franz Pletz ba73dbbda6
batman-adv: 2016.3 -> 2016.4 2016-11-17 08:14:18 +01:00
Shea Levy da547f7961 ghcHEAD: Add back response files patch 2016-11-17 01:05:21 -05:00