summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* Merge pull request #74081 from flokli/osqueryFlorian Klink2019-11-25
|\ | | | | osquery: remove
| * osquery: removeFlorian Klink2019-11-24
| | | | | | | | | | | | | | | | | | | | osquery was marked as broken since April. If somebody steps up to fix it, we can always revive it from the histroy, but there's not much value in shipping completely broken things in current master. cc @ma27
* | nomacs: switch to using opencv4 (#72749)Robert Scott2019-11-25
| | | | | | | | | | | | | | | | opencv2 has known, unfixed security vulnerabilities. nomacs itself states the minimum supported version is 3.4 & includes a script to install opencv4, suggesting it is supported darwin requires a patch to update its cmake file to make it less restrictive over this
* | Merge pull request #74087 from Ericson2314/ghcjs-fix-depsJohn Ericson2019-11-24
|\ \ | | | | | | ghcjs-ng: The GHC source should be configured with native build inputs
| * | ghcjs-ng: The GHC source should be configured with native build inputsJohn Ericson2019-11-24
| | | | | | | | | | | | | | | This matters once we start treating GHCJS as cross compilation, as we should be.
* | | dislocker: replace polarssl with mbedtlsRenaud2019-11-24
| | | | | | | | | polarssl is an old alias to mbedtls
* | | Merge pull request #73453 from mmahut/prometheus-nginxlog-exporterWilliButz2019-11-24
|\ \ \ | |_|/ |/| | prometheus-nginxlog-exporter: init at 1.3.0
| * | prometheus-nginxlog-exporter: init at 1.3.0Marek Mahut2019-11-15
| | |
* | | Merge pull request #74080 from Ericson2314/fix-kdeworldofpeace2019-11-24
|\ \ \ | | | | | | | | plasma5: Fix setup hook some more
| * | | plasma5: Fix setup hook some moreJohn Ericson2019-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. `[[...]]` is more robust wrt empty expansions than `[..]` 2. `${foo-}` is simpler and won't accidentally be a url compared to `${foo:-}` 3. `+=` works even when the variable is undefined.
* | | | Merge pull request #72657 from cleverca22/vc4John Ericson2019-11-24
|\ \ \ \ | | | | | | | | | | Initial implementation of vc4 cross-compile
| * | | | initial implementation of vc4 cross-compileMichael Bishop2019-11-19
| | | | |
* | | | | Merge pull request #53032 from netixx/update-openvswitch-2.9.2Franz Pletz2019-11-24
|\ \ \ \ \ | |_|/ / / |/| | | | openvswitch: 2.5.4 -> 2.12.0
| * | | | openvswitch: many improvementsKyle Copperfield2019-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - tidy maintainer definition - add kmcopper to maintainers - use https for url fetch - update lts to 2.5.9 - compile with openssl 1.1 - use https for homepage url - use python3 in 2.12
| * | | | openvswitch: 2.5.4 -> 2.12.0Netix (Espinet François)2019-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Openvswitch was upgraded to the latest stable version (currenty 2.12.0). This remove ovs-monitor-ipsec commands. LTS version is still available using `config.virtualisation.vswitch.package = pkgs.openvswitch-lts` it has been upgraded to 2.5.6. This commit is a split from the original PR #35127.
* | | | | Merge pull request #74043 from c0bw3b/pkg/belledonneMichael Raskin2019-11-24
|\ \ \ \ \ | | | | | | | | | | | | Refresh LinPhone ecosystem
| * | | | | linphone: polarssl -> mbedtlsc0bw3b2019-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + add bcg729 input + move bcunit to nativeBuildInputs
| * | | | | bcg729: init at 1.0.4c0bw3b2019-11-24
| | | | | |
| * | | | | mediastreamer-openh264: 0.0pre20160801 -> 1.2.1c0bw3b2019-11-23
| | | | | |
| * | | | | mediastreamer2: fix meta.homepagec0bw3b2019-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + remove openssl from inputs (it's not used) + fix git version CFLAGS
| * | | | | belle-sip: fix meta.homepagec0bw3b2019-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + use pname/version + polarssl -> mbedtls + no need for configure flag to find mbedtls
| * | | | | ortp: fix meta.homepagec0bw3b2019-11-23
| | | | | | | | | | | | | | | | | | | | | | | | + license is now GPL2+
| * | | | | bctoolbox: set meta.homepagec0bw3b2019-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + move cmake and bcunit to nativeBuildInputs + use current mbedtls
* | | | | | Revert "yakuake: add missing kglobalaccel"Frederik Rietdijk2019-11-24
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 88dc84c18348ce992a7646a5e5e25c1b03cc5b51.
* | | | | | Revert "konsole: add missing kglobalaccel"Frederik Rietdijk2019-11-24
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7232ea43b6f1392f0237679862524e78a51b8b84.
* | | | | | dbeaver: 6.2.4 -> 6.2.5Johannes Schleifenbaum2019-11-24
| | | | | |
* | | | | | Merge pull request #73756 from FRidh/kde5John Ericson2019-11-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | WIP KDE5: fix breakage due to set -u changes
| * | | | | | yakuake: add missing kglobalaccelFrederik Rietdijk2019-11-20
| | | | | | |
| * | | | | | konsole: add missing kglobalaccelFrederik Rietdijk2019-11-20
| | | | | | |
* | | | | | | Merge pull request #73395 from filalex77/mkcert-1.4.1Mario Rodas2019-11-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mkcert: 1.4.0 -> 1.4.1
| * | | | | | | mkcert: 1.4.0 -> 1.4.1Oleksii Filonenko2019-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joh <jonringer@users.noreply.github.com>
* | | | | | | | Merge pull request #74044 from marsam/add-tfsecMario Rodas2019-11-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | tfsec: init at 0.12.2
| * | | | | | | | tfsec: init at 0.12.2Mario Rodas2019-11-24
| | | | | | | | |
* | | | | | | | | Merge pull request #74059 from filalex77/spotifyd-0.2.20Mario Rodas2019-11-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | spotifyd: 0.2.19 -> 0.2.20
| * | | | | | | | | spotifyd: add filalex77 to maintainersOleksii Filonenko2019-11-24
| | | | | | | | | |
| * | | | | | | | | spotifyd: 0.2.19 -> 0.2.20Oleksii Filonenko2019-11-24
| | | | | | | | | |
* | | | | | | | | | Merge pull request #74049 from anderslundstedt/masterMario Rodas2019-11-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | git-subrepo: enable on Darwin
| * | | | | | | | | | git-subrepo: enable on DarwinAnders Lundstedt2019-11-24
| | | | | | | | | | |
* | | | | | | | | | | python3Packages.spacy: 2.2.2 -> 2.2.3Daniël de Kok2019-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/explosion/spaCy/releases/tag/v2.2.3
* | | | | | | | | | | pythonPackages.wasabi: 0.3.0 -> 0.4.0Daniël de Kok2019-11-24
| | | | | | | | | | |
* | | | | | | | | | | pythonPackages.catalogue: init at 0.0.7Daniël de Kok2019-11-24
| | | | | | | | | | |
* | | | | | | | | | | tightvnc: add patches for four CVEsRobert Scott2019-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security fixes for: * CVE-2019-8287 * CVE-2019-15678 * CVE-2019-15679 * CVE-2019-15680 mostly adapted from patches fixing similar issues in the actively maintained libvnc (#73970)
* | | | | | | | | | | Merge pull request #74057 from Ericson2314/wrapper-pname-supportJohn Ericson2019-11-24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | treewide: Purge most parseDrvName
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'wrapper-pname-support-19.09' into wrapper-pname-supportJohn Ericson2019-11-24
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | bintools-wrapper: Fix versionJohn Ericson2019-11-24
| | | | | | | | | | | |
| * | | | | | | | | | | firefox-wrapper: Get rid of name argumentJohn Ericson2019-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only pname + version is supported now. (Both are still optional, however.)
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into wrapper-pname-supportJohn Ericson2019-11-24
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | treewide: Get rid of most `parseDrvName` without breaking compatJohn Ericson2019-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That is because this commit should be merged to both master and release-19.09.
| * | | | | | | | | | | {cc,bintools}-wrapper: use cc pname/version if setCraig Hall2019-11-24
| | | | | | | | | | | |
* | | | | | | | | | | | chromium: update vaapi patchHerwig Hochleitner2019-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/issues/73878