]> git.pld-linux.org Git - packages/john.git/commitdiff
- jumbo path added (bcond_with jumbopath)
authorKrzysztof Goliński <dirdival@pld-linux.org>
Thu, 12 Nov 2009 17:58:09 +0000 (17:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    john.spec -> 1.56

john.spec

index 355381d687c4d9ed6d7a5e8747dabdc705e3456f..bc580d9617606433b8cf218948f8c152d288ba53 100644 (file)
--- a/john.spec
+++ b/john.spec
@@ -1,4 +1,9 @@
 #
+# Conditional build:
+%bcond_with jumbopath  # This patch integrates lots of contributed
+                       # patches adding support for over 30 
+                       # of additional hash types, and more. 
+
 %ifarch i586 i686 athlon pentium2 pentium3 pentium4
 %define do_mmx 1
 %else
@@ -15,14 +20,16 @@ Summary:    Password cracker
 Summary(pl.UTF-8):     Łamacz haseł
 Name:          john
 Version:       1.7.3.4
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
 Source0:       http://www.openwall.com/john/g/%{name}-%{version}.tar.bz2
 # Source0-md5: 2f2310c49961c3edea6f92b8dcd45ff4
 Patch0:                %{name}-mailer.patch
+%{?with_jumbopath:Patch1:              http://www.openwall.com/john/contrib/john-%{version}-jumbo-2.diff.gz}
 URL:           http://www.openwall.com/john/
 BuildRequires: rpmbuild(macros) >= 1.213
+%{?with_jumbopath:BuildRequires:        openssl-devel >= 0.9.7}
 Requires:      words
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -48,6 +55,7 @@ Windows NT/2000/XP LM, a także kilka innych przy użyciu łat.
 %prep
 %setup -q
 %patch0 -p1
+%{?with_jumbopath:%patch1 -p1}
 
 %build
 cd src
This page took 0.034647 seconds and 4 git commands to generate.