Commit graph

26145 commits

Author SHA1 Message Date
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
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
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
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
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 7dce1c5202 glogg: 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 b98fa7cdb8 httraqt: use qt5's mkDerivation 2020-04-22 15:21:49 +02:00
Jörg Thalheim 43790ee675
nixpkgs-review: 2.2.0 -> 2.3.0 2020-04-22 12:54:42 +01:00
Mario Rodas e7b9fc42c8 sile: 0.10.3 -> 0.10.4
Changelog: https://github.com/sile-typesetter/sile/releases/tag/v0.10.4
2020-04-22 08:21:20 +02:00
Daniel Duan 16041e6274 tre-command: 0.2.2 -> 0.2.3
0.2.3 includes a [bugfix](https://github.com/dduan/tre/releases/tag/v0.2.3).
2020-04-22 08:20:59 +02:00
Emery Hemingway 59219a1e55 yggdrasil: declare tests from nixosTests 2020-04-22 11:45:04 +05:30
Emery Hemingway a2e3fc32b3 cjdns: declare tests from nixosTests 2020-04-22 11:45:04 +05:30
Timo Kaufmann 379f7595d2
Merge pull request #79454 from Flakebi/spirv-cross
spirv-cross: init at 2020-01-16
2020-04-21 23:44:41 +00:00
Mario Rodas f9ee56ff2e
Merge pull request #83936 from saschagrunert/cri-tools
cri-tools: v1.17.0 -> v1.18.0
2020-04-21 18:20:30 -05:00
Frederik Rietdijk ec21df329a
Merge pull request #85636 from matthewbauer/blas-lapack-fix-fallout-from-83888
BLAS/LAPACK fix fallout from #83888
2020-04-21 19:59:16 +02:00
Jörg Thalheim b1e93ddf4d ferm: 2.4.1 -> 2.5.1 2020-04-21 19:48:29 +02:00
Elis Hirwing 09d82f63a4 transifex-client: 0.13.6 -> 0.13.9 2020-04-21 19:46:48 +02:00
Raphael Borun Das Gupta c970d3b105 ili2c: 5.0.0 -> 5.0.8 2020-04-21 19:45:55 +02:00
Peter Hoeg e43a6c9468 mu: minor cleanup 2020-04-21 19:36:47 +02:00
Mario Rodas 77cb7ad618
Merge pull request #84938 from doronbehar/package-gjo
gjo: init at 1.0.2
2020-04-21 07:25:00 -05:00
Matthew Bauer ff2f2644f8 blas,lapack: use isILP64 instead of is64bit
This is a better name since we have multiple 64-bit things that could
be referred to.

LP64  : integer=32, long=64, pointer=64
ILP64 : integer=64, long=64, pointer=64
2020-04-20 16:02:43 -05:00
Jörg Thalheim 59242df8d6
Merge pull request #85580 from siriobalmelli-foss/fix/mscgen
mscgen: fix build
2020-04-20 17:51:02 +01:00
Sirio Balmelli 3a7dca9950
mscgen: clean up build
1. Remove freetype dependency:
    - was not being used by build
    - trying to enable freetype gives nontrivial error
      'gdoTextWidth: Problem doing text layout (GDFONTPATH=)'

2. Correctly link manpages by specifying 'outputs'.

3. Separate nativeBuildInputs from buildInputs

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-20 15:27:28 +02:00
worldofpeace 2a6c9b13c0
Merge pull request #85282 from xrelkd/add/sn0int
sn0int: init at 0.18.2
2020-04-20 08:55:26 -04:00
xrelkd b4a2ec0dc6 sn0int: init at 0.18.2 2020-04-20 20:51:41 +08:00
Jörg Thalheim 5e76bf706b
Merge pull request #84920 from eraserhd/plan9port-version-update
plan9port: 2019-02-25 -> 2020-01-08
2020-04-20 12:12:15 +01:00
Mario Rodas 72e932d443
chezmoi: 1.7.18 -> 1.8.0 2020-04-20 04:20:00 -05:00
Mario Rodas 49d6a72a43
Merge pull request #85621 from misuzu/kmon-update
kmon: 1.0.1 -> 1.1.0
2020-04-20 21:25:24 -05:00
Michael Weiss d8b7b590c7
html-proofer: 3.15.2 -> 3.15.3 2020-04-21 01:12:59 +02:00
Daniel Fullmer 4b0b23db77 wifite2: 2.5.2 -> 2.5.3 2020-04-20 23:10:15 +02:00
Jörg Thalheim f349aca12a
Merge pull request #85626 from filalex77/procs-0.10.0
procs: 0.9.20 -> 0.10.0
2020-04-20 18:20:58 +01:00
Oleksii Filonenko 7133c01a7a
procs: 0.9.20 -> 0.10.0 2020-04-20 19:15:05 +03:00
misuzu dc28779cee kmon: 1.0.1 -> 1.1.0 2020-04-20 18:12:02 +03:00
Bart Brouns ed79cb56b7 mu: 1.2 -> 1.4.1
msg2pdf is disabled for now:
https://github.com/djcb/mu/blob/1.4.1/NEWS.org
2020-04-20 11:03:03 +02:00
robert seaton f32e75c728
statserial: init at 1.1 (#75073) 2020-04-20 09:24:23 +02:00
Vincent Laporte 3e7a2b9147 ocamlPackages.janeStreet: 0.12 → 0.13
ocamlPackages.bistro: fix for core-0.13
ocamlPackages.phylogenetics: 2020-01-05 → 2020-01-25
2020-04-20 08:38:31 +02:00
Jörg Thalheim 32029f3c7f
Merge pull request #85482 from L-as/patch-1 2020-04-20 05:54:07 +01:00
Léo Gaspard 2d6f7344d8
Merge pull request #74841 from tilpner/ferm-update
ferm: 2.4.1 -> 2.5
2020-04-20 00:59:46 +02:00
Alyssa Ross a72c5b5388 modemmanager: enableParallelBuilding
Seems to work fine for me at -j48.
2020-04-19 22:35:29 +00:00
Sirio Balmelli 410fc69c7c
mscgen: add pkg-config build-time dependency
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-20 00:01:30 +02:00
Florian Klink ab0da25762
Merge pull request #85503 from emilazy/acme-test-cleanups
ACME test cleanups
2020-04-19 23:57:03 +02:00
Florian Klink a88d17bc69
Merge pull request #83301 from evils/tuptime
Tuptime: Init Package, Module and Test
2020-04-19 23:38:53 +02:00
Mario Rodas 1406d8b314
Merge pull request #85343 from xrelkd/add/rshijack
rshijack: init at 0.3.0
2020-04-19 11:29:23 -05:00