[arch-commits] Commit in hydra/repos (4 files)

Levente Polyak anthraxx at archlinux.org
Fri Feb 3 17:59:52 UTC 2017


    Date: Friday, February 3, 2017 @ 17:59:51
  Author: anthraxx
Revision: 209760

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-03 17:59:43 UTC (rev 209759)
+++ community-i686/PKGBUILD	2017-02-03 17:59:51 UTC (rev 209760)
@@ -1,35 +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=8.3
-pkgrel=1
-pkgdesc='Very fast network logon cracker which support many different services'
-url='https://www.thc.org/thc-hydra/'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre')
-optdepends=('gtk2: graphical front-end (xhydra)')
-makedepends=('gtk2' 'pkg-config')
-source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('40479d6ebf98add8e7805ed9447d98a739cb6ac02d4933bed7846a9d5e027f33073fcb03b8f18e68f771007ef56041e6b64f4d01dd68ac1d0f8b2e36325bb499')
-DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u -k')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --fhs
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hydra/repos/community-i686/PKGBUILD (from rev 209759, hydra/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-03 17:59:51 UTC (rev 209760)
@@ -0,0 +1,35 @@
+# 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=8.4
+pkgrel=1
+pkgdesc='Very fast network logon cracker which support many different services'
+url='https://www.thc.org/thc-hydra/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre')
+optdepends=('gtk2: graphical front-end (xhydra)')
+makedepends=('gtk2' 'pkg-config')
+source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('62c53f1725eb5b965d16d293cd90ab5e74779eba8fe2e2ab9094f51851fa24acfd74574f509a7914af8254e43197d803cca6b41eace3557d9599d79d695f6a48')
+DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u -k')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --fhs
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-03 17:59:43 UTC (rev 209759)
+++ community-x86_64/PKGBUILD	2017-02-03 17:59:51 UTC (rev 209760)
@@ -1,35 +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=8.3
-pkgrel=1
-pkgdesc='Very fast network logon cracker which support many different services'
-url='https://www.thc.org/thc-hydra/'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre')
-optdepends=('gtk2: graphical front-end (xhydra)')
-makedepends=('gtk2' 'pkg-config')
-source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('40479d6ebf98add8e7805ed9447d98a739cb6ac02d4933bed7846a9d5e027f33073fcb03b8f18e68f771007ef56041e6b64f4d01dd68ac1d0f8b2e36325bb499')
-DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u -k')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --fhs
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hydra/repos/community-x86_64/PKGBUILD (from rev 209759, hydra/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-03 17:59:51 UTC (rev 209760)
@@ -0,0 +1,35 @@
+# 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=8.4
+pkgrel=1
+pkgdesc='Very fast network logon cracker which support many different services'
+url='https://www.thc.org/thc-hydra/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre')
+optdepends=('gtk2: graphical front-end (xhydra)')
+makedepends=('gtk2' 'pkg-config')
+source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('62c53f1725eb5b965d16d293cd90ab5e74779eba8fe2e2ab9094f51851fa24acfd74574f509a7914af8254e43197d803cca6b41eace3557d9599d79d695f6a48')
+DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u -k')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --fhs
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list