Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2016 10:44:44 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405061 - head/security/trinokiller
Message-ID:  <201601021044.u02Aiiw5029172@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Jan  2 10:44:44 2016
New Revision: 405061
URL: https://svnweb.freebsd.org/changeset/ports/405061

Log:
  Switch to a working MASTER_SITE and unmark BROKEN.
  
  distinfo had to be regenerated. diff between the old distfile and the new one:
  
  --- dist-trinokiller.c  2003-04-14 08:03:10.000000000 +0200
  +++ trinokiller.c       1999-12-31 03:37:23.000000000 +0100
  @@ -5,10 +5,6 @@
    *
    *   This program kills trino nodes on version 1.07b2+f3 and below.
    *
  - * realize, this requires that you
  - *  1) know the password that the master/nodes communicate with
  - *  2) assume it to be the default password
  - *
    *
   */

Modified:
  head/security/trinokiller/Makefile
  head/security/trinokiller/distinfo

Modified: head/security/trinokiller/Makefile
==============================================================================
--- head/security/trinokiller/Makefile	Sat Jan  2 10:40:16 2016	(r405060)
+++ head/security/trinokiller/Makefile	Sat Jan  2 10:44:44 2016	(r405061)
@@ -4,16 +4,13 @@
 PORTNAME=	trinokiller
 PORTVERSION=	1.0
 CATEGORIES=	security
-# mastersite disappeared in August 2003
-MASTER_SITES=	# http://www.afro-productions.com/
+MASTER_SITES=	https://dl.packetstormsecurity.net/distributed/
 DISTNAME=	trinokiller
 EXTRACT_SUFX=	.c
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Remotely kill trino nodes
 
-BROKEN=		unfetchable
-
 PLIST_FILES=	sbin/trinokiller
 
 do-extract:

Modified: head/security/trinokiller/distinfo
==============================================================================
--- head/security/trinokiller/distinfo	Sat Jan  2 10:40:16 2016	(r405060)
+++ head/security/trinokiller/distinfo	Sat Jan  2 10:44:44 2016	(r405061)
@@ -1,2 +1,2 @@
-SHA256 (trinokiller.c) = 9c4ffca9be08405df5dfec4ef5709210ca11960c83448cf0da26a3c773ebeb3b
-SIZE (trinokiller.c) = 1152
+SHA256 (trinokiller.c) = f57c15a7388cce60e4861913031d4f77c0bca6be29a00a0a70402e9cde13e7c8
+SIZE (trinokiller.c) = 1006



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