Commit Graph
614486 Commits
Author SHA1 Message Date
Yarny0 ec1a3695b4 gscan2pdf: switch to current libtiff 4.6.0t
gscan2pdf is not compatible with libtiff 4.6.0
as published on https://libtiff.gitlab.io/libtiff/
and http://www.simplesystems.org/libtiff/ .
To fix the build, we used an older libtiff version
(see 9a579e14dd).

In the meantime, hylafaxplus developer Lee Howard
published a forked version "4.6.0t" of libtiff,
providing the missing tools, see
https://sourceforge.net/p/hylafax/mailman/message/58751879/ .
That fork is also suitable for gscan2pdf,
so the commit at hand changes the libtiff
version for gscan2pdf to use that fork.
2024-04-20 09:23:28 +02:00
Yarny0 cff182e219 hylafaxplus: switch to current libtiff 4.6.0t
hylafaxplus is not compatible with libtiff 4.6.0
as published on https://libtiff.gitlab.io/libtiff/
and http://www.simplesystems.org/libtiff/ .
To fix the build, we used an older libtiff version
(see cd3771c709).

In the meantime, hylafaxplus developer Lee Howard
published a forked version "4.6.0t" of libtiff,
providing the missing tools for hylafaxplus, see
https://sourceforge.net/p/hylafax/mailman/message/58751879/ .
The commit at hand changes the libtiff
version for hylafaxplus to use that fork.
2024-04-20 09:23:28 +02:00
Yarny0 6ce2532285 libtiff_t: init at 4.6.0t (fork of libtiff)
libtiff 4.6.0 dropped a bunch of helper tools,
thereby breaking packages that depend on these tools.
To fix those packages, nixpkgs started packaging libtiff_4_5
separately, see commit f57a4b0ac1.

Currently, two packages use libtiff_4_5:

* hylafaplus (cd3771c709)
* gscan2pdf (9a579e14dd)

Lee Howard (core developer of hylafaxplus)
forked libtiff 4.6.0 to provide a current version
that restores those dropped helper tools.
The library is also called "libtiff",
with current version "4.6.0t".
It is based on libtiff 4.6.0 and incorporates several fixes,
particularly for the dropped helper tools,
see https://sourceforge.net/p/hylafax/mailman/message/58751878/
and http://www.libtiff.org/releases/v4.6.0t.html .

The commit at hand packages that fork for nixpkgs.
Follow-up commits will replace libtiff_4_5 with
libtiff_t, so affected packages can
again use a current libtiff library.

The build recipe of libtiff_t is based on the libtiff recipe.
Besides adapted URLs, the only change is dropping `passthru`, as
it referred to many packages depending on the original libtiff.
The unorthodox code introduced in all-packages.nix
is needed to satisfy the automated "by-name" check;
see "Recommendation for new packages with multiple versions"
in the file `pkgs/by-name/README.md`.

