[SCM] NSS Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Tue Nov 24 09:31:44 UTC 2015


The branch, master has been updated
       via  0b3d6ec Bump version to 1.1.1
       via  bac7fd1 nwrap: Fix the build on Solaris
      from  1d3b2fb Bump version to 1.1.0

https://git.samba.org/?p=nss_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0b3d6ec4a058292293cc0118c1acf86ae4d72871
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Nov 23 08:34:13 2015 +0100

    Bump version to 1.1.1
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>

commit bac7fd164f0a6e4c76d4366ecd5e34bff117c5dc
Author: Andreas Schneider <asn at samba.org>
Date:   Mon Nov 23 08:33:02 2015 +0100

    nwrap: Fix the build on Solaris
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt    | 4 ++--
 ChangeLog         | 3 +++
 src/nss_wrapper.c | 2 ++
 3 files changed, 7 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2fd3d2..a1ed061 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
 
 set(APPLICATION_VERSION_MAJOR "1")
 set(APPLICATION_VERSION_MINOR "1")
-set(APPLICATION_VERSION_PATCH "0")
+set(APPLICATION_VERSION_PATCH "1")
 
 set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
@@ -19,7 +19,7 @@ set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINO
 #     Increment AGE. Set REVISION to 0
 #   If the source code was changed, but there were no interface changes:
 #     Increment REVISION.
-set(LIBRARY_VERSION "0.2.0")
+set(LIBRARY_VERSION "0.2.1")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
diff --git a/ChangeLog b/ChangeLog
index 631a7a5..139d4fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 ChangeLog
 ==========
 
+version 1.1.1 (released 2015-11-23)
+  * Fixed nss_wrapper build on Solaris
+
 version 1.1.0 (released 2015-11-20)
   * Added support for initgroups()
   * Added support for shadow files (getspnam(), etc.)
diff --git a/src/nss_wrapper.c b/src/nss_wrapper.c
index be977df..a080b80 100644
--- a/src/nss_wrapper.c
+++ b/src/nss_wrapper.c
@@ -5578,7 +5578,9 @@ void nwrap_destructor(void)
 	}
 
 	free(user_addrlist.items);
+#ifdef HAVE_GETHOSTBYNAME2
 	free(user_addrlist2.items);
+#endif
 
 	hdestroy();
 	NWRAP_UNLOCK_ALL;


-- 
NSS Wrapper Repository



More information about the samba-cvs mailing list