Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cargo-crev-0.16.1
@ 2020-07-08 22:14 jcgruenhage
  2020-07-08 23:03 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jcgruenhage @ 2020-07-08 22:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-crev-0.16.1_1
https://github.com/void-linux/void-packages/pull/23483

New package: cargo-crev-0.16.1
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-crev-0.16.1_1-23483.patch --]
[-- Type: text/x-diff, Size: 1266 bytes --]

From 86b99c80003de712a30e84bb555c979b171bfce6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 9 Jul 2020 00:14:10 +0200
Subject: [PATCH] New package: cargo-crev-0.16.1

---
 srcpkgs/cargo-crev/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/cargo-crev/template

diff --git a/srcpkgs/cargo-crev/template b/srcpkgs/cargo-crev/template
new file mode 100644
index 00000000000..8c40c7c16d5
--- /dev/null
+++ b/srcpkgs/cargo-crev/template
@@ -0,0 +1,19 @@
+# Template file for 'cargo-crev'
+pkgname=cargo-crev
+version=0.16.1
+revision=1
+build_style=cargo
+make_install_args="--path ./cargo-crev"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
+short_desc="Cryptographically verifiable code review system for cargo"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MPL-2.0 OR MIT OR Apache-2.0"
+homepage="https://github.com/crev-dev/cargo-crev"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=348cb80820baa0bc0da9b107481fea950e5adf6ed1448b4345ce957c09ec750f
+
+pre_build() {
+        cargo update --package openssl-sys --precise 0.9.58
+        cargo update --package openssl --precise 0.10.30
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-crev-0.16.1
  2020-07-08 22:14 [PR PATCH] New package: cargo-crev-0.16.1 jcgruenhage
@ 2020-07-08 23:03 ` jcgruenhage
  2020-07-09 10:01 ` jcgruenhage
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jcgruenhage @ 2020-07-08 23:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-crev-0.16.1_1
https://github.com/void-linux/void-packages/pull/23483

New package: cargo-crev-0.16.1
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-crev-0.16.1_1-23483.patch --]
[-- Type: text/x-diff, Size: 1410 bytes --]

From e7b63469cfbb85427b8739878c403164699daf92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 9 Jul 2020 00:14:10 +0200
Subject: [PATCH] New package: cargo-crev-0.16.1

---
 srcpkgs/cargo-crev/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/cargo-crev/template

diff --git a/srcpkgs/cargo-crev/template b/srcpkgs/cargo-crev/template
new file mode 100644
index 00000000000..232d973d396
--- /dev/null
+++ b/srcpkgs/cargo-crev/template
@@ -0,0 +1,27 @@
+# Template file for 'cargo-crev'
+pkgname=cargo-crev
+version=0.16.1
+revision=1
+build_style=cargo
+make_install_args="--path ./cargo-crev"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
+short_desc="Cryptographically verifiable code review system for cargo"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MPL-2.0 OR MIT OR Apache-2.0"
+homepage="https://github.com/crev-dev/cargo-crev"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=348cb80820baa0bc0da9b107481fea950e5adf6ed1448b4345ce957c09ec750f
+
+pre_build() {
+	cargo update --package openssl-sys --precise 0.9.58
+	cargo update --package openssl --precise 0.10.30
+}
+
+post_install() {
+	vlicense LICENSE-APACHE
+	vlicense LICENSE-MIT
+	vlicense MPL2
+	vdoc README.md
+	vdoc cargo-crev/src/doc/getting_started.md
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-crev-0.16.1
  2020-07-08 22:14 [PR PATCH] New package: cargo-crev-0.16.1 jcgruenhage
  2020-07-08 23:03 ` [PR PATCH] [Updated] " jcgruenhage
@ 2020-07-09 10:01 ` jcgruenhage
  2020-07-09 10:42 ` jcgruenhage
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jcgruenhage @ 2020-07-09 10:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-crev-0.16.1_1
https://github.com/void-linux/void-packages/pull/23483

New package: cargo-crev-0.16.1
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-crev-0.16.1_1-23483.patch --]
[-- Type: text/x-diff, Size: 1615 bytes --]

From 2d057c738a119bb86a4f9aa0c9beabb1e2949467 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 9 Jul 2020 00:14:10 +0200
Subject: [PATCH] New package: cargo-crev-0.16.1

---
 srcpkgs/cargo-crev/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/cargo-crev/template

diff --git a/srcpkgs/cargo-crev/template b/srcpkgs/cargo-crev/template
new file mode 100644
index 00000000000..49817321c09
--- /dev/null
+++ b/srcpkgs/cargo-crev/template
@@ -0,0 +1,31 @@
+# Template file for 'cargo-crev'
+pkgname=cargo-crev
+version=0.16.1
+revision=1
+build_style=cargo
+make_install_args="--path ./cargo-crev"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
+short_desc="Cryptographically verifiable code review system for cargo"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MPL-2.0, MIT, Apache-2.0"
+homepage="https://github.com/crev-dev/cargo-crev"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=348cb80820baa0bc0da9b107481fea950e5adf6ed1448b4345ce957c09ec750f
+
+pre_build() {
+	# Versions in lockfile are incompatible with current libressl
+	cargo update --package openssl-sys --precise 0.9.58
+	cargo update --package openssl --precise 0.10.30
+	# Versions in lockfile is yanked from registry
+	cargo update --package hex --precise 0.4.2
+	cargo update --package quote --precise 1.0.7
+}
+
+post_install() {
+	vlicense LICENSE-APACHE
+	vlicense LICENSE-MIT
+	vlicense MPL2
+	vdoc README.md
+	vdoc cargo-crev/src/doc/getting_started.md
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-crev-0.16.1
  2020-07-08 22:14 [PR PATCH] New package: cargo-crev-0.16.1 jcgruenhage
  2020-07-08 23:03 ` [PR PATCH] [Updated] " jcgruenhage
  2020-07-09 10:01 ` jcgruenhage
@ 2020-07-09 10:42 ` jcgruenhage
  2020-07-12 17:57 ` jcgruenhage
  2020-07-17  9:53 ` [PR PATCH] [Merged]: New package: cargo-crev-0.17.0 Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: jcgruenhage @ 2020-07-09 10:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-crev-0.16.1_1
https://github.com/void-linux/void-packages/pull/23483

New package: cargo-crev-0.16.1
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-crev-0.16.1_1-23483.patch --]
[-- Type: text/x-diff, Size: 1642 bytes --]

