Commit graph

120849 commits

Author SHA1 Message Date
Tuomas Tynkkynen
28ea0a5259 pciutils: 3.5.5 -> 3.5.6 2017-11-19 19:14:25 +02:00
Tuomas Tynkkynen
dfd2e6ff74 iproute: 4.13.0 -> 4.14.1 2017-11-19 19:14:22 +02:00
Tuomas Tynkkynen
d1f7d794cf devicemapper: 2.02.175 -> 2.02.176 2017-11-19 19:14:19 +02:00
Vladimír Čunát
b22492ed81
Merge #31825: man-db: explicitly pass section string 2017-11-19 17:56:37 +01:00
Vladimír Čunát
e634d53319
Merge branch 'master' into staging 2017-11-19 17:56:30 +01:00
Orivej Desh
50d8720d2a nixos/testing: fix after --set ceased to evaluate the value 2017-11-19 14:15:19 +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
Peter Hoeg
1b594f05a2 mime-types: init at 9 2017-11-19 20:29:13 +08:00
Michael Weiss
5147d8bbee android-studio-preview: 3.1.0.2 -> 3.1.0.3 2017-11-19 13:03:04 +01:00
Maximilian Bosch
38af8ec720
stellarium: 0.15.0 -> 0.16.1
The 0.16-releases contain several useful new features:
https://launchpad.net/stellarium/0.16/0.16.1

I also added myself as maintainer to have more people available if the
package breaks a release.
2017-11-19 12:01:15 +01:00
Orivej Desh
3c81b7639a lib: delete reference to lib/sandbox.nix
after it was deleted in 0fe7bde3d8
2017-11-19 10:19:21 +00:00
Orivej Desh
daf8311ce1 Revert "lib: delete reference to lib/sandbox.nix"
This reverts commit 9ee089ae05.

0fe7bde3d8 is not in master yet and it would break
master if it were: https://github.com/NixOS/nixpkgs/pull/31803#pullrequestreview-77638434
2017-11-19 10:14:07 +00:00
Orivej Desh
9ee089ae05 lib: delete reference to lib/sandbox.nix
after it was deleted in 0fe7bde3d8
2017-11-19 09:03:43 +00:00
Joerg Thalheim
72163a64c4 pijul: 0.7.3 -> 0.8.0 2017-11-19 09:01:47 +00:00
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
Orivej Desh
a1573bbbb2 python.pkgs.pybfd: move to python-modules 2017-11-19 08:28:40 +00:00
Vladimír Čunát
c1ac1256f3
documentation: python 2.6 is no more 2017-11-19 08:18:55 +01:00
Samuel Dionne-Riel
f8d232e233
documentation: python3Packages is python36Packages
Close #31810.
2017-11-19 08:18:43 +01:00
Franz Pletz
265f4c58a1
wireguard: 0.0.20171101 -> 0.0.20171111 2017-11-19 04:41:16 +01:00
Franz Pletz
e61b0cb1df
Merge pull request #31811 from eqyiel/matrix-synapse-0.25.1
matrix-synapse: 0.24.1 -> 0.25.1
2017-11-19 04:37:04 +01:00
Orivej Desh
c76890f2fe binutils: disambiguate ARM targets
https://github.com/NixOS/nixpkgs/pull/30484#issuecomment-345472766

Since [1] libbfd is compiled with support for all available targets. However, it
can not choose whether an ARM ELF file is elf32-littlearm,
elf32-littlearm-symbian, or elf32-littlearm-vxworks, and fails with the "File
format is ambiguous" error.  Here [2] Alan Modra intended to prioritize the
first of the three, but although his patch was merged and reportedly solved the
issue, currently glibc 2.28.1 and 2.29.1 again fail to disambiguate these
targets.  This commit makes it prioritize elf32-littlearm over the other two.

