summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2019-01-25 21:41:27 +0100
committerBaptiste Jonglez2019-01-25 21:41:27 +0100
commitd414f3f787d39c2c65301850e87488b08331b70e (patch)
treee61d56c7421650e1c24ad1eeef31d447e1e1a154
parentc94c213d28afb78cb86e05dfcdef3cb45e5f0633 (diff)
downloadaur-d414f3f787d39c2c65301850e87488b08331b70e.tar.gz
dnsperf: bump to 2.2.0
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD31
2 files changed, 17 insertions, 35 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ba019c863d6..466ae1d40cef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Nov 8 06:06:21 UTC 2018
+# Fri Jan 25 20:41:27 UTC 2019
pkgbase = dnsperf
pkgdesc = Tools that measure performance of authoritative Domain Name services
- pkgver = 2.1.0.0
- pkgrel = 3
- url = https://www.akamai.com/us/en/products/network-operator/measurement-tools.jsp
+ pkgver = 2.2.0
+ pkgrel = 1
+ url = https://www.dns-oarc.net/tools/dnsperf
arch = x86_64
- license = GPL
+ license = Apache
depends = bind
- source = http://wwwns.akamai.com/dnsperf-src-2.1.0.0-1.tar.gz
- source = 0001-Replace-ISC_PRINT_QUADFORMAT-with-inttypes.h-format-.patch
- source = 0002-Replace-custom-isc_u-intNN_t-types-with-C99-u-intNN_.patch
- source = 0003-Replace-custom-isc_boolean_t-with-C-standard-bool-ty.patch
- sha512sums = 5571bd0855aba4affcdf81724919e60ab6762d646f8d9a6abf177a2a588675c636842f2fb708bf648004b9c411e9c9b68789f7c6bbbd87afc24c8299a21aa6c9
- sha512sums = 67409ee675dd74823126c1292724aadd2262b2a2ff0f0a681991e1d50c2645cff919df3ab6fda4a264bb8ba527289d26a934a21859deab01e152c425a5f99ae1
- sha512sums = 4e56a1b1ad42569e31cfe941d6233dc3046f4265de475b083d31f32bea3b1c0735d17bdfa2f6deba0a88e08e1b23450f115917a52fc24da4c43e04c91524102d
- sha512sums = 63bd9ef5d44af6854f1649cda93baa13b82d0f803adf5dd75f354f49851fc2cb894f8db72d878389dad990180e2b73780fcc3837be2e3b85959279dcad3cf553
+ source = https://www.dns-oarc.net/files/dnsperf/dnsperf-2.2.0.tar.gz
+ sha256sums = 283e869435111a5a0f2eefe9cf520bc5a565176830bac7fcb0e2855ba87e317d
+ sha512sums = 6c545eff6c4838cea954c5bda9489b9d1ab6bd3013f2e9468c901a8dd5d35bd9e141c5d271820e4f963cad0abc57cc2e85da7a408b20f4587dc205f5dbbe52eb
pkgname = dnsperf
diff --git a/PKGBUILD b/PKGBUILD
index b523bed10ed9..db0b26bf3c15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,38 +3,25 @@
# Contributor: Antoine Lubineau <antoine@lubignon.info>
pkgname=dnsperf
-pkgver=2.1.0.0
-_pkgsubver=1
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
pkgdesc="Tools that measure performance of authoritative Domain Name services"
arch=('x86_64')
-url="https://www.akamai.com/us/en/products/network-operator/measurement-tools.jsp"
-license=('GPL')
+url="https://www.dns-oarc.net/tools/dnsperf"
+license=('Apache')
depends=('bind')
-source=("http://wwwns.akamai.com/dnsperf-src-${pkgver}-${_pkgsubver}.tar.gz"
- "0001-Replace-ISC_PRINT_QUADFORMAT-with-inttypes.h-format-.patch"
- "0002-Replace-custom-isc_u-intNN_t-types-with-C99-u-intNN_.patch"
- "0003-Replace-custom-isc_boolean_t-with-C-standard-bool-ty.patch")
-sha512sums=('5571bd0855aba4affcdf81724919e60ab6762d646f8d9a6abf177a2a588675c636842f2fb708bf648004b9c411e9c9b68789f7c6bbbd87afc24c8299a21aa6c9'
- '67409ee675dd74823126c1292724aadd2262b2a2ff0f0a681991e1d50c2645cff919df3ab6fda4a264bb8ba527289d26a934a21859deab01e152c425a5f99ae1'
- '4e56a1b1ad42569e31cfe941d6233dc3046f4265de475b083d31f32bea3b1c0735d17bdfa2f6deba0a88e08e1b23450f115917a52fc24da4c43e04c91524102d'
- '63bd9ef5d44af6854f1649cda93baa13b82d0f803adf5dd75f354f49851fc2cb894f8db72d878389dad990180e2b73780fcc3837be2e3b85959279dcad3cf553')
-
-prepare() {
- cd "${srcdir}/${pkgname}-src-${pkgver}-${_pkgsubver}"
- patch -p3 < ../0001-Replace-ISC_PRINT_QUADFORMAT-with-inttypes.h-format-.patch
- patch -p3 < ../0002-Replace-custom-isc_u-intNN_t-types-with-C99-u-intNN_.patch
- patch -p3 < ../0003-Replace-custom-isc_boolean_t-with-C-standard-bool-ty.patch
-}
+source=("https://www.dns-oarc.net/files/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('283e869435111a5a0f2eefe9cf520bc5a565176830bac7fcb0e2855ba87e317d')
+sha512sums=('6c545eff6c4838cea954c5bda9489b9d1ab6bd3013f2e9468c901a8dd5d35bd9e141c5d271820e4f963cad0abc57cc2e85da7a408b20f4587dc205f5dbbe52eb')
build() {
- cd "${srcdir}/${pkgname}-src-${pkgver}-${_pkgsubver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --mandir=/usr/share/man
make
}
package() {
- cd "${srcdir}/${pkgname}-src-${pkgver}-${_pkgsubver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}