Date: Wed, 23 Jan 2019 13:58:02 +0000 (UTC) From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491037 - in head/net-mgmt/cowpatty: . files Message-ID: <201901231358.x0NDw2Xt089626@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigo Date: Wed Jan 23 13:58:02 2019 New Revision: 491037 URL: https://svnweb.freebsd.org/changeset/ports/491037 Log: Upgrade net-mgmt/cowpatty from 4.6 to 4.9 Switch from http repo to the author github for distfiles Change licensing from GPL to BSD 3-clause Update patches ChangeLog : * No functionality change * BSD 3-clause license and man pages Modified: head/net-mgmt/cowpatty/Makefile head/net-mgmt/cowpatty/distinfo head/net-mgmt/cowpatty/files/patch-Makefile Modified: head/net-mgmt/cowpatty/Makefile ============================================================================== --- head/net-mgmt/cowpatty/Makefile Wed Jan 23 13:34:58 2019 (r491036) +++ head/net-mgmt/cowpatty/Makefile Wed Jan 23 13:58:02 2019 (r491037) @@ -2,18 +2,19 @@ # $FreeBSD$ PORTNAME= cowpatty -PORTVERSION= 4.6 +PORTVERSION= 4.8 CATEGORIES= net-mgmt security -MASTER_SITES= http://www.willhackforsushi.com/code/cowpatty/${PORTVERSION}/ \ - http://mcx2.org/files/ -EXTRACT_SUFX= .tgz MAINTAINER= rodrigo@FreeBSD.org COMMENT= Brute-force dictionary attack against WPA-PSK -LICENSE= GPLv2 +LICENSE= BSD3CLAUSE USES= ssl + +USE_GITHUB= YES +GH_ACCOUNT= joswr1ght + PORTDOCS= FAQ README SUB_FILES= pkg-message MAKE_JOBS_UNSAFE= yes Modified: head/net-mgmt/cowpatty/distinfo ============================================================================== --- head/net-mgmt/cowpatty/distinfo Wed Jan 23 13:34:58 2019 (r491036) +++ head/net-mgmt/cowpatty/distinfo Wed Jan 23 13:58:02 2019 (r491037) @@ -1,2 +1,3 @@ -SHA256 (cowpatty-4.6.tgz) = cd3fc113e5052d3ee08ab71aa87edf772d044f760670c73fde5d5581d7803bc2 -SIZE (cowpatty-4.6.tgz) = 104979 +TIMESTAMP = 1548171440 +SHA256 (joswr1ght-cowpatty-4.8_GH0.tar.gz) = 8aae67f4823edb76dff036808137888d2479477ec1e52aa86d6cecd26d58aa23 +SIZE (joswr1ght-cowpatty-4.8_GH0.tar.gz) = 97449 Modified: head/net-mgmt/cowpatty/files/patch-Makefile ============================================================================== --- head/net-mgmt/cowpatty/files/patch-Makefile Wed Jan 23 13:34:58 2019 (r491036) +++ head/net-mgmt/cowpatty/files/patch-Makefile Wed Jan 23 13:58:02 2019 (r491037) @@ -1,6 +1,6 @@ ---- Makefile.orig 2009-06-06 02:07:08.000000000 +0800 -+++ Makefile 2014-06-20 16:53:32.501910734 +0800 -@@ -1,21 +1,11 @@ +--- Makefile.orig 2018-07-03 19:49:02 UTC ++++ Makefile +@@ -1,22 +1,12 @@ -################################## -# <jwright> Well, I may be doing stupid things with make -# <jwright> OK, it was Makefile stupid'ness @@ -19,11 +19,13 @@ PROGOBJ = md5.o sha1.o utils.o cowpatty.o genpmk.o PROG = cowpatty genpmk -BINDIR = /usr/local/bin -+PREFIX?= /usr/local +-CC = clang ++CC ?= clang ++PREFIX ?= /usr/local all: $(PROGOBJ) $(PROG) -@@ -44,5 +34,5 @@ strip: +@@ -45,5 +35,5 @@ strip: @ls -l $(PROG) install: all
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901231358.x0NDw2Xt089626>