From 938bb9c51c9ee0a476b440c70b15cbc8edcbf087 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 2 Nov 2021 03:24:51 +0100 Subject: libtirpc: Update to version 1.3.1 Fixes compiling with recent gcc. Signed-off-by: Phil Sutter --- package/libtirpc/patches/patch-src_svc_auth_c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 package/libtirpc/patches/patch-src_svc_auth_c (limited to 'package/libtirpc/patches/patch-src_svc_auth_c') diff --git a/package/libtirpc/patches/patch-src_svc_auth_c b/package/libtirpc/patches/patch-src_svc_auth_c deleted file mode 100644 index 05436f3b7..000000000 --- a/package/libtirpc/patches/patch-src_svc_auth_c +++ /dev/null @@ -1,12 +0,0 @@ ---- libtirpc-1.0.1.orig/src/svc_auth.c 2015-10-30 16:15:14.000000000 +0100 -+++ libtirpc-1.0.1/src/svc_auth.c 2015-11-29 16:39:17.807381054 +0100 -@@ -114,9 +114,6 @@ _gss_authenticate(rqst, msg, no_dispatch - case AUTH_SHORT: - dummy = _svcauth_short(rqst, msg); - return (dummy); -- case AUTH_DES: -- dummy = _svcauth_des(rqst, msg); -- return (dummy); - #ifdef HAVE_RPCSEC_GSS - case RPCSEC_GSS: - dummy = _svcauth_gss(rqst, msg, no_dispatch); -- cgit v1.2.3