Re: [update] security/cfssl -> 1.5.0

2021-02-20 Thread Stuart Henderson
On 2021/02/17 09:33, karlis.mikels...@lf.lv wrote:
> > Please find ttached diff to update security/cfssl to latest stable
> > version 1.5.0.
> > Release notes: https://github.com/cloudflare/cfssl/releases/tag/v1.5.0
> > 
> > Tested on amd64.
> Any comments on this?
> 
> Kind regards,
> Karlis
> 

Thanks, committed. btw it would save time to re-include the diff when
sending a follow-up mail, avoids having to dig in ports@ archive to find
it.



Re: [update] security/cfssl -> 1.5.0

2021-02-17 Thread karlis . mikelsons

Please find ttached diff to update security/cfssl to latest stable
version 1.5.0.
Release notes: https://github.com/cloudflare/cfssl/releases/tag/v1.5.0

Tested on amd64.

Any comments on this?

Kind regards,
Karlis



[update] security/cfssl -> 1.5.0

2021-02-04 Thread karlis . mikelsons

Hello,

Please find ttached diff to update security/cfssl to latest stable 
version 1.5.0.

Release notes: https://github.com/cloudflare/cfssl/releases/tag/v1.5.0

Tested on amd64.

Kind regards,
KarlisCommon subdirectories: cfssl.old/CVS and cfssl/CVS
diff -u cfssl.old/Makefile cfssl/Makefile
--- cfssl.old/Makefile	Fri Feb  7 17:57:04 2020
+++ cfssl/Makefile	Thu Feb  4 12:18:23 2021
@@ -4,7 +4,7 @@
 
 GH_ACCOUNT =		cloudflare
 GH_PROJECT =		cfssl
-VERSION =		1.4.1
+VERSION =		1.5.0
 GH_TAGNAME =		v${VERSION}
 
 CATEGORIES =		security
diff -u cfssl.old/distinfo cfssl/distinfo
--- cfssl.old/distinfo	Fri Feb  7 17:57:04 2020
+++ cfssl/distinfo	Thu Feb  4 12:18:32 2021
@@ -1,2 +1,2 @@
-SHA256 (cfssl-1.4.1.tar.gz) = yKhu8Qy7DBaPO1l9sVsx+YsXDtt5WPcVTt6ymu5BMV4=
-SIZE (cfssl-1.4.1.tar.gz) = 5736648
+SHA256 (cfssl-1.5.0.tar.gz) = UmcWSxiqmahE4Frc6vT2LRuW3NMmqRMgmNZcUVwYCpE=
+SIZE (cfssl-1.5.0.tar.gz) = 6169641
Common subdirectories: cfssl.old/pkg and cfssl/pkg