Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update mdbook-linkcheck and add OPENSSL_NO_VENDOR to rust build helper
@ 2020-05-31  3:07 ericonr
  2020-05-31 19:03 ` [PR PATCH] [Merged]: [nomerge?] " q66
  0 siblings, 1 reply; 2+ messages in thread
From: ericonr @ 2020-05-31  3:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

There is a new pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages linkcheck
https://github.com/void-linux/void-packages/pull/22459

Update mdbook-linkcheck and add OPENSSL_NO_VENDOR to rust build helper


A patch file from https://github.com/void-linux/void-packages/pull/22459.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-linkcheck-22459.patch --]
[-- Type: text/x-diff, Size: 2263 bytes --]

From 63c268e74959df538d36bfafa1cb095bc5bf0567 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 31 May 2020 00:02:37 -0300
Subject: [PATCH 1/2] common/build-helper/rust.sh: force native SSL lib

The OPENSSL_NO_VENDOR environment variable forces the openssl-sys crate
to use the system's SSL library instead of building its own.
---
 common/build-helper/rust.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/common/build-helper/rust.sh b/common/build-helper/rust.sh
index cc4de30bc3a..a62503583f3 100644
--- a/common/build-helper/rust.sh
+++ b/common/build-helper/rust.sh
@@ -35,3 +35,6 @@ export LIBSSH2_SYS_USE_PKG_CONFIG=1
 # sodium-sys
 export SODIUM_LIB_DIR="${XBPS_CROSS_BASE}/usr/include"
 export SODIUM_INC_DIR="${XBPS_CROSS_BASE}/usr/lib"
+
+# openssl-sys
+export OPENSSL_NO_VENDOR=1

From 5cccfd4844211ee99ebf3b4c1b00b81225b9fa4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 31 May 2020 00:05:02 -0300
Subject: [PATCH 2/2] mdbook-linkcheck: update to 0.6.0

---
 srcpkgs/mdbook-linkcheck/template | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/mdbook-linkcheck/template b/srcpkgs/mdbook-linkcheck/template
index f94ec7c0b63..3facb44a84a 100644
--- a/srcpkgs/mdbook-linkcheck/template
+++ b/srcpkgs/mdbook-linkcheck/template
@@ -1,18 +1,16 @@
 # Template file for 'mdbook-linkcheck'
 pkgname=mdbook-linkcheck
-version=0.5.1
+version=0.6.0
 revision=1
 build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
 short_desc="Backend for mdBook which will check links for you"
-maintainer="Érico Nogueira <ericonr@disroot.com>"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://crates.io/crates/mdbook-linkcheck"
-distfiles="https://github.com/Michael-F-Bryan/mdbook-linkcheck/archive/v${version}.tar.gz"
-checksum=e3717082347c7cabcd99ff7d4bff25aeb7c535eb3582b6e97066cc02f8a399bb
-
-case "$XBPS_TARGET_MACHINE" in
-	ppc*) broken="ftbfs in ring";;
-esac
+distfiles="https://github.com/Michael-F-Bryan/${pkgname}/archive/v${version}.tar.gz"
+checksum=66133be90c0f325d96bed7f052c6d1516b11e817ba62df85e1d2c37774847a30
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: [nomerge?] Update mdbook-linkcheck and add OPENSSL_NO_VENDOR to rust build helper
  2020-05-31  3:07 [PR PATCH] Update mdbook-linkcheck and add OPENSSL_NO_VENDOR to rust build helper ericonr
@ 2020-05-31 19:03 ` q66
  0 siblings, 0 replies; 2+ messages in thread
From: q66 @ 2020-05-31 19:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 264 bytes --]

There's a merged pull request on the void-packages repository

[nomerge?] Update mdbook-linkcheck and add OPENSSL_NO_VENDOR to rust build helper
https://github.com/void-linux/void-packages/pull/22459

Description:
Waiting for confirmation on PPC not being broken.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-31 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-31  3:07 [PR PATCH] Update mdbook-linkcheck and add OPENSSL_NO_VENDOR to rust build helper ericonr
2020-05-31 19:03 ` [PR PATCH] [Merged]: [nomerge?] " q66

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).