Orivej Desh
b8e1e7191e
Merge branch 'master' into staging
...
* master: (80 commits)
lkl: Supports aarch64
wimlib: nitpicks
gitAndTools.git-codeowners: 0.1.1 -> 0.1.2
wimlib: init at 1.12.0
kernel: improve modDirVersion error message
releaseTools.sourceTarball: Clean up temporary files
dotnetPackages.SmartIrc4net: rehash source
migmix: make it a fixed-output derivation
vm: Create /dev/full
samba: 4.6.8 -> 4.6.11 to address CVEs CVE-2017-14746 & CVE-2017-15275
microcodeIntel: 20170707 -> 20171117
sshd: Remove ripemd160 MACs
kernel config: Enable MEDIA_CONTROLLER
linux: 4.4.99 -> 4.4.100
linux: 4.9.63 -> 4.9.64
nix-bash-completions: 0.4 -> 0.5
linux: 4.14 -> 4.14.1
linux: 4.13.14 -> 4.13.15
nix-zsh-completions: 0.3.3 -> 0.3.5
dns-root-data: use a stable URL that I maintain anyway
...
2017-11-21 22:48:36 +00:00
Jörg Thalheim
cef1abbd88
Merge pull request #31898 from andir/wimlib
...
wimlib: init at 1.12.0
2017-11-21 21:06:23 +00:00
Joerg Thalheim
32ce470720
wimlib: nitpicks
2017-11-21 20:40:52 +00:00
Andreas Rammhold
40180335a9
wimlib: init at 1.12.0
2017-11-21 20:43:12 +01:00
Joerg Thalheim
b815ae1a0b
LanguageTool: 3.7 -> 3.9
2017-11-21 12:04:07 +00:00
Orivej Desh
0b9cd7ad0f
pdf2djvu: ignore windres on linux to fix build
...
https://github.com/NixOS/nixpkgs/pull/30484#issuecomment-345899910
2017-11-21 03:43:18 +00:00
Daiderd Jordan
d5b02278c6
Merge pull request #31814 from matthewbauer/screenfetch-darwin
...
screenfetch: fix darwin execution
2017-11-21 00:59:24 +01:00
Renaud
1d6f3ea265
Merge pull request #31573 from c0bw3b/pkg/pkcs11
...
opencryptoki, pkcs11-helper, simple-tpm-pk11
2017-11-20 22:40:58 +01:00
Niklas Hambüchen
7be449a97d
glusterfs: 3.12.2 -> 3.12.3
2017-11-20 18:57:55 +00:00
Niklas Hambüchen
afe5179e22
glusterfs: 3.12.1 -> 3.12.2
2017-11-20 18:57:55 +00:00
dywedir
aac60dcd7e
rdedup: init at 2.0.0
2017-11-20 16:30:37 +00:00
Orivej Desh
b821f35fe1
mlocate: replace dead links
2017-11-20 14:32:21 +00:00
Orivej Desh
ab0d141f44
Merge branch 'master' into staging
...
* master: (23 commits)
silver-searcher: patch bash completions location
shairplay: init at 2016-01-01
ocamlPackages.rope: 0.5 -> 0.6
ocamlPackages.ocaml_gettext: 0.8.7 -> 0.8.8
mupdf: Patch openjpeg version
nextcloud-client: fix build after qt updates
gstreamer.gst-plugins-bad: Patch openjpeg version
silver-searcher: move bash completion to etc/bash-completion.d/
neomutt: use mime.types from dedicated mime-types derivation
mime_types: rename to mime-types
XMLLibXML: 2.0129 -> 2.0132 fixes failing tests & CVE-2017-10672
nixos/matrix-synapse: remove unused log_file config
nixos: run parted with --script option (3rd)
nixos: run parted with --script option (2nd)
nixos/release: add nixos/tests/switch-test.nix to tested job
nixos/system: make switch-to-configuration script pure.
nixos/release: include mutableUsers test to release tests.
nixos/tests: Add a test for config.users.mutableUsers.
corebird: 1.7.2 -> 1.7.3
nixos/matrix-synapse: make home directory configurable
...
2017-11-20 09:21:51 +00:00
Orivej Desh
36e67d2beb
silver-searcher: patch bash completions location
2017-11-20 09:17:55 +00:00
Graham Christensen
57e737f57b
Merge pull request #31842 from nicknovitski/silver-searcher-completion
...
silver-searcher: move bash completion to etc/bash-completion.d/
2017-11-19 19:48:16 -05:00
Nick Novitski
df08fbdf69
silver-searcher: move bash completion to etc/bash-completion.d/
2017-11-19 16:34:02 -08:00
Franz Pletz
fa824e6c58
Merge branch 'master' into staging
2017-11-19 19:39:04 +01:00
Tuomas Tynkkynen
28ea0a5259
pciutils: 3.5.5 -> 3.5.6
2017-11-19 19:14:25 +02:00
Vladimír Čunát
b22492ed81
Merge #31825 : man-db: explicitly pass section string
2017-11-19 17:56:37 +01:00
jraygauthier
cfd3e8f48f
bcat: init at 0.6.2 ( #31813 )
2017-11-19 15:21:28 +00:00
Jörg Thalheim
b3aef82dc0
Merge pull request #31822 from vmandela/rz-ripgrep
...
ruby-zoom: 4.1.0 -> 5.0.1
2017-11-19 15:00:07 +00:00
Philipp Gesang
96666650ef
man-db: explicitly pass section string
...
Work around a bug in the autoconf setup of man-db: The
list of default sections does not include section 0 (zero)
despite ``./configure --help`` advertising it. This causes
header man pages (e. g. time.h from package posix_man_pages)
to be ignored by man(1):
$ file /run/current-system/sw/share/man/man0p/time.h.0p.gz
/run/current-system/sw/share/man/man0p/time.h.0p.gz: gzip compressed data, from Unix
$ man 0p time.h
No manual entry for 0p
No manual entry for time.h
Override the default (as defined in m4/man-arg-sections.m4)
until this is fixed upstream.
2017-11-19 15:11:38 +01:00
Tuomas Tynkkynen
7d32169b73
yle-dl: 2.20 -> 2.27
2017-11-19 16:07:09 +02:00
Venkateswara Rao Mandela
5745143cd8
ruby-zoom: 4.1.0 -> 5.0.1
...
This version adds support for ripgrep.
2017-11-19 18:11:09 +05:30
Orivej Desh
b089c21506
Merge branch 'master' into staging
...
* master: (39 commits)
python.pkgs.pybfd: move to python-modules
documentation: python 2.6 is no more
documentation: python3Packages is python36Packages
wireguard: 0.0.20171101 -> 0.0.20171111
php_excel: init at 1.0.2
libxl: init at 3.8.1
matrix-synapse: 0.24.1 -> 0.25.1
grafana: 4.6.1 -> 4.6.2
linux: 4.4.98 -> 4.4.99
linux: 4.9.62 -> 4.9.63
linux: 4.13.13 -> 4.13.14
nixos/zsh: add the type for enableAutosuggestions option
zsh-powerlevel9k: init at 2017-11-10
fio: 3.1 -> 3.2
filebench: rehash source
nano: 2.8.7 -> 2.9.0
bonnie: replace dead source link
less: 520 -> 529
strace: 4.19 -> 4.20
iperf: 3.2 -> 3.3
...
2017-11-19 08:30:14 +00:00
Matthew Bauer
11379283f1
screenfetch: fix darwin execution
...
Fixes #31790
2017-11-18 22:08:33 -06:00
Tuomas Tynkkynen
0347174a0f
fio: 3.1 -> 3.2
2017-11-18 23:18:52 +02:00
Orivej Desh
26aaf6bde2
filebench: rehash source
...
The new source is a VCS dump at the same revision: no files changed, generated
files deleted.
2017-11-18 20:16:47 +00:00
Orivej Desh
dfd88fac3d
bonnie: replace dead source link
2017-11-18 19:41:41 +00:00
Tuomas Tynkkynen
5ec0e09239
less: 520 -> 529
2017-11-18 17:52:33 +02:00
Tuomas Tynkkynen
c2031ee785
iperf: 3.2 -> 3.3
2017-11-18 17:40:26 +02:00
Orivej Desh
f92f07fb14
Merge pull request #27305 from therealpxc/groff
...
groff: split out perl dependencies
2017-11-17 19:26:15 +00:00
Orivej Desh
1161741351
Merge branch 'master' into staging
...
* master: (28 commits)
go_1_9: skip flaky TestWaitGroupMisuse2
erlangR18: fix patch hashes with fetchpatch
xml2: replace dead links
nixos/pam: fix docs about path to u2f_keys file
cinelerra: add a note about parallel building
msmtp: install docs and examples (#31769 )
kernel: Fix out-of-tree modules on aarch64
nixos/tests/acme: update terms of service to fix test
gixy: init at 0.1.8
pythonPackages.ConfigArgParse: 0.9.3 -> 0.12.0, refactor, move to python-modules
mono: init at 4.8
wal-g: fix license so not to break evaluation
wal-g: init at 0.1.2
maintainers: add backuitist
nixos/prometheus: Correct documentation for external_labels
spidermonkey: replace broken links
vagrant: removed custom rake gem
vagrant: 2.0.0 -> 2.0.1
nixos/prometheus: add external_labels option
nixos/prometheus: add scrape_configs.honor_labels
...
2017-11-17 18:06:22 +00:00
Orivej Desh
66239387a5
xml2: replace dead links
2017-11-17 16:54:20 +00:00
WilliButz
489fd5a7ce
gixy: init at 0.1.8
2017-11-17 15:36:52 +01:00
Ollie Charles
b075e79c97
wal-g: fix license so not to break evaluation
2017-11-17 13:55:14 +00:00
Ollie Charles
5735aecc27
wal-g: init at 0.1.2
2017-11-17 13:45:00 +00:00
Orivej Desh
fbdc74c761
makeWrapper: delete --set-eval
...
because --run is good enough.
2017-11-17 12:53:54 +00:00
Orivej Desh
74648f7466
treewide: use --set-default and --set-eval where appropriate
2017-11-17 12:28:14 +00:00
Orivej Desh
d99a2fc093
Merge branch 'master' into staging
...
* master: (293 commits)
go_1_9: skip flaky TestServerCancelsReadTimeoutWhenIdle
qsyncthingtray: fix build
qt56.qtwebengine: fix build
stdman: d860212 -> 2017.04.02
jackett: use mono50
hg-git: disable with python3
hg-git: 0.8.5 -> 0.8.10
xfce4-settings: enable parallel building
gcc-snapshot: mark as broken
heaptrack: 2017-02-14 -> 2017-10-30
nixos-container: Modify existing test to cover show-ip command
nixos-container: Make show-ip work together with ipv4 + netmask
linux-copperhead: 4.13.12.a -> 4.13.13.a
matterbridge: 1.1.0 -> 1.4.1
nixos/nghttpx: add module for the nghttpx proxy server (#31680 )
mattermost: 4.3.0 -> 4.4.0
breakpad: delete
simp_le: 0.2.0 -> 0.6.1
certbot: 0.11.1 -> 0.19.0
afl: 2.51b -> 2.52b
...
2017-11-17 05:35:09 +00:00
Orivej Desh
963204e6ee
Merge pull request #31753 from mbld/show-ip
...
nixos-container: Make show-ip work together with ipv4 + netmask
2017-11-17 00:32:56 +00:00
Orivej Desh
e7521b2064
Merge pull request #31735 from dywedir/fd
...
fd: install shell completions
2017-11-16 20:50:37 +00:00
Orivej Desh
354a6fcfab
Merge pull request #31515 from adisbladis/networkmanager-1_10_0
...
networkmanager: 1.8.2 -> 1.10.0
2017-11-16 19:58:06 +00:00
Martin Bornhold
ac7edeebfd
nixos-container: Make show-ip work together with ipv4 + netmask
...
The containers local address can be given as ipv4 only or with a subnetmask in
CIDR notation in the container configuration, see [1]. This works fine but the
'nixos-container show-ip' only supports plain ipv4 addresses without the netmask
suffix.
Changed the regex to also match in case of a CIDR netmask suffix.
[1] 9939032e35/nixos/modules/virtualisation/containers.nix (L382)
2017-11-16 20:25:45 +01:00
Eric Litak
be3806830c
simp_le: 0.2.0 -> 0.6.1
2017-11-16 09:14:33 -08:00
Eric Litak
8307427b17
certbot: 0.11.1 -> 0.19.0
2017-11-16 09:14:27 -08:00
Orivej Desh
15ba4a5cfd
afl: 2.51b -> 2.52b
...
Fix build with glibc 2.26.
Tracking issue: #31696
2017-11-16 17:11:10 +00:00
zimbatm
2d95a6ab22
Merge pull request #31709 from ilya-kolpakov/google-cloud-sdk-fix
...
google-cloud-sdk: disable gce as a dependency by default (fixes #31369 )
2017-11-16 14:36:35 +00:00
Ilya Kolpakov
886770c6f0
google-cloud-sdk: no dependence on gce by default ( fixes #31369 )
2017-11-16 13:46:37 +01:00
Orivej Desh
34f4b97a50
idanyn: 2.1 -> 2.2.1
...
Fixes the build with glibc 2.26.
Tracking issue: #31696
2017-11-16 12:39:07 +00:00