svn commit: r485451 - in head/security/openssl111: . files

Tobias Kortkamp tobik at FreeBSD.org
Tue Nov 20 18:00:10 UTC 2018


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.


More information about the svn-ports-all mailing list