Summary: | net/rabbitmq-c-devel: Update to 0.8.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | loic.blot | ||||
Component: | Individual Port(s) | Assignee: | Rodrigo Osorio <rodrigo> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | freebsd, pi, rodrigo | ||||
Priority: | --- | Flags: | freebsd:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
loic.blot
2017-11-08 23:02:38 UTC
Looks fine to me, but I haven't tested it as I no longer have anything which uses rabbitmq/amqp anymore. I probably need to release the maintainership of this and net/rabbitmq-c. testbuilds are fine net/pecl-amqp net/opensips net-mgmt/pmacct are using -devel net-mgmt/collectd5 is using non-devel. If we'd test collect5d with -devel, we could consolidate... Yeah, net/rabbitmq-c is probably so equally out of date, so the -devel revisions could be copied to net/rabbitmq-c. Then consolidation could be done, allowing the dependents to switch over, or whichever way round is desired really. Kurt, i agree rabbitmq-c is useless, it reports 0.0.1 version which is just crazy. merge devel into it, please. I'm using rabbitmq-c-devel (librabbitmq-c on Archlinux) on C++ projects with my own C++ library implementation it works fine. Thanks for taking time to solve this issue :) I know AMQP is not very used in C/C++ as microservices are the major consumers of those services and generally written in Go/Java/Python, but having this up-to-date is nice heh A commit references this bug: Author: rodrigo Date: Thu Nov 9 15:04:15 UTC 2017 New revision: 453820 URL: https://svnweb.freebsd.org/changeset/ports/453820 Log: Update v0.8.0 The 0.7.1 is very very outdated, 2 years ago. 0.8.0 was relesed in 2016 Added: SSL: peer certificate and hostname validation improvements SSL: the desire SSL version range can now be specified SSL: SSLv2, and SSLv3 have been disabled by default Fixed issues: Rabbitmq-c may block when attempting to close an SSL socket amqp_parse_url does not correctly initialize default parameters x509 objects are leaked in verify_hostname TCP_NOPUSH doesn't work under cygwin Deprecated: SSL: amqp_ssl_socket_set_verify is being replaced by amqp_ssl_socket_set_verify_peer and amqp_ssl_socket_set_verify_hostname Removed: OpenVMS build system and related files. Unmaintained PolarSSL, CyaSSL, and gnuTLS SSL backends PR: 223544 Submitted by: loic.blot@unix-experience.fr Approved by: freebsd@geoffgarside.co.uk (maintainer) Changes: head/net/rabbitmq-c-devel/Makefile head/net/rabbitmq-c-devel/distinfo head/net/rabbitmq-c-devel/pkg-plist committed, thanks. I create bug 223566 as a reminder to upgrade later net/rabbitmq-c. Thanks Rodrigo |