Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2006 20:13:34 GMT
From:      Joe Horn<joehorn@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/104770: sshit upgrade
Message-ID:  <200610242013.k9OKDYJV003670@www.freebsd.org>
Resent-Message-ID: <200610242020.k9OKKIZE022559@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104770
>Category:       ports
>Synopsis:       sshit upgrade
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 24 20:20:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Joe Horn
>Release:        FreeBSD 6.1
>Organization:
Information Management Department, NKFUST, Taiwan
>Environment:
FreeBSD joehorn.idv.tw 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Mon Oct 16 22:40:14 CST 2006 root@joehorn.idv.tw:/usr/obj/usr/src/sys/Power i386
>Description:
v0.6  (2006-08-22)
 - Forking bug fixed (at last.. thanks to Rong-En Fan)
 - Fixed IPFW2 typo
 - Added "Invalid user" check to regex
 - Added checking of existence of desired firewall
 - Increased janitor sleep to 5 seconds
 - Added reminder about not to change the defaults
   in the script but the conf file instead
 - Removed 'USE WITH CARE' from the top of code. Seems stable enough now ;)
 - Replaced all occurances of 'sshit.pl' with just 'sshit'
 - Removed some debug code
>How-To-Repeat:

>Fix:
Delete /usr/ports/security/sshit/files/patch-sshit.pl and apply the diff file.

Patch attached with submission follows:

*** /usr/ports/security/sshit/Makefile.orig     Wed Oct 25 03:48:20 2006
--- /usr/ports/security/sshit/Makefile  Wed Oct 25 03:57:32 2006
***************
*** 6,13 ****
  #

  PORTNAME=	sshit
! PORTVERSION=	0.5
! PORTREVISION=	1
  CATEGORIES=	security
  MASTER_SITES= http://anp.ath.cx/sshit/ \
  		${MASTER_SITE_LOCAL}
--- 6,12 ----
  #

  PORTNAME=	sshit
! PORTVERSION=	0.6
  CATEGORIES=	security
  MASTER_SITES= http://anp.ath.cx/sshit/ \
  		${MASTER_SITE_LOCAL}
***************
*** 33,39 ****
  .endif

  do-install:
! 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/sbin/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf-dist

  post-install:
--- 32,38 ----
  .endif

  do-install:
! 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf-dist

  post-install:
*** /usr/ports/security/sshit/distinfo.orig     Sun Dec 18 16:03:27 2005
--- /usr/ports/security/sshit/distinfo  Wed Oct 25 03:51:04 2006
***************
*** 1,3 ****
! MD5 (sshit-0.5.tar.gz) = 1b3f40e08a10919820eb5ecbfa3bc34b
! SHA256 (sshit-0.5.tar.gz) = eb65e94820fbfbd75d8227de9cd7f42b8b497c1bfac350fbb9d4ef51d85b442d
! SIZE (sshit-0.5.tar.gz) = 4065
--- 1,3 ----
! MD5 (sshit-0.6.tar.gz) = 9c71b88217bcf3164ec44be85674b666
! SHA256 (sshit-0.6.tar.gz) = 894ace091abc8f39024d2473e650b496002671bd726840afbd8d1bb01fe6b4f5
! SIZE (sshit-0.6.tar.gz) = 4404
>Release-Note:
>Audit-Trail:
>Unformatted:



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