Re: update jailkit to 2.21 and move to python3

2020-04-12 Thread Aisha Tammy
Hi Gonzalo, I've not managed to apply your diff yet, but it seems like your patch is not patching up the jk_lib.py to properly handle `/dev/*` creation. The authors program is a bit borked and doesn't manage to create devs. This is noticeable when you try to chroot into the directory and

Re: update jailkit to 2.21 and move to python3

2020-04-12 Thread Gonzalo L. Rodriguez
On Fri, 10 Apr 2020 at 09:26:02 -0400, Aisha Tammy wrote: > Hi Stuart, > Dope comments, thanks a lot! > The plist was the sickest, it even did the __pycache__ :O > I totally did not expect so much complexity from just plist, I did read it > but like thought it was just going to do what I did,

Re: update jailkit to 2.21 and move to python3

2020-04-10 Thread Aisha Tammy
Hi Stuart, Dope comments, thanks a lot! The plist was the sickest, it even did the __pycache__ :O I totally did not expect so much complexity from just plist, I did read it but like thought it was just going to do what I did, like, just add and subtract 1 or 2 lines. Next time I'm just gonna

Re: update jailkit to 2.21 and move to python3

2020-04-10 Thread Stuart Henderson
On 2020/04/10 07:21, Aisha Tammy wrote: > Dammit I totally missed that. > Seems like my thunderbird mail has default wrapping on. > I've disabled it and have copied the diff, hopefully correctly this time. > > Thanks a lot. Thanks, that applies now. > HOMEPAGE=

Re: update jailkit to 2.21 and move to python3

2020-04-10 Thread Aisha Tammy
Dammit I totally missed that. Seems like my thunderbird mail has default wrapping on. I've disabled it and have copied the diff, hopefully correctly this time. Thanks a lot. Index: Makefile === RCS file:

Re: update jailkit to 2.21 and move to python3

2020-04-10 Thread Stuart Henderson
Your diff is unusable, it is word-wrapped. On 2020/04/09 23:38, Aisha Tammy wrote: > a much larger diff for correcting upstream errors > I have contacted the dev, but it might be a while and this will only > come in the next release > > comments? ok? > > aisha > > Index: Makefile >

Re: update jailkit to 2.21 and move to python3

2020-04-09 Thread Aisha Tammy
a much larger diff for correcting upstream errors I have contacted the dev, but it might be a while and this will only come in the next release comments? ok? aisha Index: Makefile === RCS file:

update jailkit to 2.21 and move to python3

2020-04-08 Thread Aisha Tammy
First port, any comments are helpful tested on amd64, should work everywhere there is python3 ok? Index: Makefile === RCS file: /cvs/ports/security/jailkit/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile