From owner-svn-ports-head@freebsd.org Sun Jul 3 07:36:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8221BB90198; Sun, 3 Jul 2016 07:36:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40C8E29EF; Sun, 3 Jul 2016 07:36:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u637aubY036380; Sun, 3 Jul 2016 07:36:56 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u637au8I036376; Sun, 3 Jul 2016 07:36:56 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201607030736.u637au8I036376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 3 Jul 2016 07:36:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417958 - in head/security/medusa: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2016 07:36:57 -0000 Author: pi Date: Sun Jul 3 07:36:55 2016 New Revision: 417958 URL: https://svnweb.freebsd.org/changeset/ports/417958 Log: security/medusa: 2.1.1 -> 2.2 Port: - remove old patches that were necessary for building - remove an inactive address from MASTER_SITE - add USES=ssl (tested with openssl and libressl) - submitter becomes maintainer HTTP - NTLM2 session response support - Report domain name provided in NTLM challenge (verbose output) - Allow inclusion of custom headers RDP - Initial release of RDP module (FreeRDP-based) - Support for pass-the-hash authentication SMB - Report account access (admin vs user-level) through ADMIN$ connection SMTP-VRFY - Added EXPN/RCPT support SSH - Fix OS X multi-thread issues PR: 210748 Submitted by: Danilo G. Baio Deleted: head/security/medusa/files/ Modified: head/security/medusa/Makefile head/security/medusa/distinfo head/security/medusa/pkg-plist Modified: head/security/medusa/Makefile ============================================================================== --- head/security/medusa/Makefile Sun Jul 3 07:27:53 2016 (r417957) +++ head/security/medusa/Makefile Sun Jul 3 07:36:55 2016 (r417958) @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= medusa -PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTVERSION= 2.2 CATEGORIES= security -MASTER_SITES= http://www.foofus.net/~jmk/tools/ \ - http://redundancy.redundancy.org/mirror/ +MASTER_SITES= http://www.foofus.net/~jmk/tools/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Speedy, massively parallel, modular, login brute-forcer LICENSE= GPLv2+ @@ -16,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libssh2.so:security/libssh2 +USES= ssl + BROKEN_ia64= Does not build on ia64 GNU_CONFIGURE= yes Modified: head/security/medusa/distinfo ============================================================================== --- head/security/medusa/distinfo Sun Jul 3 07:27:53 2016 (r417957) +++ head/security/medusa/distinfo Sun Jul 3 07:36:55 2016 (r417958) @@ -1,2 +1,3 @@ -SHA256 (medusa-2.1.1.tar.gz) = c8f83f54f76f021f213007c1c83e659f30dd16de84046df2b50e3db2bb6a7ef2 -SIZE (medusa-2.1.1.tar.gz) = 383424 +TIMESTAMP = 1467337789 +SHA256 (medusa-2.2.tar.gz) = 28bdcbdbc08b904a0e680cc42419c387b5baf86e27dd31e7f6651733ae1f3061 +SIZE (medusa-2.2.tar.gz) = 399836 Modified: head/security/medusa/pkg-plist ============================================================================== --- head/security/medusa/pkg-plist Sun Jul 3 07:27:53 2016 (r417957) +++ head/security/medusa/pkg-plist Sun Jul 3 07:36:55 2016 (r417958) @@ -37,6 +37,7 @@ man/man1/medusa.1.gz %%PORTDOCS%%%%DOCSDIR%%/medusa-pcanywhere.html %%PORTDOCS%%%%DOCSDIR%%/medusa-pop3.html %%PORTDOCS%%%%DOCSDIR%%/medusa-postgres.html +%%PORTDOCS%%%%DOCSDIR%%/medusa-rdp.html %%PORTDOCS%%%%DOCSDIR%%/medusa-rexec.html %%PORTDOCS%%%%DOCSDIR%%/medusa-rlogin.html %%PORTDOCS%%%%DOCSDIR%%/medusa-rsh.html