Index: head/security/hpn-ssh/Makefile =================================================================== --- head/security/hpn-ssh/Makefile (revision 58520) +++ head/security/hpn-ssh/Makefile (revision 58521) @@ -1,96 +1,96 @@ # New ports collection makefile for: openssh # Date created: 18 Mar 1999 # Whom: dwcjr@inethouston.net # # $FreeBSD$ # PORTNAME= openssh PORTVERSION= 3.1p1 PORTREVISION= 4 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ ftp://ftp.op.net/pub/OpenBSD/OpenSSH/portable/ \ ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/ PKGNAMESUFFIX= -portable PATCH_SITES= ${MASTER_SITES} PATCHFILES= openssh-3.1p1-adv.token.patch MAINTAINER= dinoex@FreeBSD.org MAN1= sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 scp.1 ssh.1 MLINKS= ssh.1 slogin.1 MAN8= sftp-server.8 sshd.8 CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?= --prefix=${PREFIX} --with-md5-passwords CLEAN= etc/ssh_config etc/sshd_config etc/moduli \ etc/ssh_host_key etc/ssh_host_key.pub \ etc/ssh_host_dsa_key etc/ssh_host_dsa_key.pub \ etc/ssh_host_rsa_key etc/ssh_host_rsa_key.pub .if exists(/usr/include/security/pam_modules.h) CONFIGURE_ARGS+= --with-pam .endif .if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --with-tcp-wrappers .endif .if defined(OPENSSH_OVERWRITE_BASE) PKGNAMESUFFIX= -overwrite-base PREFIX= /usr MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \ --sysconfdir=/etc/ssh --localstatedir=/var .endif .if defined(BATCH) EXTRA_PATCHES+= ${FILESDIR}/batch.patch .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) GSSAPI_SITE= http://www.sxw.org.uk/computing/patches/ MASTER_SITES+= ${GSSAPI_SITE} DISTFILES= ${EXTRACT_ONLY} ${PORTNAME}-${PORTVERSION}-gssapi-20020321.diff EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} PATCH_SITES+= ${GSSAPI_SITE} PATCHFILES+= ${PORTNAME}-mit-krb5-20020319.diff EXTRA_PATCHES+= ${FILESDIR}/servconf.c.patch BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf # USE_AUTOCONF_VER= 252 # broken CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME} AUTOCONF= autoconf AUTOHEADER= autoheader post-patch: @${ECHO_MSG} Applying extra patch for GSS-API key-exchange... @${PATCH} ${PATCH_DIST_ARGS:S/-p0/-p1/} \ < ${DISTDIR}/${PORTNAME}-${PORTVERSION}-gssapi-20020321.diff pre-configure: @${ECHO_MSG} !!!! Warning this option uses autoconf/autoheader !!! (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF} \ ${AUTOCONF_ARGS}) (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOCONF_ENV} ${AUTOHEADER}) .endif post-install: @${CAT} ${PKGMESSAGE} .include -.if ${OSVERSION} < 430000 -OPENSSLBASE= /usr/local +.if ${OSVERSION} < 430000 || exists(${LOCALBASE}/lib/libcrypto.so.3) +OPENSSLBASE= ${LOCALBASE} OPENSSLDIR= ${OPENSSLBASE}/openssl -LIB_DEPENDS+= crypto.2:${PORTSDIR}/security/openssl +LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl OPENSSLLIB= ${OPENSSLBASE}/lib OPENSSLINC= ${OPENSSLBASE}/include MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \ OPENSSLBASE=${OPENSSLBASE} OPENSSLDIR=${OPENSSLDIR} .endif .include Property changes on: head/security/hpn-ssh/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/security/openssh/Makefile =================================================================== --- head/security/openssh/Makefile (revision 58520) +++ head/security/openssh/Makefile (revision 58521) @@ -1,134 +1,134 @@ # New ports collection makefile for: OpenSSH # Date created: 7 October 1999 # Whom: green # # $FreeBSD$ # PORTNAME= openssh PORTVERSION= 3.1 PORTREVISION= 7 CATEGORIES= security MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/ \ ftp://ftp.usa.openbsd.org/pub/OpenBSD/OpenSSH/ \ ftp://ftp1.se.openbsd.org/pub/OpenBSD/OpenSSH/ DISTNAME= openssh-${PORTVERSION} EXTRACT_SUFX= .tgz PATCH_SITES= ${MASTER_SITES} PATCHFILES= openbsd28_3.1.patch openssh-3.1-adv.token.patch MAINTAINER= dinoex@FreeBSD.org USE_OPENSSL= yes MAN1= scp.1 slogin.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 \ ssh-keyscan.1 sftp.1 MAN8= sshd.8 sftp-server.8 MANCOMPRESSED= yes FIXME= lib/Makefile scp/Makefile sftp/Makefile sftp-server/Makefile \ ssh/Makefile ssh-add/Makefile ssh-agent/Makefile \ ssh-keygen/Makefile ssh-keyscan/Makefile sshd/Makefile .include -.if ${OSVERSION} < 430000 -OPENSSLBASE= /usr/local +.if ${OSVERSION} < 430000 || exists(${LOCALBASE}/lib/libcrypto.so.3) +OPENSSLBASE= ${LOCALBASE} OPENSSLDIR= ${OPENSSLBASE}/openssl -LIB_DEPENDS+= crypto.2:${PORTSDIR}/security/openssl +LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl OPENSSLLIB= ${OPENSSLBASE}/lib OPENSSLINC= ${OPENSSLBASE}/include MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \ OPENSSLBASE=${OPENSSLBASE} OPENSSLDIR=${OPENSSLDIR} .endif CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto # Here, MANDIR is concetenated to DESTDIR which all forms the man install dir... MAKE_ENV+= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}" .if ${OSVERSION} < 400014 MAKE_ENV+= COMPAT_GETADDRINFO=yes .else MAKE_ENV+= INET6FLAGS=-DINET6 .endif .if !exists(/usr/include/tcpd.h) MAKE_ENV+= TCP_WRAPPERS=no .endif .if defined(AFS) && ${AFS} == YES MAKE_ENV+= AFS=yes .endif .if defined(KERBEROS) && ${KERBEROS} == YES MAKE_ENV+= KERBEROS=yes .endif .if exists(/usr/include/security/pam_modules.h) PAM?= yes .else PAM= no .endif MAKE_ENV+= PAM=${PAM} .if defined(SKEY) && ${SKEY} == YES MAKE_ENV+= SKEY=yes .endif WRKSRC= ${WRKDIR}/ssh post-extract: @${CP} ${FILESDIR}/strlcat.c ${FILESDIR}/strlcpy.c ${WRKSRC}/lib/ @${CP} ${FILESDIR}/sshd.sh ${WRKSRC}/ .if ${OSVERSION} < 400014 @${CP} ${FILESDIR}/getaddrinfo.c ${FILESDIR}/name6.c ${WRKSRC}/lib/ @${CP} ${FILESDIR}/bindresvport.c ${FILESDIR}/rcmd.c ${WRKSRC}/lib/ @${CP} ${FILESDIR}/getnameinfo.c ${WRKSRC}/lib/ @${CP} ${FILESDIR}/netdb.h ${WRKSRC}/ .endif post-patch: @${PERL5} -pi -e "s=/etc/ssh=${PREFIX}/etc/ssh=" ${WRKSRC}/sshd_config @${PERL5} -pi -e "s=/usr/libex=${PREFIX}/libex=" ${WRKSRC}/sshd_config @${PERL5} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/ssh.h \ ${WRKSRC}/sshd_config ${WRKSRC}/sshd.sh \ ${WRKSRC}/pathnames.h .if ${OSVERSION} < 430000 post-configure: .for i in ${FIXME} @${PERL5} -pi -e "s=KERBEROS[:]L=KERBEROS=" ${WRKSRC}/${i} @${PERL5} -pi -e "s=KERBEROS5[:]L=KERBEROS5=" ${WRKSRC}/${i} @${PERL5} -pi -e "s=AFS[:]L=AFS=" ${WRKSRC}/${i} @${PERL5} -pi -e "s=TCP_WRAPPERS[:]L=TCP_WRAPPERS=" ${WRKSRC}/${i} @${PERL5} -pi -e "s=SKEY[:]L=SKEY=" ${WRKSRC}/${i} .endfor .endif pre-install: ${MKDIR} ${PREFIX}/libdata/ssh post-install: .if !defined(BATCH) .if !exists(${PREFIX}/etc/ssh_host_key) @${ECHO_MSG} ">> Generating an RSA1 secret host key." ${PREFIX}/bin/ssh-keygen -t rsa1 -N "" -f ${PREFIX}/etc/ssh_host_key .endif .if !exists(${PREFIX}/etc/ssh_host_rsa_key) @${ECHO_MSG} ">> Generating a RSA secret host key." ${PREFIX}/bin/ssh-keygen -t rsa -N "" -f ${PREFIX}/etc/ssh_host_rsa_key .endif .if !exists(${PREFIX}/etc/ssh_host_dsa_key) @${ECHO_MSG} ">> Generating a DSA secret host key." ${PREFIX}/bin/ssh-keygen -t dsa -N "" -f ${PREFIX}/etc/ssh_host_dsa_key .endif .endif .if !exists(${PREFIX}/etc/moduli) @${ECHO_MSG} ">> Installing moduli." ${INSTALL_DATA} -c ${FILESDIR}/moduli ${PREFIX}/etc/moduli .endif ${INSTALL_SCRIPT} ${WRKSRC}/sshd.sh ${PREFIX}/etc/rc.d/sshd.sh.sample ${INSTALL_DATA} -c ${WRKSRC}/ssh_config ${PREFIX}/etc/ssh_config-dist ${INSTALL_DATA} -c ${WRKSRC}/sshd_config ${PREFIX}/etc/sshd_config-dist .if !exists(${PREFIX}/etc/ssh_config) && !exists(${PREFIX}/etc/sshd_config) ${INSTALL_DATA} -c ${WRKSRC}/ssh_config ${PREFIX}/etc/ssh_config ${INSTALL_DATA} -c ${WRKSRC}/sshd_config ${PREFIX}/etc/sshd_config .else @${ECHO_MSG} ">> ${PREFIX}/etc/ssh{,d}_config exists, not being replaced!" @${ECHO_MSG} ">> If this is left over from another version of SSH, you will" @${ECHO_MSG} ">> need to update it to work with OpenSSH." .endif .include Property changes on: head/security/openssh/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.90 \ No newline at end of property +1.91 \ No newline at end of property Index: head/security/openssh-portable/Makefile =================================================================== --- head/security/openssh-portable/Makefile (revision 58520) +++ head/security/openssh-portable/Makefile (revision 58521) @@ -1,96 +1,96 @@ # New ports collection makefile for: openssh # Date created: 18 Mar 1999 # Whom: dwcjr@inethouston.net # # $FreeBSD$ # PORTNAME= openssh PORTVERSION= 3.1p1 PORTREVISION= 4 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ ftp://ftp.op.net/pub/OpenBSD/OpenSSH/portable/ \ ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/ PKGNAMESUFFIX= -portable PATCH_SITES= ${MASTER_SITES} PATCHFILES= openssh-3.1p1-adv.token.patch MAINTAINER= dinoex@FreeBSD.org MAN1= sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 scp.1 ssh.1 MLINKS= ssh.1 slogin.1 MAN8= sftp-server.8 sshd.8 CRYPTOLIBS= -L${OPENSSLLIB} -lcrypto USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?= --prefix=${PREFIX} --with-md5-passwords CLEAN= etc/ssh_config etc/sshd_config etc/moduli \ etc/ssh_host_key etc/ssh_host_key.pub \ etc/ssh_host_dsa_key etc/ssh_host_dsa_key.pub \ etc/ssh_host_rsa_key etc/ssh_host_rsa_key.pub .if exists(/usr/include/security/pam_modules.h) CONFIGURE_ARGS+= --with-pam .endif .if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --with-tcp-wrappers .endif .if defined(OPENSSH_OVERWRITE_BASE) PKGNAMESUFFIX= -overwrite-base PREFIX= /usr MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \ --sysconfdir=/etc/ssh --localstatedir=/var .endif .if defined(BATCH) EXTRA_PATCHES+= ${FILESDIR}/batch.patch .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) GSSAPI_SITE= http://www.sxw.org.uk/computing/patches/ MASTER_SITES+= ${GSSAPI_SITE} DISTFILES= ${EXTRACT_ONLY} ${PORTNAME}-${PORTVERSION}-gssapi-20020321.diff EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} PATCH_SITES+= ${GSSAPI_SITE} PATCHFILES+= ${PORTNAME}-mit-krb5-20020319.diff EXTRA_PATCHES+= ${FILESDIR}/servconf.c.patch BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf # USE_AUTOCONF_VER= 252 # broken CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME} AUTOCONF= autoconf AUTOHEADER= autoheader post-patch: @${ECHO_MSG} Applying extra patch for GSS-API key-exchange... @${PATCH} ${PATCH_DIST_ARGS:S/-p0/-p1/} \ < ${DISTDIR}/${PORTNAME}-${PORTVERSION}-gssapi-20020321.diff pre-configure: @${ECHO_MSG} !!!! Warning this option uses autoconf/autoheader !!! (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF} \ ${AUTOCONF_ARGS}) (cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOCONF_ENV} ${AUTOHEADER}) .endif post-install: @${CAT} ${PKGMESSAGE} .include -.if ${OSVERSION} < 430000 -OPENSSLBASE= /usr/local +.if ${OSVERSION} < 430000 || exists(${LOCALBASE}/lib/libcrypto.so.3) +OPENSSLBASE= ${LOCALBASE} OPENSSLDIR= ${OPENSSLBASE}/openssl -LIB_DEPENDS+= crypto.2:${PORTSDIR}/security/openssl +LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl OPENSSLLIB= ${OPENSSLBASE}/lib OPENSSLINC= ${OPENSSLBASE}/include MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \ OPENSSLBASE=${OPENSSLBASE} OPENSSLDIR=${OPENSSLDIR} .endif .include Property changes on: head/security/openssh-portable/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/security/openssl/Makefile =================================================================== --- head/security/openssl/Makefile (revision 58520) +++ head/security/openssl/Makefile (revision 58521) @@ -1,133 +1,135 @@ # New ports collection makefile for: OpenSSL # Date created: Sun Jan 3 19:36:27 CET 1999 # Whom: Dirk Froemberg # # $FreeBSD$ # PORTNAME= openssl PORTVERSION= 0.9.6c +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ MAINTAINER= dinoex@FreeBSD.org .include .if exists(/usr/lib/libssl.a) && ${OSVERSION} >= 460000 FORBIDDEN= "OpenSSL is already in the base system" .endif .if ${PORTOBJFORMAT} == "aout" MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=-Bforcearchive .else MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive .endif USE_PERL5= yes .if defined(NOSHARED) PLIST= ${PKGDIR}/pkg-plist.noshared .else ALL_TARGET= freebsd-shared all -SHLIBVER= 2 +SHLIBVER= 3 MAKE_ENV+= SHLIBVER=${SHLIBVER} +PLIST_SUB+= SHLIBVER=${SHLIBVER} INSTALLS_SHLIB= yes .endif MANPREFIX= ${PREFIX}/openssl MAN1= CA.pl.1 asn1parse.1 ca.1 ciphers.1 crl.1 crl2pkcs7.1 dgst.1 \ dhparam.1 dsa.1 dsaparam.1 enc.1 gendsa.1 genrsa.1 nseq.1 \ openssl.1 passwd.1 pkcs12.1 pkcs7.1 pkcs8.1 rand.1 req.1 \ rsa.1 s_client.1 s_server.1 sess_id.1 smime.1 speed.1 \ spkac.1 verify.1 version.1 x509.1 rsautl.1 MAN3= BN_CTX_new.3 BN_CTX_start.3 BN_add.3 BN_add_word.3 \ BN_bn2bin.3 BN_cmp.3 BN_copy.3 BN_generate_prime.3 \ BN_mod_inverse.3 BN_mod_mul_montgomery.3 \ BN_mod_mul_reciprocal.3 BN_new.3 BN_num_bytes.3 BN_rand.3 \ BN_set_bit.3 BN_zero.3 CRYPTO_set_ex_data.3 \ DH_generate_key.3 DH_generate_parameters.3 \ DH_get_ex_new_index.3 DH_new.3 DH_set_method.3 DH_size.3 \ DSA_SIG_new.3 DSA_do_sign.3 DSA_dup_DH.3 DSA_generate_key.3 \ DSA_generate_parameters.3 DSA_get_ex_new_index.3 DSA_new.3 \ DSA_set_method.3 DSA_sign.3 DSA_size.3 ERR_GET_LIB.3 \ ERR_clear_error.3 ERR_error_string.3 ERR_get_error.3 \ ERR_load_crypto_strings.3 ERR_load_strings.3 \ ERR_print_errors.3 ERR_put_error.3 ERR_remove_state.3 \ EVP_DigestInit.3 EVP_EncryptInit.3 EVP_OpenInit.3 \ EVP_SealInit.3 EVP_SignInit.3 EVP_VerifyInit.3 \ OPENSSL_VERSION_NUMBER.3 OpenSSL_add_all_algorithms.3 \ RAND_add.3 RAND_bytes.3 RAND_cleanup.3 RAND_egd.3 \ RAND_load_file.3 RAND_set_rand_method.3 RSA_blinding_on.3 \ RSA_check_key.3 RSA_generate_key.3 RSA_get_ex_new_index.3 \ RSA_new.3 RSA_padding_add_PKCS1_type_1.3 RSA_print.3 \ RSA_private_encrypt.3 RSA_public_encrypt.3 RSA_set_method.3 \ RSA_sign.3 RSA_sign_ASN1_OCTET_STRING.3 RSA_size.3 \ SSL_get_error.3 blowfish.3 bn.3 bn_internal.3 buffer.3 \ crypto.3 d2i_DHparams.3 d2i_RSAPublicKey.3 des.3 dh.3 dsa.3 \ err.3 hmac.3 lh_stats.3 lhash.3 md5.3 mdc2.3 rand.3 rc4.3 \ ripemd.3 rsa.3 sha.3 ssl.3 threads.3 BIO_ctrl.3 BIO_f_base64.3 \ BIO_f_buffer.3 BIO_f_cipher.3 BIO_f_md.3 BIO_f_null.3 \ BIO_f_ssl.3 BIO_find_type.3 BIO_new.3 BIO_new_bio_pair.3 \ BIO_push.3 BIO_read.3 BIO_s_accept.3 BIO_s_bio.3 \ BIO_s_connect.3 BIO_s_fd.3 BIO_s_file.3 BIO_s_mem.3 \ BIO_s_null.3 BIO_s_socket.3 BIO_set_callback.3 \ BIO_should_retry.3 SSL_CIPHER_get_name.3 \ SSL_COMP_add_compression_method.3 \ SSL_CTX_add_extra_chain_cert.3 SSL_CTX_add_session.3 \ SSL_CTX_ctrl.3 SSL_CTX_flush_sessions.3 SSL_CTX_free.3 \ SSL_CTX_get_ex_new_index.3 SSL_CTX_get_verify_mode.3 \ SSL_CTX_load_verify_locations.3 SSL_CTX_new.3 \ SSL_CTX_sess_number.3 SSL_CTX_sess_set_cache_size.3 \ SSL_CTX_sess_set_get_cb.3 SSL_CTX_sessions.3 \ SSL_CTX_set_cert_store.3 SSL_CTX_set_cert_verify_callback.3 \ SSL_CTX_set_cipher_list.3 SSL_CTX_set_client_CA_list.3 \ SSL_CTX_set_default_passwd_cb.3 SSL_CTX_set_info_callback.3 \ SSL_CTX_set_mode.3 SSL_CTX_set_options.3 \ SSL_CTX_set_quiet_shutdown.3 SSL_CTX_set_session_cache_mode.3 \ SSL_CTX_set_session_id_context.3 SSL_CTX_set_ssl_version.3 \ SSL_CTX_set_tmp_dh_callback.3 SSL_CTX_set_tmp_rsa_callback.3 \ SSL_CTX_set_timeout.3 SSL_CTX_set_verify.3 \ SSL_CTX_use_certificate.3 SSL_SESSION_free.3 \ SSL_SESSION_get_ex_new_index.3 SSL_SESSION_get_time.3 \ SSL_accept.3 SSL_alert_type_string.3 SSL_clear.3 \ SSL_connect.3 SSL_free.3 SSL_get_SSL_CTX.3 SSL_get_ciphers.3 \ SSL_get_client_CA_list.3 SSL_get_current_cipher.3 \ SSL_get_default_timeout.3 SSL_get_ex_data_X509_STORE_CTX_idx.3 \ SSL_get_ex_new_index.3 SSL_get_fd.3 SSL_get_peer_cert_chain.3 \ SSL_get_peer_certificate.3 SSL_get_rbio.3 SSL_get_session.3 \ SSL_get_verify_result.3 SSL_get_version.3 SSL_library_init.3 \ SSL_load_client_CA_file.3 SSL_new.3 SSL_pending.3 SSL_read.3 \ SSL_rstate_string.3 SSL_session_reused.3 SSL_set_bio.3 \ SSL_set_connect_state.3 SSL_set_fd.3 SSL_set_session.3 \ SSL_set_shutdown.3 SSL_set_verify_result.3 SSL_shutdown.3 \ SSL_state_string.3 SSL_want.3 SSL_write.3 \ bio.3 d2i_SSL_SESSION.3 evp.3 MAN5= config.5 MAN7= des_modes.7 do-configure: @cd ${WRKSRC} \ && ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" PERL="${PERL}" \ ./config --prefix=${PREFIX} --openssldir=${PREFIX}/openssl \ -L${PREFIX}/lib post-install: .if !defined(NOSHARED) .for i in libcrypto libssl @${INSTALL_DATA} ${WRKSRC}/$i.so.${SHLIBVER} ${PREFIX}/lib @${LN} -sf $i.so.${SHLIBVER} ${PREFIX}/lib/$i.so .endfor .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/openssl.txt ${DOCSDIR}/ .endif @${SED} -e 's#/usr/local#${PREFIX}#g' ${PKGMESSAGE} .include Property changes on: head/security/openssl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.57 \ No newline at end of property +1.58 \ No newline at end of property Index: head/security/openssl/pkg-plist =================================================================== --- head/security/openssl/pkg-plist (revision 58520) +++ head/security/openssl/pkg-plist (revision 58521) @@ -1,85 +1,85 @@ bin/c_rehash bin/openssl include/openssl/asn1.h include/openssl/asn1_mac.h include/openssl/bio.h include/openssl/blowfish.h include/openssl/bn.h include/openssl/buffer.h include/openssl/cast.h include/openssl/comp.h include/openssl/conf.h include/openssl/conf_api.h include/openssl/crypto.h include/openssl/des.h include/openssl/dh.h include/openssl/dsa.h include/openssl/dso.h include/openssl/e_os.h include/openssl/e_os2.h include/openssl/ebcdic.h include/openssl/err.h include/openssl/evp.h include/openssl/hmac.h include/openssl/idea.h include/openssl/lhash.h include/openssl/md2.h include/openssl/md4.h include/openssl/md5.h include/openssl/mdc2.h include/openssl/obj_mac.h include/openssl/objects.h include/openssl/opensslconf.h include/openssl/opensslv.h include/openssl/pem.h include/openssl/pem2.h include/openssl/pkcs12.h include/openssl/pkcs7.h include/openssl/rand.h include/openssl/rc2.h include/openssl/rc4.h include/openssl/rc5.h include/openssl/ripemd.h include/openssl/rsa.h include/openssl/safestack.h include/openssl/sha.h include/openssl/ssl.h include/openssl/ssl2.h include/openssl/ssl23.h include/openssl/ssl3.h include/openssl/stack.h include/openssl/symhacks.h include/openssl/tls1.h include/openssl/tmdiff.h include/openssl/txt_db.h include/openssl/x509.h include/openssl/x509_vfy.h include/openssl/x509v3.h lib/libRSAglue.a lib/libcrypto.a lib/libcrypto.so -lib/libcrypto.so.2 +lib/libcrypto.so.%%SHLIBVER%% lib/libssl.a lib/libssl.so -lib/libssl.so.2 +lib/libssl.so.%%SHLIBVER%% openssl/misc/CA.pl openssl/misc/CA.sh openssl/misc/c_hash openssl/misc/c_info openssl/misc/c_issuer openssl/misc/c_name openssl/misc/der_chop openssl/openssl.cnf.sample %%PORTDOCS%%share/doc/openssl/openssl.txt @dirrm include/openssl @dirrm openssl/certs @dirrm openssl/lib @dirrm openssl/man/man1 @dirrm openssl/man/man3 @dirrm openssl/man/man5 @dirrm openssl/man/man7 @dirrm openssl/man @dirrm openssl/misc @dirrm openssl/private @dirrm openssl %%PORTDOCS%%@dirrm share/doc/openssl Property changes on: head/security/openssl/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/security/openssl-beta/Makefile =================================================================== --- head/security/openssl-beta/Makefile (revision 58520) +++ head/security/openssl-beta/Makefile (revision 58521) @@ -1,133 +1,135 @@ # New ports collection makefile for: OpenSSL # Date created: Sun Jan 3 19:36:27 CET 1999 # Whom: Dirk Froemberg # # $FreeBSD$ # PORTNAME= openssl PORTVERSION= 0.9.6c +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ MAINTAINER= dinoex@FreeBSD.org .include .if exists(/usr/lib/libssl.a) && ${OSVERSION} >= 460000 FORBIDDEN= "OpenSSL is already in the base system" .endif .if ${PORTOBJFORMAT} == "aout" MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=-Bforcearchive .else MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive .endif USE_PERL5= yes .if defined(NOSHARED) PLIST= ${PKGDIR}/pkg-plist.noshared .else ALL_TARGET= freebsd-shared all -SHLIBVER= 2 +SHLIBVER= 3 MAKE_ENV+= SHLIBVER=${SHLIBVER} +PLIST_SUB+= SHLIBVER=${SHLIBVER} INSTALLS_SHLIB= yes .endif MANPREFIX= ${PREFIX}/openssl MAN1= CA.pl.1 asn1parse.1 ca.1 ciphers.1 crl.1 crl2pkcs7.1 dgst.1 \ dhparam.1 dsa.1 dsaparam.1 enc.1 gendsa.1 genrsa.1 nseq.1 \ openssl.1 passwd.1 pkcs12.1 pkcs7.1 pkcs8.1 rand.1 req.1 \ rsa.1 s_client.1 s_server.1 sess_id.1 smime.1 speed.1 \ spkac.1 verify.1 version.1 x509.1 rsautl.1 MAN3= BN_CTX_new.3 BN_CTX_start.3 BN_add.3 BN_add_word.3 \ BN_bn2bin.3 BN_cmp.3 BN_copy.3 BN_generate_prime.3 \ BN_mod_inverse.3 BN_mod_mul_montgomery.3 \ BN_mod_mul_reciprocal.3 BN_new.3 BN_num_bytes.3 BN_rand.3 \ BN_set_bit.3 BN_zero.3 CRYPTO_set_ex_data.3 \ DH_generate_key.3 DH_generate_parameters.3 \ DH_get_ex_new_index.3 DH_new.3 DH_set_method.3 DH_size.3 \ DSA_SIG_new.3 DSA_do_sign.3 DSA_dup_DH.3 DSA_generate_key.3 \ DSA_generate_parameters.3 DSA_get_ex_new_index.3 DSA_new.3 \ DSA_set_method.3 DSA_sign.3 DSA_size.3 ERR_GET_LIB.3 \ ERR_clear_error.3 ERR_error_string.3 ERR_get_error.3 \ ERR_load_crypto_strings.3 ERR_load_strings.3 \ ERR_print_errors.3 ERR_put_error.3 ERR_remove_state.3 \ EVP_DigestInit.3 EVP_EncryptInit.3 EVP_OpenInit.3 \ EVP_SealInit.3 EVP_SignInit.3 EVP_VerifyInit.3 \ OPENSSL_VERSION_NUMBER.3 OpenSSL_add_all_algorithms.3 \ RAND_add.3 RAND_bytes.3 RAND_cleanup.3 RAND_egd.3 \ RAND_load_file.3 RAND_set_rand_method.3 RSA_blinding_on.3 \ RSA_check_key.3 RSA_generate_key.3 RSA_get_ex_new_index.3 \ RSA_new.3 RSA_padding_add_PKCS1_type_1.3 RSA_print.3 \ RSA_private_encrypt.3 RSA_public_encrypt.3 RSA_set_method.3 \ RSA_sign.3 RSA_sign_ASN1_OCTET_STRING.3 RSA_size.3 \ SSL_get_error.3 blowfish.3 bn.3 bn_internal.3 buffer.3 \ crypto.3 d2i_DHparams.3 d2i_RSAPublicKey.3 des.3 dh.3 dsa.3 \ err.3 hmac.3 lh_stats.3 lhash.3 md5.3 mdc2.3 rand.3 rc4.3 \ ripemd.3 rsa.3 sha.3 ssl.3 threads.3 BIO_ctrl.3 BIO_f_base64.3 \ BIO_f_buffer.3 BIO_f_cipher.3 BIO_f_md.3 BIO_f_null.3 \ BIO_f_ssl.3 BIO_find_type.3 BIO_new.3 BIO_new_bio_pair.3 \ BIO_push.3 BIO_read.3 BIO_s_accept.3 BIO_s_bio.3 \ BIO_s_connect.3 BIO_s_fd.3 BIO_s_file.3 BIO_s_mem.3 \ BIO_s_null.3 BIO_s_socket.3 BIO_set_callback.3 \ BIO_should_retry.3 SSL_CIPHER_get_name.3 \ SSL_COMP_add_compression_method.3 \ SSL_CTX_add_extra_chain_cert.3 SSL_CTX_add_session.3 \ SSL_CTX_ctrl.3 SSL_CTX_flush_sessions.3 SSL_CTX_free.3 \ SSL_CTX_get_ex_new_index.3 SSL_CTX_get_verify_mode.3 \ SSL_CTX_load_verify_locations.3 SSL_CTX_new.3 \ SSL_CTX_sess_number.3 SSL_CTX_sess_set_cache_size.3 \ SSL_CTX_sess_set_get_cb.3 SSL_CTX_sessions.3 \ SSL_CTX_set_cert_store.3 SSL_CTX_set_cert_verify_callback.3 \ SSL_CTX_set_cipher_list.3 SSL_CTX_set_client_CA_list.3 \ SSL_CTX_set_default_passwd_cb.3 SSL_CTX_set_info_callback.3 \ SSL_CTX_set_mode.3 SSL_CTX_set_options.3 \ SSL_CTX_set_quiet_shutdown.3 SSL_CTX_set_session_cache_mode.3 \ SSL_CTX_set_session_id_context.3 SSL_CTX_set_ssl_version.3 \ SSL_CTX_set_tmp_dh_callback.3 SSL_CTX_set_tmp_rsa_callback.3 \ SSL_CTX_set_timeout.3 SSL_CTX_set_verify.3 \ SSL_CTX_use_certificate.3 SSL_SESSION_free.3 \ SSL_SESSION_get_ex_new_index.3 SSL_SESSION_get_time.3 \ SSL_accept.3 SSL_alert_type_string.3 SSL_clear.3 \ SSL_connect.3 SSL_free.3 SSL_get_SSL_CTX.3 SSL_get_ciphers.3 \ SSL_get_client_CA_list.3 SSL_get_current_cipher.3 \ SSL_get_default_timeout.3 SSL_get_ex_data_X509_STORE_CTX_idx.3 \ SSL_get_ex_new_index.3 SSL_get_fd.3 SSL_get_peer_cert_chain.3 \ SSL_get_peer_certificate.3 SSL_get_rbio.3 SSL_get_session.3 \ SSL_get_verify_result.3 SSL_get_version.3 SSL_library_init.3 \ SSL_load_client_CA_file.3 SSL_new.3 SSL_pending.3 SSL_read.3 \ SSL_rstate_string.3 SSL_session_reused.3 SSL_set_bio.3 \ SSL_set_connect_state.3 SSL_set_fd.3 SSL_set_session.3 \ SSL_set_shutdown.3 SSL_set_verify_result.3 SSL_shutdown.3 \ SSL_state_string.3 SSL_want.3 SSL_write.3 \ bio.3 d2i_SSL_SESSION.3 evp.3 MAN5= config.5 MAN7= des_modes.7 do-configure: @cd ${WRKSRC} \ && ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" PERL="${PERL}" \ ./config --prefix=${PREFIX} --openssldir=${PREFIX}/openssl \ -L${PREFIX}/lib post-install: .if !defined(NOSHARED) .for i in libcrypto libssl @${INSTALL_DATA} ${WRKSRC}/$i.so.${SHLIBVER} ${PREFIX}/lib @${LN} -sf $i.so.${SHLIBVER} ${PREFIX}/lib/$i.so .endfor .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/openssl.txt ${DOCSDIR}/ .endif @${SED} -e 's#/usr/local#${PREFIX}#g' ${PKGMESSAGE} .include Property changes on: head/security/openssl-beta/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.57 \ No newline at end of property +1.58 \ No newline at end of property Index: head/security/openssl-beta/pkg-plist =================================================================== --- head/security/openssl-beta/pkg-plist (revision 58520) +++ head/security/openssl-beta/pkg-plist (revision 58521) @@ -1,85 +1,85 @@ bin/c_rehash bin/openssl include/openssl/asn1.h include/openssl/asn1_mac.h include/openssl/bio.h include/openssl/blowfish.h include/openssl/bn.h include/openssl/buffer.h include/openssl/cast.h include/openssl/comp.h include/openssl/conf.h include/openssl/conf_api.h include/openssl/crypto.h include/openssl/des.h include/openssl/dh.h include/openssl/dsa.h include/openssl/dso.h include/openssl/e_os.h include/openssl/e_os2.h include/openssl/ebcdic.h include/openssl/err.h include/openssl/evp.h include/openssl/hmac.h include/openssl/idea.h include/openssl/lhash.h include/openssl/md2.h include/openssl/md4.h include/openssl/md5.h include/openssl/mdc2.h include/openssl/obj_mac.h include/openssl/objects.h include/openssl/opensslconf.h include/openssl/opensslv.h include/openssl/pem.h include/openssl/pem2.h include/openssl/pkcs12.h include/openssl/pkcs7.h include/openssl/rand.h include/openssl/rc2.h include/openssl/rc4.h include/openssl/rc5.h include/openssl/ripemd.h include/openssl/rsa.h include/openssl/safestack.h include/openssl/sha.h include/openssl/ssl.h include/openssl/ssl2.h include/openssl/ssl23.h include/openssl/ssl3.h include/openssl/stack.h include/openssl/symhacks.h include/openssl/tls1.h include/openssl/tmdiff.h include/openssl/txt_db.h include/openssl/x509.h include/openssl/x509_vfy.h include/openssl/x509v3.h lib/libRSAglue.a lib/libcrypto.a lib/libcrypto.so -lib/libcrypto.so.2 +lib/libcrypto.so.%%SHLIBVER%% lib/libssl.a lib/libssl.so -lib/libssl.so.2 +lib/libssl.so.%%SHLIBVER%% openssl/misc/CA.pl openssl/misc/CA.sh openssl/misc/c_hash openssl/misc/c_info openssl/misc/c_issuer openssl/misc/c_name openssl/misc/der_chop openssl/openssl.cnf.sample %%PORTDOCS%%share/doc/openssl/openssl.txt @dirrm include/openssl @dirrm openssl/certs @dirrm openssl/lib @dirrm openssl/man/man1 @dirrm openssl/man/man3 @dirrm openssl/man/man5 @dirrm openssl/man/man7 @dirrm openssl/man @dirrm openssl/misc @dirrm openssl/private @dirrm openssl %%PORTDOCS%%@dirrm share/doc/openssl Property changes on: head/security/openssl-beta/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property