rpcbind: Update to version 1.3.1

Message ID 20260916143552.3536823-5-adolf.belka@ipfire.org
State New
Headers
Series rpcbind: Update to version 1.3.1 |

Commit Message

Adolf Belka 16 Sep 2026, 2:35 p.m. UTC
- 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 <adolf.belka@ipfire.org>
---
 lfs/rpcbind | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Patch

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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)