FS#63225 - iputils PKGBUILD update

Attached to Project: Arch Linux
Opened by Sami Kerola (kerolasa) - Thursday, 18 July 2019, 20:04 GMT
Last edited by Eli Schwartz (eschwartz) - Thursday, 18 July 2019, 20:11 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture x86_64
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Could archlinux get new iputils.

Additional info:

This https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/iputils should be replaced with something about following.

-- snip
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>

pkgname=iputils
pkgver=20190709
pkgrel=1
pkgdesc="Network monitoring tools, including ping"
arch=('x86_64')
license=('GPL')
url="https://github.com/iputils/iputils"
groups=('base')
depends=('openssl' 'libcap' 'libidn2')
makedepends=('git' 'docbook-xsl')
conflicts=('netkit-base' 'arping')
replaces=('netkit-base')
backup=(etc/xinetd.d/tftp)
install=${pkgname}.install
source=("git+https://github.com/iputils/iputils?signed#tag=s$pkgver")
validpgpkeys=(
'73540C3F796DC1C30ECACCAC9FC5E7B74A45D0DE', # David Heideberg
'25999B407FB6A9B701BBF1E40D46FEF7E61DBB46', # Sami Kerola
'2016FEA4858B1C36B32E833AC0DEC2EE72F33A5F' # Petr Vorel
)
md5sums=('SKIP')

build() {
arch-meson $pkgname build \
-D BUILD_TFTPD=false
ninja -v -C build
}

package() {
DESTDIR=$pkgdir meson install -C build
}
-- snip
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Thursday, 18 July 2019, 20:11 GMT
Reason for closing:  Not a bug
Additional comments about closing:  At the top of every page on the bugtracker:

Please read this before reporting a bug:
https://wiki.archlinux.org/index.php/Rep orting_Bug_Guidelines

Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!

Loading...