diff --git a/configure.ac b/configure.ac index cfc9f21..67a9e78 100644 --- a/configure.ac +++ b/configure.ac @@ -154,9 +154,9 @@ adl_FUNC_GETOPT_LONG AM_INIT_AUTOMAKE([foreign]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0) AC_ARG_ENABLE(sanitize, [AS_HELP_STRING( diff --git a/contrib/osmo-ggsn.spec.in b/contrib/osmo-ggsn.spec.in index bee8fc1..f9014b5 100644 --- a/contrib/osmo-ggsn.spec.in +++ b/contrib/osmo-ggsn.spec.in @@ -30,9 +30,9 @@ BuildRequires: pkgconfig >= 0.20 BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libgtpnl) >= 1.2.0 -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0 -BuildRequires: pkgconfig(libosmovty) >= 1.5.0 +BuildRequires: pkgconfig(libosmocore) >= 1.7.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0 +BuildRequires: pkgconfig(libosmovty) >= 1.7.0 Obsoletes: openggsn %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 0b73209..08cfb0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +osmo-ggsn (1.9.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * tests: in46a_test: Make coverity happy when calling in46a_from_eua + * vty: Fix cmd 'no echo-interval' doing nothing + * libgtp: Fix ggsn crash if pdp alloc array is full (PDP_MAX) + * libgtp: Define retransmit QUEUE_SIZE relative to PDP_MAX (increase) + * gtp: Use switch statement in gtp_create_pdp_ind() + * gtp: Log detection of rx duplicate + * gtp: Small log improvements in gtp_create_pdp_ind() + * gtp: Specify retrans queue name & seqnum in log lines + * gtp: Log retrans queue register&free entries + * gtp: Fix typo in comment + * pco.h: Fix typo in reference to spec + + [ Vadim Yanitskiy ] + * tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS' + + [ Harald Welte ] + * update git URLs (git -> https; gitea) + + -- Pau Espin Pedrol Tue, 28 Jun 2022 17:48:22 +0200 + osmo-ggsn (1.8.0) unstable; urgency=medium [ Oliver Smith ] diff --git a/debian/control b/debian/control index 717bd60..2953269 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), pkg-config, libdpkg-perl, git, dh-autoreconf, - libosmocore-dev (>= 1.5.0), + libosmocore-dev (>= 1.7.0), osmo-gsm-manuals-dev, libgtpnl-dev (>= 1.2.0) Standards-Version: 3.9.6 diff --git a/gtp/Makefile.am b/gtp/Makefile.am index 3047485..50c582c 100644 --- a/gtp/Makefile.am +++ b/gtp/Makefile.am @@ -2,7 +2,7 @@ # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html # If major=current-age is increased, remember to update the dh_strip line in debian/rules! -LIBVERSION=8:0:2 +LIBVERSION=8:1:2 lib_LTLIBRARIES = libgtp.la