[arch-commits] Commit in hydra/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Thu Feb 24 18:43:55 UTC 2022


    Date: Thursday, February 24, 2022 @ 18:43:55
  Author: anthraxx
Revision: 1136440

archrelease: copy trunk to community-x86_64

Added:
  hydra/repos/community-x86_64/PKGBUILD
    (from rev 1136439, hydra/trunk/PKGBUILD)
Deleted:
  hydra/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-24 18:43:51 UTC (rev 1136439)
+++ PKGBUILD	2022-02-24 18:43:55 UTC (rev 1136440)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Rudy Matela <rudy at matela.com.br>
-# Contributor: Bartek Piotrowski <barthalion at gmail.com>
-# Contributor: Thomas S Hatch <thatch45 at gmail dot com>
-# Contributor: pootzko <pootzko at gmail.com>
-# Contributor: Jinx <jinxware at gmail.com>
-# Contributor: Timothée Ravier <tim at siosm.fr>
-
-pkgname=hydra
-pkgver=9.2
-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=('ee8ecd854b61ac9d708098c8a0d9a128d8b80b38db1a2ba8eb06de6fbbc6865135d994620ade8e3742fb993899274ed9d8fd0e95bed7a9fbeb1ca9e182540322')
-b2sums=('102c744fbdd3702c624b1c8339178883b689db093d9f1c66d8e04816327eb8095f3e3133f889b2a6ee6dcabb9e5af0c71ec8470731b4b174021fbd79741d05e7')
-
-
-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.md -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 1136439, hydra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-24 18:43:55 UTC (rev 1136440)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Rudy Matela <rudy at matela.com.br>
+# Contributor: Bartek Piotrowski <barthalion at gmail.com>
+# Contributor: Thomas S Hatch <thatch45 at gmail dot com>
+# Contributor: pootzko <pootzko at gmail.com>
+# Contributor: Jinx <jinxware at gmail.com>
+# Contributor: Timothée Ravier <tim at siosm.fr>
+
+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:



More information about the arch-commits mailing list