Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rust-cargo-audit: rename to cargo-audit
@ 2023-04-05  8:17 tranzystorek-io
  2023-04-05  8:34 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tranzystorek-io @ 2023-04-05  8:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-audit
https://github.com/void-linux/void-packages/pull/43283

rust-cargo-audit: rename to cargo-audit
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 1d105b76a84bd847936b34eef4ae10dd1ddf1089 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 5 Apr 2023 10:12:38 +0200
Subject: [PATCH] rust-cargo-audit: rename to cargo-audit

---
 .../template                                  | 21 ++++++++++++-------
 srcpkgs/rust-cargo-audit                      |  1 +
 2 files changed, 15 insertions(+), 7 deletions(-)
 rename srcpkgs/{rust-cargo-audit => cargo-audit}/template (52%)
 create mode 120000 srcpkgs/rust-cargo-audit

diff --git a/srcpkgs/rust-cargo-audit/template b/srcpkgs/cargo-audit/template
similarity index 52%
rename from srcpkgs/rust-cargo-audit/template
rename to srcpkgs/cargo-audit/template
index a6cbc08a63dd..aac25f40184c 100644
--- a/srcpkgs/rust-cargo-audit/template
+++ b/srcpkgs/cargo-audit/template
@@ -1,8 +1,9 @@
-# Template file for 'rust-cargo-audit'
-pkgname=rust-cargo-audit
+# Template file for 'cargo-audit'
+pkgname=cargo-audit
 version=0.17.5
-revision=1
+revision=2
 build_style=cargo
+make_install_args="--path cargo-audit"
 hostmakedepends="pkg-config"
 makedepends="openssl-devel libssh2-devel zlib-devel"
 short_desc="Audit Cargo.lock for crates with security vulnerabilities"
@@ -10,14 +11,20 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="Apache-2.0, MIT"
 homepage="https://rustsec.org"
 changelog="https://github.com/rustsec/rustsec/raw/main/cargo-audit/CHANGELOG.md"
-distfiles="https://static.crates.io/crates/cargo-audit/cargo-audit-${version}.crate"
-checksum=9687fb6e8e2217aac2e72955ffb03d2d93b987f5f36a806787a5c64b38db0d13
+distfiles="https://github.com/rustsec/rustsec/archive/refs/tags/cargo-audit/v${version}.tar.gz"
+checksum=7fe9998fe5ec6c45c44cc05a07d266f4ef5cdebfdb71a8445dcb337df5778b57
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" -a "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	broken="smartstring crate does not build on 32-bit BE architectures"
 fi
 
 post_install() {
-	vlicense LICENSE-APACHE
-	vlicense LICENSE-MIT
+	vlicense cargo-audit/LICENSE-APACHE
+	vlicense cargo-audit/LICENSE-MIT
+}
+
+rust-cargo-audit_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - transitional dummy package"
+	build_style=meta
 }
diff --git a/srcpkgs/rust-cargo-audit b/srcpkgs/rust-cargo-audit
new file mode 120000
index 000000000000..6223abff2446
--- /dev/null
+++ b/srcpkgs/rust-cargo-audit
@@ -0,0 +1 @@
+cargo-audit
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] rust-cargo-audit: rename to cargo-audit
  2023-04-05  8:17 [PR PATCH] rust-cargo-audit: rename to cargo-audit tranzystorek-io
@ 2023-04-05  8:34 ` tranzystorek-io
  2023-04-05 10:01 ` jcgruenhage
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2023-04-05  8:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-audit
https://github.com/void-linux/void-packages/pull/43283

rust-cargo-audit: rename to cargo-audit
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 4fcf936e9e99b9e44cf6042757d4d07a517cbf0c Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 5 Apr 2023 10:12:38 +0200
Subject: [PATCH] rust-cargo-audit: rename to cargo-audit

---
 srcpkgs/cargo-audit/template      | 26 ++++++++++++++++++++++++++
 srcpkgs/rust-cargo-audit          |  1 +
 srcpkgs/rust-cargo-audit/template | 23 -----------------------
 3 files changed, 27 insertions(+), 23 deletions(-)
 create mode 100644 srcpkgs/cargo-audit/template
 create mode 120000 srcpkgs/rust-cargo-audit
 delete mode 100644 srcpkgs/rust-cargo-audit/template

