From ntarmos@ceid.upatras.gr  Mon Jan  7 13:55:34 2013
Return-Path: <ntarmos@ceid.upatras.gr>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 439F3273
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Jan 2013 13:55:34 +0000 (UTC)
	(envelope-from ntarmos@ceid.upatras.gr)
Received: from poseidon.ceid.upatras.gr (poseidon.ceid.upatras.gr [150.140.141.169])
	by mx1.freebsd.org (Postfix) with ESMTP id B1647B17
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Jan 2013 13:55:33 +0000 (UTC)
Received: from mail.ceid.upatras.gr (europa.ceid.upatras.gr [10.1.0.143])
	by poseidon.ceid.upatras.gr (Postfix) with ESMTP id DFF2A81523
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Jan 2013 15:44:25 +0200 (EET)
Received: from localhost (localhost [127.0.0.1])
	by mail.ceid.upatras.gr (Postfix) with ESMTP id 6FF522A0425;
	Mon,  7 Jan 2013 15:47:38 +0200 (EET)
Received: from mail.ceid.upatras.gr ([127.0.0.1])
	by localhost (europa.ceid.upatras.gr [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id miY_niBhncpW; Mon,  7 Jan 2013 15:47:38 +0200 (EET)
Received: from diogenis.ceid.upatras.gr (diogenis.ceid.upatras.gr [10.1.0.181])
	by mail.ceid.upatras.gr (Postfix) with ESMTP id 479902A01B5;
	Mon,  7 Jan 2013 15:47:38 +0200 (EET)
Received: by diogenis.ceid.upatras.gr (Postfix, from userid 21001)
	id 9998A80C8C; Mon,  7 Jan 2013 15:37:06 +0200 (EET)
Message-Id: <20130107134726.GA11168@Alien.Universe>
Date: Mon, 7 Jan 2013 15:47:26 +0200
From: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ntarmos@ceid.upatras.gr
Subject: [PATCH] security/unhide: update to 20121229
X-Send-Pr-Version: 3.113

>Number:         175103
>Category:       ports
>Synopsis:       [PATCH] security/unhide: update to 20121229
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 07 14:00:00 UTC 2013
>Closed-Date:    Sat Feb 09 14:03:05 UTC 2013
>Last-Modified:  Sat Feb  9 14:10:02 UTC 2013
>Originator:     Nikos Ntarmos <ntarmos@ceid.upatras.gr>
>Release:        FreeBSD 9.0-RELEASE-p5 amd64
>Organization:
NetCInS Lab, CEID, U. of Patras, Greece
>Environment:
System: FreeBSD fbsd_9_0.my.domain 9.0-RELEASE-p5 FreeBSD 9.0-RELEASE-p5 #0: Sat Dec  8 01:37:26 EET
>Description:
- Update to 20121229

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- unhide-20121229.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/unhide.o/Makefile /usr/ports/security/unhide/Makefile
--- /usr/ports/security/unhide.o/Makefile	2012-11-17 08:01:22.000000000 +0200
+++ /usr/ports/security/unhide/Makefile	2013-01-06 20:34:21.000000000 +0200
@@ -6,15 +6,16 @@
 #
 
 PORTNAME=	unhide
-PORTVERSION=	20110113
+PORTVERSION=	20121229
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}
+DISTNAME=	${PORTNAME}_${DISTVERSION}
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ntarmos@cs.uoi.gr
+MAINTAINER=	ntarmos@ceid.upatras.gr
 COMMENT=	A forensic tool to find hidden processes and TCP/UDP ports
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
+NO_WRKSUBDIR=	true
 PLIST_FILES=	sbin/unhide sbin/unhide-tcp
 MAN8=		unhide.8 unhide-tcp.8
 MANCOMPRESSED=	yes
@@ -22,8 +23,9 @@
 .include <bsd.port.pre.mk>
 
 pre-configure:
-	@${REINPLACE_CMD} -e 's/-eLf/-axH/g' -e 's/$$2/$$1/g' ${WRKSRC}/unhide.c
-	@${REINPLACE_CMD} -e 's/-t/-p tcp -/g' -e 's/-u/-p udp -/g' \
-		${WRKSRC}/unhide-tcp.c
+	@${REINPLACE_CMD} -e 's/-eLf/-axH/g' -e 's/$$2/$$1/g' ${WRKDIR}/unhide-posix.c
+	@${REINPLACE_CMD} -e 's/linux\/limits/limits/g' ${WRKDIR}/unhide-output.c
+	@${REINPLACE_CMD} -e 's/-tan/-p tcp -an/g' -e 's/-uan/-p udp -an/g' \
+		-e 's/use_ss = 1/use_ss = 0/g' ${WRKDIR}/unhide-tcp.c
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/security/unhide.o/distinfo /usr/ports/security/unhide/distinfo
--- /usr/ports/security/unhide.o/distinfo	2011-12-15 09:58:49.000000000 +0200
+++ /usr/ports/security/unhide/distinfo	2013-01-06 19:58:02.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (unhide-20110113.tgz) = 21ef6128232d02bba981acdf20f92b92258189f0660c4dac9a8d2dfdcc83e6ab
-SIZE (unhide-20110113.tgz) = 34207
+SHA256 (unhide_20121229.tgz) = fa2d1b4a7e9eb8dc987317566fac2c62a6b42e7bbd91f14a69efb26e3dde6b76
+SIZE (unhide_20121229.tgz) = 54700
diff -ruN --exclude=CVS /usr/ports/security/unhide.o/files/patch-Makefile /usr/ports/security/unhide/files/patch-Makefile
--- /usr/ports/security/unhide.o/files/patch-Makefile	2009-07-06 10:55:31.000000000 +0300
+++ /usr/ports/security/unhide/files/patch-Makefile	2013-01-06 20:27:19.000000000 +0200
@@ -1,6 +1,6 @@
---- /dev/null	2009-02-26 16:27:00.000000000 +0200
-+++ Makefile	2009-02-26 16:26:45.000000000 +0200
-@@ -0,0 +1,19 @@
+--- /dev/null	2013-01-06 20:26:43.000000000 +0200
++++ Makefile	2013-01-06 20:26:46.000000000 +0200
+@@ -0,0 +1,23 @@
 +DESTDIR		:= ${PREFIX}
 +MANDIR		:= ${DESTDIR}/man
 +INSTALL_PROGRAM	:= /usr/bin/install -s -m 0700
@@ -8,9 +8,13 @@
 +GZIP_CMD	:= /usr/bin/gzip -9
 +MKDIR_CMD	:= /bin/mkdir -p
 +
-+all:
-+	gcc unhide.c -o unhide
-+	gcc unhide-tcp.c -o unhide-tcp
++all: unhide unhide-tcp
++
++unhide: unhide-posix.c
++	gcc -Wall -O2 --static unhide-posix.c -o unhide
++
++unhide-tcp: unhide-tcp.c unhide-tcp-fast.c unhide-output.c
++	gcc -Wall -O2 --static unhide-tcp.c unhide-tcp-fast.c unhide-output.c -o unhide-tcp
 +
 +install: all
 +	${MKDIR_CMD} ${DESTDIR}/sbin ${MANDIR}/man8
--- unhide-20121229.patch ends here ---

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Mon Jan 7 14:00:11 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175103 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jan 7 14:00:13 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175103 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ntarmos@cs.uoi.gr
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/175103: [PATCH] security/unhide: update to 20121229
Date: Mon, 7 Jan 2013 14:00:12 UT

 Maintainer of security/unhide,
 
 Please note that PR ports/175103 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175103
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175103: [PATCH] security/unhide: update to 20121229
Date: Mon, 7 Jan 2013 17:30:21 +0200

 Submitter is maintainer
 
 \n\n
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Tue Jan 8 04:36:54 UTC 2013 
State-Changed-Why:  
Submitter is maintainer from another address. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175103 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Feb 9 14:03:02 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175103 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175103: commit references a PR
Date: Sat,  9 Feb 2013 14:03:14 +0000 (UTC)

 Author: miwi
 Date: Sat Feb  9 14:03:00 2013
 New Revision: 311978
 URL: http://svnweb.freebsd.org/changeset/ports/311978
 
 Log:
   - Update to  20121229
   
   PR:		175103
   Submitted by:	maintainer
 
 Modified:
   head/security/unhide/Makefile   (contents, props changed)
   head/security/unhide/distinfo   (contents, props changed)
   head/security/unhide/files/patch-Makefile   (contents, props changed)
 
 Modified: head/security/unhide/Makefile
 ==============================================================================
 --- head/security/unhide/Makefile	Sat Feb  9 14:02:02 2013	(r311977)
 +++ head/security/unhide/Makefile	Sat Feb  9 14:03:00 2013	(r311978)
 @@ -6,15 +6,16 @@
  #
  
  PORTNAME=	unhide
 -PORTVERSION=	20110113
 +PORTVERSION=	20121229
  CATEGORIES=	security
  MASTER_SITES=	SF/${PORTNAME}
 +DISTNAME=	${PORTNAME}_${DISTVERSION}
  EXTRACT_SUFX=	.tgz
  
 -MAINTAINER=	ntarmos@cs.uoi.gr
 +MAINTAINER=	ntarmos@ceid.upatras.gr
  COMMENT=	A forensic tool to find hidden processes and TCP/UDP ports
  
 -WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
 +NO_WRKSUBDIR=	true
  PLIST_FILES=	sbin/unhide sbin/unhide-tcp
  MAN8=		unhide.8 unhide-tcp.8
  MANCOMPRESSED=	yes
 @@ -22,8 +23,9 @@ MANCOMPRESSED=	yes
  .include <bsd.port.pre.mk>
  
  pre-configure:
 -	@${REINPLACE_CMD} -e 's/-eLf/-axH/g' -e 's/$$2/$$1/g' ${WRKSRC}/unhide.c
 -	@${REINPLACE_CMD} -e 's/-t/-p tcp -/g' -e 's/-u/-p udp -/g' \
 -		${WRKSRC}/unhide-tcp.c
 +	@${REINPLACE_CMD} -e 's/-eLf/-axH/g' -e 's/$$2/$$1/g' ${WRKDIR}/unhide-posix.c
 +	@${REINPLACE_CMD} -e 's/linux\/limits/limits/g' ${WRKDIR}/unhide-output.c
 +	@${REINPLACE_CMD} -e 's/-tan/-p tcp -an/g' -e 's/-uan/-p udp -an/g' \
 +		-e 's/use_ss = 1/use_ss = 0/g' ${WRKDIR}/unhide-tcp.c
  
  .include <bsd.port.post.mk>
 
 Modified: head/security/unhide/distinfo
 ==============================================================================
 --- head/security/unhide/distinfo	Sat Feb  9 14:02:02 2013	(r311977)
 +++ head/security/unhide/distinfo	Sat Feb  9 14:03:00 2013	(r311978)
 @@ -1,2 +1,2 @@
 -SHA256 (unhide-20110113.tgz) = 21ef6128232d02bba981acdf20f92b92258189f0660c4dac9a8d2dfdcc83e6ab
 -SIZE (unhide-20110113.tgz) = 34207
 +SHA256 (unhide_20121229.tgz) = fa2d1b4a7e9eb8dc987317566fac2c62a6b42e7bbd91f14a69efb26e3dde6b76
 +SIZE (unhide_20121229.tgz) = 54700
 
 Modified: head/security/unhide/files/patch-Makefile
 ==============================================================================
 --- head/security/unhide/files/patch-Makefile	Sat Feb  9 14:02:02 2013	(r311977)
 +++ head/security/unhide/files/patch-Makefile	Sat Feb  9 14:03:00 2013	(r311978)
 @@ -1,6 +1,6 @@
 ---- /dev/null	2009-02-26 16:27:00.000000000 +0200
 -+++ Makefile	2009-02-26 16:26:45.000000000 +0200
 -@@ -0,0 +1,19 @@
 +--- /dev/null	2013-01-06 20:26:43.000000000 +0200
 ++++ Makefile	2013-01-06 20:26:46.000000000 +0200
 +@@ -0,0 +1,23 @@
  +DESTDIR		:= ${PREFIX}
  +MANDIR		:= ${DESTDIR}/man
  +INSTALL_PROGRAM	:= /usr/bin/install -s -m 0700
 @@ -8,9 +8,13 @@
  +GZIP_CMD	:= /usr/bin/gzip -9
  +MKDIR_CMD	:= /bin/mkdir -p
  +
 -+all:
 -+	gcc unhide.c -o unhide
 -+	gcc unhide-tcp.c -o unhide-tcp
 ++all: unhide unhide-tcp
 ++
 ++unhide: unhide-posix.c
 ++	gcc -Wall -O2 --static unhide-posix.c -o unhide
 ++
 ++unhide-tcp: unhide-tcp.c unhide-tcp-fast.c unhide-output.c
 ++	gcc -Wall -O2 --static unhide-tcp.c unhide-tcp-fast.c unhide-output.c -o unhide-tcp
  +
  +install: all
  +	${MKDIR_CMD} ${DESTDIR}/sbin ${MANDIR}/man8
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
