Date: Saturday, October 8, 2022 @ 20:19:55
Author: blakkheim
Revision: 1324431
archrelease: copy trunk to community-x86_64
Added:
hydra/repos/community-x86_64/PKGBUILD
(from rev 1324430, hydra/trunk/PKGBUILD)
Deleted:
hydra/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 77 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-08 20:19:27 UTC (rev 1324430)
+++ PKGBUILD 2022-10-08 20:19:55 UTC (rev 1324431)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Rudy Matela <[email protected]>
-# Contributor: Bartek Piotrowski <[email protected]>
-# Contributor: Thomas S Hatch <thatch45 at gmail dot com>
-# Contributor: pootzko <[email protected]>
-# Contributor: Jinx <[email protected]>
-# Contributor: Timothée Ravier <[email protected]>
-
-pkgname=hydra
-pkgver=9.3
-pkgrel=1
-pkgdesc='Very fast network logon cracker which support many different services'
-url='https://github.com/vanhauser-thc/thc-hydra'
-arch=('x86_64')
-license=('GPL3')
-depends=('postgresql-libs' 'subversion' 'libssh' 'mariadb-libs' 'libidn'
- 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre'
- 'freerdp' 'libmemcached' 'mongo-c-driver'
- libncursesw.so libmariadb.so libpq.so libssh.so libfreerdp2.so
- libwinpr2.so)
-source=(https://github.com/vanhauser-thc/thc-hydra/archive/v${pkgver}/thc-hydra-v${pkgver}.tar.gz)
-sha512sums=('06d2ed61492c76d16ff3b2fbbde3938f79d6038c979a2af949f9b4d116a1506943e0a3a246da4d1bc8848cf440097e6175962e3fdf3e7644dd36ad7c2f6b2ce4')
-b2sums=('5ae1ab77f64d2bc17bd8389acf8a47201d84455a82f5ae28ab740594571a13ab145f5981efdfb09ddab3d6cc443e171e4664bff08c1a6b2f08169dea4f87ba54')
-
-
-build() {
- cd thc-hydra-${pkgver}
- ./configure --fhs
- make
-}
-
-package() {
- cd thc-hydra-${pkgver}
- make DESTDIR="${pkgdir}" MANDIR=/share/man/man1 DATADIR=/share/hydra install
- install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
- rm "${pkgdir}"/usr/share/man/man1/xhydra.1
-}
-
-# vim: ts=2 sw=2 et:
Copied: hydra/repos/community-x86_64/PKGBUILD (from rev 1324430,
hydra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-08 20:19:55 UTC (rev 1324431)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Rudy Matela <[email protected]>
+# Contributor: Bartek Piotrowski <[email protected]>
+# Contributor: Thomas S Hatch <thatch45 at gmail dot com>
+# Contributor: pootzko <[email protected]>
+# Contributor: Jinx <[email protected]>
+# Contributor: Timothée Ravier <[email protected]>
+
+pkgname=hydra
+pkgver=9.4
+pkgrel=1
+pkgdesc='Very fast network logon cracker which support many different services'
+url='https://github.com/vanhauser-thc/thc-hydra'
+arch=('x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'mariadb-libs' 'libidn'
+ 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre2'
+ 'freerdp' 'libmemcached' 'mongo-c-driver'
+ libncursesw.so libmariadb.so libpq.so libssh.so libfreerdp2.so
+ libwinpr2.so)
+source=(https://github.com/vanhauser-thc/thc-hydra/archive/v${pkgver}/thc-hydra-v${pkgver}.tar.gz)
+sha512sums=('de5a1e73673fdc2f193cfb1aeec337c9d8faad52b06524850f352a797a4a5ef08cba8fc51da96fed1db01d141127e58c2aa874027f51c40a94a474de778d5241')
+b2sums=('2ba7f7e4a70c4f6c9dc4ec94d652ab7534cb0fb17b88412dfcf1e651d9f31af573ab9acd2d9cb698da6462f4744f53dfb8f87a437c32bebfa4f9a04f2f9136c0')
+
+build() {
+ cd thc-hydra-${pkgver}
+ ./configure --fhs
+ make
+}
+
+package() {
+ cd thc-hydra-${pkgver}
+ make DESTDIR="${pkgdir}" MANDIR=/share/man/man1 DATADIR=/share/hydra install
+ install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+ rm "${pkgdir}"/usr/share/man/man1/xhydra.1
+}
+
+# vim: ts=2 sw=2 et: