Update to latest version.
This commit is contained in:
parent
4743f2862e
commit
16efece72f
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/httpuv_1.4.5.tar.gz
|
||||
/httpuv_1.4.5.1.tar.gz
|
||||
/httpuv_1.5.0.tar.gz
|
||||
/httpuv_1.5.1.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 9a9c4055559e27c95fcb0119de091ab437197cba Mon Sep 17 00:00:00 2001
|
||||
From aa2bee1f32fd2bd249849bb2edf7b2dc5be1f7c1 Mon Sep 17 00:00:00 2001
|
||||
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
Date: Mon, 30 Apr 2018 04:53:42 -0400
|
||||
Subject: [PATCH] Use unbundled libuv.
|
||||
@ -105,7 +105,7 @@ index 27f8bf5..5d995c9 100644
|
||||
class CallbackQueue {
|
||||
public:
|
||||
diff --git a/src/http.h b/src/http.h
|
||||
index 41a1291..0ea3578 100644
|
||||
index 7da6b53..830a37f 100644
|
||||
--- a/src/http.h
|
||||
+++ b/src/http.h
|
||||
@@ -1,7 +1,7 @@
|
||||
@ -144,13 +144,13 @@ index be807c7..0f7ce1a 100644
|
||||
|
||||
void on_response_written(uv_write_t* handle, int status) {
|
||||
diff --git a/src/httpuv.cpp b/src/httpuv.cpp
|
||||
index 6e6eac4..4d6eac2 100644
|
||||
index 37d6a6d..2936d3c 100644
|
||||
--- a/src/httpuv.cpp
|
||||
+++ b/src/httpuv.cpp
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <errno.h>
|
||||
#include <boost/function.hpp>
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/make_shared.hpp>
|
||||
-#include "libuv/include/uv.h"
|
||||
+#include <uv.h>
|
||||
#include "base64/base64.hpp"
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.5.0
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: HTTP and WebSocket Server Library
|
||||
|
||||
@ -91,6 +91,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Apr 07 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.5.1-1
|
||||
- Update to latest version
|
||||
|
||||
* Sun Mar 17 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.5.0-1
|
||||
- Update to latest version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (httpuv_1.5.0.tar.gz) = c2034720c7df5e77b3e768f3fa38d765b34bfbacbba3fef10d812b46a35f26b2b4d74fa08d4136fcd4a7b16b60635152ad3477c6487e9debb867aaad584776c2
|
||||
SHA512 (httpuv_1.5.1.tar.gz) = 17d1d9a922c17ebd738a59d3671e3d29f097937ef60774898f71dcfa0468d73d8c3b32915b6990941c9b7b03929fbdd6405932fa69672b004a0d129d3cded8c0
|
||||
|
Loading…
Reference in New Issue
Block a user