12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>johntheripper</Name>
- <Homepage>http://www.openwall.com/john/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>Fast password cracker</Summary>
- <Description>John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), Windows, DOS, BeOS, and OpenVMS. 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/2003 LM hashes, plus several more with contributed patches.</Description>
- <Archive sha1sum="803673562262bd40b7a8b73d01cc2f37d099f70d" type="targz">http://www.openwall.com/john/j/john-1.8.0.tar.gz</Archive>
- <Patches>
- <!--<Patch level="1" compressionType="gz">john-1.7.6-jumbo-7.diff.gz</Patch>-->
- <Patch level="1">johntheripper-1.7.3.1-mkdir-sandbox.patch</Patch>
- <Patch level="1">johntheripper-1.7.3.1-params.h.patch</Patch>
- <!--
- <Patch>johntheripper-1.7.3.1-cflags.patch</Patch>
- -->
- <!-- sed -e "s/LDFLAGS *= */override LDFLAGS += /" -e "/LDFLAGS/s/-s//" -e "/LDFLAGS/s/-L[^ ]*//g" -e "/CFLAGS/s/-[IL][^ ]*//g" -i src/Makefile -->
- <!--<Patch level="1">ldflags.patch</Patch>-->
- </Patches>
- </Source>
- <Package>
- <Name>johntheripper</Name>
- <Files>
- <Path fileType="config">/etc/john</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2016-04-04</Date>
- <Version>1.8.0</Version>
- <Comment>Rebuilt with docker</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2014-01-27</Date>
- <Version>1.8.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2012-11-03</Date>
- <Version>1.7.9</Version>
- <Comment>First release</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|