diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-22 10:40:00 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-22 10:40:00 +0000 |
commit | 05317facbedf1ed4566b56f4e09e6e4a49fc3f38 (patch) | |
tree | f0614b64c20d137667eadfbdc5663150937dc6c3 /security/linux-c6-openssl-compat | |
parent | f287925fdbb7ff7ab55ee8aaa28cf756fe49a296 (diff) | |
download | ports-05317facbedf1ed4566b56f4e09e6e4a49fc3f38.tar.gz ports-05317facbedf1ed4566b56f4e09e6e4a49fc3f38.zip |
Notes
Diffstat (limited to 'security/linux-c6-openssl-compat')
-rw-r--r-- | security/linux-c6-openssl-compat/Makefile | 26 | ||||
-rw-r--r-- | security/linux-c6-openssl-compat/distinfo.i686 | 4 | ||||
-rw-r--r-- | security/linux-c6-openssl-compat/pkg-descr | 3 | ||||
-rw-r--r-- | security/linux-c6-openssl-compat/pkg-plist | 30 |
4 files changed, 63 insertions, 0 deletions
diff --git a/security/linux-c6-openssl-compat/Makefile b/security/linux-c6-openssl-compat/Makefile new file mode 100644 index 000000000000..760182e571db --- /dev/null +++ b/security/linux-c6-openssl-compat/Makefile @@ -0,0 +1,26 @@ +# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com> +# $FreeBSD$ + +PORTNAME= openssl-compat +PORTVERSION= 0.9.8e +CATEGORIES= security linux +DISTNAME= openssl098e-${PORTVERSION}-${RPMVERSION} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-openssl-[0-9]* linux-f8-openssl-[0-9]* linux-f10-openssl-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +USE_LINUX_RPM= yes +RPMVERSION= 17.el6.centos.2 +USE_LDCONFIG= yes + +PLIST_SUB+= PORTVERSION="${PORTVERSION}" +DESCR= ${.CURDIR}/../openssl/pkg-descr + +post-install: + @cd ${STAGEDIR}${PREFIX}/usr/lib && ${LN} -sf libssl.so.6 libssl.so.7 + +.include <bsd.port.mk> diff --git a/security/linux-c6-openssl-compat/distinfo.i686 b/security/linux-c6-openssl-compat/distinfo.i686 new file mode 100644 index 000000000000..d843759fc987 --- /dev/null +++ b/security/linux-c6-openssl-compat/distinfo.i686 @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.i686.rpm) = 862142d2d7adc74311d7312c6ace396d36b6c8f3a0708f6fe5e0d3977d00a871 +SIZE (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.i686.rpm) = 791760 +SHA256 (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.src.rpm) = cb47c1a6274027b8eda9650022c6bfd0b929a47ab2790a4e5e32727283c458a0 +SIZE (rpm/i686/centos/6.5/openssl098e-0.9.8e-17.el6.centos.2.src.rpm) = 3100581 diff --git a/security/linux-c6-openssl-compat/pkg-descr b/security/linux-c6-openssl-compat/pkg-descr new file mode 100644 index 000000000000..23038abb305b --- /dev/null +++ b/security/linux-c6-openssl-compat/pkg-descr @@ -0,0 +1,3 @@ +asdf + +WWW: http://xmj.me diff --git a/security/linux-c6-openssl-compat/pkg-plist b/security/linux-c6-openssl-compat/pkg-plist new file mode 100644 index 000000000000..de497f07843a --- /dev/null +++ b/security/linux-c6-openssl-compat/pkg-plist @@ -0,0 +1,30 @@ +@comment file listing +usr/lib/.libcrypto.so.0.9.8e.hmac +usr/lib/.libcrypto.so.6.hmac +usr/lib/.libssl.so.0.9.8e.hmac +usr/lib/.libssl.so.6.hmac +usr/lib/libcrypto.so.0.9.8e +usr/lib/libcrypto.so.6 +usr/lib/libssl.so.0.9.8e +usr/lib/libssl.so.6 +usr/lib/libssl.so.7 +usr/lib/openssl098e/engines/lib4758cca.so +usr/lib/openssl098e/engines/libaep.so +usr/lib/openssl098e/engines/libatalla.so +usr/lib/openssl098e/engines/libchil.so +usr/lib/openssl098e/engines/libcswift.so +usr/lib/openssl098e/engines/libgmp.so +usr/lib/openssl098e/engines/libnuron.so +usr/lib/openssl098e/engines/libsureware.so +usr/lib/openssl098e/engines/libubsec.so +usr/share/doc/openssl098e-0.9.8e/CHANGES +usr/share/doc/openssl098e-0.9.8e/FAQ +usr/share/doc/openssl098e-0.9.8e/INSTALL +usr/share/doc/openssl098e-0.9.8e/LICENSE +usr/share/doc/openssl098e-0.9.8e/NEWS +usr/share/doc/openssl098e-0.9.8e/README +usr/share/doc/openssl098e-0.9.8e/README.FIPS + +@dirrm usr/share/doc/openssl098e-%%PORTVERSION%% +@dirrm usr/lib/openssl098e/engines +@dirrm usr/lib/openssl098e |