Commit Graph

14 Commits

Author SHA1 Message Date
Weijia Wang
0a3d999e1d
Merge pull request #196507 from r-ryantm/auto-update/orcania
orcania: 2.3.0 -> 2.3.2
2023-01-22 23:07:30 +01: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
R. Ryantm
0f5cf127fd orcania: 2.3.0 -> 2.3.2 2023-01-07 21:18:12 +00:00
Markus Kowalewski
6626ca0232
orcania: 2.2.2 -> 2.3.0 2022-08-05 23:07:42 +02:00
Josef Kemetmüller
bcd7045998 treewide: Remove now-unneeded LD_LIBRARY_PATH in cmake derivations
Since the setting DCMAKE_SKIP_BUILD_RPATH was disabled, we can now run
the checkPhase of cmake derivations without having to tweak the
LD_LIBRARY_PATH anymore.
2022-07-04 03:49:01 +03:00
R. Ryantm
4e5c3ba35e orcania: 2.2.1 -> 2.2.2 2022-03-12 18:21:42 +00:00
R. RyanTM
d1355cb7be orcania: 2.2.0 -> 2.2.1 2021-08-17 10:34:07 -07:00
R. RyanTM
94098f9d49 orcania: 2.1.1 -> 2.2.0 2021-03-13 10:24:21 +00:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
R. RyanTM
19321f38cb orcania: 2.1.0 -> 2.1.1 2020-06-30 10:27:49 +00:00
Anders Kaseorg
3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
R. RyanTM
9215b50ec1 orcania: 2.0.1 -> 2.1.0 2020-01-06 19:43:40 -08:00
Daniel Schaefer
5fb372206e orcania: 2.0.0 -> 2.0.1
https://github.com/babelouest/orcania/releases/tag/v2.0.1
2019-08-05 08:06:57 +02:00
Daniel Schaefer
7fa534a4e1 orcania: init at 2.0.0 2019-07-04 09:44:51 +02:00