From 2d9e84b703cf12269436906dfdfffaec5cbe683b Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 16 Nov 2021 14:44:42 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.0.39-484f-dirty=20?= =?UTF-8?q?=E2=86=92=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I963499ba9f78924660127312f4469b0781fed805 --- contrib/libosmo-sccp.spec.in | 14 ++--- debian/changelog | 55 +++++++++++++++++++ debian/control | 10 ++-- ...tran5.install => libosmo-sigtran7.install} | 0 debian/rules | 2 +- src/Makefile.am | 2 +- 6 files changed, 69 insertions(+), 14 deletions(-) rename debian/{libosmo-sigtran5.install => libosmo-sigtran7.install} (100%) diff --git a/contrib/libosmo-sccp.spec.in b/contrib/libosmo-sccp.spec.in index f792f696..133d4a99 100644 --- a/contrib/libosmo-sccp.spec.in +++ b/contrib/libosmo-sccp.spec.in @@ -71,19 +71,19 @@ in SS7 telecommunications networks. This subpackage contains the development files for the Osmocom SCCP library. -%package -n libosmo-sigtran5 +%package -n libosmo-sigtran7 Summary: Osmocom SIGTRAN library License: GPL-2.0-or-later Group: System/Libraries -%description -n libosmo-sigtran5 +%description -n libosmo-sigtran7 Osmocom implementation of (parts of) SIGTRAN. %package -n libosmo-sigtran-devel Summary: Development files for the Osmocom sigtran library License: GPL-2.0-or-later Group: Development/Libraries/C and C++ -Requires: libosmo-sigtran5 = %{version} +Requires: libosmo-sigtran7 = %{version} %description -n libosmo-sigtran-devel Osmocom implementation of (parts of) SIGTRAN. @@ -136,8 +136,8 @@ find %{buildroot} -type f -name "*.la" -delete -print %check make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) -%post -n libosmo-sigtran5 -p /sbin/ldconfig -%postun -n libosmo-sigtran5 -p /sbin/ldconfig +%post -n libosmo-sigtran7 -p /sbin/ldconfig +%postun -n libosmo-sigtran7 -p /sbin/ldconfig %if 0%{?suse_version} %preun -n osmo-stp %service_del_preun osmo-stp.service %postun -n osmo-stp %service_del_postun osmo-stp.service @@ -159,8 +159,8 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) %{_libdir}/libsccp.a %{_libdir}/pkgconfig/libosmo-sccp.pc -%files -n libosmo-sigtran5 -%{_libdir}/libosmo-sigtran.so.5* +%files -n libosmo-sigtran7 +%{_libdir}/libosmo-sigtran.so.7* %files -n libosmo-sigtran-devel %dir %{_includedir}/%{name} diff --git a/debian/changelog b/debian/changelog index 57964a93..a2500b32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,58 @@ +libosmo-sccp (1.5.0) unstable; urgency=medium + + [ Harald Welte ] + * Add README.md describing what this repo is about + * ipa: Use VTY-configured default network indicator + * ipa_asp_fsm_del_route(): Log what happens if we bail out early + * don't log "SCTP connection close" if an IPA/TCP connection closes + * osmo_ss7: Log route destruction (like we log route creation) + * ipa_asp_fsm: Fix AS lookup from IPA ASP + * Don't create duplicate routes in osmo_ss7_route_create() + * ipa: Move automatic route add/del from ASP to AS level + * osmo_ss7: Truncate route 'mask' to point code bit length + * xua_as_fsm: Only delete a route for an IPA AS if we created one earlier + * xua_asp_fsm: Fix IPA client role + * don't do explicit NULL checks before calling talloc_free() + * osmo_ss7: free the sock_name string once an ASP socket is closed + * Revert "osmo_ss7: free the sock_name string once an ASP socket is closed" + * ss7_vty: Print actual connected port number in case of IPA server + * Constrain connection ID allocation to 24 bits + * ss7_asp_test.vty: Allow more asp node commands after shutdown + * osmo_ss7: introduce notion of configurable 'quirks' + * m3ua/sua: Add quirk for allowing inbound DAUD from SG in ASP role. + * m3ua/sua: Add new snm_inactive quirk + * sccp_scrc: Ensure we have not just SSN but at least OPC+SSN in CallingParty + * sccp: Add minimalistic support for XUDT / XUDTS + * sccp_scmg: Add missing line eneding to log statement + * stp: Add basic RX/TX rate counters on AS and ASP level + * spelling fixes in comments + * rate_ctr: Use legal counter group prefixes / names (no '.' allowed) + * osmo_ss7: properly unlink rate_counter on AS/ASP free + + [ Vadim Yanitskiy ] + * VTY: write_one_asp(): fix 1 << 31 cannot be represented by 'int' + + [ Pau Espin Pedrol ] + * cosmetic: xua_asp_fsm.c: reorder functions in file + * ipa_asp_fsm: Support server starting handshake with ID_GET or ID_ACK + * cosmetic: Fix extra empty line + * cosmetic: Fix typos in documentation + * osmo_sccp_simple_client_on_ss7_id(): Allow set internally proper IPv4/v6 default hosts + * osmo_ss7.c: Fix typo in doc for osmo_ss7_asp_peer_add_host() + + [ Philipp Maier ] + * osmo_ss7_vty: automatically create routes for routing key + * osmo_ss7_vty: allow users to inspect routes also in ASP role + + [ Eric ] + * m3ua: fix leaky usage of m3ua_tx_xua_asp + + [ Oliver Smith ] + * m3ua: reject deregistration of static routing keys + * m3ua: fix m3ua_encode_dupu + + -- Pau Espin Pedrol Tue, 16 Nov 2021 14:44:42 +0100 + libosmo-sccp (1.4.0) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index b12e2473..7955055e 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Description: Development files for libsccp, libmtp and libxua . This package contains the development files for the library. -Package: libosmo-sigtran5 +Package: libosmo-sigtran7 Section: libs Architecture: any Multi-Arch: same @@ -53,7 +53,7 @@ Package: libosmo-sigtran-dbg Architecture: any Section: debug Multi-Arch: same -Depends: libosmo-sigtran5 (= ${binary:Version}), +Depends: libosmo-sigtran7 (= ${binary:Version}), ${misc:Depends} Description: Documentation for the Osmocom SIGTRAN library libosmo-sigtran is a shared library containing SS7/SIGTRAN related functionality, @@ -68,7 +68,7 @@ Package: libosmo-sigtran-doc Architecture: all Section: doc Depends: ${misc:Depends}, - libosmo-sigtran5 (= ${binary:Version}), + libosmo-sigtran7 (= ${binary:Version}), libjs-jquery Description: Documentation for the Osmocom SIGTRAN library libosmo-sigtran is a shared library containing SS7/SIGTRAN related functionality, @@ -83,7 +83,7 @@ Architecture: any Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, - libosmo-sigtran5 (= ${binary:Version}), + libosmo-sigtran7 (= ${binary:Version}), libosmocore-dev, libosmo-netif-dev Description: Development headers for the Osmocom SIGTRAN library @@ -98,7 +98,7 @@ Package: osmo-stp Architecture: any Multi-Arch: same Section: net -Depends: libosmo-sigtran5, +Depends: libosmo-sigtran7, ${shlibs:Depends}, ${misc:Depends} Description: Osmocom SIGTRAN STP (Signaling Transfer Point) diff --git a/debian/libosmo-sigtran5.install b/debian/libosmo-sigtran7.install similarity index 100% rename from debian/libosmo-sigtran5.install rename to debian/libosmo-sigtran7.install diff --git a/debian/rules b/debian/rules index 9c275398..8ad38cfc 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g') dh $@ --with autoreconf override_dh_strip: - dh_strip -plibosmo-sigtran5 --dbg-package=libosmo-sigtran-dbg + dh_strip -plibosmo-sigtran7 --dbg-package=libosmo-sigtran-dbg dh_strip -posmo-stp --dbg-package=osmo-stp-dbg override_dh_install: diff --git a/src/Makefile.am b/src/Makefile.am index 9d5e9a3b..e2273e15 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,7 @@ lib_LTLIBRARIES = libosmo-sigtran.la # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool # documentation before making any modification -LIBVERSION=6:0:1 +LIBVERSION=7:0:0 libosmo_sigtran_la_SOURCES = sccp_sap.c sua.c m3ua.c xua_msg.c sccp_helpers.c \ sccp2sua.c sccp_scrc.c sccp_sclc.c sccp_scoc.c \