From e86202da34332c6cd1a270a6d6b105dd2fb6e888 Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 4 Jul 2017 17:39:43 +0200 Subject: pkgs.ucspi-tcp: init current stable of this pkg is broken, so we vendor it in nixpkgs. We removed the setuid bit from the build binaries --- krebs/5pkgs/simple/ucspi-tcp/chmod.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 krebs/5pkgs/simple/ucspi-tcp/chmod.patch (limited to 'krebs/5pkgs/simple/ucspi-tcp/chmod.patch') diff --git a/krebs/5pkgs/simple/ucspi-tcp/chmod.patch b/krebs/5pkgs/simple/ucspi-tcp/chmod.patch new file mode 100644 index 000000000..dd6933208 --- /dev/null +++ b/krebs/5pkgs/simple/ucspi-tcp/chmod.patch @@ -0,0 +1,15 @@ +diff --git a/hier.c b/hier.c +index 5663ada..1d73b84 100644 +--- a/hier.c ++++ b/hier.c +@@ -2,8 +2,8 @@ + + void hier() + { +- h(auto_home,-1,-1,02755); +- d(auto_home,"bin",-1,-1,02755); ++ h(auto_home,-1,-1,0755); ++ d(auto_home,"bin",-1,-1,0755); + + c(auto_home,"bin","tcpserver",-1,-1,0755); + c(auto_home,"bin","tcprules",-1,-1,0755); -- cgit v1.2.3