Commit graph

13 commits

Author SHA1 Message Date
Ryan Mulligan 007e4b16c8 libversion: 3.0.2 -> 3.0.3
fixes build system, so no need for cmakeFlags
2023-01-13 21:45:16 -05:00
Ryan Mulligan b442eab8e9 libversion: 3.0.1 -> 3.0.2 2023-01-05 20:47:16 -08: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
Josef Kemetmüller 1ca04aa9f1 treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF
This is now the new default and thus doesn't need to be set manually
anymore.
2022-07-04 03:49:01 +03:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
r-burns a2228f4c18
libversion: fix tests on Darwin (#98361) 2020-09-21 11:58:29 -04:00
Anders Kaseorg 665dfc26ed libversion: 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.  This particular
case probably has no security relevance, but we should avoid this
unsafe pattern anyway in case it gets copied.  See #76804.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-05-31 01:42:09 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Patrick Hilhorst 449c1f88b4
libversion: 2.9.0 -> 3.0.1 2020-01-27 14:30:04 +01:00
Jonathan Ringer 74d8f3ca5d libversion: 2.8.1 -> 2.9.0 2019-08-13 04:19:14 -07:00
R. RyanTM af3bd21d6b libversion: 2.7.0 -> 2.8.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libversion/versions
2018-11-19 02:34:53 -08:00
R. RyanTM 4b69581737 libversion: 2.6.0 -> 2.7.0 (#49244)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libversion/versions
2018-10-27 09:24:37 -04:00
Ryan Mulligan b2317a0b87 libversion: init at 2.6.0 2018-05-27 09:12:52 -07:00