3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

809 commits

Author SHA1 Message Date
Artturin 2eeb34c273 treewide: {build,host,target}Platform -> stdenv.{build,host,target}Platform 2023-01-09 21:13:22 +02:00
figsoda a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
github-actions[bot] 1e7dd98694
Merge master into staging-next 2022-12-14 00:02:18 +00:00
Rick van Schijndel 9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Sergei Trofimovich 4ff395c061 xz: 5.2.8 -> 5.2.9
Changes: https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS
2022-12-03 16:14:01 +00:00
Sergei Trofimovich cf14882221
Merge pull request #203202 from trofi/xz-update
xz: 5.2.7 -> 5.2.8
2022-12-01 08:39:55 +00:00
Vladimír Čunát 1380fec7bf
Merge #199742: upx: apply patch for CVE-2021-20285 2022-11-27 19:34:16 +01:00
Sergei Trofimovich cd3cadc00a xz: 5.2.7 -> 5.2.8
Changes: https://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=HEAD
2022-11-27 08:39:20 +00:00
figsoda 9e279b7bd3 ouch: 0.3.1 -> 0.4.0
Changelog: https://github.com/ouch-org/ouch/blob/0.4.0/CHANGELOG.md
2022-11-23 17:31:10 -05:00
R. Ryantm 2051570194 advancecomp: 2.3 -> 2.4 2022-11-23 14:45:41 +00:00
Thomas Watson 80e1bfb034 zfp: 0.5.5 -> 1.0.0, fix issues
Remove examples as they have some common executable names likely to
cause conflicts, there is no way to properly install them, and they are
not particularly useful. Remove now-unnecessary installation hacks.

Disable the long tests as they are just bigger versions of the short
tests and end up being pretty slow.

