Skip to content

Commit

Permalink
devel/mingw32-openssl: update the port to use OpenSSL 1.0.2u
Browse files Browse the repository at this point in the history
Actualize MASTER_SITES (provide HTTPS and plain HTTP mirrors,
but waive FTP ones for now) and drop needless DIST_SUBDIR as
the distfile is uniquely named.
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Feb 28, 2023
1 parent 12e14b5 commit 43561af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 3 additions & 5 deletions devel/mingw32-openssl/Makefile
@@ -1,11 +1,9 @@
PORTNAME= openssl
PORTVERSION= 1.0.2d
PORTREVISION= 2
PORTVERSION= 1.0.2u
CATEGORIES= devel security
MASTER_SITES= http://www.openssl.org/source/ \
ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/
MASTER_SITES= https://www.openssl.org/source/old/${PORTVERSION:C/[a-z]*$//}/ \
http://artfiles.org/openssl.org/source/old/${PORTVERSION:C/[a-z]*$//}/
PKGNAMEPREFIX= mingw32-
DIST_SUBDIR= ${DISTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT= The OpenSSL library cross-compiled for MinGW32
Expand Down
5 changes: 3 additions & 2 deletions devel/mingw32-openssl/distinfo
@@ -1,2 +1,3 @@
SHA256 (openssl-1.0.2d/openssl-1.0.2d.tar.gz) = 671c36487785628a703374c652ad2cebea45fa920ae5681515df25d9f2c9a8c8
SIZE (openssl-1.0.2d/openssl-1.0.2d.tar.gz) = 5295447
TIMESTAMP = 1576848343
SHA256 (openssl-1.0.2u.tar.gz) = ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16
SIZE (openssl-1.0.2u.tar.gz) = 5355412

0 comments on commit 43561af

Please sign in to comment.