Commit Graph

880 Commits

Author SHA1 Message Date
Niklas Hambüchen
e73b7f8d63 bzip2: Add enableStatic. See #61575 2023-10-20 19:59:30 +00:00
Claudio Bley
eacc7be1e9
pigz: 2.6 -> 2.7 (#223504)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-06-06 10:28:00 +02:00
github-actions[bot]
7443b1efc5
Merge staging-next into staging 2023-05-30 12:01:46 +00:00
Simon Žlender
d6ef66212b lz4: fix cross compilation to linux 2023-05-28 14:27:20 +00:00
R. Ryantm
71fa8d5b8f lhasa: 0.3.1 -> 0.4.0 2023-05-28 10:01:42 +00:00
Robert Schütz
ae823091d6 bzip3: 1.3.0 -> 1.3.1
Diff: https://github.com/kspalaiologos/bzip3/compare/1.3.0...1.3.1

Changelog: https://github.com/kspalaiologos/bzip3/blob/1.3.1/NEWS
2023-05-22 02:40:16 -07:00
Vladimír Čunát
1ba92fc952
Merge branch 'master' into staging-next 2023-05-13 19:23:59 +02:00
Sergei Trofimovich
16a0675047 imagelol: fix build on gcc-12
Without the change build fails on gcc-12 as:

    ImageLOL.inl: In member function 'ImageLOL::u64 ImageLOL::ImageLOLWriter::write(const T&)':
    ImageLOL.inl:16:30: error: 'reverse_copy' is not a member of 'std'
       16 |                         std::reverse_copy(begin, end, std::begin(bytes));
          |                              ^~~~~~~~~~~~

Full build log: https://hydra.nixos.org/log/iph14caknll41zd90a4dn1jbafzzfj67-imagelol-0.2.drv

ZHF: #230712
2023-05-12 22:41:24 +01:00
Martin Weinelt
edbfb3e327
Merge pull request #230280 from r-ryantm/auto-update/xz
xz: 5.4.2 -> 5.4.3
2023-05-08 01:52:24 +02:00
Rick van Schijndel
67486d98ab
Merge pull request #230011 from spwhitt/remove-spwhitt
Remove myself as maintainer
2023-05-06 16:38:40 +02:00
R. Ryantm
023a7822f8 xz: 5.4.2 -> 5.4.3 2023-05-06 08:06:53 +00:00
Ryan Burns
b52217bb81 offzip: init at 0.4.1 2023-05-05 22:36:05 -03:00
Spencer Whitt
21dbdb5d03 maintainers: remove spwhitt 2023-05-05 12:34:05 +00:00
Brian McKenna
fbd71c4856 dtrx: 8.5.0 -> 8.5.1 2023-04-28 08:14:56 +10:00
github-actions[bot]
52f2c9fe9e
Merge master into staging-next 2023-04-23 06:01:34 +00:00
figsoda
c42d6a371b ouch: remove unused input 2023-04-22 19:15:55 -04:00
github-actions[bot]
ca0f3efdbe
Merge master into staging-next 2023-04-21 18:01:26 +00:00
Brian McKenna
aec122af56
dtrx: 8.4.0 -> 8.5.0 (#225953)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-04-21 16:32:33 +02:00
github-actions[bot]
62b0fc144a
Merge master into staging-next 2023-04-20 06:01:11 +00:00
figsoda
a20c6d2d4c unzrip: unstable-2023-03-13 -> unstable-2023-04-16
Diff: bd2dffd43c...14ba4b4c9f
2023-04-18 16:33:26 -04:00
Sergei Trofimovich
116d2af312
Merge pull request #224738 from andersk/zstd
zstd: 1.5.4 → 1.5.5
2023-04-11 17:46:01 +01:00
github-actions[bot]
80f198ff3a
Merge staging-next into staging 2023-04-05 06:01:50 +00:00
Robert Schütz
14113cb0d0 bzip3: 1.2.3 -> 1.3.0
Diff: https://github.com/kspalaiologos/bzip3/compare/1.2.3...1.3.0

Changelog: https://github.com/kspalaiologos/bzip3/blob/1.3.0/NEWS
2023-04-04 18:12:24 -07:00
Anders Kaseorg
72e952ef3a zstd: 1.5.4 → 1.5.5
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-04-04 17:25:52 -07:00
github-actions[bot]
75808a4bf6
Merge staging-next into staging 2023-04-01 18:01:35 +00:00
Robert Schütz
5c4ad62a84 bzip3: 1.2.2 -> 1.2.3
Diff: https://github.com/kspalaiologos/bzip3/compare/1.2.2...1.2.3

Changelog: https://github.com/kspalaiologos/bzip3/blob/1.2.3/NEWS
2023-03-29 15:56:21 -07:00
Henri Rosten
a439e85b7a xz: 5.4.1 -> 5.4.2
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
2023-03-22 08:20:49 +02:00
figsoda
e333a6a1c9 orz: init at 1.6.2 2023-03-16 12:40:26 -04:00
figsoda
eb4034bd00 unzrip: init at unstable-2023-03-13 2023-03-12 22:42:45 -04:00
Alyssa Ross
52c286ee5b
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/libraries/pmdk/default.nix
2023-02-23 13:51:34 +00:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Alyssa Ross
200610b849
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/libraries/gtest/default.nix
	pkgs/development/libraries/hidapi/default.nix
2023-02-14 09:53:03 +00:00
John Ericson
d488c432fb brotli: Add meta.pkgConfigModules and test 2023-02-13 10:24:55 -05:00
github-actions[bot]
29c2637dda
Merge staging-next into staging 2023-02-13 12:02:05 +00:00
Martin Weinelt
3ea51a72e4
Merge pull request #215845 from risicle/ris-zstd-passthru-tests
zstd: add some key reverse-dependencies to passthru.tests
2023-02-13 11:06:25 +00:00
Robert Scott
f6664fb8ad
Merge pull request #215653 from trofi/zstd-update
zstd: 1.5.2 -> 1.5.4
2023-02-11 20:15:43 +00:00
John Ericson
3b7b2807bd
Merge pull request #215844 from obsidiansystems/more-meta-pkg-config-modules
treewide: Add `meta.pkgConfigModules` to a few packages
2023-02-11 11:47:55 -05:00
John Ericson
8e24bfb36a bzip2_1_1: Add meta.pkgConfigModules and test 2023-02-11 11:02:58 -05:00
John Ericson
839288b52a bzip3: Add meta.pkgConfigModules and test 2023-02-11 11:02:58 -05:00
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