Depending on how things develop in the future,
we might want to switch completely
to the forked libtiff library one day.
Or the original libtiff restores the missing tools,
making libtiff_t superfluous.
2024-04-20 09:23:21 +02:00
Yarny0 376bd1931e libtiff: fix meta.changelog url 2024-04-20 09:22:49 +02:00
Yarny0 fabdf2c8a9 hylafaxplus: 7.0.7 -> 7.0.8
Note that this update makes hylafaxplus compatible
with libtiff 4.6.0t (a fork of libtiff at version 4.6.0).
A follow-up commit will introduce that library
fork and make hylafaxplus build with it.
2024-04-20 09:22:48 +02:00
Fabian AffolterandGitHub 5c24cf2f0a Merge pull request #303600 from r-ryantm/auto-update/python311Packages.mailchecker
python311Packages.mailchecker: 6.0.1 -> 6.0.3
2024-04-19 16:35:08 +02:00
Vladimír Čunát 739cfd4a6f Merge #303527: staging-next 2024-04-12 2024-04-19 16:30:52 +02:00
nixpkgs-merge-bot[bot]andGitHub 6875763fab Merge pull request #305302 from r-ryantm/auto-update/wiremock
wiremock: 3.5.2 -> 3.5.3
2024-04-19 14:08:47 +00:00
9b76c3bff5 doc: move note on configuring Nixpkgs in NixOS to the NixOS manual (#304307)
that NixOS manual section talks a lot about Nixpkgs package
configuration, which really should not be there but rather in the
Nixpkgs manual itself. but this is a rabbit hole for another time.

Co-authored-by: Dominic Mills <dominic.millz27@gmail.com>
2024-04-19 16:06:32 +02:00
Francesco Gazzetta 1a2d905c2c rkpd2: 2.0.3 -> 2.0.5 2024-04-19 13:59:49 +00:00
Nick CaoandGitHub 42a1b1c11a Merge pull request #305274 from drupol/bump/jan/0-4-11
jan: 0.4.10 -> 0.4.11
2024-04-19 09:35:03 -04:00
Nick CaoandGitHub 6652052404 Merge pull request #305224 from r-ryantm/auto-update/python312Packages.scikit-hep-testdata
python312Packages.scikit-hep-testdata: 0.4.43 -> 0.4.44
2024-04-19 09:30:47 -04:00
Nick CaoandGitHub 3f0059df01 Merge pull request #305233 from jfly/jfly/re-enable-test
mycli: enable fixed test
2024-04-19 09:29:05 -04:00
Nick CaoandGitHub 8f86e398a2 Merge pull request #305236 from r-ryantm/auto-update/govc
govc: 0.37.0 -> 0.37.1
2024-04-19 09:28:34 -04:00
Nick CaoandGitHub 698ae9b618 Merge pull request #305175 from r-ryantm/auto-update/credhub-cli
credhub-cli: 2.9.28 -> 2.9.29
2024-04-19 09:25:13 -04:00
Nick CaoandGitHub b59946a5ba Merge pull request #305178 from r-ryantm/auto-update/gqrx
gqrx: 2.17.4 -> 2.17.5
2024-04-19 09:23:57 -04:00
Maximilian BoschandGitHub 93f92c38ca Merge pull request #305297 from Aleksanaa/nix-license
nixVersions.nix*: correct license to lgpl21Plus
2024-04-19 13:19:16 +00:00
Nick CaoandGitHub 7f62671ffc Merge pull request #305245 from msfjarvis/hs/android-studio
androidStudioPackages.canary: 2024.1.1.3 -> 2024.1.1.4
2024-04-19 09:17:09 -04:00
Fabian Affolter 1d2b5bed13 python311Packages.mailchecker: refactor 2024-04-19 14:49:01 +02:00
nixpkgs-merge-bot[bot]andGitHub 6c9b3017a8 Merge pull request #305173 from r-ryantm/auto-update/uxn
uxn: unstable-2024-04-05 -> unstable-2024-04-15
2024-04-19 12:33:54 +00:00
R. Ryantm b22002d97f wiremock: 3.5.2 -> 3.5.3 2024-04-19 12:14:27 +00:00
Michele Guerini RoccoandGitHub a42ba905ca Merge pull request #305259 from leona-ya/libreswan-4.15
libreswan: 4.12 -> 4.15
2024-04-19 14:09:55 +02:00
Mario RodasandGitHub 336345c6fe Merge pull request #305231 from r-ryantm/auto-update/twilio-cli
twilio-cli: 5.19.3 -> 5.19.4
2024-04-19 07:09:26 -05:00
github-actions[bot]andGitHub 11b87cbe59 Merge master into staging-next 2024-04-19 12:01:13 +00:00
Mario RodasandGitHub 193037db72 Merge pull request #305263 from r-ryantm/auto-update/typos
typos: 1.20.8 -> 1.20.9
2024-04-19 07:00:35 -05:00
Leona Maroni eee733a88d libreswan: 4.12 -> 4.15
https://download.libreswan.org/CHANGES

fixes CVE-2024-2357, CVE-2024-3652
2024-04-19 13:55:56 +02:00
aleksana 3cdf165a27 nixVersions.nix*: correct license to lgpl21Plus
All Nix versions in Nixpkgs are licensed under LGPL v2.1 or later, see:
https://github.com/NixOS/nix/blob/2.21.2/doc/manual/src/introduction.md#license
(original path) https://github.com/NixOS/nix/blob/22d4ea7a989d26b86fc27706dfea0abd2fb52c52/doc/manual/introduction/about-nix.xml#L261
2024-04-19 19:55:21 +08:00
Vincent LaporteandVincent Laporte f1e8e4837d coqPackages.CoLoR: 1.8.4 → 1.8.5 2024-04-19 13:52:00 +02:00
Mario RodasandGitHub b64ebbd1eb Merge pull request #305038 from DashieTM/patch-1
ncspot: Adjust defaults to upstream
2024-04-19 06:41:06 -05:00
Mario RodasandGitHub 13f8bfc772 Merge pull request #305290 from NixOS/revert-304784-remove-bash-runtime-dep-from-libicu
Revert "icu: refactor to avoid runtime dependency on bash"
2024-04-19 06:40:22 -05:00
Mario RodasandGitHub 4237fee22d Revert "icu: refactor to avoid runtime dependency on bash" 2024-04-19 06:35:58 -05:00
rewineandGitHub bd4ae0e121 Merge pull request #305140 from IogaMaster/hypridle
hypridle: 0.1.1 -> 0.1.2
2024-04-19 19:29:27 +08:00
Matthias BeyerandGitHub 6eacd2ac58 Merge pull request #303632 from mlaradji/add-taskwarrior-3
Add taskwarrior3 and taskchampion-sync-server
2024-04-19 13:24:37 +02:00
Maxine AubreyandMaxine Aubrey ae4e2c93b7 _1password-gui: 8.10.28 → 8.10.30 2024-04-19 13:19:27 +02:00
rewineandGitHub 322370dfbf Merge pull request #305215 from marsam/update-nvchecker
nvchecker: 2.13.1 -> 2.14
2024-04-19 19:07:40 +08:00
YtandGitHub 602d569114 Merge pull request #305172 from r-ryantm/auto-update/python311Packages.argilla
python311Packages.argilla: 1.26.1 -> 1.27.0
2024-04-19 10:43:37 +00:00
YtandGitHub 70721b691c Merge pull request #305223 from r-ryantm/auto-update/python312Packages.argilla
python312Packages.argilla: 1.26.1 -> 1.27.0
2024-04-19 10:42:58 +00:00
Pavol RusnakandGitHub 13f0132be0 Merge pull request #305033 from erikarvstedt/btcpayserver-1.13.1 2024-04-19 12:42:30 +02:00
Fabian AffolterandGitHub ee5ad6173a Merge pull request #305255 from fabaff/accuweather-bump
python312Packages.accuweather: 2.1.1 -> 3.0.0
2024-04-19 12:27:50 +02:00
Fabian AffolterandGitHub 5ab7ff1f84 Merge pull request #305250 from fabaff/cnspec-bump
cnspec: 10.12.2 -> 11.0.2
2024-04-19 12:27:25 +02:00
Fabian AffolterandGitHub 6fa375aa50 Merge pull request #305249 from fabaff/botocore-stubs-bump
python312Packages.botocore-stubs: 1.34.86 -> 1.34.87, python312Packages.boto3-stubs: 1.34.84 -> 1.34.87
2024-04-19 12:27:16 +02:00
Fabian AffolterandGitHub a3e43ffb40 Merge pull request #305248 from fabaff/llama-index-core-bump
python312Packages.llama-index-vector-stores-qdrant: 0.2.0 -> 0.2.1
2024-04-19 12:27:07 +02:00
AleksanaandGitHub 91c2af979e Merge pull request #303304 from LordGrimmauld/rmenu
rmenu: 1.2.0 -> 1.2.1
2024-04-19 18:20:48 +08:00
Kevin CoxandGitHub 4271aeb226 Merge pull request #304548 from kevincox/mautrix-meta-0.3
mautrix-meta: 0.2.0 → 0.3.0
2024-04-19 06:18:08 -04:00
Fabian AffolterandGitHub 6d2f58d421 Merge pull request #299753 from thillux/mtheil/cyclonedx-cli
cyclonedx-cli: init at 0.25.0; sbom-utility: init at 0.15.0
2024-04-19 12:07:41 +02:00
Leona MaroniandGitHub 3905a63bdc Merge pull request #305267 from e1mo/paperless-always-eng
nixos/paperless: Always buidl tesseract with english
2024-04-19 12:07:02 +02:00
Thiago Kenji OkadaandGitHub 8369db876c Merge pull request #305137 from r-ryantm/auto-update/graalvmCEPackages.graalpy
graalvmCEPackages.graalpy: 24.0.0 -> 24.0.1
2024-04-19 11:05:47 +01:00
Martin WeineltandGitHub c077b043ee Merge pull request #305196 from azuwis/custom-components
home-assistant-custom-components: Add smartir/xiaomi_miot/xiaomi_gateway3
2024-04-19 11:24:33 +02:00
Pol Dellaiera 4913b78e35 jan: 0.4.10 -> 0.4.11 2024-04-19 11:21:56 +02:00
Pascal WittmannandGitHub 65cd13090f Merge pull request #279441 from wegank/fira-refactor
fira: refactor
2024-04-19 11:15:46 +02:00