]> granicus.if.org Git - apache/commitdiff
As we package the minimal binaries, package a minimal (but comprehensive)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 17 Aug 2001 21:11:57 +0000 (21:11 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 17 Aug 2001 21:11:57 +0000 (21:11 +0000)
  set of readme, license and news for the OpenSSL .dll's and openssl.exe.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90304 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index f616eef5fd498f99a8782a65f80ce6105723bace..244d59516a8247f0c4a0b716049a429687e7312b 100644 (file)
@@ -252,7 +252,7 @@ _install:
        -mkdir "$(INSTDIR)\modules"
 #      -mkdir "$(INSTDIR)\proxy"
        copy ABOUT_APACHE "$(INSTDIR)"
-       copy CHANGES"$(INSTDIR)"
+       copy CHANGES "$(INSTDIR)"
        copy INSTALL "$(INSTDIR)"
        copy LICENSE "$(INSTDIR)"
        copy README "$(INSTDIR)"
@@ -281,6 +281,46 @@ _install:
        -copy srclib\openssl\$(SSLBIN)\openssl.exe "$(INSTDIR)\bin"
        -copy srclib\openssl\$(SSLBIN)\libeay32.dll "$(INSTDIR)\bin"
        -copy srclib\openssl\$(SSLBIN)\ssleay32.dll "$(INSTDIR)\bin"
+       -copy srclib\openssl\LICENSE "$(INSTDIR)\OPENSSL-LICENSE"
+       -copy << + srclib\openssl\NEWS "$(INSTDIR)\OPENSSL-NEWS"
+
+ Apache HTTP Server 2.0 Limited OpenSSL Distribution  17 Aug 2001
+
+ This binary distribution includes the minimal components of OpenSSL required
+ to support mod_ssl and mod_tls for Apache HTTP Server version 2.0 (further
+ details are available in OPENSSL-README.)  For the complete list of CHANGES 
+ to this and later versions of OpenSSL, please refer to the definative source,
+ <http://www.openssl.org/news/changelog.html>, or see the CHANGES file in the
+ full binary or source distribution package from <http://www.openssl.org/>.
+
+--------------------------------------------------------------------------------
+<<
+       -copy << + srclib\openssl\README "$(INSTDIR)\OPENSSL-README"
+
+ Apache HTTP Server 2.0 Limited OpenSSL Distribution  17 Aug 2001
+
+ This binary installation of OpenSSL is a limited distribution of the documents
+ LICENSE, NEWS and README (prefixed by OPENSSL-), and the runtime files
+
+   libeay32.dll
+   ssleay32.dll
+   openssl.exe
+
+ These are the minimal libraries and tools required to use mod_ssl or mod_tls
+ as distributed with Apache HTTP Server version 2.0.  No library files, headers
+ or sources are distributed with this binary distribution.  Please refer to the
+ <http://www.openssl.org/> site for complete source or binary distributions.
+
+ The Apache HTTP Project only supports the binary distribution of these files
+ and development of the mod_ssl and mod_tls modules.  We cannot provide support
+ assistance for using or configuring the OpenSSL package or these modules.
+ Please refer all installation and configuration questions to the appropriate
+ forum, such as the user supported newsgroups comp.infosystems.www.servers.unix
+ or comp.infosystems.www.servers.ms-windows, or see the support options listed
+ at <http://www.openssl.org/support/>.
+
+--------------------------------------------------------------------------------
+<<
 !ENDIF
         copy support\$(LONG)\ab.exe "$(INSTDIR)\bin"
         copy support\$(LONG)\htpasswd.exe "$(INSTDIR)\bin"