diff options
Diffstat (limited to 'security/nacl/files')
-rw-r--r-- | security/nacl/files/patch-curvecp_socket__udp.c (renamed from security/nacl/files/patch-socket_udp.c) | 4 | ||||
-rw-r--r-- | security/nacl/files/patch-do | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/nacl/files/patch-socket_udp.c b/security/nacl/files/patch-curvecp_socket__udp.c index d8869aaf0ff2..f49d0709f1fd 100644 --- a/security/nacl/files/patch-socket_udp.c +++ b/security/nacl/files/patch-curvecp_socket__udp.c @@ -1,5 +1,5 @@ ---- curvecp/socket_udp.c.orig 2014-01-29 15:34:07.000000000 -0800 -+++ curvecp/socket_udp.c 2014-01-29 15:34:12.000000000 -0800 +--- curvecp/socket_udp.c.orig 2011-02-21 01:49:34 UTC ++++ curvecp/socket_udp.c @@ -6,6 +6,10 @@ #include "socket.h" #include "blocking.h" diff --git a/security/nacl/files/patch-do b/security/nacl/files/patch-do index 8572d48f5c73..c5287955c77e 100644 --- a/security/nacl/files/patch-do +++ b/security/nacl/files/patch-do @@ -1,15 +1,15 @@ ---- do.orig 2011-02-20 17:49:34.000000000 -0800 -+++ do 2012-03-20 16:49:10.324256193 -0700 +--- do.orig 2011-02-21 01:49:34 UTC ++++ do @@ -6,7 +6,7 @@ version=`cat version` project=nacl -shorthostname=`hostname | sed 's/\..*//' | tr -cd '[a-z][A-Z][0-9]'` -+shorthostname=`hostname -s` ++shorthostname=HOSTNAME top="`pwd`/build/$shorthostname" bin="$top/bin" -@@ -38,8 +38,8 @@ +@@ -38,8 +38,8 @@ mkdir -p "$bin" mkdir -p "$lib" mkdir -p "$include" |