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

Levente Polyak anthraxx at archlinux.org
Tue Nov 10 22:59:10 UTC 2020


    Date: Tuesday, November 10, 2020 @ 22:59:10
  Author: anthraxx
Revision: 749897

archrelease: copy trunk to community-x86_64

Added:
  slowhttptest/repos/community-x86_64/PKGBUILD
    (from rev 749896, slowhttptest/trunk/PKGBUILD)
Deleted:
  slowhttptest/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-10 22:59:06 UTC (rev 749896)
+++ PKGBUILD	2020-11-10 22:59:10 UTC (rev 749897)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Changaco <changaco ατ changaco δοτ net>
-
-pkgname=slowhttptest
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='Highly configurable tool that simulates some Application Layer Denial of Service (DoS) attacks'
-url='https://github.com/shekyan/slowhttptest'
-arch=('x86_64')
-license=('Apache')
-depends=('openssl' 'gcc-libs')
-source=(https://github.com/shekyan/slowhttptest/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('95f43a18efbdfaa088acf0e2d6ce0fc4f4fc33a7486cd536d327a6ba71de30e7')
-sha512sums=('1866c2bd7f314ec27c556ae6850e4aff4328cf3e9b14878bdbcbb17473b74dadb5a858adbaff4952d66a8d4a18a6655086797c1ccb7232a64cfc35aba3c59a83')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: slowhttptest/repos/community-x86_64/PKGBUILD (from rev 749896, slowhttptest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-10 22:59:10 UTC (rev 749897)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Changaco <changaco ατ changaco δοτ net>
+
+pkgname=slowhttptest
+pkgver=1.8.2
+pkgrel=1
+pkgdesc='Highly configurable tool that simulates some Application Layer Denial of Service (DoS) attacks'
+url='https://github.com/shekyan/slowhttptest'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc' 'openssl' 'gcc-libs')
+source=(https://github.com/shekyan/slowhttptest/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('76fe1914862165196fc421a6456020e3aa70cf5370468d0f348574173e2e692a3361169a515ccd8012f6f63b056bbdbee1d3e02440cce6f456bd7b85dff839f8')
+b2sums=('eab6cb49ded764db6c322eba44016d19906cfd4149c10740b89dd15e69d13329f1c0987b5f5875a9b21651ea00f084729dcbc1661d226a56761b180511489977')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list