svn commit: r388850 - in head/security/fcrackzip: . files

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Jun 8 18:20:26 UTC 2015


Author: bofh
Date: Mon Jun  8 18:20:24 2015
New Revision: 388850
URL: https://svnweb.freebsd.org/changeset/ports/388850

Log:
  security/fcrackzip: Take MAINTAINERSHIP
  
  - Fix pkg-descr
  - Add LICENSE (GPLv2)
  - Fix patch files to reflect 'make makepatch'
  
  Approved by:	stefan (maintainer)

Modified:
  head/security/fcrackzip/Makefile
  head/security/fcrackzip/files/patch-crack.h
  head/security/fcrackzip/files/patch-main.c
  head/security/fcrackzip/pkg-descr

Modified: head/security/fcrackzip/Makefile
==============================================================================
--- head/security/fcrackzip/Makefile	Mon Jun  8 18:06:06 2015	(r388849)
+++ head/security/fcrackzip/Makefile	Mon Jun  8 18:20:24 2015	(r388850)
@@ -8,9 +8,11 @@ CATEGORIES=	security archivers
 MASTER_SITES=	http://oldhome.schmorp.de/data/marc/ \
 		http://distfiles.macports.org/${PORTNAME}/
 
-MAINTAINER=	stefan at FreeBSD.org
+MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Portable, fast, and featureful ZIP password cracker
 
+LICENSE=	GPLv2
+
 GNU_CONFIGURE=	yes
 USES=		perl5
 USE_PERL5=	build

Modified: head/security/fcrackzip/files/patch-crack.h
==============================================================================
--- head/security/fcrackzip/files/patch-crack.h	Mon Jun  8 18:06:06 2015	(r388849)
+++ head/security/fcrackzip/files/patch-crack.h	Mon Jun  8 18:20:24 2015	(r388850)
@@ -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;

Modified: head/security/fcrackzip/files/patch-main.c
==============================================================================
--- head/security/fcrackzip/files/patch-main.c	Mon Jun  8 18:06:06 2015	(r388849)
+++ head/security/fcrackzip/files/patch-main.c	Mon Jun  8 18:20:24 2015	(r388850)
@@ -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;
  

Modified: head/security/fcrackzip/pkg-descr
==============================================================================
--- head/security/fcrackzip/pkg-descr	Mon Jun  8 18:06:06 2015	(r388849)
+++ head/security/fcrackzip/pkg-descr	Mon Jun  8 18:20:24 2015	(r388850)
@@ -3,4 +3,4 @@ portable C (and optional x86 assembly). 
 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


More information about the svn-ports-all mailing list