Commit Graph

8 Commits

Author SHA1 Message Date
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
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Justin Humm
81176f4314
neopg: 0.0.4 -> 0.0.6 2019-04-22 17:57:17 +02:00
Justin Humm
35b6b892f7
Revert "neopg: 0.0.4 -> 0.0.5"
This broke the build, as the bump introduced test failures. Revert to a
working version.

This reverts commit 031737126c.
2018-12-23 22:42:38 +01:00
schneefux
031737126c neopg: 0.0.4 -> 0.0.5 2018-10-08 14:28:14 +02:00
schneefux
15e23e5d92 neopg: use fetchFromGitHub instead of fetchgit 2018-10-08 14:04:21 +02:00
Ryan Mulligan
af9d10a91b treewide: fix derivation names 2018-05-28 05:59:57 -07:00
Justin Humm
ebe1cc211e
neopg: Init at 0.0.4 2018-03-23 16:12:29 +01:00