From owner-svn-ports-all@freebsd.org Mon Sep 2 05:05:36 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1C5E2D1220; Mon, 2 Sep 2019 05:05:36 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 46MJ1q4Bp8z4Fc9; Mon, 2 Sep 2019 05:05:35 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([70.67.125.17]) by shaw.ca with ESMTPA id 4eWwiX66nsAGk4eWxi1qKk; Sun, 01 Sep 2019 23:05:32 -0600 X-Authority-Analysis: v=2.3 cv=WeVylHpX c=1 sm=1 tr=0 a=VFtTW3WuZNDh6VkGe7fA3g==:117 a=VFtTW3WuZNDh6VkGe7fA3g==:17 a=kj9zAlcOel0A:10 a=J70Eh1EUuV4A:10 a=6I5d2MoRAAAA:8 a=eII3itv0AAAA:8 a=YxBL1-UpAAAA:8 a=t5phXK9dpdNK-gMRptYA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id C9FF09AC; Sun, 1 Sep 2019 22:05:28 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id x8255S4c086361; Sun, 1 Sep 2019 22:05:28 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id x8255SHB086358; Sun, 1 Sep 2019 22:05:28 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201909020505.x8255SHB086358@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7.1 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Cy Schubert cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r510754 - in head: biology/recombine math/prng/files In-reply-to: <201909020500.x8250h7L057164@repo.freebsd.org> References: <201909020500.x8250h7L057164@repo.freebsd.org> Comments: In-reply-to Cy Schubert message dated "Mon, 02 Sep 2019 05:00:43 -0000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 01 Sep 2019 22:05:28 -0700 X-CMAE-Envelope: MS4wfGR/wy+JSAfoMMBDfHe9j7NNQiggAAXqGYjciwHGYJg0iseuiyPK2PPt+v0VWWebXT8ZMgagYhQX5RaO9+jj12n55NEKwCDpadp/ZbcOkTFguMmCJ/8O cpRs5jtyK0KK0z3NAto5zFqER9sUC2wCOh+qFGrEn+Csw1ZLkaNmqzTSGre34MY2b9o4wqb7D+fL46c3SuBZOkbSQJdUS6WP+noyhGu+mS4mXix0BkZyuSJD OjdG8qiApq7ZmFKFSE+VHhIx4DHnKxbHCoEdsMXaQ3ymZYsyuUEnLMFNzjv2UNPl X-Rspamd-Queue-Id: 46MJ1q4Bp8z4Fc9 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.95 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.95)[-0.948,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2019 05:05:36 -0000 In message <201909020500.x8250h7L057164@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Mon Sep 2 05:00:43 2019 > New Revision: 510754 > URL: https://svnweb.freebsd.org/changeset/ports/510754 > > Log: > Fix after gets(3) retirement using gets_s(3). > > Bump PORTREVISION as this is a security issue too. > > PR: 222796 > MFH: 2019Q3 > > Added: > head/math/prng/files/patch-examples_pairs.c (contents, props changed) > Modified: > head/biology/recombine/Makefile (contents, props changed) > > Modified: head/biology/recombine/Makefile > ============================================================================= > = > --- head/biology/recombine/Makefile Mon Sep 2 05:00:38 2019 (r51075 > 3) > +++ head/biology/recombine/Makefile Mon Sep 2 05:00:43 2019 (r51075 > 4) > @@ -3,7 +3,7 @@ > > PORTNAME= recombine > PORTVERSION= 1.41 > -PORTREVISION= 1 > +PORTREVISION= 2 > CATEGORIES= biology > MASTER_SITES= http://evolution.gs.washington.edu/lamarc/recombine/ > DISTNAME= ${PORTNAME}${PORTVERSION}.src.doc > > Added: head/math/prng/files/patch-examples_pairs.c > ============================================================================= > = > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/math/prng/files/patch-examples_pairs.c Mon Sep 2 05:00:43 201 > 9 (r510754) > @@ -0,0 +1,10 @@ > +--- examples/pairs.c.orig 2000-10-17 08:39:02.000000000 -0700 > ++++ examples/pairs.c 2019-09-01 21:02:29.348451000 -0700 > +@@ -53,6 +53,7 @@ > + #include > + #include > + #include "prng.h" > ++#define gets(_a) gets_s(_a, sizeof(_a)) > + > + struct prng_struct *generator; > + char outfile[200] = "pairs.out"; > This was not supposed to happen. A git svn dcommit failed due to merge conflicts and after a number of git rebases it's still not correct I will bump the PORTREVISION of math /prng but no sense reversing the biology recombine PORTREVISION bump. This is a huge problem with git. It's not the first time I've had rebase problems. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.