Commit Graph

222456 Commits

Author SHA1 Message Date
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
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
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
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
Martin Milata
65050cd7e5 firebird-emu: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata
7dce1c5202 glogg: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata
9384f48860 iannix: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata
ec922277e4 pro-office-calculator: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata
adae9f1260 rocket: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata
cc8d12118c qt-box-editor: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata
4ee9179a11 aqemu: use qt5's mkDerivation 2020-04-22 15:23:10 +02:00
Martin Milata
a0a076b857 awesomebump: use qt5's mkDerivation
Wrap Qt program manually, remove makeWrapper from nativeBuildInputs.
2020-04-22 15:23:10 +02:00
Martin Milata
eae808331c bibletime: use qt5's mkDerivation 2020-04-22 15:23:09 +02:00
Martin Milata
98f126615f bomi: use qt5's mkDerivation
Wrap Qt program manually, remove makeWrapper from nativeBuildInputs.
2020-04-22 15:23:09 +02:00
Martin Milata
21d3ce5887 dfasma: use qt5's mkDerivation 2020-04-22 15:23:09 +02:00
Martin Milata
22af8e8ed7 mindforger: use qt5's mkDerivation 2020-04-22 15:23:09 +02:00
Martin Milata
affebc8600 okteta: use qt5's mkDerivation 2020-04-22 15:22:37 +02:00
Martin Milata
9f0dba1302 openbrf: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
606a15d9d8 phototonic: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
2986699ab0 qcomicbook: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
5f70a209da qmediathekview: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
e036261b15 qstopmotion: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
4b7193b67a ricochet: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
86aab71590 swift-im: use qt5's mkDerivation 2020-04-22 15:21:50 +02:00
Martin Milata
461843af71 traverso: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Martin Milata
01de13ad6f valentina: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Martin Milata
904fc69424 write_stylus: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Martin Milata
7d1c2c05c5 caneda: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Martin Milata
5858162f5e calaos_installer: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Martin Milata
f9ef2c194a yabause: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Martin Milata
b98fa7cdb8 httraqt: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Martin Milata
83102fcbae enyo-doom: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Alyssa Ross
81902419dd mblaze: install msuck and mblow
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.
2020-04-22 12:52:47 +00:00
Peter Hoeg
f690b34603
Merge pull request #83054 from peterhoeg/u/icr
crystal: change all crystal programs to use buildCrystalPackage and update pkgs
2020-04-22 20:31:35 +08:00
worldofpeace
f9ef9244a9
Merge pull request #85768 from NixOS/revert-85488-ldc-bootstrap
Revert "ldc: 1.17.0 -> 1.20.1"
2020-04-22 08:15:23 -04:00
worldofpeace
31d630c3a4
Revert "ldc: 1.17.0 -> 1.20.1" 2020-04-22 08:14:40 -04:00
Michael Weiss
2319f0c168
python3Packages.google_api_python_client: 1.8.1 -> 1.8.2 2020-04-22 14:12:55 +02:00