aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2021-03-25 13:09:38 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2021-03-25 13:09:38 +0000
commite3c3ea2a88e5dea34b3d43ec61e4e558ab03921a (patch)
treeb3d0a92f0e008e278a26af7b510e6b8ee2b6f1f0 /security
parentd3f000c68fba84aeeb8a0915136ffc2fb1e76e0d (diff)
downloadports-e3c3ea2a88e5dea34b3d43ec61e4e558ab03921a.tar.gz
ports-e3c3ea2a88e5dea34b3d43ec61e4e558ab03921a.zip
Added new ports required for gitlab-ce 13.10 upgrade.
Notes
Notes: svn path=/head/; revision=569199
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-bcrypt_pbkdf10/Makefile19
-rw-r--r--security/rubygem-bcrypt_pbkdf10/distinfo3
-rw-r--r--security/rubygem-bcrypt_pbkdf10/pkg-descr3
4 files changed, 26 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 9e60af1ed987..e698cfd85f78 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1050,6 +1050,7 @@
SUBDIR += rubygem-bcrypt
SUBDIR += rubygem-bcrypt-ruby
SUBDIR += rubygem-bcrypt_pbkdf
+ SUBDIR += rubygem-bcrypt_pbkdf10
SUBDIR += rubygem-cose
SUBDIR += rubygem-devise-two-factor
SUBDIR += rubygem-devise-two-factor-rails5
diff --git a/security/rubygem-bcrypt_pbkdf10/Makefile b/security/rubygem-bcrypt_pbkdf10/Makefile
new file mode 100644
index 000000000000..c9c03eceb6de
--- /dev/null
+++ b/security/rubygem-bcrypt_pbkdf10/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= bcrypt_pbkdf
+PORTVERSION= 1.0.1
+PORTREVISION= 1
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 10
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= This gem implements bcrypt_pdkfd
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-bcrypt_pbkdf10/distinfo b/security/rubygem-bcrypt_pbkdf10/distinfo
new file mode 100644
index 000000000000..d10d3f36c9c2
--- /dev/null
+++ b/security/rubygem-bcrypt_pbkdf10/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1554458876
+SHA256 (rubygem/bcrypt_pbkdf-1.0.1.gem) = 65c4c8abd31109f47ec837fb3a6d052dc090d5fab5c943b2bef3d48244d67a0b
+SIZE (rubygem/bcrypt_pbkdf-1.0.1.gem) = 24576
diff --git a/security/rubygem-bcrypt_pbkdf10/pkg-descr b/security/rubygem-bcrypt_pbkdf10/pkg-descr
new file mode 100644
index 000000000000..70a427d95719
--- /dev/null
+++ b/security/rubygem-bcrypt_pbkdf10/pkg-descr
@@ -0,0 +1,3 @@
+This gem implements bcrypt_pdkfd (a variant of PBKDF2 with bcrypt-based PRF)
+
+WWW: https://github.com/net-ssh/bcrypt_pbkdf-ruby