This commit is contained in:
Jiffin Tony Thottan 2016-05-02 19:48:40 +05:30
parent 5a95d4652b
commit 5c1a85f7d7
3 changed files with 19 additions and 3 deletions

View File

@ -0,0 +1,11 @@
--- nfs-ganesha-2.3.2/src/include/nfsv41.h.org 2016-05-03 18:10:18.701170555 +0530
+++ nfs-ganesha-2.3.2/src/include/nfsv41.h 2016-05-03 18:10:35.175228434 +0530
@@ -3646,7 +3646,7 @@
return false;
/* skip any further elements and lie on bitmap len */
for (i = mapsize; i < objp->bitmap4_len; i++) {
- u_int crud;
+ u_int crud = 0;
if (!inline_xdr_u_int32_t(xdrs, &crud))
return false;

View File

@ -79,14 +79,15 @@
%global dev_version %{lua: extraver = string.gsub('', '%-', '.'); print(extraver) }
Name: nfs-ganesha
Version: 2.3.1
Release: 4%{?dev_version:%{dev_version}}%{?dist}
Version: 2.3.2
Release: 1%{?dev_version:%{dev_version}}%{?dist}
Summary: NFS Server running in user space
Group: Applications/System
License: LGPLv3+
Url: https://github.com/nfs-ganesha/nfs-ganesha/wiki
Source0: https://github.com/%{name}/%{name}/archive/V%{version}/%{name}-%{version}%{dev_version}.tar.gz
Patch01: nfs-ganesha-2.3.2-fix-unintialized-variable-crud.patch
BuildRequires: cmake
BuildRequires: bison
@ -329,6 +330,7 @@ be used with NFS-Ganesha to support Gluster
%prep
%setup -q -n %{name}-%{version}%{dev_version}
rm -rf contrib/libzfswrapper
%patch01 -p1
%build
cd src && %cmake . -DCMAKE_BUILD_TYPE=Debug \
@ -579,6 +581,9 @@ install -m 644 ChangeLog %{buildroot}%{_defaultdocdir}/ganesha
%endif
%changelog
* Mon May 02 2016 Jiffin Tony Thottan <jthottan at redhat.com> 2.3.2-1
- 2.3.2 GA
* Wed Apr 6 2016 Kaleb S. KEITHLEY <kkeithle at redhat.com> 2.3.1-4
- w/ fsal_gluster, fsal_xfs, fsal_ceph

View File

@ -1 +1 @@
fac648d86a47e0c192d7808507cca6d9 nfs-ganesha-2.3.1.tar.gz
49c20596a1dda2bded30da18fc733f02 nfs-ganesha-2.3.2.tar.gz