Re: [PATCH] gnu: Add netcat-openbsd. [v2]

2016-08-04 Thread ng0
For future reference: At least 4 people including myself decided to drop netcat-openbsd: - It is unmaintained upstream (debian) - no commits since 2012 - but maintained in bsd-upstream, - the reply of the debian developer read like no one is responsible for all the lines of code in the patch

Re: [PATCH] gnu: Add netcat-openbsd. [v2]

2016-07-08 Thread ng0
Ludovic Courtès writes: > ng0 skribis: > >> On 2016-06-22(11:23:28PM+0200), Ludovic Courtès wrote: >>> Hi! >>> >>> ng0 skribis: >>> >>> > * gnu/packages/admin.scm (netcat-openbsd): New variable. >>> > * patches/netcat-openbsd-0001-port-to-linux-with-libbsd.patch, >>> > patches/netcat-openbsd-000

Re: [PATCH] gnu: Add netcat-openbsd. [v2]

2016-06-24 Thread Ludovic Courtès
ng0 skribis: > On 2016-06-22(11:23:28PM+0200), Ludovic Courtès wrote: >> Hi! >> >> ng0 skribis: >> >> > * gnu/packages/admin.scm (netcat-openbsd): New variable. >> > * patches/netcat-openbsd-0001-port-to-linux-with-libbsd.patch, >> > patches/netcat-openbsd-0002-connect-timeout.patch, >> > patche

Re: [PATCH] gnu: Add netcat-openbsd. [v2]

2016-06-22 Thread ng0
On 2016-06-22(11:23:28PM+0200), Ludovic Courtès wrote: > Hi! > > ng0 skribis: > > > * gnu/packages/admin.scm (netcat-openbsd): New variable. > > * patches/netcat-openbsd-0001-port-to-linux-with-libbsd.patch, > > patches/netcat-openbsd-0002-connect-timeout.patch, > > patches/netcat-openbsd-0003-get

Re: [PATCH] gnu: Add netcat-openbsd. [v2]

2016-06-22 Thread ng0
On 2016-06-22(11:23:28PM+0200), Ludovic Courtès wrote: > Hi! > > ng0 skribis: > > > * gnu/packages/admin.scm (netcat-openbsd): New variable. > > * patches/netcat-openbsd-0001-port-to-linux-with-libbsd.patch, > > patches/netcat-openbsd-0002-connect-timeout.patch, > > patches/netcat-openbsd-0003-get

Re: [PATCH] gnu: Add netcat-openbsd. [v2]

2016-06-22 Thread Ludovic Courtès
Hi! ng0 skribis: > * gnu/packages/admin.scm (netcat-openbsd): New variable. > * patches/netcat-openbsd-0001-port-to-linux-with-libbsd.patch, > patches/netcat-openbsd-0002-connect-timeout.patch, > patches/netcat-openbsd-0003-get-sev-by-name.patch, > patches/netcat-openbsd-0004-poll-hup.patch, > p

Re: [PATCH] gnu: Add netcat-openbsd. [v2]

2016-06-22 Thread ng0
>From 1bb6edb930b776dd411a042f5fa8d03d965ecca3 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 22 Jun 2016 10:41:39 + Subject: [PATCH] gnu: Add netcat-openbsd. * gnu/packages/admin.scm (netcat-openbsd): New variable. * patches/netcat-openbsd-0001-port-to-linux-with-libbsd.patch, patches/net

Re: [PATCH] gnu: Add netcat-openbsd.

2016-06-22 Thread ng0
by git itself. > > I think the whitespace warnings about the patches are fine. > > > Subject: [PATCH] gnu: Add netcat-openbsd. > > > > * gnu/packages/admin.scm (netcat-openbsd): New variable. > > * patches/netcat-openbsd-0001-port-to-linux-with-libsd.patch, > &

Re: [PATCH] gnu: Add netcat-openbsd.

2016-06-22 Thread ng0
by git itself. > > I think the whitespace warnings about the patches are fine. > > > Subject: [PATCH] gnu: Add netcat-openbsd. > > > > * gnu/packages/admin.scm (netcat-openbsd): New variable. > > * patches/netcat-openbsd-0001-port-to-linux-with-libsd.patch, > &

Re: [PATCH] gnu: Add netcat-openbsd.

2016-06-21 Thread Leo Famulari
> Subject: [PATCH] gnu: Add netcat-openbsd. > > * gnu/packages/admin.scm (netcat-openbsd): New variable. > * patches/netcat-openbsd-0001-port-to-linux-with-libsd.patch, > patches/netcat-openbsd-0002-connect-timeout.patch, > patches/netcat-openbsd-0003-get-sev-by-name.patch, > pa

[PATCH] gnu: Add netcat-openbsd.

2016-06-21 Thread ng0
Initially, this could make git throw some trailing whitespace problems on the new files in patches dir, but they are fixed by git itself. >From d5ec41779721308e33a1cefb579558e74efd394d Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 21 Jun 2016 17:16:50 + Subject: [PATCH] gnu: Add net