[arch-commits] Commit in hashcat/repos/community-x86_64 (3 files)
Levente Polyak
anthraxx at archlinux.org
Sat Nov 11 11:24:05 UTC 2017
Date: Saturday, November 11, 2017 @ 11:24:04
Author: anthraxx
Revision: 266235
archrelease: copy trunk to community-x86_64
Added:
hashcat/repos/community-x86_64/PKGBUILD
(from rev 266234, hashcat/trunk/PKGBUILD)
Deleted:
hashcat/repos/community-x86_64/PKGBUILD
hashcat/repos/community-x86_64/hashcat-fix-version.patch
---------------------------+
PKGBUILD | 69 +++++++++++++++++++-------------------------
hashcat-fix-version.patch | 22 --------------
2 files changed, 31 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-11 11:23:48 UTC (rev 266234)
+++ PKGBUILD 2017-11-11 11:24:04 UTC (rev 266235)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Sam Stuewe <halosghost at archlinux dot info>
-
-pkgname=hashcat
-pkgver=4.0.0
-pkgrel=1
-epoch=1
-pkgdesc='Multithreaded advanced password recovery utility'
-url='https://hashcat.net/hashcat'
-arch=('i686' 'x86_64')
-depends=('opencl-icd-loader')
-optdepends=('libxnvctrl: NVIDIA X driver configuration support')
-makedepends=('opencl-headers')
-license=('MIT')
-source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc}
- hashcat-fix-version.patch)
-sha512sums=('ef5117ec34a0fb06a8be1058caeb88016421bff9de5acced7f738b0dca82b52fc2495758242389315c29a66d46360211528d79ce8207af6f6a451eef6e0d8806'
- 'SKIP'
- 'c11e4af083f7212fcd04f12c9e75e19e535962def8f9553395b571d82b1e049c4d8763709494ffda6a23d9aa0f7ac9fd7cf844c948f153771c6da79106570c2d')
-validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing key <signing at hashcat.net>
-
-prepare() {
- cd ${pkgname}-${pkgver}
- patch -p1 < "${srcdir}/hashcat-fix-version.patch"
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- make PREFIX=/usr SHARED=1
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" PREFIX=/usr SHARED=1 install
- install -Dm 644 docs/license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:
Copied: hashcat/repos/community-x86_64/PKGBUILD (from rev 266234, hashcat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-11 11:24:04 UTC (rev 266235)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Sam Stuewe <halosghost at archlinux dot info>
+
+pkgname=hashcat
+pkgver=4.0.1
+pkgrel=1
+epoch=1
+pkgdesc='Multithreaded advanced password recovery utility'
+url='https://hashcat.net/hashcat'
+arch=('x86_64')
+depends=('opencl-icd-loader')
+optdepends=('libxnvctrl: NVIDIA X driver configuration support')
+makedepends=('opencl-headers' 'libxnvctrl')
+license=('MIT')
+source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('4f6b42511a5949d4d9b40ffb403d576645ccff2b325cd484f2fff431d67ac1ad79cc33c310b8e650db6c75ba7b1ed02f80eb907ef048221b4bfbd270153fe00d'
+ 'SKIP')
+validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing key <signing at hashcat.net>
+
+build() {
+ cd ${pkgname}-${pkgver}
+ make PREFIX=/usr SHARED=1
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" PREFIX=/usr SHARED=1 install
+ install -Dm 644 docs/license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:
Deleted: hashcat-fix-version.patch
===================================================================
--- hashcat-fix-version.patch 2017-11-11 11:23:48 UTC (rev 266234)
+++ hashcat-fix-version.patch 2017-11-11 11:24:04 UTC (rev 266235)
@@ -1,22 +0,0 @@
-From c06c5ddd4857b0a5d7862451da431c42287918ce Mon Sep 17 00:00:00 2001
-From: philsmd <philsmd at hashcat.net>
-Date: Sat, 28 Oct 2017 13:28:07 +0200
-Subject: [PATCH] fixes #1412: sed for VERSION_EXPORT fixed compilation problem
-
----
- src/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/Makefile b/src/Makefile
-index 3541f7dfc..75e7757d9 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -127,7 +127,7 @@ COMPTIME := $(shell date +%s)
- # the value will be something like this: "tag: vX.Y.Z, refs/pull/Y/head"
-
- VERSION_EXPORT := HEAD -> master, tag: v4.0.0
--VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\),.*/v\1/')
-+VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\).*/v\1/')
-
- ##
- ## General compiler and linker options
More information about the arch-commits
mailing list