Commit Graph

991 Commits

Author SHA1 Message Date
Robert Scott
e186a328e4 zstd: add some key reverse-dependencies to passthru.tests 2023-02-11 00:09:44 +00:00
Sergei Trofimovich
32693f33a2 zstd: 1.5.2 -> 1.5.4
Changes: https://github.com/facebook/zstd/releases/tag/v1.5.4
2023-02-10 08:32:14 +00:00
Thomas Gerbet
38f0b51a3e upx: 3.96 -> 4.0.2
https://github.com/upx/upx/blob/v4.0.2/NEWS
2023-02-09 22:44:10 +01:00
John Ericson
18a0b82750 bzip2: Add meta.pkgConfigModules and test 2023-02-07 12:15:36 -05:00
Vladimír Čunát
8a77ed60ac
Merge branch 'master' into staging-next 2023-01-27 09:36:55 +01:00
figsoda
1c4e970c15 crabz: 0.7.10 -> 0.8.1
Diff: https://github.com/sstadick/crabz/compare/v0.7.10...v0.8.1

Changelog: https://github.com/sstadick/crabz/blob/v0.8.1/CHANGELOG.md
2023-01-26 14:59:37 -05:00
github-actions[bot]
a1c257a1c6
Merge master into staging-next 2023-01-25 18:01:20 +00:00
R. Ryantm
51c748a0ef advancecomp: 2.4 -> 2.5 2023-01-25 14:13:40 +00:00
github-actions[bot]
c47e4b69a3
Merge master into staging-next 2023-01-25 00:02:20 +00:00
figsoda
af1a7b1d79 crabz: 0.7.5 -> 0.7.10
Diff: https://github.com/sstadick/crabz/compare/v0.7.5...v0.7.10

Changelog: https://github.com/sstadick/crabz/blob/v0.7.10/CHANGELOG.md
2023-01-23 15:50:20 -05:00
Guillaume Girol
4ce9749f74 Merge remote-tracking branch 'origin/staging' into staging-nativeCheckInputs 2023-01-21 17:18:51 +01:00
Artturin
d29b1ecb89 make-bootstrap-tools.nix: fix for wrapped gzip 2023-01-21 17:19:38 +02:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Guillaume Girol
90c78aee6c Merge branch 'nativeCheckInputs' into staging-nativeCheckInputs 2023-01-21 12:00:00 +00:00
Sergei Trofimovich
b9b1d958d0 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/libraries/qt-6/modules/qtbase.nix
	pkgs/stdenv/linux/make-bootstrap-tools.nix
2023-01-20 21:56:57 +00:00
Tim Cuthbertson
7584d9fbf8 zstd: fix cross-compilation on darwin 2023-01-19 15:04:40 +11:00
Sergei Trofimovich
ea1a841e6f lzip: drop no-op nativeBuildInputs = [ ]; assignment
`nixpkgs` usually omits the assignment for most empty variables.
2023-01-16 16:44:13 +00:00
Artturi
f338f1422e
Merge pull request #209371 from Artturin/gziprepro
gzip: make reproducible when GZIP_NO_TIMESTAMPS is set
2023-01-15 00:04:51 +02:00
Sergei Trofimovich
69b181af30 lzip: drop unused 'texinfo' input
As `lzip` is a bootstrap package it's sensitive not to pull in packages
that increase `sdtenv` build dependency scope.

In this case `texinfo` can be omitted and we can use man and info pages
that come with release tarball itself.

Checked with diffoscope there is no material difference in the outputs.
2023-01-14 16:21:14 +00:00
Sergei Trofimovich
1cc478222e xz: 5.4.0 -> 5.4.1
Changes: https://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=HEAD
2023-01-13 19:40:30 +00:00
Artturin
88f36d2694 gzip: make reproducible when GZIP_NO_TIMESTAMPS is set
the logic can be tested with

