Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] limine: update to 4.20230408.0.
@ 2023-04-08  2:18 mintsuki
  2023-04-09 15:10 ` biopsin
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: mintsuki @ 2023-04-08  2:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mintsuki/void-packages limine
https://github.com/void-linux/void-packages/pull/43336

limine: update to 4.20230408.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 2499e020abce4ff837c28160993f774a046026cd Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Sat, 8 Apr 2023 04:17:43 +0200
Subject: [PATCH] limine: update to 4.20230408.0.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 06bcf25f033d..a4024958e813 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=4.20230330.0
+version=4.20230408.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm"
@@ -10,7 +10,7 @@ maintainer="Mintsuki <mintsuki@protonmail.com>"
 license="BSD-2-Clause"
 homepage="https://limine-bootloader.org/"
 distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.xz"
-checksum=1270145c65adc3933e220ca87a7aaca0e14a5dec18b2821f4ddc9ecdeedbdcb2
+checksum=e0f41a5242436a98638d3931ec65ae4aa07c838060ddb833b11783c25cc7e10e
 
 post_install() {
 	vlicense LICENSE

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

* Re: limine: update to 4.20230408.0.
  2023-04-08  2:18 [PR PATCH] limine: update to 4.20230408.0 mintsuki
@ 2023-04-09 15:10 ` biopsin
  2023-04-09 19:00 ` mintsuki
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: biopsin @ 2023-04-09 15:10 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/43336#issuecomment-1501150773

Comment:
While testing I noticed this ../share/liminie/limine.sys (206K) is smaller then previous version (232K) and would not boot. Does it require to run limine-deploy on every update too?

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

* Re: limine: update to 4.20230408.0.
  2023-04-08  2:18 [PR PATCH] limine: update to 4.20230408.0 mintsuki
  2023-04-09 15:10 ` biopsin
@ 2023-04-09 19:00 ` mintsuki
  2023-04-13  3:56 ` classabbyamp
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mintsuki @ 2023-04-09 19:00 UTC (permalink / raw)
  To: ml

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

New comment by mintsuki on void-packages repository

https://github.com/void-linux/void-packages/pull/43336#issuecomment-1501192610

Comment:
@biopsin that's correct. I assume the reason why it's smaller has to do with the fact that Void recently updated the LLVM toolchain to version 15.

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

* Re: limine: update to 4.20230408.0.
  2023-04-08  2:18 [PR PATCH] limine: update to 4.20230408.0 mintsuki
  2023-04-09 15:10 ` biopsin
  2023-04-09 19:00 ` mintsuki
@ 2023-04-13  3:56 ` classabbyamp
  2023-04-13  7:22 ` biopsin
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2023-04-13  3:56 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43336#issuecomment-1506302552

Comment:
> Does it require to run limine-deploy on every update too?

> that's correct.

it would probably be good to have a post-install script or something. [grub has a kernel post-install hook](https://github.com/void-linux/void-packages/blob/master/srcpkgs/grub/files/kernel.d/grub.post), when does limine's configuration need updating? on limine update, kernel update, or both?

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

* Re: limine: update to 4.20230408.0.
  2023-04-08  2:18 [PR PATCH] limine: update to 4.20230408.0 mintsuki
                   ` (2 preceding siblings ...)
  2023-04-13  3:56 ` classabbyamp
@ 2023-04-13  7:22 ` biopsin
  2023-04-14 12:02 ` [PR PATCH] [Updated] limine: update to 4.20230414.0 mintsuki
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: biopsin @ 2023-04-13  7:22 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/43336#issuecomment-1506476840

Comment:
>  does limine's configuration need updating?

Yes limine.cfg need kernel version bump, but this might be tricky as the configuration is custom and differs, therefore should be left for the user to adjust, same as with the syslinux package.


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

* Re: [PR PATCH] [Updated] limine: update to 4.20230414.0.
  2023-04-08  2:18 [PR PATCH] limine: update to 4.20230408.0 mintsuki
                   ` (3 preceding siblings ...)
  2023-04-13  7:22 ` biopsin
@ 2023-04-14 12:02 ` mintsuki
  2023-04-22 10:41 ` [PR PATCH] [Updated] limine: update to 4.20230422.0 mintsuki
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mintsuki @ 2023-04-14 12:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mintsuki/void-packages limine
https://github.com/void-linux/void-packages/pull/43336

limine: update to 4.20230414.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From ad865dc1c6a5a9d9348dfb9b35aee95119490575 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Fri, 14 Apr 2023 14:02:13 +0200
Subject: [PATCH] limine: update to 4.20230414.0.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 06bcf25f033d..da82bc0c5271 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=4.20230330.0
+version=4.20230414.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm"
@@ -10,7 +10,7 @@ maintainer="Mintsuki <mintsuki@protonmail.com>"
 license="BSD-2-Clause"
 homepage="https://limine-bootloader.org/"
 distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.xz"
-checksum=1270145c65adc3933e220ca87a7aaca0e14a5dec18b2821f4ddc9ecdeedbdcb2
+checksum=d7dc0926b7ea76a39a56500b4f41a5dc494da44c3782d99bcab0c4840bfaf2c2
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] limine: update to 4.20230422.0.
  2023-04-08  2:18 [PR PATCH] limine: update to 4.20230408.0 mintsuki
                   ` (4 preceding siblings ...)
  2023-04-14 12:02 ` [PR PATCH] [Updated] limine: update to 4.20230414.0 mintsuki
