Commit graph

157288 commits

Author SHA1 Message Date
Nick Novitski 463a2d94bd cloud-sql-proxy: 1.11 -> 1.13 (#48920) 2018-10-26 13:18:10 +02:00
Daiderd Jordan 0d64e81ce6
rustc: fix moved tests and darwin build 2018-10-26 12:14:24 +01:00
Andreas Rammhold 2898972377 kiwix: mark as insecure
There is at least one recorded issue against our kiwix version. Upstream
does no longer support this version of the project. They have moved to a
different repository & software architecture.
2018-10-26 12:17:58 +02:00
Andreas Rammhold 385e5ac847 sddm: 0.17.0 -> 0.18.0
Bumps to the latest stable version while fixing CVE-2018-14345 [1].

Changelog [2]:
 - Support theme supplied avatars
 - Compile against Qt 5.11
 - Fix platform detection for HighDPI
 - On close, switch VT to a running session if applicable
 - Better ConsoleKit support
 - Fix authentication when non-default hidden option ReuseSession=true is used (CVE-2018-14345)
 - Hide sessions with NoDisplay=true
 - Honor PAM's ambient supplemental groups
 - Cleanup socket destruction
 - Don't quit on SIGHUP
 - Updated translations

[1] https://nvd.nist.gov/vuln/detail/CVE-2018-14345
[2] https://github.com/sddm/sddm/releases/tag/v0.18.0
2018-10-26 12:17:58 +02:00
Andreas Rammhold 1103b3fbe6 batik: mark as insecure
The package hasn't been updated in a long time. There have been several
issues with the package. There is no dependant  package in the
repository so marking it as insecure until someone maintains it sounds
reasonable.
2018-10-26 12:17:58 +02:00
Andreas Rammhold 6ad3088b12 libgxps: fix CVE-2018-10733 2018-10-26 12:17:58 +02:00
Andreas Rammhold 5f75f72497 yara: 3.7.1 -> 3.8.1
This fixes issues CVE-2018-12034 & CVE-2018-12035. They are OOB read &
write issues of the internal VM. Details can be retrieved at [1] & [2].

[1] https://github.com/VirusTotal/yara/issues/891
[2] https://bnbdr.github.io/posts/swisscheese/
2018-10-26 12:17:58 +02:00
Andreas Rammhold c994f40de8 taglib: fix CVE-2018-11439 2018-10-26 12:17:58 +02:00
Andreas Rammhold 9843fdc532 ligcgroup: fix CVE-2018-14348
When using cgrulesengd it would create a logfile at /var/log/cgred with
the permission wide open (0666).
2018-10-26 12:17:58 +02:00
Bas van Dijk 945c6b9981
Merge pull request #48699 from ElvishJerricco/overridable-buildFromSdist
haskell.lib.buildFromSdist: Allow overrideCabal
2018-10-26 11:17:24 +01:00
Jörg Thalheim 764d165f43
doc: apply make format 2018-10-26 11:13:54 +01:00
Jörg Thalheim 7f80fb2db4
doc: extend breakpointHook documentation 2018-10-26 11:13:24 +01:00
Jörg Thalheim cafecf16af
rust: 1.29.1 -> 1.30.0 2018-10-26 10:37:46 +01:00
Robin Gloster 02afda3fd8 gitlab: 11.3.4 -> 11.4.0 2018-10-26 11:32:28 +02:00
Robin Gloster eb7f8e71ad gitlab-workhorse: 6.1.1 -> 7.0.0 2018-10-26 11:32:28 +02:00
Robin Gloster 1a984ccc4e gitaly: 0.125.0 -> 0.125.1 2018-10-26 11:32:28 +02:00
Silvan Mosberger 41b55b3508
idrisPackages.{categories,derive}: Use upstream instead of forks
These forks were introduced in https://github.com/NixOS/nixpkgs/pull/42861 to
make the builds succeed. The changes have since been incorporated
upstream.
2018-10-26 11:15:10 +02:00
Periklis Tsirakidis f2c4ad2376 kustomize: 1.0.8 -> 1.0.9 2018-10-26 11:04:28 +02:00
R. RyanTM 5d88d542e3 riot-web: 0.16.5 -> 0.17.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/riot-web/versions
2018-10-26 01:48:11 -07:00
Jörg Thalheim e438125d97
Merge pull request #49130 from veprbl/pr/pyarrow_darwin_hydra_fix
pythonPackages.pyarrow: fix running tests on hydra
2018-10-26 09:18:36 +01:00
Jörg Thalheim 8afb3b68b7
Merge pull request #49119 from markuskowa/licenses-24
Add licenses
2018-10-26 09:15:39 +01:00
Jörg Thalheim a8df9ff9d9
Merge pull request #49126 from das-g/stdenv-docs
minor fixes in Nixpkgs stdenv docs
2018-10-26 09:12:45 +01:00
R. RyanTM e87534ed66 soapysdr: 0.6.1 -> 0.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/soapysdr/versions
2018-10-26 01:08:37 -07:00
Michael Weiss 6021a94062 signal-desktop: 1.17.0 -> 1.17.1 2018-10-26 09:50:38 +02:00
Dmitry Kalinkin e76082a941
pyarrow: disable jvm test 2018-10-25 23:14:27 -04:00
Dmitry Kalinkin 6ae3cb4d36
pythonPackages.pyarrow: fix running tests on hydra
This replaces standard checkPhase using setup.py that uses pytest-runner
with an explicit call to pytest. One reason to do that is because
setup.py triggers another rebuild when asked to do "test". Another
reason is that there seems to be a conflict between possible imports for
pyarrow: `pwd`/pyarrow vs $out/pyarrow. By some unknown reason this
triggers an import error on hydra and ofborg, but not on my machine. The
solution here is to remove `pwd`/pyarrow, keep the tests and use direct
call to pytest (setup.py needs `pwd`/pyarrow). The added benefit is that
we are now testing what is installed in $out.
2018-10-25 23:12:16 -04:00
zimbatm 2337c7522a
openssh: 7.7p1 -> 7.9p1 (#48784)
added openssh_gssapi to make it easier to test the patched version

the HPN edition isn't available on top of 7.9p1 yet

fix-host-key-algorithms-plus.patch didn't apply anymore, assuming it's
fixed.

release notes: https://www.openssh.com/txt/release-7.9
2018-10-26 01:17:55 +02:00
Raphael Borun Das Gupta aa77e3aa4f nixpkgs docs: add missing spaces between words 2018-10-26 00:35:21 +02:00
Raphael Borun Das Gupta bea0b3021c nixpkgs docs: remove spurious ">" 2018-10-26 00:29:27 +02:00
José Romildo Malaquias 34964d6f3b vivaldi-ffmpeg-codecs: 69.0.3497.73 -> 70.0.3538.77 2018-10-25 18:28:59 -03:00
José Romildo Malaquias 3cd8c2240b vivaldi: 2.0.1309.29-2 -> 2.1.1337.36-1 2018-10-25 18:27:49 -03:00
Markus Kowalewski 1f46779eda
ptlib: add licenses 2018-10-25 23:10:21 +02:00
Markus Kowalewski 5383753beb
prison: add license 2018-10-25 23:10:21 +02:00
Markus Kowalewski f1fe677ab2
popt: add license 2018-10-25 23:10:20 +02:00
Markus Kowalewski 6ff2c83d9f
polkit-qt-1: add license 2018-10-25 23:10:20 +02:00
Markus Kowalewski 91eea7482d
podofo: add licenses 2018-10-25 23:10:20 +02:00
Markus Kowalewski 78b12734ee
phonon-backend-vlc: add license 2018-10-25 23:10:20 +02:00
Markus Kowalewski 0badfc2b6e
phonon-backend-gstreamer: add license 2018-10-25 23:10:20 +02:00
Markus Kowalewski d00487cad5
pangoxsl: add meta data 2018-10-25 23:10:20 +02:00
Markus Kowalewski 598ed197db
openssl-chacha: add license 2018-10-25 23:10:00 +02:00
Markus Kowalewski 165f090e10
openpam: add license 2018-10-25 22:56:23 +02:00
Markus Kowalewski 2d4b7f26e1
opendbx: add meta data 2018-10-25 22:56:23 +02:00
Markus Kowalewski 4afe65f253
opencsg: add license 2018-10-25 22:56:23 +02:00
Markus Kowalewski 8ff5a85c45
opencascade: add license 2018-10-25 22:56:22 +02:00
Markus Kowalewski d9e6d6ac33
opal: add licenes 2018-10-25 22:56:22 +02:00
Markus Kowalewski 8e7f191c27
ode: add licenes 2018-10-25 22:56:22 +02:00
Markus Kowalewski b21b369c6d
ntrack: add license 2018-10-25 22:56:22 +02:00
Markus Kowalewski 395931cefe
nspr: add license 2018-10-25 22:56:22 +02:00
Markus Kowalewski e999d40cef
notify-sharp: add license 2018-10-25 22:56:22 +02:00
Markus Kowalewski 46a495ac75
netcdf: add url to license 2018-10-25 22:56:22 +02:00