[SCM] NSS Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Fri May 17 05:45:15 UTC 2019


The branch, master has been updated
       via  c18484e Bump version to 1.1.6
       via  d55a8c7 cpack: Fix description and vendor
      from  7979c97 gitlab-ci: Setup CI for nss_wrapper

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


- Log -----------------------------------------------------------------
commit c18484ec4f20da846a7673a415a1b4db8bc144e8
Author: Andreas Schneider <asn at samba.org>
Date:   Fri May 17 07:44:30 2019 +0200

    Bump version to 1.1.6
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>

commit d55a8c74c77a518169debc59d44324a4c0208a88
Author: Andreas Schneider <asn at samba.org>
Date:   Tue May 7 11:58:49 2019 +0200

    cpack: Fix description and vendor
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>

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

Summary of changes:
 CMakeLists.txt    | 4 ++--
 CPackConfig.cmake | 4 ++--
 ChangeLog         | 5 +++++
 3 files changed, 9 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4507a15..e87842b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
 include(DefineCMakeDefaults)
 include(DefineCompilerFlags)
 
-project(nss_wrapper VERSION 1.1.5 LANGUAGES C)
+project(nss_wrapper VERSION 1.1.6 LANGUAGES C)
 
 # global needed variables
 set(APPLICATION_NAME ${PROJECT_NAME})
@@ -23,7 +23,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
 #     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.5")
+set(LIBRARY_VERSION "0.2.6")
 set(LIBRARY_SOVERSION "0")
 
 # add definitions
diff --git a/CPackConfig.cmake b/CPackConfig.cmake
index 827b518..3a554a9 100644
--- a/CPackConfig.cmake
+++ b/CPackConfig.cmake
@@ -3,9 +3,9 @@
 
 ### general settings
 set(CPACK_PACKAGE_NAME ${PROJECT_NAME})
-set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The SSH library")
+set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The NSS wrapper library")
 set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.md")
-set(CPACK_PACKAGE_VENDOR "The SSH Library Development Team")
+set(CPACK_PACKAGE_VENDOR "The Samba Team")
 set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME})
 set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE")
 
diff --git a/ChangeLog b/ChangeLog
index b158baf..83a2380 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 ChangeLog
 ==========
 
+version 1.1.6 (released 2019-05-19)
+  * Fixed issues with memory alignment of getgrnam()
+  * Fixed getpwnam() on FreeBSD
+  * Started to use modern cmake (>= 3.5.0)
+
 version 1.1.5 (released 2018-10-31)
   * Fixed running on older distributions
 


-- 
NSS Wrapper Repository



More information about the samba-cvs mailing list