From eb3659bb926d9576eac2f665a827513252c6d8e0 Mon Sep 17 00:00:00 2001 From: Jiffin Tony Thottan Date: Mon, 2 May 2016 19:48:40 +0530 Subject: [PATCH] 2.3.2 GA --- ...ganesha-2.3.2-fix-unintialized-variable-crud.patch | 11 +++++++++++ nfs-ganesha.spec | 9 +++++++-- sources | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 nfs-ganesha-2.3.2-fix-unintialized-variable-crud.patch diff --git a/nfs-ganesha-2.3.2-fix-unintialized-variable-crud.patch b/nfs-ganesha-2.3.2-fix-unintialized-variable-crud.patch new file mode 100644 index 0000000..705fafe --- /dev/null +++ b/nfs-ganesha-2.3.2-fix-unintialized-variable-crud.patch @@ -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; diff --git a/nfs-ganesha.spec b/nfs-ganesha.spec index 7a32438..098dd61 100644 --- a/nfs-ganesha.spec +++ b/nfs-ganesha.spec @@ -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 2.3.2-1 +- 2.3.2 GA + * Wed Apr 6 2016 Kaleb S. KEITHLEY 2.3.1-4 - w/ fsal_xfs diff --git a/sources b/sources index bdb270c..f746c25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fac648d86a47e0c192d7808507cca6d9 nfs-ganesha-2.3.1.tar.gz +49c20596a1dda2bded30da18fc733f02 nfs-ganesha-2.3.2.tar.gz