```
$ GZIP_NO_TIMESTAMPS=1 && echo "${GZIP_NO_TIMESTAMPS:+-n }"
-n
$ unset GZIP_NO_TIMESTAMPS && echo "${GZIP_NO_TIMESTAMPS:+-n }"

```
2023-01-12 01:30:29 +02:00
github-actions[bot]
892fc2184d
Merge master into staging-next 2023-01-11 18:01:26 +00:00
Robert Schütz
ae46fb3cb6 bzip3: 1.2.1 -> 1.2.2
https://github.com/kspalaiologos/bzip3/releases/tag/1.2.2
2023-01-11 03:18:35 -08:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
Artturi
27c1ec2ecf
Merge pull request #209816 from Artturin/deprecate-top-level-platform-aliases 2023-01-09 22:15:50 +02:00
Artturin
2eeb34c273 treewide: {build,host,target}Platform -> stdenv.{build,host,target}Platform 2023-01-09 21:13:22 +02:00
Martin Weinelt
4d65509504 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-08 16:34:30 +01:00
Thiago Kenji Okada
f5cc524d77
Merge pull request #208982 from wegank/imagelol-darwin
imagelol: unbreak on aarch64-darwin
2023-01-08 12:02:24 +00:00
github-actions[bot]
ea5e5050f1
Merge master into staging-next 2023-01-06 06:01:11 +00:00
figsoda
411545a3d6 ouch: 0.4.0 -> 0.4.1
Diff: https://github.com/ouch-org/ouch/compare/0.4.0...0.4.1

Changelog: https://github.com/ouch-org/ouch/blob/0.4.1/CHANGELOG.md
2023-01-05 17:35:37 -05:00
Weijia Wang
67e911384e imagelol: unbreak on aarch64-darwin 2023-01-04 08:29:06 +01:00
Sergei Trofimovich
092d57c076 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
    pkgs/development/tools/language-servers/ansible-language-server/default.nix
2022-12-28 09:35:37 +00: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
Sergei Trofimovich
73e6d3ed00 xz: 5.2.9 -> 5.4.0
Changes: https://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=HEAD

While at it fixed the updater to pick single first (most recent)
version.
2022-12-18 13:30:03 +00: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
Kevin Cox
1b47a92ce4
Merge pull request #178057 from risicle/ris-native-source-provenance-servers-tools-2
treewide/servers,shells,tools: add `sourceType` for more packages
2022-07-07 09:18:24 -04:00
Martin Weinelt
5739870901
zfp: use python3Packages 2022-07-04 13:12:41 +02:00
Luiz Ribeiro
c0fc8f51a2
zstd: Fix build on riscv hosts 2022-07-03 12:47:51 -05:00
Robert Scott
3d6c926c4f treewide/servers,shells,tools: add sourceType for more packages 2022-07-02 13:38:00 +01:00
Robert Schütz
d873c7c5d9 bzip3: 1.1.3 -> 1.1.4 2022-06-26 04:19:53 +00:00
Mario Rodas
835be707da bzip3: fix build on darwin 2022-06-07 16:24:17 -07:00
lunik1
436bb2e60e
efficient-compression-tool: init at 0.9.1 2022-06-07 20:23:37 +01:00
Vladimír Čunát
184698391d
Merge #173709: bzip3: init at 1.1.3 2022-06-05 08:39:01 +02:00
github-actions[bot]
ff43d848bf
Merge staging-next into staging 2022-05-27 18:01:52 +00:00
Artturin
c1fffdfffb treewide: change some glibc to stdenv.cc.libc 2022-05-27 05:57:43 +03:00
Artturin
1d44ac176c treewide: add enableParallelBuilding's to bootstrap packages so hashes stay the same
when enableParallelBuildingByDefault is enabled

