You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/04/04 20:37:57 UTC

[1/2] mesos git commit: Upgrade http-parser to v2.6.2 [libprocess].

Repository: mesos
Updated Branches:
  refs/heads/master f921302b0 -> 098f93fac


Upgrade http-parser to v2.6.2 [libprocess].

Review: https://reviews.apache.org/r/45527/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e9a82bbe
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e9a82bbe
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e9a82bbe

Branch: refs/heads/master
Commit: e9a82bbe9dce5c656bcc0ea1f8ce18b332255a21
Parents: f921302
Author: Zhiwei Chen <zh...@gmail.com>
Authored: Mon Apr 4 11:37:35 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Mon Apr 4 11:37:35 2016 -0700

----------------------------------------------------------------------
 .../libprocess/3rdparty/http-parser-2.6.1.patch    |  13 -------------
 .../libprocess/3rdparty/http-parser-2.6.1.tar.gz   | Bin 48265 -> 0 bytes
 .../libprocess/3rdparty/http-parser-2.6.2.patch    |  13 +++++++++++++
 .../libprocess/3rdparty/http-parser-2.6.2.tar.gz   | Bin 0 -> 48292 bytes
 3rdparty/libprocess/3rdparty/versions.am           |   2 +-
 5 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e9a82bbe/3rdparty/libprocess/3rdparty/http-parser-2.6.1.patch
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/http-parser-2.6.1.patch b/3rdparty/libprocess/3rdparty/http-parser-2.6.1.patch
deleted file mode 100644
index 2877597..0000000
--- a/3rdparty/libprocess/3rdparty/http-parser-2.6.1.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/http_parser.h b/http_parser.h
-index e33c062..a816545 100644
---- a/http_parser.h
-+++ b/http_parser.h
-@@ -140,7 +140,7 @@ enum http_parser_type { HTTP_REQUEST, HTTP_RESPONSE, HTTP_BOTH };
-
-
- /* Flag values for http_parser.flags field */
--enum flags
-+enum flags_enum
-   { F_CHUNKED               = 1 << 0
-   , F_CONNECTION_KEEP_ALIVE = 1 << 1
-   , F_CONNECTION_CLOSE      = 1 << 2

http://git-wip-us.apache.org/repos/asf/mesos/blob/e9a82bbe/3rdparty/libprocess/3rdparty/http-parser-2.6.1.tar.gz
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/http-parser-2.6.1.tar.gz b/3rdparty/libprocess/3rdparty/http-parser-2.6.1.tar.gz
deleted file mode 100644
index 06528d5..0000000
Binary files a/3rdparty/libprocess/3rdparty/http-parser-2.6.1.tar.gz and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mesos/blob/e9a82bbe/3rdparty/libprocess/3rdparty/http-parser-2.6.2.patch
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/http-parser-2.6.2.patch b/3rdparty/libprocess/3rdparty/http-parser-2.6.2.patch
new file mode 100644
index 0000000..2877597
--- /dev/null
+++ b/3rdparty/libprocess/3rdparty/http-parser-2.6.2.patch
@@ -0,0 +1,13 @@
+diff --git a/http_parser.h b/http_parser.h
+index e33c062..a816545 100644
+--- a/http_parser.h
++++ b/http_parser.h
+@@ -140,7 +140,7 @@ enum http_parser_type { HTTP_REQUEST, HTTP_RESPONSE, HTTP_BOTH };
+
+
+ /* Flag values for http_parser.flags field */
+-enum flags
++enum flags_enum
+   { F_CHUNKED               = 1 << 0
+   , F_CONNECTION_KEEP_ALIVE = 1 << 1
+   , F_CONNECTION_CLOSE      = 1 << 2

http://git-wip-us.apache.org/repos/asf/mesos/blob/e9a82bbe/3rdparty/libprocess/3rdparty/http-parser-2.6.2.tar.gz
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/http-parser-2.6.2.tar.gz b/3rdparty/libprocess/3rdparty/http-parser-2.6.2.tar.gz
new file mode 100644
index 0000000..f42342a
Binary files /dev/null and b/3rdparty/libprocess/3rdparty/http-parser-2.6.2.tar.gz differ

http://git-wip-us.apache.org/repos/asf/mesos/blob/e9a82bbe/3rdparty/libprocess/3rdparty/versions.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/versions.am b/3rdparty/libprocess/3rdparty/versions.am
index 2616b2d..5506eb3 100644
--- a/3rdparty/libprocess/3rdparty/versions.am
+++ b/3rdparty/libprocess/3rdparty/versions.am
@@ -8,5 +8,5 @@ GMOCK_VERSION = 1.7.0
 GPERFTOOLS_VERSION = 2.0
 LIBEV_VERSION = 4.22
 PROTOBUF_VERSION = 2.6.1
-HTTP_PARSER_VERSION = 2.6.1
+HTTP_PARSER_VERSION = 2.6.2
 PICOJSON_VERSION = 1.3.0


[2/2] mesos git commit: Upgrade http-parser to v2.6.2 [mesos].

Posted by vi...@apache.org.
Upgrade http-parser to v2.6.2 [mesos].

Review: https://reviews.apache.org/r/45528/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/098f93fa
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/098f93fa
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/098f93fa

Branch: refs/heads/master
Commit: 098f93facd18b9a7534f4d56d5a614941278a18b
Parents: e9a82bb
Author: Zhiwei Chen <zh...@gmail.com>
Authored: Mon Apr 4 11:37:41 2016 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Mon Apr 4 11:37:41 2016 -0700

----------------------------------------------------------------------
 3rdparty/cmake/Versions.cmake | 2 +-
 LICENSE                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/098f93fa/3rdparty/cmake/Versions.cmake
----------------------------------------------------------------------
diff --git a/3rdparty/cmake/Versions.cmake b/3rdparty/cmake/Versions.cmake
index 35d7e98..fd6183f 100644
--- a/3rdparty/cmake/Versions.cmake
+++ b/3rdparty/cmake/Versions.cmake
@@ -2,7 +2,7 @@ set(BOOST_VERSION       "1.53.0")
 set(CURL_VERSION        "7.43.0")
 set(GLOG_VERSION        "0.3.3")
 set(GMOCK_VERSION       "1.7.0")
-set(HTTP_PARSER_VERSION "2.6.1")
+set(HTTP_PARSER_VERSION "2.6.2")
 set(LEVELDB_VERSION     "1.4")
 set(LIBAPR_VERSION      "1.5.2")
 set(LIBEV_VERSION       "4.22")

http://git-wip-us.apache.org/repos/asf/mesos/blob/098f93fa/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 1c0355c..19130d9 100644
--- a/LICENSE
+++ b/LICENSE
@@ -516,7 +516,7 @@ file under either the BSD or the GPL.
 
 ======================================================================
 For http-parser
-(3rdparty/libprocess/3rdparty/http-parser-2.6.1.tar.gz):
+(3rdparty/libprocess/3rdparty/http-parser-2.6.2.tar.gz):
 ======================================================================
 
 http_parser.c is based on src/http/ngx_http_parse.c from NGINX copyright