about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| * | | | linux: 5.6.5 -> 5.6.6kraem2020-04-21
| | | | |
| * | | | linux: 5.5.18 -> 5.5.19kraem2020-04-21
| | | | |
| * | | | linux: 5.4.33 -> 5.4.34kraem2020-04-21
| | | | |
| * | | | linux: 4.19.116 -> 4.19.117kraem2020-04-21
| | | | |
* | | | | Merge pull request #85766 from Mic92/nixpkgs-reviewJörg Thalheim2020-04-22
|\ \ \ \ \
| * | | | | nixpkgs-review: 2.2.0 -> 2.3.0Jörg Thalheim2020-04-22
| | | | | |
* | | | | | Merge pull request #85788 from pbogdan/fix-manualworldofpeace2020-04-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/manual: fix build
| * | | | | | nixos/manual: fix buildPiotr Bogdan2020-04-22
|/ / / / / /
* | | | | | Merge pull request #85782 from adisbladis/p7zip-unfreeadisbladis2020-04-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | p7zip: Make unfree features (rar support) optional
| * | | | | | p7zip: Make unfree features (rar support) optionaladisbladis2020-04-22
|/ / / / / /
* | | | | | p7zip: remove non-free RAR supportEmily2020-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7-Zip's RAR implementation is built on the non-free UnRAR source code; DOC/License.txt says: Licenses for files are: 1) CPP/7zip/Compress/Rar* files: GNU LGPL + unRAR restriction 2) All other files: GNU LGPL The GNU LGPL + unRAR restriction means that you must follow both GNU LGPL rules and unRAR restriction rules. ... unRAR restriction ----------------- The decompression engine for RAR archives was developed using source code of unRAR program. All copyrights to original unRAR code are owned by Alexander Roshal. The license for original unRAR code has the following restriction: The unRAR sources cannot be used to re-create the RAR compression algorithm, which is proprietary. Distribution of modified unRAR sources in separate form or as a part of other software is permitted, provided that it is clearly stated in the documentation and source comments that the code may not be used to develop a RAR (WinRAR) compatible archiver. The unrar licensing is [infamously restrictive and non-free][fedora]; it's inappropriate for us to keep the RAR support while labelling the package as free software (and indeed there's a commented-out line pointing out that the current `meta.license` is false). Unfortunately, the 7-Zip upstream seems uninterested in replacing the code with a freely-licensed alternative (see [7-Zip ticket #1229][7zip]). [fedora]: https://fedoraproject.org/wiki/Licensing:Unrar [7zip]: https://sourceforge.net/p/sevenzip/feature-requests/1229/ An alternative solution would be to mark the p7zip package as non-free instead; I decided not to because its other functionality (especially `.7z` support) is freely-licensed and useful, and there are free software alternatives for extracting RAR files (e.g. in nixpkgs there's `archiver`, which is written in a memory-safe language, and `unar`, which at least doesn't have two patches for CVEs that haven't been addressed upstream...). I checked that `7z(1)` fails gracefully on `.rar` files now: emily@renko ~/tmp> curl -L -O https://www.philippwinterberg.com/download/example.rar % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 5715k 100 5715k 0 0 6716k 0 --:--:-- --:--:-- --:--:-- 6716k emily@renko ~/tmp> 7z x example.rar 7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21 p7zip Version 16.02 (locale=en_CA.UTF-8,Utf16=on,HugeFiles=on,64 bits,8 CPUs x64) Scanning the drive for archives: 1 file, 5853119 bytes (5716 KiB) Extracting archive: example.rar ERROR: example.rar Can not open the file as archive Can't open as archive: 1 Files: 0 Size: 0 Compressed: 0
* | | | | | Merge pull request #85679 from Omoroca13/pcsx2Christoph Hrdinka2020-04-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | pcsx2: unstable-2020-01-05 -> 1.6.0-rc
| * | | | | | pcsx2 unstable-2020-01-05 -> 1.6.0-rcOmoroca132020-04-22
| | | | | | |
* | | | | | | mblaze: install msuck and mblowAlyssa Ross2020-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are lots of other scripts in contrib that we should probably also install, but I didn't feel like taking the time to review them all and figure out what dependencies they would need. It would have been a shame to add a mandatory dependency on Ruby (and all that entails) to a package that otherwise has basically no dependencies, so I've made the Ruby dependency optional.
* | | | | | | Merge pull request #83054 from peterhoeg/u/icrPeter Hoeg2020-04-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | crystal: change all crystal programs to use buildCrystalPackage and update pkgs
| * | | | | | | thicket: specify the build type and pin to crystal 0.33Peter Hoeg2020-04-22
| | | | | | | |
| * | | | | | | crystal2nix: specify build typePeter Hoeg2020-04-22
| | | | | | | |
| * | | | | | | lucky-cli: init at 0.20Peter Hoeg2020-04-22
| | | | | | | |
| * | | | | | | ameba: 0.12.0 -> 0.12.1Peter Hoeg2020-04-22
| | | | | | | |
| * | | | | | | scry: build against crystal 0.31Peter Hoeg2020-04-22
| | | | | | | |
| * | | | | | | mint: 0.7.1 -> 0.9.0Peter Hoeg2020-04-22
| | | | | | | |
| * | | | | | | icr: 0.6.0 -> 0.8.0Peter Hoeg2020-04-22
| | | | | | | |
| * | | | | | | shards: 0.9.0 -> 0.10.0Peter Hoeg2020-04-22
| | | | | | | |
| * | | | | | | crystal: build using Makefile or shards if availablePeter Hoeg2020-04-22
| | | | | | | |
* | | | | | | | Merge pull request #85768 from NixOS/revert-85488-ldc-bootstrapworldofpeace2020-04-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Revert "ldc: 1.17.0 -> 1.20.1"
| * | | | | | | | Revert "ldc: 1.17.0 -> 1.20.1"worldofpeace2020-04-22
|/ / / / / / / /
* | | | | | | | python3Packages.google_api_python_client: 1.8.1 -> 1.8.2Michael Weiss2020-04-22
| | | | | | | |
* | | | | | | | Merge pull request #72091 from xwvvvvwx/reproducible-pytest4Domen Kožar2020-04-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python3Packages.pytest4: deterministic bytecode
| * | | | | | | | python3Packages.pytest4: deterministic bytecodeDavid Terry2019-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For reasons that are not clear to me, the pytest4 check phase produces a lot of non-deterministic bytecode files. This PR turns off bytecode generation and disables a test that force enables bytecode generation.
* | | | | | | | | gitlab-runner: 12.9.0 -> 12.10.0 (#85748)Max Wittig2020-04-22
| | | | | | | | |
* | | | | | | | | Merge pull request #82007 from geistesk/cbeams-1.0.1Jan Tojnar2020-04-22
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | cbeams: init at 1.0.3geistesk2020-04-22
| | | | | | | | |
* | | | | | | | | Merge pull request #72420 from minijackson/waylandpp-0.2.7Domen Kožar2020-04-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | waylandpp: 0.2.5 -> 0.2.7, make it split-output package
| * | | | | | | | | waylandpp: 0.2.5 -> 0.2.7, make it split-output packageMinijackson2020-04-06
| | | | | | | | | |
* | | | | | | | | | Merge pull request #79840 from knl/update-oauth2_proxy-to-5.0.0Bas van Dijk2020-04-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | oauth2_proxy: 3.2.0 -> 5.1.0
| * | | | | | | | | | oauth2_proxy: Add knl as a maintainerNikola Knezevic2020-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per request from the current maintainer.
| * | | | | | | | | | oauth2_proxy: Start running tests for oauth2_proxyNikola Knezevic2020-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No NixOS tests yet, but this is better than nothing.
| * | | | | | | | | | oauth2_proxy: Update NixOS moduleNikola Knezevic2020-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to match the current flags and apply fixes to all breaking changes.
| * | | | | | | | | | oauth2_proxy: 3.2.0 -> 5.1.0Nikola Knezevic2020-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v3.2.0 is 11 months old. v5.1.0 brings new providers and fixes security vulnerabilities. In addition, the project switched to go 1.14 and uses go modules, which is now reflected in the build process. NOTE: There are many breaking changes, which are then reflected in the NixOS services configuration.
* | | | | | | | | | | Merge pull request #85746 from iblech/patch-11Jörg Thalheim2020-04-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | nixos-containers: add docs about nested containersIngo Blechschmidt2020-04-22
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #85688 from 1000101/shopify_themekitMarek Mahut2020-04-22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | shopify-themekit: init at 1.0.3
| * | | | | | | | | | | | shopify-themekit: init at 1.0.310001012020-04-21
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #85743 from marsam/update-icuMichael Raskin2020-04-22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | icu: init 65.1, 66.1
| * | | | | | | | | | | | icu66: init at 66.1Mario Rodas2020-04-20
| | | | | | | | | | | | |
| * | | | | | | | | | | | icu65: init at 65.1Mario Rodas2020-04-20
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #85709 from chrbauer/upgrade/pwsafe-3.52.0Jörg Thalheim2020-04-22
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | pwsafe 1.09.0 -> 3.52.0Christoph Bauer2020-04-21
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #85383 from r-ryantm/auto-update/ephemeralpgChristoph Hrdinka2020-04-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ephemeralpg: 2.9 -> 3.0
| * | | | | | | | | | | | | | ephemeralpg: 2.9 -> 3.0R. RyanTM2020-04-16
| | | | | | | | | | | | | | |