unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55436] [PATCH 0/3] Update public-inbox to 1.8.0
@ 2022-05-15 21:54 Thiago Jung Bauermann via Guix-patches via
  2022-05-15 22:02 ` [bug#55436] [PATCH 1/3] gnu: public-inbox: Some packaging fixes Thiago Jung Bauermann via Guix-patches via
  2022-05-16  2:10 ` Kyle Meyer
  0 siblings, 2 replies; 12+ messages in thread
From: Thiago Jung Bauermann via Guix-patches via @ 2022-05-15 21:54 UTC (permalink / raw)
  To: 55436; +Cc: Thiago Jung Bauermann

Hello,

These patches fix a few issues with the current public-inbox package, add a
new package which is needed by version 1.8.0, and finally updates
public-inbox.

A few notes regarding the new package perl-socket-msghdr:

- It's based on the package generated by the CPAN importer. As such, the
  origin URL is on CPAN. There's an upstream repo on GitHub¹, but it
  appears inactive. The contents there are identical to the CPAN tarball,
  modulo the files META.json, META.yml and MANIFEST (the former two exist
  only on CPAN, and the latter is changed to include them) so I left the
  origin unchanged.

- There's a file called ‘ppport.h’ with 7k lines that was automatically
  generated by some tool called “Devel::PPPort”. Ideally we should delete
  it and regenerate it, but I haven't done that.

And regarding public-inbox 1.8.0:

- The diff from current version 1.6.1 has about 57k lines (including
  context). I didn't do even a cursory review of the changes.

- The new tool ‘lei’ depends on curl to work. I tried substituting its path
  directly in the source code, but for some reason that didn't work.
  Therefore I settled for adding curl to the PATH with ‘program-wrapper’.

- The tests are disabled because more changes are needed to enable them.
  I have them working in a local branch, but there's one patch to the
  public-inbox testsuite which I still need to cleanup and post upstream.
  If anyone is curious about it, I pushed the branch ‘public-inbox-updates’
  to my GitLab repo².

Thiago Jung Bauermann (3):
  gnu: public-inbox: Some packaging fixes
  gnu: Add perl-socket-msghdr
  gnu: public-inbox: Update to version 1.8.0

 gnu/packages/mail.scm | 38 +++++++++++++++++++++-----------------
 gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 17 deletions(-)

base-commit: 527952945c59f69665e40b6b416141554084e057

-- 

¹ https://github.com/FGasper/p5-Socket-MsgHdr
² https://gitlab.com/bauermann/guix/




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

end of thread, other threads:[~2022-06-01 23:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-15 21:54 [bug#55436] [PATCH 0/3] Update public-inbox to 1.8.0 Thiago Jung Bauermann via Guix-patches via
2022-05-15 22:02 ` [bug#55436] [PATCH 1/3] gnu: public-inbox: Some packaging fixes Thiago Jung Bauermann via Guix-patches via
2022-05-15 22:02   ` [bug#55436] [PATCH 2/3] gnu: Add perl-socket-msghdr Thiago Jung Bauermann via Guix-patches via
2022-05-15 22:02   ` [bug#55436] [PATCH 3/3] gnu: public-inbox: Update to version 1.8.0 Thiago Jung Bauermann via Guix-patches via
2022-05-16  2:13     ` Kyle Meyer
2022-05-16  2:42       ` Thiago Jung Bauermann via Guix-patches via
2022-05-24 14:47         ` [bug#55436] [PATCH 0/3] Update public-inbox to 1.8.0 Ludovic Courtès
2022-05-25 15:21           ` Thiago Jung Bauermann via Guix-patches via
2022-06-01 20:45             ` bug#55436: " Ludovic Courtès
2022-06-01 23:03               ` [bug#55436] " Thiago Jung Bauermann via Guix-patches via
2022-05-16  2:10 ` Kyle Meyer
2022-05-16  2:31   ` Thiago Jung Bauermann via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).