[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/211: gnu: r-httpuv: Update to 1.6.6.
From: |
guix-commits |
Subject: |
10/211: gnu: r-httpuv: Update to 1.6.6. |
Date: |
Tue, 20 Sep 2022 06:23:38 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 9cbc32ab25641fe5c79bfb1ad9fe95f449d81e6c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:22:35 2022 +0200
gnu: r-httpuv: Update to 1.6.6.
* gnu/packages/patches/r-httpuv-1.5.5-unvendor-libuv.patch: Replace this
patch...
* gnu/packages/patches/r-httpuv-1.6.6-unvendor-libuv.patch: ...with this.
* gnu/local.mk (dist_patch_DATA): Update patch file.
* gnu/packages/cran.scm (r-httpuv): Update to 1.6.6.
[source]: Update patch.
---
gnu/local.mk | 2 +-
gnu/packages/cran.scm | 6 +++---
...ndor-libuv.patch => r-httpuv-1.6.6-unvendor-libuv.patch} | 13 +++++++------
3 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index 238fb72bc5..ef1bae5f3c 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1774,7 +1774,7 @@ dist_patch_DATA =
\
%D%/packages/patches/readline-6.2-CVE-2014-2524.patch \
%D%/packages/patches/renpy-use-system-fribidi.patch \
%D%/packages/patches/reposurgeon-add-missing-docbook-files.patch \
- %D%/packages/patches/r-httpuv-1.5.5-unvendor-libuv.patch \
+ %D%/packages/patches/r-httpuv-1.6.6-unvendor-libuv.patch \
%D%/packages/patches/ri-li-modernize_cpp.patch \
%D%/packages/patches/ripperx-missing-file.patch \
%D%/packages/patches/rpcbind-CVE-2017-8779.patch \
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 75175e39f7..b02200bdc7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2393,16 +2393,16 @@ Zucchini.")
(define-public r-httpuv
(package
(name "r-httpuv")
- (version "1.6.5")
+ (version "1.6.6")
(source (origin
(method url-fetch)
(uri (cran-uri "httpuv" version))
(sha256
(base32
- "0mlilxh2mlrsbbrncla2rg02crr8nnajv649d8whx7ayr8lkdxpm"))
+ "14qjf7bpl7pay89b7vi2vccl342q8xs6101a9x6qijy54k9myfa1"))
;; Unvendor bundled libraries. As of 1.5.4 the vendored libuv
;; only contains fixes for building on Solaris.
- (patches (search-patches "r-httpuv-1.5.5-unvendor-libuv.patch"))
+ (patches (search-patches "r-httpuv-1.6.6-unvendor-libuv.patch"))
(modules '((guix build utils)))
;; Cannot unbundle http-parser, because it contains local
;; modifications.
diff --git a/gnu/packages/patches/r-httpuv-1.5.5-unvendor-libuv.patch
b/gnu/packages/patches/r-httpuv-1.6.6-unvendor-libuv.patch
similarity index 93%
rename from gnu/packages/patches/r-httpuv-1.5.5-unvendor-libuv.patch
rename to gnu/packages/patches/r-httpuv-1.6.6-unvendor-libuv.patch
index 30c6425477..adbacc995f 100644
--- a/gnu/packages/patches/r-httpuv-1.5.5-unvendor-libuv.patch
+++ b/gnu/packages/patches/r-httpuv-1.6.6-unvendor-libuv.patch
@@ -1,7 +1,7 @@
Removes references to bundled libuv.
---- a/src/Makevars 2020-07-31 11:53:30.576484531 +0200
-+++ b/src/Makevars 2020-07-31 11:54:19.369863118 +0200
+--- a/src/Makevars 2022-09-19 23:37:55.067810741 +0200
++++ b/src/Makevars 2022-09-19 23:39:20.984859770 +0200
@@ -5,7 +5,7 @@
UNAME := $(shell uname)
@@ -20,13 +20,12 @@ Removes references to bundled libuv.
# To avoid spurious warnings from `R CMD check --as-cran`, about compiler
# warning flags like -Werror.
-@@ -43,49 +43,5 @@
+@@ -43,50 +43,4 @@
# PKG_CPPFLAGS += -D_GLIBCXX_ASSERTIONS
-$(SHLIB): libuv/.libs/libuv.a http-parser/http_parser.o sha1/sha1.o
base64/base64.o
-+$(SHLIB): http-parser/http_parser.o sha1/sha1.o base64/base64.o
-
+-
-# We needed to rename lt~obsolete.m4 because the name causes problems with R
-# CMD check. Here we rename it back.
-libuv/m4/lt~obsolete.m4: libuv/m4/lt_obsolete.m4
@@ -59,7 +58,8 @@ Removes references to bundled libuv.
- touch aclocal.m4; \
- touch -r aclocal.m4 configure Makefile.in; \
- else \
-- echo "automake found. Running autogen.sh."; \
+- echo "automake found. Running autoupdate and autogen.sh."; \
+- autoupdate; \
- sh autogen.sh; \
- fi; \
- chmod +x configure; \
@@ -71,3 +71,4 @@ Removes references to bundled libuv.
-
-clean:
- $(MAKE) --directory=libuv distclean
++$(SHLIB): http-parser/http_parser.o sha1/sha1.o base64/base64.o
- 95/211: gnu: r-blockmodeling: Update to 1.1.3., (continued)
- 95/211: gnu: r-blockmodeling: Update to 1.1.3., guix-commits, 2022/09/20
- 97/211: gnu: r-spdata: Update to 2.2.0., guix-commits, 2022/09/20
- 99/211: gnu: r-bookdown: Update to 0.29., guix-commits, 2022/09/20
- 100/211: gnu: r-tweenr: Update to 2.0.2., guix-commits, 2022/09/20
- 103/211: gnu: r-ggfun: Update to 0.0.7., guix-commits, 2022/09/20
- 106/211: gnu: r-aplot: Update to 0.1.7., guix-commits, 2022/09/20
- 108/211: gnu: r-text2vec: Update to 0.6.2., guix-commits, 2022/09/20
- 112/211: gnu: r-umap: Update to 0.2.9.0., guix-commits, 2022/09/20
- 117/211: gnu: r-graphlayouts: Update to 0.8.1., guix-commits, 2022/09/20
- 127/211: gnu: r-anndata: Update to 0.7.5.4., guix-commits, 2022/09/20
- 10/211: gnu: r-httpuv: Update to 1.6.6.,
guix-commits <=
- 36/211: gnu: r-restrserve: Update to 1.2.1., guix-commits, 2022/09/20
- 49/211: gnu: r-np: Update to 0.60-14., guix-commits, 2022/09/20
- 45/211: gnu: r-tinytex: Update to 0.41., guix-commits, 2022/09/20
- 44/211: gnu: r-pillar: Update to 1.8.1., guix-commits, 2022/09/20
- 55/211: gnu: r-reticulate: Update to 1.26., guix-commits, 2022/09/20
- 32/211: gnu: r-haven: Update to 2.5.1., guix-commits, 2022/09/20
- 41/211: gnu: r-scatterplot3d: Update to 0.3-42., guix-commits, 2022/09/20
- 72/211: gnu: r-bayestestr: Update to 0.13.0., guix-commits, 2022/09/20
- 77/211: gnu: r-gert: Update to 1.9.0., guix-commits, 2022/09/20
- 74/211: gnu: r-effectsize: Update to 0.7.0.5., guix-commits, 2022/09/20