[arch-commits] Commit in iputils/trunk (PKGBUILD iputils.install tftp.xinetd)
Tobias Powalowski
tpowa at gemini.archlinux.org
Wed Dec 22 10:11:12 UTC 2021
Date: Wednesday, December 22, 2021 @ 10:11:11
Author: tpowa
Revision: 432902
upgpkg: iputils 20211215-1: bump to latest version, removes tftpd cause of upstream removed it
Modified:
iputils/trunk/PKGBUILD
iputils/trunk/iputils.install
Deleted:
iputils/trunk/tftp.xinetd
-----------------+
PKGBUILD | 6 +++---
iputils.install | 3 +++
tftp.xinetd | 10 ----------
3 files changed, 6 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-22 09:54:53 UTC (rev 432901)
+++ PKGBUILD 2021-12-22 10:11:11 UTC (rev 432902)
@@ -5,7 +5,7 @@
pkgname=iputils
# Commit date + git rev-parse --short origin/master
_rev=23c3782a
-pkgver=20210722
+pkgver=20211215
pkgrel=1
pkgdesc="Network monitoring tools, including ping"
arch=('x86_64')
@@ -13,7 +13,7 @@
url="http://www.skbuff.net/iputils/"
depends=('libcap' 'libidn2')
makedepends=('perl-sgmls' 'git' 'docbook-xsl' 'meson' 'systemd' 'iproute')
-conflicts=('netkit-base' 'arping' 'netkit-tftpd')
+conflicts=('netkit-base' 'arping')
replaces=('netkit-base')
source=("git+https://github.com/iputils/iputils.git#tag=${pkgver}?signed")
validpgpkeys=('2016FEA4858B1C36B32E833AC0DEC2EE72F33A5F') # Petr Vorel
@@ -23,7 +23,7 @@
mkdir -p build
cd build
- arch-meson ../$pkgname -DBUILD_RARPD=true -DBUILD_TFTPD=true
+ arch-meson ../$pkgname -DBUILD_RARPD=true
ninja
}
Modified: iputils.install
===================================================================
--- iputils.install 2021-12-22 09:54:53 UTC (rev 432901)
+++ iputils.install 2021-12-22 10:11:11 UTC (rev 432902)
@@ -4,6 +4,9 @@
post_upgrade() {
post_install "$1"
+ echo "With 20211215 tftpd is removed from package:"
+ echo "tftpd from tftp-hpa project [1] is more featureful (man tftpd(8)."
+ echo "Also dnsmasq supports secure read-only TFTP server (man dnsmasq(8)."
}
# vim:set ts=2 sw=2 et:
Deleted: tftp.xinetd
===================================================================
--- tftp.xinetd 2021-12-22 09:54:53 UTC (rev 432901)
+++ tftp.xinetd 2021-12-22 10:11:11 UTC (rev 432902)
@@ -1,10 +0,0 @@
-service tftp
-{
- socket_type = dgram
- protocol = udp
- wait = yes
- user = nobody
- server = /usr/sbin/tftpd
- server_args = /var/tftpboot
- disable = yes
-}
More information about the arch-commits
mailing list