* Re: [PR PATCH] [Updated] New package: bpf-linker-0.9.13
2024-11-21 5:26 [PR PATCH] New package: bpf-linker-0.9.13 aadi58002
@ 2024-11-21 5:30 ` aadi58002
2024-11-21 5:34 ` aadi58002
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: aadi58002 @ 2024-11-21 5:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1033 bytes --]
There is an updated pull request by aadi58002 against master on the void-packages repository
https://github.com/aadi58002/void-packages bpf-linker
https://github.com/void-linux/void-packages/pull/53167
New package: bpf-linker-0.9.13
#### Testing the changes
- I tested the changes in this PR: briefly
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
<!-- 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, (x86_64)
#### Addresses
#53165
A patch file from https://github.com/void-linux/void-packages/pull/53167.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bpf-linker-53167.patch --]
[-- Type: text/x-diff, Size: 1115 bytes --]
From e3e4adcd0043994bae91710079536604b39ba388 Mon Sep 17 00:00:00 2001
From: aadi58002 <aadi58002@gmail.com>
Date: Thu, 21 Nov 2024 10:46:49 +0530
Subject: [PATCH] New package: bpf-linker-0.9.13
---
srcpkgs/bpf-linker/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/bpf-linker/template
diff --git a/srcpkgs/bpf-linker/template b/srcpkgs/bpf-linker/template
new file mode 100644
index 00000000000000..638e48f8d68c28
--- /dev/null
+++ b/srcpkgs/bpf-linker/template
@@ -0,0 +1,17 @@
+# Template file for 'bpf-linker'
+pkgname=bpf-linker
+version=0.9.13
+revision=1
+build_style=cargo
+short_desc="Simple BPF static linker"
+maintainer="aadi58002 <aadi58002@gmail.com>"
+license="Apache-2.0 AND MIT"
+homepage="https://github.com/aya-rs/bpf-linker"
+changelog="https://github.com/aya-rs/bpf-linker/releases"
+distfiles="https://github.com/aya-rs/bpf-linker/archive/refs/tags/v${version}.tar.gz"
+checksum=6ae888fb2eefbc3a1968124db76934aae1516103daa7cb9fea8a59e681d05474
+
+post_install() {
+ vlicense LICENSE-APACHE
+ vlicense LICENSE-MIT
+}
\ No newline at end of file
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] New package: bpf-linker-0.9.13
2024-11-21 5:26 [PR PATCH] New package: bpf-linker-0.9.13 aadi58002
2024-11-21 5:30 ` [PR PATCH] [Updated] " aadi58002
@ 2024-11-21 5:34 ` aadi58002
2024-11-21 6:21 ` aadi58002
2024-11-21 6:25 ` aadi58002
3 siblings, 0 replies; 5+ messages in thread
From: aadi58002 @ 2024-11-21 5:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1033 bytes --]
There is an updated pull request by aadi58002 against master on the void-packages repository
https://github.com/aadi58002/void-packages bpf-linker
https://github.com/void-linux/void-packages/pull/53167
New package: bpf-linker-0.9.13
#### Testing the changes
- I tested the changes in this PR: briefly
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
<!-- 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, (x86_64)
#### Addresses
#53165
A patch file from https://github.com/void-linux/void-packages/pull/53167.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bpf-linker-53167.patch --]
[-- Type: text/x-diff, Size: 1087 bytes --]
From d71478ba90d9efe98490d287669a4def15269efe Mon Sep 17 00:00:00 2001
From: aadi58002 <aadi58002@gmail.com>
Date: Thu, 21 Nov 2024 10:46:49 +0530
Subject: [PATCH] New package: bpf-linker-0.9.13
---
srcpkgs/bpf-linker/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/bpf-linker/template
diff --git a/srcpkgs/bpf-linker/template b/srcpkgs/bpf-linker/template
new file mode 100644
index 00000000000000..7343d4e288418c
--- /dev/null
+++ b/srcpkgs/bpf-linker/template
@@ -0,0 +1,17 @@
+# Template file for 'bpf-linker'
+pkgname=bpf-linker
+version=0.9.13
+revision=1
+build_style=cargo
+short_desc="Simple BPF static linker"
+maintainer="aadi58002 <aadi58002@gmail.com>"
+license="Apache-2.0 AND MIT"
+homepage="https://github.com/aya-rs/bpf-linker"
+changelog="https://github.com/aya-rs/bpf-linker/releases"
+distfiles="https://github.com/aya-rs/bpf-linker/archive/refs/tags/v${version}.tar.gz"
+checksum=6ae888fb2eefbc3a1968124db76934aae1516103daa7cb9fea8a59e681d05474
+
+post_install() {
+ vlicense LICENSE-APACHE
+ vlicense LICENSE-MIT
+}
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] New package: bpf-linker-0.9.13
2024-11-21 5:26 [PR PATCH] New package: bpf-linker-0.9.13 aadi58002
2024-11-21 5:30 ` [PR PATCH] [Updated] " aadi58002
2024-11-21 5:34 ` aadi58002
@ 2024-11-21 6:21 ` aadi58002
2024-11-21 6:25 ` aadi58002
3 siblings, 0 replies; 5+ messages in thread
From: aadi58002 @ 2024-11-21 6:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1033 bytes --]
There is an updated pull request by aadi58002 against master on the void-packages repository
https://github.com/aadi58002/void-packages bpf-linker
https://github.com/void-linux/void-packages/pull/53167
New package: bpf-linker-0.9.13
#### Testing the changes
- I tested the changes in this PR: briefly
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
<!-- 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, (x86_64)
#### Addresses
#53165
A patch file from https://github.com/void-linux/void-packages/pull/53167.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bpf-linker-53167.patch --]
[-- Type: text/x-diff, Size: 1176 bytes --]
From 8f3bb9aa2967cc3a62432bc54c0365a82b755c3a Mon Sep 17 00:00:00 2001
From: aadi58002 <aadi58002@gmail.com>
Date: Thu, 21 Nov 2024 10:46:49 +0530
Subject: [PATCH] New package: bpf-linker-0.9.13
---
srcpkgs/bpf-linker/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/bpf-linker/template
diff --git a/srcpkgs/bpf-linker/template b/srcpkgs/bpf-linker/template
new file mode 100644
index 00000000000000..7e31e051a536dd
--- /dev/null
+++ b/srcpkgs/bpf-linker/template
@@ -0,0 +1,20 @@
+# Template file for 'bpf-linker'
+pkgname=bpf-linker
+version=0.9.13
+revision=1
+build_style=cargo
+short_desc="Simple BPF static linker"
+maintainer="aadi58002 <aadi58002@gmail.com>"
+license="Apache-2.0 AND MIT"
+homepage="https://github.com/aya-rs/bpf-linker"
+changelog="https://github.com/aya-rs/bpf-linker/releases"
+distfiles="https://github.com/aya-rs/bpf-linker/archive/refs/tags/v${version}.tar.gz"
+checksum=6ae888fb2eefbc3a1968124db76934aae1516103daa7cb9fea8a59e681d05474
+# test requires nightly toolchain to run
+make_check_args="-- --skip compile_test"
+
+post_install() {
+ vlicense LICENSE-APACHE
+ vlicense LICENSE-MIT
+}
+
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] New package: bpf-linker-0.9.13
2024-11-21 5:26 [PR PATCH] New package: bpf-linker-0.9.13 aadi58002
` (2 preceding siblings ...)
2024-11-21 6:21 ` aadi58002
@ 2024-11-21 6:25 ` aadi58002
3 siblings, 0 replies; 5+ messages in thread
From: aadi58002 @ 2024-11-21 6:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1033 bytes --]
There is an updated pull request by aadi58002 against master on the void-packages repository
https://github.com/aadi58002/void-packages bpf-linker
https://github.com/void-linux/void-packages/pull/53167
New package: bpf-linker-0.9.13
#### Testing the changes
- I tested the changes in this PR: briefly
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES
<!-- 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, (x86_64)
#### Addresses
#53165
A patch file from https://github.com/void-linux/void-packages/pull/53167.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bpf-linker-53167.patch --]
[-- Type: text/x-diff, Size: 1213 bytes --]
From 6dfdf9b5a00773d62a3636892bcba79f1b894cd3 Mon Sep 17 00:00:00 2001
From: aadi58002 <aadi58002@gmail.com>
Date: Thu, 21 Nov 2024 10:46:49 +0530
Subject: [PATCH] New package: bpf-linker-0.9.13
---
srcpkgs/bpf-linker/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/bpf-linker/template
diff --git a/srcpkgs/bpf-linker/template b/srcpkgs/bpf-linker/template
new file mode 100644
index 00000000000000..86642898154645
--- /dev/null
+++ b/srcpkgs/bpf-linker/template
@@ -0,0 +1,18 @@
+# Template file for 'bpf-linker'
+pkgname=bpf-linker
+version=0.9.13
+revision=1
+build_style=cargo
+make_check_args="-- --skip compile_test" # test requires nightly toolchain to run
+short_desc="Simple BPF static linker"
+maintainer="aadi58002 <aadi58002@gmail.com>"
+license="Apache-2.0 AND MIT"
+homepage="https://github.com/aya-rs/bpf-linker"
+changelog="https://github.com/aya-rs/bpf-linker/releases"
+distfiles="https://github.com/aya-rs/bpf-linker/archive/refs/tags/v${version}.tar.gz"
+checksum=6ae888fb2eefbc3a1968124db76934aae1516103daa7cb9fea8a59e681d05474
+
+post_install() {
+ vlicense LICENSE-APACHE
+ vlicense LICENSE-MIT
+}
^ permalink raw reply [flat|nested] 5+ messages in thread