verified with
`nix-diff $(nix eval ".#gcc-unwrapped.drvPath") $(nix eval --expr 'with import ./. { config = { enableParallelBuildingByDefault = true; }; }; gcc-unwrapped.drvPath' --impure)`
2022-05-25 16:03:14 +03:00
Artturin
0c4d65b21e treewide: stdenv.glibc -> glibc 2022-05-25 15:51:20 +03:00
Robert Schütz
c9e173fe09 bzip3: init at 1.1.3 2022-05-23 15:07:03 +00:00
Artturin
f002ffed9a treewide: enable strictDeps in bootstrap packages 2022-05-22 16:40:26 +03:00
github-actions[bot]
4c4d0d6bc3
Merge staging-next into staging 2022-05-06 06:02:20 +00:00
Malo Bourgon
16e15fa68f treewide: add meta.mainProgram to many packages 2022-05-04 18:08:19 -07:00
Emery Hemingway
96ed54cfce lzip: 1.22 -> 1.23, split output 2022-05-04 08:56:00 -05:00
Artturin
f1c7f19e49 treewide: testVersion -> testers.testVersion 2022-04-22 16:24:27 +03:00
fomichevmi
6a9aafbf3b pigz: use github as a source
Current url which is provided for pigz is not accessible any longer.
Use github as a source instead
2022-04-20 20:04:47 +02:00
Robert Schütz
acf1d843bb advancecomp: 2.1 -> 2.3 2022-04-17 17:35:33 +00:00
Malo Bourgon
0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
github-actions[bot]
ce196af785
Merge master into staging-next 2022-04-12 00:02:11 +00:00
Samuel Ainsworth
f443e541c0
Merge pull request #142772 from spease/zfp
zfp: init at 0.5.5
2022-04-11 13:47:26 -07:00
Vladimír Čunát
f93fdb8e88
Merge #167784: gzip: 1.11 -> 1.12 (into staging-next) 2022-04-10 10:31:13 +02:00
R. Ryantm
826f849af7 lrzip: 0.650 -> 0.651 2022-04-08 07:52:52 +00:00
Martin Weinelt
c4d4de89dd gzip: 1.11 -> 1.12
https://savannah.gnu.org/forum/forum.php?forum_id=10157
https://git.savannah.gnu.org/cgit/gzip.git/commit/?id=dc9740df61e575e8c3148b7bd3c147a81ea00c7c

Fixes: CVE-2022-1271
2022-04-08 00:53:02 +02:00
github-actions[bot]
fc17fe6417
Merge master into staging-next 2022-04-02 18:01:07 +00:00
Robert Scott
0f19df6a13
Merge pull request #162191 from r-ryantm/auto-update/lrzip
lrzip: 0.641 -> 0.650
2022-04-02 17:06:14 +01:00
Alyssa Ross
ac5a927919
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/python-modules/einops/default.nix
	pkgs/development/python-modules/elegy/default.nix
