From owner-freebsd-ports-bugs@freebsd.org Mon Aug 20 10:44:20 2018 Return-Path: Delivered-To: freebsd-ports-bugs@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 BCCA0108C158 for ; Mon, 20 Aug 2018 10:44:20 +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 4340186B49 for ; Mon, 20 Aug 2018 10:44:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 07EC7108C157; Mon, 20 Aug 2018 10:44:20 +0000 (UTC) Delivered-To: ports-bugs@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 C039C108C156 for ; Mon, 20 Aug 2018 10:44:19 +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 576AA86B46 for ; Mon, 20 Aug 2018 10:44:19 +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 A342F22C39 for ; Mon, 20 Aug 2018 10:44:18 +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 w7KAiINi025100 for ; Mon, 20 Aug 2018 10:44:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w7KAiIpt025099 for ports-bugs@FreeBSD.org; Mon, 20 Aug 2018 10:44:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 230665] net/ceph: fix error in rc.d script Date: Mon, 20 Aug 2018 10:44:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jhale@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jhale@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2018 10:44:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230665 Jason E. Hale changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ports-bugs@FreeBSD.org |jhale@FreeBSD.org CC| |jhale@FreeBSD.org Status|New |In Progress --- Comment #1 from Jason E. Hale --- I'll take this to avoid bumping PORTREVISON twice for some other issues lis= ted below. The checksum and size for ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz = is wrong. It looks like it got changed in r474922 even though the git hash did= not change. I am coming up with what the port had before: SHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) =3D 466f7185015df8d13f8b2b9a17ee30ab419bcd667284ce2b6d32a1128c4640f1 SIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) =3D 3634266 Also, I am working an update for security/cryptopp. This port has it listed= in LIB_DEPENDS even though it does not use it. In the main CMakeLists.txt for ceph, it will only use cryptopp if nss is explicitly disabled. I plan on removing the cryptopp dependency because there are API changes and this wil= l be one less port to worry about. You could make an option for it, but ceph wou= ld have to check the new pkgconfig file that will be provided by cryptopp to s= ee whether it was built with assembly optimizations or not. Next time, please add your patches as an attachment and not as a comment. Thanks! --=20 You are receiving this mail because: You are the assignee for the bug.=