Changeset b67ea18 in mod_gnutls
- Timestamp:
- Jan 11, 2013, 12:53:31 AM (8 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports
- Children:
- 1c87791
- Parents:
- de80d66 (diff), 8eb6ccd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
rde80d66 rb67ea18 139 139 MOD_GNUTLS_VERSION = @MOD_GNUTLS_VERSION@ 140 140 OBJEXT = @OBJEXT@ 141 OOO_MAINTAIN = @OOO_MAINTAIN@ 141 142 PACKAGE = @PACKAGE@ 142 143 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -
configure
rde80d66 rb67ea18 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for mod_gnutls 0.1. 0.3 # Generated by GNU Autoconf 2.59 for mod_gnutls 0.1.1. 4 4 # 5 5 # Copyright (C) 2003 Free Software Foundation, Inc. … … 268 268 PACKAGE_NAME='mod_gnutls' 269 269 PACKAGE_TARNAME='mod_gnutls' 270 PACKAGE_VERSION='0.1. 0'271 PACKAGE_STRING='mod_gnutls 0.1. 0'270 PACKAGE_VERSION='0.1.1' 271 PACKAGE_STRING='mod_gnutls 0.1.1' 272 272 PACKAGE_BUGREPORT='' 273 273 274 274 ac_unique_file="src/mod_gnutls.c" 275 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MOD_GNUTLS_VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE EGREP APXS_BIN AP_DEFS AP_PREFIX AP_CFLAGS AP_CPPFLAGS AP_INCLUDES AP_INCLUDEDIR AP_LIBEXECDIR AP_VERSION AP_SYSCONFDIR AP_BINDIR AP_SBINDIR APR_INCLUDES APU_INCLUDES APXS_EXTENSION APXS_CFLAGS LIBTOOL GTLS_BIN LIBGNUTLS_LIBS LIBGNUTLS_CFLAGS LIBGNUTLS_VERSION GNUTLS_CERTTOOL LIBGNUTLS_PREFIX APR_MEMCACHE_LIBS APR_MEMCACHE_CFLAGS have_apr_memcache MODULE_CFLAGS MODULE_LIBS LIBOBJS LTLIBOBJS'275 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS OOO_MAINTAIN MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MOD_GNUTLS_VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE EGREP APXS_BIN AP_DEFS AP_PREFIX AP_CFLAGS AP_CPPFLAGS AP_INCLUDES AP_INCLUDEDIR AP_LIBEXECDIR AP_VERSION AP_SYSCONFDIR AP_BINDIR AP_SBINDIR APR_INCLUDES APU_INCLUDES APXS_EXTENSION APXS_CFLAGS LIBTOOL GTLS_BIN LIBGNUTLS_LIBS LIBGNUTLS_CFLAGS LIBGNUTLS_VERSION GNUTLS_CERTTOOL LIBGNUTLS_PREFIX APR_MEMCACHE_LIBS APR_MEMCACHE_CFLAGS have_apr_memcache MODULE_CFLAGS MODULE_LIBS LIBOBJS LTLIBOBJS' 276 276 ac_subst_files='' 277 277 … … 738 738 # This message is too long to be a string in the A/UX 3.1 sh. 739 739 cat <<_ACEOF 740 \`configure' configures mod_gnutls 0.1. 0to adapt to many kinds of systems.740 \`configure' configures mod_gnutls 0.1.1 to adapt to many kinds of systems. 741 741 742 742 Usage: $0 [OPTION]... [VAR=VALUE]... … … 805 805 if test -n "$ac_init_help"; then 806 806 case $ac_init_help in 807 short | recursive ) echo "Configuration of mod_gnutls 0.1. 0:";;807 short | recursive ) echo "Configuration of mod_gnutls 0.1.1:";; 808 808 esac 809 809 cat <<\_ACEOF … … 812 812 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 813 813 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 814 --enable-maintainer Enable maintainer mode for this project 814 815 --enable-maintainer-mode enable make rules and dependencies not useful 815 816 (and sometimes confusing) to the casual installer … … 934 935 if $ac_init_version; then 935 936 cat <<\_ACEOF 936 mod_gnutls configure 0.1. 0937 mod_gnutls configure 0.1.1 937 938 generated by GNU Autoconf 2.59 938 939 … … 948 949 running configure, to aid debugging if configure makes a mistake. 949 950 950 It was created by mod_gnutls $as_me 0.1. 0, which was951 It was created by mod_gnutls $as_me 0.1.1, which was 951 952 generated by GNU Autoconf 2.59. Invocation command line was 952 953 … … 1302 1303 chmod +x config.nice 1303 1304 1304 MOD_GNUTLS_VERSION=0.1. 01305 MOD_GNUTLS_VERSION=0.1.1 1305 1306 1306 1307 … … 1329 1330 ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1330 1331 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1332 1333 1334 # Check whether --enable-maintainer or --disable-maintainer was given. 1335 if test "${enable_maintainer+set}" = set; then 1336 enableval="$enable_maintainer" 1337 echo "$as_me:$LINENO: result: Enabling Maintainer Mode!!" >&5 1338 echo "${ECHO_T}Enabling Maintainer Mode!!" >&6 1339 OOO_MAINTAIN=1 1340 else 1341 OOO_MAINTAIN=0 1342 fi; 1343 1331 1344 1332 1345 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 … … 1718 1731 # Define the identity of the package. 1719 1732 PACKAGE=mod_gnutls 1720 VERSION=0.1. 01733 VERSION=0.1.1 1721 1734 1722 1735 … … 4322 4335 cat >&5 <<_CSEOF 4323 4336 4324 This file was extended by mod_gnutls $as_me 0.1. 0, which was4337 This file was extended by mod_gnutls $as_me 0.1.1, which was 4325 4338 generated by GNU Autoconf 2.59. Invocation command line was 4326 4339 … … 4385 4398 cat >>$CONFIG_STATUS <<_ACEOF 4386 4399 ac_cs_version="\\ 4387 mod_gnutls config.status 0.1. 04400 mod_gnutls config.status 0.1.1 4388 4401 configured by $0, generated by GNU Autoconf 2.59, 4389 4402 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" … … 4586 4599 s,@ECHO_T@,$ECHO_T,;t t 4587 4600 s,@LIBS@,$LIBS,;t t 4601 s,@OOO_MAINTAIN@,$OOO_MAINTAIN,;t t 4588 4602 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t 4589 4603 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t -
configure.ac
rde80d66 rb67ea18 1 AC_INIT(mod_gnutls, 0.1. 0)1 AC_INIT(mod_gnutls, 0.1.1) 2 2 OOO_CONFIG_NICE(config.nice) 3 3 MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION … … 5 5 AC_CONFIG_SRCDIR([src/mod_gnutls.c]) 6 6 AC_CONFIG_AUX_DIR(config) 7 OOO_MAINTAIN_MODE 7 8 AM_MAINTAINER_MODE 8 9 AC_CANONICAL_TARGET -
data/Makefile.in
rde80d66 rb67ea18 123 123 MOD_GNUTLS_VERSION = @MOD_GNUTLS_VERSION@ 124 124 OBJEXT = @OBJEXT@ 125 OOO_MAINTAIN = @OOO_MAINTAIN@ 125 126 PACKAGE = @PACKAGE@ 126 127 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -
include/mod_gnutls.h.in
rde80d66 rb67ea18 26 26 #include "apr_strings.h" 27 27 #include "apr_tables.h" 28 #include "ap_release.h" 28 29 29 30 #ifndef __mod_gnutls_h_inc … … 44 45 45 46 #define MOD_GNUTLS_VERSION "@MOD_GNUTLS_VERSION@" 47 48 #define MOD_GNUTLS_DEBUG @OOO_MAINTAIN@ 49 50 /* Recent Versions of 2.1 renamed several hooks. This allows us to 51 compile on 2.0.xx */ 52 #if AP_SERVER_MINORVERSION_NUMBER >= 1 53 #if AP_SERVER_PATCHLEVEL_NUMBER >= 3 54 #define USING_2_1_RECENT 1 55 #endif 56 #endif 57 58 #ifndef USING_2_1_RECENT 59 #define USING_2_1_RECENT 0 60 #endif 46 61 47 62 typedef enum -
src/Makefile.in
rde80d66 rb67ea18 142 142 MOD_GNUTLS_VERSION = @MOD_GNUTLS_VERSION@ 143 143 OBJEXT = @OBJEXT@ 144 OOO_MAINTAIN = @OOO_MAINTAIN@ 144 145 PACKAGE = @PACKAGE@ 145 146 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -
src/mod_gnutls.c
rde80d66 rb67ea18 22 22 #endif 23 23 24 #if MOD_GNUTLS_DEBUG 24 25 static apr_file_t* debug_log_fp; 26 #endif 25 27 26 28 static apr_status_t mod_gnutls_cleanup_pre_config(void *data) … … 30 32 } 31 33 34 #if MOD_GNUTLS_DEBUG 32 35 static void gnutls_debug_log_all( int level, const char* str) 33 36 { 34 37 apr_file_printf(debug_log_fp, "<%d> %s\n", level, str); 35 38 } 39 #endif 36 40 37 41 static int mod_gnutls_hook_pre_config(apr_pool_t * pconf, … … 49 53 apr_pool_cleanup_null); 50 54 55 #if MOD_GNUTLS_DEBUG 51 56 apr_file_open(&debug_log_fp, "/tmp/gnutls_debug", 52 57 APR_APPEND|APR_WRITE|APR_CREATE, APR_OS_DEFAULT, pconf); … … 54 59 gnutls_global_set_log_level(9); 55 60 gnutls_global_set_log_function(gnutls_debug_log_all); 61 #endif 56 62 57 63 return OK; … … 521 527 ap_hook_child_init(mod_gnutls_hook_child_init, NULL, NULL, 522 528 APR_HOOK_MIDDLE); 529 #if USING_2_1_RECENT 523 530 ap_hook_http_scheme(mod_gnutls_hook_http_scheme, NULL, NULL, 524 531 APR_HOOK_MIDDLE); 532 #else 533 ap_hook_http_method(mod_gnutls_hook_http_scheme, NULL, NULL, 534 APR_HOOK_MIDDLE); 535 #endif 525 536 ap_hook_default_port(mod_gnutls_hook_default_port, NULL, NULL, 526 537 APR_HOOK_MIDDLE);
Note: See TracChangeset
for help on using the changeset viewer.