X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=john.spec;h=1803f52e5275d5234a92ca9b5a5b1b575d5ab731;hb=5ffc47b3fd9f6573a9e352225d62bcb5b09a8abc;hp=316c93e92355d2a7721b807bd918588646fc7d7d;hpb=e3bbd763c5e6bdf0eac7a887b509afefc6775bc8;p=packages%2Fjohn.git diff --git a/john.spec b/john.spec index 316c93e..1803f52 100644 --- a/john.spec +++ b/john.spec @@ -1,96 +1,190 @@ # # Conditional build: -%bcond_with mmx # MMX optimization -# Optimization must be chosen at compile time :( -# Maybe some patch...? But not yet. +%bcond_with jumbopatch # This patch integrates lots of contributed + # patches adding support for over 30 + # of additional hash types, and more. +%bcond_with avx # use x86 AVX instructions +%bcond_with xop # use x86 XOP instructions +%bcond_with altivec # use PPC Altivec instructions # -%ifarch athlon -%define with_mmx 1 +%ifarch i586 i686 athlon pentium2 pentium3 pentium4 +%define do_mmx 1 +%else +%define do_mmx 0 +%endif +%ifarch i686 athlon pentium4 +%define do_sse2 1 +%else +%define do_sse2 0 +%endif +%ifarch i586 i686 +%define do_mmxfb 1 +%define optmmxfb -DCPU_FALLBACK=1 +%else +%define do_mmxfb 0 +%undefine optmmxfb +%endif +%ifarch i686 athlon +%define do_ssefb 1 +%define optssefb -DCPU_FALLBACK=1 +%else +%define do_ssefb 0 +%define optssefb %endif Summary: Password cracker -Summary(pl): £amacz hase³ +Summary(pl.UTF-8): Łamacz haseł Name: john -Version: 1.6.37 -Release: 2 -License: GPL +Version: 1.7.9 +Release: 1 +License: GPL v2 Group: Applications/System -Source0: http://www.openwall.com/john/a/%{name}-%{version}.tar.gz -# Source0-md5: 9403233b640927295c05b0564ff1f678 -# needed for docs and charset files -Source1: http://www.openwall.com/john/%{name}-1.6.tar.gz -# Source1-md5: aae782f160041b2bdc624b0a84054e32 -Patch0: %{name}-1.6.PLD.diff -Patch1: %{name}-1.6.ini.diff -Patch2: %{name}-1.6.makefile.diff +Source0: http://www.openwall.com/john/g/%{name}-%{version}.tar.bz2 +# Source0-md5: 45f54fc59386ecd67daaef9f19781d93 +Patch0: %{name}-mailer.patch +Patch1: optflags.patch +Patch2: http://www.openwall.com/john/g/%{name}-1.7.9-jumbo-5.diff.gz +# Patch2-md5: 68cacb612f20c71eed6c24cbaf28148a +Patch3: %{name}-jumbo-optflags.patch +URL: http://www.openwall.com/john/ +%{?with_jumbopatch:BuildRequires: openssl-devel >= 0.9.7} +BuildRequires: rpmbuild(macros) >= 1.213 +Requires: words +%ifarch %{ix86} %{x8664} +%if %{with xop} +Requires: cpuinfo(xop) +%endif +%if %{with xop} || %{with avx} +Requires: cpuinfo(avx) +%endif +%if %{do_sse2} && !%{do_ssefb} +Requires: cpuinfo(sse2) +%endif +%endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -John the Ripper is a password cracker, currently available for UNIX, -DOS, WinNT/Win95. Its primary purpose is to detect weak UNIX -passwords. It has been tested with Linux x86/Alpha/SPARC, FreeBSD x86, -OpenBSD x86, Solaris 2.x SPARC and x86, Digital UNIX, AIX, HP-UX, and -IRIX. +John the Ripper is a fast password cracker, currently available for +many flavors of Unix (11 are officially supported, not counting +different architectures), DOS, Win32, BeOS, and OpenVMS (the latter +requires a contributed patch). Its primary purpose is to detect weak +Unix passwords. Besides several crypt(3) password hash types most +commonly found on various Unix flavors, supported out of the box are +Kerberos/AFS and Windows NT/2000/XP LM hashes, plus several more with +contributed patches. -%description -l pl -John The Ripper jest "³amaczem" hase³ dostêpnym dla systemów UNIX, -DOS, WinNT/Win95. G³ównym jego zadaniem jest wykrywanie "s³abych" -hase³. By³ testowany z Linux x86/Alpha/SPARC, FreeBSD x86, OpenBSD x86, -Solaris 2.x SPARC i x86, Digital UNIX, AIX, HP-UX oraz IRIX. +%description -l pl.UTF-8 +John The Ripper jest szybkim "łamaczem" haseł dostępnym dla wielu +rodzajów uniksów (oficjalnie obsługiwanych jest 11, nie licząc różnych +architektur), DOS-a, Win32, BeOS-a i OpenVMS-a (ten ostatni wymaga +łaty). Głównym zastosowaniem jest wykrywanie słabych haseł uniksowych. +Oprócz różnych rodzajów skrótów haseł crypt(3) najczęściej używanych +na różnych uniksach, obsługiwane są także skróty Kerberos/AFS oraz +Windows NT/2000/XP LM, a także kilka innych przy użyciu łat. %prep -%setup -q -a1 -# -n %{name}-1.6 +%setup -q %patch0 -p1 -#%patch1 -p1 -#%patch2 -p1 +%{!?with_jumbopatch:%patch1 -p1} +%{?with_jumbopatch:%patch2 -p1} +%{?with_jumbopatch:%patch3 -p1} + +%{__rm} doc/INSTALL %build cd src -COPT="%{rpmcflags}" -# bleh... MMX code must be chosen at compile time :( -# cannot use MMX for generic i586 nor i686 (Pentium/Pentium Pro have no MMX) -# K6 optimization exists only in Makefile -%ifarch %{ix86} - %if %{with mmx} - TARG=linux-x86-mmx-elf - %else - TARG=linux-x86-any-elf - %endif -%else - %ifarch alpha - TARG=linux-alpha +cat > defs.h <<'EOF' +#define JOHN_SYSTEMWIDE 1 +#define JOHN_SYSTEMWIDE_EXEC "%{_libdir}/john" +EOF + +%if %{do_mmxfb} +%{__make} linux-x86-any \ + CC="%{__cc}" \ + OPTFLAGS="%{rpmcflags} -include defs.h" +mv ../run/john ../run/john-non-mmx +%{__make} clean +%endif + +%if %{do_ssefb} +%{__make} linux-x86-mmx \ + CC="%{__cc}" \ + OPTFLAGS="%{rpmcflags} -include defs.h %{?optmmxfb}" +mv ../run/john ../run/john-non-sse +%endif + +TARG=generic +%ifarch %{x8664} + TARG=linux-x86-64%{?with_xop:-xop}%{!?with_xop:%{?with_avx:-avx}} +%endif +%ifarch %{ix86} + %if %{with xop} || %{with avx} + TARG=linux-x86%{?with_xop:-xop}%{!?with_xop:%{?with_avx:-avx}} %else - %ifarch sparc sparc64 - TARG=linux-sparc + %if %{do_sse2} + TARG=linux-x86-sse2 %else - TARG=generic + %if %{do_mmx} + TARG=linux-x86-mmx + %else + TARG=linux-x86-any + %endif %endif %endif %endif +%ifarch ppc + TARG=linux-ppc32%{?with_altivec:-altivec} +%endif +%ifarch ppc64 + TARG=linux-ppc64%{?with_altivec:-altivec} +%endif +%ifarch alpha + TARG=linux-alpha +%endif +%ifarch ia64 + TARG=linux-ia64 +%endif +%ifarch sparc sparcv9 + TARG=linux-sparc +%endif %{__make} $TARG \ - OPT="$COPT" \ - CC="%{__cc}" + CC="%{__cc}" \ + OPTFLAGS='%{rpmcflags} -include defs.h %{?optmmxfb}' %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/john} -install run/john.conf john-1.6/run/*.chr $RPM_BUILD_ROOT%{_libdir}/john -install run/john $RPM_BUILD_ROOT%{_bindir} - -rm -f doc/INSTALL +install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/john} +cp -a run/{*.conf,*.chr,*.lst} $RPM_BUILD_ROOT%{_datadir}/john +install -p run/john $RPM_BUILD_ROOT%{_bindir} +%if %{do_mmxfb} +install -D -p run/john-non-mmx $RPM_BUILD_ROOT%{_libdir}/john/john-non-mmx +%endif +%if %{do_ssefb} +install -D -p run/john-non-sse $RPM_BUILD_ROOT%{_libdir}/john/john-non-sse +%endif -cd $RPM_BUILD_ROOT%{_bindir} -ln -sf john unafs -ln -sf john unique -ln -sf john unshadow +ln -sf john $RPM_BUILD_ROOT%{_bindir}/unafs +ln -sf john $RPM_BUILD_ROOT%{_bindir}/unique +ln -sf john $RPM_BUILD_ROOT%{_bindir}/unshadow %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc doc/* john-1.6/doc/{CONFIG,EXAMPLES,EXTERNAL,FAQ,MODES,NEWS,OPTIONS,RULES} run/mailer -%attr(755,root,root) %{_bindir}/* -%{_libdir}/john +%doc doc/* run/mailer +%attr(755,root,root) %{_bindir}/john +%attr(755,root,root) %{_bindir}/unafs +%attr(755,root,root) %{_bindir}/unique +%attr(755,root,root) %{_bindir}/unshadow +%if %{do_mmxfb} || %{do_ssefb} +%dir %{_libdir}/john +%if %{do_mmxfb} +%attr(755,root,root) %{_libdir}/john/john-non-mmx +%endif +%if %{do_ssefb} +%attr(755,root,root) %{_libdir}/john/john-non-sse +%endif +%endif +%{_datadir}/john