From nobody Tue Sep 13 23:12:19 2022 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MRzkx6JsYz4cj3P for ; Tue, 13 Sep 2022 23:12:25 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4MRzkw2XY3z3nBK; Tue, 13 Sep 2022 23:12:24 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from kalamity.joker.local (123-1-88-210.area1b.commufa.jp [123.1.88.210]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 28DNCJb1019433; Wed, 14 Sep 2022 08:12:20 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Wed, 14 Sep 2022 08:12:19 +0900 From: Tomoaki AOKI To: Nuno Teixeira Cc: dev-commits-ports-main@freebsd.org, Daniel Engberg Subject: Re: git: 79a0481d1c47 - main - security/s2n-tls: Various improvements Message-Id: <20220914081219.65cbebc5c8edab25489dd23e@dec.sakura.ne.jp> In-Reply-To: References: <20220914021550.b8a35381e6985d5766d21e95@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4MRzkw2XY3z3nBK X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp has no SPF policy when checking 153.125.133.21) smtp.mailfrom=junchoon@dec.sakura.ne.jp X-Spamd-Result: default: False [-1.59 / 15.00]; AUTH_NA(1.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.999]; NEURAL_HAM_LONG(-1.00)[-0.999]; NEURAL_HAM_MEDIUM(-0.99)[-0.987]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[dev-commits-ports-main@freebsd.org]; R_SPF_NA(0.00)[no SPF record]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; HAS_ORG_HEADER(0.00)[]; DMARC_NA(0.00)[sakura.ne.jp]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCPT_COUNT_THREE(0.00)[3]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Confirmed. Thanks! Sorry, my wording "dependency/dependencies" would confuse you. "I found 9 ports depending on security/s2n as below..." at first place should make it clearer. Regards. On Tue, 13 Sep 2022 20:55:17 +0100 Nuno Teixeira wrote: > Hi Tomoaki, > > I've take an important note and lesson on this. > I've understand perfectly the correct procedure now. > > Thanks and sorry all involved in my mistake. > > Cheers, > > Tomoaki AOKI escreveu no dia terça, 13/09/2022 > à(s) 18:16: > > > This broke INDEX build as below. > > > > --- describe.x11-wm --- > > make_index: /usr/ports/databases/arrow: no entry > > for /usr/ports/security/s2n Done. > > failed to generate INDEX! > > > > > > With `grep --exclude-dir .git --exclude-dir distfiles --exclude-dir > > packages -r -n "security/s2n" /usr/ports/`, I found 9 dependencies below > > which need to be fixed. > > > > security/aws-c-auth > > databases/arrow > > devel/aws-c-http > > devel/aws-crt-cpp > > devel/aws-sdk-cpp > > devel/aws-c-event-stream > > devel/aws-c-mqtt > > devel/aws-c-s3 > > devel/aws-c-io > > > > So resurrecting security/s2n is mandatory until all dependencies above > > are fixed. > > > > I think commits like this (port directory changes) SHALL be done with > > ALL dependencies with single commit. > > Or copy, edit new one, create MOVED entry on single commit, wait > > for all dependencies to be chased, then delete older. > > > > Regards > > > > > The branch main has been updated by eduardo: > > > > > > URL: > > > > https://cgit.FreeBSD.org/ports/commit/?id=79a0481d1c47b13fa8aa7b97803bea264e1fd13f > > > > > > commit 79a0481d1c47b13fa8aa7b97803bea264e1fd13f > > > Author: Daniel Engberg > > > AuthorDate: 2022-09-13 15:08:48 +0000 > > > Commit: Nuno Teixeira > > > CommitDate: 2022-09-13 15:16:48 +0000 > > > > > > security/s2n-tls: Various improvements > > > > > > - Define LICENSE_FILE > > > - Use ports framework for unit testing > > > - Add option for assembly optimization and LTO > > > - Disable building tests by default > > > - Disable assembly optimization by default (requires AVX2 and BMI2 > > support without runtime detection) > > > - Use CMake helpers provided by framework > > > - Rename s2n -> s2n-tls to match upstream name > > > > > > PR: 266397 > > > --- > > > > (snip) > > > > -- > > Tomoaki AOKI > > > > > -- > Nuno Teixeira > FreeBSD Committer (ports) -- Tomoaki AOKI