pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/fcrackzip initial import of fcrackzip, a bru...
details: https://anonhg.NetBSD.org/pkgsrc/rev/82483a82e307
branches: trunk
changeset: 541723:82483a82e307
user: kefren <kefren%pkgsrc.org@localhost>
date: Fri Apr 25 07:47:47 2008 +0000
description:
initial import of fcrackzip, a brute-force zip archive password cracker
diffstat:
archivers/fcrackzip/DESCR | 3 +++
archivers/fcrackzip/Makefile | 13 +++++++++++++
archivers/fcrackzip/PLIST | 4 ++++
archivers/fcrackzip/distinfo | 6 ++++++
archivers/fcrackzip/patches/patch-aa | 12 ++++++++++++
5 files changed, 38 insertions(+), 0 deletions(-)
diffs (58 lines):
diff -r c2b3fd5ef24b -r 82483a82e307 archivers/fcrackzip/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/fcrackzip/DESCR Fri Apr 25 07:47:47 2008 +0000
@@ -0,0 +1,3 @@
+fcrackzip searches each zipfile given for encrypted files and tries to
+guess the password. All files must be encrypted with the same password,
+the more files you provide, the better.
diff -r c2b3fd5ef24b -r 82483a82e307 archivers/fcrackzip/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/fcrackzip/Makefile Fri Apr 25 07:47:47 2008 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/25 07:47:47 kefren Exp $
+
+DISTNAME= fcrackzip-0.3
+MASTER_SITES= http://www.goof.com/pcg/marc/data/
+CATEGORIES= archivers
+
+COMMENT= Zip password cracker
+MAINTAINER= pkgsrc-users%pkgsrc.org@localhost
+HOMEPAGE= http://www.goof.com/pcg/marc/fcrackzip.html
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r c2b3fd5ef24b -r 82483a82e307 archivers/fcrackzip/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/fcrackzip/PLIST Fri Apr 25 07:47:47 2008 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/25 07:47:47 kefren Exp $
+bin/fcrackzip
+bin/zipinfo
+man/man1/fcrackzip.1
diff -r c2b3fd5ef24b -r 82483a82e307 archivers/fcrackzip/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/fcrackzip/distinfo Fri Apr 25 07:47:47 2008 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/25 07:47:47 kefren Exp $
+
+SHA1 (fcrackzip-0.3.tar.gz) = b5f545af57f3537a21132616fa8cbec0ef256a30
+RMD160 (fcrackzip-0.3.tar.gz) = 3bfab22c3cf98c7fe63c1be1b4df4e8e713886a4
+Size (fcrackzip-0.3.tar.gz) = 103038 bytes
+SHA1 (patch-aa) = 9983c71207326d44c2de0dfc3785d1ba42ccba11
diff -r c2b3fd5ef24b -r 82483a82e307 archivers/fcrackzip/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/fcrackzip/patches/patch-aa Fri Apr 25 07:47:47 2008 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/04/25 07:47:47 kefren Exp $
+--- main.c.orig 2008-04-25 10:21:47.000000000 +0300
++++ main.c 2008-04-25 10:20:35.000000000 +0300
+@@ -33,7 +33,7 @@
+
+ #include "crack.h"
+
+-static int use_unzip;
++int use_unzip;
+ static method *crack_method = methods;
+ static int method_number = -1;
+ static int min_length = -1;
Home |
Main Index |
Thread Index |
Old Index