From owner-svn-ports-head@freebsd.org Wed Nov 28 14:59:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06DBD1156C86; Wed, 28 Nov 2018 14:59:37 +0000 (UTC) (envelope-from dan@langille.org) Received: from clavin2.langille.org (clavin2.langille.org [199.233.228.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "clavin.langille.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 471EE77637; Wed, 28 Nov 2018 14:59:36 +0000 (UTC) (envelope-from dan@langille.org) Received: from (clavin2.int.langille.org (clavin2.int.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) with ESMTPSA id 06BE92891 ; Wed, 28 Nov 2018 14:59:34 +0000 (UTC) From: Dan Langille Message-Id: <32424A1A-EA2D-4422-8480-44C371560BDB@langille.org> Mime-Version: 1.0 (Mac OS X Mail 12.1 \(3445.101.1\)) Subject: Re: svn commit: r482542 - head/security/rubygem-openssl Date: Wed, 28 Nov 2018 09:59:33 -0500 In-Reply-To: <201810201452.w9KEqo23022347@repo.freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org To: Sunpoet Po-Chuan Hsieh References: <201810201452.w9KEqo23022347@repo.freebsd.org> X-Mailer: Apple Mail (2.3445.101.1) X-Rspamd-Queue-Id: 471EE77637 X-Spamd-Result: default: False [-4.26 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:199.233.228.197]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_SOME(0.00)[]; MX_GOOD(-0.01)[cached: ALT3.ASPMX.L.GOOGLE.COM]; DMARC_POLICY_ALLOW(-0.50)[langille.org,none]; NEURAL_HAM_SHORT(-0.93)[-0.929,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; IP_SCORE(-1.02)[ipnet: 199.233.228.0/22(-1.08), asn: 36236(-3.92), country: US(-0.09)]; ASN(0.00)[asn:36236, ipnet:199.233.228.0/22, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2018 14:59:37 -0000 Is a merge into 2018Q4 appropriate? If so, I'm happy to do that. = https://www.ruby-lang.org/en/news/2018/10/17/openssl-x509-name-equality-ch= eck-does-not-work-correctly-cve-2018-16395/ = This CVE is not mentioned in the release notes. --=20 Dan Langille - BSDCan / PGCon dan@langille.org > On Oct 20, 2018, at 10:52 AM, Sunpoet Po-Chuan Hsieh = wrote: >=20 > Author: sunpoet > Date: Sat Oct 20 14:52:50 2018 > New Revision: 482542 > URL: https://svnweb.freebsd.org/changeset/ports/482542 >=20 > Log: > Update to 2.1.2 >=20 > Changes: https://github.com/ruby/openssl/blob/master/History.md >=20 > Modified: > head/security/rubygem-openssl/Makefile > head/security/rubygem-openssl/distinfo >=20 > Modified: head/security/rubygem-openssl/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/security/rubygem-openssl/Makefile Sat Oct 20 14:52:42 2018 = (r482541) > +++ head/security/rubygem-openssl/Makefile Sat Oct 20 14:52:50 2018 = (r482542) > @@ -1,7 +1,7 @@ > # $FreeBSD$ >=20 > PORTNAME=3D openssl > -PORTVERSION=3D 2.1.1 > +PORTVERSION=3D 2.1.2 > CATEGORIES=3D security rubygems > MASTER_SITES=3D RG >=20 > @@ -13,7 +13,7 @@ LICENSE_COMB=3D dual > LICENSE_FILE_BSD2CLAUSE=3D${WRKSRC}/BSDL > LICENSE_FILE_RUBY=3D ${WRKSRC}/LICENSE.txt >=20 > -USE_RUBY=3D yes > USES=3D gem ssl > +USE_RUBY=3D yes >=20 > .include >=20 > Modified: head/security/rubygem-openssl/distinfo > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/security/rubygem-openssl/distinfo Sat Oct 20 14:52:42 2018 = (r482541) > +++ head/security/rubygem-openssl/distinfo Sat Oct 20 14:52:50 2018 = (r482542) > @@ -1,3 +1,3 @@ > -TIMESTAMP =3D 1526213391 > -SHA256 (rubygem/openssl-2.1.1.gem) =3D = c5f6fc91a7b9a3624a4d83b72d619139306aab957939050da10e1d24ad93b7ec > -SIZE (rubygem/openssl-2.1.1.gem) =3D 174592 > +TIMESTAMP =3D 1540041646 > +SHA256 (rubygem/openssl-2.1.2.gem) =3D = f8d9a29b1b515e91c603fc31e01da2041839178c08ae28d1b317dbdbb5305deb > +SIZE (rubygem/openssl-2.1.2.gem) =3D 175104 >=20