Commit graph

179091 commits

Author SHA1 Message Date
Michael Reilly 9e9996ad1a mp3cat init at 0.5
Adding package mp3cat, a command line mp3 utility which will concatenate
multiple mp3 files, and keep only the audio frames, discarding headers
and so on.
2019-05-12 07:00:50 -04:00
Will Dietz a2bdd63c4f
Merge pull request #61072 from dtzWill/feature/rngd-debug-flag
rngd: add option to run w/debug flag
2019-05-07 14:59:39 -05:00
worldofpeace aba815d84c
Merge pull request #60326 from risicle/ris-fastpair-fix
pythonPackages.fastpair: force use of pytest_3
2019-05-07 15:40:13 -04:00
worldofpeace d61543ad0a
Merge pull request #60948 from risicle/ris-cartopy-fix
pythonPackages.cartopy: fix tests for python2.7 using xvfb
2019-05-07 15:38:11 -04:00
Jason Felice 037c15654a parinfer-rust: init at 0.3.1 2019-05-08 04:16:18 +09:00
TrevtheForthDev 3fcd66cce8 Added EnableTextMode Dwarf Fortress for playing CLI 2019-05-08 04:07:21 +09:00
Matthew Bauer 5fdb9f3ba0
Merge pull request #61096 from matthewbauer/update-ios-gnu-config
cross: use newer gnu-config on iOS
2019-05-07 15:03:02 -04:00
Loïc Fontaine 05d6273357 rgbds: 0.2.4 -> 0.3.8
- Switch to the new GitHub organization.
- Updated to the latest published version.
2019-05-08 03:56:53 +09:00
Max Gonzih 8ee40cca3b doge: Init at 3.5.0 2019-05-08 03:48:30 +09:00
Will Dietz 5f13ffc00b
Merge pull request #60363 from matthiasbeyer/update-taskell
taskell: 1.3.2 -> 1.4.2
2019-05-07 13:42:36 -05:00
Matthew Bauer 424f467e06
Merge branch 'master' into update-ios-gnu-config 2019-05-07 14:25:33 -04:00
Robert Schütz 929fe5ca21 qutebrowser: 1.6.1 -> 1.6.2
https://lists.schokokeks.org/pipermail/qutebrowser/2019-May/000622.html
2019-05-08 03:08:16 +09:00
c0bw3b 4f8bf685f8 pstree: remove and alias to psmisc 2019-05-08 02:53:09 +09:00
dawidsowa 715002eaf7 gallery-dl: init at 1.8.2 2019-05-08 02:45:56 +09:00
dawidsowa e97da1177f maintainers: add dawidsowa 2019-05-08 02:45:56 +09:00
Matthew Bauer 5a69a4ecc1 cross: use newer gnu-config on iOS 2019-05-07 13:36:25 -04:00
Frederik Rietdijk a80982b4c9
Merge staging-next into master 2019-05-07 19:29:06 +02:00
Renaud 6ae8aed1c2
Merge pull request #59646 from r-ryantm/auto-update/python3.7-cfgv
python37Packages.cfgv: 1.4.0 -> 1.6.0
2019-05-07 18:14:43 +02:00
Will Dietz 9ebc6ad944
Merge pull request #60744 from mroi/master
swift: 4.3.2 -> 5.0.1
2019-05-07 10:57:32 -05:00
Patrick Winter 84ebd401a7 termshark: init at 1.0.0 (#60417) 2019-05-07 08:26:09 -07:00
Renaud 83780cb758
Merge pull request #59653 from r-ryantm/auto-update/python3.7-django-modelcluster
python37Packages.django_modelcluster: 4.3 -> 4.4
2019-05-07 17:17:59 +02:00
José Romildo Malaquias f0a4ca2f6a
Merge pull request #61068 from romildo/upd.sierra-gtk-theme
sierra-gtk-theme: 2018-10-12 -> 2019-05-07
2019-05-07 12:10:24 -03:00
Renaud acba817161
Merge pull request #60998 from risicle/ris-worldengine-fix
pythonPackages.worldengine: fix tests by moving nose to checkInputs
2019-05-07 16:16:16 +02:00
Renaud d51e32404c
Merge pull request #60750 from r-ryantm/auto-update/python3.7-unittest-xml-reporting
python37Packages.unittest-xml-reporting: 2.4.0 -> 2.5.1
2019-05-07 15:36:34 +02:00
Renaud a7eef11bb4
Merge pull request #60753 from r-ryantm/auto-update/python3.7-XlsxWriter
python37Packages.XlsxWriter: 1.1.6 -> 1.1.7
2019-05-07 15:20:48 +02:00
Renaud 2b0a1d7d56
Merge pull request #60754 from r-ryantm/auto-update/python3.7-zeroconf
python37Packages.zeroconf: 0.21.3 -> 0.22.0
2019-05-07 15:11:03 +02:00
Tim Steinbach 6104102c24
oh-my-zsh: 2019-05-05 -> 2019-05-06 2019-05-07 08:04:53 -04:00
Renaud 0702c84739
Merge pull request #60802 from lilyball/cocoapods-beta_1.7.0.rc.1
cocoapods-beta: 1.7.0.beta.3 -> 1.7.0.rc.1
2019-05-07 13:50:46 +02:00
Joachim Fasting 87bc514620
hardened-config: enable the SafeSetID LSM
The purpose of this LSM is to allow processes to drop to a less privileged
user id without having to grant them full CAP_SETUID (or use file caps).

The LSM allows configuring a whitelist policy of permitted from:to uid
transitions.  The policy is enforced upon calls to setuid(2) and related
syscalls.

Policies are configured through securityfs by writing to
- safesetid/add_whitelist_policy ; and
- safesetid/flush_whitelist_policies

A process attempting a transition not permitted by current policy is killed
(to avoid accidentally running with higher privileges than intended).

A uid that has a configured policy is prevented from obtaining auxiliary
setuid privileges (e.g., setting up user namespaces).

See also: https://www.kernel.org/doc/html/latest/admin-guide/LSM/SafeSetID.html
2019-05-07 13:39:24 +02:00
Renaud 7085da0cef
Merge pull request #60870 from dkudriavtsev/patch-1
miraclecast: 20170427 -> 20190403
2019-05-07 13:37:39 +02:00
Renaud 029adb3ad4
Merge pull request #61003 from r-ryantm/auto-update/ocaml4.06.1-ppxlib
ocamlPackages.ppxlib: 0.5.0 -> 0.6.0
2019-05-07 13:19:50 +02:00
Frederik Rietdijk 01b99a67e9
Merge pull request #61028 from marsam/update-cedille
cedille: fix hash
2019-05-07 13:11:33 +02:00
Renaud ad36fb38e2
Merge pull request #60992 from danieldk/cargo-asm-0.1.17
cargo-asm: 0.1.16 -> 0.1.17
2019-05-07 13:11:17 +02:00
R. RyanTM af46c07eaf python37Packages.lark-parser: 0.6.6 -> 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/python3.7-lark-parser/versions
2019-05-07 13:08:31 +02:00
Andrew Childs 1d754bbe94 qscintilla: fix dylib names on Darwin
On Darwin dylibs are intended to have their install names set to their
absolute path. Without an absolute path, applications using these
libraries will have invalid references embedded, and will be unable to
locate the libraries at runtime.
2019-05-07 13:08:00 +02:00
Elis Hirwing 0269936094
Merge pull request #61080 from DIzFer/jellyfin-remove-emby-ref
jellyfin: remove assertion if emby enabled: no emby module exists
2019-05-07 12:48:26 +02:00
Renaud 78b8ff9be0
Merge pull request #61017 from r-ryantm/auto-update/python3.7-Cerberus
python37Packages.cerberus: 1.2 -> 1.3
2019-05-07 12:23:28 +02:00
Robin Gloster 97450715da
Merge pull request #60678 from mayflower/atomicparsley-cross
atomicparsley: fix cross
2019-05-07 09:50:04 +00:00
Jörg Thalheim 2146e1023a
Merge pull request #61076 from Mic92/linux-fpu
linux_5_0: restore __kernel_fpu_{begin,restore}
2019-05-07 10:35:04 +01:00
Renaud 843a062c43
Merge pull request #61016 from r-ryantm/auto-update/python3.7-braintree
python37Packages.braintree: 3.52.0 -> 3.53.0
2019-05-07 11:30:36 +02:00
Jörg Thalheim 33220585a8
Merge pull request #61071 from dtzWill/update/creduce-2.9.0
creduce: 2.8.0 -> 2.9.0, llvm7
2019-05-07 10:05:02 +01:00
David Izquierdo b24a87fafe jellyfin: remove assertion if emby enabled: no emby module exists 2019-05-07 11:04:57 +02:00
Jörg Thalheim 7ed04c2a6f
postgresqlPackages.timescaledb: 1.2.2 -> 1.3.0 (#61074)
postgresqlPackages.timescaledb: 1.2.2 -> 1.3.0
2019-05-07 09:54:33 +01:00
Renaud 1303cc1136
Merge pull request #60972 from r-ryantm/auto-update/geos
geos: 3.7.1 -> 3.7.2
2019-05-07 10:39:07 +02:00
Joachim Fasting 7defc47944
tor-browser-bundle-bin: meta.homepage is a regular string 2019-05-07 09:48:16 +02:00
Joachim Fasting 501c2c28a4
tor-browser-bundle-bin: 8.0.8 -> 8.0.9 2019-05-07 09:48:10 +02:00
Frederik Rietdijk 0196d8f11c Merge master into staging-next 2019-05-07 09:00:06 +02:00
Jörg Thalheim a3f8a25ab3
python.pkgs.imread: inherit native libs on callsite
this avoids potential namespace collisions between python libs
and packages from all-packags.nix:

https://github.com/NixOS/nixpkgs/pull/61033#issuecomment-489926103
2019-05-07 07:34:13 +01:00
Jörg Thalheim 6bcc5e2080
pythonPackages.imread: 0.6 -> 0.7.0 (#61033)
pythonPackages.imread: 0.6 -> 0.7.0
2019-05-07 07:23:33 +01:00
Jörg Thalheim 8da4d318d1
nix-review: 2.0.0 -> 2.0.1 (#61078)
nix-review: 2.0.0 -> 2.0.1
2019-05-07 07:19:19 +01:00