After updating the OpenSSL port from 1.0.0 to 1.0.1, the OPENSSL_SHLIBVER is changed from 7 to 8. This causes removal of /usr/local/lib/libcrypto.so.7, and will make dependent ports unable to execute because of lack of the shared library. See http://www.freebsd.org/cgi/cvsweb.cgi/ports/security/openssl/Makefile.diff?r1=1.184;r2=1.185 for the details. Fix: Rebuilding all dependent Ports is necessary. This should be documented in /usr/ports/UPDATING. Automated rebuilding by using portmaster: portmaster -r openssl How-To-Repeat: Updating port security/openssl from 1.0.0 to 1.0.1 (Makefile 1.184 to 1.185)
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to committer in question.
State Changed From-To: open->feedback Does the problem still exist after the update of bsd.openssl.mk?
State Changed From-To: feedback->suspended I don't use portmaster nor portupgrade, so I can not tell what to do with this tools.
dinoex 2012-04-21 07:14:36 UTC FreeBSD ports repository Modified files: . UPDATING Log: - add entry secuurity/openssl PR: 166954 Revision Changes Path 1.1223 +16 -1 ports/UPDATING _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: suspended->closed - noted in UPDATING