Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2001 03:53:31 -0700
From:      Doug Barton <DougB@DougBarton.net>
To:        ports@freebsd.org
Subject:   Update openssl port to 0.9.6a
Message-ID:  <3AD6DAAB.7D4DC555@DougBarton.net>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------8112F97116836DC260DA52B8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

	I've updated the openssl port to 0.9.6a. You can find the patch at
http://people.freebsd.org/~dougb/openssl-port.patch

	I'm not committing it yet because the attached patch to bsd.port.mk also
needs to happen at the same time. The shared library version bump is needed
because there are some things in 0.9.6 that are not backwards compatible.
This was already done in RELENG_4 and -current. Other than that, the
changes are limited to updates for plist and man pages, and a few
regenerated patches. The new port passes everything in the /tests directory
that comes with the distribution. I did the port work on a RELENG_3
machine, and also compiled and ran one openssl app.

	If someone with privs to bsd.port.mk wants to commit both changes at the
same time, be my guest. 

Doug
-- 
    Perhaps the greatest damage the American system of education has done
    to its children is to teach them that their opinions are relevant
    simply because they are their opinions.

	Do YOU Yahoo!?
--------------8112F97116836DC260DA52B8
Content-Type: text/plain; charset=us-ascii;
 name="bsd.port.mk.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="bsd.port.mk.patch"

Index: bsd.port.mk
===================================================================
RCS file: /usr/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.364
diff -u -r1.364 bsd.port.mk
--- bsd.port.mk	2001/04/03 08:14:43	1.364
+++ bsd.port.mk	2001/04/13 10:48:02
@@ -677,7 +677,7 @@
 .endif
 .endif
 .else
-LIB_DEPENDS+=	crypto.1:${PORTSDIR}/security/openssl
+LIB_DEPENDS+=	crypto.2:${PORTSDIR}/security/openssl
 OPENSSLBASE?=	${LOCALBASE}
 OPENSSLDIR?=	${OPENSSLBASE}/openssl
 .endif

--------------8112F97116836DC260DA52B8--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AD6DAAB.7D4DC555>