From owner-svn-ports-all@freebsd.org Mon Jan 4 16:43:38 2016 Return-Path: Delivered-To: svn-ports-all@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 0C816A62584; Mon, 4 Jan 2016 16:43:38 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: from mail-yk0-x22d.google.com (mail-yk0-x22d.google.com [IPv6:2607:f8b0:4002:c07::22d]) (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 C64021272; Mon, 4 Jan 2016 16:43:37 +0000 (UTC) (envelope-from jason.unovitch@gmail.com) Received: by mail-yk0-x22d.google.com with SMTP id x67so252755814ykd.2; Mon, 04 Jan 2016 08:43:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:subject:from:date:to :message-id; bh=oxsn+OKYmsNkLXZei4g561lCiEwmpF7rJ8MbinnJiL4=; b=J3metrDGJqei1VJzjP+XbD1NlzA+178yYkS+AOpH7eJERA3HLyKrjZ5r6vfZ7A7XLY thfVfLeva2ZL6rCIrk3QYeelFvV0JEdurmONgdwHenn9QGjgq8/wUDZ4QQJY6Fr8Pf1A kvk6mCHlzsb3BCGNpDi9kkPBR9oY3Vur2IpJZQUeygn5wTbkdpZkTmsoP7+UMEk2DNxe 7p5XkzWRqu1Xhh7bwdG23f/hU6Gb9Gqj9KFo5npnzEzFMOIlO2hCcsBdemgdlup6WEyO ax6coZRucgu1ICAM+QP2s++VqqQjujQU4gQvEOMWrWmr30gzjdSWEiO3AVfOt65UhtTx 9EhA== X-Received: by 10.13.219.213 with SMTP id d204mr72528429ywe.274.1451925816882; Mon, 04 Jan 2016 08:43:36 -0800 (PST) Received: from [10.19.3.29] ([166.137.98.14]) by smtp.gmail.com with ESMTPSA id f203sm74977733ywf.45.2016.01.04.08.43.35 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Jan 2016 08:43:36 -0800 (PST) User-Agent: K-9 Mail for Android In-Reply-To: <201601041354.u04Dscco007638@repo.freebsd.org> References: <201601041354.u04Dscco007638@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: svn commit: r405241 - in head: Mk security/libressl-devel security/libressl-devel/files From: Jason Unovitch Date: Mon, 04 Jan 2016 11:43:33 -0500 To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <86CFA9A7-6B53-44C5-9DD7-46B20BDD7B2E@gmail.com> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 04 Jan 2016 16:43:38 -0000 On January 4, 2016 8:54:38 AM EST, Bernard Spil wrote: >Author: brnrd >Date: Mon Jan 4 13:54:38 2016 >New Revision: 405241 >URL: https://svnweb.freebsd.org/changeset/ports/405241 > >Log: > security/libressl-devel: Add next-stable LibreSSL 2.3 port > > - Add security/libressl-devel for version 2.3.1 > - Including corrections for CVE-2015-3194/3195 > - Add support for multiple versions to bsd.openssl.mk > - Add option to optionally install API man-pages (201462) > - Disable silent rules output > > Changes: > >- >ftp://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.0-relnotes.txt >- >ftp://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.1-relnotes.txt > > PR: 201462 > Submitted by: adamw (201462) >Reviewed by: vsevolod (mentor, maintainer), koobs (mentor), feld >(mentor) > Approved by: koobs (mentor), feld (mentor) > Differential Revision: https://reviews.freebsd.org/D3585 > >Added: > head/security/libressl-devel/ > head/security/libressl-devel/Makefile (contents, props changed) > head/security/libressl-devel/distinfo (contents, props changed) > head/security/libressl-devel/files/ >head/security/libressl-devel/files/patch-crypto_asn1_tasn__dec.c >(contents, props changed) >head/security/libressl-devel/files/patch-crypto_rsa_rsa__ameth.c >(contents, props changed) >head/security/libressl-devel/files/patch-include_openssl_opensslv.h >(contents, props changed) > head/security/libressl-devel/pkg-descr (contents, props changed) > head/security/libressl-devel/pkg-message (contents, props changed) > head/security/libressl-devel/pkg-plist (contents, props changed) >Modified: > head/Mk/bsd.openssl.mk > An 'svn copy libressl libressl-devel' would have been the appropriate starting point for this port. https://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/ports.html#ports-qa-repocopy-when "19.4.1. When do we need a repository copy? When you want to add a port that is related to any port that is already in the tree in a separate directory, you have to do a repository copy. Hererelated means it is a different version or a slightly modified version. Examples areprint/ghostscript* (different versions) and x11-wm/windowmaker* (English-only and internationalized version). Another example is when a port is moved from one subdirectory to another, or when you want to change the name of a directory because the author(s) renamed their software even though it is a descendant of a port already in a tree."