svn commit: r312906 - head/security/openssl

Adam McDougall mcdouga9 at egr.msu.edu
Sun Mar 3 14:56:34 UTC 2013


On Mon, Feb 25, 2013 at 06:07:10AM +0000, Dirk Meyer wrote:

  Author: dinoex
  Date: Mon Feb 25 06:07:10 2013
  New Revision: 312906
  URL: http://svnweb.freebsd.org/changeset/ports/312906
  
  Log:
    - fix broken symlink in manpage
    Submitted by:	Warren Block
  
  Modified:
    head/security/openssl/Makefile
  
  Modified: head/security/openssl/Makefile
  ==============================================================================
  --- head/security/openssl/Makefile	Mon Feb 25 04:39:52 2013	(r312905)
  +++ head/security/openssl/Makefile	Mon Feb 25 06:07:10 2013	(r312906)
  @@ -94,7 +94,7 @@ MAN3=	ASN1_OBJECT_new.3 ASN1_STRING_leng
   	EVP_PKEY_derive.3 EVP_PKEY_encrypt.3 EVP_PKEY_get_default_digest.3 \
   	EVP_PKEY_keygen.3 EVP_PKEY_new.3 EVP_PKEY_print_private.3 \
   	EVP_PKEY_set1_RSA.3 EVP_PKEY_sign.3 EVP_PKEY_verify.3 \
  -	EVP_PKEY_verify_recover.3 EVP_SealInit.3 EVP_SignInit.3 \
  +	EVP_PKEY_verifyrecover.3 EVP_SealInit.3 EVP_SignInit.3 \
   	EVP_VerifyInit.3 OBJ_nid2obj.3 OPENSSL_Applink.3 \
   	OPENSSL_VERSION_NUMBER.3 OPENSSL_config.3 OPENSSL_ia32cap.3 \
   	OPENSSL_load_builtin_modules.3 OpenSSL_add_all_algorithms.3 \

I don't think this fix will affect systems with it already installed
and poudriere has not rebuilt the package for me either.  Until then, I get
an error every week from the weekly run emails.  Does it need a PORTREVISION
bump, or is there another change coming soon that will bump it?  Thanks.


More information about the svn-ports-all mailing list