Re: [UPDATE]: security/kc - enable YubiKey support, add -yubikey flavor

2024-04-03 Thread Stuart Henderson
On 2024/04/01 12:47, Lévai, Dániel wrote: > Ping? > > Original Message > On 27/03/2024 16:33, Lévai, Dániel wrote: > > > > Hi all, > > > > > > This is a patch to enable YubiKey support with a new -yubikey flavor. > > > I invite anyone to test it; it works for me(tm), but re

Re: [UPDATE]: security/kc - enable YubiKey support, add -yubikey flavor

2024-04-01 Thread Lévai , Dániel
Ping? Original Message On 27/03/2024 16:33, Lévai, Dániel wrote: > > Hi all, > > > > This is a patch to enable YubiKey support with a new -yubikey flavor. > > I invite anyone to test it; it works for me(tm), but requires some > fiddling with the USB device files - hence th

Re: [UPDATE]: security/kc - enable YubiKey support, add -yubikey flavor

2024-03-27 Thread Lévai , Dániel
> Hi all, > > This is a patch to enable YubiKey support with a new -yubikey flavor. > I invite anyone to test it; it works for me(tm), but requires some fiddling > with the USB device files - hence the package message. > > Any ideas, suggestions are welcome, > Daniel Barring any objections, issue

[UPDATE]: security/kc - enable YubiKey support, add -yubikey flavor

2024-03-09 Thread Lévai , Dániel
Hi all, This is a patch to enable YubiKey support with a new -yubikey flavor. I invite anyone to test it; it works for me(tm), but requires some fiddling with the USB device files - hence the package message. Any ideas, suggestions are welcome, Danieldiff --git a/security/kc/Makefile b/security/

[UPDATE]: security/kc

2024-03-04 Thread Lévai , Dániel
Hi all, Update kc to 2.5.3 Pretty straightforward diff, tests ran fine. Danieldiff --git a/security/kc/Makefile b/security/kc/Makefile index 9581e04cd2c..ac9e76e7e60 100644 --- a/security/kc/Makefile +++ b/security/kc/Makefile @@ -2,7 +2,7 @@ COMMENT = console based password storing application

[UPDATE]: security/kc

2022-12-30 Thread Lévai , Dániel
Hi! Update to kc 2.5.1. This fixes compilation warnings and subsequent erroneous parameter parsing on arm and powerpc (thanks to tb@ for noticing and providing the fix too!). Daniel diff --git a/security/kc/Makefile b/security/kc/Makefile index bb73e24a451..9581e04cd2c 100644 --- a/security/kc

Re: [UPDATE]: security/kc

2022-12-23 Thread Theo Buehler
On Wed, Dec 21, 2022 at 11:26:39PM +, Lévai, Dániel wrote: > Hi! > > This updates kc to 2.5.0. > Please read the Changelog.md file to see what has changed and why you might > not be able to open your older database. > > I removed an unmaintained script (and the README on it), switched to GH_

[UPDATE]: security/kc

2022-12-21 Thread Lévai , Dániel
Hi! This updates kc to 2.5.0. Please read the Changelog.md file to see what has changed and why you might not be able to open your older database. I removed an unmaintained script (and the README on it), switched to GH_* variables (easier this way), removed pcre dependency (and thus support), a

Re: UPDATE: security/kc

2018-04-20 Thread LÉVAI Dániel
Stuart Henderson @ 2018-04-19T23:04:02 +0200: Thanks, Stuart, > On 2018/04/18 18:10, LÉVAI Dániel wrote: > > Hi! > > > > Update to kc, that breaks compatibility with <2.4 kc databases. > > Please check how I handled it here, I tried to mimic postgresql's way > > with @ask-update. [...] > Since y

Re: UPDATE: security/kc

2018-04-19 Thread Stuart Henderson
On 2018/04/18 18:10, LÉVAI Dániel wrote: > Hi! > > Update to kc, that breaks compatibility with <2.4 kc databases. > Please check how I handled it here, I tried to mimic postgresql's way > with @ask-update. > Index: Makefile > === >

UPDATE: security/kc

2018-04-19 Thread LÉVAI Dániel
Hi! Update to kc, that breaks compatibility with <2.4 kc databases. Please check how I handled it here, I tried to mimic postgresql's way with @ask-update. Index: Makefile === RCS file: /cvs/ports/security/kc/Makefile,v retrieving re

Re: UPDATE: security/kc 2.3.2

2013-12-23 Thread LEVAI Daniel
On h, dec 23, 2013 at 18:51:36 +0100, Jérémie Courrèges-Anglas wrote: > LEVAI Daniel writes: [...] > > This seems fine, but why did you remove the test target? > > I did not, "test" is the default for TEST_TARGET when not modified by > some module. If a port doesn't have a test suite then NO_TES

