diff --git a/configure.ac b/configure.ac index 760c0b2..2d07d44 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.7.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.2.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.3.0) +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) dnl checks for header files diff --git a/contrib/osmo-hnodeb.spec.in b/contrib/osmo-hnodeb.spec.in index f7220c8..4c6d37d 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.2.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.6.0 -BuildRequires: pkgconfig(libosmoabis) >= 1.3.0 -BuildRequires: pkgconfig(libosmotrau) >= 1.3.0 -BuildRequires: pkgconfig(libosmocore) >= 1.7.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0 -BuildRequires: pkgconfig(libosmogb) >= 1.7.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 -BuildRequires: pkgconfig(libosmovty) >= 1.7.0 -BuildRequires: pkgconfig(libosmo-hnbap) >= 1.3.0 -BuildRequires: pkgconfig(libosmo-ranap) >= 1.3.0 -BuildRequires: pkgconfig(libosmo-rua) >= 1.3.0 +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(talloc) BuildRequires: pkgconfig(libasn1c) >= 0.9.30 %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 8b0fa99..3c41615 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +osmo-hnodeb (0.1.1) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * configure.ac: do not require unused dlopen + + [ Max ] + * Set working directory in systemd service file + + [ Oliver Smith ] + * contrib/jenkins.sh: use --enable-werror + + -- Pau Espin Pedrol Tue, 07 Feb 2023 18:03:48 +0100 + osmo-hnodeb (0.1.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index 1fad3e8..29a5572 100644 --- a/debian/control +++ b/debian/control @@ -14,14 +14,14 @@ Build-Depends: debhelper (>=9), libtalloc-dev, libasn1c-dev (>= 0.9.30), libsctp-dev, - libosmocore-dev (>= 1.7.0), - libosmo-sigtran-dev (>= 1.6.0), - libosmo-abis-dev (>= 1.3.0), - libosmo-netif-dev (>= 1.2.0), - libosmo-hnbap-dev (>= 1.3.0), - libosmo-ranap-dev (>= 1.3.0), - libosmo-rua-dev (>= 1.3.0), - osmo-gsm-manuals-dev (>= 1.3.0) + 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) 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