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

Levente Polyak anthraxx at archlinux.org
Mon Mar 15 21:55:57 UTC 2021


    Date: Monday, March 15, 2021 @ 21:55:57
  Author: anthraxx
Revision: 891682

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-15 21:55:53 UTC (rev 891681)
+++ PKGBUILD	2021-03-15 21:55:57 UTC (rev 891682)
@@ -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.1
-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')
-optdepends=('gtk2: graphical front-end (xhydra)')
-makedepends=('gtk2')
-source=(https://github.com/vanhauser-thc/thc-hydra/archive/v${pkgver}/thc-hydra-v${pkgver}.tar.gz)
-sha512sums=('863176375fe1aae4c0a2b74c11aba297682d66e522c98c926c539348309b0af4e407e460b4cb803d2c83c008787c73f7f1e56ac6aca9791351e1b596c2e4fbb2')
-b2sums=('9a5b6dc52b5f4069bf326e86728ebaf8c1fe018536f3943b83493de934703bff6770ae3f7a9a223ee00b5f52f7bd10ee4ddc272e1bbad00c399aa19cc0c083ba')
-
-
-build() {
-  cd thc-hydra-${pkgver}
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  ./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}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hydra/repos/community-x86_64/PKGBUILD (from rev 891681, hydra/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-15 21:55:57 UTC (rev 891682)
@@ -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.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:



More information about the arch-commits mailing list