Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-deny: update to 0.6.0
@ 2020-01-21 21:56 voidlinux-github
  2020-01-22 11:05 ` voidlinux-github
  2020-01-22 12:36 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-21 21:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Mikkelhauvgaard/void-packages cargo-deny-0.6.0
https://github.com/void-linux/void-packages/pull/18460

cargo-deny: update to 0.6.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-deny-0.6.0-18460.patch --]
[-- Type: text/x-diff, Size: 3043 bytes --]

From 5dcf1706f6c55d50830d692de6ee98e21d056124 Mon Sep 17 00:00:00 2001
From: Mikkel Hauvgaard <mikkelhauvgaard@gmail.com>
Date: Tue, 21 Jan 2020 23:01:08 +0100
Subject: [PATCH] cargo-deny: update to 0.6.0

---
 .../patches/no-openssl-vendor.patch           | 44 ++++---------------
 srcpkgs/cargo-deny/template                   |  6 +--
 2 files changed, 11 insertions(+), 39 deletions(-)

diff --git a/srcpkgs/cargo-deny/patches/no-openssl-vendor.patch b/srcpkgs/cargo-deny/patches/no-openssl-vendor.patch
index c683e607950..5b21c1ad8bb 100644
--- a/srcpkgs/cargo-deny/patches/no-openssl-vendor.patch
+++ b/srcpkgs/cargo-deny/patches/no-openssl-vendor.patch
@@ -1,38 +1,10 @@
-From c6f727f08b4ebc8ebc46abe374345937a1b0f0b9 Mon Sep 17 00:00:00 2001
-From: q66 <daniel@octaforge.org>
-Date: Sun, 12 Jan 2020 03:53:28 +0100
-Subject: [PATCH] get rid of the vendored-openssl insanity
-
-Using vendored openssl will break multiple targets because the
-openssl-src crate only has a bunch of target triples defined.
-The point of this change was to apparently simplify building
-on musl, well, it worked on musl fine before and now it's broken.
-
-This reverts https://github.com/EmbarkStudios/cargo-deny/pull/67.
----
- Cargo.toml | 5 +----
- 1 file changed, 1 insertion(+), 4 deletions(-)
-
-diff --git Cargo.toml Cargo.toml
-index 566b02a..da3c844 100644
 --- Cargo.toml
 +++ Cargo.toml
-@@ -42,7 +42,7 @@ parking_lot = "0.10.0"
- petgraph = "0.4.13"
- rayon = "1.2.1"
- regex = { version = "1.3.1", default-features = true }
--rustsec = { version = "0.16.0", features = ["vendored-openssl"] }
-+rustsec = "0.16.0"
- semver = "0.9.0"
- serde = { version = "1.0.103", features = ["derive"] }
- serde_json = "1.0.44"
-@@ -60,6 +60,3 @@ lazy_static = "1.4.0"
- # We use this for creating fake crate directories for
- # crawling license files on disk
- tempfile = "3.1.0"
--
--[patch.crates-io]
--rustsec = { git = "https://github.com/RustSec/rustsec-crate.git", rev = "aaba369" }
--- 
-2.24.0
-
+@@ -54,7 +54,6 @@
+ 
+ [dependencies.rustsec]
+ version = "0.16.0"
+-features = ["vendored-openssl"]
+ 
+ [dev-dependencies]
+ # We use this for pretty printing errors
diff --git a/srcpkgs/cargo-deny/template b/srcpkgs/cargo-deny/template
index ec163a5f987..c9fc9ef2dae 100644
--- a/srcpkgs/cargo-deny/template
+++ b/srcpkgs/cargo-deny/template
@@ -1,7 +1,7 @@
 # Template file for 'cargo-deny'
 pkgname=cargo-deny
-version=0.5.2
-revision=2
+version=0.6.0
+revision=1
 build_style=cargo
 hostmakedepends="pkg-config perl"
 makedepends="libressl-devel"
@@ -10,7 +10,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT, Apache-2.0"
 homepage="https://github.com/EmbarkStudios/cargo-deny"
 distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz"
-checksum=3b0c44b22abefd115b0d972dfa95401ea904f73e88cba28cb5c148caa5747f4c
+checksum=8c08619a66b2102498facf1ccc11896589981cd0ebf0972ed50efe48d2abb4f9
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	broken="bitvec crate unimplemented for big endian"

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

* Re: cargo-deny: update to 0.6.0
  2020-01-21 21:56 [PR PATCH] cargo-deny: update to 0.6.0 voidlinux-github
@ 2020-01-22 11:05 ` voidlinux-github
  2020-01-22 12:36 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-22 11:05 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/18460#issuecomment-577130077

Comment:
@jcgruenhage 

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

* Re: [PR PATCH] [Merged]: cargo-deny: update to 0.6.0
  2020-01-21 21:56 [PR PATCH] cargo-deny: update to 0.6.0 voidlinux-github
  2020-01-22 11:05 ` voidlinux-github
@ 2020-01-22 12:36 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-22 12:36 UTC (permalink / raw)
  To: ml

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

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

cargo-deny: update to 0.6.0
https://github.com/void-linux/void-packages/pull/18460

Description:


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

end of thread, other threads:[~2020-01-22 12:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21 21:56 [PR PATCH] cargo-deny: update to 0.6.0 voidlinux-github
2020-01-22 11:05 ` voidlinux-github
2020-01-22 12:36 ` [PR PATCH] [Merged]: " voidlinux-github

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).