| Commit message (Expand) | Author | Age | Files | Lines |
| * | libtins: mention upstream issue with gtest | Doron Behar | 2024-03-15 | 1 | -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 Behar | 2024-03-15 | 1 | -11/+3 |
| * | libtins: Forcibly compile with C++14. | Simon Hollingshead | 2024-02-23 | 2 | -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 Trofimovich | 2023-12-24 | 1 | -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üller | 2022-07-04 | 1 | -4/+0 |
| * | libtins: 4.3 -> 4.4 | R. Ryantm | 2022-02-18 | 1 | -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 Burns | 2021-08-16 | 1 | -1/+1 |
| * | pkgs/development/libraries: stdenv.lib -> lib | Ben Siraphob | 2021-01-21 | 1 | -4/+4 |
| * | treewide: remove enableParallelBuilding = true if using cmake | Ben Siraphob | 2021-01-03 | 1 | -1/+0 |
| * | libtins: 4.2 -> 4.3 | R. RyanTM | 2020-11-03 | 1 | -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 Kaseorg | 2020-01-15 | 1 | -2/+2 |
| * | libtins: 4.0 -> 4.2 | c0bw3b | 2019-05-26 | 1 | -8/+9 |
| * | libtins: fix test on darwin | Matthew Bauer | 2019-04-26 | 1 | -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/26990576c9472ca38b4d21613157856b | R. RyanTM | 2018-09-24 | 1 | -2/+2 |
| * | libtins: init at 3.5 | Felipe Espinoza | 2018-03-16 | 1 | -0/+43 |