head 1.2; access; symbols pkgsrc-2019Q1:1.1.0.6 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.4 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.2 pkgsrc-2018Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2019.05.28.13.05.20; author wiz; state dead; branches; next 1.1; commitid QpzfPWwhuXfvlYoB; 1.1 date 2018.09.25.12.59.26; author wiz; state Exp; branches; next ; commitid E3v2BMwBWcYJbuTA; desc @@ 1.2 log @freeDiameter: update to 1.3.0. freediameter (1.3.0) Many thanks to Thomas Klausner for his contribution of several important extensions. freediameter (1.2.1) UNRELEASED; urgency=low * New extension: rt_randomize (load-balancing on possible destinations) * New contrib: Gx extension. * rt_redirect.fdx and rt_load_balance.fdx improvement: use a hash table. Thanks Thomas. * New hook HOOK_MESSAGE_SENDING to give a last chance to edit messages before they are sent. This will be mostly used for enforcing interoperability constraints on non-compliant peers. * Simplified log output. Old output can be recovered with DEBUG_WITH_META build option. * Updated the internal counters for finer control on the load. * Fixes in message expiry mechanism. * Bug fixes in error messages generation and various parts. * Improvements on shutdown sequence handling. * Improvements to the dict_dcca_* extensions. * Improved default CMake configuration. * Improved build for MacOSX * Fixes for a few newer operating systems compatibility. * Fixed default secure Diameter port number 5868 instead of5658 (errata of RFC 6733) -- Sebastien Decugis Sat, 30 Jan 2016 23:38:03 +0800 @ text @$NetBSD: patch-cmake_Modules_FindMySQL.cmake,v 1.1 2018/09/25 12:59:26 wiz Exp $ Fix detection of mysql library. --- cmake/Modules/FindMySQL.cmake.orig 2013-09-14 10:09:01.000000000 +0000 +++ cmake/Modules/FindMySQL.cmake @@@@ -21,7 +21,7 @@@@ FIND_PATH(MySQL_INCLUDE_DIR # Library #SET(MySQL_NAMES mysqlclient mysqlclient_r) -SET(MySQL_NAMES mysqlclient_r) +SET(MySQL_NAMES mysqlclient_r mysqlclient) FIND_LIBRARY(MySQL_LIBRARY NAMES ${MySQL_NAMES} PATHS /usr/lib /usr/local/lib @ 1.1 log @freeDiameter: Fix mysql detection. Fixes build. Based on patch by Mustafa Dogan in private mail. @ text @d1 1 a1 1 $NetBSD$ @