Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mkinitcpio: update to 30.
@ 2021-02-25 21:12 thypon
  2021-02-25 21:16 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: thypon @ 2021-02-25 21:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/thypon/void-packages mkinitcpio-zstd
https://github.com/void-linux/void-packages/pull/29062

mkinitcpio: update to 30.
The only meaningful change is switch to zstd as default initrd image.
I'm tempted to not merge this one since I'm not sure all our kernels support zstd atm.

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

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

From 19af77d2607f5bfd2ab552e642952aca032e9356 Mon Sep 17 00:00:00 2001
From: Andrea Brancaleoni <abc@pompel.me>
Date: Thu, 25 Feb 2021 20:57:16 +0000
Subject: [PATCH] mkinitcpio: update to 30.

---
 srcpkgs/mkinitcpio/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mkinitcpio/template b/srcpkgs/mkinitcpio/template
index 67b3cff04f1..b0e368f15d0 100644
--- a/srcpkgs/mkinitcpio/template
+++ b/srcpkgs/mkinitcpio/template
@@ -1,16 +1,16 @@
 # Template file for 'mkinitcpio'
 pkgname=mkinitcpio
-version=29
+version=30
 revision=1
 build_style=gnu-makefile
 hostmakedepends="asciidoc"
-depends="busybox-static bsdtar bash"
+depends="busybox-static bsdtar bash zstd"
 short_desc="Next generation of initramfs creation"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="GPL-2.0-only"
 homepage="https://wiki.archlinux.org/index.php/Mkinitcpio"
 distfiles="https://sources.archlinux.org/other/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=0239ba7ae91d652472819457a5dd812c574ba37c3c3d9161e7742a63b85076c2
+checksum=c7725035a06d2ab6ef6e97601b69859d6061aec95c4551e2a1ad2e27d307258f
 
 conf_files="/etc/mkinitcpio.conf"
 

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

* Re: mkinitcpio: update to 30.
  2021-02-25 21:12 [PR PATCH] mkinitcpio: update to 30 thypon
@ 2021-02-25 21:16 ` ericonr
  2021-06-22 15:30 ` paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-25 21:16 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29062#issuecomment-786219523

Comment:
We could just revert https://git.archlinux.org/mkinitcpio.git/commit/?id=2f4a2b592fb98aab1a0e4f3135d4592219b7c25c ... Unless they've backported all the way to 4.4, it's a bad default for us.

Also, I think a better homepage would be https://git.archlinux.org/mkinitcpio.git , since it's what the wiki itself links to.

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

* Re: mkinitcpio: update to 30.
  2021-02-25 21:12 [PR PATCH] mkinitcpio: update to 30 thypon
  2021-02-25 21:16 ` ericonr
@ 2021-06-22 15:30 ` paper42
  2021-06-22 15:39 ` sgn
  2021-06-22 15:39 ` [PR PATCH] [Closed]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-06-22 15:30 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/29062#issuecomment-866086933

Comment:
can this PR be closed? #30930 was merged

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

* Re: mkinitcpio: update to 30.
  2021-02-25 21:12 [PR PATCH] mkinitcpio: update to 30 thypon
  2021-02-25 21:16 ` ericonr
  2021-06-22 15:30 ` paper42
@ 2021-06-22 15:39 ` sgn
  2021-06-22 15:39 ` [PR PATCH] [Closed]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2021-06-22 15:39 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29062#issuecomment-866096067

Comment:
Merged in #30930

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

* Re: [PR PATCH] [Closed]: mkinitcpio: update to 30.
  2021-02-25 21:12 [PR PATCH] mkinitcpio: update to 30 thypon
                   ` (2 preceding siblings ...)
  2021-06-22 15:39 ` sgn
@ 2021-06-22 15:39 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2021-06-22 15:39 UTC (permalink / raw)
  To: ml

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

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

mkinitcpio: update to 30.
https://github.com/void-linux/void-packages/pull/29062

Description:
The only meaningful change is switch to zstd as default initrd image.
I'm tempted to not merge this one since I'm not sure all our kernels support zstd atm.

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

end of thread, other threads:[~2021-06-22 15:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-25 21:12 [PR PATCH] mkinitcpio: update to 30 thypon
2021-02-25 21:16 ` ericonr
2021-06-22 15:30 ` paper42
2021-06-22 15:39 ` sgn
2021-06-22 15:39 ` [PR PATCH] [Closed]: " sgn

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