diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2015-07-26 13:06:24 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2015-07-26 13:06:24 +0000 |
commit | 3aeeb3f1bd9a7412e909b8d97e56f4b53720b0de (patch) | |
tree | e209e06ced549984f72de2e41fc9452f6156d081 /security/linux-c6-openssl-compat | |
parent | dd69971504c1d13e3c1276c13839143138d75427 (diff) |
Notes
Diffstat (limited to 'security/linux-c6-openssl-compat')
-rw-r--r-- | security/linux-c6-openssl-compat/Makefile | 6 | ||||
-rw-r--r-- | security/linux-c6-openssl-compat/distinfo.x86_64 | 4 | ||||
-rw-r--r-- | security/linux-c6-openssl-compat/pkg-plist.i686 (renamed from security/linux-c6-openssl-compat/pkg-plist) | 0 | ||||
-rw-r--r-- | security/linux-c6-openssl-compat/pkg-plist.x86_64 | 26 |
4 files changed, 35 insertions, 1 deletions
diff --git a/security/linux-c6-openssl-compat/Makefile b/security/linux-c6-openssl-compat/Makefile index 2e93e812bfa8..7436c71e3955 100644 --- a/security/linux-c6-openssl-compat/Makefile +++ b/security/linux-c6-openssl-compat/Makefile @@ -3,7 +3,7 @@ PORTNAME= openssl-compat PORTVERSION= 0.9.8e -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security linux DISTNAME= openssl098e-${PORTVERSION}-${RPMVERSION} @@ -22,6 +22,10 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../openssl/pkg-descr post-install: +. if "${OVERRIDE_LINUX_BASE_PORT}" == "c6_64" + @cd ${STAGEDIR}${PREFIX}/usr/lib64 && ${LN} -sf libssl.so.6 libssl.so.7 +. else @cd ${STAGEDIR}${PREFIX}/usr/lib && ${LN} -sf libssl.so.6 libssl.so.7 +. endif .include <bsd.port.mk> diff --git a/security/linux-c6-openssl-compat/distinfo.x86_64 b/security/linux-c6-openssl-compat/distinfo.x86_64 new file mode 100644 index 000000000000..d410f8eae75a --- /dev/null +++ b/security/linux-c6-openssl-compat/distinfo.x86_64 @@ -0,0 +1,4 @@ +SHA256 (rpm/x86_64/centos/6.6/openssl098e-0.9.8e-18.el6_5.2.x86_64.rpm) = 5da4e81c728ae6199597cdd1107e244b7920e1d3425828db435bff7b22c62509 +SIZE (rpm/x86_64/centos/6.6/openssl098e-0.9.8e-18.el6_5.2.x86_64.rpm) = 779620 +SHA256 (rpm/x86_64/centos/6.6/openssl098e-0.9.8e-18.el6_5.2.src.rpm) = 25cdd2928d00f8aec7e84cd5937ecf9ad869256c980634a9c7132e75cfeccce2 +SIZE (rpm/x86_64/centos/6.6/openssl098e-0.9.8e-18.el6_5.2.src.rpm) = 3101400 diff --git a/security/linux-c6-openssl-compat/pkg-plist b/security/linux-c6-openssl-compat/pkg-plist.i686 index 84c1ac1c9eb8..84c1ac1c9eb8 100644 --- a/security/linux-c6-openssl-compat/pkg-plist +++ b/security/linux-c6-openssl-compat/pkg-plist.i686 diff --git a/security/linux-c6-openssl-compat/pkg-plist.x86_64 b/security/linux-c6-openssl-compat/pkg-plist.x86_64 new file mode 100644 index 000000000000..af81880ae1a7 --- /dev/null +++ b/security/linux-c6-openssl-compat/pkg-plist.x86_64 @@ -0,0 +1,26 @@ +@comment file listing +usr/lib64/.libcrypto.so.0.9.8e.hmac +usr/lib64/.libcrypto.so.6.hmac +usr/lib64/.libssl.so.0.9.8e.hmac +usr/lib64/.libssl.so.6.hmac +usr/lib64/libcrypto.so.0.9.8e +usr/lib64/libcrypto.so.6 +usr/lib64/libssl.so.0.9.8e +usr/lib64/libssl.so.6 +usr/lib64/libssl.so.7 +usr/lib64/openssl098e/engines/lib4758cca.so +usr/lib64/openssl098e/engines/libaep.so +usr/lib64/openssl098e/engines/libatalla.so +usr/lib64/openssl098e/engines/libchil.so +usr/lib64/openssl098e/engines/libcswift.so +usr/lib64/openssl098e/engines/libgmp.so +usr/lib64/openssl098e/engines/libnuron.so +usr/lib64/openssl098e/engines/libsureware.so +usr/lib64/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 |