mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/whois: upgrade to 5.3.0
This commit is contained in:
parent
55f878c5ad
commit
76912702e9
@ -1,7 +1,7 @@
|
|||||||
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
|
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
|
||||||
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
|
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
|
||||||
pkgname=whois
|
pkgname=whois
|
||||||
pkgver=5.2.20
|
pkgver=5.3.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Intelligent WHOIS client by Marco d'Itri"
|
pkgdesc="Intelligent WHOIS client by Marco d'Itri"
|
||||||
url="https://github.com/rfc1036/whois"
|
url="https://github.com/rfc1036/whois"
|
||||||
@ -18,8 +18,7 @@ builddir="$srcdir/$pkgname-$pkgver"
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make CONFIG_FILE="/etc/whois.conf" \
|
make CONFIG_FILE="/etc/whois.conf" HAVE_ICONV=1
|
||||||
HAVE_LIBIDN=1 HAVE_ICONV=1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_mkpasswd() {
|
_mkpasswd() {
|
||||||
@ -37,6 +36,6 @@ package() {
|
|||||||
install -D -m644 whois.conf "$pkgdir/etc/whois.conf"
|
install -D -m644 whois.conf "$pkgdir/etc/whois.conf"
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="0bfdf0f55b6bda961557673a40f84bae14eec7ed2b2bff20de664879e3b859465bd1afad2f5c5adfe4f3c6184f81e3ba0c30663cfa8493b5c0cfb747909da01c whois-5.2.20.tar.gz
|
sha512sums="5a3758b44ec9881d0856c8997eefb724f6981341acb938ff1caeadd1d6573a7a25dcdc16ad573b86b56c22aba7bb6733ff8961b1c267c9d39910b578ec57dcb4 whois-5.3.0.tar.gz
|
||||||
efa32ec848e3d3e61481567815e8c02757eab32712eb5a431adb13b59fd359f735eb684fbdf8a5b8334410d17052dc93d65bdda27a328617e2b6772b23717487 undefined-libintl.patch
|
efa32ec848e3d3e61481567815e8c02757eab32712eb5a431adb13b59fd359f735eb684fbdf8a5b8334410d17052dc93d65bdda27a328617e2b6772b23717487 undefined-libintl.patch
|
||||||
ef455fd21403995524a3de6039db41261b6549181f3dd234c6a28a10a65d09a6e86c71b6ddb752aa15f0e4ff2232887ff65bd72ed9a977b8da2ed40ea11519f1 enable-sha256-sha512-mkpasswd.patch"
|
ef455fd21403995524a3de6039db41261b6549181f3dd234c6a28a10a65d09a6e86c71b6ddb752aa15f0e4ff2232887ff65bd72ed9a977b8da2ed40ea11519f1 enable-sha256-sha512-mkpasswd.patch"
|
||||||
|
Loading…
Reference in New Issue
Block a user