diff --git a/srcpkgs/cargo-audit/template b/srcpkgs/cargo-audit/template
new file mode 100644
index 000000000000..de0962ce0c2e
--- /dev/null
+++ b/srcpkgs/cargo-audit/template
@@ -0,0 +1,26 @@
+# Template file for 'cargo-audit'
+pkgname=cargo-audit
+version=0.17.5
+revision=2
+build_style=cargo
+make_install_args="--path cargo-audit"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libssh2-devel zlib-devel"
+short_desc="Audit Cargo.lock for crates with security vulnerabilities"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="Apache-2.0, MIT"
+homepage="https://rustsec.org"
+changelog="https://github.com/rustsec/rustsec/raw/main/cargo-audit/CHANGELOG.md"
+distfiles="https://github.com/rustsec/rustsec/archive/refs/tags/cargo-audit/v${version}.tar.gz"
+checksum=7fe9998fe5ec6c45c44cc05a07d266f4ef5cdebfdb71a8445dcb337df5778b57
+
+post_install() {
+	vlicense cargo-audit/LICENSE-APACHE
+	vlicense cargo-audit/LICENSE-MIT
+}
+
+rust-cargo-audit_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - transitional dummy package"
+	build_style=meta
+}
diff --git a/srcpkgs/rust-cargo-audit b/srcpkgs/rust-cargo-audit
new file mode 120000
index 000000000000..6223abff2446
--- /dev/null
+++ b/srcpkgs/rust-cargo-audit
@@ -0,0 +1 @@
+cargo-audit
\ No newline at end of file
diff --git a/srcpkgs/rust-cargo-audit/template b/srcpkgs/rust-cargo-audit/template
deleted file mode 100644
index a6cbc08a63dd..000000000000
--- a/srcpkgs/rust-cargo-audit/template
+++ /dev/null
@@ -1,23 +0,0 @@
-# Template file for 'rust-cargo-audit'
-pkgname=rust-cargo-audit
-version=0.17.5
-revision=1
-build_style=cargo
-hostmakedepends="pkg-config"
-makedepends="openssl-devel libssh2-devel zlib-devel"
-short_desc="Audit Cargo.lock for crates with security vulnerabilities"
-maintainer="Enno Boland <gottox@voidlinux.org>"
-license="Apache-2.0, MIT"
-homepage="https://rustsec.org"
-changelog="https://github.com/rustsec/rustsec/raw/main/cargo-audit/CHANGELOG.md"
-distfiles="https://static.crates.io/crates/cargo-audit/cargo-audit-${version}.crate"
-checksum=9687fb6e8e2217aac2e72955ffb03d2d93b987f5f36a806787a5c64b38db0d13
-
-if [ "$XBPS_TARGET_WORDSIZE" = "32" -a "$XBPS_TARGET_ENDIAN" = "be" ]; then
-	broken="smartstring crate does not build on 32-bit BE architectures"
-fi
-
-post_install() {
-	vlicense LICENSE-APACHE
-	vlicense LICENSE-MIT
-}

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

* Re: rust-cargo-audit: rename to cargo-audit
  2023-04-05  8:17 [PR PATCH] rust-cargo-audit: rename to cargo-audit tranzystorek-io
  2023-04-05  8:34 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-04-05 10:01 ` jcgruenhage
  2023-04-05 18:57 ` tranzystorek-io
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jcgruenhage @ 2023-04-05 10:01 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/43283#issuecomment-1497231476

Comment:
See discussion on https://github.com/void-linux/void-packages/pull/31998#discussion_r728258093. My PRs that included renaming packages were denied in the past

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

* Re: rust-cargo-audit: rename to cargo-audit
  2023-04-05  8:17 [PR PATCH] rust-cargo-audit: rename to cargo-audit tranzystorek-io
  2023-04-05  8:34 ` [PR PATCH] [Updated] " tranzystorek-io
  2023-04-05 10:01 ` jcgruenhage
@ 2023-04-05 18:57 ` tranzystorek-io
  2023-07-05  2:06 ` github-actions
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2023-04-05 18:57 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/43283#issuecomment-1497972347

Comment:
I'm hoping this could be treated exceptionally since practically all `cargo-` utils in the Void repo are named this way.

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

* Re: rust-cargo-audit: rename to cargo-audit
  2023-04-05  8:17 [PR PATCH] rust-cargo-audit: rename to cargo-audit tranzystorek-io
                   ` (2 preceding siblings ...)
  2023-04-05 18:57 ` tranzystorek-io
