From owner-freebsd-ports Fri Apr 13 3:53:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 10D9A37B42C for ; Fri, 13 Apr 2001 03:53:33 -0700 (PDT) (envelope-from DougB@DougBarton.net) Received: from DougBarton.net (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id DAA07428 for ; Fri, 13 Apr 2001 03:53:32 -0700 (PDT) (envelope-from DougB@DougBarton.net) Message-ID: <3AD6DAAB.7D4DC555@DougBarton.net> Date: Fri, 13 Apr 2001 03:53:31 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: Update openssl port to 0.9.6a Content-Type: multipart/mixed; boundary="------------8112F97116836DC260DA52B8" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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