@ 2023-04-22 10:41 ` mintsuki
  2023-04-28  3:44 ` [PR PATCH] [Updated] limine: update to 4.20230428.0 mintsuki
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mintsuki @ 2023-04-22 10:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mintsuki/void-packages limine
https://github.com/void-linux/void-packages/pull/43336

limine: update to 4.20230422.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 9eb261bf7218d0fbfeb939ce0a45f9ae0570b6a9 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Sat, 22 Apr 2023 12:40:58 +0200
Subject: [PATCH] limine: update to 4.20230422.0.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 06bcf25f033d..2fb11ea3e468 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=4.20230330.0
+version=4.20230422.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm"
@@ -10,7 +10,7 @@ maintainer="Mintsuki <mintsuki@protonmail.com>"
 license="BSD-2-Clause"
 homepage="https://limine-bootloader.org/"
 distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.xz"
-checksum=1270145c65adc3933e220ca87a7aaca0e14a5dec18b2821f4ddc9ecdeedbdcb2
+checksum=d42fe5488c221e2f69e1f7c920e5231841dd5ff65993b70104d7a6be00c93fcc
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] limine: update to 4.20230428.0.
  2023-04-08  2:18 [PR PATCH] limine: update to 4.20230408.0 mintsuki
                   ` (5 preceding siblings ...)
  2023-04-22 10:41 ` [PR PATCH] [Updated] limine: update to 4.20230422.0 mintsuki
@ 2023-04-28  3:44 ` mintsuki
  2023-05-02  6:58 ` mintsuki
  2023-05-02  7:42 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: mintsuki @ 2023-04-28  3:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mintsuki/void-packages limine
https://github.com/void-linux/void-packages/pull/43336

limine: update to 4.20230428.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 5a4008ccab1a16f7d16d5f8ea28ec9867c168716 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Fri, 28 Apr 2023 05:44:22 +0200
Subject: [PATCH] limine: update to 4.20230428.0.

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

diff --git a/srcpkgs/limine/template b/srcpkgs/limine/template
index 06bcf25f033d..1fad25363c8a 100644
--- a/srcpkgs/limine/template
+++ b/srcpkgs/limine/template
@@ -1,6 +1,6 @@
 # Template file for 'limine'
 pkgname=limine
-version=4.20230330.0
+version=4.20230428.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-all TOOLCHAIN_FOR_TARGET=llvm"
@@ -10,7 +10,7 @@ maintainer="Mintsuki <mintsuki@protonmail.com>"
 license="BSD-2-Clause"
 homepage="https://limine-bootloader.org/"
 distfiles="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.xz"
-checksum=1270145c65adc3933e220ca87a7aaca0e14a5dec18b2821f4ddc9ecdeedbdcb2
+checksum=8771a86769a3405dad729cabceac0a76316964c40dc2f0690398b1e6e01aae41
 
 post_install() {
 	vlicense LICENSE

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

* Re: limine: update to 4.20230428.0.
  2023-04-08  2:18 [PR PATCH] limine: update to 4.20230408.0 mintsuki
                   ` (6 preceding siblings ...)
  2023-04-28  3:44 ` [PR PATCH] [Updated] limine: update to 4.20230428.0 mintsuki
@ 2023-05-02  6:58 ` mintsuki
  2023-05-02  7:42 ` [PR PATCH] [Merged]: " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: mintsuki @ 2023-05-02  6:58 UTC (permalink / raw)
  To: ml

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

New comment by mintsuki on void-packages repository

https://github.com/void-linux/void-packages/pull/43336#issuecomment-1530979428

Comment:
@classabbyamp as discussed on Discord, I'd prefer to keep this PR as is as it is a simple version bump, and worry about those things separately.

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

* Re: [PR PATCH] [Merged]: limine: update to 4.20230428.0.
  2023-04-08  2:18 [PR PATCH] limine: update to 4.20230408.0 mintsuki
                   ` (7 preceding siblings ...)
  2023-05-02  6:58 ` mintsuki
@ 2023-05-02  7:42 ` classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2023-05-02  7:42 UTC (permalink / raw)
  To: ml

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

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

limine: update to 4.20230428.0.
https://github.com/void-linux/void-packages/pull/43336

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

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

end of thread, other threads:[~2023-05-02  7:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-08  2:18 [PR PATCH] limine: update to 4.20230408.0 mintsuki
2023-04-09 15:10 ` biopsin
2023-04-09 19:00 ` mintsuki
2023-04-13  3:56 ` classabbyamp
2023-04-13  7:22 ` biopsin
2023-04-14 12:02 ` [PR PATCH] [Updated] limine: update to 4.20230414.0 mintsuki
2023-04-22 10:41 ` [PR PATCH] [Updated] limine: update to 4.20230422.0 mintsuki
2023-04-28  3:44 ` [PR PATCH] [Updated] limine: update to 4.20230428.0 mintsuki
2023-05-02  6:58 ` mintsuki
2023-05-02  7:42 ` [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).