From 1173ff2dba7d0fd3c45f170a5e353a76b7a5da2f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 25 Jul 2011 23:17:16 +0000 Subject: Mon Jul 25 23:17:16 UTC 2011 --- community/john/PKGBUILD | 19 +++++++++++++------ community/libvirt/PKGBUILD | 4 ++-- community/texmaker/PKGBUILD | 4 ++-- 3 files changed, 17 insertions(+), 10 deletions(-) (limited to 'community') diff --git a/community/john/PKGBUILD b/community/john/PKGBUILD index 9be4ef135..cd8f7c0b9 100644 --- a/community/john/PKGBUILD +++ b/community/john/PKGBUILD @@ -6,8 +6,8 @@ pkgname=john pkgver=1.7.8 -pkgrel=1 -_jumbover=2 +pkgrel=2 +_jumbover=4 pkgdesc="John The Ripper - A fast password cracker (jumbo-$_jumbover included)" arch=('i686' 'x86_64') url="http://www.openwall.com/$pkgname/" @@ -19,7 +19,7 @@ source=(http://www.openwall.com/$pkgname/g/$pkgname-$pkgver.tar.bz2 ftp://ftp.kfki.hu/pub/packages/security/ssh/ossh/libdes-4.04b.tar.gz params.h.patch) md5sums=('e6d7f261829610d6949c706ebac0517c' - '445bbcc9049a632c18359cb7a0fdfb27' + '978d9e6753c2e9b6bd3be283121a0d76' 'c8d5c69f86c2eedb485583b0305284a1' 'f69ed632eba8fb9e45847a4b4a323787') @@ -38,9 +38,12 @@ build() { else sed -i 's|CFLAGS = -c -Wall -O2|CFLAGS = -c -Wall -O2 -march=i686 -DJOHN_SYSTEMWIDE=1|' Makefile fi sed -i 's|LIBS = -ldes|LIBS = -ldes -Ldes|' Makefile - sed -i 's|#include |#include "des/des.h"|' KRB5_fmt.c +# sed -i 's|#include |#include "des/des.h"|' KRB5_fmt.c sed -i 's|#include |#include "des/des.h"|' KRB5_std.h + # enable OMP + sed -i 's|#OMPFLAGS = -fopenmp|OMPFLAGS = -fopenmp|' Makefile + # build john if [ "$CARCH" == "x86_64" ]; then make linux-x86-64 @@ -57,8 +60,6 @@ package() { install -d ${pkgdir}/usr/share/doc/john install -m644 ${srcdir}/john-$pkgver/doc/* ${pkgdir}/usr/share/doc/john/ install -d ${pkgdir}/usr/share/john/ - install -m644 ${srcdir}/john-$pkgver/run/*.chr ${pkgdir}/usr/share/john/ - install -m644 ${srcdir}/john-$pkgver/run/password.lst ${pkgdir}/usr/share/john/ install -Dm644 ${srcdir}/john-$pkgver/doc/LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE # install password list and charset files @@ -73,5 +74,11 @@ package() { ln -s john unique ln -s john unshadow ln -s john undrop + ln -s john pdf2john + ln -s john rar2john + ln -s john ssh2john + ln -s john zip2john } +# vim:set ts=2 sw=2 et: + diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index f9475577e..c1e690ed9 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 50988 2011-07-04 11:16:13Z spupykin $ +# $Id: PKGBUILD 52410 2011-07-24 18:09:00Z giovanni $ # Maintainer: Sergej Pupykin # Contributor: Jonathan Wiersma pkgname=libvirt pkgver=0.9.3 -pkgrel=1 +pkgrel=2 pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" arch=('i686' 'x86_64') url="http://libvirt.org/" diff --git a/community/texmaker/PKGBUILD b/community/texmaker/PKGBUILD index 39d6c2a99..362ddc191 100644 --- a/community/texmaker/PKGBUILD +++ b/community/texmaker/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Paulo Matias pkgname=texmaker -pkgver=3.0.2 +pkgver=3.1 pkgrel=1 pkgdesc='Free cross-platform latex editor' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://www.xm1math.net/texmaker/index.html" license=('GPL') depends=('poppler-qt' 'ghostscript') source=("http://www.xm1math.net/texmaker/${pkgname}-${pkgver}.tar.bz2") -md5sums=('d375c8f486fe44f3f2a2a7d2ddac08f3') +md5sums=('10a14c75abbb7234d4e5e58a7c85b110') build() { cd ${pkgname}-${pkgver} -- cgit v1.2.3-54-g00ecf