Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-deny: update to 0.5.2.
@ 2020-01-09  9:57 voidlinux-github
  2020-01-09 11:40 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-09 12:10 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-09  9:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-deny-0.5.2_1
https://github.com/void-linux/void-packages/pull/18134

cargo-deny: update to 0.5.2.
None

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

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

From 62de7ced9bdd16339ecfd598f263d58a4c67ea35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 9 Jan 2020 10:57:21 +0100
Subject: [PATCH] cargo-deny: update to 0.5.2.

---
 srcpkgs/cargo-deny/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cargo-deny/template b/srcpkgs/cargo-deny/template
index cfdd75d7644..e33213c00bf 100644
--- a/srcpkgs/cargo-deny/template
+++ b/srcpkgs/cargo-deny/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-deny'
 pkgname=cargo-deny
-version=0.4.2
+version=0.5.2
 revision=1
 build_style=cargo
 short_desc="Cargo plugin to help you manage large dependency graphs"
@@ -8,7 +8,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=17a68c2021a342dc34d3472cffaa99f929b400e90be8021829b8b032d16efbcd
+checksum=3b0c44b22abefd115b0d972dfa95401ea904f73e88cba28cb5c148caa5747f4c
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	broken="bitvec crate unimplemented for big endian"

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

* Re: [PR PATCH] [Updated] cargo-deny: update to 0.5.2.
  2020-01-09  9:57 [PR PATCH] cargo-deny: update to 0.5.2 voidlinux-github
@ 2020-01-09 11:40 ` voidlinux-github
  2020-01-09 12:10 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-09 11:40 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages cargo-deny-0.5.2_1
https://github.com/void-linux/void-packages/pull/18134

cargo-deny: update to 0.5.2.
None

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

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

From f0cd5ecd12826ef0482633ed7ce5eec2705ae84b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 9 Jan 2020 10:57:21 +0100
Subject: [PATCH] cargo-deny: update to 0.5.2.

---
 srcpkgs/cargo-deny/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cargo-deny/template b/srcpkgs/cargo-deny/template
index cfdd75d7644..bd80e8dbffb 100644
--- a/srcpkgs/cargo-deny/template
+++ b/srcpkgs/cargo-deny/template
@@ -1,19 +1,25 @@
 # Template file for 'cargo-deny'
 pkgname=cargo-deny
-version=0.4.2
+version=0.5.2
 revision=1
 build_style=cargo
+hostmakedepends="pkg-config perl"
+makedepends="libressl-devel"
 short_desc="Cargo plugin to help you manage large dependency graphs"
 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=17a68c2021a342dc34d3472cffaa99f929b400e90be8021829b8b032d16efbcd
+checksum=3b0c44b22abefd115b0d972dfa95401ea904f73e88cba28cb5c148caa5747f4c
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	broken="bitvec crate unimplemented for big endian"
 fi
 
+pre_build() {
+	cargo update --package openssl-sys --precise 0.9.53
+}
+
 post_install() {
 	vlicense LICENSE-APACHE
 	vlicense LICENSE-MIT

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

* Re: [PR PATCH] [Merged]: cargo-deny: update to 0.5.2.
  2020-01-09  9:57 [PR PATCH] cargo-deny: update to 0.5.2 voidlinux-github
  2020-01-09 11:40 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-09 12:10 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-09 12:10 UTC (permalink / raw)
  To: ml

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

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

cargo-deny: update to 0.5.2.
https://github.com/void-linux/void-packages/pull/18134

Description:
None

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09  9:57 [PR PATCH] cargo-deny: update to 0.5.2 voidlinux-github
2020-01-09 11:40 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-09 12:10 ` [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).