Uli Baum
f2a4adfec2
rpcbind: switch to upstream git repo, drop patch
2018-08-31 00:04:15 +02:00
R. RyanTM
83f876cb29
lightdm: 1.26.0 -> 1.28.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
lightdm
2018-08-30 14:37:06 -07:00
John Ericson
0828e2d8c3
treewide: Remove usage of remaining redundant platform compatability stuff
...
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Nadrieril
9b9ba8405b
nixos/usbguard: ensure the audit log file can be created
...
Since version 0.7.3, usbguard-daemon won't start if the file cannot be opened.
2018-08-30 21:54:22 +01:00
Nadrieril
08148a746a
nixos/usbguard: disable debug output
2018-08-30 21:54:22 +01:00
Vincent Bernat
1251b34b5b
nixos/nginx: ensure TLS OCSP stapling works out of the box with LE
...
The recommended TLS configuration comes with `ssl_stapling on` and
`ssl_stapling_verify on`. However, this last directive also requires
the use of `ssl_trusted_certificate` to verify the received answer.
When using `enableACME` or similar, we can help the user by providing
the correct value for the directive.
The result can be tested with:
openssl s_client -connect web.example.com:443 -status 2> /dev/null
Without OCSP stapling, we get:
OCSP response: no response sent
After this change, we get:
OCSP Response Data:
OCSP Response Status: successful (0x0)
Response Type: Basic OCSP Response
Version: 1 (0x0)
Responder Id: C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
Produced At: Aug 30 20:46:00 2018 GMT
2018-08-30 22:47:41 +02:00
xeji
94f71d800d
Merge pull request #45808 from markuskowa/licenses-11
...
Add licenses
2018-08-30 22:45:17 +02:00
Markus Kowalewski
5c9fbdfbfc
bsd_fingerd: add license
2018-08-30 22:29:17 +02:00
Timo Kaufmann
2a606200bc
Merge pull request #45794 from r-ryantm/auto-update/wallabag
...
wallabag: 2.3.2 -> 2.3.3
2018-08-30 22:13:38 +02:00
Timo Kaufmann
f7c43f3921
Merge pull request #45803 from r-ryantm/auto-update/pspg
...
pspg: 1.3.0 -> 1.4.2
2018-08-30 22:09:24 +02:00
Markus Kowalewski
b3d114e6f9
wpa_gui: add license + homepage
2018-08-30 22:03:07 +02:00
Markus Kowalewski
85c3661c08
usbutils: add license
2018-08-30 22:00:16 +02:00
Markus Kowalewski
4927ecbf25
udisks: add license
2018-08-30 21:57:21 +02:00
Markus Kowalewski
b67770e033
rtkit: add licenses
2018-08-30 21:54:56 +02:00
Markus Kowalewski
a5dd0609b3
rfkill: add license
2018-08-30 21:51:23 +02:00
Markus Kowalewski
74470d51c3
perf-tools: add license
2018-08-30 21:46:29 +02:00
Markus Kowalewski
11bb3c134f
pam_mount: add licenses
2018-08-30 21:42:32 +02:00
Markus Kowalewski
7c10761149
pam_ccreds: add license
2018-08-30 21:40:20 +02:00
Markus Kowalewski
c6eff80696
multipath-tools: add license
2018-08-30 21:37:57 +02:00
Markus Kowalewski
c8ff1aeb7b
lm-sensors: add license
2018-08-30 21:35:57 +02:00
Markus Kowalewski
bbb8d5c250
lksctp-tools: add license
2018-08-30 21:33:49 +02:00
Markus Kowalewski
e0c319cee3
libatasmart: add license, update homepage
2018-08-30 21:30:20 +02:00
Markus Kowalewski
a3f9340d93
kmod: add license
2018-08-30 21:28:03 +02:00
Markus Kowalewski
d6aabb1f9a
jool: add license
2018-08-30 21:26:04 +02:00
R. RyanTM
b78424c386
pulseeffects: 4.2.8 -> 4.3.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
pulseeffects
2018-08-30 12:15:08 -07:00
R. RyanTM
19ff9f60e2
pspg: 1.3.0 -> 1.4.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
pspg
2018-08-30 12:04:57 -07:00
Jan Tojnar
efb16b5829
deadbeefPlugins.infobar: init at 1.4
2018-08-30 20:36:56 +02:00
R. RyanTM
54951b1bf8
weston: 4.0.0 -> 5.0.0 ( #45798 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
weston
2018-08-30 20:27:55 +02:00
Uli Baum
037d27ed00
nfs-utils: simplify code using placeholders
2018-08-30 20:11:40 +02:00
Silvan Mosberger
9113696051
Merge pull request #45038 from symphorien/optopt
...
module system: rework module merging
2018-08-30 20:08:45 +02:00
Tom Hall
43110d8af5
opencolorio: refactor to use system lcms2 and tinyxml
...
The version of LCMS bundled with opencolorio is too old to build on
aarch64, simply because its config files date from before aarch64
was announced. However, it can use the system lcms2 if it is found.
Also de-vendor tinyxml.
In addition, the version had been bumped to 1.1.0, but 1.0.9 was still
hard-coded in the fetch uri. Some changes were necessary for 1.1.0 to build.
As the sources are fetched from github, use fetchFromGitHub instead of
fetchurl.
2018-08-30 18:03:21 +00:00
Uli Baum
e0ca51c367
nixos/tests/nfs: fix nfs4 client mount path
...
nfs4 exports from a virtual filesystem root,
so the client mount path differs from nfs3
2018-08-30 19:57:39 +02:00
Uli Baum
c62bb34f7a
nfs-utils: 2.1.1 -> 2.3.2, integrate libnfsidmap
...
- switch source to kernel.org
- libnfsidmap 2.3.2 is built from the nfs-utils source,
put it in nfs-utils.lib
- split outputs
- adapt sssd, the only other package using libnfsidmap
2018-08-30 19:55:54 +02:00
Jan Tojnar
4caab41c1b
Merge pull request #37693 from jtojnar/min-nix-two
...
treewide: Re-add reverted Nix 2 syntax features
2018-08-30 18:50:22 +01:00
xeji
11dab7bd4a
Merge pull request #45788 from romildo/upd.enlightenment
...
enlightenment: 0.22.3 -> 0.22.4
2018-08-30 19:43:28 +02:00
Timo Kaufmann
bee03c1b0e
Merge pull request #45793 from r-ryantm/auto-update/urh
...
urh: 2.2.3 -> 2.2.4
2018-08-30 19:33:59 +02:00
Timo Kaufmann
6391c10836
Merge pull request #45791 from r-ryantm/auto-update/umockdev
...
umockdev: 0.11.3 -> 0.12
2018-08-30 19:32:44 +02:00
Timo Kaufmann
7b44b2d04b
Merge pull request #45790 from r-ryantm/auto-update/zsh-completions
...
zsh-completions: 0.27.0 -> 0.28.0
2018-08-30 19:32:09 +02:00
Matthew Pickering
bcccd13471
kythe: init at 0.0.28 ( #45778 )
...
Progress towards #27590
2018-08-30 19:24:31 +02:00
Vladimír Čunát
3053d4c49e
Merge #45796 : wireshark: 2.6.2 -> 2.6.3 (security)
...
https://www.wireshark.org/docs/relnotes/wireshark-2.6.3.html
2018-08-30 18:43:55 +02:00
R. RyanTM
2d04c3f476
wireshark: 2.6.2 -> 2.6.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
wireshark-qt
2018-08-30 09:39:51 -07:00
Jan Tojnar
3ddead7085
gmic: simplify the expression with placeholder
2018-08-30 18:18:31 +02:00
Jan Tojnar
0d90e014d6
Revert "qpdfview: remove placeholder usage"
...
This reverts commit 9e503e039b
.
2018-08-30 18:18:31 +02:00
Jan Tojnar
c1e53166ad
Revert "sympow: don't use placeholder"
...
This reverts commit bae15c811f
.
2018-08-30 18:18:30 +02:00
Jan Tojnar
6cefc9c1b0
Revert "treewide: remove placeholder usage"
...
This reverts commit 025881c236
.
2018-08-30 18:18:30 +02:00
Jan Tojnar
69a17c7a19
Revert "treewide: remove placeholder usage"
...
This reverts commit 82f6267023
.
2018-08-30 18:18:29 +02:00
R. RyanTM
1adcb8890a
wallabag: 2.3.2 -> 2.3.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
wallabag
2018-08-30 09:12:20 -07:00
R. RyanTM
41488c2d30
urh: 2.2.3 -> 2.2.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
urh
2018-08-30 09:01:45 -07:00
Frederik Rietdijk
ca6442bc33
Merge pull request #45732 from marsam/feature/update-pywatchman
...
pythonPackages.pywatchman: 1.3.0 -> 1.4.1
2018-08-30 17:54:53 +02:00