Re: Git(Hub) and CVS

2018-01-20 Thread Kristaps Dzonsons
> I'm guessing the cvs2git version changed in the upgrade and the new version > generates different commit hashes from the old one. You can verify this by > comparing how a known commit shows up on the GitHub UI vs. a git log of a > recent cvs2git conversion: if the "commit XXX" strings

History documentation

2018-01-20 Thread mazocomp
Hi! Both obsd-faq.txt and pf-faq.txt in pub/OpenBSD/doc/ are same as obsd-faq52.txt and pf-faq52.txt in pub/OpenBSD/doc/history/ So I wonder is there a point to keep them out of date?

Re: usewithtor lynx core: pledge "getpw", syscall 33

2018-01-20 Thread Sebastien Marie
On Sat, Jan 20, 2018 at 07:13:54PM +, clematis wrote: > Hello, > 'usewithtor' (torsocks) works fine with ftp and ssh but it will core > with lynx. > running: usewithtor lynx > will start lynx, resolve openbsd.org but core when trying to make the > http connection. > In /var/log/messages I

usewithtor lynx core: pledge "getpw", syscall 33

2018-01-20 Thread clematis
Hello, 'usewithtor' (torsocks) works fine with ftp and ssh but it will core with lynx. running: usewithtor lynx will start lynx, resolve openbsd.org but core when trying to make the http connection. In /var/log/messages I get: /bsd: lynx[26197]: pledge "getpw", syscall 33 And running gdb lynx

Re: Git(Hub) and CVS

2018-01-20 Thread Kristaps Dzonsons
>> I know many here are using CVS, and many are also using git, so I wonder >> if anybody can help me. On BSD.lv, I push my CVS repositories (kcgi, >> sblg, etc.) to GitHub from time to time using a cvs2git script. It goes >> as follows, shortened and pseudonymised: >> >> REPO=$1 # e.g., kcgi