Commit Graph

222493 Commits

Author SHA1 Message Date
nek0 e104433f78 mono: 6.0.0.313 -> 6.8.0.105 2020-04-23 08:44:44 +02:00
Benjamin Hipple 994e4b8d2d
Merge pull request #85831 from marsam/update-bat
bat: 0.13.0 -> 0.14.0
2020-04-22 23:15:52 -04:00
Benjamin Hipple c039152ba8
Merge pull request #85834 from marsam/update-git-gone
gitAndTools.git-gone: 0.3.0 -> 0.3.2
2020-04-22 22:05:55 -04:00
Benjamin Hipple 21be830522
Merge pull request #85799 from matthewbauer/blas-lapack-expand-docs
BLAS/LAPACK fixup and expand docs
2020-04-22 21:56:20 -04:00
Benjamin Hipple 480a55a6b6
doc/using/overlays.xml: update LD_LIBRARY_PATH example 2020-04-22 21:54:41 -04:00
worldofpeace 834a49e0d4 pantheon.wingpanel: add elementary-gtk-theme 2020-04-22 21:28:40 -04:00
worldofpeace 6cecb196fd pantheon.elementary-greeter: add elementary-gtk-theme 2020-04-22 21:28:39 -04:00
worldofpeace 19c3bbfff1 elementary-planner: cleanup
* add elementary theme
The program forces this theme to be used
* update description
2020-04-22 21:27:24 -04:00
Mario Rodas 9409f5ba2d
Merge pull request #85738 from marsam/update-lxd
lxd: 4.0.0 -> 4.0.1
2020-04-22 19:38:54 -05:00
Mario Rodas ffc0e67742
Merge pull request #85821 from zowoq/gh
gitAndTools.gh: 0.6.4 -> 0.7.0
2020-04-22 19:10:17 -05:00
Peter Hoeg 44a502bf6d
Merge pull request #84866 from peterhoeg/f/cyberjack
pcsc-cyberjack: minor cleanups
2020-04-23 07:44:34 +08:00
Tim Steinbach 629068fe5b
linux_latest-libre: 17402 -> 17445 2020-04-22 19:40:01 -04:00
Florian Klink 32516e4fee
Merge pull request #80103 from tfc/port-systemd-confinement-test
nixosTests.systemd-confinement: Port to Python
2020-04-23 01:00:51 +02:00
Mario Rodas 0f2a064816
bat: 0.13.0 -> 0.14.0
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.14.0
2020-04-22 18:00:00 -05:00
zowoq f7b9c6c28b gitAndTools.gh: 0.6.4 -> 0.7.0
https://github.com/cli/cli/releases/tag/v0.7.0
2020-04-23 08:49:28 +10:00
Jan Tojnar c52cc1953c
Merge pull request #85812 from jtojnar/gegl-timeout 2020-04-22 23:23:39 +02:00
Andreas Rammhold 1dcf798dae
Merge pull request #85809 from garbas/fix-vdirsyncer
vdirsyncer: fix failing test
2020-04-22 23:06:00 +02:00
Jan Tojnar a2bdcd794b
gegl_0_4: try to fix tests timing out 2020-04-22 23:01:31 +02:00
Minijackson 903266491b vimPlugins.LanguageClient-neovim: 0.1.156 -> 0.1.157 2020-04-22 14:00:40 -07:00
Aaron L. Zeng ef6b333854 tixati: 2.67 -> 2.72 2020-04-22 13:49:56 -07:00
Robert Helgesson c9d3517368 jwt-cli: 3.0.1 -> 3.1.0 2020-04-22 13:47:48 -07:00
Drew af3e5fc48a
pythonPackages.arrow: fix license (#85803) 2020-04-22 16:40:23 -04:00
Rok Garbas 3c8172bd34
vdirsyncer: fix failing test 2020-04-22 22:36:37 +02:00
Savanni D'Gerinel ccb580fa4d
fitnesstrax: init at 0.1.0 (#83336)
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2020-04-22 15:35:20 -04:00
Enno Lohmeier d1cc4c139b pythonPackages.caldav: unbreak build 2020-04-22 12:32:52 -07:00
Dmitry Kalinkin e391c83f0f
Merge pull request #85801 from veprbl/pr/pulumi_darwin_fix
pulumi-bin: darwin fix
2020-04-22 14:54:13 -04:00
Dmitry Kalinkin 712d1596ef
pulumi-bin: fix darwin build 2020-04-22 14:17:24 -04:00
Dmitry Kalinkin ba13482494
pulumi-bin: use nativeBuildInputs 2020-04-22 14:17:16 -04:00
Dmitry Kalinkin 67d5cdee04
Merge pull request #85736 from immae/fix_texlive_pstricks
nixos/texlive: Fix texlive pstricks
2020-04-22 14:06:42 -04:00
symphorien 9aa4a4c722
texlab: 1.10.0 -> 2.0.0 (#85700)
https://github.com/latex-lsp/texlab/releases/tag/v2.0.0
2020-04-22 13:49:29 -04:00
Matthew Bauer 4238b2b943 doc/overlays.xml: fix missing documentation for blas/lapack
This adds some more information to the documentation as well as
addressing review from https://github.com/NixOS/nixpkgs/pull/85636.
2020-04-22 12:43:14 -05:00
worldofpeace b4d5dd861b
Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenv
Use qt5's mkDerivation in packages that otherwise crash
2020-04-22 13:39:46 -04:00
Matthew Bauer 3d18975478 python.pkgs.scipy: set SCIPY_USE_G77_ABI_WRAPPER=1
To avoid segmentation fault on MKL, we need to use the CBLAS ABI.
Normally, scipy will autodetect this, but here we don’t link using the
‘libmkl_rt.so’ name. So we need to manually set this.

See 50012918db/doc/source/building/linux.rst (fortran-abi-mismatch)
2020-04-22 12:38:28 -05:00
Matthew Bauer 5a500ff0ba blas,lapack: use correct name for library
To match the soname, we need to use libblas.so.3, liblapack.so.3.
2020-04-22 12:37:04 -05:00
Martin Weinelt e323fbabba babeld: 1.9.1 → 1.9.2
Dear all,

Babeld-1.9.2 is available from

  https://www.irif.fr/~jch/software/files/babeld-1.9.2.tar.gz
  https://www.irif.fr/~jch/software/files/babeld-1.9.2.tar.gz.asc

For more information about the Babel routing protocol, please see

  https://www.irif.fr/~jch/software/babel/

This is a bug fix release.  It fixes two bugs where IPv4 prefixes could be
represented incorrectly, with a range of confusing symptoms ; many thanks
to Faban Bläse for diagnosing the issue.  In addition, it fixes incorrect
parsing of unknown address encodings, thanks to Théo Bastian for the fix.

21 April 2020: babeld-1.9.2

  * Fixed two issues that could cause IPv4 routes to be represented
    incorrectly, with a range of confusing symptoms.  Thanks to
    Fabian Bläse.
  * Fixed incorrect parsing of TLVs with an unknown Address Encoding.
    Thanks to Théophile Bastian.
  * Fixed access to mis-aligned data structure.  Thanks to Antonin Décimo.

-- Juliusz Chroboczek

_______________________________________________
Babel-users mailing list
Babel-users@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users
2020-04-22 19:33:19 +02:00
worldofpeace afb08fcfd1
Merge pull request #85795 from worldofpeace/fix-wingpanel-datetime
pantheon.wingpanel-indicator-datetime: patch in a lot of fixes
2020-04-22 13:27:01 -04:00
worldofpeace 7a164bf678 pantheon.wingpanel-indicator-datetime: patch in a lot of fixes
These were rejected upstream, sadly https://github.com/elementary/wingpanel-indicator-datetime/pull/207.
2020-04-22 13:04:18 -04:00
Tim Steinbach 767b91702f
Merge pull request #85715 from kraem/kraem/linux-5.6.6
linux: version bumps
2020-04-22 12:36:08 -04:00
Jörg Thalheim 38bb03adba
Merge pull request #85766 from Mic92/nixpkgs-review 2020-04-22 17:35:37 +01:00
Ismaël Bouya bb79233b94
texlive: Fix texlive pstricks
The upgrade of ghostscript to 9.50 produced some issues with texlive
2019. This patch adds an additional fix necessary for the upgrade
preventing pstricks from working correctly:

  https://tug.org/pipermail/dvipdfmx/2019-November/000036.html
2020-04-22 18:34:06 +02:00
worldofpeace 00823d47e7
Merge pull request #85788 from pbogdan/fix-manual
nixos/manual: fix build
2020-04-22 12:03:43 -04:00
Piotr Bogdan 830733db24 nixos/manual: fix build 2020-04-22 16:56:44 +01:00
adisbladis 4340329136
Merge pull request #85782 from adisbladis/p7zip-unfree
p7zip: Make unfree features (rar support) optional
2020-04-22 17:43:45 +02:00
adisbladis 955e235da3
p7zip: Make unfree features (rar support) optional 2020-04-22 16:06:50 +01:00
Emily 95f82e2a45 p7zip: remove non-free RAR support
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
2020-04-22 15:01:48 +00:00
Christoph Hrdinka 63acac6435
Merge pull request #85679 from Omoroca13/pcsx2
pcsx2: unstable-2020-01-05 -> 1.6.0-rc
2020-04-22 16:10:01 +02:00
Martin Milata d5b14e58c4 tensor: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata 1d8ea89504 candle: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata 2e8962bb6e colord-kde: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata 8dd46d4ffe luckybackup: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00