Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sbctl: update to 0.10.
@ 2023-03-02  0:11 yoshiyoshyosh
  2023-03-05  8:33 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: yoshiyoshyosh @ 2023-03-02  0:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yoshiyoshyosh/void-packages sbctl-update
https://github.com/void-linux/void-packages/pull/42538

sbctl: update to 0.10.
also added vlicense()

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l (crossbuild)
  - armv7l (crossbuild)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sbctl-update-42538.patch --]
[-- Type: text/x-diff, Size: 1144 bytes --]

From 845826c6d8062badd2006121806b19496b669bf1 Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Wed, 1 Mar 2023 18:59:40 -0500
Subject: [PATCH] sbctl: update to 0.10.

---
 srcpkgs/sbctl/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/sbctl/template b/srcpkgs/sbctl/template
index a4c94a24469f..59825541388b 100644
--- a/srcpkgs/sbctl/template
+++ b/srcpkgs/sbctl/template
@@ -1,6 +1,6 @@
 # Template file for 'sbctl'
 pkgname=sbctl
-version=0.9
+version=0.10
 revision=1
 build_style=go
 go_import_path="github.com/foxboron/sbctl"
@@ -10,7 +10,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://github.com/Foxboron/sbctl"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=88a7e552b2d7cbe45f6846547c1de4d33bfd86303a0ba4dc8363b113e465610d
+checksum=22c394e1ae3f80eafe85e331ca4499d2df28bebcc4421c0af89241b897a17774
 
 do_build() {
 	make
@@ -20,3 +20,7 @@ do_install() {
 	make install PREFIX=/usr DESTDIR=$DESTDIR
 	# TODO: install completions, sbctl tries to run lsblk when generating them
 }
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] sbctl: update to 0.10.
  2023-03-02  0:11 [PR PATCH] sbctl: update to 0.10 yoshiyoshyosh
@ 2023-03-05  8:33 ` classabbyamp
  2023-03-05  8:58 ` [PR PATCH] [Updated] " yoshiyoshyosh
  2023-03-07  4:48 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-03-05  8:33 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42538#discussion_r1125621235

Comment:
```suggestion
distfiles="https://github.com/Foxboron/sbctl/archive/${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] sbctl: update to 0.10.
  2023-03-02  0:11 [PR PATCH] sbctl: update to 0.10 yoshiyoshyosh
  2023-03-05  8:33 ` [PR REVIEW] " classabbyamp
@ 2023-03-05  8:58 ` yoshiyoshyosh
  2023-03-07  4:48 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: yoshiyoshyosh @ 2023-03-05  8:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yoshiyoshyosh/void-packages sbctl-update
https://github.com/void-linux/void-packages/pull/42538

sbctl: update to 0.10.
also added vlicense()

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l (crossbuild)
  - armv7l (crossbuild)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sbctl-update-42538.patch --]
[-- Type: text/x-diff, Size: 1256 bytes --]

From 78722df32fe84f6b383c357a79f63ad74cde2c0f Mon Sep 17 00:00:00 2001
From: yosh <yosh-git@riseup.net>
Date: Wed, 1 Mar 2023 18:59:40 -0500
Subject: [PATCH] sbctl: update to 0.10.

---
 srcpkgs/sbctl/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sbctl/template b/srcpkgs/sbctl/template
index a4c94a24469f..8e2653585bba 100644
--- a/srcpkgs/sbctl/template
+++ b/srcpkgs/sbctl/template
@@ -1,6 +1,6 @@
 # Template file for 'sbctl'
 pkgname=sbctl
-version=0.9
+version=0.10
 revision=1
 build_style=go
 go_import_path="github.com/foxboron/sbctl"
@@ -9,8 +9,8 @@ short_desc="Secure Boot key manager"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="MIT"
 homepage="https://github.com/Foxboron/sbctl"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=88a7e552b2d7cbe45f6846547c1de4d33bfd86303a0ba4dc8363b113e465610d
+distfiles="https://github.com/Foxboron/sbctl/archive/${version}.tar.gz"
+checksum=22c394e1ae3f80eafe85e331ca4499d2df28bebcc4421c0af89241b897a17774
 
 do_build() {
 	make
@@ -20,3 +20,7 @@ do_install() {
 	make install PREFIX=/usr DESTDIR=$DESTDIR
 	# TODO: install completions, sbctl tries to run lsblk when generating them
 }
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: sbctl: update to 0.10.
  2023-03-02  0:11 [PR PATCH] sbctl: update to 0.10 yoshiyoshyosh
  2023-03-05  8:33 ` [PR REVIEW] " classabbyamp
  2023-03-05  8:58 ` [PR PATCH] [Updated] " yoshiyoshyosh
@ 2023-03-07  4:48 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-03-07  4:48 UTC (permalink / raw)
  To: ml

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

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

sbctl: update to 0.10.
https://github.com/void-linux/void-packages/pull/42538

Description:
also added vlicense()

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l (crossbuild)
  - armv7l (crossbuild)


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

end of thread, other threads:[~2023-03-07  4:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02  0:11 [PR PATCH] sbctl: update to 0.10 yoshiyoshyosh
2023-03-05  8:33 ` [PR REVIEW] " classabbyamp
2023-03-05  8:58 ` [PR PATCH] [Updated] " yoshiyoshyosh
2023-03-07  4:48 ` [PR PATCH] [Merged]: " classabbyamp

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