emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68572: closed ([PATCH] gnu: kubo: Update to 0.16.0.)


From: GNU bug Tracking System
Subject: bug#68572: closed ([PATCH] gnu: kubo: Update to 0.16.0.)
Date: Fri, 19 Jan 2024 22:56:01 +0000

Your message dated Fri, 19 Jan 2024 22:55:11 +0000
with message-id <87plxxndbk.fsf@gmail.com>
and subject line [PATCH] gnu: kubo: Update to 0.16.0.
has caused the debbugs.gnu.org bug report #68572,
regarding [PATCH] gnu: kubo: Update to 0.16.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68572: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68572
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: kubo: Update to 0.16.0. Date: Thu, 18 Jan 2024 22:58:54 +0300 User-agent: Gnus/5.13 (Gnus v5.13)
Hello,

this patch updates Kubo (IPFS) to 0.16.0.

Attachment: 0001-gnu-kubo-Update-to-0.16.0.patch
Description: Text Data

Thanks,
- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: kubo: Update to 0.16.0. Date: Fri, 19 Jan 2024 22:55:11 +0000
Hi,

I've done some analysis of the vendor directory, and it contains a
massive list of missed Guix packages. I see that version 0.16.0 is not
the latest upstream version for that reason.

A quick review of the required modules for the latest version of *kubo*,
v0.25.0, shows that it requires significant packaging efforts.
Hopefully, some of the missing ones will be covered after all pending
patches related to Golang are merged.

https://github.com/ipfs/kubo/blob/v0.25.0/go.mod

Keep this message here for future reference regarding the update of
*kubo*.

Quick rough script to check missing packages
--8<---------------cut here---------------start------------->8---
cd vendor
find * -maxdepth 2 -mindepth 2 -type d |
    sed -e 's/[\.\/]/-/g' |
    sort |
    while read -r m
    do
        echo "go-$m"
    done |
    while read -r p
    do
        guix show $p 2>&1
    done |
    grep "package not found" |
    tee kubo-vendor-package-not-found
--8<---------------cut here---------------start------------->8---

Pushed as 

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]