2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2024 Marcel Telka
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.human-version value=$(HUMAN_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
22 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
24 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
26 # All symlinks outside versioned directories are mediated ...
27 <transform link -> default mediator openssl>
28 <transform link path=usr/openssl/3/ -> delete mediator ^openssl$>
29 # ... except for versioned dynamic libraries
30 <transform link path=usr/lib/.*\.so\. -> delete mediator ^openssl$>
31 <transform link mediator=openssl$ -> default mediator-implementation openssl>
32 <transform link mediator=openssl$ -> default mediator-version 3>
34 link path=usr/lib/cmake/OpenSSL target=../../openssl/3/lib/cmake/OpenSSL
35 link path=usr/lib/libcrypto.so target=../openssl/3/lib/libcrypto.so
36 link path=usr/lib/libcrypto.so.3 target=../openssl/3/lib/libcrypto.so.3
37 link path=usr/lib/libssl.so target=../openssl/3/lib/libssl.so
38 link path=usr/lib/libssl.so.3 target=../openssl/3/lib/libssl.so.3
39 link path=usr/lib/pkgconfig/libcrypto.pc \
40 target=../../openssl/3/lib/pkgconfig/libcrypto.pc
41 link path=usr/lib/pkgconfig/libssl.pc \
42 target=../../openssl/3/lib/pkgconfig/libssl.pc
43 link path=usr/lib/pkgconfig/openssl.pc \
44 target=../../openssl/3/lib/pkgconfig/openssl.pc
45 file path=usr/openssl/3/include/openssl/configuration-32.h
46 file path=usr/openssl/3/lib/cmake/OpenSSL/OpenSSLConfig.cmake
47 file path=usr/openssl/3/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake
48 file path=usr/openssl/3/lib/engines-3/capi.so
49 file path=usr/openssl/3/lib/engines-3/loader_attic.so
50 file path=usr/openssl/3/lib/engines-3/padlock.so
51 link path=usr/openssl/3/lib/libcrypto.so target=libcrypto.so.3
52 file path=usr/openssl/3/lib/libcrypto.so.3
53 link path=usr/openssl/3/lib/libssl.so target=libssl.so.3
54 file path=usr/openssl/3/lib/libssl.so.3
55 file path=usr/openssl/3/lib/ossl-modules/legacy.so
56 file path=usr/openssl/3/lib/pkgconfig/libcrypto.pc
57 file path=usr/openssl/3/lib/pkgconfig/libssl.pc
58 file path=usr/openssl/3/lib/pkgconfig/openssl.pc