svn commit: r456565 - in head/security: . rubygem-openssl20

Joseph Mingrone jrm at FreeBSD.org
Sun Dec 17 21:42:30 UTC 2017


Author: jrm
Date: Sun Dec 17 21:42:29 2017
New Revision: 456565
URL: https://svnweb.freebsd.org/changeset/ports/456565

Log:
  Copy security/rubygem-openssl to create new port,
  security/rubygem-openssl20
  
  net-im/mastodon fails to run with newer versions of rubygem-openssl:
  https://github.com/ruby/openssl/issues/180 for details.

Added:
  head/security/rubygem-openssl20/
     - copied from r456564, head/security/rubygem-openssl/
Modified:
  head/security/Makefile
  head/security/rubygem-openssl20/Makefile
  head/security/rubygem-openssl20/distinfo

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sun Dec 17 21:05:57 2017	(r456564)
+++ head/security/Makefile	Sun Dec 17 21:42:29 2017	(r456565)
@@ -1085,6 +1085,7 @@
     SUBDIR += rubygem-omniauth-saml
     SUBDIR += rubygem-omniauth-shibboleth
     SUBDIR += rubygem-openssl
+    SUBDIR += rubygem-openssl20
     SUBDIR += rubygem-openssl-ccm
     SUBDIR += rubygem-openvas-omp
     SUBDIR += rubygem-origami

Modified: head/security/rubygem-openssl20/Makefile
==============================================================================
--- head/security/rubygem-openssl/Makefile	Sun Dec 17 21:05:57 2017	(r456564)
+++ head/security/rubygem-openssl20/Makefile	Sun Dec 17 21:42:29 2017	(r456565)
@@ -1,9 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	openssl
-PORTVERSION=	2.1.0
+PORTVERSION=	2.0.6
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	20
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby gem that wraps around the OpenSSL library

Modified: head/security/rubygem-openssl20/distinfo
==============================================================================
--- head/security/rubygem-openssl/distinfo	Sun Dec 17 21:05:57 2017	(r456564)
+++ head/security/rubygem-openssl20/distinfo	Sun Dec 17 21:42:29 2017	(r456565)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513266163
-SHA256 (rubygem/openssl-2.1.0.gem) = 00cb1081aff5c57b0f0597c054e07c6332f8bfafd8c5a42e1afe3dc80981b12b
-SIZE (rubygem/openssl-2.1.0.gem) = 174592
+TIMESTAMP = 1513546425
+SHA256 (rubygem/openssl-2.0.6.gem) = e4d35c69c8240885ffff08bb0341025812c2235b4f017173a3caa1834faabd3c
+SIZE (rubygem/openssl-2.0.6.gem) = 169472


More information about the svn-ports-head mailing list