From owner-svn-ports-head@freebsd.org Tue Apr 11 22:48:59 2017 Return-Path: Delivered-To: svn-ports-head@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 C02A8D3AC86; Tue, 11 Apr 2017 22:48:59 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::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 6BB7512EF; Tue, 11 Apr 2017 22:48:59 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id o81so74409222wmb.1; Tue, 11 Apr 2017 15:48:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=cZp9Qxz8isQNBRXZqvaYxfHyVQhrcyftkNnv1WVImuM=; b=BgIQMy6PFyph8dc+JyH2z8XY1byV+lHDPkdBKAxIDGKbNhmqcLC+lCLn3p6qsoTnwg 6s0UB8lTJk+DQu9BNIrbfQJ0rjrgZRkJ/rnf8slwA3qO7edLIIklfe2UV/38C5kvWTYQ jDWpDAN4OOiuP+vijIUSWU5ujC/AtYkXDRsCKp2H/eckD14VdaiLfpfYtfEtRbjIUJfo ILbfoaaMhmRbsWokfbuOHxwT16cMbyGpWVGguSNCZ5eIg5deekf/b+tRs4XuFBfeiTf8 MYC7dmI0MKRAPUcYG2E+YZd/98lWC7hAjABE7dETcVGCQT0QwFZY8Fh1a4Y6by1CHBXb tvMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=cZp9Qxz8isQNBRXZqvaYxfHyVQhrcyftkNnv1WVImuM=; b=EY3l07yBGrLL2Fm72S5XH380KzYSsPMMWl/yohyJpKtvpIHu9IecJ0q/f/GVYz1FzX 37yZI7MR7zipDGxUs2/YeOua2u857Z3T5bAjYfPzpCOJkUzNv6mpXJCnaaoL+8qQy8vf v7tRAA8d0EQogz0o4O7okEK6whnzYvjl91ItA5u1588RNV1DIsTrf3w7KSJUWIrck46B xky/pDFgCwPRRFFoAe27S+5oefY54f90FzKDFTyCl6fT9l1q7k9BtqTJRvfvMvV38p2n MMjKH1Ptd34AMLcVyYl6pGbpgnUKSuvfEKysbNg5lLIxJBAtxfrYcbBilj2HD4MIuR68 uwWg== X-Gm-Message-State: AN3rC/7CDQCPoJq+qXwYbjkjoCjY22u1ArhhOZSOyBfKbFrq9fKFbK5BdOLcWd0uymgqz8qRlwZTXiLgtgaBfA== X-Received: by 10.28.234.144 with SMTP id g16mr35728wmi.61.1491950936085; Tue, 11 Apr 2017 15:48:56 -0700 (PDT) MIME-Version: 1.0 References: <201704111901.v3BJ1Ykc091596@repo.freebsd.org> In-Reply-To: <201704111901.v3BJ1Ykc091596@repo.freebsd.org> From: Ben Woods Date: Tue, 11 Apr 2017 22:48:45 +0000 Message-ID: Subject: Re: svn commit: r438307 - in head: . security/libressl To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 22:48:59 -0000 On Wed, 12 Apr 2017 at 3:01 am, Bernard Spil wrote: > Author: brnrd > Date: Tue Apr 11 19:01:34 2017 > New Revision: 438307 > URL: https://svnweb.freebsd.org/changeset/ports/438307 > > Log: > security/libressl: Update to 2.5.3 > > - Update to 2.5.3 > - Bump shlib versions > - Add UPDATING entry for shlib version bumps > - Use --enable-nc configure arg > - Align with CFLAGS from -devel > - Remove commented EXPLICIT_BZERO blurb > - Update pkg-plist > - Add x25519, drop krb5_asn header > - Add ocspcheck binary > - Added/removed man-pages > > Modified: > head/UPDATING > head/security/libressl/Makefile > head/security/libressl/distinfo > head/security/libressl/pkg-plist > head/security/libressl/version.mk > > Modified: head/UPDATING > > ============================================================================== > --- head/UPDATING Tue Apr 11 18:58:18 2017 (r438306) > +++ head/UPDATING Tue Apr 11 19:01:34 2017 (r438307) > @@ -5,6 +5,30 @@ they are unavoidable. > You should get into the habit of checking this file for changes each time > you update your ports collection, before attempting any port upgrades. > > +20170411: > + AFFECTS: users of security/libressl > + AUTHOR: brnrd@FreeBSD.org > + > + The port has been updated to the latest stable version 2.5 of LibreSSL. > + The shared library versions of the libraries have been bumped. > + > + After upgrading, manually update all packages that depend on any of the > + libraries provided by LibreSSL (libssl, libcrypto and libtls) since the > + versions of these libraries have changed. Normally, you can obtain the > + list of dependent software by running the following command: > + > + # pkg info -r libressl > + > + Then you should rebuild all ports depending on libressl to avoid > dangling > + shared library dependencies. Poudriere and pkg handle this correctly, > + portmaster and portupgrade users can use the following to rebuild all > + dependent ports. > + > + Portmaster users: > + portmaster -r libressl > + Portupgrade users: > + portupgrade -fr security/libressl > + > 20170410: > AFFECTS: users of x11-wm/awesome > AUTHOR: garga@FreeBSD.org Hi Bernard, I thought the normal practice was for the commit to also bump the PORTREVISION for all ports that depend on the one that has changed, to ensure users of portmaster and portupgrade automatically rebuild all dependent ports? Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com