security/fcrackzip: Take MAINTAINERSHIP
- Fix pkg-descr - Add LICENSE (GPLv2) - Fix patch files to reflect 'make makepatch' Approved by: stefan (maintainer)
This commit is contained in:
parent
edba2db034
commit
96849c29ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388850
4 changed files with 10 additions and 8 deletions
|
@ -8,9 +8,11 @@ CATEGORIES= security archivers
|
|||
MASTER_SITES= http://oldhome.schmorp.de/data/marc/ \
|
||||
http://distfiles.macports.org/${PORTNAME}/
|
||||
|
||||
MAINTAINER= stefan@FreeBSD.org
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Portable, fast, and featureful ZIP password cracker
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= build
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- crack.h.orig Tue Mar 20 21:56:11 2007
|
||||
+++ crack.h Tue Mar 20 21:56:20 2007
|
||||
@@ -24,7 +24,6 @@
|
||||
--- crack.h.orig 2000-06-18 23:19:07 UTC
|
||||
+++ crack.h
|
||||
@@ -24,7 +24,6 @@ extern u8 bf_next[256];
|
||||
extern u8 bf_last;
|
||||
|
||||
extern int verbosity;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- main.c.orig 2005-09-10 21:58:44.000000000 +0200
|
||||
+++ main.c 2011-05-17 21:59:32.000000000 +0200
|
||||
@@ -44,13 +44,112 @@
|
||||
--- main.c.orig 2005-09-10 19:58:44 UTC
|
||||
+++ main.c
|
||||
@@ -44,13 +44,112 @@ static int modul = 1;
|
||||
|
||||
static FILE *dict_file;
|
||||
|
||||
|
|
|
@ -3,4 +3,4 @@ portable C (and optional x86 assembly). It allows the user to recover
|
|||
forgotten ZIP archive passwords, using either a brute force or
|
||||
dictionary attack on the provided files.
|
||||
|
||||
WWW: http://home.schmorp.de/marc/fcrackzip.html
|
||||
WWW: http://home.schmorp.de/marc/fcrackzip.html
|
||||
|
|
Loading…
Reference in a new issue