Commit Graph

959 Commits

Author SHA1 Message Date
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
Vladimír Čunát
3ea417e47f
Merge branch staging into staging-next
The staging version is a bit older already, used in pre-test:
https://hydra.nixos.org/eval/1685435
2021-07-16 09:59:01 +02:00
github-actions[bot]
6630d8e9bb
Merge staging-next into staging 2021-07-14 18:01:45 +00:00
gfrascadorio
8f68b7c15d lbzip2: latest gnulib requires autoconf 2.64 2021-07-13 10:44:23 -06:00
Jonathan Ringer
03e499425d zstd: don't build contrib when cross-compiling
Tests and `./gen_html` from contrib need to run
on host architecture. Disable them when doing
cross-compiliation.
2021-07-11 15:44:09 -07:00
Marc Seeger
9889bdb6fb zstd: Add pzstd to compiled binaries 2021-07-09 11:29:19 -07:00
Ryan Burns
e5f563ef03 zstd: fix darwin patch
Since v1.4.9, another stat command has been added to playTests.sh.
Similar to other uses in this file, it attempts to use BSD syntax on
Darwin/BSD, and must be patched to unconditionally use GNU syntax.
2021-06-20 18:10:23 -07:00
github-actions[bot]
e40e33d9d8
Merge staging-next into staging 2021-06-08 18:16:30 +00:00
Konrad Borowski
012f2315c5 flips: unstable-2020-10-02 -> unstable-2021-05-18 2021-06-06 17:15:50 +02:00
IvarWithoutBones
1194bfcc03 zstd: 1.4.9 -> 1.5.0 2021-05-31 15:47:58 -07:00
TredwellGit
2acd087dca lz4: patch CVE-2021-3520 and null pointer dereference 2021-05-30 02:08:18 +00:00
Daiderd Jordan
dd3fac8761
fwup: fix darwin build 2021-05-29 13:04:06 +02:00
Andrew Childs
1fc0499569 xar: fix cross compilation 2021-05-17 00:27:00 +09:00
Andrew Childs
2931a2e1d5 pbzx: fix cross compilation 2021-05-17 00:27:00 +09:00
Alyssa Ross
9a13661b38 bzip2_1_1: don't manually enableParallelBuilding
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Ivar Scholten
249d9041be imagelol: init at 0.2 2021-04-26 00:32:06 +02:00
github-actions[bot]
8156636ab9
Merge master into staging-next 2021-04-17 18:10:38 +00:00
Ivar
05987f952f
nx2elf: init at unstable-2020-05-26 (#119493)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-17 19:17:46 +02:00
Emery Hemingway
9e4a925caf zstd: do not cross-compile tests 2021-04-10 17:10:50 +02:00
Sandro Jäckel
3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
github-actions[bot]
7c9222212f
Merge master into staging-next 2021-03-25 18:14:01 +00:00
Frederik Rietdijk
63434aa261 dtrx: stay with python2 2021-03-25 12:35:28 +01:00
Martin Weinelt
4252f1a092
Merge pull request #115625 from LeSuisse/zstd-1.4.9
zstd: 1.4.8 -> 1.4.9
2021-03-20 02:01:29 +01:00
github-actions[bot]
d73a492e83
Merge master into staging-next 2021-03-19 00:41:01 +00:00
Ben Siraphob
e3e7090459 dejsonlz4: fix build on darwin 2021-03-18 23:02:06 +07:00
Ben Siraphob
3bced99816 zdelta: expand platforms to all and refactor 2021-03-18 23:02:05 +07:00
github-actions[bot]
e0a6159fc6
Merge master into staging-next 2021-03-16 18:18:29 +00:00
ajs124
45a014f479
Merge pull request #115224 from helsinki-systems/upd/lrzip
lrzip: 0.640 -> 0.641
2021-03-16 16:32:41 +01:00
Thomas Gerbet
aea3ad0d4d zstd: 1.4.8 -> 1.4.9
Fixes CVE-2021-24032.
2021-03-16 09:33:46 +01:00
github-actions[bot]
c596c93079
Merge master into staging-next 2021-03-14 00:41:40 +00:00
John Ericson
51011985ef zstd: Remove no-pthread patch used for building with mcfgthreads
Evidentially upstream has improved their feature detection so we no
longer need this patch.

CC @lhmouse
2021-03-12 16:22:27 +00:00
github-actions[bot]
5c2a7abde7
Merge master into staging-next 2021-03-08 18:22:56 +00:00
Ivar
3e616e0874
hacpack: init at 1.36 (#115357) 2021-03-08 09:56:57 -05:00
ajs124
e0ba4d7673 lrzip: 0.640 -> 0.641 2021-03-06 04:15:02 +01:00
Jörg Thalheim
10fafe98ff
bzip2: add homepage + changelog 2021-02-21 20:22:12 +01:00
Ivan Babrou
7b63dbf9d3 bzip2: 1.0.6.0.1 -> 1.0.6.0.2 2021-02-20 11:07:22 -08:00
ajs124
552493a347
Merge pull request #113327 from helsinki-systems/upd/lrzip
lrzip: 0.631 -> 0.640
2021-02-19 20:47:58 +01:00
Ben Siraphob
4b2c44c0a7 treewide: drop conditional makeFlag for darwin when specifiying cross-compiler 2021-02-20 01:02:08 +07:00
Ben Siraphob
223f25cf4a treewide: add targetPrefix to hardcoded references to CC=cc 2021-02-20 01:01:46 +07:00
Armijn Hemel
2be7907cba ncompress: split "name" in "pname" and "version" 2021-02-18 19:31:27 +01:00
Armijn Hemel
9e8284afd5 remove patch in default.nix as well 2021-02-18 13:35:13 +01:00
Armijn Hemel
4747d9ea90 ncompress: patch is no longer necessary since 4.2.4.6 2021-02-18 13:32:06 +01:00
Armijn Hemel
5abd0ceeb5 ncompress: 4.2.4.6 -> 5.0 2021-02-18 13:28:34 +01:00
ajs124
ae88e0e426 lrzip: 0.631 -> 0.640 2021-02-17 17:21:05 +01:00
Eelco Dolstra
5f766e6ce7
Merge pull request #111956 from armijnhemel/ncompress-4.2.4.6
ncompress: 4.2.4.5 -> 4.2.4.6
2021-02-10 17:54:14 +01:00
R. RyanTM
1377da3ac3 pigz: 2.4 -> 2.6 2021-02-08 03:21:51 +00:00
Armijn Hemel
9ffb7ecd24 ncompress: 4.2.4.5 -> 4.2.4.6 2021-02-04 21:39:53 +01:00
Jörg Thalheim
25749d7733
bzip2: add mic92 as maintainer 2021-01-31 20:27:26 +01:00
github-actions[bot]
a127deeb88
Merge master into staging-next 2021-01-25 18:52:08 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Jan Tojnar
cc8fd11ffb
Merge branch 'master' into staging-next 2021-01-24 20:41:42 +01:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
R. RyanTM
f2339096e7 lzip: 1.21 -> 1.22 2021-01-22 21:32:09 +01:00
zowoq
8adc564f28 treewide: editorconfig fixes
- add final newline
- use spaces for indentation
2021-01-21 09:30:52 +10:00
Ben Siraphob
d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
github-actions[bot]
581059aed4
Merge staging-next into staging 2021-01-04 00:57:38 +00:00
John Ericson
5c2965145f treewide: Inline more of the static overlay
Picking up where #107238 left off. I think I'll have gotten all the easy
stuff with this.
2021-01-03 21:46:14 +00:00
John Ericson
f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Mario Rodas
99061cb6ac zstd: 1.4.5 -> 1.4.8
+ https://github.com/facebook/zstd/releases/tag/v1.4.7
+ https://github.com/facebook/zstd/releases/tag/v1.4.8
2020-12-17 04:20:00 +00:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Emery Hemingway
f909429a9a lz4: 1.9.2 -> 1.9.3 2020-11-16 19:58:00 +01:00
freezeboy
7d3fb8234d
brotli: add myself as maintainer (#103129) 2020-11-08 22:11:29 -05:00
Vladimír Čunát
f4c13d1d9d
brotli.meta.maintainers: unlist myself
Years ago I thought I might use it for something, but anything like that
seems very unlikely to ever materialize, so let me focus on packages
that I consider more important.
2020-11-08 09:43:36 +01:00
freezeboy
99c9647e69 pkgsStatic.brotli: fix patch 2020-11-07 11:09:15 -08:00
Vladimír Čunát
dfd3ede68d
Merge branch 'master' into staging-next 2020-10-31 14:30:44 +01:00
John Ericson
66c9347db6
Merge pull request #102069 from nix-windows/libarchive-windows
libarchive: Fix MinGW build
2020-10-29 19:31:28 -04:00
John Ericson
437dc4c047 zstd: Fix MinGW build 2020-10-28 23:34:51 +00:00
Ben Siraphob
db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
Vladimír Čunát
89023c38fc
Recover the complicated situation after my bad merge
I made a mistake merge.  Reverting it in c778945806 undid the state
on master, but now I realize it crippled the git merge mechanism.
As the merge contained a mix of commits from `master..staging-next`
and other commits from `staging-next..staging`, it got the
`staging-next` branch into a state that was difficult to recover.

I reconstructed the "desired" state of staging-next tree by:
 - checking out the last commit of the problematic range: 4effe769e2
 - `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken
   merge commit and its revert from that range (while keeping
   reapplication from 4effe769e2)
 - merging the last unaffected staging-next commit (803ca85c20)
 - fortunately no other commits have been pushed to staging-next yet
 - applying a diff on staging-next to get it into that state
2020-10-26 09:01:04 +01:00
Vladimír Čunát
c778945806
Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
I'm sorry; I didn't notice it contained staging commits.

This reverts commit 17f5305b6c, reversing
changes made to a8a018ddc0.
2020-10-25 09:41:51 +01:00
Jan Tojnar
5c766c5c24
Merge branch 'staging-next' into staging 2020-10-18 21:21:03 +02:00
Ben Siraphob
683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
freezeboy
347696a30b
brotli: 1.0.7 -> 1.0.9 (PR #100436)
Fixes CVE-2020-8927.
2020-10-17 10:46:14 +02:00
Konrad Borowski
e22e2a5080 flips: init at unstable-2020-10-02 2020-10-06 15:25:54 +02:00
Frederik Rietdijk
be534380c4 bzip2_1_1: init at 2020-08-11
bzip2 has been unmaintained for a long time. For a while now, there has
been maintainership, resulting in the release of 1.0.8. At the same
time, there is now a master branch (version 1.1.x) which supports meson
and cmake as build systems.

This commit adds the current HEAD of the master branch (1.1.x). In the
future we may want to use this one instead of the older and patched
1.0.6 we currently have.

Related:
- https://github.com/NixOS/nixpkgs/pull/65029
- https://github.com/NixOS/nixpkgs/pull/94969
2020-08-30 17:28:41 +02:00
Jan Tojnar
91104b5417
Merge branch 'master' into staging-next 2020-08-23 02:00:50 +02:00
Matthew Bauer
d1c2a9ed97 lzfse: use cmake build system
this builds .so correctly
2020-08-19 19:31:30 -05:00
Ben Wolsieffer
6093f9eb6e zstd: fix shebangs when cross-compiling 2020-08-15 08:32:57 +02:00
Frederik Rietdijk
50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
Matthew Bauer
d0677e6d45 treewide: add warning comment to “boot” packages
This adds a warning to the top of each “boot” package that reads:

  Note: this package is used for bootstrapping fetchurl, and thus cannot
  use fetchpatch! All mutable patches (generated by GitHub or cgit) that
  are needed here should be included directly in Nixpkgs as files.

This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02:00
Daniël de Kok
5d21f4c1d5 lzfse: enable Darwin build
- Enable Darwin build, since Darwin is supported.
- Replace the revision by the corresponding Git tag.
2020-07-31 08:21:05 +02:00
R. RyanTM
257665d72c pixz: 1.0.6 -> 1.0.7 2020-07-27 22:04:52 +00:00
Dmitry Kalinkin
f6ef3ac294
zstd: build programs and tests against the shared library 2020-07-02 12:10:15 -04:00
Mario Rodas
bb4164e8d0
Merge pull request #97198 from r-ryantm/auto-update/lzbench
lzbench: 1.8 -> 1.8.1
2020-10-04 08:56:46 -05:00
mlvzk
492b9af995 brotli: fix patch URL 2020-09-24 23:36:46 +02:00
R. RyanTM
be5a72b4af lzbench: 1.8 -> 1.8.1 2020-09-05 07:00:27 +00:00
Frederik Rietdijk
febc27b59a Merge master into staging-next 2020-06-12 08:57:26 +02:00
Bart Brouns
1683a5f146 Revert "dtrx: remove p7zip, since it's unsafe"
This reverts commit 9b3ca0c614.
p7zip is now switched to a maintained fork
2020-06-11 18:41:17 +02:00
Frederik Rietdijk
8576d24b2a Merge staging-next into staging 2020-06-08 12:08:51 +02:00
Frederik Rietdijk
dc33419285 Merge master into staging-next 2020-06-08 12:06:12 +02:00
IvarWithoutBones
ff0da2c3e7 hactool: minor fixup 2020-06-07 15:24:46 +02:00
Frederik Rietdijk
d0532e79ae Merge staging-next into staging 2020-06-07 09:25:46 +02:00
Frederik Rietdijk
6b8223e634 Merge master into staging-next 2020-06-07 09:25:12 +02:00
Mario Rodas
8718eca57d
hactool: fix build on darwin 2020-06-06 04:20:00 -05:00
R. RyanTM
04d33ebf5c hactool: 1.3.3 -> 1.4.0 2020-06-06 08:53:25 +00:00
Frederik Rietdijk
af2dd0c798 Revert "Revert "Merge pull request #78910 from serokell/libarchive-zstd""
The PR was accidentally merged into master instead of staging and thus reverted. Now, in staging, we can re-revert it.

This reverts commit 4df2f78ec7.
2020-06-04 15:30:36 +02:00
Frederik Rietdijk
08900c0554 Merge master into staging-next 2020-06-04 15:25:54 +02:00
Frederik Rietdijk
4df2f78ec7 Revert "Merge pull request #78910 from serokell/libarchive-zstd"
Should go to staging instead.

This reverts commit f8d9f59abe, reversing
changes made to b27a19d5bf.
2020-05-29 21:03:02 +02:00
Frederik Rietdijk
f8d9f59abe
Merge pull request #78910 from serokell/libarchive-zstd
libarchive: link to zstd (split zstd output)
2020-05-29 20:51:16 +02:00
Vladimír Čunát
afa9962538
Merge #78910: libarchive: link to zstd (into staging)
Also split outputs and don't provide static lib by default.
2020-05-29 15:37:55 +02:00
Vladimír Čunát
7f76daacdb
zstd: get rid of static libs if enableShared 2020-05-29 15:29:20 +02:00
Frederik Rietdijk
1b7204ab3c Merge master into staging-next 2020-05-27 15:26:50 +02:00
Bart Brouns
9b3ca0c614 dtrx: remove p7zip, since it's unsafe 2020-05-26 22:23:33 +02:00
Frederik Rietdijk
c778596f56 Merge master into staging-next 2020-05-24 10:03:22 +02:00
Orivej Desh
6817991464
zstd: 1.4.4 -> 1.4.5 (#88609)
The previous CMake version did not run any tests, the current version
tries to run all tests (I could not await their completion), and the
last GNU Make version ran `make -C tests shortest` which ran only
playTests.sh, so I've enabled only the playTests test.
2020-05-23 14:44:00 +00:00
Pavol Rusnak
a9d90273d8 gzip: add setup-hook to stop gzip from adding timestamps to headers 2020-05-11 22:16:44 +02:00
tbenst
fd22984bbb
zopfli: include all headers 2020-05-08 16:17:23 +01:00
Ivar
35639c65f9 hactool: init at 1.3.3 2020-05-03 10:54:02 -07:00
Scott Worley
d2d7fbc431 gzip: Don't depend on gzip being in $PATH 2020-04-21 08:24:27 +02:00
snicket2100
b1c14fb636 advancecomp: version number correctly embedded in binaries
without this fix, binaries report their version number as "vnone"
which for example stops `image_optim` from using `advpng` (refuses
to use it not being able to tell what version number it has)
2020-04-13 10:21:29 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
worldofpeace
fba171669b
Merge pull request #83015 from r-ryantm/auto-update/xz
lzma: 5.2.4 -> 5.2.5
2020-03-28 17:37:21 -04:00
R. RyanTM
18482042bb lzma: 5.2.4 -> 5.2.5 2020-03-20 18:07:45 +00:00
Martin Milata
18ac6ba903 lz4: 1.9.1 -> 1.9.2
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2019-17543
Release notes: https://github.com/lz4/lz4/releases/tag/v1.9.2
2020-03-12 22:55:06 +00:00
Benno Fünfstück
07cf03630f lbzip2: fix build
The release tarball is no longer available at the specified URL, so
building from git. Also, the gnulib in the release tarball was too old
for our recent glibc version.
2020-02-23 19:23:43 +01:00
Mario Rodas
20bc3aa323
Merge pull request #78573 from Moredread/lzbench
lzbench: 20170208 -> 1.8
2020-02-14 06:22:54 -05:00
Frederik Rietdijk
1a6c3cb06b Merge staging into staging-next 2020-02-11 07:59:53 +01:00
Vladimír Čunát
cfa1f136db
lz4: split binaries into a separate output
It's a little suspicious that the binaries are (apparently)
linked statically, but I assume upstream has some reasons (e.g. speed).
2020-02-10 21:31:48 +01:00
Vladimír Čunát
35b13b52cd
lz4: do the refactoring forgotten after PR #51965 2020-02-10 21:30:50 +01:00
edef
08e96d2fb9 zopfli: add edef as maintainer 2020-02-10 20:08:25 +01:00
edef
60446543dc zopfli: split outputs 2020-02-10 20:08:25 +01:00
Yorick van Pelt
fe9a655054
zstd: enable split outputs 2020-02-10 20:03:57 +01:00
Frederik Rietdijk
531a48ebdb Merge master into staging-next 2020-02-09 11:00:29 +01:00
R. RyanTM
1ad0c1dcc1 xdelta: 3.0.11 -> 3.1.0 2020-02-09 10:00:29 +01:00
Maximilian Bosch
ea8ae88f04
Merge branch 'staging' into glibc230 2020-02-01 17:42:03 +01:00
zowoq
f224d16c4c upx: 3.95 -> 3.96
https://github.com/upx/upx/blob/v3.96/NEWS
2020-01-29 17:28:18 +10:00
Maximilian Bosch
6b0cd9ad47
Merge branch 'staging' into glibc230
Conflicts:
	pkgs/applications/misc/vit/default.nix
2020-01-28 14:54:51 +01:00
André-Patrick Bubel
de1411f0d4
lzbench: 20170208 -> 1.8 2020-01-27 02:49:23 +01:00
ajs124
782ea12568 zopfli: 1.0.2 -> 1.0.3 2020-01-17 23:29:26 +01:00
Maximilian Bosch
01ce36f788 bzip2: fix aarch64 build 2020-01-14 08:52:25 +00:00
Frederik Rietdijk
960c24a996
Merge pull request #75798 from tobim/pkgsStatic/arrow
arrow-cpp: add pkgsStatic support
2020-01-03 10:13:31 +01:00
Robin Gloster
2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Tobias Mayer
c06a0b2c8c zstd: build with CMake
CMake is used for static builds because the Makefile does not
offer a way to disable the shared library.
2019-12-29 10:57:15 +01:00
Andreas Rammhold
f23627cb12
advancecomp: fix CVE-2019-9210 2019-12-15 23:15:35 +01:00
c0bw3b
69b393ace5 Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
John Ericson
e241c1420a
Merge pull request #73316 from Ericson2314/mingw-rocksdb
rocksdb: Build with MinGW
2019-11-23 13:37:31 -05:00
John Ericson
4686cfcc94 Merge remote-tracking branch 'upstream/master' into mingw-rocksdb
Can just use single commit from
https://github.com/facebook/rocksdb/pull/6076 for rocksdb!
2019-11-23 17:26:49 +00:00
Renaud
206c264c7d
gzrt: fix homepage and src url redirect
+ meta.license is GPL2+
2019-11-16 10:11:17 +01:00
John Ericson
ca76436298 zstd: Fix MinGW build 2019-11-15 23:21:47 +00:00
John Ericson
774e88cd86 lz4: Fix MinGW build 2019-11-13 20:40:15 +00:00
Timothy DeHerrera
cb7e94a6b6 zstd: 1.4.3 -> 1.4.4 2019-11-05 23:34:57 +00:00
Matthew Bauer
7ebd5999bd
brotli: add staticOnly option 2019-09-29 11:19:56 +02:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster
f4fc845e5b
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-21 14:25:13 +02:00
Will Dietz
ea9a298236
zstd: 1.4.2 -> 1.4.3
https://github.com/facebook/zstd/releases/tag/v1.4.3
2019-08-19 17:07:16 -05:00
Orivej Desh (NixOS)
93a514af4a
zstd: 1.4.1 -> 1.4.2 (#65409)
https://github.com/facebook/zstd/releases/tag/v1.4.2
2019-08-19 21:56:00 +00:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jörg Thalheim
cf5f02b4bb
zsh/pth/zsync: cross fixes (#65780)
zsh/pth/zsync: cross fixes
2019-08-14 07:15:01 +01:00
Jörg Thalheim
4e99e554b0
zsync: fix cross-build by setting AR 2019-08-02 10:04:05 +01:00
Robin Gloster
30969073f0
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-02 03:01:30 +02:00
Dan Peebles
e26a3fd2de
xar: fix to work on openssl 1.1.x 2019-07-29 21:25:12 +02:00
Frederik Rietdijk
cb3ce5d26d Merge master into staging-next 2019-07-28 12:11:37 +02:00
Michael Raskin
bca933e217
Merge pull request #65493 from virusdave/dnicponski/scratch/add_dcss
games/crawl: add support for MacOS/Darwin builds for Dungeon Crawl
2019-07-28 07:13:16 +00:00
Dave Nicponski
b3b4184786 games/crawl: add support for MacOS/Darwin builds
games/crawl: Add support for darwin builds.  Also,
compression/advancecomp: Add support for darwin builds in meta (which already worked).
2019-07-28 02:25:17 -04:00
Will Dietz
aaa4c70490
zstd: 1.4.1 -> 1.4.2
https://github.com/facebook/zstd/releases/tag/v1.4.2
2019-07-25 23:50:32 -05:00
Orivej Desh
d5ce2a186c zstd: 1.4.0 -> 1.4.1 2019-07-21 00:11:44 +00:00
worldofpeace
3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
Vladimír Čunát
4fd6cb7abd
bzip2: patch CVE-2019-12900
The vulnerability seems quite serious.
It isn't practical to use fetchpatch here due to bootstrapping,
so I just committed the small patch file.
2019-06-22 11:58:21 +02:00
Benjamin Hipple
b4b19de128 bzip2: enable parallel building 2019-05-12 11:26:58 -04:00
Will Dietz
1b0cd28a51 lz4: pick upstream fix for Darwin, move to pname 2019-05-04 17:33:46 +02:00
Matthew Bauer
74c784a79c treewide: make -Wno-error flags clang-only
In 724e833ea2, I was a little too aggressive in enabling these flags.
Many don’t work in gcc, and we should probably avoid settings them
widely. This makes those flags optional on isclang
2019-04-29 21:34:24 -04:00
Will Dietz
9d36a79ba6 lz4: 1.8.3 -> 1.9.1 (#59812)
* lz4: 1.8.3 -> 1.9.0

https://github.com/lz4/lz4/releases/tag/v1.9.0

* lz4: 1.9.0 -> 1.9.1

fixes read out-of-bounds issue w/1.9.0
2019-04-27 07:17:04 +02:00
Matthew Bauer
87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer
724e833ea2 treewide: disable -Werror for llvm 7
Some of these have errors on newest llvm. It’s easiest to just add
-Wno-error in these cases.
2019-04-26 21:55:04 -04:00
Jan Tojnar
89a150355b
Merge branch 'master' into staging 2019-04-26 16:35:54 +02:00
Frederik Rietdijk
2b9caf8896 pigz: fix cross 2019-04-26 12:48:19 +02:00
Will Dietz
bcc9858699
Merge pull request #59813 from dtzWill/update/zstd-1.4.0
zstd: 1.3.8 -> 1.4.0
2019-04-21 18:22:48 -05:00
mt_caret
5ffe382afc dejsonlz4: init at 1.1 (#51373)
* dejsonlz4: init at 1.1

* fix description

Co-Authored-By: mt-caret <mtakeda.enigsol@gmail.com>
2019-04-20 20:50:47 +02:00
Will Dietz
b25ffa1246 zstd: 1.3.8 -> 1.4.0
https://github.com/facebook/zstd/releases/tag/v1.4.0
2019-04-17 22:29:41 -05:00
R. RyanTM
aeae1a3868 ncompress: 4.2.4.4 -> 4.2.4.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ncompress/versions
2019-03-26 11:47:19 -07:00
Frederik Rietdijk
2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Daiderd Jordan
fa82915e01
xar: add explicit lzma input
lzma is part of the stdenv but not during bootstrapping?
2019-02-24 11:32:01 +01:00
Will Dietz
09cc811fd1 lzip: 1.20 -> 1.21
NEWS file from tarball
(don't see it on the mailing list for whatever reason,
maybe I'm just blind O:))
https://gist.github.com/dtzWill/4029f87c33939795a365939d06a8ef18
2019-01-13 17:39:15 -06:00
Vladimír Čunát
6af68f6055
Merge #53091: gzip: 1.9 -> 1.10 (into staging) 2018-12-31 14:36:31 +01:00
Will Dietz
06dc418292 gzip: 1.9 -> 1.10
https://savannah.gnu.org/forum/forum.php?forum_id=9339
2018-12-30 17:05:33 -06:00
Will Dietz
2aaabb02bf zstd: 1.3.7 -> 1.3.8
https://github.com/facebook/zstd/releases/tag/v1.3.8
2018-12-28 13:13:31 -06:00
Dmitry Kalinkin
c217d67be3
mozlz4a: replace lz4 alias with proper name
lz4 used to package the same package as python-lz4, then lz4 was
removed and became an alias to python-lz4
2018-12-25 10:36:24 -05:00
Michael Raskin
14b3e7c004 mozlz4a: 2015-07-24 -> 2018-08-23; fixes compatibility with newer python3Packages.lz4 2018-12-21 13:21:49 +01:00
John Ericson
e0a4d1083f
Merge pull request #51965 from vaibhavsagar/fix-static-lz4
lz4: Fix pkgsStatic build
2018-12-13 18:28:05 -05:00
Vaibhav Sagar
cb5a7bdc3a lz4: fix pkgsStatic build 2018-12-13 18:00:26 -05:00
c0bw3b
a04a512f34 Treewide: use HTTPS on NonGNU domains 2018-12-02 15:21:04 +01:00
Will Dietz
edfffe0adf brotli: 1.0.6 -> 1.0.7 (#48874) 2018-10-23 19:40:42 +02:00
Vladyslav M
66760c7c5c
Merge pull request #48846 from veprbl/pr/zstd_137
zstd: 1.3.6 -> 1.3.7
2018-10-23 02:05:08 +03:00
Dmitry Kalinkin
0b520bd26d
zstd: 1.3.6 -> 1.3.7 2018-10-22 18:27:35 -04:00
Matthew Bauer
a5de0ca963 treewide: preserve hashes
avoid mass rebuild from the last commits
2018-10-16 23:19:34 -05:00
Matthew Bauer
51e5f8af42 treewide: don’t set CMAKE_SYSTEM_NAME 2018-10-16 21:52:38 -05:00
Vladyslav M
c8f7188f17 zstd: 1.3.5 -> 1.3.6 (#47965) 2018-10-14 15:55:09 +02:00
Will Dietz
55b6cad537 lz4: 1.8.2 -> 1.8.3 (#47547) 2018-10-02 00:14:26 +02:00
Matthew Bauer
3bc7ad9364
Merge pull request #46773 from mcmtroffaes/feature/fix-brotli-mingw
brotli: ensure CMAKE_SYSTEM_NAME=Windows on mingw cross builds
2018-09-22 17:12:10 -05:00
Will Dietz
6e9cc8871f brotli: 1.0.5 -> 1.0.6 (#46903) 2018-09-20 00:10:47 +02:00
Matthias C. M. Troffaes
e4f1968100 brotli: ensure CMAKE_SYSTEM_NAME=Windows on mingw cross builds
CMAKE passes the flag -rdynamic otherwise (which is not recognized by mingw).
Setting the appropriate flag avoids this problem and allows the build
to succeed.
2018-09-17 09:37:32 +01:00
Markus Kowalewski
1e98674c79
zdelta: add license 2018-09-07 22:13:59 +02:00
Markus Kowalewski
fd59d5642e
pigz: add license 2018-09-07 22:11:27 +02:00
John Ericson
2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Will Dietz
da8e3ef9e5 upx: 3.94 -> 3.95 2018-08-27 12:50:44 -05:00
Jan Malakhovski
35b8d5aea8 zstd: make tests run, but disable 2018-08-11 09:35:33 +00:00
Frederik Rietdijk
d9fa74ba78 Merge master into staging 2018-08-09 18:28:15 +02:00
Pascal Wittmann
1d4de0d552
Merge pull request #44813 from markuskowa/licenses-zip
Add licenses: libzip, minizip, bzip2, zip
2018-08-09 12:15:33 +02:00
Markus Kowalewski
3bc155dfd0
bzip2: update license 2018-08-09 11:44:34 +02:00
Bob van der Linden
326157bb4e zopfli: 1.0.1 -> 1.0.2 (#44769) 2018-08-08 23:42:35 +02:00
Austin Seipp
a240276ccb zstdmt: remove (dupe, unmaintainable)
The user who wrote this code on GitHub has since deleted their account,
making any updates impossible. Furthermore, this package is redundant
anyway: Zstandard has been shipping a compatible 'zstdmt' binary, API,
and stable multi-threading support for over a year now.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
Matthew Bauer
3c0ac73e4a lzip: support windows cross 2018-08-02 16:51:48 -04:00
John Ericson
34da7e2ce2 treewide: Remove stdenv.isCross
I *want* cross-specific overrides to be verbose, so I rather not have
this shorthand. This makes the syntactic overhead more proportional to
the maintainence cost. Hopefully this pushes people towards fewer
conditionals and more abstractions.
2018-08-02 15:01:58 -04:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer
76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Frederik Rietdijk
f001c81c1a Merge master into staging-next 2018-07-16 17:11:01 +02:00
Domen Kožar
f3341e2330
xz: enable optional static compilation 2018-07-16 09:56:03 +01:00
Matthew Bauer
9cd122a2c4
Merge pull request #43088 from matthewbauer/misc
Get rid of 2 unneeded packages
2018-07-05 20:13:47 -04:00
R. RyanTM
1fd0653294 zstd: 1.3.4 -> 1.3.5 (#42913) 2018-07-03 14:43:42 +00:00
Vladimír Čunát
f7781f5293
Merge branch 'master' into staging 2018-06-30 01:41:59 +02:00
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Will Dietz
6f9a53c13c brotli: 1.0.4 -> 1.0.5 (#42702)
Release notes:
https://github.com/google/brotli/releases/tag/v1.0.5

Commits:
https://github.com/google/brotli/compare/v1.0.4...v1.0.5
2018-06-28 13:03:21 +02:00
Ryan Mulligan
fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
Benjamin Hipple
1baf5cfa7c lz4: 131 -> v1.8.2 (#41293)
Upgrades lz4 from version 131 (released 2015-06-29) to v1.8.2 (released 2018-05-07)
2018-06-03 12:17:32 +00:00
Matthew Bauer
e99322507e treewide: get rid of musl stuff 2018-05-31 12:36:45 -04:00
R. RyanTM
14cdf37418 lzma: 5.2.3 -> 5.2.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/xz/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/unxz -h’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/unxz --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzcat -h’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzcat --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzma -h’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzma --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/unlzma -h’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/unlzma --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzcat -h’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzcat --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzdiff --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzdiff --version’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzgrep --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzgrep -V’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzgrep --version’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzmore -h’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzmore --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzmore help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzmore --version’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzless -h’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzless --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzless help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzless --version’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzcmp --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzcmp --version’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzegrep --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzegrep -V’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzegrep --version’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzfgrep --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzfgrep -V’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzfgrep --version’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzdiff --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzdiff --version’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzcmp --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzcmp --version’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzgrep --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzgrep -V’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzgrep --version’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzegrep --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzegrep -V’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzegrep --version’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzfgrep --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzfgrep -V’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzfgrep --version’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmore -h’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmore --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmore help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmore --version’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzless -h’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzless --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzless help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzless --version’ and found version 5.2.4
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzdec -h’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xzdec --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmadec -h’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmadec --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xz -h’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/xz --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmainfo --help’ got 0 exit code
- ran ‘/nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin/bin/lzmainfo --version’ and found version 5.2.4
- found 5.2.4 with grep in /nix/store/04jcagznwznnhjq88jlr9pn28w2qvyqw-xz-5.2.4-bin
- directory tree listing: https://gist.github.com/5bf57c36243ce0756cb390f685d22fdf
2018-05-02 21:37:53 +02:00
Jan Malakhovski
7438083a4d tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
Tuomas Tynkkynen
16b45ec3da Merge remote-tracking branch 'upstream/master' into HEAD
Conflicts:
	pkgs/applications/version-management/git-and-tools/git/default.nix
	pkgs/top-level/all-packages.nix
	pkgs/top-level/unix-tools.nix
2018-04-16 21:13:30 +03:00
Matthew Justin Bauer
29bc523733
Merge pull request #38865 from matthewbauer/darwin-security-fixes
[darwin] Security fixes
2018-04-12 14:27:00 -05:00
R. RyanTM
59b75e06a6 brotli: 1.0.3 -> 1.0.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/brotli/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/7izjihjc6qc7z96hqvbh6y56rs7q63nd-brotli-1.0.4/bin/brotli -h’ got 0 exit code
- ran ‘/nix/store/7izjihjc6qc7z96hqvbh6y56rs7q63nd-brotli-1.0.4/bin/brotli --help’ got 0 exit code
- ran ‘/nix/store/7izjihjc6qc7z96hqvbh6y56rs7q63nd-brotli-1.0.4/bin/brotli -V’ and found version 1.0.4
- ran ‘/nix/store/7izjihjc6qc7z96hqvbh6y56rs7q63nd-brotli-1.0.4/bin/brotli --version’ and found version 1.0.4
- directory tree listing: https://gist.github.com/8f1f6ce7cb6e005fe8d7cb00a4f50222
2018-04-12 09:16:59 -07:00
Frederik Rietdijk
ee6894ca12 Merge staging into master 2018-04-11 14:55:52 +02:00
Matthew Bauer
0c70c40845 Merge branch 'auto-update/pigz' 2018-04-11 00:17:21 -05:00
Matthew Bauer
11db118623 pigz: fix on darwin 2018-04-11 00:16:17 -05:00
Matthew Bauer
c3ce4ee723 pbzx: init at 1.0.2 2018-04-09 18:35:35 -05:00
Shea Levy
05e375d710
Merge remote-tracking branch 'origin/master' into staging 2018-03-28 09:36:47 -04:00