about summary refs log tree commit diff
path: root/pkgs/tools/security/neopg
Commit message (Collapse)AuthorAge
* treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg2020-01-15
| | | | | | | | | | 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>
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* neopg: 0.0.4 -> 0.0.6Justin Humm2019-04-22
|
* Revert "neopg: 0.0.4 -> 0.0.5"Justin Humm2018-12-23
| | | | | | | This broke the build, as the bump introduced test failures. Revert to a working version. This reverts commit 031737126c72c2cdc117dcc42472a8475f835bb8.
* neopg: 0.0.4 -> 0.0.5schneefux2018-10-08
|
* neopg: use fetchFromGitHub instead of fetchgitschneefux2018-10-08
|
* treewide: fix derivation namesRyan Mulligan2018-05-28
|
* neopg: Init at 0.0.4Justin Humm2018-03-23