From owner-freebsd-ports@freebsd.org Fri Jun 9 08:12:28 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44BA5BEED48 for ; Fri, 9 Jun 2017 08:12:28 +0000 (UTC) (envelope-from onborodin@gmail.com) Received: from mail-lf0-x22c.google.com (mail-lf0-x22c.google.com [IPv6:2a00:1450:4010:c07::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BCAE383022 for ; Fri, 9 Jun 2017 08:12:27 +0000 (UTC) (envelope-from onborodin@gmail.com) Received: by mail-lf0-x22c.google.com with SMTP id m77so2114650lfe.0 for ; Fri, 09 Jun 2017 01:12:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:organization :mime-version:content-transfer-encoding; bh=KBXRPhaJ2J8ABjvRdcaLVeXRe9GYRQ2BTJLOn5PB/tk=; b=k9/GZgTUyrK2Fp+WmgnOqkUDvAnuaKFqEytjDeP/tcHAXxQi2gVDBc2JkfL/JcdUjz q5IYGqMbwUar4W5TqX3aak27QXRQiTnz8KCJis7ewlNLOU4H11wI0O3+u73iYi4QSYBc aHdZPhQC1fAH3nF201AZiDNqGSN33zcTN8AywZJXsK4FNMDTJziN14Nv1FpzmMNrFCRv k/V+YnrO/m2/wYFO3A3fZENEcGaTxtjW6NLeXfpT+mc3pyQCgxnn3yUPJJ6QpHXGNrXd co6mdrcgAlMJJr7eIPCdgfHjjOEICl+ABWb5PHN7T4PsgK0xGQEgxzJolctDcQa9BvvH F+Sw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=KBXRPhaJ2J8ABjvRdcaLVeXRe9GYRQ2BTJLOn5PB/tk=; b=ep6flIdxcXK/gTgIHQk1x5ECR9+b9DeEimMOHG0BhgZ2ITpaz4laulv4gwo5+leIgx G9FuQo1pOvmSuAbn7OevOG6IeNYj9ccD4XVMOsf/qoHSZurEuo4MZpN13WXVriaBbpVe fgITxE8jc5ymi5RPtDibR91Xbg8685Wcvhwn3UQAAeunJDuZZ+WCaqBI83T9W3w0qg5d 9gk27ANNVR3ksFT7CUFKTGbBnKbVAMLPQNZKslVNIbP9rBrNbTj9ahY2s/DxLTeVMCZ7 ZMaavHTKsY9mROag2hndeWrenMDMJymlzVsG2UdR8+fa9E8a4gQ0mPiDR9/GpBXFqeU7 0FnA== X-Gm-Message-State: AODbwcCnPsy6fsDSjo7DcelhgqhIeeEsNpZBfcBnGY3+dyMy/N9welOM cax/QiCrJqxSj7t+ X-Received: by 10.25.235.201 with SMTP id f70mr11398390lfk.46.1496995945844; Fri, 09 Jun 2017 01:12:25 -0700 (PDT) Received: from localhost ([195.191.50.61]) by smtp.gmail.com with ESMTPSA id g41sm97400lfi.31.2017.06.09.01.12.25 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 09 Jun 2017 01:12:25 -0700 (PDT) Date: Fri, 9 Jun 2017 10:12:21 +0200 From: Borodin Oleg To: freebsd-ports@freebsd.org Subject: Re: Questions about order of adding application to freebsd ports. Message-ID: <20170609101221.3b0c60e7@gmail.com> In-Reply-To: <20170609072859.GK43031@home.opsec.eu> References: <20170609092338.1dfcf932@gmail.com> <20170609072859.GK43031@home.opsec.eu> Organization: The Home X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2017 08:12:28 -0000 On Fri, 9 Jun 2017 09:28:59 +0200 Kurt Jaeger wrote: > Hi! > > > I ask for little advice. > > I wrote web manager X.509 certificates http://minica.unix7.org/ and created a freebsd port for it. > > > > 1. Who could check quality and security of this code? > > The committer would check the port quality etc. Next dummy question from novice, excuse me =) How to become a new committer for a new port? > Security would be the task of 'the many eyes of open source'. I think > there's no other, realistic way to get a code review. > > > 2. If quality the code is sufficient to be included in freebsd ports, then: > > For the port it is necessary patches for two perl-ports ("good patches, yes" =), > > what is the order of my actions? > > Submit patches via bugs.freebsd.org for the two ports, and > the maintainers will decide if they include them. If they do not answer for a long-long time? Or the committer will have a bad mood? So already it was some times. The minica application depends on patches for Crypt::OpenSSL::RSA & Crypt::OpenSSL::CA. > Submit a shar file for the new port, also via bugs.freebsd.org. > Post the PR numbers as a followup to this mail 8-) -- With best regards, Oleg Borodin +7-952-058-72-64 borodin@unix7.org onborodin@gmail.com