[SCM] log4shib Debian packaging branch, master, updated. debian/1.0.6-1-6-g5ce102f

Russ Allbery rra at stanford.edu
Sun Jun 23 22:05:46 UTC 2013


The following commit has been merged in the master branch:
commit 3e71974bd176ed463d06f4a6d1a132f3e13a14a6
Merge: 2c8df896ad589359a03b9c9eb851c52d19b3fbda 150679a21778ad5ca29780febd6c4b2dc5ddd164
Author: Russ Allbery <rra at stanford.edu>
Date:   Tue Jun 18 15:11:55 2013 -0700

    Merge tag 'upstream/1.0.7'
    
    Upstream version 1.0.7

diff --combined configure.ac
index 0cb4a65,36d981d..aad177f
--- a/configure.ac
+++ b/configure.ac
@@@ -1,4 -1,4 +1,4 @@@
- AC_INIT(log4shib, 1.0.6)
+ AC_INIT(log4shib, 1.0.7)
  
  # autoconf 2.50 or higher to rebuild aclocal.m4, because the
  # AC_CREATE_PREFIX_CONFIG_H macro needs the AS_DIRNAME macro.
@@@ -11,7 -11,7 +11,7 @@@ AC_PREREQ(2.50
  #  ? :+1 : ?   == just some internal changes, nothing breaks but might work 
  #                 better
  # CURRENT : REVISION : AGE
- LT_VERSION=1:6:0
+ LT_VERSION=1:7:0
  
  AC_SUBST(LT_VERSION)
  
@@@ -69,6 -69,29 +69,29 @@@ AC_LANG(C
  AC_CHECK_HEADERS([unistd.h])
  AC_CHECK_HEADERS([io.h])
  
+ 
+ # Checks close-on-exec functionality
+ # ----------------------------------------------------------------------------
+ AC_CHECK_DECL([O_CLOEXEC],
+         [AC_DEFINE([HAVE_O_CLOEXEC],[1],[Define to 1 if open supports O_CLOEXEC flag.])],,
+         [#include <fcntl.h>])
+ AC_CHECK_DECL([FD_CLOEXEC],
+         [AC_DEFINE([HAVE_FD_CLOEXEC],[1],[Define to 1 if fcntl supports FD_CLOEXEC flag.])],,
+         [#include <fcntl.h>])
+ AC_CACHE_CHECK([for SOCK_CLOEXEC support], [log_cv_sock_cloexec],
+ [AC_TRY_RUN([
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ int main()
+ {
+ return socket(AF_INET, SOCK_STREAM|SOCK_CLOEXEC, 0) == -1;
+ }], [log_cv_sock_cloexec=yes], [log_cv_sock_cloexec=no], [log_cv_sock_cloexec=no])])
+ 
+ if test "$log_cv_sock_cloexec" = "yes"; then
+ 	AC_DEFINE([HAVE_SOCK_CLOEXEC], 1, [Define if the SOCK_CLOEXEC flag is supported])
+ fi
+ 
+ 
  # Checks local idioms
  # ----------------------------------------------------------------------------
  AC_C_INT64_T
@@@ -145,6 -168,7 +168,6 @@@ include/Makefil
  include/log4shib/Makefile
  include/log4shib/threading/Makefile
  tests/Makefile
 -debian/Makefile
  msvc6/Makefile
  msvc6/log4shib/Makefile
  msvc6/log4shibDLL/Makefile

-- 
log4shib Debian packaging



More information about the Pkg-shibboleth-devel mailing list