On 2019/04/04 07:50, Mikolaj Kucharski wrote:
> No comments so far. Kind reminder.
Any comments Gregoire?
> On Thu, Mar 21, 2019 at 10:15:53AM +0000, Mikolaj Kucharski wrote:
> > Hi,
> >
> > Simple update of keyringer from 0.5.3 to 0.5.4. ChangeLog states
> > following changes:
> >
> > 2019-01-29 - 0.5.4 - Silvio Rhatto <rhatto@riseup.net>
> >
> > Use --no-encrypt-to GnuPG option to strictly respect the recipients file
> >
> > Fixes BASEDIR evaluation at init action
> >
> > Adds history support at shell action
> >
> > Fix passphrase entry at genpairs when exporting secret keys
> >
> > I'm updating as I hit the last problem mentioned above while I was
> > testing `genkeys gpg` function of keyringer.
> >
> >
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/security/keyringer/Makefile,v
> > retrieving revision 1.4
> > diff -u -p -u -r1.4 Makefile
> > --- Makefile 16 Jun 2018 11:47:06 -0000 1.4
> > +++ Makefile 21 Mar 2019 09:54:18 -0000
> > @@ -2,8 +2,7 @@
> >
> > COMMENT = manage and share secrets using GnuPG and Git
> >
> > -DISTNAME = keyringer-0.5.3
> > -REVISION = 1
> > +DISTNAME = keyringer-0.5.4
> >
> > CATEGORIES = security
> >
> > Index: distinfo
> > ===================================================================
> > RCS file: /cvs/ports/security/keyringer/distinfo,v
> > retrieving revision 1.2
> > diff -u -p -u -r1.2 distinfo
> > --- distinfo 1 Jun 2018 11:50:17 -0000 1.2
> > +++ distinfo 21 Mar 2019 09:54:18 -0000
> > @@ -1,2 +1,2 @@
> > -SHA256 (keyringer-0.5.3.tar.bz2) = ikpdp87ldzL9nXBWSZwAIKJi9r7N05cW24EXIucLerU=
> > -SIZE (keyringer-0.5.3.tar.bz2) = 78371
> > +SHA256 (keyringer-0.5.4.tar.bz2) = RdwF92+wh5fTgP8oQadM7sYZNs+uIhnQW5a3cz40n4M=
> > +SIZE (keyringer-0.5.4.tar.bz2) = 80907
> > Index: patches/patch-lib_keyringer_functions
> > ===================================================================
> > RCS file: /cvs/ports/security/keyringer/patches/patch-lib_keyringer_functions,v
> > retrieving revision 1.3
> > diff -u -p -u -r1.3 patch-lib_keyringer_functions
> > --- patches/patch-lib_keyringer_functions 3 Jun 2018 15:39:24 -0000 1.3
> > +++ patches/patch-lib_keyringer_functions 21 Mar 2019 09:54:18 -0000
> > @@ -19,11 +19,11 @@ Index: lib/keyringer/functions
> > fi
> >
> > if [ ! -z "$KEYID" ]; then
> > -- GPG="gpg --quiet -u $KEYID"
> > -+ GPG="gpg2 --quiet -u $KEYID"
> > +- GPG="gpg --quiet --no-encrypt-to -u $KEYID"
> > ++ GPG="gpg2 --quiet --no-encrypt-to -u $KEYID"
> > else
> > -- GPG="gpg --quiet"
> > -+ GPG="gpg2 --quiet"
> > +- GPG="gpg --quiet --no-encrypt-to"
> > ++ GPG="gpg2 --quiet --no-encrypt-to"
> > fi
> >
> > # Check keyring config version
> >
>
> --
> Regards,
> Mikolaj
>
No comments:
Post a Comment