Commit Graph

140326 Commits

Author SHA1 Message Date
Tim Steinbach
b577dc3bd0
linux-copperhead: 4.14.39.a -> 4.14.41.a 2018-05-16 21:56:19 -04:00
Robert Helgesson
e3b3eac630 dunst: add wrapper to find librsvg (#40050) 2018-05-17 00:13:19 +02:00
xeji
5523bd07d4
Merge pull request #40616 from bachp/minio-update
Minio server and client update
2018-05-17 00:08:41 +02:00
Pascal Bach
13ceaf66aa prometheus: correctly set version information (#40617)
The way prometheus expects the version to be set is not what was currently set.
2018-05-17 00:05:53 +02:00
xeji
5f00237eb6
Merge pull request #40567 from dbohdan/master
tcl2048: 0.3.1 -> 0.4.0
2018-05-16 23:55:11 +02:00
Meghea Iulian
247a501eb0 avocode: 2.26.0 -> 2.26.1 (#40601) 2018-05-16 23:43:59 +02:00
Will Dietz
2efa96b6b8
Merge pull request #40607 from Infinisil/add/pacvim
pacvim: init at 2018-05-16
2018-05-16 16:27:57 -05:00
Will Dietz
1291111674
Merge pull request #40615 from dtzWill/fix/dyncall-touchup
dyncall: install cmake modules, man pages, use upstream's preferred URL
2018-05-16 16:24:19 -05:00
Pascal Bach
277806e0d1 minio-client: 2018-03-25T01-22-22Z -> 2018-04-28T00-08-20Z 2018-05-16 23:24:06 +02:00
Pascal Bach
3518211d63 minio: 2018-03-30T00-38-44Z -> 2018-05-11T00-29-24Z 2018-05-16 23:24:06 +02:00
Will Dietz
c8996506e1 dyncall: install cmake modules, man pages, use upstream's preferred URL 2018-05-16 16:07:06 -05:00
Silvan Mosberger
00c4ba1ea0
pacvim: init at 2018-05-16 2018-05-16 21:10:34 +02:00
John Ericson
f3fcf1b0a9
Merge pull request #40393 from ElvishJerricco/ios-prebuilt-dependency-fixes
Fix some GHC dependencies on iOS
2018-05-16 15:04:13 -04:00
Ryan Trinkle
4f25cf5124 ncurses: when cross-compiling for iOS, use built-in ncurses 2018-05-16 14:28:25 -04:00
John Ericson
ceb8f6e38f ios-rebuild: Unbreak build
Needs to link with a C compiler, not linker directly
2018-05-16 14:28:23 -04:00
John Ericson
4956767f53 Make libiconv build for iOS with prefixed tools 2018-05-16 14:25:54 -04:00
Samuel Dionne-Riel
136f1c4706 doc: Fixes documented default option for <name> for submodules. (#40464)
Fixes #40463

This is related to change 1d56d0c8a79334cd7149fd580512046558eaac78
2018-05-16 18:11:36 +02:00
Will Dietz
4fbd5a6583 fac: 1.0.4 -> 1.1.0 (#40597) 2018-05-16 18:07:43 +02:00
Maximilian Bosch
70d64d129e nixos/statsd: refactor test (#40554)
`statsd` is a daemon written in `node` to gather statistics over UDP.
The current test ensures that a port is open, but the basic
functionality isn't sufficiently tested.

This patch contains the following changes:

* Simplified port scanning (`waitForOpenPort` rather than `netcat` magic).

* Issue a TCP command to check the health of the `statsd` server.

* Simple script to check if `statsd` receives data over UDP and confirms
  the basic functionality of the TCP interface on `8126` for admin
  purposes.
2018-05-16 18:03:55 +02:00
Ryan Scheel
9788459678 mdbook 0.1.5 -> 0.1.7 (#40580) 2018-05-16 18:00:32 +02:00
Will Dietz
1bbe4e9618
Merge pull request #40596 from dtzWill/feature/dyncall-1.0
dyncall: init at 1.0
2018-05-16 10:52:29 -05:00
Will Dietz
65eb3ec842 dyncall: init at 1.0 2018-05-16 10:29:40 -05:00
Andreas Rammhold
8a93595550
sysprof: 1.2.0 -> 3.28.1 2018-05-16 16:54:12 +02:00
Peter Hoeg
b04e939a13
Merge pull request #40591 from peterhoeg/f/mpack
mpack: fix up broken paths
2018-05-16 22:46:15 +08:00
Jan Tojnar
75cc398b97
Merge pull request #39615 from jtojnar/gdm-wayland
GDM wayland improvements
2018-05-16 16:39:12 +02:00
Jan Tojnar
685d60c383
Merge pull request #40020 from Hodapp87/draftsight2018
draftsight: 2017-SP2 -> 2018-SP2, remove gstreamer
2018-05-16 16:31:25 +02:00
Jan Tojnar
54135fc733
gnome3.gdm: allow choosing user account without GNOME
Account chooser depends on AccountsService, which is normally enabled by
GNOME module but it was missing when using GDM without GNOME.
2018-05-16 16:25:22 +02:00
Jan Tojnar
3bfa8563d1
gnome3.gdm: fix wayland detection
Apparently, wayland session were not used at all until now.
2018-05-16 16:25:21 +02:00
Jan Tojnar
6f23e142cb
gnome3.gdm: clean up 2018-05-16 16:25:20 +02:00
baroncharlus
380cdd8dd7 Add stubby resolver daemon service module (#38667)
* networking/stubby.nix: implementing systemd service module for stubby

This change implements stubby, the DNS-over-TLS stub resolver daemon.
The motivation for this change was the desire to use stubby's
DNS-over-TLS funcitonality in tandem with unbound, which requires
passing certain configuration parameters. This module implements those
config parameters by exposing them for use in configuration.nix.

* networking/stubby.nix: merging back module list

re-merging the module list to remove unecessary changes.

* networking/stubby.nix: removing unecessary capabilities flag

This change removes the unecessary flag for toggling the capabilities
which allows the daemon to bind to low ports.

* networking/stubby.nix: adding debug level logging bool

Adding the option to turn on debug logging.

* networking/stubby.nix: clarifying idleTimeout and adding systemd target

Improving docs to note that idleTimeout is expressed in ms. Adding the
nss-lookup `before' target to the systemd service definition.

* networking/stubby.nix: Restrict options with types.enum

This change restricts fallbackProtocol and authenticationMode to accept
only valid options instead of any list or str types (respectively). This
change also fixes typo in the CapabilityBoundingSet systemd setting.

* networking/stubby.nix: cleaning up documentation

Cleaning up docs, adding literal tags to settings, and removing
whitespace.

* networking/stubby.nix: fixing missing linebreak in comments

* networking/stubby.nix: cleaning errant comments
2018-05-16 15:16:30 +02:00
Peter Hoeg
99e6188784 mpack: fix up broken paths 2018-05-16 21:16:04 +08:00
R. RyanTM
7272162179 stubby: 0.2.2 -> 0.2.3 (#40465)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/stubby/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/f1ycc05g0mc6vpz59wwsg8a2ikg67pjm-stubby-0.2.3/bin/stubby -h’ got 0 exit code
- ran ‘/nix/store/f1ycc05g0mc6vpz59wwsg8a2ikg67pjm-stubby-0.2.3/bin/stubby -V’ and found version 0.2.3
- found 0.2.3 with grep in /nix/store/f1ycc05g0mc6vpz59wwsg8a2ikg67pjm-stubby-0.2.3
- directory tree listing: https://gist.github.com/5e53c11fefe1a4b45ac73905083dcbd6

- du listing: https://gist.github.com/1f5e9d63405c461f5a846e92de6cf816
2018-05-16 15:08:23 +02:00
Frank Doepper
7bec433793 aircrack-ng: 1.2-rc4 -> 1.2 (#40590) 2018-05-16 15:02:01 +02:00
R. RyanTM
e03acfe161 timescaledb: 0.9.1 -> 0.9.2 (#40468)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/timescaledb/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.9.2 with grep in /nix/store/m28fll152hk6ik9fiz2jy66qccjxklq3-timescaledb-0.9.2
- directory tree listing: https://gist.github.com/a922008862652d9f3c6f2e2a678c4c71
- du listing: https://gist.github.com/8c5a0a1374fbb013168d4197d67ba214
2018-05-16 14:47:29 +02:00
R. RyanTM
d596db5ea6 libite: 2.0.1 -> 2.0.2 (#40484)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libite/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.0.2 with grep in /nix/store/naarzbhrc25il5apxf2s1d6npnv5bdwj-libite-2.0.2
- directory tree listing: https://gist.github.com/5c0e5f0b94104a500555ba038e45c2bf
- du listing: https://gist.github.com/4fa4a3663027f65a44561a901994afc7
2018-05-16 14:44:31 +02:00
Tim Steinbach
3ed41f8c73
vscode: 1.23.0 -> 1.23.1 2018-05-16 07:34:24 -04:00
Tim Steinbach
f58c4d9a9d
linux: 4.16.8 -> 4.16.9 2018-05-16 07:24:22 -04:00
Tim Steinbach
8d68eca6d2
linux: 4.14.40 -> 4.14.41 2018-05-16 07:24:06 -04:00
Tim Steinbach
b8aa95185c
linux: 4.9.99 -> 4.9.100 2018-05-16 07:23:50 -04:00
Tim Steinbach
56beb9b9fd
linux: 4.4.131 -> 4.4.132 2018-05-16 07:23:33 -04:00
Pascal Wittmann
ad31217cc4
Merge pull request #40584 from mnacamura/btops
btops: init at 0.1.0
2018-05-16 13:14:59 +02:00
Peter Hoeg
9292bdba6c vcal: fix executable perms 2018-05-16 16:50:48 +08:00
Robert Schütz
40edf5eeed
Merge pull request #39120 from ktf/add-uproot
pythonPackages.uproot: init at 2.8.23.
2018-05-16 10:19:28 +02:00
Peter Hoeg
84ae5f1ee3 vcal: init at 2.7 2018-05-16 16:13:26 +08:00
Giulio Eulisse
54cf5d9358
pythonPackages.uproot: init at 2.8.23 2018-05-16 09:36:52 +02:00
Mitsuhiro Nakamura
0910be8327 btops: init at 0.1.0 2018-05-16 16:05:49 +09:00
Frederik Rietdijk
16677a6ead
Merge pull request #40576 from LnL7/ipython-5
python-ipython: 5.6.0 -> 5.7.0
2018-05-16 08:58:59 +02:00
Matthew Justin Bauer
7b9e40ab54
Merge pull request #40429 from jfrankenau/update-sass
sass: 3.4.22 -> 3.5.6
2018-05-16 01:41:46 -05:00
Alexandre Esteves
d273691f6d trivial-builders.nix: support directories in requireFile
Allow recursive hash for requireFile so it can support directories (#40568)
2018-05-16 01:41:13 -05:00
adisbladis
4e891cf4d5
emacsPackages.emacs-libvterm: Fix build (flipped over libvterm-neovim) 2018-05-16 14:31:43 +08:00