From owner-freebsd-ruby@freebsd.org Fri Oct 19 03:13:29 2018 Return-Path: Delivered-To: freebsd-ruby@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 C1A2CF7F3F8 for ; Fri, 19 Oct 2018 03:13:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6029E8B372 for ; Fri, 19 Oct 2018 03:13:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2549DF7F3EB; Fri, 19 Oct 2018 03:13:29 +0000 (UTC) Delivered-To: ruby@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 1445DF7F3E9 for ; Fri, 19 Oct 2018 03:13:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A987B8B36F for ; Fri, 19 Oct 2018 03:13:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id DFB84600C for ; Fri, 19 Oct 2018 03:13:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w9J3DRKh074044 for ; Fri, 19 Oct 2018 03:13:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w9J3DRc5074036 for ruby@FreeBSD.org; Fri, 19 Oct 2018 03:13:27 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: maintainer-feedback requested: [Bug 232431] lang/ruby25: Update to 2.5.3 (fixes CVE-2018-1639[56]) and etc Date: Fri, 19 Oct 2018 03:13:27 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 03:13:29 -0000 Bugzilla Automation has asked freebsd-ruby mailing l= ist for maintainer-feedback: Bug 232431: lang/ruby25: Update to 2.5.3 (fixes CVE-2018-1639[56]) and etc https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232431 --- Description --- * Update to 2.5.3. It fixes following vulnerabilities. - CVE-2018-16395 - CVE-2018-16396 * To fix portlint warnings, - Move USERS upward. - Regenerate patch by 'make makepatch'. * Stop using obsolete MLINKS and do what is really expected. - When this port is default ruby version, create symlinks=20 ${MANPREFIX}/man/man1/{erb,irb,ri,rub}.1.gz that point to=20 {erb,irb,ri,rub}25.1.gz. * Sort INSTALLED_SCRIPTS. Bug #232427 adds entry to VuXML that describe vulnerabilities fixed with th= is version. So please commit it together.