mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
db5b5f1ee3
Changelog: https://github.com/apache/thrift/blob/master/CHANGES.md In the changelog I cannot find the information that this includes a security related fix. Neither in CVE database: https://www.cvedetails.com/product/38295/Apache-Thrift.html?vendor_id=45 But gitlab mentions it that it updates to version 0.14.0 to mitigate security concerns: https://about.gitlab.com/releases/2021/03/04/security-release-gitlab-13-9-2-released/ This update is therefor required for the gitlab-ce security update to 13.9.2. Changed build system to cmake, this fixed problems if openssl from ports is used. It also improves the build performance by factor of CPUs available. Cmake also seems to be the recommended build system.
40 lines
2.0 KiB
Plaintext
40 lines
2.0 KiB
Plaintext
@comment bin/thrift
|
|
include/thrift/config.h
|
|
include/thrift/c_glib/processor/thrift_dispatch_processor.h
|
|
include/thrift/c_glib/processor/thrift_multiplexed_processor.h
|
|
include/thrift/c_glib/processor/thrift_processor.h
|
|
include/thrift/c_glib/protocol/thrift_binary_protocol.h
|
|
include/thrift/c_glib/protocol/thrift_binary_protocol_factory.h
|
|
include/thrift/c_glib/protocol/thrift_compact_protocol.h
|
|
include/thrift/c_glib/protocol/thrift_compact_protocol_factory.h
|
|
include/thrift/c_glib/protocol/thrift_multiplexed_protocol.h
|
|
include/thrift/c_glib/protocol/thrift_protocol.h
|
|
include/thrift/c_glib/protocol/thrift_protocol_decorator.h
|
|
include/thrift/c_glib/protocol/thrift_protocol_factory.h
|
|
include/thrift/c_glib/protocol/thrift_stored_message_protocol.h
|
|
include/thrift/c_glib/server/thrift_server.h
|
|
include/thrift/c_glib/server/thrift_simple_server.h
|
|
include/thrift/c_glib/thrift.h
|
|
include/thrift/c_glib/thrift_application_exception.h
|
|
include/thrift/c_glib/thrift_configuration.h
|
|
include/thrift/c_glib/thrift_struct.h
|
|
include/thrift/c_glib/transport/thrift_buffered_transport.h
|
|
include/thrift/c_glib/transport/thrift_buffered_transport_factory.h
|
|
include/thrift/c_glib/transport/thrift_fd_transport.h
|
|
include/thrift/c_glib/transport/thrift_framed_transport.h
|
|
include/thrift/c_glib/transport/thrift_framed_transport_factory.h
|
|
include/thrift/c_glib/transport/thrift_memory_buffer.h
|
|
include/thrift/c_glib/transport/thrift_platform_socket.h
|
|
include/thrift/c_glib/transport/thrift_server_socket.h
|
|
include/thrift/c_glib/transport/thrift_server_transport.h
|
|
include/thrift/c_glib/transport/thrift_socket.h
|
|
include/thrift/c_glib/transport/thrift_ssl_socket.h
|
|
include/thrift/c_glib/transport/thrift_transport.h
|
|
include/thrift/c_glib/transport/thrift_transport_factory.h
|
|
lib/libthrift_c_glib.so
|
|
lib/libthrift_c_glib.so.%%PORTVERSION%%
|
|
lib/cmake/thrift/ThriftConfig.cmake
|
|
lib/cmake/thrift/ThriftConfigVersion.cmake
|
|
lib/cmake/thrift/thrift_c_glibTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
|
lib/cmake/thrift/thrift_c_glibTargets.cmake
|