Change in osmo-iuh[master]: Bump version: 0.6.0.49-356f-dirty → 0.7.0

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Feb 23 19:12:27 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-iuh/+/23071 )


Change subject: Bump version: 0.6.0.49-356f-dirty → 0.7.0
......................................................................

Bump version: 0.6.0.49-356f-dirty → 0.7.0

Change-Id: I3b592c39646a77681efde5debb5ac2a844208949
---
M configure.ac
M contrib/osmo-iuh.spec.in
M debian/changelog
M debian/control
M src/Makefile.am
5 files changed, 89 insertions(+), 20 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/71/23071/1

diff --git a/configure.ac b/configure.ac
index d82c78f..e2d9f56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@
 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 @@
 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 82046fe..c8bdea2 100644
--- a/contrib/osmo-iuh.spec.in
+++ b/contrib/osmo-iuh.spec.in
@@ -30,13 +30,13 @@
 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 f59c49e..62ce110 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 <pespin at sysmocom.de>  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 d1805de..236e853 100644
--- a/debian/control
+++ b/debian/control
@@ -11,10 +11,10 @@
                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 1c3a64a..524f7b2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -61,7 +61,7 @@
 
 # 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_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

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-iuh/+/23071
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I3b592c39646a77681efde5debb5ac2a844208949
Gerrit-Change-Number: 23071
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210223/6d12fc0c/attachment.htm>


More information about the gerrit-log mailing list