Re: UPDATE: security/kc 2.3.2

2013-12-23 Thread Jérémie Courrèges-Anglas
LEVAI Daniel writes: > On h, dec 23, 2013 at 18:20:12 +0100, Jérémie Courrèges-Anglas wrote: >> "Dmitrij D. Czarkoff" writes: >> >> > LEVAI Daniel said: >> >> I don't mind having the pwsafe convert utility around, I just tought >> >> that generally the expectation is that if something gets inst

Re: UPDATE: security/kc 2.3.2

2013-12-23 Thread LEVAI Daniel
On h, dec 23, 2013 at 18:20:12 +0100, Jérémie Courrèges-Anglas wrote: > "Dmitrij D. Czarkoff" writes: > > > LEVAI Daniel said: > >> I don't mind having the pwsafe convert utility around, I just tought > >> that generally the expectation is that if something gets installed, then > >> it should (or

Re: UPDATE: security/kc 2.3.2

2013-12-23 Thread Jérémie Courrèges-Anglas
"Dmitrij D. Czarkoff" writes: > LEVAI Daniel said: >> I don't mind having the pwsafe convert utility around, I just tought >> that generally the expectation is that if something gets installed, then >> it should (or supposed to) work :) If it's enough (from the user point >> of view) that perl w

Re: UPDATE: security/kc 2.3.2

2013-12-22 Thread Dmitrij D. Czarkoff
LEVAI Daniel said: > I don't mind having the pwsafe convert utility around, I just tought > that generally the expectation is that if something gets installed, then > it should (or supposed to) work :) If it's enough (from the user point > of view) that perl will warn the user that some modules ar

Re: UPDATE: security/kc 2.3.2

2013-12-22 Thread LEVAI Daniel
On v, dec 22, 2013 at 00:48:47 +0100, Jérémie Courrèges-Anglas wrote: > LEVAI Daniel writes: > > > On szo, dec 14, 2013 at 15:25:47 +0100, LEVAI Daniel wrote: > >> Hi! > >> > >> Here is an update to kc. > >> The development transitioned to github. > >> Also, do not install pwsafe...pl, and remov

Re: UPDATE: security/kc 2.3.2

2013-12-22 Thread Jérémie Courrèges-Anglas
LEVAI Daniel writes: > On szo, dec 14, 2013 at 15:25:47 +0100, LEVAI Daniel wrote: >> Hi! >> >> Here is an update to kc. >> The development transitioned to github. >> Also, do not install pwsafe...pl, and remove its dependencies. The >> utility is still available in the source and on the project

Re: UPDATE: security/kc 2.3.2

2013-12-19 Thread LEVAI Daniel
On v, dec 15, 2013 at 11:34:20 +0100, LEVAI Daniel wrote: > On szo, dec 14, 2013 at 15:25:47 +0100, LEVAI Daniel wrote: > > Hi! > > > > Here is an update to kc. > > The development transitioned to github. > > Also, do not install pwsafe...pl, and remove its dependencies. The > > utility is still a

Re: UPDATE: security/kc 2.3.2

2013-12-15 Thread LEVAI Daniel
On szo, dec 14, 2013 at 15:25:47 +0100, LEVAI Daniel wrote: > Hi! > > Here is an update to kc. > The development transitioned to github. > Also, do not install pwsafe...pl, and remove its dependencies. The > utility is still available in the source and on the project website, but > it is ridiculou

UPDATE: security/kc 2.3.2

2013-12-14 Thread LEVAI Daniel
Hi! Here is an update to kc. The development transitioned to github. Also, do not install pwsafe...pl, and remove its dependencies. The utility is still available in the source and on the project website, but it is ridiculous how many stuff is needed for p5-HTML-Parser, and none of them are justif

UPDATE: security/kc -> 2.2.1

2013-01-16 Thread LEVAI Daniel
Hi! Here is an update to security/kc. A patch file was removed, WANTLIB was shortened, added a RUN_DEPEND, simplified MAKE_ENV, added a pkg MESSAGE, man page is now installed to the right place. Tested only on i386. Index: Makefile =

UPDATE: security/kc -> 2.2.0

2013-01-10 Thread LEVAI Daniel
Hi! Here is an update to security/kc: Index: Makefile === RCS file: /cvs/ports/security/kc/Makefile,v retrieving revision 1.3 diff -p -u -r1.3 Makefile --- Makefile15 Oct 2012 15:18:33 - 1.3 +++ Makefile10 Jan 2013