1
0
forked from ports/opt

whois: updated to version 5.5.22

This commit is contained in:
Juergen Daubert 2024-04-02 11:28:13 +02:00
parent 9db411c216
commit 6772df39bd
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/W75GM6gnY5tt4O6sdlkjNPt+bm4vScCGIM2figDmoAh7IOPV9lLrZ48R82EEixJolkAQyvhgJUdk/vD02dzSA4= RWSE3ohX2g5d/Tzbf/zLEJCiUTL+8PsmASvViqwv2Pmn5jjbXHzseBf3IV8P9tzAOxLU71DxxfDIsAdL3j+XTxFprD4QM9ib4AY=
SHA256 (Pkgfile) = 02936fa1678882f1a0c72308d7cb0e85c5ebd2f2d9bd9eb84e106759f5a75049 SHA256 (Pkgfile) = 2a1b757f4c5f274159033a7854f67867bb2b4b0ddfdd13fb1340c1ccd0333590
SHA256 (.footprint) = 088320b1f1f562656da70993b637917de5d36c71004a3136af89c7ca093cf871 SHA256 (.footprint) = 088320b1f1f562656da70993b637917de5d36c71004a3136af89c7ca093cf871
SHA256 (whois_5.5.21.tar.xz) = 760ab584beae76acdcc89c6aec2e91cff571185bccc2bee8e4412a3f8e70be77 SHA256 (whois_5.5.22.tar.xz) = 03f12c27ae85870d7bcd95b14f3fb8b174532b2f2a59d8380c42ae436d0630d7

View File

@ -3,12 +3,12 @@
# Maintainer: Juergen Daubert, jue at crux dot nu # Maintainer: Juergen Daubert, jue at crux dot nu
name=whois name=whois
version=5.5.21 version=5.5.22
release=1 release=1
source=(https://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.xz) source=(https://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.xz)
build() { build() {
cd $name cd $name-$version
sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile
make CONFIG_FILE='/etc/whois.conf' whois make CONFIG_FILE='/etc/whois.conf' whois
install -D -m 0755 whois $PKG/usr/bin/whois install -D -m 0755 whois $PKG/usr/bin/whois