Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
inetutils


Commits:
6d80d11e by Christian Hesse at 2026-01-27T19:07:01+01:00
upgpkg: 2.7-2: fix remote authentication by-pass in telnetd

https://seclists.org/oss-sec/2026/q1/89

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = inetutils
        pkgdesc = A collection of common network programs
        pkgver = 2.7
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.gnu.org/software/inetutils/
        install = inetutils.install
        arch = x86_64


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=inetutils
 pkgver=2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of common network programs"
 arch=('x86_64')
 url="https://www.gnu.org/software/inetutils/";
@@ -49,6 +49,10 @@ prepare() {
   GNULIB_REFDIR="${srcdir}/gnulib"
   export GNULIB_REFDIR
 
+  git cherry-pick -n \
+    fd702c02497b2f398e739e3119bed0b23dd7aa7b \
+    ccba9f748aa8d50a38d7748e2e60362edd6a32cc
+
   sh bootstrap
   autoreconf -fiv
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/inetutils/-/commit/6d80d11e24c9ff9163d41c9d2c3fd0598e53f886

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/inetutils/-/commit/6d80d11e24c9ff9163d41c9d2c3fd0598e53f886
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to