aboutsummaryrefslogtreecommitdiff
path: root/security/linux-f8-openssl
Commit message (Collapse)AuthorAgeFilesLines
* . add CONFLICTS to linux-f8 infrastructure ports;Boris Samorodov2009-06-021-0/+3
| | | | | | | . bump PORTREVISIONs. Notes: svn path=/head/; revision=235052
* Here are new Linux Fedora 8 infrastructure ports.Boris Samorodov2009-04-013-38/+60
| | | | | | | | | | | | | | | | | | The recommended version of FreeBSD to use them is 8-CURRENT. FreeBSD-7.x is not fully compatible with compat.linux.osrelease 2.6.16. Some syscalls cannot be MFCed due to native FreeBSD ABI breakage. Usage (and package building): 1. define compat.linux.osrelease=2.6.16; 2. add following variables to /etc/make.conf: . OVERRIDE_LINUX_BASE_PORT=f8; . OVERRIDE_LINUX_NONBASE_PORTS=f8. Approved by: bsam (me) ;-) Notes: svn path=/head/; revision=231438
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove ONLY_FOR_ARCHSJose Alonso Cardenas Marquez2006-11-081-1/+0
| | | | | | | | Suggested by: kris Noticed by: alepulver Notes: svn path=/head/; revision=176762
* - New port: security/linux-krb5-libsJose Alonso Cardenas Marquez2006-08-043-0/+106
Kerberos V5 is an authentication system developed at MIT. (Linux version) WWW: http://web.mit.edu/kerberos/ - New port: security/linux-openssl The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols with full-strength cryptography world-wide. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL tookit and its related documentation. OpenSSL is based on the excellent SSLeay library developed by Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style licence, which basically means that you are free to get and use it for commercial and non-commercial purposes subject to some simple license conditions. (Linux version) WWW: http://www.openssl.org/ Approved by: garga (mentor) Notes: svn path=/head/; revision=169669