devel/libqb: update 2.0.3 to 2.0.4
* https://github.com/ClusterLabs/libqb/releases/tag/v2.0.4 RELEASE NOTE: The most important fix in this release is that we no longer log errors inside the signal handler in loop_poll.c This could cause an application hang in some circumstances.
This commit is contained in:
parent
c271a631b4
commit
0610804022
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= libqb
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.0.3
|
||||
DISTVERSION= 2.0.4
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= egypcio@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1618789424
|
||||
SHA256 (ClusterLabs-libqb-v2.0.3_GH0.tar.gz) = 0e915679eb9476fe0afe3878f4c98bd57f84c454d19b62c9054a9ed955786256
|
||||
SIZE (ClusterLabs-libqb-v2.0.3_GH0.tar.gz) = 232760
|
||||
TIMESTAMP = 1642610045
|
||||
SHA256 (ClusterLabs-libqb-v2.0.4_GH0.tar.gz) = 34f2b3cb1feec226ce422e27556961c5ec6103a5e49f5cbbcefebf7c3d762910
|
||||
SIZE (ClusterLabs-libqb-v2.0.4_GH0.tar.gz) = 235571
|
||||
|
|
|
@ -15,7 +15,7 @@ include/qb/qbutil.h
|
|||
lib/libqb.a
|
||||
lib/libqb.so
|
||||
lib/libqb.so.100
|
||||
lib/libqb.so.100.2.0
|
||||
lib/libqb.so.100.2.1
|
||||
libdata/pkgconfig/libqb.pc
|
||||
%%DOXYGEN%%man/man3/qbarray.h.3.gz
|
||||
%%DOXYGEN%%man/man3/qbatomic.h.3.gz
|
||||
|
|
Loading…
Reference in a new issue