Re: [hackers] Updating SSL patch for ii.

2017-01-29 Thread Marc Collin
Void Linux uses LibreSSL by default since 2014. http://www.voidlinux.eu/news/2014/08/LibreSSL-by-default.html On Sun, Jan 29, 2017 at 11:27 PM, Marc Collin wrote: > Alpine Linux uses LibreSSL by default since October. > > https://lists.alpinelinux.org/alpine-devel/5463.html > > > > On Sun, Jan

Re: [hackers] Updating SSL patch for ii.

2017-01-29 Thread Marc Collin
Alpine Linux uses LibreSSL by default since October. https://lists.alpinelinux.org/alpine-devel/5463.html On Sun, Jan 29, 2017 at 8:49 PM, Quentin Rameau wrote: > On Sun, 29 Jan 2017 23:38:17 +0100 > Laslo Hunhold wrote: > >> On Sun, 29 Jan 2017 17:16:55 -0500 >> "S. Gilles" wrote: >> >> Hey

Re: [hackers] Updating SSL patch for ii.

2017-01-29 Thread Quentin Rameau
On Sun, 29 Jan 2017 23:38:17 +0100 Laslo Hunhold wrote: > On Sun, 29 Jan 2017 17:16:55 -0500 > "S. Gilles" wrote: > > Hey, > > > On my Linux system (Gentoo), it's available as part of the libressl > > package. It even seems to have manpages taken directly from > > OpenBSD. > > I'm running

Re: [hackers] Updating SSL patch for ii.

2017-01-29 Thread Laslo Hunhold
On Sun, 29 Jan 2017 17:16:55 -0500 "S. Gilles" wrote: Hey, > On my Linux system (Gentoo), it's available as part of the libressl > package. It even seems to have manpages taken directly from OpenBSD. I'm running Gentoo as well and should've given the libressl-ebuild more consideration. To be h

Re: [hackers] Updating SSL patch for ii.

2017-01-29 Thread S. Gilles
On 2017-01-29T23:02:12+0100, Laslo Hunhold wrote: > mean, you probably could compile it on Linux, but I was surprised there > were no "packages" available as far as I checked. On my Linux system (Gentoo), it's available as part of the libressl package. It even seems to have manpages taken directl

Re: [hackers] Updating SSL patch for ii.

2017-01-29 Thread Laslo Hunhold
On Sun, 29 Jan 2017 22:47:01 +0100 Hiltjo Posthuma wrote: Hey Hiltjo, > Doesn't this miss some things like verify peer and the certificate > information? > > An alternative could be to use the LibreSSL libtls wrapper library > which handles these things. I was thinking exactly the same thing t

Re: [hackers] Updating SSL patch for ii.

2017-01-29 Thread Hiltjo Posthuma
On Sun, Jan 29, 2017 at 10:27:29PM +0100, Josuah Demangeon wrote: > I am updating the SSL patch for ii for latest commit (8570350). > > I attached both the diff for "sites" (sites.diff) and the patch itself > (ii-ssl-20170129-8570350.diff). > diff --git a/config.mk b/

[hackers] Updating SSL patch for ii.

2017-01-29 Thread Josuah Demangeon
I am updating the SSL patch for ii for latest commit (8570350). I attached both the diff for "sites" (sites.diff) and the patch itself (ii-ssl-20170129-8570350.diff).diff --git a/config.mk b/config.mk index b5bc34f..8525a43 100644 --- a/config.mk +++ b/config.mk @@ -16,7 +16,7

[hackers] [PATCH][sbase] cp.1: source and dest are not optional

2017-01-29 Thread Mattias Andrée
Signed-off-by: Mattias Andrée --- cp.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cp.1 b/cp.1 index 54126e2..f74127d 100644 --- a/cp.1 +++ b/cp.1 @@ -11,8 +11,8 @@ .Fl R .Op Fl H | L | P .Oc -.Op Ar source ... -.Op Ar dest +.Ar source ... +.Ar dest .Sh DESCRIPTION

[hackers] [blind] blind-repeat: add support for reading from stdin || Mattias Andrée

2017-01-29 Thread git
commit 26837582379eed2a18350a448f51865f3cd86916 Author: Mattias Andrée AuthorDate: Sun Jan 29 21:20:55 2017 +0100 Commit: Mattias Andrée CommitDate: Sun Jan 29 21:20:55 2017 +0100 blind-repeat: add support for reading from stdin Signed-off-by: Mattias Andrée diff --git

[hackers] [blind] blind-crop: add -s and -S || Mattias Andrée

2017-01-29 Thread git
commit 29716cb446111a6c0d82df08d18a1eec848d826c Author: Mattias Andrée AuthorDate: Sun Jan 29 20:35:26 2017 +0100 Commit: Mattias Andrée CommitDate: Sun Jan 29 20:35:26 2017 +0100 blind-crop: add -s and -S Signed-off-by: Mattias Andrée diff --git a/man/blind-crop.1 b/ma