Build CUDA kernels for all GPUs to avoid issues at runtime.
2022-11-16 19:17:40 +01:00
R. Ryantm d86977fda8 bzip3: 1.2.0 -> 1.2.1 2022-11-10 21:32:51 -08:00
Robert Schütz a75977016b bzip3: 1.1.8 -> 1.2.0
https://github.com/kspalaiologos/bzip3/releases/tag/1.2.0
2022-11-07 15:21:40 -08:00
Thomas Gerbet e43e91a2a2 upx: apply patch for CVE-2021-20285
Did not bump to 4.0.0 yet because the 4.0.0 release is affected by CVE-2021-30500 and CVE-2021-30501.
The patch for CVE-2021-30500 does not apply cleanly on top of 4.0.0.
2022-11-05 18:35:20 +01:00
R. Ryantm 45844e841e bzip3: 1.1.7 -> 1.1.8 2022-10-26 09:53:05 +00:00
R. Ryantm bf3d4513a1 bzip3: 1.1.6 -> 1.1.7 2022-10-25 08:45:02 -07:00
Martin Weinelt 51fcbf5bb7 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-16 00:18:40 +02:00
Paul S 7d0a8f68cb
Update default.nix 2022-10-15 13:27:48 +01:00
Paul S 274698ddc9
Update pkgs/tools/compression/mozlz4a/default.nix
Co-authored-by: Naïm Favier <n@monade.li>
2022-10-15 13:24:00 +01:00
Paul S 28b5b053a7
mozlz4a: enable build on Darwin
See https://github.com/NixOS/nixpkgs/issues/196018
2022-10-14 18:05:48 +01:00
Artturin 7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
github-actions[bot] 7dc2d52e3b
Merge staging-next into staging 2022-10-06 12:02:07 +00:00
github-actions[bot] 8d6fbd7341
Merge master into staging-next 2022-10-06 12:01:31 +00:00
R. Ryantm af3d02dfef bzip3: 1.1.5 -> 1.1.6 2022-10-06 05:58:04 +00:00
github-actions[bot] d426366b62
Merge staging-next into staging 2022-10-05 00:05:03 +00:00
Martin Weinelt 253ca4957d Merge remote-tracking branch 'origin/master' into staging-next 2022-10-05 00:44:16 +02:00
Tobias Mayer a0a570bf78 pkgsStatic.lz4: fix build 2022-10-03 08:19:53 +02:00
R. Ryantm c11887327b xz: 5.2.6 -> 5.2.7 2022-10-03 15:51:55 +10:00
Vladimír Čunát f8a0cacabc
Merge #187701: gzip: build bin/zless again
...into staging
2022-09-25 10:13:26 +02:00
Robert Vollmert 5d3373708f lz4: fix static build 2022-09-19 21:33:47 +02:00
R. Ryantm 1129316c97 dtrx: 8.3.1 -> 8.4.0 2022-09-17 09:14:00 +00:00
github-actions[bot] 6d6c2eeac1
Merge master into staging-next 2022-09-08 06:15:41 +00:00
R. Ryantm 2019dffa1a bzip3: 1.1.4 -> 1.1.5 2022-09-06 09:35:18 +00:00
github-actions[bot] 9fef82dc0b
Merge master into staging-next 2022-08-26 00:02:34 +00:00
Jonas Heinrich 53f45437c1
Merge pull request #171087 from r-ryantm/auto-update/dtrx
dtrx: 8.2.2 -> 8.3.1
2022-08-25 23:45:43 +02:00
Martin Weinelt 249398ffa8 Merge remote-tracking branch 'origin/staging-next' into staging 2022-08-25 00:32:27 +02:00
rian 0c5b09e106
plzip: init at 1.10 (#187539)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-21 21:48:03 +02:00
Ivan Kozik 23e5407bd4 gzip: build and install zless which went missing in gzip-1.12
Fixes https://github.com/NixOS/nixpkgs/issues/187697
2022-08-21 08:28:48 +00:00
Sergei Trofimovich 318846ae3b
Merge pull request #186639 from trofi/update-xz
xz: 5.2.5 -> 5.2.6
2022-08-18 11:43:43 +01:00
zowoq f96b662752 lz4: 1.9.3 -> 1.9.4
https://github.com/lz4/lz4/releases/tag/v1.9.4
2022-08-17 16:01:38 +10:00
Sergei Trofimovich 17c8b2e3a7 xz: 5.2.5 -> 5.2.6
While at it added trivial updater.
Changes: https://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=v5.2.6
2022-08-14 12:53:25 +01:00
Sandro 800e17f25c
Merge pull request #183259 from fgaz/heatshrink/init 2022-08-10 14:47:01 +02:00
Francesco Gazzetta 3fa1b317ac heatshrink: init at 0.4.1 2022-07-28 11:24:54 +02:00
github-actions[bot] f110f87498
Merge master into staging-next 2022-07-27 00:02:31 +00:00
figsoda 4e7a1d6456 crabz: 0.7.2 -> 0.7.5 2022-07-26 20:29:53 +08:00
Vladimír Čunát f3bfbd3dc2
Merge #181708: bzip2: fix hardcoded version (into staging) 2022-07-20 20:08:29 +02:00
Vladimír Čunát b390eb96c2
bzip2: fix hardcoded version 2022-07-20 20:06:16 +02:00
Bernardo Meurer 0e48ac0469
Merge pull request #180028 from luizribeiro/zstd-riscv
zstd: Fix build on riscv hosts
2022-07-16 18:09:11 -07:00
K900 527595cc20 bzip2: 1.0.6.0.2 -> 1.0.8
Use latest upstream version, yoink updated autoconf patch from SUSE.
Might fix unpacking some very cursed files.
Dropped security patches applied upstream (see https://sourceware.org/bzip2/CHANGES).
2022-07-12 21:16:20 +03:00
R. Ryantm 58e7457e2a dtrx: 8.2.2 -> 8.3.1 2022-07-07 22:22:39 +00:00