components/libmicrohttpd/patches/004.patch
author Drew Fisher <drew.fisher@oracle.com>
Tue, 04 Aug 2015 11:47:02 -0700
changeset 4736 455a1830e5e8
parent 3738 19e0324097d4
permissions -rw-r--r--
21542088 VM's display_name is used instead of hostname to set the hostname for VM
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3738
19e0324097d4 PSARC/2014/289 libmicrohttpd
Tomas Heran <tomas.heran@oracle.com>
parents:
diff changeset
     1
Tomas Heran <[email protected]>
19e0324097d4 PSARC/2014/289 libmicrohttpd
Tomas Heran <tomas.heran@oracle.com>
parents:
diff changeset
     2
This patch will not be reported upstream.
19e0324097d4 PSARC/2014/289 libmicrohttpd
Tomas Heran <tomas.heran@oracle.com>
parents:
diff changeset
     3
19e0324097d4 PSARC/2014/289 libmicrohttpd
Tomas Heran <tomas.heran@oracle.com>
parents:
diff changeset
     4
diff -r 2b3bbde72bcd -r 92407d8c9b87 doc/libmicrohttpd.3
19e0324097d4 PSARC/2014/289 libmicrohttpd
Tomas Heran <tomas.heran@oracle.com>
parents:
diff changeset
     5
--- a/doc/libmicrohttpd.3	Mon Jan 26 16:56:08 2015 +0100
19e0324097d4 PSARC/2014/289 libmicrohttpd
Tomas Heran <tomas.heran@oracle.com>
parents:
diff changeset
     6
+++ b/doc/libmicrohttpd.3	Thu Feb 05 13:03:58 2015 +0100
19e0324097d4 PSARC/2014/289 libmicrohttpd
Tomas Heran <tomas.heran@oracle.com>
parents:
diff changeset
     7
@@ -33,3 +33,6 @@
19e0324097d4 PSARC/2014/289 libmicrohttpd
Tomas Heran <tomas.heran@oracle.com>
parents:
diff changeset
     8
 
19e0324097d4 PSARC/2014/289 libmicrohttpd
Tomas Heran <tomas.heran@oracle.com>
parents:
diff changeset
     9
 .SH "AVAILABILITY"
19e0324097d4 PSARC/2014/289 libmicrohttpd
Tomas Heran <tomas.heran@oracle.com>
parents:
diff changeset
    10
 You can obtain the latest version from http://www.gnu.org/software/libmicrohttpd/.
19e0324097d4 PSARC/2014/289 libmicrohttpd
Tomas Heran <tomas.heran@oracle.com>
parents:
diff changeset
    11
+
19e0324097d4 PSARC/2014/289 libmicrohttpd
Tomas Heran <tomas.heran@oracle.com>
parents:
diff changeset
    12
+.SH "CAVEATS"
19e0324097d4 PSARC/2014/289 libmicrohttpd
Tomas Heran <tomas.heran@oracle.com>
parents:
diff changeset
    13
+This library, as delivered by Oracle Solaris in binary form, has been compiled without HTTPS support, i.e. \fB--disable-https\fP option was used when configuring the library for compilation.