git: 283cc537711e - main - security/rubygem-openssl-ccm: Update to 1.2.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Jul 2022 21:01:25 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=283cc537711eab0ca34cb209d5bb77a8bfd3bc62
commit 283cc537711eab0ca34cb209d5bb77a8bfd3bc62
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-30 20:57:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-30 21:00:27 +0000
security/rubygem-openssl-ccm: Update to 1.2.3
- Update WWW
Changes: https://github.com/SmallLars/openssl-ccm/releases
---
security/rubygem-openssl-ccm/Makefile | 8 ++++----
security/rubygem-openssl-ccm/distinfo | 6 +++---
security/rubygem-openssl-ccm/pkg-descr | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/security/rubygem-openssl-ccm/Makefile b/security/rubygem-openssl-ccm/Makefile
index 1d63eb4147dc..af2c68142493 100644
--- a/security/rubygem-openssl-ccm/Makefile
+++ b/security/rubygem-openssl-ccm/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openssl-ccm
-PORTVERSION= 1.2.2
+PORTVERSION= 1.2.3
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -9,9 +9,9 @@ COMMENT= Implementation of RFC 3610 - Counter with CBC-MAC (CCM)
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
-
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/security/rubygem-openssl-ccm/distinfo b/security/rubygem-openssl-ccm/distinfo
index 6ea47b31ed09..184061a19ae6 100644
--- a/security/rubygem-openssl-ccm/distinfo
+++ b/security/rubygem-openssl-ccm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549793792
-SHA256 (rubygem/openssl-ccm-1.2.2.gem) = e0f2571e0d8e8b0701db1d5df721e8f8d4e2df9eec32548b16cacb53ccecbc3f
-SIZE (rubygem/openssl-ccm-1.2.2.gem) = 24576
+TIMESTAMP = 1659209976
+SHA256 (rubygem/openssl-ccm-1.2.3.gem) = 23e69de01aabd80192c7619ed9870b7c06a4c1bf82e98e130e4c3ac6d12819d7
+SIZE (rubygem/openssl-ccm-1.2.3.gem) = 24576
diff --git a/security/rubygem-openssl-ccm/pkg-descr b/security/rubygem-openssl-ccm/pkg-descr
index c5aa55a21f66..ad5318c27d6b 100644
--- a/security/rubygem-openssl-ccm/pkg-descr
+++ b/security/rubygem-openssl-ccm/pkg-descr
@@ -1,4 +1,4 @@
rubygem-openssl-ccm is an implementation of RFC 3610 - Counter with CBC-MAC
(CCM).
-WWW: https://github.com/smalllars/openssl-ccm
+WWW: https://github.com/SmallLars/openssl-ccm