Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 2004 17:37:12 +0800
From:      leafy <leafy@leafy.idv.tw>
To:        freebsd-ports@freebsd.org
Subject:   OpenSSL updated in -current, Mk/bsd.openssl.mk needs update
Message-ID:  <20040318093712.GA31577@chihiro.leafy.idv.tw>

next in thread | raw e-mail | index | archive | help

--AqsLC8rIMeq19msA
Content-Type: text/plain; charset=big5
Content-Disposition: inline

Apply attached patch to avoid bogus dependancy on security/openssl.

Jiawei Ye
--
"Without the userland, the kernel is useless."
               --inspired by The Tao of Programming

--AqsLC8rIMeq19msA
Content-Type: text/plain; charset=big5
Content-Disposition: attachment; filename="bsd.openssl.mk.patch"

--- bsd.openssl.mk~	Wed Jan 21 01:47:14 2004
+++ bsd.openssl.mk	Thu Mar 18 17:30:23 2004
@@ -52,7 +52,7 @@
 OPENSSLVER!=	${AWK} '/OPENSSL_VERSION_NUMBER/ { print $$3 }' \
 		/usr/include/openssl/opensslv.h
 # check for safe versions in the base
-.if ${OPENSSLVER} == 0x0090701fL || ${OPENSSLVER} == 0x0090702fL || ${OPENSSLVER} == 0x0090609fL || ${OPENSSLVER} == 0x0090703fL
+.if ${OPENSSLVER} == 0x0090701fL || ${OPENSSLVER} == 0x0090702fL || ${OPENSSLVER} == 0x0090609fL || ${OPENSSLVER} == 0x0090703fL || ${OPENSSLVER} == 0x0090704fL
 WITH_OPENSSL_BASE=yes
 .endif
 .endif

--AqsLC8rIMeq19msA--



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