José Romildo Malaquias
165a228117
liblxqt: 0.12.0 -> 0.13.0
2018-07-26 14:04:28 -03:00
José Romildo Malaquias
4de15eea4a
libqtxdg: 3.1.0 -> 3.2.0
2018-07-26 14:04:27 -03:00
José Romildo Malaquias
8a32b379e2
lxqt: source moved to the lxqt organization in github
2018-07-26 14:04:27 -03:00
Shea Levy
886871538c
pythonPackages.rfc7464: Init at 17.7.0
2018-07-26 12:04:16 -04:00
Robert Helgesson
a01a52a2d7
eclipse-plugin-spotbugs: 3.1.5 -> 3.1.6
2018-07-26 15:43:59 +02:00
Jos van Bakel
812f4749ae
rshell: init at 0.0.14
2018-07-26 06:12:06 -07:00
Frederik Rietdijk
d635e33887
Merge pull request #44121 from erikarvstedt/python-docs
...
python-docs: minor typo and grammar fixes
2018-07-26 14:46:50 +02:00
Erik Arvstedt
eb60a87887
python-docs: minor typo and grammar fixes
2018-07-26 14:28:23 +02:00
Frederik Rietdijk
443cbd782c
Merge pull request #44104 from erikarvstedt/python-docs
...
python docs: improve override examples
2018-07-26 13:18:18 +02:00
Frederik Rietdijk
8e668dc1f8
Merge pull request #43900 from FRidh/php
...
php: get rid of composableDerivation
2018-07-26 12:05:11 +02:00
Sarah Brofeldt
c15fb89951
Merge pull request #44114 from johanot/cfssl-pkgs-upgrade
...
cfssl: 20170527 -> 1.3.2
2018-07-26 11:55:51 +02:00
Frederik Rietdijk
ae9932e431
php: get rid of composableDerivation
...
Some bugs may have creeped in during the conversion.
One flag I had trouble with and so removed was:
"--enable-embedded-mysqli"
2018-07-26 11:49:56 +02:00
Frederik Rietdijk
ea91420675
Merge pull request #43886 from FRidh/vim
...
qvim, vim_configurable: get rid of composableDerivation
2018-07-26 11:42:40 +02:00
lewo
5ab2be7862
Merge pull request #44113 from rvolosatovs/update/dep
...
dep: 0.4.1 -> 0.5.0
2018-07-26 11:28:48 +02:00
Johan Thomsen
75e71ad216
cfssl: 20170527 -> 1.3.2
2018-07-26 11:20:36 +02:00
Roman Volosatovs
7b1632c841
dep: 0.4.1 -> 0.5.0
2018-07-26 10:04:53 +02:00
Carlos D
4758fe7c56
kustomize: init at 1.0.4
2018-07-25 21:10:07 -07:00
Michael Weiss
ec1082c58f
fuse: 2.9.7 -> 2.9.8 (security, CVE-2018-10906)
...
Upstream changelog:
- SECURITY UPDATE: In previous versions of libfuse it was possible to
for unprivileged users to specify the allow_other option even when
this was forbidden in /etc/fuse.conf. The vulnerability is present
only on systems where SELinux is active (including in permissive
mode).
- libfuse no longer segfaults when fuse_interrupted() is called outside
the event loop.
- The fusermount binary has been hardened in several ways to reduce
potential attack surface. Most importantly, mountpoints and mount
options must now match a hard-coded whitelist. It is expected that
this whitelist covers all regular use-cases.
- Fixed rename deadlock on FreeBSD.
2018-07-25 23:53:40 +02:00
Michael Weiss
46cd782b43
fuse3: 3.2.4 -> 3.2.5 (security, CVE-2018-10906)
...
Upstream changelog:
- SECURITY UPDATE: In previous versions of libfuse it was possible to
for unprivileged users to specify the allow_other option even when
this was forbidden in /etc/fuse.conf. The vulnerability is present
only on systems where SELinux is active (including in permissive
mode).
- The fusermount binary has been hardened in several ways to reduce
potential attack surface. Most importantly, mountpoints and mount
options must now match a hard-coded whitelist. It is expected that
this whitelist covers all regular use-cases.
- Added a test of seekdir to test_syscalls.
- Fixed readdir bug when non-zero offsets are given to filler and the
filesystem client, after reading a whole directory, re-reads it from a
non-zero offset e. g. by calling seekdir followed by readdir.
2018-07-25 23:53:40 +02:00
Daiderd Jordan
7110d87d51
Merge pull request #43892 from periklis/skhd-update
...
skhd: bump 0.1.1 to 0.2.2
2018-07-25 23:35:50 +02:00
Matthew Bauer
060f53e0d4
Merge pull request #44109 from NixOS/ryantrinkle/remove-empty-file
...
azure-cli: delete empty nix file
2018-07-25 17:28:17 -04:00
Daiderd Jordan
3290f1d42a
Merge pull request #44063 from LnL7/ycmd-fix-jedi
...
ycmd: 2018-06-14 -> 2018-07-24
2018-07-25 23:26:36 +02:00
Ryan Trinkle
7ca34b2bdd
azure-cli: delete empty nix file
2018-07-25 16:27:12 -04:00
Pascal Wittmann
8d630b3087
Merge pull request #43933 from r-ryantm/auto-update/libfilezilla
...
libfilezilla: 0.12.3 -> 0.13.0
2018-07-25 21:54:32 +02:00
Erik Arvstedt
fa01100f40
python-docs: fix override examples
...
Use example package `zerobin` instead of `bepasty-server` which
is no longer part of python-packages.
This fixes the examples for current nixpkgs versions.
2018-07-25 21:33:48 +02:00
Matthew Bauer
7b7396271c
Merge pull request #44071 from eqyiel/eot_utilities-darwin
...
eot_utilities: change platforms to unix
2018-07-25 15:32:06 -04:00
Erik Arvstedt
42e3727aa2
python docs: improve override example
...
1. Use the same approach like in the overlay example:
Override `python` instead of `pythonPackages` so that
`python.pkgs` refers to the new package set like `pythonPackages`.
This also fixes a bug in the original example where
`pkgs.fetchgit` was not in scope.
Add an extra example to illustrate how to override just a
package set.
2. Fix mix-up between `super` and `self` in the explanation text.
Also, simplify the explanation.
2018-07-25 21:29:25 +02:00
Daiderd Jordan
7cc5624b3c
Merge pull request #43993 from carlosdagos/cntlm-macos
...
cntlm: add support for darwin
2018-07-25 21:19:26 +02:00
Matthew Bauer
a79d917d68
Merge pull request #44073 from lukeadams/pyserial-darwin-fix
...
pyserial: fix build on Darwin
2018-07-25 14:38:20 -04:00
Luke Adams
100349d605
pyserial: fix build on Darwin
2018-07-25 13:27:51 -05:00
Tim Steinbach
202e270bbf
linux: 4.17.9 -> 4.17.10
2018-07-25 14:21:20 -04:00
Tim Steinbach
6cd6eb0513
linux: 4.14.57 -> 4.14.58
2018-07-25 14:21:12 -04:00
Tim Steinbach
0fde78112e
linux: 4.9.114 -> 4.9.115
2018-07-25 14:21:03 -04:00
Tim Steinbach
a2833a06b9
linux: 4.4.143 -> 4.4.144
2018-07-25 14:20:55 -04:00
Matthew Bauer
444857b15c
Merge pull request #43048 from Nadrieril/passff-host
...
passff-host: init at 1.0.2
2018-07-25 13:27:02 -04:00
Matthew Bauer
0aa2a93d12
Merge pull request #43810 from yesbox/bfs
...
bfs: enable the test_fstype test
2018-07-25 13:22:46 -04:00
Thomas Tuegel
6fbcbaf404
Merge pull request #44091 from asymmetric/asymmetric/maven-authn
...
buildMaven: Check for authenticated attribute
2018-07-25 12:10:22 -05:00
WilliButz
a0383ffec8
grafana: 5.2.1 -> 5.2.2
2018-07-25 17:47:50 +02:00
Erik Arvstedt
a8f54972f4
python docs: improve overlay example
...
The `pythonPackages` definition is redundant
2018-07-25 16:44:56 +02:00
John Ericson
f5364327e8
Merge pull request #44081 from obsidiansystems/stdenv-cross-allowedRequisites
...
cross stdenv: Forget `allowedRequisites = nulll;` on inline
2018-07-25 10:22:57 -04:00
Domen Kožar
059c2312be
haskell: move yaml overrides to configuration-nix
2018-07-25 15:17:56 +01:00
Wael M. Nasreddine
8fb92a733e
kubetail: init at 1.6.1
2018-07-25 07:15:42 -07:00
Sage
49ae194b23
yaxg: init at 2018-07-20
...
* yaxg: init at 2018-07-20
* yaxg: replaced makeWrapper with wrapProgram
* yaxg: Fixed version number and some formatting
2018-07-25 07:14:14 -07:00
Lorenzo Manacorda
7a1a0036e6
buildMaven: Check for authenticated attribute
...
The `authenticated` attribute is not always present in the
`project-info.json` produced by maven2nix[0]
We therefore check for its presence, and default it to false.
[0]: https://github.com/NixOS/mvn2nix-maven-plugin/issues/5#issuecomment-311846950
2018-07-25 16:00:52 +02:00
Anthony Cowley
9f22576897
pcl: boost167 compatibility
...
Cherry pick an upstream commit not yet available in a tagged release.
2018-07-25 13:49:57 +00:00
Tuomas Tynkkynen
cd5095c0ee
simg2img: Init at 1.1.3
2018-07-25 15:55:23 +03:00
Carles Pagès
4ccaa7de8e
Merge pull request #43774 from Infinisil/fix/minecraft
...
minecraft: clean and fix up
2018-07-25 12:32:00 +02:00
Periklis Tsirakidis
09cfb65c99
skhd: bump 0.1.1 to 0.2.2
2018-07-25 11:19:27 +02:00
Tuomas Tynkkynen
b619e0b016
gnome2.GConf: Add python2 dependency for gsettings-schema-convert
...
https://hydra.nixos.org/build/78312507
2018-07-25 11:23:55 +03:00
Domen Kožar
db557aab7b
haskell: remove/add some servant overrides
2018-07-25 09:02:40 +01:00