From c1385f2986eee4a7709c3994ea8381884a0e80d1 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 23 Feb 2021 20:11:59 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0.49-356f-dirty=20?= =?UTF-8?q?=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3b592c39646a77681efde5debb5ac2a844208949 --- configure.ac | 14 ++++---- contrib/osmo-iuh.spec.in | 14 ++++---- debian/changelog | 69 ++++++++++++++++++++++++++++++++++++++++ debian/control | 8 ++--- src/Makefile.am | 4 +-- 5 files changed, 89 insertions(+), 20 deletions(-) diff --git a/configure.ac b/configure.ac index d82c78f9..e2d9f566 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_PROG_MKDIR_P AC_PROG_CC AC_PROG_INSTALL -dnl patching ${archive_cmds} to affect generation of file "libtool" to fix linking with clang +dnl patching ${archive_cmds} to affect generation of file "libtool" to fix linking with clang AS_CASE(["$LD"],[*clang*], [AS_CASE(["${host_os}"], [*linux*],[archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'])]) @@ -42,12 +42,12 @@ if test "x$PKG_CONFIG_INSTALLED" = "xno"; then fi PKG_PROG_PKG_CONFIG([0.20]) -PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 0.12.0) -PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 0.12.0) -PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 0.12.0) -PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl >= 0.12.0) -PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 0.3.0) -PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 0.10.0) +PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.5.0) +PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 1.5.0) +PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 1.5.0) +PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl >= 1.5.0) +PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 1.1.0) +PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 1.4.0) PKG_CHECK_MODULES(ASN1C, libasn1c >= 0.9.30) AC_CONFIG_MACRO_DIR([m4]) diff --git a/contrib/osmo-iuh.spec.in b/contrib/osmo-iuh.spec.in index 82046fef..c8bdea29 100644 --- a/contrib/osmo-iuh.spec.in +++ b/contrib/osmo-iuh.spec.in @@ -30,13 +30,13 @@ BuildRequires: python3 BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libasn1c) >= 0.9.30 -BuildRequires: pkgconfig(libosmo-netif) >= 0.3.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 0.10.0 -BuildRequires: pkgconfig(libosmocore) >= 0.12.0 -BuildRequires: pkgconfig(libosmoctrl) >= 0.12.0 -BuildRequires: pkgconfig(libosmogb) -BuildRequires: pkgconfig(libosmogsm) >= 0.12.0 -BuildRequires: pkgconfig(libosmovty) >= 0.12.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.1.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.4.0 +BuildRequires: pkgconfig(libosmocore) >= 1.5.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0 +BuildRequires: pkgconfig(libosmogb) >= 1.5.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.5.0 +BuildRequires: pkgconfig(libosmovty) >= 1.5.0 %{?systemd_requires} %description diff --git a/debian/changelog b/debian/changelog index f59c49e1..62ce1102 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,72 @@ +osmo-iuh (0.7.0) unstable; urgency=medium + + [ Martin Hauke ] + * tests: Missing return statement + + [ Pau Espin Pedrol ] + * tests/hnb-test-ranap.c: Fix wrong printf format + * tests/test-ranap.c: Fix wrong printf format + * Fix compiler warning on signedness of char ptr using OCTET_STRING_fromBuf() + * hnbgw_vty.c: Drop unusued variables + * tests: Fix trailing whitespace + * Fix OneDefinitionRule Asan violation in tests and osmo-hnbgw + * Change default SCTP conn NULL->127.0.0.1 to localhost->localhost + * hnbgw: Mark SCTP conn as NODELAY + * contrib/jenkins: Enable parallel make in make distcheck + * tests/hnb-test-ranap: Fix incorrect pointer type cast + * tests/hnb-test: Drop unused variables + * tests/hnb-test: Fix signedness of imsi_buf + * tests/hnb-test: check return code of hnbap_encode_ueregisterrequesties + * tests/hnb-test-ranap: Fix incorrect signedness in pointer + * tests/hnb-test-ranap: Fix missing include for ranap_bcd_decode + * tests/hnb-test: Fix uninitialized use of rc variable + * tests/hnb-test: Fix signedness of assigned pointer + * tests/hnb-test: Initialize logging with existing struct log_info + * tests/hnb-test: Disable building unsued code + * tests: Explicitly drop category from log + * tests: Replace deprecated API log_set_print_filename + * hnbgw: Avoid re-defining same global variable twice + * Workaround ASan report memleak during call to --vty-ref-xml + + [ Neels Hofmeyr ] + * manual: add "Configuring Primary Links" and "Multiple instances" + * manual: link to new common cs7-config.adoc + + [ Vadim Yanitskiy ] + * tests/test-helpers: fix some -Wpointer-sign warnings reported by GCC + * tests/test-helpers: fix endianness: do not print uint32_t as raw bytes + * tests/test-ranap: cosmetic: remove unused variable 'rc' + * debian/control: change maintainer to the Osmocom team / mailing list + * vty: use install_lib_element() and install_lib_element_ve() + + [ Eric ] + * configure.ac: fix libtool issue with clang and sanitizer + + [ Philipp Maier ] + * hnbgw: do not use LOGL_DEBUG as default loglevel + + [ Harald Welte ] + * Fix compilation with gcc-10 + * Provide more context when logging "Error in ANY_fromType_aper" + * hnbgw: use OSMO_STRLCPY_ARRAY() instead of open coding it + * hnbgw: Introduce LOGHNB() macro for log context information + * debian: Actually build manuals; add osmo-hnbgw-doc package + * configure.ac: Ensure netinet/sctp.h is present + * hnbgw: Use LOGHNB() to add log context information to log lines + * ranap_msg_factory: Allow detailed control over UEA/UIA algorithm encoded + * ranap_msg_factory: Fix LOGP statements + * main: add --vty-ref-mode, use vty_dump_xml_ref_mode() + * manuals: generate vty reference xml at build time + + [ Oliver Smith ] + * contrib: import RPM spec + * contrib: integrate RPM spec + * Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in + * contrib/jenkins: don't build osmo-gsm-manuals + * configure.ac: set -std=gnu11 + + -- Pau Espin Pedrol Tue, 23 Feb 2021 20:11:59 +0100 + osmo-iuh (0.6.0) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index d1805de9..236e8535 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,10 @@ Build-Depends: debhelper (>=9), git, libasn1c-dev, libsctp-dev, - libosmocore-dev (>= 0.12.0), - libosmo-netif-dev (>= 0.3.0), - libosmo-sigtran-dev (>= 0.10.0), - osmo-gsm-manuals-dev (>= 1.0.0), + libosmocore-dev (>= 1.5.0), + libosmo-netif-dev (>= 1.1.0), + libosmo-sigtran-dev (>= 1.4.0), + osmo-gsm-manuals-dev (>= 1.1.0), python3 Standards-Version: 3.9.8 Vcs-Git: git://git.osmocom.org/osmo-iuh.git diff --git a/src/Makefile.am b/src/Makefile.am index 1c3a64a4..524f7b2f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -61,7 +61,7 @@ AM_CFLAGS = -Wall -I$(top_srcdir)/include -I$(top_builddir)/include \ # build the shared RANAP + SABP library # -RANAP_LIBVERSION=3:0:0 +RANAP_LIBVERSION=4:0:1 SABP_LIBVERSION=0:0:0 lib_LTLIBRARIES = libosmo-ranap.la libosmo-sabp.la libosmo_ranap_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(RANAP_LIBVERSION) @@ -73,7 +73,7 @@ libosmo_ranap_la_SOURCES = ranap_common.c ranap_encoder.c ranap_decoder.c ranap_ libosmo_sabp_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(SABP_LIBVERSION) libosmo_sabp_la_LIBADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOVTY_LIBS) $(OSMOSIGTRAN_LIBS) \ $(ASN1C_LIBS) sabp/libosmo-asn1-sabp.la -libosmo_sabp_la_SOURCES = sabp_common.c sabp_encoder.c sabp_decoder.c +libosmo_sabp_la_SOURCES = sabp_common.c sabp_encoder.c sabp_decoder.c # build the actual HomeNodeB gateway