[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Mon Jan 25 18:12:15 UTC 2016


The branch master has been updated
       via  4f2eec60c28986d529fc2fff10d2a64e161a101c (commit)
      from  9e4d6fbf3d061449b3c42b0b64b511221ba6483b (commit)


- Log -----------------------------------------------------------------
commit 4f2eec60c28986d529fc2fff10d2a64e161a101c
Author: Richard Levitte <richard at levitte.org>
Date:   Sat Jan 23 23:09:12 2016 +0100

    Add some info in CHANGES about what's happening so far with Configure et al
    
    Reviewed-by: Viktor Dukhovni <viktor at openssl.org>

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

Summary of changes:
 CHANGES | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/CHANGES b/CHANGES
index b3647bf..0114269 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,20 @@
 
  Changes between 1.0.2e and 1.1.0  [xx XXX xxxx]
 
+  *) Configuration and writing out the results from it has changed.
+     Files such as Makefile include/openssl/opensslconf.h and are now
+     produced through general templates, such as Makefile.in and
+     crypto/opensslconf.h.in and some help from the perl module
+     Text::Template.
+
+     Also, the center of configuration information is no longer
+     Makefile.  Instead, Configure produces a perl module in
+     configdata.pm which holds most of the config data (in the hash
+     table %config), the target data that comes from the target
+     configuration in one of the Configurations/*.conf files (in
+     %target).
+     [Richard Levitte]
+
   *) To clarify their intended purposes, the Configure options
      --prefix and --openssldir change their semantics, and become more
      straightforward and less interdependent.


More information about the openssl-commits mailing list