[rs-commit] r158 - in /mod_crl/trunk: Makefile.in configure configure.ac mod_crl.c

rs-commit at redwax.eu rs-commit at redwax.eu
Sun Dec 8 15:28:31 CET 2019


Author: minfrin at redwax.eu
Date: Sun Dec  8 15:28:30 2019
New Revision: 158

Log:
Bump version before tag.

Modified:
    mod_crl/trunk/Makefile.in
    mod_crl/trunk/configure
    mod_crl/trunk/configure.ac
    mod_crl/trunk/mod_crl.c

Modified: mod_crl/trunk/Makefile.in
==============================================================================
--- mod_crl/trunk/Makefile.in	(original)
+++ mod_crl/trunk/Makefile.in	Sun Dec  8 15:28:30 2019
@@ -226,7 +226,6 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
-runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@

Modified: mod_crl/trunk/configure
==============================================================================
--- mod_crl/trunk/configure	(original)
+++ mod_crl/trunk/configure	Sun Dec  8 15:28:30 2019
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mod_crl 0.2.0.
+# Generated by GNU Autoconf 2.69 for mod_crl 0.2.1.
 #
 # Report bugs to <dev-rs at redwax.eu>.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='mod_crl'
 PACKAGE_TARNAME='mod_crl'
-PACKAGE_VERSION='0.2.0'
-PACKAGE_STRING='mod_crl 0.2.0'
+PACKAGE_VERSION='0.2.1'
+PACKAGE_STRING='mod_crl 0.2.1'
 PACKAGE_BUGREPORT='dev-rs at redwax.eu'
 PACKAGE_URL=''
 
@@ -1288,7 +1288,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures mod_crl 0.2.0 to adapt to many kinds of systems.
+\`configure' configures mod_crl 0.2.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1354,7 +1354,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of mod_crl 0.2.0:";;
+     short | recursive ) echo "Configuration of mod_crl 0.2.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1464,7 +1464,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-mod_crl configure 0.2.0
+mod_crl configure 0.2.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1887,7 +1887,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by mod_crl $as_me 0.2.0, which was
+It was created by mod_crl $as_me 0.2.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2750,7 +2750,7 @@
 
 # Define the identity of the package.
  PACKAGE='mod_crl'
- VERSION='0.2.0'
+ VERSION='0.2.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5505,7 +5505,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by mod_crl $as_me 0.2.0, which was
+This file was extended by mod_crl $as_me 0.2.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5562,7 +5562,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-mod_crl config.status 0.2.0
+mod_crl config.status 0.2.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 

Modified: mod_crl/trunk/configure.ac
==============================================================================
--- mod_crl/trunk/configure.ac	(original)
+++ mod_crl/trunk/configure.ac	Sun Dec  8 15:28:30 2019
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(mod_crl, 0.2.0, dev-rs at redwax.eu)
+AC_INIT(mod_crl, 0.2.1, dev-rs at redwax.eu)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AC_CONFIG_FILES([Makefile mod_crl.spec])
 AC_CONFIG_SRCDIR([mod_crl.c])

Modified: mod_crl/trunk/mod_crl.c
==============================================================================
--- mod_crl/trunk/mod_crl.c	(original)
+++ mod_crl/trunk/mod_crl.c	Sun Dec  8 15:28:30 2019
@@ -232,7 +232,7 @@
     rv = ap_run_ca_getcrl(r, &der, &len, &validity);
     if (rv == DECLINED) {
         log_message(r, APR_SUCCESS,
-                "No module configured to sign the certificate");
+                "No module configured to return the certificate revocation list");
 
         return HTTP_INTERNAL_SERVER_ERROR;
     }



More information about the rs-commit mailing list