mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[#4009] Bump up library versions for 2.6.4
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2270. [build] andrei
|
||||
The library version numbers have been bumped up for the Kea 2.6.4
|
||||
stable release.
|
||||
(Gitlab #4009)
|
||||
|
||||
2269. [bug] tmark
|
||||
Corrected an issue in logging configuration when
|
||||
parsing "syslog:<facility name>".
|
||||
|
@@ -224,7 +224,7 @@ libkea_dhcpsrv_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
|
||||
libkea_dhcpsrv_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
|
||||
libkea_dhcpsrv_la_LIBADD += $(LOG4CPLUS_LIBS) $(CRYPTO_LIBS) $(BOOST_LIBS)
|
||||
|
||||
libkea_dhcpsrv_la_LDFLAGS = -no-undefined -version-info 111:0:0
|
||||
libkea_dhcpsrv_la_LDFLAGS = -no-undefined -version-info 112:0:0
|
||||
libkea_dhcpsrv_la_LDFLAGS += $(CRYPTO_LDFLAGS)
|
||||
if HAVE_MYSQL
|
||||
libkea_dhcpsrv_la_LDFLAGS += $(MYSQL_LIBS)
|
||||
|
@@ -39,7 +39,7 @@ libkea_hooks_la_SOURCES += hooks_messages.cc hooks_messages.h
|
||||
|
||||
libkea_hooks_la_CXXFLAGS = $(AM_CXXFLAGS)
|
||||
libkea_hooks_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 100:0:0
|
||||
libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 101:0:0
|
||||
libkea_hooks_la_LIBADD = $(top_builddir)/src/lib/cc/libkea-cc.la
|
||||
libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la
|
||||
libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/log/libkea-log.la
|
||||
|
@@ -12,8 +12,8 @@
|
||||
|
||||
namespace {
|
||||
|
||||
// Version 20603 of the hooks framework, set for Kea 2.6.3
|
||||
const int KEA_HOOKS_VERSION = 20603;
|
||||
// Version 20604 of the hooks framework, set for Kea 2.6.4
|
||||
const int KEA_HOOKS_VERSION = 20604;
|
||||
|
||||
// Names of the framework functions.
|
||||
const char* const LOAD_FUNCTION_NAME = "load";
|
||||
|
@@ -35,7 +35,7 @@ libkea_process_la_SOURCES += redact_config.cc redact_config.h
|
||||
libkea_process_la_CXXFLAGS = $(AM_CXXFLAGS)
|
||||
libkea_process_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libkea_process_la_LDFLAGS = $(AM_LDFLAGS)
|
||||
libkea_process_la_LDFLAGS += -no-undefined -version-info 74:0:0
|
||||
libkea_process_la_LDFLAGS += -no-undefined -version-info 75:0:0
|
||||
|
||||
libkea_process_la_LIBADD = $(top_builddir)/src/lib/process/cfgrpt/libcfgrpt.la
|
||||
libkea_process_la_LIBADD += $(top_builddir)/src/lib/config/libkea-cfgclient.la
|
||||
|
Reference in New Issue
Block a user