2022-03-31 11:46:46 +00:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
milahu
cd64f8e8b3
bzip2: add symlink libbz2.so.1.0 (#163217)
Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2022-03-23 07:54:09 +00:00
Peter Hoeg
4f1949bc59
pxz: use upstream's Makefile (#165264) 2022-03-23 03:59:58 +01:00
R. Ryantm
833aa51924 lrzip: 0.641 -> 0.650 2022-02-28 10:26:11 +00:00
R. Ryantm
1f3babaa22 dtrx: 8.2.1 -> 8.2.2 2022-02-21 07:25:58 +00:00
R. Ryantm
59806bca6a lziprecover: 1.22 -> 1.23 2022-02-14 21:01:36 +00:00
Renaud
02349ccfc2
Merge pull request #155500 from IvarWithoutBones/bump/nx2elf
nx2elf: unstable-2020-05-26 -> unstable-2021-11-21
2022-02-10 19:24:16 +01:00
Jan Tojnar
2da5ce4ab3 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/development/python-modules/fakeredis/default.nix
2022-01-28 14:05:11 +01:00
R. Ryantm
b7c57ee121 zstd: 1.5.1 -> 1.5.2 2022-01-27 14:32:14 -08:00
Sandro
cdb20df82e
Merge pull request #153478 from vlaci/lziprecover 2022-01-27 14:17:15 +01:00
Sandro
27cccd4e49
Merge pull request #151363 from Stunkymonkey/doc-updateWalker 2022-01-27 14:06:36 +01:00
Felix Buehler
ed7bf9452c treewide: remove *.upstream files from updateWalker 2022-01-26 21:46:07 +01:00
László Vaskó
8c3f139a9a lziprecover: init at 1.22
Companion package to `lzip`
2022-01-20 16:31:48 +01:00
László Vaskó
beac526f0d lzip: nominate myself as maintainer 2022-01-20 16:31:47 +01:00
László Vaskó
076314a174 lzip: simplify configureFlags
It is not an issue if $CXX variable is always set to an absolute
value, there is no need to set it conditionally.
2022-01-20 16:31:47 +01:00
László Vaskó
3f76d236af lzip: License is GPL-2 or later
According to the homepage and `COPYING` file inside the source
archive.
2022-01-20 16:31:47 +01:00
github-actions[bot]
360ff20100
Merge master into staging-next 2022-01-20 06:01:09 +00:00
Brian McKenna
ab001e250a dtrx: 7.1 -> 8.2.1 (resurrected)
The original developer has abandoned this package but some Ubuntu
developers have forked it and maintain it. This means the tests now
work and the package supports Python 3.
2022-01-20 12:56:43 +11:00
Ivar Scholten
966c0b234e nx2elf: unstable-2020-05-26 -> unstable-2021-11-21 2022-01-18 18:10:01 +01:00
github-actions[bot]
25662d01ae
Merge staging-next into staging 2022-01-04 00:02:40 +00:00
Sergei Trofimovich
088277aafb
zstd: 1.5.0 -> 1.5.1 (#153103)
While at it added trivial updater plumbing.
2022-01-02 17:25:18 -05:00
Martin Weinelt
64e2164ef3
dtrx: remove
Uses python2 and the upstream homepage is abandoned, the download link
is dead.
2022-01-02 13:38:13 +01:00
Dmitry Kalinkin
e1aaaa90fe
llvmPackages.libcxx: unset _LIBCPP_USE_AVAILABILITY_APPLE 2021-12-18 10:09:25 -05:00
Dmitry Kalinkin
173bcf18a4
imagelol: fix for case-sensitive filesystems 2021-12-17 10:10:16 -05:00
Dmitry Kalinkin
bd7796dfcd
imagelol: fix darwin build 2021-12-16 17:54:41 -05:00
Steven Pease
f640192aff zfp: init at 0.5.5 2021-11-26 13:45:31 -08:00
Sergei Trofimovich
ed869fb417 advancecomp: pull upstream patch for gcc-11 support 2021-11-22 10:07:15 +00:00
Thiago Kenji Okada
60b8a7ea07
Merge pull request #145955 from alyaeanyx/bsdiff
bsdiff: security and bug fixes
2021-11-21 09:12:15 -03:00
Sebastián Mancilla
5c35e9184d lrzip: enable asm on x86 and fix build on darwin
Enable compilation of native assembly code on x86 systems, instead of
disabling it for all systems. On darwin ensure the format is set to
macho64.

The ASM/x86 directory is compiled whether "--enable-asm" is configured
or not, but it creates an empty archive, which fails on darwin, so
ensure it is not compiled on darwin to fix the build.
2021-11-19 21:00:57 -03:00
Sebastián Mancilla
b663e1b4d3 lrzip: refactor derivation
- Fetch from GitHub
- Set nativeBuildInputs
2021-11-19 16:46:09 -03:00
figsoda
44c0a3a626 ouch: use buildFeatures 2021-11-16 08:11:51 -05:00
alyaeanyx
4d57666646
bsdiff: disable bugfix patches for darwin 2021-11-15 12:34:35 +01:00
alyaeanyx
200ffaa072
bsdiff: fix patch 2021-11-14 21:16:55 +01:00
alyaeanyx
47a9d5e419
bsdiff: add patch to default.nix 2021-11-14 19:58:41 +01:00
alyaeanyx
842a855325
bsdiff: fix patch file for aarch64-linux 2021-11-14 18:04:54 +01:00
alyaeanyx
84245c843f
bspatch: security and bug fixes 2021-11-14 17:06:21 +01:00
figsoda
8437f3acaf ouch: don't use vendored sources 2021-11-11 09:05:34 -05:00
Konrad Borowski
461dd05989 flips: unstable-2021-05-18 -> unstable-2021-10-28 2021-11-08 16:57:39 +01:00
Domen Kožar
4c23c4076c
Merge pull request #143861 from figsoda/crabz-fix-darwin
crabz: fix darwin build
2021-11-06 07:14:54 -06:00
figsoda
89a4fa94d7 ouch: 0.2.0 -> 0.3.1 2021-11-02 16:46:54 -04:00
figsoda
7f5ed45b3a crabz: fix darwin build 2021-10-30 22:24:00 -04:00
Vladimír Čunát
01df3cd7dd
Merge branch 'master' into staging-next 2021-10-19 19:24:43 +02:00
Sandro
0c084c89fe
Merge pull request #142189 from IvarWithoutBones/fix/hacpack-musl 2021-10-19 14:29:32 +02:00
Ivar Scholten
faff7f789b hacpack: fix static build && enable parallel building 2021-10-19 11:26:01 +02:00
Ivar Scholten
b5301cafbc hactool: add musl support && enable parallel building 2021-10-19 11:11:03 +02:00
Martin Weinelt
a415d5dd2e Merge remote-tracking branch 'origin/master' into staging-next 2021-10-15 23:10:08 +02:00
Artturin
80dd267525 ncompress: modernize build and switch to a github source
install only core tools

move uncompress to uncompress-ncompress
2021-10-13 17:07:50 +03:00
github-actions[bot]
335de1a880
Merge staging-next into staging 2021-10-10 12:02:03 +00:00
figsoda
fbb2cfd0bb crabz: init at 0.7.2 2021-10-09 19:55:04 -04:00
github-actions[bot]
1925039a74
Merge staging-next into staging 2021-10-07 12:01:47 +00:00
Vladyslav M
713e08cdc5 ouch: 0.1.5 -> 0.2.0 2021-10-07 12:00:05 +02:00
Vladimír Čunát
a2466f9035
Merge #137919: gzip: 1.10 -> 1.11 (into staging) 2021-10-02 16:22:50 +02:00
Sergei Trofimovich
eb49b17a0f upx: disable blanket -Werror (fix gcc-11 build)
On gcc-11 build fails as:

```
$ nix-build -E 'with import ./.{}; upx.override { stdenv = gcc11Stdenv; }'
...
  ./../src/lzma-sdk/C/7zip/Compress/LZMA/../../../Common/MyCom.h:159:32:
    error: this 'if' clause does not guard... [-Werror=misleading-indentation]
  159 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0)  \
      |                                ^~
```
2021-09-22 09:15:09 +01:00
Sergei Trofimovich
4a107d9b6d gzip: 1.10 -> 1.11 2021-09-15 00:10:05 +01:00
Dmitry Kalinkin
262fd63a72
Merge branch 'master' into staging-next
Conflicts:
	pkgs/tools/networking/inetutils/default.nix
2021-08-26 00:57:08 -04:00
davidak
66933d5f13
Merge pull request #124868 from LnL7/darwin-fwup
fwup: fix darwin build
2021-08-26 05:19:09 +02:00
Jan Tojnar
e286e1cfa0 Merge branch 'staging-next' into staging
- boost 167 removed on staging-next (7915d1e03f) × boost attributes are inherited on staging (d20aa4955d)

- linux kernels were moved to linux-kernels.nix on staging-next (c62f911507) × hardened kernels are versioned on staging (a5341beb78) + removed linux_5_12 (e55554491d)

- conflict in node-packages – I regenerated it using node2nix from nixos-unstable (does not build on staging)
2021-08-17 18:52:37 +02:00
Pamplemousse
47fd767531 zstd: Fix static build 2021-08-16 17:52:13 -07:00
Felix Buehler
7cd5d178fc tools: replace name with pname&version 2021-08-12 21:47:47 +02:00
Felix Buehler
db228f3a74 xz: replace name with pname&version 2021-08-12 20:35:32 +02:00
Sandro
efbb23c889
Merge pull request #131538 from psibi/add-ouch
ouch: init at 0.1.5
2021-07-30 12:21:56 +00:00
github-actions[bot]
a1d3be1d42
Merge master into staging-next 2021-07-28 12:01:16 +00:00
Sandro Jäckel
ff42213e2d
mozlz4a: remove alias 2021-07-28 12:56:25 +02:00
Sibi Prabakaran
d78400378b
ouch: init at 0.1.5 2021-07-26 08:19:29 +05:30
Vladimír Čunát
76f4182a36
zstd: fixup wrong preInstall order for isDarwin
This regressed in 03e499425 (PR #129873).
2021-07-25 09:45:29 +02:00
github-actions[bot]
2e00ed4420
Merge staging-next into staging 2021-07-22 06:01:44 +00:00
Sandro
a55ab60d5e
Merge pull request #130928 from SuperSandro2000/cleanup-compression 2021-07-22 02:26:35 +02:00
Sandro Jäckel
93de4f3f6c
pxz: drop no longer required patch 2021-07-22 01:09:13 +02:00
Sandro Jäckel
aaa06c39d5
kzipmix: 20091108 -> 20200115 2021-07-22 01:07:36 +02:00
Sandro Jäckel
09f99feeba
zsync: cleanup 2021-07-21 16:08:05 +02:00
Sandro Jäckel
56d6f78a0d
rzip: cleanup 2021-07-21 16:08:05 +02:00
Sandro Jäckel
676fe1cc8f
pxz: cleanup 2021-07-21 16:08:05 +02:00
Sandro Jäckel
ab4a6cbdaf
pixz: cleanup 2021-07-21 16:08:04 +02:00
Sandro Jäckel
d04efb055c
pigz: cleanup 2021-07-21 16:08:04 +02:00
Sandro Jäckel
75286ae016
lzop: cleanup 2021-07-21 16:08:03 +02:00
Sandro Jäckel
8f9e79923c
lrzip: cleanup 2021-07-21 13:41:59 +02:00
Sandro Jäckel
40e00bb8d4
lhasa: cleanup 2021-07-21 13:41:20 +02:00
Sandro Jäckel
7ca9718c5f
lbzip2: cleanup 2021-07-21 13:40:22 +02:00
Sandro Jäckel
459da1755b
kzipmix: cleanup 2021-07-21 13:39:50 +02:00
Sandro Jäckel
9807562b1f
gzrt: cleanup 2021-07-21 13:38:55 +02:00
Sandro Jäckel
a2d112eb4b
dejsonlz4: cleanup 2021-07-21 13:38:03 +02:00
Sandro Jäckel
7c49b4143c
bsdiff: cleanup 2021-07-21 13:37:36 +02:00
Sandro Jäckel
eaf2c4a2dd
bsc: cleanup 2021-07-21 13:36:40 +02:00
Sandro Jäckel
0a97ad6827
brotli: cleanup 2021-07-21 13:36:40 +02:00
github-actions[bot]
08a8809bfe
Merge staging-next into staging 2021-07-18 00:02:06 +00:00
github-actions[bot]
382fdc7ad3
Merge master into staging-next 2021-07-18 00:01:24 +00:00
Sandro
b4176ae90a
Merge pull request #130472 from Stunkymonkey/inherit-version3
various: cleanup of "inherit version;"
2021-07-18 00:38:39 +02:00
Felix Buehler
82cb33a0ae treewide: remove meta.version 2021-07-18 00:07:38 +02:00
Felix Buehler
e023025ee0 various: cleanup of "inherit version;" 2021-07-17 22:39:35 +02:00