security/password-store to 1.7.4 (maintainer update)

2021-07-22 Thread David Dahlberg
Hi *, heres an update of pass(1) from 1.7.3 to 1.7.4. While at it, also fix a POSIX basic RE for sed(1), which prevented an optimization when re-encrypting to same key set. Now "make test" is happy, too. Should my mail program destroy the patch, here's a downloadable copy:

Re: sysutils/hw-probe: only add the dmidecode dependency for i386 and amd64

2020-11-20 Thread David Dahlberg
On Fri, 2020-11-20 at 13:29 +0800, Kevin Lo wrote: > hw-probe could run on non-x86 architectures. > Tested on arm64 [1] and octeon [2]. [..] > +.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" > +RUN_DEPENDS += sysutils/dmidecode > +.endif Hmm, although dmidecode does only package for

Re: New: hw-probe-1.6

2020-08-11 Thread David Dahlberg
On Mon, 2020-08-10 at 13:21 +0100, Stuart Henderson wrote: > - the PKGNAME hw-probe-1.6-beta is invalid, -beta is using the part of > the name that is reserved for a flavour. Should set e.g. PKGNAME=hw- > probe-1.6beta Thank you Stuart. I finally found packages-specs(7) which expains the full

New: hw-probe-1.6

2020-08-10 Thread David Dahlberg
Hi ports@ Find attached a port of hw-probe, which is the system configuration upload tool of linux-hardware.org/bsd-hardware.org. A few questions/remarks though: The tool is dual-licenced BSD-4/LGPL- 2.1+. Do I have to pick the licence files and install them somewhere? Second, the tool would

[UPDATE] sysutils/colortree

2018-12-26 Thread David Dahlberg
Hi ports@ maintainer update from colortree-1.7.0 to -1.8.0. Changelog of colortree is here: http://mama.indstate.edu/users/ice/tree/changes.html On ports side it's nothing very interesting, mainly an increment in the version number and a plist update. I also changed two occurences of

Re: UPDATE: security/password-store

2018-08-22 Thread David Dahlberg
Am Wednesday, den 22.08.2018, 12:08 +0200 schrieb David Dahlberg: > >Here's a trivial update to password-store-1.7.3. [..] > > ok? Yes, looks good to me. > I have a slightly bigger patch, [..] > Will try to merge it with yours. Sorry, it seems you did commit my patch alrea

Re: UPDATE: security/password-store

2018-08-22 Thread David Dahlberg
Am Tuesday, den 21.08.2018, 22:57 -0600 schrieb Anthony J. Bentley: > Here's a trivial update to password-store-1.7.3. Been using it about > a week. > > ok? I have a slightly bigger patch, which reverts some changes that are no longer required (mv -v etc.). Will try to merge it with yours.

Re: [ports [new] security/pass-otp

2018-03-08 Thread David Dahlberg
Am Thursday, den 08.03.2018, 08:31 + schrieb David Dahlberg: > Am Mittwoch, den 07.03.2018, 07:25 -0700 schrieb Aaron Bieber: > > > Here is a port of pass-otp an extension for security/password-store > > that > > lets you manage OTP entries. > > I will test i

Re: security/password-store GnuPG dependency

2017-08-20 Thread David Dahlberg
> Am 19.08.2017 um 12:16 schrieb Antoine Jacoutot : > > Since the README explicitely states gnupg2, I think we should go for this, > even > if gnupg1 is compatible, to prevent surprises in the future. > OK? Sure. Gpg1 has somewhat lesser dependencies, but lacks default

Re: Gnome 3 (gnome-shell) crash on initialization on an x61s with Intel 965 x3100 display

2016-07-29 Thread David Dahlberg
Am Freitag, den 29.07.2016, 00:26 -0500 schrieb Justin Haynes: > The problem is that when i attempt ot start Gnome using gdm, I get > nothing > but X Windows with a black background and the X mouse cursor. Had a similar problem lately. Please check fstab(5), whether you have nosuid configured

Re: pledge() sysutils/colortree

2016-04-27 Thread David Dahlberg
Am Mittwoch, den 27.04.2016, 00:01 -0700 schrieb steve latif: > Updated diff: > Added proc to the pledge list to deal with the system()  in html.c > I missed system() as its not mentioned in the man page for pledge(2) > Including a second diff to add system() to the man page. As I said, I am not

Re: pledge() sysutils/colortree

2016-04-23 Thread David Dahlberg
Am Saturday, den 23.04.2016, 16:21 +0200 schrieb Sebastien Marie: > On Sat, Apr 23, 2016 at 03:29:33PM +0200, David Dahlberg wrote: > > BTW, how do I cvs diff over new files? > 1. cp file{,.orig} > 2. edit file, and save > 3. cd /usr/ports/.../ && make update-patch

Re: pledge() sysutils/colortree

2016-04-23 Thread David Dahlberg
Am Friday, den 22.04.2016, 11:07 +0200 schrieb David Dahlberg: > Am Freitag, den 22.04.2016, 09:52 +0100 schrieb Stuart Henderson: > > >  MAINTAINER =   David Dahlberg <david+bsd@dahlberg.cologne> > > And please CC maintainer for ports diffs, thank you :) > I have seen

