From patchwork Wed Sep 16 14:35:51 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10236 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hlLzc4xFqz3wb2 for ; Wed, 16 Sep 2026 14:36:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hlLzZ6p3pz836 for ; Wed, 16 Sep 2026 14:36:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hlLzZ0gwwz32PZ for ; Wed, 16 Sep 2026 14:36:10 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hlLzV74GDz33c4 for ; Wed, 16 Sep 2026 14:36:06 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hlLzV1pdFz2Vw; Wed, 16 Sep 2026 14:36:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789569366; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5ulsASOc/AHKpnWtANQE+cg1hZ+lgvkA1dfnh7trg58=; b=jyWqGvBfb2jTw1AwRxZOmIrdtKB/ohwK1Rh2iW0aEWM5C29ok0IBh2ZSc5Si6L5FNIN/Bh SjicSlsArtU40WldrFzrl4tc6PY/uIw0bGCJAWSOujWhflWH1xuv9KF4CzbYXqvzibnR5s Lm9grJ9SNRN5rfURZ3yUoX4weqtM4qY8ydj0SzdiV5sIu4x9c0GEK8XhFIYTW5RSkkyeoS blygqY6QklcjoJ0GLislnEbz2n2/L+ouLfeqM3xBNUBxr5vp4zmqgN4rnM06d425vdwIqP puHnBI38rq9TlINX/nNghJWY5khDy2fi3hoHBOzOzupoM+lhIkD+JlGzHxV0lg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789569366; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5ulsASOc/AHKpnWtANQE+cg1hZ+lgvkA1dfnh7trg58=; b=FbmaSPmvH9UR9QXQm1L2OOK1Ih5fhQeYOrxygBinYGjDaAbomaUeFfkqQUv03wPtq7XKBt DAw+Ie4exOq7UMDQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] rpcbind: Update to version 1.3.1 Date: Wed, 16 Sep 2026 16:35:51 +0200 Message-ID: <20260916143552.3536823-5-adolf.belka@ipfire.org> In-Reply-To: <20260916143552.3536823-1-adolf.belka@ipfire.org> References: <20260916143552.3536823-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 1.2.8 to 1.3.1 - No change in rootfile - Changelog 1.3.1 rpcbind: only free the forward slot if the reply xid matched the request xid rpcbind: check for null netmask in addrmerge() rpcbind: restrict RPCBPROC_GETSTAT to loopback callers rpcbind: fully disable remote calls when --enable-rmtcalls is unset rpcbind: bound stats lists in rpcbs_getaddr() and rpcbs_rmtcall() rpcbind: only log failures in check_callit() if connection logging is enabled rpcinfo: stack buffer overflow in rpcinfo rpcbdump() rpcbind: fix leak of nconf in main() 1.2.9 rpcinfo: stack buffer overflow in rpcinfo rpcbaddrlist() rpcbind: Stop unauthenticated oversized allocation in PMAPPROC_CALLIT decode rpcbind: fix memory leaks in network_init() rpcbind: fix memory leak in init_transport() Signed-off-by: Adolf Belka --- lfs/rpcbind | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/rpcbind b/lfs/rpcbind index 196089af6..ca4a7f0bb 100644 --- a/lfs/rpcbind +++ b/lfs/rpcbind @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config SUMMARY = Transport independent RPC portmapper -VER = 1.2.8 +VER = 1.3.1 THISAPP = rpcbind-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = rpcbind -PAK_VER = 9 +PAK_VER = 10 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 70bef658aafc4b1b626a7e9ff312b34748e0142a0a93d058c28d6599545281464f27a5546abe287f0dd369e5264cb38940f85e5e6c128cb0e0f7aaa4b841ab77 +$(DL_FILE)_BLAKE2 = 8a7ea0ac9152c0daf3c05f17f9af0430b41ec6e6f74faed62553ab27803e165443efaac81e920ab633f1365f6400131c267e0e9ec66cccd56ad4069c2d870d99 install : $(TARGET)