]> git.pld-linux.org Git - packages/john.git/commitdiff
- up to 1.6.34 (much faster)
authorwolf <wolf@pld-linux.org>
Sat, 12 Jul 2003 10:25:03 +0000 (10:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- enable mmx on athlon by default

Changed files:
    john.spec -> 1.25

john.spec

index a2bb823ba6de2f5103337f21ecebdb8ca5651df2..09d8fcf2037613b8dcfe868af4f5e1dc4b092cc4 100644 (file)
--- a/john.spec
+++ b/john.spec
@@ -4,18 +4,22 @@
 # Optimization must be chosen at compile time :(
 # Maybe some patch...? But not yet.
 #
+%ifarch athlon
+%define _with_mmx 1
+%endif
 Summary:       Password cracker
 Summary(pl):   £amacz hase³
 Name:          john
-Version:       1.6
-Release:       6
+Version:       1.6.34
+Release:       1
 License:       GPL
 Group:         Applications/System
-Source0:       http://www.openwall.com/john/%{name}-%{version}.tar.gz
+Source0:       http://www.openwall.com/john/%{name}-1.6.tar.gz
 # Source0-md5: aae782f160041b2bdc624b0a84054e32
-Patch0:                %{name}-%{version}.PLD.diff
-Patch1:                %{name}-%{version}.ini.diff
-Patch2:                %{name}-%{version}.makefile.diff
+Patch0:                %{name}-%{version}.patch
+Patch1:                %{name}-1.6.PLD.diff
+Patch2:                %{name}-1.6.ini.diff
+Patch3:                %{name}-1.6.makefile.diff
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,10 +36,11 @@ hase
 Solaris 2.x SPARC i x86, Digital UNIX, AIX, HP-UX oraz IRIX.
 
 %prep
-%setup -q
+%setup -q -n %{name}-1.6
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
+#%patch2 -p1
+#%patch3 -p1
 
 %build
 cd src
@@ -67,8 +72,9 @@ COPT="%{rpmcflags}"
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/john}
-install run/{*.chr,john.ini} $RPM_BUILD_ROOT%{_libdir}/john
+install run/{*.chr,john.conf} $RPM_BUILD_ROOT%{_libdir}/john
 install run/john $RPM_BUILD_ROOT%{_bindir}
+
 rm -f doc/INSTALL
 
 cd $RPM_BUILD_ROOT%{_bindir}
This page took 0.037822 seconds and 4 git commands to generate.