Change in libosmo-sccp[master]: Bump version: 1.4.0.39-484f-dirty → 1.5.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 Nov 16 13:44:57 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/26272 )


Change subject: Bump version: 1.4.0.39-484f-dirty → 1.5.0
......................................................................

Bump version: 1.4.0.39-484f-dirty → 1.5.0

Change-Id: I963499ba9f78924660127312f4469b0781fed805
---
M contrib/libosmo-sccp.spec.in
M debian/changelog
M debian/control
R debian/libosmo-sigtran7.install
M debian/rules
M src/Makefile.am
6 files changed, 69 insertions(+), 14 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/72/26272/1

diff --git a/contrib/libosmo-sccp.spec.in b/contrib/libosmo-sccp.spec.in
index f792f69..133d4a9 100644
--- a/contrib/libosmo-sccp.spec.in
+++ b/contrib/libosmo-sccp.spec.in
@@ -71,19 +71,19 @@
 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 @@
 %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 @@
 %{_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 57964a9..a2500b3 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 <pespin at sysmocom.de>  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 b12e247..7955055 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@
  .
  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 @@
 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 @@
 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 @@
 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 @@
 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 9c27539..8ad38cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
 	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 9d5e9a3..e2273e1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,7 +25,7 @@
 # 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 \

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/26272
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I963499ba9f78924660127312f4469b0781fed805
Gerrit-Change-Number: 26272
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/20211116/cacf2ebc/attachment.htm>


More information about the gerrit-log mailing list