From 504780065c9d17bf633099f741680ed78e450cd0 Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 26 Jan 2010 22:38:20 +0100 Subject: john, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/john/.footprint | 32 ++++++++++++++++++++++++++++++++ base/john/.md5sum | 2 ++ base/john/Pkgfile | 28 ++++++++++++++++++++++++++++ base/john/john | 3 +++ extra/john/.footprint | 32 -------------------------------- extra/john/.md5sum | 2 -- extra/john/Pkgfile | 28 ---------------------------- extra/john/john | 3 --- 8 files changed, 65 insertions(+), 65 deletions(-) create mode 100755 base/john/.footprint create mode 100755 base/john/.md5sum create mode 100755 base/john/Pkgfile create mode 100755 base/john/john delete mode 100755 extra/john/.footprint delete mode 100755 extra/john/.md5sum delete mode 100755 extra/john/Pkgfile delete mode 100755 extra/john/john diff --git a/base/john/.footprint b/base/john/.footprint new file mode 100755 index 000000000..8fb03e1ea --- /dev/null +++ b/base/john/.footprint @@ -0,0 +1,32 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/john +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/john/ +-rw------- root/root usr/share/doc/john/CHANGES +-rw------- root/root usr/share/doc/john/CONFIG +-rw------- root/root usr/share/doc/john/CONTACT +-rw------- root/root usr/share/doc/john/CREDITS +-rw------- root/root usr/share/doc/john/EXAMPLES +-rw------- root/root usr/share/doc/john/EXTERNAL +-rw------- root/root usr/share/doc/john/FAQ +-rw------- root/root usr/share/doc/john/INSTALL +-rw------- root/root usr/share/doc/john/LICENSE +-rw------- root/root usr/share/doc/john/MODES +-rw------- root/root usr/share/doc/john/OPTIONS +-rw------- root/root usr/share/doc/john/README +-rw------- root/root usr/share/doc/john/RULES +drwxr-xr-x root/root usr/share/john/ +-rw------- root/root usr/share/john/all.chr +-rw------- root/root usr/share/john/alnum.chr +-rw------- root/root usr/share/john/alpha.chr +-rw------- root/root usr/share/john/digits.chr +-rwxr-xr-x root/root usr/share/john/john +-rw-r--r-- root/root usr/share/john/john.conf +-rw------- root/root usr/share/john/lanman.chr +-rwxr-xr-x root/root usr/share/john/mailer +-rw------- root/root usr/share/john/password.lst +lrwxrwxrwx root/root usr/share/john/unafs -> john +lrwxrwxrwx root/root usr/share/john/unique -> john +lrwxrwxrwx root/root usr/share/john/unshadow -> john diff --git a/base/john/.md5sum b/base/john/.md5sum new file mode 100755 index 000000000..4b8d811fd --- /dev/null +++ b/base/john/.md5sum @@ -0,0 +1,2 @@ +66cff429c263f534e9ebe06a4eeaa845 john +b8055b53076691add77a717721e8b170 john-1.7.3.4.tar.gz diff --git a/base/john/Pkgfile b/base/john/Pkgfile new file mode 100755 index 000000000..e724754df --- /dev/null +++ b/base/john/Pkgfile @@ -0,0 +1,28 @@ +# Description: utilitaire systeme pour retrouver les mots de passe +# URL: http://www.openwall.com/john/ +# Maintainer: NuTyX core team +# Packager: fred.galusik at gmail dot com +# Depends on: + +name=john +version=1.7.3.4 +release=3 +source=(http://www.openwall.com/john/g/$name-$version.tar.gz john) + +build() { +cd $name-$version/src + make clean linux-x86-any + mkdir -p $PKG/usr/share/$name + cp -a ../run/* $PKG/usr/share/$name + + mkdir -p $PKG/usr/bin + install -m 755 ../../john $PKG/usr/bin/ + + mkdir -p $PKG/usr/share/doc/$name + cp -a ../doc/* $PKG/usr/share/doc/$name + + chmod 755 $PKG/usr/share/john/mailer + chmod 644 $PKG/usr/share/john/john.conf + chown -R root:root $PKG +} + diff --git a/base/john/john b/base/john/john new file mode 100755 index 000000000..272d4ac53 --- /dev/null +++ b/base/john/john @@ -0,0 +1,3 @@ +#!/bin/bash +# John The Ripper launcher +/usr/share/john/john $@ diff --git a/extra/john/.footprint b/extra/john/.footprint deleted file mode 100755 index 8fb03e1ea..000000000 --- a/extra/john/.footprint +++ /dev/null @@ -1,32 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/john -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/doc/ -drwxr-xr-x root/root usr/share/doc/john/ --rw------- root/root usr/share/doc/john/CHANGES --rw------- root/root usr/share/doc/john/CONFIG --rw------- root/root usr/share/doc/john/CONTACT --rw------- root/root usr/share/doc/john/CREDITS --rw------- root/root usr/share/doc/john/EXAMPLES --rw------- root/root usr/share/doc/john/EXTERNAL --rw------- root/root usr/share/doc/john/FAQ --rw------- root/root usr/share/doc/john/INSTALL --rw------- root/root usr/share/doc/john/LICENSE --rw------- root/root usr/share/doc/john/MODES --rw------- root/root usr/share/doc/john/OPTIONS --rw------- root/root usr/share/doc/john/README --rw------- root/root usr/share/doc/john/RULES -drwxr-xr-x root/root usr/share/john/ --rw------- root/root usr/share/john/all.chr --rw------- root/root usr/share/john/alnum.chr --rw------- root/root usr/share/john/alpha.chr --rw------- root/root usr/share/john/digits.chr --rwxr-xr-x root/root usr/share/john/john --rw-r--r-- root/root usr/share/john/john.conf --rw------- root/root usr/share/john/lanman.chr --rwxr-xr-x root/root usr/share/john/mailer --rw------- root/root usr/share/john/password.lst -lrwxrwxrwx root/root usr/share/john/unafs -> john -lrwxrwxrwx root/root usr/share/john/unique -> john -lrwxrwxrwx root/root usr/share/john/unshadow -> john diff --git a/extra/john/.md5sum b/extra/john/.md5sum deleted file mode 100755 index 4b8d811fd..000000000 --- a/extra/john/.md5sum +++ /dev/null @@ -1,2 +0,0 @@ -66cff429c263f534e9ebe06a4eeaa845 john -b8055b53076691add77a717721e8b170 john-1.7.3.4.tar.gz diff --git a/extra/john/Pkgfile b/extra/john/Pkgfile deleted file mode 100755 index e724754df..000000000 --- a/extra/john/Pkgfile +++ /dev/null @@ -1,28 +0,0 @@ -# Description: utilitaire systeme pour retrouver les mots de passe -# URL: http://www.openwall.com/john/ -# Maintainer: NuTyX core team -# Packager: fred.galusik at gmail dot com -# Depends on: - -name=john -version=1.7.3.4 -release=3 -source=(http://www.openwall.com/john/g/$name-$version.tar.gz john) - -build() { -cd $name-$version/src - make clean linux-x86-any - mkdir -p $PKG/usr/share/$name - cp -a ../run/* $PKG/usr/share/$name - - mkdir -p $PKG/usr/bin - install -m 755 ../../john $PKG/usr/bin/ - - mkdir -p $PKG/usr/share/doc/$name - cp -a ../doc/* $PKG/usr/share/doc/$name - - chmod 755 $PKG/usr/share/john/mailer - chmod 644 $PKG/usr/share/john/john.conf - chown -R root:root $PKG -} - diff --git a/extra/john/john b/extra/john/john deleted file mode 100755 index 272d4ac53..000000000 --- a/extra/john/john +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -# John The Ripper launcher -/usr/share/john/john $@ -- cgit v1.2.3-70-g09d2