summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2021-03-27 14:13:49 -0400
committerChris Severance2021-03-27 14:13:49 -0400
commit01b0e5b654291f3ad2a41be6044ef157b2bd4b9d (patch)
tree8e1dc3d2d1baa31154f51cd50dc0699fbaccd20b
parenta14c6e9e4b015e4b75e19e81f8148828dd1a1b77 (diff)
downloadaur-01b0e5b654291f3ad2a41be6044ef157b2bd4b9d.tar.gz
autu: Update to 2.0.r5.g4ad0b48b-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bf8b2b5c8a3..8124842974e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Mar 24 01:35:35 UTC 2020
pkgbase = inetutils-git
pkgdesc = A collection of common network programs
- pkgver = 1.9.4.r101.g393f4c6c
+ pkgver = 2.0.r5.g4ad0b48b
pkgrel = 1
url = http://www.gnu.org/software/inetutils/
install = inetutils.install
@@ -15,7 +13,7 @@ pkgbase = inetutils-git
depends = pam
depends = libcap
depends = readline
- provides = inetutils=1.9.4
+ provides = inetutils=2.0
conflicts = inetutils
options = !emptydirs
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 7aa29faa2b0b..dfbdbd24be8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
set -u
_pkgname='inetutils'
pkgname="${_pkgname}-git"
-pkgver=1.9.4.r101.g393f4c6c
+pkgver=2.0.r5.g4ad0b48b
pkgrel=1
_srcdir="${_pkgname}"
pkgdesc='A collection of common network programs'
@@ -84,7 +84,7 @@ sha256sums=('SKIP'
pkgver() {
set -u
cd "${_srcdir}"
- git describe --long | sed -e "s:^${_pkgname}-::g" -e 's:_:.:g' -e 's/\([^-]*-g\)/r\1/' -e 's/-/./g'
+ git describe --long | sed -e "s:^${_pkgname}-::g" -e 's:_:.:g' -e 's/\([^-]*-g\)/r\1/' -e 's/-/./g' -e 's:^v::g'
set +u
}
@@ -97,7 +97,7 @@ prepare() {
# telnetd disconnects without banner on 90% of connections
# http://lists.gnu.org/archive/html/bug-inetutils/2015-07/msg00006.html
# http://lists.gnu.org/archive/html/bug-inetutils/2015-08/index.html
- sed -e 's:if (pty_read () <= 0):if (pty_read () < 0):g' -i 'telnetd/telnetd.c'
+ #sed -e 's:if (pty_read () <= 0):if (pty_read () < 0):g' -i 'telnetd/telnetd.c'
# http://lists.gnu.org/archive/html/bug-inetutils/2017-07/msg00005.html
#patch -Nbup1 -i '../0001-telnetd-Fix-buffer-overflows.patch'