[rs-commit] r33 - /dev/
rs-commit at redwax.eu
rs-commit at redwax.eu
Sat Feb 8 15:06:26 CET 2020
Author: minfrin at redwax.eu
Date: Sat Feb 8 15:06:22 2020
New Revision: 33
Log:
Add binaries ready for release.
Added:
dev/ChangeLog-mod_ca-0.2.2
dev/ChangeLog-mod_crl-0.2.3
dev/ChangeLog-mod_csr-0.2.3
dev/ChangeLog-mod_ocsp-0.2.2
dev/ChangeLog-mod_pkcs12-0.2.2
dev/ChangeLog-mod_scep-0.2.3
dev/ChangeLog-mod_spkac-0.2.2
dev/ChangeLog-mod_timestamp-0.2.2
dev/mod_ca-0.2.2.tar.bz2 (with props)
dev/mod_ca-0.2.2.tar.gz (with props)
dev/mod_crl-0.2.3.tar.bz2 (with props)
dev/mod_crl-0.2.3.tar.gz (with props)
dev/mod_csr-0.2.3.tar.bz2 (with props)
dev/mod_csr-0.2.3.tar.gz (with props)
dev/mod_ocsp-0.2.2.tar.bz2 (with props)
dev/mod_ocsp-0.2.2.tar.gz (with props)
dev/mod_pkcs12-0.2.2.tar.bz2 (with props)
dev/mod_pkcs12-0.2.2.tar.gz (with props)
dev/mod_scep-0.2.3.tar.bz2 (with props)
dev/mod_scep-0.2.3.tar.gz (with props)
dev/mod_spkac-0.2.2.tar.bz2 (with props)
dev/mod_spkac-0.2.2.tar.gz (with props)
dev/mod_timestamp-0.2.2.tar.bz2 (with props)
dev/mod_timestamp-0.2.2.tar.gz (with props)
Added: dev/ChangeLog-mod_ca-0.2.2
==============================================================================
--- dev/ChangeLog-mod_ca-0.2.2 (added)
+++ dev/ChangeLog-mod_ca-0.2.2 Sat Feb 8 15:06:22 2020
@@ -0,0 +1,54 @@
+
+Changes with v0.2.2
+
+ *) apr_file_link() is not supported on apr < 1.4. [Graham
+ Leggett]
+
+ *) Support platforms where apr_crypto_clear() is not present.
+ [Graham Leggett]
+
+ *) Remove unnecessary ap_state_query call. [Graham Leggett]
+
+ *) RPM spec file: build natively on Redhat, SUSE and Mageia.
+ [Graham Leggett]
+
+Changes with v0.2.1
+
+ *) Initial Redwax release.
+
+ *) Allow install time redirection of libexec (for the modules) and
+ the incude files that differs from the APXS location (where the rest
+ of the modules and include live. This lets us work with the NixOS
+ build and package system that keeps thse religiously separate.
+ [Dirk-Willem van Gulik]
+
+Changes with v0.2.0
+
+ *) Alphabetise the hook implemetations to make them easier to
+ document. [Graham Leggett]
+
+ *) Make sure that extensions are added with X509V3_CTX.
+ [Graham Leggett]
+
+ *) Updates to compile with openssl v1.1.0. [Graham Leggett]
+
+ *) Add an implementation of the ca_makekey hook to mod_ca_simple.
+ [Graham Leggett]
+
+ *) Add the ca_makekey hook. [Graham Leggett]
+
+ *) Allow the challengePassword to be a UTF8 string. [Graham Leggett]
+
+ *) Distinguish between a certificate not found error and an LDAP error
+ so we don't print "Success" next to a failure. [Graham Leggett]
+
+ *) Add a workaround for https://github.com/openssl/openssl/issues/8618
+ that causes PKCS7 DER encoded objects to not be decoded correctly.
+ [Graham Leggett]
+
+ *) Wire through the module names in log messages. [Graham Leggett]
+
+ *) Honour CFLAGS during build. [Graham Leggett]
+
+ *) Initial import of mod_ca. [Graham Leggett]
+
Added: dev/ChangeLog-mod_crl-0.2.3
==============================================================================
--- dev/ChangeLog-mod_crl-0.2.3 (added)
+++ dev/ChangeLog-mod_crl-0.2.3 Sat Feb 8 15:06:22 2020
@@ -0,0 +1,20 @@
+
+Changes with v0.2.3
+
+ *) RPM spec file: build natively on Redhat, SUSE and Mageia.
+ [Graham Leggett]
+
+Changes with v0.2.2
+
+ *) Add openssl_setter_compat.h to the distribution. [Dirk-Willem van Gulik]
+
+Changes with v0.2.1
+
+ *) Initial Redwax release.
+
+Changes with v0.2.0
+
+ *) Honour CFLAGS during build. [Graham Leggett]
+
+ *) Initial import of mod_crl. [Graham Leggett]
+
Added: dev/ChangeLog-mod_csr-0.2.3
==============================================================================
--- dev/ChangeLog-mod_csr-0.2.3 (added)
+++ dev/ChangeLog-mod_csr-0.2.3 Sat Feb 8 15:06:22 2020
@@ -0,0 +1,29 @@
+
+Changes with v0.2.3
+
+ *) Use autoconf to detect X509_REQ_set1_signature. [Graham
+ Leggett]
+
+ *) RPM spec file: build natively on Redhat, SUSE and Mageia.
+ [Graham Leggett]
+
+Changes with v0.2.2
+
+ *) Add openssl_setter_compat.h to the distribution. [Dirk-Willem van Gulik]
+
+Changes with v0.2.1
+
+ *) Initial Redwax release.
+
+ *) Minor tweak to build with OpenSSL 1.1.0-1.1.1 [Dirk-Willem van Gulik]
+
+Changes with v0.2.0
+
+ *) Use the mime type application/pkcs7-mime for PEM encoded
+ responses. [Graham Leggett]
+
+ *) Add support for the expression API, and remove the obsolete
+ CGI options. [Graham Leggett]
+
+ *) Initial import of mod_csr. [Graham Leggett]
+
Added: dev/ChangeLog-mod_ocsp-0.2.2
==============================================================================
--- dev/ChangeLog-mod_ocsp-0.2.2 (added)
+++ dev/ChangeLog-mod_ocsp-0.2.2 Sat Feb 8 15:06:22 2020
@@ -0,0 +1,16 @@
+
+Changes with v0.2.2
+
+ *) RPM spec file: build natively on Redhat, SUSE and Mageia.
+ [Graham Leggett]
+
+Changes with v0.2.1
+
+ *) Initial Redwax release.
+
+Changes with v0.2.0
+
+ *) Honour CFLAGS during build. [Graham Leggett]
+
+ *) Initial import of mod_ocsp. [Graham Leggett]
+
Added: dev/ChangeLog-mod_pkcs12-0.2.2
==============================================================================
--- dev/ChangeLog-mod_pkcs12-0.2.2 (added)
+++ dev/ChangeLog-mod_pkcs12-0.2.2 Sat Feb 8 15:06:22 2020
@@ -0,0 +1,14 @@
+
+Changes with v0.2.2
+
+ *) RPM spec file: build natively on Redhat, SUSE and Mageia.
+ [Graham Leggett]
+
+Changes with v0.2.1
+
+ *) Initial Redwax release.
+
+Changes with v0.2.0
+
+ *) Initial import of mod_pkcs12. [Graham Leggett]
+
Added: dev/ChangeLog-mod_scep-0.2.3
==============================================================================
--- dev/ChangeLog-mod_scep-0.2.3 (added)
+++ dev/ChangeLog-mod_scep-0.2.3 Sat Feb 8 15:06:22 2020
@@ -0,0 +1,35 @@
+
+Changes with v0.2.3
+
+ *) Use autoconf to detect X509_REQ_set1_signature. [Graham
+ Leggett]
+
+ *) RPM spec file: build natively on Redhat, SUSE and Mageia.
+ [Graham Leggett]
+
+Changes with v0.2.2
+
+ *) Add openssl_setter_compat.h to the distribution. [Dirk-Willem van Gulik]
+
+Changes with v0.2.1
+
+ *) Initial Redwax release.
+
+ *) Minor tweak to build with OpenSSL 1.1.0-1.1.1 [Dirk-Willem van Gulik]
+
+Changes with v0.2.0
+
+ *) Add support for the expression API, and remove the obsolete
+ CGI options. [Graham Leggett]
+
+ *) Add a cleanup for the EVP key. [Graham Leggett]
+
+ *) PKIOperation request bodies are no longer application/x-pki-message,
+ be specific about application/x-www-form-urlencoded when we parse
+ the form. Clarify the error messages returned by PKIOperation to
+ indicate the operation being performed. [Graham Leggett]
+
+ *) Honour CFLAGS during build. [Graham Leggett]
+
+ *) Initial import of mod_scep. [Graham Leggett]
+
Added: dev/ChangeLog-mod_spkac-0.2.2
==============================================================================
--- dev/ChangeLog-mod_spkac-0.2.2 (added)
+++ dev/ChangeLog-mod_spkac-0.2.2 Sat Feb 8 15:06:22 2020
@@ -0,0 +1,22 @@
+
+Changes with v0.2.2
+
+ *) RPM spec file: build natively on Redhat, SUSE and Mageia.
+ [Graham Leggett]
+
+Changes with v0.2.1
+
+ *) Initial Redwax release.
+
+Changes with v0.2.0
+
+ *) Add support for the expression API, and remove the obsolete
+ CGI options. [Graham Leggett]
+
+ *) Work around OpenSSL regression https://github.com/openssl/openssl/issues/8553
+ [Graham Leggett]
+
+ *) Honour CFLAGS during build. [Graham Leggett]
+
+ *) Initial import of mod_spkac. [Graham Leggett]
+
Added: dev/ChangeLog-mod_timestamp-0.2.2
==============================================================================
--- dev/ChangeLog-mod_timestamp-0.2.2 (added)
+++ dev/ChangeLog-mod_timestamp-0.2.2 Sat Feb 8 15:06:22 2020
@@ -0,0 +1,19 @@
+
+Changes with v0.2.2
+
+ *) RPM spec file: build natively on Redhat, SUSE and Mageia.
+ [Graham Leggett]
+
+Changes with v0.2.1
+
+ *) Minor tweak to build with OpenSSL 1.1.0-1.1.1 [Dirk-Willem van Gulik]
+
+Changes with v0.2.0
+
+ *) Fix the ap_run_ca_makeserial and ap_run_ca_gettime hooks to match
+ mod_ca v0.2.0 and above. [Graham Leggett]
+
+ *) Honour CFLAGS during build. [Graham Leggett]
+
+ *) Initial import of mod_timestamp. [Graham Leggett]
+
Added: dev/mod_ca-0.2.2.tar.bz2
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_ca-0.2.2.tar.bz2
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_ca-0.2.2.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_ca-0.2.2.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_crl-0.2.3.tar.bz2
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_crl-0.2.3.tar.bz2
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_crl-0.2.3.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_crl-0.2.3.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_csr-0.2.3.tar.bz2
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_csr-0.2.3.tar.bz2
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_csr-0.2.3.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_csr-0.2.3.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_ocsp-0.2.2.tar.bz2
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_ocsp-0.2.2.tar.bz2
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_ocsp-0.2.2.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_ocsp-0.2.2.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_pkcs12-0.2.2.tar.bz2
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_pkcs12-0.2.2.tar.bz2
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_pkcs12-0.2.2.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_pkcs12-0.2.2.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_scep-0.2.3.tar.bz2
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_scep-0.2.3.tar.bz2
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_scep-0.2.3.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_scep-0.2.3.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_spkac-0.2.2.tar.bz2
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_spkac-0.2.2.tar.bz2
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_spkac-0.2.2.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_spkac-0.2.2.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_timestamp-0.2.2.tar.bz2
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_timestamp-0.2.2.tar.bz2
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: dev/mod_timestamp-0.2.2.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: dev/mod_timestamp-0.2.2.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
More information about the rs-commit
mailing list