From owner-cvs-src-old@FreeBSD.ORG Tue Jan 18 22:20:08 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B41F81065780 for ; Tue, 18 Jan 2011 22:20:08 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A1AC48FC1B for ; Tue, 18 Jan 2011 22:20:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p0IMK8nh044176 for ; Tue, 18 Jan 2011 22:20:08 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0IMK88H044175 for cvs-src-old@freebsd.org; Tue, 18 Jan 2011 22:20:08 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <201101182220.p0IMK88H044175@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to simon@repoman.freebsd.org using -f From: "Simon L. Nielsen" Date: Tue, 18 Jan 2011 22:19:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/secure/lib/libcrypto Makefile src/secure/lib/libssl Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2011 22:20:08 -0000 simon 2011-01-18 22:19:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) secure/lib/libcrypto Makefile secure/lib/libssl Makefile Log: SVN rev 217562 on 2011-01-18 22:19:55Z by simon Decrease the libcrypto and libssl shared object version numbers from 6 to 5. They were accidentally bumped in r215997 (on 2010-11-28) with the merge of OpenSSL 0.9.8p, but unfortunately this was not caught until now. Also add compat links for libcrypto.so.6 / libssl.so.6 (pointing to their .5 counterparts) in case any users have compiled any third party during the time stable/7 (and releng/7.4) were broken. This is deemed the last poor of bad options. Had the number bump not been reverted binary packages for stable/7 would not have worked on the still supported 7.3 and 7.1 releases. Discussed with: re, portmgr Approved by: re (kensmith - in principle) Pointyhat to: simon Revision Changes Path 1.81.2.2 +3 -1 src/secure/lib/libcrypto/Makefile 1.25.2.2 +3 -1 src/secure/lib/libssl/Makefile