aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-bcrypt
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2019-06-06 01:04:23 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2019-06-06 01:04:23 +0000
commita92a802f2a2ba1c16c144e7ca725c5473e7dcbc3 (patch)
tree011cd2d3b524c77651c2001590fbfc0edc87758d /security/rubygem-bcrypt
parent779aed199756ca6e29002c61c772ecd6aa667773 (diff)
downloadports-a92a802f2a2ba1c16c144e7ca725c5473e7dcbc3.tar.gz
ports-a92a802f2a2ba1c16c144e7ca725c5473e7dcbc3.zip
security/rubygem-bcrypt: Update to 3.1.13
This version build on FreeBSD >= 12 again without patches. PR: 238332 Submitted by: Sir l33tname <sirl33tname@gmail.com>
Notes
Notes: svn path=/head/; revision=503556
Diffstat (limited to 'security/rubygem-bcrypt')
-rw-r--r--security/rubygem-bcrypt/Makefile2
-rw-r--r--security/rubygem-bcrypt/distinfo6
-rw-r--r--security/rubygem-bcrypt/files/patch-ext_mri_ow-crypt.h10
-rw-r--r--security/rubygem-bcrypt/files/patch-ext_mri_wrapper.c16
4 files changed, 4 insertions, 30 deletions
diff --git a/security/rubygem-bcrypt/Makefile b/security/rubygem-bcrypt/Makefile
index 79ab58413367..e0cc5c548213 100644
--- a/security/rubygem-bcrypt/Makefile
+++ b/security/rubygem-bcrypt/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bcrypt
-PORTVERSION= 3.1.12
+PORTVERSION= 3.1.13
CATEGORIES= security rubygems
MASTER_SITES= RG
diff --git a/security/rubygem-bcrypt/distinfo b/security/rubygem-bcrypt/distinfo
index 7aff7186b151..6c5254109360 100644
--- a/security/rubygem-bcrypt/distinfo
+++ b/security/rubygem-bcrypt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526575523
-SHA256 (rubygem/bcrypt-3.1.12.gem) = defdc7d58313b6b34858babd314c56aba27151ae65d5095a86b652363ba64b7b
-SIZE (rubygem/bcrypt-3.1.12.gem) = 44544
+TIMESTAMP = 1559779136
+SHA256 (rubygem/bcrypt-3.1.13.gem) = 976a1afc2b10e78cb8017ffb76583361a867ef4d60d6588558c08e274ba8202a
+SIZE (rubygem/bcrypt-3.1.13.gem) = 54272
diff --git a/security/rubygem-bcrypt/files/patch-ext_mri_ow-crypt.h b/security/rubygem-bcrypt/files/patch-ext_mri_ow-crypt.h
deleted file mode 100644
index 1efe091c6879..000000000000
--- a/security/rubygem-bcrypt/files/patch-ext_mri_ow-crypt.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- ext/mri/ow-crypt.h.orig 2016-09-01 08:48:28 UTC
-+++ ext/mri/ow-crypt.h
-@@ -16,7 +16,6 @@
-
- #ifndef __SKIP_GNU
- extern char *crypt(__CONST char *key, __CONST char *setting);
--extern char *crypt_r(__CONST char *key, __CONST char *setting, void *data);
- #endif
-
- #ifndef __SKIP_OW
diff --git a/security/rubygem-bcrypt/files/patch-ext_mri_wrapper.c b/security/rubygem-bcrypt/files/patch-ext_mri_wrapper.c
deleted file mode 100644
index ecc49d59831b..000000000000
--- a/security/rubygem-bcrypt/files/patch-ext_mri_wrapper.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- ext/mri/wrapper.c.orig 2016-09-01 08:48:10 UTC
-+++ ext/mri/wrapper.c
-@@ -185,13 +185,6 @@ char *crypt_ra(__CONST char *key, __CONS
- return _crypt_blowfish_rn(key, setting, (char *)*data, *size);
- }
-
--char *crypt_r(__CONST char *key, __CONST char *setting, void *data)
--{
-- return _crypt_retval_magic(
-- crypt_rn(key, setting, data, CRYPT_OUTPUT_SIZE),
-- setting, (char *)data);
--}
--
- #define __crypt_gensalt_rn crypt_gensalt_rn
- #define __crypt_gensalt_ra crypt_gensalt_ra
- #define __crypt_gensalt crypt_gensalt