GNU bug report logs - #69526
[PATCH 00/10] Add aardvark-dns.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Sun, 3 Mar 2024 16:45:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69526: closed ([PATCH 00/10] Add aardvark-dns.)
Date: Tue, 05 Mar 2024 08:24:04 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 5 Mar 2024 10:21:44 +0200
with message-id <ZebWGC4wZS7raKDs <at> 3900XT>
and subject line Re: [bug#69526] [PATCH 00/10] Add aardvark-dns.
has caused the debbugs.gnu.org bug report #69526,
regarding [PATCH 00/10] Add aardvark-dns.
to be marked as done.

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


-- 
69526: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69526
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH 00/10] Add aardvark-dns.
Date: Sun,  3 Mar 2024 17:43:04 +0100
This series adds aardvark-dns, which will be required for 5.0 version of
podman.

Tomas Volf (10):
  gnu: Add rust-h3-0.0.2.
  gnu: Add rust-h3-quinn-0.0.3.
  gnu: Add rust-event-listener-strategy-0.1.
  gnu: Add rust-async-broadcast-0.6.
  gnu: Add rust-hickory-proto-0.24.
  gnu: Add rust-hickory-client-0.24.
  gnu: Add rust-hickory-resolver-0.24.
  gnu: Add rust-hickory-recursor-0.24.
  gnu: Add rust-hickory-server-0.24.
  gnu: Add aardvark-dns.

 gnu/packages/crates-io.scm | 332 +++++++++++++++++++++++++++++++++++++
 gnu/packages/rust-apps.scm |  33 ++++
 2 files changed, 365 insertions(+)


base-commit: f00f56514d90ebba5d9e08ec786c8118e437097c
--
2.41.0


[Message part 3 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Tomas Volf <~@wolfsden.cz>
Cc: 69526-done <at> debbugs.gnu.org
Subject: Re: [bug#69526] [PATCH 00/10] Add aardvark-dns.
Date: Tue, 5 Mar 2024 10:21:44 +0200
[Message part 4 (text/plain, inline)]
Thanks! Patches pushed.

On Mon, Mar 04, 2024 at 06:46:47PM +0100, Tomas Volf wrote:
> On 2024-03-04 09:17:06 +0200, Efraim Flashner wrote:
> > The good news is it looks like this can be applied straight to the
> > master branch. Can you send a second round with a couple of changes?
> 
> Thank you very much for the fast review, and sorry for there being so many
> issues.  I will send a v2.

Not so many issues :)

> >
> > On Sun, Mar 03, 2024 at 05:43:04PM +0100, Tomas Volf wrote:
> > > This series adds aardvark-dns, which will be required for 5.0 version of
> > > podman.
> > >
> > > Tomas Volf (10):
> > >   gnu: Add rust-h3-0.0.2.
> > This should be in crates-web and inherit from rust-h3-0.0.3
> >
> > >   gnu: Add rust-h3-quinn-0.0.3.
> > This should be in crates-web and inherit from rust-h3-quinn-0.0.4
> >
> > >   gnu: Add rust-event-listener-strategy-0.1.
> > This should be after rust-event-listener-strategy-0.4 and inherit from
> > it.
> >
> > >   gnu: Add rust-async-broadcast-0.6.
> > rust-async-broadcast-0.5 should inherit from this package
> 
> Done, I hope correctly.

Yep, all looks good.

> >
> > >   gnu: Add rust-hickory-proto-0.24.
> > >   gnu: Add rust-hickory-client-0.24.
> > >   gnu: Add rust-hickory-resolver-0.24.
> > >   gnu: Add rust-hickory-recursor-0.24.
> > >   gnu: Add rust-hickory-server-0.24.
> > These should be in crates-web
> 
> I have to admit I am sometimes bit confused by the -io and -web split.  For
> example, why does DNS library and server belong into -web?

crates-io was getting way too big so I tried to find similar packages to
split off into their own modules.  I found some packages related to web
servers and their "neighbor" packages (normally from the same repo or
same author/organization), and then I found that the DNS packages were
pretty much only used by those packages, so I moved them too.

> > and inserted and sorted alphabetically
> 
> I did not know the order in the .scm files does not matter, I tried to add them
> in order of use.  Will sort.

It makes it easier to find the packages when adding/removing/changing
them.

> >
> > >   gnu: Add aardvark-dns.
> > This should have '#:install-source #f' in arguments
> 
> Done.
> >
> > >
> > >  gnu/packages/crates-io.scm | 332 +++++++++++++++++++++++++++++++++++++
> > >  gnu/packages/rust-apps.scm |  33 ++++
> > >  2 files changed, 365 insertions(+)
> > >
> > >
> > > base-commit: f00f56514d90ebba5d9e08ec786c8118e437097c
> > > --
> > > 2.41.0
> > >
> > >
> >
> > --
> > Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
> > GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
> > Confidentiality cannot be guaranteed on emails sent or received unencrypted
> 
> 
> 
> --
> There are only two hard things in Computer Science:
> cache invalidation, naming things and off-by-one errors.



-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 129 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.