Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2018 19:00:08 +0100
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        Bernard Spil <brnrd@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r485451 - in head/security/openssl111: . files
Message-ID:  <1542736808.3114522.1583497456.09B8894F@webmail.messagingengine.com>
In-Reply-To: <201811201751.wAKHpYrp027175@repo.freebsd.org>
References:  <201811201751.wAKHpYrp027175@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <z7dr6ut7gs snkmail com> [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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1542736808.3114522.1583497456.09B8894F>