From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- .../examiner/files/examiner-0.5-perl.patch | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 app-forensics/examiner/files/examiner-0.5-perl.patch (limited to 'app-forensics/examiner/files/examiner-0.5-perl.patch') diff --git a/app-forensics/examiner/files/examiner-0.5-perl.patch b/app-forensics/examiner/files/examiner-0.5-perl.patch new file mode 100644 index 000000000000..ee24bfd9c079 --- /dev/null +++ b/app-forensics/examiner/files/examiner-0.5-perl.patch @@ -0,0 +1,38 @@ +--- ./os/linux/examiner_hashes.pl.orig 2005-05-22 10:39:56.000000000 +1000 ++++ ./os/linux/examiner_hashes.pl 2005-05-22 10:40:11.000000000 +1000 +@@ -1,6 +1,6 @@ + $loaded_library=1; + +-syscalls = ( ++$syscalls = ( + 1 => "exit", + 2 => "fork", + 3 => "read", +@@ -240,7 +240,7 @@ + 237 => "fremovexattr", + ); + +-socketcall = ( ++$socketcall = ( + 1 => "SOCKET", + 2 => "BIND", + 3 => "CONNECT", +--- os/bsd/examiner_hashes.pl.orig 2005-05-22 10:45:39.000000000 +1000 ++++ os/bsd/examiner_hashes.pl 2005-05-22 10:45:58.000000000 +1000 +@@ -1,6 +1,6 @@ + $loaded_library=1; + +-syscalls = ( ++$syscalls = ( + 1 => "exit", + 2 => "fork", + 3 => "read", +@@ -186,7 +186,7 @@ + 281 => "MAXSYSCALL", + ); + +-socketcall = ( ++$socketcall = ( + 1 => "SOCKET", + 2 => "BIND", + 3 => "CONNECT", -- cgit v1.2.3