From aca88644979e17a76740b19f19e4317de407bc61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 9 Jul 2020 00:14:10 +0200
Subject: [PATCH] New package: cargo-crev-0.16.1

---
 srcpkgs/cargo-crev/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/cargo-crev/template

diff --git a/srcpkgs/cargo-crev/template b/srcpkgs/cargo-crev/template
new file mode 100644
index 00000000000..e3022e1612a
--- /dev/null
+++ b/srcpkgs/cargo-crev/template
@@ -0,0 +1,31 @@
+# Template file for 'cargo-crev'
+pkgname=cargo-crev
+version=0.16.1
+revision=1
+build_style=cargo
+make_install_args="--path ./cargo-crev"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
+short_desc="Cryptographically verifiable code review system for cargo"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MPL-2.0, MIT, Apache-2.0"
+homepage="https://github.com/crev-dev/cargo-crev"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=348cb80820baa0bc0da9b107481fea950e5adf6ed1448b4345ce957c09ec750f
+
+pre_build() {
+	# Versions in lockfile are incompatible with current libressl
+	cargo update --package openssl-sys:0.9.53 --precise 0.9.58
+	cargo update --package openssl:0.10.26 --precise 0.10.30
+	# Versions in lockfile is yanked from registry
+	cargo update --package hex:0.4.1 --precise 0.4.2
+	cargo update --package quote:1.0.2 --precise 1.0.7
+}
+
+post_install() {
+	vlicense LICENSE-APACHE
+	vlicense LICENSE-MIT
+	vlicense MPL2
+	vdoc README.md
+	vdoc cargo-crev/src/doc/getting_started.md
+}

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

* Re: [PR PATCH] [Updated] New package: cargo-crev-0.16.1
  2020-07-08 22:14 [PR PATCH] New package: cargo-crev-0.16.1 jcgruenhage
                   ` (2 preceding siblings ...)
  2020-07-09 10:42 ` jcgruenhage
@ 2020-07-12 17:57 ` jcgruenhage
  2020-07-17  9:53 ` [PR PATCH] [Merged]: New package: cargo-crev-0.17.0 Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: jcgruenhage @ 2020-07-12 17:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-crev-0.16.1_1
https://github.com/void-linux/void-packages/pull/23483

New package: cargo-crev-0.16.1
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-crev-0.16.1_1-23483.patch --]
[-- Type: text/x-diff, Size: 1494 bytes --]

From 5cfce5723931b963ae591f467425357aa56d7c2c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Thu, 9 Jul 2020 00:14:10 +0200
Subject: [PATCH] New package: cargo-crev-0.17.0

---
 srcpkgs/cargo-crev/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/cargo-crev/template

diff --git a/srcpkgs/cargo-crev/template b/srcpkgs/cargo-crev/template
new file mode 100644
index 00000000000..85861993b66
--- /dev/null
+++ b/srcpkgs/cargo-crev/template
@@ -0,0 +1,28 @@
+# Template file for 'cargo-crev'
+pkgname=cargo-crev
+version=0.17.0
+revision=1
+build_style=cargo
+make_install_args="--path ./cargo-crev"
+hostmakedepends="pkg-config"
+makedepends="libressl-devel"
+short_desc="Cryptographically verifiable code review system for cargo"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MPL-2.0, MIT, Apache-2.0"
+homepage="https://github.com/crev-dev/cargo-crev"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=340efb023985c3950e9cf1eafe386248aecd3b8000d97563d274b38fa63633cc
+
+pre_build() {
+	# Versions in lockfile are incompatible with current libressl
+	cargo update --package openssl-sys:0.9.55 --precise 0.9.58
+	cargo update --package openssl:0.10.26 --precise 0.10.30
+}
+
+post_install() {
+	vlicense LICENSE-APACHE
+	vlicense LICENSE-MIT
+	vlicense LICENSE-MPL2
+	vdoc README.md
+	vdoc cargo-crev/src/doc/getting_started.md
+}

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

* Re: [PR PATCH] [Merged]: New package: cargo-crev-0.17.0
  2020-07-08 22:14 [PR PATCH] New package: cargo-crev-0.16.1 jcgruenhage
                   ` (3 preceding siblings ...)
  2020-07-12 17:57 ` jcgruenhage
@ 2020-07-17  9:53 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2020-07-17  9:53 UTC (permalink / raw)
  To: ml

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

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

New package: cargo-crev-0.17.0
https://github.com/void-linux/void-packages/pull/23483

Description:
None

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

end of thread, other threads:[~2020-07-17  9:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-08 22:14 [PR PATCH] New package: cargo-crev-0.16.1 jcgruenhage
2020-07-08 23:03 ` [PR PATCH] [Updated] " jcgruenhage
2020-07-09 10:01 ` jcgruenhage
2020-07-09 10:42 ` jcgruenhage
2020-07-12 17:57 ` jcgruenhage
2020-07-17  9:53 ` [PR PATCH] [Merged]: New package: cargo-crev-0.17.0 Piraty

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