Upgrade of security/openssl111 fails to install

Reko Turja reko.turja at liukuma.net
Wed Nov 21 19:24:05 UTC 2018


Longer explanation:

DISTVERSION=1.1.1a names the port/package 1.1.1.a which pkg/ports installer 
understands being older than 1.1.1_2
PORTVERSION=1.1.1a does naming correctly to 1.1.1a which is uderstood as 
more recent than 1.1.1_2.[1]

This is what I did based on reading port naming from porters handbook and 
changing DIST to PORT.

-Reko

[1] 
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-naming.html

-----Original Message----- 
From: Reko Turja via freebsd-ports
Sent: Wednesday, November 21, 2018 9:17 PM
To: ports at freebsd.org
Subject: Re: Upgrade of security/openssl111 fails to install

Editing the makefile and removing DISTVERSION line and replacing it with:
PORTVERSION=    1.1.1a

fixed the issue for me.

-Reko

-----Original Message----- 
From: jim at mailman-hosting.com
Sent: Wednesday, November 21, 2018 5:53 PM
To: ports at freebsd.org
Subject: Upgrade of security/openssl111 fails to install

Hello,

After upgrading my packages with poudriere, the updated version
(1.1.1.a) is not installed by pkg(8). Apparently, because of the
versioning, it's seen as a downgrade:

root at teresa:~ # pkg upgrade
Updating poudriere-php56-openssl111 repository catalogue...
poudriere-php56-openssl111 repository is up to date.
All repositories are up to date.
Checking for upgrades (1 candidates): 100%
Processing candidates (1 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.


root at teresa:~ # pkg upgrade -f openssl111
Updating poudriere-php56-openssl111 repository catalogue...
poudriere-php56-openssl111 repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

Installed packages to be DOWNGRADED:
openssl111: 1.1.1_2 -> 1.1.1.a [poudriere-php56-openssl111]

Number of packages to be downgraded: 1

Proceed with this action? [Y/n]:


_______________________________________________
freebsd-ports at freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
_______________________________________________
freebsd-ports at freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org" 



More information about the freebsd-ports mailing list