summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libtins (follow)
Commit message (Expand)AuthorAgeFilesLines
* libtins: mention upstream issue with gtestDoron Behar2024-03-151-1/+2
* libtins: 4.4 -> 4.5•••Diff: https://github.com/mfontanini/libtins/compare/v4.4...v4.5 Changelog: https://raw.githubusercontent.com/mfontanini/libtins/v4.5/CHANGES.md Close #255639 Doron Behar2024-03-151-11/+3
* libtins: Forcibly compile with C++14.Simon Hollingshead2024-02-232-0/+28
* libtins: pull upstream fix for gcc-13•••Without the change build fails as: /build/source/src/../include/tins/ip_address.h:265:31: error: 'uint32_t' is not a member of 'std'; did you mean 'wint_t'? 265 | return std::hash<std::uint32_t>()(addr); | ^~~~~~~~ | wint_t Sergei Trofimovich2023-12-241-1/+12
* 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. Josef Kemetmüller2022-07-041-4/+0
* libtins: 4.3 -> 4.4R. Ryantm2022-02-181-2/+2
* libtins: fix gtest subproject•••This matches the submodule used by upstream. The way this was done will break once gtest is updated to v1.11.0 (currently in staging-next). Ryan Burns2021-08-161-1/+1
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-211-4/+4
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-031-1/+0
* libtins: 4.2 -> 4.3R. RyanTM2020-11-031-2/+2
* 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> Anders Kaseorg2020-01-151-2/+2
* libtins: 4.0 -> 4.2c0bw3b2019-05-261-8/+9
* libtins: fix test on darwinMatthew Bauer2019-04-261-1/+5
* libtins: 3.5 -> 4.0 (#38208)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libtins/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 4.0 with grep in /nix/store/izz1bkj35g5bb6kvqa5kqgb376xhardg-libtins-4.0 - found 4.0 in filename of file in /nix/store/izz1bkj35g5bb6kvqa5kqgb376xhardg-libtins-4.0 - directory tree listing: https://gist.github.com/26990576c9472ca38b4d21613157856bR. RyanTM2018-09-241-2/+2
* libtins: init at 3.5Felipe Espinoza2018-03-161-0/+43