Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84655 Details for
Bug 122435
New version: johntheripper-1.7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ver 1.7.0.2 with the jumbo patch
johntheripper-1.7.0.2.ebuild (text/plain), 3.14 KB, created by
Allan Que
on 2006-04-14 09:58:15 UTC
(
hide
)
Description:
Ver 1.7.0.2 with the jumbo patch
Filename:
MIME Type:
Creator:
Allan Que
Created:
2006-04-14 09:58:15 UTC
Size:
3.14 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils flag-o-matic toolchain-funcs > >MY_PBASE=${P/theripper/} >MY_PNBASE=${PN/theripper/} >S=${WORKDIR}/${MY_PBASE} >DESCRIPTION="fast password cracker" >HOMEPAGE="http://www.openwall.com/john/" >SRC_URI="http://www.openwall.com/john/f/${MY_PBASE}.tar.gz > http://www.openwall.com/john/contrib/${MY_PNBASE}-1.7-all-4.diff.gz" > ># banquise-to-bigpatch-17.patch.bz2" ># based off /var/tmp/portage/johntheripper-1.6.40 > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" >IUSE="mmx altivec" > >RDEPEND="virtual/libc > >=dev-libs/openssl-0.9.7" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${DISTDIR}/${MY_PNBASE}-1.7-all-4.diff.gz > sed -i -e "s|^CFLAGS.*|CFLAGS= -c -Wall ${CFLAGS}|" \ > -e 's|^LDFLAGS =\(.*\)|LDFLAGS =\1 -lm|' "${S}"/src/Makefile > sed -i -e 's+$JOHN/john\.\(conf\|ini\)+/etc/john/john\.\1+' \ > "${S}"/src/params.h >} > > >src_compile() { > cd src > # Note this program uses AS and LD incorrectly > OPTIONS="CPP=$(tc-getCXX) CC=$(tc-getCC) AS=$(tc-getCC) LD=$(tc-getCC) \ > OPT_NORMAL= OPT_INLINE= JOHN_SYSTEMWIDE=1 > CFG_FULL_NAME=/etc/john/john.conf > CFG_ALT_NAME=/etc/john/john.ini" > > if use x86 ; then > if use mmx ; then > emake ${OPTIONS} linux-x86-mmx || die "Make failed" > else > emake ${OPTIONS} linux-x86-any || die "Make failed" > fi > elif use alpha ; then > emake ${OPTIONS} linux-alpha || die "Make failed" > elif use sparc; then > emake ${OPTIONS} linux-sparc || die "Make failed" > elif use amd64; then > if use mmx; then > emake ${OPTIONS} linux-x86-64-mmx || die "Make failed" > else > emake ${OPTIONS} linux-x86-64 || die "Make failed" > fi > elif use ppc-macos; then > if use altivec; then > emake ${OPTIONS} macosx-ppc32-altivec || die "Make failed" > else > emake ${OPTIONS} macosx-ppc32 || die "Make failed" > fi > # for Tiger this can be macosx-ppc64 > elif use ppc64; then > if use altivec; then > emake ${OPTIONS} linux-ppc32-altivec || die "Make failed" > else > emake ${OPTIONS} linux-ppc64 || die "Make failed" > fi > # linux-ppc64-altivec is slightly slower than linux-ppc32-altivec for most hash types. > # as per the Makefile comments > elif use ppc; then > if use altivec; then > emake ${OPTIONS} linux-ppc32-altivec: || die "Make failed" > else > emake ${OPTIONS} linux-ppc32 || die "Make failed" > fi > else > emake ${OPTIONS} generic || die "Make failed" > fi > > # currently broken > #emake bench || die "make failed" >} > > >src_test() { > cd run > if [[ -f /etc/john/john.conf || -f /etc/john/john.ini ]] > then > ./john --test || die 'self test failed' > else > ewarn "selftest requires /etc/john/john.conf or /etc/john/john.ini" > fi >} > >src_install() { > # config files > insinto /etc/john > doins run/john.conf > sed -i -e 's:$JOHN:/usr/share/john:g' "${D}/etc/john/john.conf" > > # executables > dosbin run/john > newsbin run/mailer john-mailer > > dosym john /usr/sbin/unafs > dosym john /usr/sbin/unique > dosym john /usr/sbin/unshadow > > # for EGG only > dosym john /usr/sbin/undrop > > #newsbin src/bench john-bench > > # share > insinto /usr/share/john/ > doins run/*.chr run/password.lst > > # documentation > dodoc doc/* >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 122435
:
79941
|
82399
|
82400
|
82401
| 84655