Title: [172394] trunk
Revision
172394
Author
[email protected]
Date
2014-08-11 03:40:00 -0700 (Mon, 11 Aug 2014)

Log Message

Unreviewed, rolling out r172393.
https://bugs.webkit.org/show_bug.cgi?id=135796

discussion needed about GnuTLS version bump on the bots
(Requested by philn on #webkit).

Reverted changeset:

https://bugs.webkit.org/show_bug.cgi?id=133317
http://trac.webkit.org/changeset/172393

Modified Paths

Diff

Modified: trunk/ChangeLog (172393 => 172394)


--- trunk/ChangeLog	2014-08-11 10:23:48 UTC (rev 172393)
+++ trunk/ChangeLog	2014-08-11 10:40:00 UTC (rev 172394)
@@ -1,3 +1,16 @@
+2014-08-11  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r172393.
+        https://bugs.webkit.org/show_bug.cgi?id=135796
+
+        discussion needed about GnuTLS version bump on the bots
+        (Requested by philn on #webkit).
+
+        Reverted changeset:
+
+        https://bugs.webkit.org/show_bug.cgi?id=133317
+        http://trac.webkit.org/changeset/172393
+
 2014-08-11  Eduardo Lima Mitev  <[email protected]>
         [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
         https://bugs.webkit.org/show_bug.cgi?id=133317

Modified: trunk/Source/WebCore/ChangeLog (172393 => 172394)


--- trunk/Source/WebCore/ChangeLog	2014-08-11 10:23:48 UTC (rev 172393)
+++ trunk/Source/WebCore/ChangeLog	2014-08-11 10:40:00 UTC (rev 172394)
@@ -1,3 +1,16 @@
+2014-08-11  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r172393.
+        https://bugs.webkit.org/show_bug.cgi?id=135796
+
+        discussion needed about GnuTLS version bump on the bots
+        (Requested by philn on #webkit).
+
+        Reverted changeset:
+
+        https://bugs.webkit.org/show_bug.cgi?id=133317
+        http://trac.webkit.org/changeset/172393
+
 2014-08-11  Eduardo Lima Mitev  <[email protected]>
         [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
         https://bugs.webkit.org/show_bug.cgi?id=133317

Modified: trunk/Source/WebCore/PlatformGTK.cmake (172393 => 172394)


--- trunk/Source/WebCore/PlatformGTK.cmake	2014-08-11 10:23:48 UTC (rev 172393)
+++ trunk/Source/WebCore/PlatformGTK.cmake	2014-08-11 10:40:00 UTC (rev 172394)
@@ -822,11 +822,4 @@
         crypto/gtk/CryptoKeyRSAGtk.cpp
         crypto/gtk/SerializedCryptoKeyWrapGtk.cpp
     )
-
-    list(APPEND WebCore_INCLUDE_DIRECTORIES
-        ${GNUTLS_INCLUDE_DIRS}
-    )
-    list(APPEND WebCore_LIBRARIES
-        ${GNUTLS_LIBRARIES}
-    )
 endif ()

Modified: trunk/Source/cmake/OptionsGTK.cmake (172393 => 172394)


--- trunk/Source/cmake/OptionsGTK.cmake	2014-08-11 10:23:48 UTC (rev 172393)
+++ trunk/Source/cmake/OptionsGTK.cmake	2014-08-11 10:40:00 UTC (rev 172394)
@@ -372,7 +372,3 @@
 file(COPY ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/build.sh
   DESTINATION ${CMAKE_BINARY_DIR}
   FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE)
-
-if (ENABLE_SUBTLE_CRYPTO)
-    find_package(GnuTLS 3.0.0 REQUIRED)
-endif ()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to