~ubuntu-branches/ubuntu/raring/ipxe/raring

« back to all changes in this revision

Viewing changes to debian/patches/enable-https.patch

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-11-14 15:47:31 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20121114154731-jhuy5d1h2jw75qe9
Tags: 1.0.0+git-4.d6b0b76-0ubuntu1
* New upstream snapshot:
  - d/p/iscsi*.patch: Dropped - included in snapshot.
  - Refreshed all other patches.
* d/p/enable-https.patch: Enable HTTPS support (LP: #1025239).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/src/config/general.h
 
2
+++ b/src/config/general.h
 
3
@@ -56,7 +56,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
4
 
 
5
 #define        DOWNLOAD_PROTO_TFTP     /* Trivial File Transfer Protocol */
 
6
 #define        DOWNLOAD_PROTO_HTTP     /* Hypertext Transfer Protocol */
 
7
-#undef DOWNLOAD_PROTO_HTTPS    /* Secure Hypertext Transfer Protocol */
 
8
+#define        DOWNLOAD_PROTO_HTTPS    /* Secure Hypertext Transfer Protocol */
 
9
 #undef DOWNLOAD_PROTO_FTP      /* File Transfer Protocol */
 
10
 #undef DOWNLOAD_PROTO_SLAM     /* Scalable Local Area Multicast */
 
11