pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/fcrackzip Update to 1.0, provided by Bartosz...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c00484f86e5
branches:  trunk
changeset: 557301:7c00484f86e5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 13 08:37:00 2009 +0000

description:
Update to 1.0, provided by Bartosz Kuzma in PR 41193.
Add LICENSE.

Changes:
version 1.0  Mon Aug  4 08:24:40 CEST 2008
        - fix a segfault when the zip cannot be opened, patch by
          Peter Kortschack.
        - make use_unzip unstatic.
        - update to current autoconf/automake.

diffstat:

 archivers/fcrackzip/Makefile         |  10 ++++++----
 archivers/fcrackzip/distinfo         |   9 ++++-----
 archivers/fcrackzip/patches/patch-aa |  12 ------------
 3 files changed, 10 insertions(+), 21 deletions(-)

diffs (53 lines):

diff -r 23ae638a757c -r 7c00484f86e5 archivers/fcrackzip/Makefile
--- a/archivers/fcrackzip/Makefile      Mon Apr 13 07:49:15 2009 +0000
+++ b/archivers/fcrackzip/Makefile      Mon Apr 13 08:37:00 2009 +0000
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.4 2009/03/18 18:20:36 darcy Exp $
+# $NetBSD: Makefile,v 1.5 2009/04/13 08:37:00 wiz Exp $
 
-DISTNAME=      fcrackzip-0.3
-MASTER_SITES=  http://www.goof.com/pcg/marc/data/
+DISTNAME=      fcrackzip-1.0
+MASTER_SITES=  http://home.schmorp.de/marc/data/
 CATEGORIES=    archivers
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.goof.com/pcg/marc/fcrackzip.html
+HOMEPAGE=      http://home.schmorp.de/marc/fcrackzip.html
 COMMENT=       Zip password cracker
 
+LICENSE=       gnu-gpl-v2
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= yes
diff -r 23ae638a757c -r 7c00484f86e5 archivers/fcrackzip/distinfo
--- a/archivers/fcrackzip/distinfo      Mon Apr 13 07:49:15 2009 +0000
+++ b/archivers/fcrackzip/distinfo      Mon Apr 13 08:37:00 2009 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/25 07:47:47 kefren Exp $
+$NetBSD: distinfo,v 1.2 2009/04/13 08:37:00 wiz 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
+SHA1 (fcrackzip-1.0.tar.gz) = 92e4f8caa880c55b20e13feb7a25c8b8fd3accf8
+RMD160 (fcrackzip-1.0.tar.gz) = 8c784108816c990fcd09cfafc69a5d4a0ef1d33a
+Size (fcrackzip-1.0.tar.gz) = 114786 bytes
diff -r 23ae638a757c -r 7c00484f86e5 archivers/fcrackzip/patches/patch-aa
--- a/archivers/fcrackzip/patches/patch-aa      Mon Apr 13 07:49:15 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$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