From owner-svn-ports-head@freebsd.org Tue Nov 20 18:00:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C239B1138218; Tue, 20 Nov 2018 18:00:09 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 554BB79542; Tue, 20 Nov 2018 18:00:09 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 03F0424939; Tue, 20 Nov 2018 13:00:09 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute4.internal (MEProxy); Tue, 20 Nov 2018 13:00:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=okp4se/inQsjSYClQO9uqlV5CPrSTFtvmsmTa/97n p8=; b=lQyFmlqENmtKnnOKXyiq5Id2elxZTT4K6aw6sQmKmnBdLBTXbjewASiQi K0uWRPQbQjyYELGL49Sf11tQnT3uTwMNYvycyvLSwMHKpOyLPV9zheqwjgORdEkL MsobhJKa8MSNh6PgaMKixpcGxl3L88XLPbqx6JRGx2rFmQ7Xhm+6UN67ccetP9Ct i4zI85/2ycvpxfRdPYPskMgqgwxtpqa+tTXT4OqoIZYnznB8X/TLx9j89irRjLwY nEDpV4CKFxmZ375wZMeftaFYGz6nzjPsJ5XOzmVwT9WyAd+bsvLMiBmY0uXtiOtG 39q1PRoxEJg1BdBB1J4rJy2p5tnQA== X-ME-Sender: X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 99) id B824B41D7; Tue, 20 Nov 2018 13:00:08 -0500 (EST) Message-Id: <1542736808.3114522.1583497456.09B8894F@webmail.messagingengine.com> From: Tobias Kortkamp To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-3449945b References: <201811201751.wAKHpYrp027175@repo.freebsd.org> Date: Tue, 20 Nov 2018 19:00:08 +0100 In-Reply-To: <201811201751.wAKHpYrp027175@repo.freebsd.org> Subject: Re: svn commit: r485451 - in head/security/openssl111: . files X-Rspamd-Queue-Id: 554BB79542 X-Spamd-Result: default: False [-0.44 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.48)[-0.476,0]; NEURAL_SPAM_SHORT(0.38)[0.375,0]; NEURAL_HAM_LONG(-0.34)[-0.341,0]; ASN(0.00)[asn:11403, ipnet:66.111.0.0/20, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 20 Nov 2018 18:00:10 -0000 On Tue, Nov 20, 2018, at 18:51, Bernard Spil wrote: > Author: brnrd > Date: Tue Nov 20 17:51:34 2018 > New Revision: 485451 > URL: https://svnweb.freebsd.org/changeset/ports/485451 > > Log: > security/openssl111: Update to 1.1.1a > > - Fix prefix [1] > > PR: 233173 [1] > Submitted by: John Hein [1] > > Deleted: > head/security/openssl111/files/patch-CVE-2018-0734 > head/security/openssl111/files/patch-CVE-2018-0735 > Modified: > head/security/openssl111/Makefile > head/security/openssl111/distinfo > head/security/openssl111/pkg-plist > > Modified: head/security/openssl111/Makefile > ============================================================================== > --- head/security/openssl111/Makefile Tue Nov 20 17:47:48 2018 (r485450) > +++ head/security/openssl111/Makefile Tue Nov 20 17:51:34 2018 (r485451) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= openssl > -DISTVERSION= 1.1.1 > -PORTREVISION= 2 > +DISTVERSION= 1.1.1a Since this is using DISTVERSION=1.1.1a (which results in a derived PORTVERSION=1.1.1.a) the version goes backwards now: $ pkg version -t 1.1.1 1.1.1.a > DISTVERSION should probably not be used here.