libtirpc: Update to version 1.3.8

Message ID 20260920125116.3492275-5-adolf.belka@ipfire.org
State New
Headers
Series libtirpc: Update to version 1.3.8 |

Commit Message

Adolf Belka 20 Sep 2026, 12:51 p.m. UTC
- Update from version 1.3.7 to 1.3.8
- No change in rootfile
- Changelog
1.3.8
    libtirpc: Bound maxsize in xdr_rpc_gss_unwrap_data() decode calls
    libtirpc: limit XDR decode node count
    libtirpc: Fix use-after-free in xdr_pmaplist() XDR_FREE path
    libtirpc: fix rpc_gss_get_principal_name to allocate memory correctly
    Add missing exports for rpc_gss_getcred + authdes_getucred

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/libtirpc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/libtirpc b/lfs/libtirpc
index abb1509b0..0c5dc2de1 100644
--- a/lfs/libtirpc
+++ b/lfs/libtirpc
@@ -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 Library
 
-VER        = 1.3.7
+VER        = 1.3.8
 
 THISAPP    = libtirpc-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -45,7 +45,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = b6a42add32c1a8bef4d974bb6c527131c0215179a303360d902110b03ce2217280efcb8dcad3a4da00f7ab971a1376e0bc30d6e3ecf6f98f1d4c2161a9276f86
+$(DL_FILE)_BLAKE2 = a0065a0f381de98c250a3e892d4d8909ace54fc9bfeee1f19aaa2973234e85452abf460b0ccffc9e343a50d6f48e93dad81658756f6a5efaf9ba3f27dff94bb9
 
 install : $(TARGET)