Hi people,

here's an update to the latest release of rabbitmq-c. The most important
parts from the release notes[0] are:

Changed:
   * SSL: SSLv2, and SSLv3 have been disabled by default.

Fixed:
   * Rabbitmq-c may block when attempting to close an SSL socket
   * amqp_parse_url does not correctly initialize default parameters

[0]: https://github.com/alanxz/rabbitmq-c/releases/tag/v0.8.0

By the way: This release was about a month ago, but I only remembered to
update the port just now. Is there something that I can stick into my
crontab to alert me to ports I'm the maintainer of which have new
releases?

-- 
        Gregor

Index: Makefile
===================================================================
RCS file: /mnt/media/cvs/ports/net/rabbitmq-c/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    27 Feb 2016 22:50:39 -0000      1.3
+++ Makefile    31 May 2016 11:59:42 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       rabbitmq C library and commandline AMQP utilities
 
-V=             0.7.1
+V=             0.8.0
 GH_ACCOUNT=    alanxz
 GH_PROJECT=    rabbitmq-c
 GH_TAGNAME=    v${V}
Index: distinfo
===================================================================
RCS file: /mnt/media/cvs/ports/net/rabbitmq-c/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    29 Nov 2015 14:39:53 -0000      1.2
+++ distinfo    1 Jun 2016 09:39:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (rabbitmq-c-0.7.1.tar.gz) = C5uB0Fs+Ypw0SVIWkN5AD+RTmouh/qyty9bppQyKRiU=
-SIZE (rabbitmq-c-0.7.1.tar.gz) = 157454
+SHA256 (rabbitmq-c-0.8.0.tar.gz) = 2O2dy0mQPYPXnXsifaNe9oxg5eCwjQ/B+05NxXe4gCs=
+SIZE (rabbitmq-c-0.8.0.tar.gz) = 149150

Reply via email to