tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
ccrypt: disable format hardening
Robin Gloster
10 years ago
d0078460
bdbce020
+2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
ccrypt
default.nix
+2
pkgs/tools/security/ccrypt/default.nix
···
10
11
nativeBuildInputs = [ perl ];
12
0
0
13
meta = {
14
homepage = http://ccrypt.sourceforge.net/;
15
description = "Utility for encrypting and decrypting files and streams with AES-256";
···
10
11
nativeBuildInputs = [ perl ];
12
13
+
hardeningDisable = [ "format" ];
14
+
15
meta = {
16
homepage = http://ccrypt.sourceforge.net/;
17
description = "Utility for encrypting and decrypting files and streams with AES-256";