diff --git a/configure.ac b/configure.ac index 2d07d44..685e6b2 100644 --- a/configure.ac +++ b/configure.ac @@ -49,17 +49,17 @@ AC_SEARCH_LIBS([sctp_recvmsg], [sctp], [ LIBS=$old_LIBS PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.5.0) dnl checks for header files diff --git a/contrib/osmo-hnodeb.spec.in b/contrib/osmo-hnodeb.spec.in index 4c6d37d..1efc36b 100644 --- a/contrib/osmo-hnodeb.spec.in +++ b/contrib/osmo-hnodeb.spec.in @@ -33,18 +33,18 @@ BuildRequires: pkgconfig >= 0.20 BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.0 -BuildRequires: pkgconfig(libosmoabis) >= 1.4.0 -BuildRequires: pkgconfig(libosmotrau) >= 1.4.0 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 -BuildRequires: pkgconfig(libosmogb) >= 1.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 -BuildRequires: pkgconfig(libosmo-hnbap) >= 1.4.0 -BuildRequires: pkgconfig(libosmo-ranap) >= 1.4.0 -BuildRequires: pkgconfig(libosmo-rua) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.8.0 +BuildRequires: pkgconfig(libosmoabis) >= 1.5.0 +BuildRequires: pkgconfig(libosmotrau) >= 1.5.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 +BuildRequires: pkgconfig(libosmogb) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 +BuildRequires: pkgconfig(libosmo-hnbap) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-ranap) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-rua) >= 1.5.0 BuildRequires: pkgconfig(talloc) BuildRequires: pkgconfig(libasn1c) >= 0.9.30 %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 3c41615..29dd4fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +osmo-hnodeb (0.1.2) unstable; urgency=medium + + [ arehbein ] + * Transition to use of 'telnet_init_default' + + [ Vadim Yanitskiy ] + * build: remove $(COVERAGE_LDFLAGS) from osmo_hnodeb_LDADD + * tests: make 'vty-test' target depend on the respective binary + * tests: do not depend on undefined $(BUILT_SOURCES) + * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH + + [ Oliver Smith ] + * debian: set compat level to 10 + * systemd: depend on networking-online.target + + [ Pau Espin Pedrol ] + * rua: Fix null ptr access in hnb->llsk.srv + + -- Pau Espin Pedrol Tue, 12 Sep 2023 17:22:10 +0200 + osmo-hnodeb (0.1.1) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index 936a5d4..86ddb27 100644 --- a/debian/control +++ b/debian/control @@ -14,14 +14,14 @@ Build-Depends: debhelper (>= 10), libtalloc-dev, libasn1c-dev (>= 0.9.30), libsctp-dev, - libosmocore-dev (>= 1.8.0), - libosmo-sigtran-dev (>= 1.7.0), - libosmo-abis-dev (>= 1.4.0), - libosmo-netif-dev (>= 1.3.0), - libosmo-hnbap-dev (>= 1.4.0), - libosmo-ranap-dev (>= 1.4.0), - libosmo-rua-dev (>= 1.4.0), - osmo-gsm-manuals-dev (>= 1.4.0) + libosmocore-dev (>= 1.9.0), + libosmo-sigtran-dev (>= 1.8.0), + libosmo-abis-dev (>= 1.5.0), + libosmo-netif-dev (>= 1.4.0), + libosmo-hnbap-dev (>= 1.5.0), + libosmo-ranap-dev (>= 1.5.0), + libosmo-rua-dev (>= 1.5.0), + osmo-gsm-manuals-dev (>= 1.5.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb