import nfs-utils-2.3.3-40.el8
This commit is contained in:
parent
6e887ef0e9
commit
6f8b834345
1009
SOURCES/nfs-utils-2.3.3-gssd-multithread-updates.patch
Normal file
1009
SOURCES/nfs-utils-2.3.3-gssd-multithread-updates.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -10,14 +10,3 @@ diff -up nfs-utils-2.3.3/tools/nfs-iostat/nfs-iostat.py.orig nfs-utils-2.3.3/too
|
|||||||
return (sends / sample_time)
|
return (sends / sample_time)
|
||||||
|
|
||||||
def display_iostats(self, sample_time, which):
|
def display_iostats(self, sample_time, which):
|
||||||
diff -up nfs-utils-2.3.3/utils/gssd/gssd_proc.c.orig nfs-utils-2.3.3/utils/gssd/gssd_proc.c
|
|
||||||
--- nfs-utils-2.3.3/utils/gssd/gssd_proc.c.orig 2018-09-06 14:09:08.000000000 -0400
|
|
||||||
+++ nfs-utils-2.3.3/utils/gssd/gssd_proc.c 2020-12-10 10:45:47.211671499 -0500
|
|
||||||
@@ -682,6 +682,7 @@ process_krb5_upcall(struct clnt_info *cl
|
|
||||||
} else {
|
|
||||||
get_hostbased_client_buffer(gacceptor, mech, &acceptor);
|
|
||||||
gss_release_name(&min_stat, &gacceptor);
|
|
||||||
+ gss_release_oid(&min_stat, &mech);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
|
@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
|
|||||||
Name: nfs-utils
|
Name: nfs-utils
|
||||||
URL: http://linux-nfs.org/
|
URL: http://linux-nfs.org/
|
||||||
Version: 2.3.3
|
Version: 2.3.3
|
||||||
Release: 39%{?dist}
|
Release: 40%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
# group all 32bit related archs
|
# group all 32bit related archs
|
||||||
@ -70,6 +70,7 @@ Patch032: nfs-utils-2.3.3-nfsiostat-key-error.patch
|
|||||||
Patch033: nfs-utils-2.3.3-nfsdclddb-manpage-rename.patch
|
Patch033: nfs-utils-2.3.3-nfsdclddb-manpage-rename.patch
|
||||||
Patch034: nfs-utils-2.3.3-systemd-exportfs-nofail.patch
|
Patch034: nfs-utils-2.3.3-systemd-exportfs-nofail.patch
|
||||||
Patch035: nfs-utils-2.3.3-exports-manpage-outdated.patch
|
Patch035: nfs-utils-2.3.3-exports-manpage-outdated.patch
|
||||||
|
Patch036: nfs-utils-2.3.3-gssd-multithread-updates.patch
|
||||||
|
|
||||||
Patch100: nfs-utils-1.2.1-statdpath-man.patch
|
Patch100: nfs-utils-1.2.1-statdpath-man.patch
|
||||||
Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
|
Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
|
||||||
@ -353,7 +354,10 @@ fi
|
|||||||
%{_libdir}/libnfsidmap.so
|
%{_libdir}/libnfsidmap.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Dec 11 2020 08:54:06 AM EST
|
* Mon Dec 14 2020 Steve Dickson <steved@redhat.com> 2.3.3-40
|
||||||
|
- gssd: upstream multithreaded updates (bz 1906792)
|
||||||
|
|
||||||
|
* Fri Dec 11 2020 Steve Dickson <steved@redhat.com> 2.3.3-39
|
||||||
- systemd: Ingnore export failures in nfs-server.serivce unit (bz 1894873)
|
- systemd: Ingnore export failures in nfs-server.serivce unit (bz 1894873)
|
||||||
- exports.man: Remove some outdated verbiage (bz 1769688)
|
- exports.man: Remove some outdated verbiage (bz 1769688)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user