[1] f8741c38cd
[2] https://sourceware.org/ml/binutils/2013-05/msg00271.html
2017-11-19 03:36:53 +00:00
Markus Mueller
2191b4dd39
php_excel: init at 1.0.2 2017-11-19 04:22:46 +01:00
Markus Mueller
8d499c2b3d
libxl: init at 3.8.1 2017-11-19 04:22:26 +01:00
Ruben Maher
b68f6e14bf matrix-synapse: 0.24.1 -> 0.25.1 2017-11-19 13:47:54 +10:30
Franz Pletz
7be9c9c95f
Merge pull request #31808 from WilliButz/grafana-update
grafana: 4.6.1 -> 4.6.2
2017-11-19 03:49:04 +01:00
WilliButz
518fa4a38b
grafana: 4.6.1 -> 4.6.2 2017-11-19 01:10:57 +01:00
Tim Steinbach
ac470a67f8
linux: 4.4.98 -> 4.4.99 2017-11-18 17:19:50 -05:00
Tim Steinbach
c6f1290250
linux: 4.9.62 -> 4.9.63 2017-11-18 17:16:14 -05:00
Tim Steinbach
790f096a45
linux: 4.13.13 -> 4.13.14 2017-11-18 17:12:18 -05:00
Pierre Chevalier
b3de3893d0 nixos/zsh: add the type for enableAutosuggestions option
Simply a small inconsistency I picked up when reading that file.

fixes #31795
2017-11-18 21:27:12 +00:00
Pierre Chevalier
81ea7d2dcb zsh-powerlevel9k: init at 2017-11-10
To use, add this option to your configuration.nix:
`programs.zsh.promptInit = "source ${pkgs.zsh-powerlevel9k}/share/zsh-powerlevel9k/powerlevel9k.zsh-theme";`
2017-11-18 21:27:04 +00:00
Jörg Thalheim
cb2c2f4064
Merge pull request #31784 from veprbl/ipfs_0.4.13
ipfs: 0.4.11 -> 0.4.13
2017-11-18 21:23:33 +00:00
Tuomas Tynkkynen
0347174a0f fio: 3.1 -> 3.2 2017-11-18 23:18:52 +02:00
Orivej Desh
28e6265cdc
Merge pull request #31799 from lsix/nano_2_9
nano: 2.8.7 -> 2.9.0
2017-11-18 20:34:10 +00: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
Lancelot SIX
2899687a48
nano: 2.8.7 -> 2.9.0
See https://lists.gnu.org/archive/html/info-gnu/2017-11/msg00006.html
for release information
2017-11-18 21:05:07 +01:00
Jörg Thalheim
d4d7e1ea09
Merge pull request #31796 from robertodr/update-ninja
ninja: 1.7.2 -> 1.8.2
2017-11-18 19:58:17 +00:00
Jörg Thalheim
011e69ea3f
Merge pull request #31789 from flokli/msmtp-sendmail
msmtp: add sendmail symlink to $out/bin
2017-11-18 19:43:04 +00:00
Orivej Desh
dfd88fac3d bonnie: replace dead source link 2017-11-18 19:41:41 +00:00
Roberto Di Remigio
9792c039ee ninja: 1.7.2 -> 1.8.2 2017-11-18 19:03:44 +00:00
Tuomas Tynkkynen
5ec0e09239 less: 520 -> 529 2017-11-18 17:52:33 +02:00
Tuomas Tynkkynen
ce3924fd26 strace: 4.19 -> 4.20 2017-11-18 17:46:56 +02:00
Tuomas Tynkkynen
c2031ee785 iperf: 3.2 -> 3.3 2017-11-18 17:40:26 +02:00
Shea Levy
a8dc88258f
Merge branch 'system_cmds' 2017-11-18 08:34:05 -05:00
Robert Helgesson
f70c14f68f
perl-Moo: 2.003000 -> 2.003003 2017-11-18 14:11:36 +01:00
Pascal Wittmann
c1dd363a3d
Merge pull request #31793 from romildo/new.lxtask
lxtask: init at 0.1.8
2017-11-18 14:06:35 +01:00
Pascal Wittmann
457306d9cd
Merge pull request #31794 from romildo/upd.numix-icon-theme
numix-icon-theme: 2017-17-09 -> 2017-11-18
2017-11-18 14:04:02 +01:00
Pascal Wittmann
b03bbc54df
Merge pull request #31785 from ryantm/mattermost-4.4.1
mattermost: 4.4.0 -> 4.4.1
2017-11-18 14:01:22 +01:00
José Romildo Malaquias
419a626bff numix-icon-theme: 2017-17-09 -> 2017-11-18 2017-11-18 10:18:55 -02:00
José Romildo Malaquias
e8712da846 lxtask: init at 0.1.8 2017-11-18 10:03:31 -02:00