Skip to content

Commit

Permalink
[#3639] bump up library versions for 2.7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan Becheriu authored and andrei-pavel committed Oct 28, 2024
1 parent 52797cb commit 140f255
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 16 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2293. [build] razvan
The library version numbers have been bumped up for the Kea 2.7.4
development release.
(Gitlab #3639)

2292. [doc] tmark
Updated the ARM to include and explanation for why
the default values for 'calculate-tee-times' are
Expand Down
2 changes: 1 addition & 1 deletion src/lib/asiolink/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CLEANFILES = *.gcno *.gcda

lib_LTLIBRARIES = libkea-asiolink.la

libkea_asiolink_la_LDFLAGS = -no-undefined -version-info 81:0:0
libkea_asiolink_la_LDFLAGS = -no-undefined -version-info 82:0:0
libkea_asiolink_la_LDFLAGS += $(CRYPTO_LDFLAGS)

libkea_asiolink_la_SOURCES = asiolink.h
Expand Down
2 changes: 1 addition & 1 deletion src/lib/config/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ libkea_cfgclient_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
libkea_cfgclient_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
libkea_cfgclient_la_LIBADD += $(LOG4CPLUS_LIBS) $(CRYPTO_LIBS) $(BOOST_LIBS)

libkea_cfgclient_la_LDFLAGS = -no-undefined -version-info 77:0:0
libkea_cfgclient_la_LDFLAGS = -no-undefined -version-info 78:0:0
libkea_cfgclient_la_LDFLAGS += $(CRYPTO_LDFLAGS)

# The message file should be in the distribution.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/cryptolink/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libkea_cryptolink_la_SOURCES += openssl_hmac.cc
endif

libkea_cryptolink_la_LDFLAGS = $(CRYPTO_LDFLAGS)
libkea_cryptolink_la_LDFLAGS += -no-undefined -version-info 60:0:0
libkea_cryptolink_la_LDFLAGS += -no-undefined -version-info 61:0:0
libkea_cryptolink_la_LIBADD = $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
libkea_cryptolink_la_LIBADD += $(CRYPTO_LIBS)

Expand Down
2 changes: 1 addition & 1 deletion src/lib/database/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libkea_database_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
libkea_database_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
libkea_database_la_LIBADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS)

libkea_database_la_LDFLAGS = -no-undefined -version-info 72:0:0
libkea_database_la_LDFLAGS = -no-undefined -version-info 73:0:0

# If we want to get rid of all generated messages files, we need to use
# make maintainer-clean. The proper way to introduce custom commands for
Expand Down
2 changes: 1 addition & 1 deletion src/lib/dhcp/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ libkea_dhcp___la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
libkea_dhcp___la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
libkea_dhcp___la_LIBADD += $(BOOST_LIBS)
libkea_dhcp___la_LIBADD += $(CRYPTO_LIBS)
libkea_dhcp___la_LDFLAGS = -no-undefined -version-info 103:0:0
libkea_dhcp___la_LDFLAGS = -no-undefined -version-info 104:0:0
libkea_dhcp___la_LDFLAGS += $(CRYPTO_LDFLAGS)

EXTRA_DIST = README libdhcp++.dox
Expand Down
2 changes: 1 addition & 1 deletion src/lib/dhcp/classify.cc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ClientClasses::fromElement(isc::data::ConstElementPtr cc_list) {
for (auto i = 0; i < cc_list->size(); ++i) {
auto cclass = cc_list->get(i);
if (cclass->getType() != Element::string) {
isc_throw(BadValue, "elements of list must be valid strings");
isc_throw(BadValue, "elements of list must be valid strings");
}

static_cast<void>(insert(cclass->stringValue()));
Expand Down
2 changes: 1 addition & 1 deletion src/lib/dhcp/tests/classify_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ TEST(ClassifyTest, ClientClassesFromElement) {
EXPECT_FALSE(classes.contains("two"));
EXPECT_TRUE(classes.contains("three"));

// Verify another invocation with an empty pointer is harmless.
// Verify another invocation with an empty pointer is harmless.
cclasses_element.reset();
ASSERT_NO_THROW(classes.fromElement(cclasses_element));
EXPECT_TRUE(classes.contains("three"));
Expand Down
2 changes: 1 addition & 1 deletion src/lib/dhcpsrv/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,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 122:0:0
libkea_dhcpsrv_la_LDFLAGS = -no-undefined -version-info 123:0:0
libkea_dhcpsrv_la_LDFLAGS += $(CRYPTO_LDFLAGS)

# The message file should be in the distribution
Expand Down
2 changes: 1 addition & 1 deletion src/lib/hooks/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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 = -no-undefined -version-info 111:0:0
libkea_hooks_la_LDFLAGS = -no-undefined -version-info 112:0:0
libkea_hooks_la_LDFLAGS += $(AM_LDFLAGS)
libkea_hooks_la_LIBADD = $(top_builddir)/src/lib/cc/libkea-cc.la
libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la
Expand Down
4 changes: 2 additions & 2 deletions src/lib/hooks/hooks.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

namespace {

// Version 20703 of the hooks framework, set for Kea 2.7.3
const int KEA_HOOKS_VERSION = 20703;
// Version 20704 of the hooks framework, set for Kea 2.7.4
const int KEA_HOOKS_VERSION = 20704;

// Names of the framework functions.
const char* const LOAD_FUNCTION_NAME = "load";
Expand Down
2 changes: 1 addition & 1 deletion src/lib/http/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libkea_http_la_SOURCES += basic_auth.cc basic_auth.h
libkea_http_la_CXXFLAGS = $(AM_CXXFLAGS)
libkea_http_la_CPPFLAGS = $(AM_CPPFLAGS)
libkea_http_la_LDFLAGS = $(AM_LDFLAGS)
libkea_http_la_LDFLAGS += -no-undefined -version-info 82:0:0
libkea_http_la_LDFLAGS += -no-undefined -version-info 83:0:0

libkea_http_la_LIBADD = $(top_builddir)/src/lib/dhcp/libkea-dhcp++.la
libkea_http_la_LIBADD += $(top_builddir)/src/lib/hooks/libkea-hooks.la
Expand Down
2 changes: 1 addition & 1 deletion src/lib/mysql/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libkea_mysql_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
libkea_mysql_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
libkea_mysql_la_LIBADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS) $(CRYPTO_LIBS)

libkea_mysql_la_LDFLAGS = -no-undefined -version-info 82:0:0
libkea_mysql_la_LDFLAGS = -no-undefined -version-info 83:0:0

libkea_mysql_la_LDFLAGS += $(MYSQL_LIBS)

Expand Down
2 changes: 1 addition & 1 deletion src/lib/pgsql/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libkea_pgsql_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
libkea_pgsql_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
libkea_pgsql_la_LIBADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS) $(CRYPTO_LIBS)

libkea_pgsql_la_LDFLAGS = -no-undefined -version-info 82:0:0
libkea_pgsql_la_LDFLAGS = -no-undefined -version-info 83:0:0

libkea_pgsql_la_LDFLAGS += $(PGSQL_LIBS)

Expand Down
2 changes: 1 addition & 1 deletion src/lib/process/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 84:0:0
libkea_process_la_LDFLAGS += -no-undefined -version-info 85: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
Expand Down
2 changes: 1 addition & 1 deletion src/lib/util/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ libkea_util_la_SOURCES += encode/utf8.cc encode/utf8.h

libkea_util_la_LIBADD = $(top_builddir)/src/lib/exceptions/libkea-exceptions.la

libkea_util_la_LDFLAGS = -no-undefined -version-info 96:0:0
libkea_util_la_LDFLAGS = -no-undefined -version-info 97:0:0

EXTRA_DIST = util.dox

Expand Down

0 comments on commit 140f255

Please sign in to comment.