@ 2023-07-05  2:06 ` github-actions
  2023-07-08  9:35 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2023-07-05  2:06 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/43283#issuecomment-1620914578

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] rust-cargo-audit: rename to cargo-audit
  2023-04-05  8:17 [PR PATCH] rust-cargo-audit: rename to cargo-audit tranzystorek-io
                   ` (3 preceding siblings ...)
  2023-07-05  2:06 ` github-actions
@ 2023-07-08  9:35 ` tranzystorek-io
  2023-07-16 17:19 ` tranzystorek-io
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2023-07-08  9:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-audit
https://github.com/void-linux/void-packages/pull/43283

rust-cargo-audit: rename to cargo-audit
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 2b1935c1c6ed1c28fc22b7091f986b40c13b4118 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 5 Apr 2023 10:12:38 +0200
Subject: [PATCH] rust-cargo-audit: rename to cargo-audit

---
 srcpkgs/cargo-audit/template      | 26 ++++++++++++++++++++++++++
 srcpkgs/rust-cargo-audit          |  1 +
 srcpkgs/rust-cargo-audit/template | 23 -----------------------
 3 files changed, 27 insertions(+), 23 deletions(-)
 create mode 100644 srcpkgs/cargo-audit/template
 create mode 120000 srcpkgs/rust-cargo-audit
 delete mode 100644 srcpkgs/rust-cargo-audit/template

diff --git a/srcpkgs/cargo-audit/template b/srcpkgs/cargo-audit/template
new file mode 100644
index 000000000000..de0962ce0c2e
--- /dev/null
+++ b/srcpkgs/cargo-audit/template
@@ -0,0 +1,26 @@
+# Template file for 'cargo-audit'
+pkgname=cargo-audit
+version=0.17.5
+revision=2
+build_style=cargo
+make_install_args="--path cargo-audit"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libssh2-devel zlib-devel"
+short_desc="Audit Cargo.lock for crates with security vulnerabilities"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="Apache-2.0, MIT"
+homepage="https://rustsec.org"
+changelog="https://github.com/rustsec/rustsec/raw/main/cargo-audit/CHANGELOG.md"
+distfiles="https://github.com/rustsec/rustsec/archive/refs/tags/cargo-audit/v${version}.tar.gz"
+checksum=7fe9998fe5ec6c45c44cc05a07d266f4ef5cdebfdb71a8445dcb337df5778b57
+
+post_install() {
+	vlicense cargo-audit/LICENSE-APACHE
+	vlicense cargo-audit/LICENSE-MIT
+}
+
+rust-cargo-audit_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - transitional dummy package"
+	build_style=meta
+}
diff --git a/srcpkgs/rust-cargo-audit b/srcpkgs/rust-cargo-audit
new file mode 120000
index 000000000000..6223abff2446
--- /dev/null
+++ b/srcpkgs/rust-cargo-audit
@@ -0,0 +1 @@
+cargo-audit
\ No newline at end of file
diff --git a/srcpkgs/rust-cargo-audit/template b/srcpkgs/rust-cargo-audit/template
deleted file mode 100644
index a6cbc08a63dd..000000000000
--- a/srcpkgs/rust-cargo-audit/template
+++ /dev/null
@@ -1,23 +0,0 @@
-# Template file for 'rust-cargo-audit'
-pkgname=rust-cargo-audit
-version=0.17.5
-revision=1
-build_style=cargo
-hostmakedepends="pkg-config"
-makedepends="openssl-devel libssh2-devel zlib-devel"
-short_desc="Audit Cargo.lock for crates with security vulnerabilities"
-maintainer="Enno Boland <gottox@voidlinux.org>"
-license="Apache-2.0, MIT"
-homepage="https://rustsec.org"
-changelog="https://github.com/rustsec/rustsec/raw/main/cargo-audit/CHANGELOG.md"
-distfiles="https://static.crates.io/crates/cargo-audit/cargo-audit-${version}.crate"
-checksum=9687fb6e8e2217aac2e72955ffb03d2d93b987f5f36a806787a5c64b38db0d13
-
-if [ "$XBPS_TARGET_WORDSIZE" = "32" -a "$XBPS_TARGET_ENDIAN" = "be" ]; then
-	broken="smartstring crate does not build on 32-bit BE architectures"
-fi
-
-post_install() {
-	vlicense LICENSE-APACHE
-	vlicense LICENSE-MIT
-}

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

* Re: [PR PATCH] [Updated] rust-cargo-audit: rename to cargo-audit
  2023-04-05  8:17 [PR PATCH] rust-cargo-audit: rename to cargo-audit tranzystorek-io
                   ` (4 preceding siblings ...)
  2023-07-08  9:35 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-07-16 17:19 ` tranzystorek-io
  2023-10-15  1:46 ` github-actions
  2023-10-15  4:15 ` [PR PATCH] [Closed]: " tranzystorek-io
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2023-07-16 17:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cargo-audit
https://github.com/void-linux/void-packages/pull/43283

rust-cargo-audit: rename to cargo-audit
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 919479cc603b2c3a00daf4bb2394d271500b0d15 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sun, 16 Jul 2023 19:17:13 +0200
Subject: [PATCH] rust-cargo-audit: rename to cargo-audit

---
 srcpkgs/{rust-cargo-audit => cargo-audit}/template | 12 +++++++++---
 srcpkgs/rust-cargo-audit                           |  1 +
 2 files changed, 10 insertions(+), 3 deletions(-)
 rename srcpkgs/{rust-cargo-audit => cargo-audit}/template (78%)
 create mode 120000 srcpkgs/rust-cargo-audit

diff --git a/srcpkgs/rust-cargo-audit/template b/srcpkgs/cargo-audit/template
similarity index 78%
rename from srcpkgs/rust-cargo-audit/template
rename to srcpkgs/cargo-audit/template
index fb43f4f6850d..b0004884d3f4 100644
--- a/srcpkgs/rust-cargo-audit/template
+++ b/srcpkgs/cargo-audit/template
@@ -1,7 +1,7 @@
-# Template file for 'rust-cargo-audit'
-pkgname=rust-cargo-audit
+# Template file for 'cargo-audit'
+pkgname=cargo-audit
 version=0.17.6
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="openssl-devel libssh2-devel zlib-devel"
@@ -21,3 +21,9 @@ post_install() {
 	vlicense LICENSE-APACHE
 	vlicense LICENSE-MIT
 }
+
+rust-cargo-audit_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - transitional dummy package"
+	build_style=meta
+}
diff --git a/srcpkgs/rust-cargo-audit b/srcpkgs/rust-cargo-audit
new file mode 120000
index 000000000000..6223abff2446
--- /dev/null
+++ b/srcpkgs/rust-cargo-audit
@@ -0,0 +1 @@
+cargo-audit
\ No newline at end of file

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

* Re: rust-cargo-audit: rename to cargo-audit
  2023-04-05  8:17 [PR PATCH] rust-cargo-audit: rename to cargo-audit tranzystorek-io
                   ` (5 preceding siblings ...)
  2023-07-16 17:19 ` tranzystorek-io
@ 2023-10-15  1:46 ` github-actions
  2023-10-15  4:15 ` [PR PATCH] [Closed]: " tranzystorek-io
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2023-10-15  1:46 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/43283#issuecomment-1763231233

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: rust-cargo-audit: rename to cargo-audit
  2023-04-05  8:17 [PR PATCH] rust-cargo-audit: rename to cargo-audit tranzystorek-io
                   ` (6 preceding siblings ...)
  2023-10-15  1:46 ` github-actions
@ 2023-10-15  4:15 ` tranzystorek-io
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2023-10-15  4:15 UTC (permalink / raw)
  To: ml

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

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

rust-cargo-audit: rename to cargo-audit
https://github.com/void-linux/void-packages/pull/43283

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-10-15  4:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-05  8:17 [PR PATCH] rust-cargo-audit: rename to cargo-audit tranzystorek-io
2023-04-05  8:34 ` [PR PATCH] [Updated] " tranzystorek-io
2023-04-05 10:01 ` jcgruenhage
2023-04-05 18:57 ` tranzystorek-io
2023-07-05  2:06 ` github-actions
2023-07-08  9:35 ` [PR PATCH] [Updated] " tranzystorek-io
2023-07-16 17:19 ` tranzystorek-io
2023-10-15  1:46 ` github-actions
2023-10-15  4:15 ` [PR PATCH] [Closed]: " tranzystorek-io

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