Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2016 03:16:59 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415622 - in head/security/revealrk: . files
Message-ID:  <201605220316.u4M3Gxaj002835@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun May 22 03:16:59 2016
New Revision: 415622
URL: https://svnweb.freebsd.org/changeset/ports/415622

Log:
  security/revealrk: 1.0.1 -> 1.1.2
  
  - added zombie ignore option "-z" for FreeBSD

Added:
  head/security/revealrk/files/patch-revealrk.c   (contents, props changed)
Modified:
  head/security/revealrk/Makefile
  head/security/revealrk/distinfo
  head/security/revealrk/files/patch-SConstruct
  head/security/revealrk/pkg-descr

Modified: head/security/revealrk/Makefile
==============================================================================
--- head/security/revealrk/Makefile	Sun May 22 02:45:23 2016	(r415621)
+++ head/security/revealrk/Makefile	Sun May 22 03:16:59 2016	(r415622)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	revealrk
-PORTVERSION=	1.0.1
+PORTVERSION=	1.1.2
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/
 

Modified: head/security/revealrk/distinfo
==============================================================================
--- head/security/revealrk/distinfo	Sun May 22 02:45:23 2016	(r415621)
+++ head/security/revealrk/distinfo	Sun May 22 03:16:59 2016	(r415622)
@@ -1,2 +1,3 @@
-SHA256 (revealrk-1.0.1.tgz) = 7da7bd1709d06e5771c5c6d9c147ae1613f24c04633693e14afeee004d7cb844
-SIZE (revealrk-1.0.1.tgz) = 34039
+TIMESTAMP = 1463827292
+SHA256 (revealrk-1.1.2.tgz) = 5006a93ecc54698703d6bfcc49b572c335c45c5cc4190ff75281a9b4a3c593a7
+SIZE (revealrk-1.1.2.tgz) = 36009

Modified: head/security/revealrk/files/patch-SConstruct
==============================================================================
--- head/security/revealrk/files/patch-SConstruct	Sun May 22 02:45:23 2016	(r415621)
+++ head/security/revealrk/files/patch-SConstruct	Sun May 22 03:16:59 2016	(r415622)
@@ -1,6 +1,6 @@
---- SConstruct.orig	2013-01-03 09:06:35.000000000 +0100
-+++ SConstruct	2013-11-14 20:18:29.000000000 +0100
-@@ -13,7 +13,7 @@
+--- SConstruct.orig	2016-05-19 16:27:37 UTC
++++ SConstruct
+@@ -13,7 +13,7 @@ prog_files = Split('revealrk.c')
  pkg_files = prog_files + Split('revealrk.1 SConstruct changelog license.txt README INSTALL cron.example Makefile config.h')
  
  debug     = not ARGUMENTS.get('debug', '0').lower() in ['0', 'false', 'no']
@@ -9,16 +9,7 @@
  clean_all = not GetOption('clean_all') is None
  static    = not GetOption('static') is None
  build_tgz = not GetOption('tgz') is None
-@@ -97,7 +97,7 @@
- 
- ########## Environment ##########
- 
--env = Environment(CC = 'gcc', CCFLAGS = '-std=c99 -Wall -pedantic')
-+env = Environment(CC = 'cc', CCFLAGS = '-std=c99 -Wall -pedantic')
- if not env.GetOption('clean'):
-     if not verbose:
-         env['CCCOMSTR'] = 'Compiling $TARGET'
-@@ -147,8 +147,8 @@
+@@ -152,8 +152,8 @@ if not env.GetOption('clean'):
          conf.env.Append(LINKFLAGS = ' -static')
      env = conf.Finish()
  

Added: head/security/revealrk/files/patch-revealrk.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/revealrk/files/patch-revealrk.c	Sun May 22 03:16:59 2016	(r415622)
@@ -0,0 +1,12 @@
+--- revealrk.c.orig	2016-05-19 16:24:49 UTC
++++ revealrk.c
+@@ -526,7 +526,9 @@ void GetBootTime(void)
+         fclose(fsStat);
+     }
+ }
++#endif
+ 
++#if defined(OS_LINUX) || defined(OS_BSD)
+ char* GetCommand(pid_t tuPID)
+ {
+     static char acBuf[PATH_MAX];

Modified: head/security/revealrk/pkg-descr
==============================================================================
--- head/security/revealrk/pkg-descr	Sun May 22 02:45:23 2016	(r415621)
+++ head/security/revealrk/pkg-descr	Sun May 22 03:16:59 2016	(r415622)
@@ -1,4 +1,3 @@
-
 revealrk searches for hidden processes. If you have a kernel mod
 rootkit loaded into memory without hiding any process, don't expect
 to find anything.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605220316.u4M3Gxaj002835>