Re: pledge() sysutils/colortree

2016-04-22 Thread David Dahlberg
Am Freitag, den 22.04.2016, 09:52 +0100 schrieb Stuart Henderson: > > > > > >  MAINTAINER =   David Dahlberg <david+bsd@dahlberg.cologne> > And please CC maintainer for ports diffs, thank you :) I have seen it. Will have a deeper look at it over the week-end. Cheers David

Re: [NEW] books/rfc

2015-10-30 Thread David Dahlberg
Am Freitag, den 30.10.2015, 12:35 +0100 schrieb Peter Hessler: > I've wanted a local cache of the RFCs for a long time, so I quickly > wrote up a simple port to keep them local, and a trivial pager helper > script. There seems to be a RFCs1001-1500.tar.gz missing. Also missing is

Re: New: colortree

2015-07-20 Thread David Dahlberg
Am Sunday, den 19.07.2015, 22:01 +0300 schrieb Vadim Zhukov: Yes. But, please, remove CFLAGS line entirely then, too [..] Yes. The last small nit: the manual page isn't built but comes directly from source directory, so the ${INSTALL_MAN} line should use ${WRKSRC} instead of ${WRKBUILD} there.

Re: New: colortree

2015-07-20 Thread David Dahlberg
Am Monday, den 20.07.2015, 18:03 +0100 schrieb Stuart Henderson: WANTLIB is missing. Added it. But what I still noticed is that the compiler warns about strcpy/sprintf. Even though there are only two invocations of strcpy(3) which do look good to me, there is actually far to many sprintf(3)

Re: Please import: password-store

2015-07-19 Thread David Dahlberg
Am Sunday, den 05.07.2015, 15:33 +0200 schrieb David Dahlberg: Here's the next try to get Jason Donenfeld's password store (passwordstore.org) imported into ports. Ping?

Re: New: colortree

2015-07-19 Thread David Dahlberg
Am Sunday, den 19.07.2015, 19:43 +0300 schrieb Vadim Zhukov: 2015-07-19 18:09 GMT+03:00 David Dahlberg david+bsd@dahlberg.cologne : A port for Steve Baker's tree program. 1. Don't hardcode -O2, let the CFLAGS/COPTS/DEBUG coming from outside port do their job instead... I propose getting

New: colortree

2015-07-19 Thread David Dahlberg
A port for Steve Baker's tree program. As we have already a simpler, BSD-licenced alternative in ports, I used the gnugetopt/coreutils/colorls approach and renamed to colortree, which is the author's preference. Cheers, David colortree.tgz Description: application/compressed-tar

Please import: password-store

2015-07-05 Thread David Dahlberg
Here's the next try to get Jason Donenfeld's password store (passwordstore.org) imported into ports. Last one was a couple of months ago. Changes since then: * based on new upstream release * suppress (.gpg) prefixes in pass ls (found by Derek Sivers) Cheers, David

Re: First attempt at ports: password-store

2015-01-09 Thread David Dahlberg
examples/$PACKAGE, I consider this to be the right place though. -- David Dahlberg Fraunhofer FKIE, Dept. Communication Systems (KOM) | Tel: +49-228-9435-845 Fraunhoferstr. 20, 53343 Wachtberg, Germany| Fax: +49-228-856277

Re: First attempt at ports: password-store

2015-01-08 Thread David Dahlberg
it somehow with find | grep which of course is not as fancy and breaks the unit-test. -dd -- David Dahlberg Fraunhofer FKIE, Dept. Communication Systems (KOM) | Tel: +49-228-9435-845 Fraunhoferstr. 20, 53343 Wachtberg, Germany| Fax: +49-228-856277

Re: First attempt at ports: password-store

2015-01-08 Thread David Dahlberg
(1), depending should openbsd.sh have executable bit set or not. Please, use ${FILESDIR}/openbsd.sh instead of files/openbsd.sh to copy the file to target location. Indeed. Thanks for pointing me at it. -- David Dahlberg Fraunhofer FKIE, Dept. Communication Systems (KOM) | Tel: +49-228

First attempt at ports: password-store

2015-01-08 Thread David Dahlberg
Hi *, this is my first attempt at porting an application (password-store) to OpenBSD. Would you please comment on whether it is usable and/or where and how to improve it? Cheers David -- David Dahlberg Fraunhofer FKIE, Dept. Communication Systems (KOM) | Tel: +49-228-9435-845

Re: First attempt at ports: password-store

2015-01-08 Thread David Dahlberg
-- David Dahlberg Fraunhofer FKIE, Dept. Communication Systems (KOM) | Tel: +49-228-9435-845 Fraunhoferstr. 20, 53343 Wachtberg, Germany| Fax: +49-228-856277 password-store.tar.gz Description: password-store.tar.gz