svn commit: r478360 - head/security/openssl

Bernard Spil brnrd at FreeBSD.org
Wed Aug 29 16:03:38 UTC 2018


Author: brnrd
Date: Wed Aug 29 16:03:37 2018
New Revision: 478360
URL: https://svnweb.freebsd.org/changeset/ports/478360

Log:
  security/openssl: Fix padlock patches url prefix

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Wed Aug 29 15:10:10 2018	(r478359)
+++ head/security/openssl/Makefile	Wed Aug 29 16:03:37 2018	(r478360)
@@ -74,7 +74,7 @@ MD2_CONFIGURE_ON=	enable-md2
 MD2_CONFIGURE_OFF=	no-md2
 PADLOCK_CFLAGS=		-Wno-unused-function
 PADLOCK_CONFIGURE_OFF=	no-padlock
-PADLOCK_PATCH_SITES=	http://git.alpinelinux.org/cgit/aports/plain/main/openssl/:padlock
+PADLOCK_PATCH_SITES=	http://git.alpinelinux.org/cgit/aports/plain/main/openssl1.0/:padlock
 PADLOCK_PATCHFILES=	1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch:padlock \
 			1002-backport-changes-from-upstream-padlock-module.patch:padlock \
 			1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch:padlock \


More information about the svn-ports-all mailing list