Index: head/security/medusa/files/patch-configure =================================================================== --- head/security/medusa/files/patch-configure (revision 417957) +++ head/security/medusa/files/patch-configure (nonexistent) @@ -1,11 +0,0 @@ ---- configure.orig 2012-05-25 21:59:32 UTC -+++ configure -@@ -6139,7 +6139,7 @@ fi - - if test -n "$APR_CONFIG"; then - -- if test x`$APR_CONFIG --cc` = "xcc"; then -+ if false; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Apache (apr) was compiled using Sun C compiler and not GNU gcc. *** - - \"$APR_CONFIG --cc\" responded with \"cc\", which usually means that your build of Apache Property changes on: head/security/medusa/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/medusa/files/patch-src_medusa.c =================================================================== --- head/security/medusa/files/patch-src_medusa.c (revision 417957) +++ head/security/medusa/files/patch-src_medusa.c (nonexistent) @@ -1,54 +0,0 @@ ---- src/medusa.c.orig 2012-03-01 17:39:35.000000000 +0000 -+++ src/medusa.c -@@ -1438,6 +1438,7 @@ int setPassResult(sLogin *_psLogin, char - } - - pthread_mutex_unlock(&_psLogin->psServer->ptmMutex); -+ return 0; - } - - -@@ -1497,6 +1498,7 @@ int addMissedCredSet(sLogin *_psLogin, s - _psLogin->psServer->iCredentialsMissed++; - - pthread_mutex_unlock(&_psLogin->psServer->ptmMutex); -+ return 0; - } - - -@@ -1567,7 +1569,7 @@ void *startLoginThreadPool(void *arg) - if (errcode != 0) - { - writeError(ERR_CRITICAL, "Failed to resolve hostname: %s - %s", _psServer->psHost->pHost, gai_strerror(errcode)); -- return; -+ return NULL; - } - - if (res->ai_next != NULL) -@@ -1609,7 +1611,7 @@ void *startLoginThreadPool(void *arg) - if ( thr_pool_queue(login_pool, startModule, (void *) &modParams[iLoginId]) < 0 ) - { - writeError(ERR_CRITICAL, "Failed to add module launch task to login thread pool for server queue: %d.", _psServer->iId); -- return; -+ return NULL; - } - } - -@@ -1645,7 +1647,7 @@ void *startLoginThreadPool(void *arg) - if ( thr_pool_queue(login_pool, startModule, (void *) &modParams[iLoginId]) < 0 ) - { - writeError(ERR_CRITICAL, "Failed to add module launch task to login thread pool for server queue: %d.", _psServer->iId); -- return; -+ return NULL; - } - - /* wait for login thread pool to finish */ -@@ -1675,7 +1677,7 @@ void *startLoginThreadPool(void *arg) - - free(_psServer->pHostIP); - -- return; -+ return NULL; - } - - Property changes on: head/security/medusa/files/patch-src_medusa.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/medusa/Makefile =================================================================== --- head/security/medusa/Makefile (revision 417957) +++ head/security/medusa/Makefile (revision 417958) @@ -1,44 +1,44 @@ # Created by: David Thiel # $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+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libssh2.so:security/libssh2 + +USES= ssl BROKEN_ia64= Does not build on ia64 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-module-ncp=no --enable-module-afp=no OPTIONS_DEFINE= SVN PGSQL DOCS OPTIONS_SUB= yes SVN_LIB_DEPENDS= libsvn_client-1.so:devel/subversion SVN_CFLAGS= -I${LOCALBASE}/include/subversion-1 -I${LOCALBASE}/include/apr-1 SVN_CONFIGURE_OFF= --enable-module-svn=no PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --enable-module-postgres PGSQL_CONFIGURE_OFF= --enable-module-postgres=no post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/misc/zsh/_medusa \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_medusa post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} .include Index: head/security/medusa/distinfo =================================================================== --- head/security/medusa/distinfo (revision 417957) +++ head/security/medusa/distinfo (revision 417958) @@ -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 Index: head/security/medusa/pkg-plist =================================================================== --- head/security/medusa/pkg-plist (revision 417957) +++ head/security/medusa/pkg-plist (revision 417958) @@ -1,55 +1,56 @@ bin/medusa lib/medusa/modules/cvs.mod lib/medusa/modules/ftp.mod lib/medusa/modules/http.mod lib/medusa/modules/imap.mod lib/medusa/modules/mssql.mod lib/medusa/modules/mysql.mod lib/medusa/modules/nntp.mod lib/medusa/modules/pcanywhere.mod %%PGSQL%%lib/medusa/modules/postgres.mod lib/medusa/modules/pop3.mod lib/medusa/modules/rexec.mod lib/medusa/modules/rlogin.mod lib/medusa/modules/rsh.mod lib/medusa/modules/smbnt.mod lib/medusa/modules/smtp-vrfy.mod lib/medusa/modules/smtp.mod lib/medusa/modules/snmp.mod lib/medusa/modules/ssh.mod %%SVN%%lib/medusa/modules/svn.mod lib/medusa/modules/telnet.mod lib/medusa/modules/vmauthd.mod lib/medusa/modules/vnc.mod lib/medusa/modules/web-form.mod lib/medusa/modules/wrapper.mod man/man1/medusa.1.gz %%PORTDOCS%%%%DOCSDIR%%/medusa-afp.html %%PORTDOCS%%%%DOCSDIR%%/medusa-compare.html %%PORTDOCS%%%%DOCSDIR%%/medusa-cvs.html %%PORTDOCS%%%%DOCSDIR%%/medusa-ftp.html %%PORTDOCS%%%%DOCSDIR%%/medusa-http.html %%PORTDOCS%%%%DOCSDIR%%/medusa-imap.html %%PORTDOCS%%%%DOCSDIR%%/medusa-mssql.html %%PORTDOCS%%%%DOCSDIR%%/medusa-mysql.html %%PORTDOCS%%%%DOCSDIR%%/medusa-ncp.html %%PORTDOCS%%%%DOCSDIR%%/medusa-nntp.html %%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 %%PORTDOCS%%%%DOCSDIR%%/medusa-smbnt.html %%PORTDOCS%%%%DOCSDIR%%/medusa-smtp-vrfy.html %%PORTDOCS%%%%DOCSDIR%%/medusa-smtp.html %%PORTDOCS%%%%DOCSDIR%%/medusa-snmp.html %%PORTDOCS%%%%DOCSDIR%%/medusa-ssh.html %%PORTDOCS%%%%DOCSDIR%%/medusa-svn.html %%PORTDOCS%%%%DOCSDIR%%/medusa-telnet.html %%PORTDOCS%%%%DOCSDIR%%/medusa-vmauthd.html %%PORTDOCS%%%%DOCSDIR%%/medusa-vnc.html %%PORTDOCS%%%%DOCSDIR%%/medusa-web-form.html %%PORTDOCS%%%%DOCSDIR%%/medusa-wrapper.html %%PORTDOCS%%%%DOCSDIR%%/medusa.html share/zsh/site-functions/_medusa