Projects
osmocom:master
libosmo-netif
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 130
View file
libosmo-netif.spec
Changed
@@ -14,21 +14,21 @@ Name: libosmo-netif Requires: osmocom-master -Version: 1.5.1.34.ada6 +Version: 1.6.0 Release: 0 Summary: Osmocom library for muxed audio License: GPL-2.0-or-later Group: Productivity/Telephony/Utilities URL: https://osmocom.org/projects/libosmo-netif -Source: libosmo-netif_1.5.1.34.ada6.tar.xz +Source: libosmo-netif_1.6.0.tar.xz Source1: rpmlintrc BuildRequires: automake BuildRequires: libtool >= 2 BuildRequires: lksctp-tools-devel BuildRequires: pkgconfig >= 0.20 -BuildRequires: pkgconfig(libosmocore) >= 1.9.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 -BuildRequires: pkgconfig(libosmocodec) >= 1.9.0 +BuildRequires: pkgconfig(libosmocore) >= 1.11.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.11.0 +BuildRequires: pkgconfig(libosmocodec) >= 1.11.0 %description Network interface demuxer library for OsmoCom projects.
View file
commit_3f9e3f7583b50057e4f09be5128b4282d0396dce.txt
Added
View file
commit_ada691c362a16fdf533f8bbd34c98f43f235c789.txt
Deleted
View file
libosmo-netif_1.5.1.34.ada6.dsc -> libosmo-netif_1.6.0.dsc
Changed
@@ -2,21 +2,21 @@ Source: libosmo-netif Binary: libosmonetif11, libosmo-netif-dev, libosmo-netif-doc, libosmo-netif-dbg Architecture: any all -Version: 1.5.1.34.ada6 +Version: 1.6.0 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmo-netif Standards-Version: 3.9.6 Vcs-Browser: https://gitea.osmocom.org/osmocom/libosmo-netif Vcs-Git: https://gitea.osmocom.org/osmocom/libosmo-netif -Build-Depends: debhelper (>= 10), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, doxygen, libosmocore-dev (>= 1.10.0), pkg-config, libpcap0.8-dev, libsctp-dev +Build-Depends: debhelper (>= 10), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, doxygen, libosmocore-dev (>= 1.11.0), pkg-config, libpcap0.8-dev, libsctp-dev Package-List: libosmo-netif-dbg deb debug extra arch=any libosmo-netif-dev deb libdevel optional arch=any libosmo-netif-doc deb doc optional arch=all libosmonetif11 deb libs optional arch=any Checksums-Sha1: - f0ed03d928392b4ef36a7cfd454f1068d2a790b7 198972 libosmo-netif_1.5.1.34.ada6.tar.xz + 97d337a35237557a0e0d8148f106084af2c332a8 199480 libosmo-netif_1.6.0.tar.xz Checksums-Sha256: - 4c4d0f3b8e5c1c8cd738207732a43b56dd592719f05d38d27f81c039239b127c 198972 libosmo-netif_1.5.1.34.ada6.tar.xz + fbf9a7aefa2ca7ece47961afa50e76e32bd2d42a92d26e1d19fbdc7345a5fcbb 199480 libosmo-netif_1.6.0.tar.xz Files: - 9c7f3e079c78260f53baaf9da877b438 198972 libosmo-netif_1.5.1.34.ada6.tar.xz + 461e0c61aa03fd759be9e9e49e66f331 199480 libosmo-netif_1.6.0.tar.xz
View file
libosmo-netif_1.5.1.34.ada6.tar.xz/.tarball-version -> libosmo-netif_1.6.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.5.1.34-ada6 +1.6.0
View file
libosmo-netif_1.5.1.34.ada6.tar.xz/TODO-RELEASE -> libosmo-netif_1.6.0.tar.xz/TODO-RELEASE
Changed
@@ -7,8 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -libosmo-netif add API osmo_stream_cli_set_{ip_dscp,priority}(), osmo_stream_srv_link_set_{ip_dscp,priority}() -libosmo-netif add API osmo-stream_cli_set_tx_queue_max_length(), osmo_stream_srv_link_set_tx_queue_max_length() -libosmo-netif add API struct osmo_ipa_ka_fsm_inst -libosmo-netif add API osmo_stream_{cli,srv}_set_segmentation_cb2() -libosmo-netif add API osmo_stream_srv_link_set_msgb_alloc_info()
View file
libosmo-netif_1.5.1.34.ada6.tar.xz/configure.ac -> libosmo-netif_1.6.0.tar.xz/configure.ac
Changed
@@ -89,9 +89,9 @@ dnl Generate the output AM_CONFIG_HEADER(config.h) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.11.0) AC_ARG_ENABLE(libsctp, AS_HELP_STRING(--disable-libsctp, Do not enable socket multiaddr APIs requiring libsctp), ENABLE_LIBSCTP=$enableval, ENABLE_LIBSCTP="yes")
View file
libosmo-netif_1.5.1.34.ada6.tar.xz/contrib/libosmo-netif.spec.in -> libosmo-netif_1.6.0.tar.xz/contrib/libosmo-netif.spec.in
Changed
@@ -25,9 +25,9 @@ BuildRequires: libtool >= 2 BuildRequires: lksctp-tools-devel BuildRequires: pkgconfig >= 0.20 -BuildRequires: pkgconfig(libosmocore) >= 1.9.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 -BuildRequires: pkgconfig(libosmocodec) >= 1.9.0 +BuildRequires: pkgconfig(libosmocore) >= 1.11.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.11.0 +BuildRequires: pkgconfig(libosmocodec) >= 1.11.0 %description Network interface demuxer library for OsmoCom projects.
View file
libosmo-netif_1.5.1.34.ada6.tar.xz/debian/changelog -> libosmo-netif_1.6.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,50 @@ -libosmo-netif (1.5.1.34.ada6) unstable; urgency=medium +libosmo-netif (1.6.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Harald Welte + * stream_test: don't check if uint8_t is negative + * src/stream.c: Use sctp_assoc_id 'canary' to detect misisng sinfo - -- Osmocom OBS scripts <info@osmocom.org> Mon, 27 Jan 2025 11:02:34 +0000 + Neels Hofmeyr + * osmo_rtp_get_payload(): fix bounds check for padding + * coverity CID#216829 + * api doc: stream.h: hint at how to select modern vs legacy mode + + Pau Espin Pedrol + * rtp: osmo_rtp_get_payload(): Fix return ptr if RTP pkt contains padding + * Drop libosmo-abis cond dep together with examples/lapd-over-datagram + * stream_cli: Allow setting nodelay sockopt after opening sock + * examples/ipa-stream-client: Fix wrong call to osmo_ipa_process_msg() + * stream: Explicitly document MSG_NOTIFICATION case in recv() API + * stream: Improve logging around recv() failure + * stream_cli: Log all code paths ending up in close/reconnect + * stream_cli: Announce failed connect() if reconnect is disabled + * stream_cli: Add osmo_stream_cli_set_{ip_dscp,priority}() APIs + * stream_srv: Add osmo_stream_srv_link_set_{ip_dscp,priority}() APIs + * stream_cli: Rename private functions + * stream_cli: Move osmo_stream_cli_close() before osmo_stream_cli_reconnect() + * stream_cli: Support destroy object within user callback + * stream_cli: Add API osmo_stream_cli_set_tx_queue_max_length() + * stream_srv: Add API osmo_stream_srv_link_set_tx_queue_max_length() + * stream: Allow null ptr in destroy() functions + * stream_cli: steal talloc ctx upon delaying free to avoid use after free + * stream_cli: Assert reentrant disconnect_cb() never happens + * stream_cli: Explicitly ignore return code of stream_cli_close + * stream_cli: Explicitly ignore return code of internal functions + * stream_cli: Fix discard 1st msg received quick after connect + * ipa: Add osmo_ipa_ka_fsm_inst APIs + * stream: Introduce osmo_stream_{cli,srv}_set_segmentation_cb2 + * stream: Add osmo_stream_srv_link_set_msgb_alloc_info() + * stream: Undeprecate osmo_stream_srv_set_segmentation_cb() + * stream: osmo_stream_{cli,srv}_set_segmentation_cb(2): documentation improvements + + Mychaela N. Falconia + * include/osmocom/netif/Makefile.am cosmetic: make it easier to extend + * src/Makefile.am cosmetic: make it easier to extend + + Oliver Smith + * Revert "contrib: remove rpm spec file" + + -- Oliver Smith <osmith@sysmocom.de> Wed, 12 Feb 2025 11:01:12 +0100 libosmo-netif (1.5.1) unstable; urgency=medium
View file
libosmo-netif_1.5.1.34.ada6.tar.xz/debian/control -> libosmo-netif_1.6.0.tar.xz/debian/control
Changed
@@ -11,7 +11,7 @@ libdpkg-perl, git, doxygen, - libosmocore-dev (>= 1.10.0), + libosmocore-dev (>= 1.11.0), pkg-config, libpcap0.8-dev, libsctp-dev
View file
libosmo-netif_1.5.1.34.ada6.tar.xz/src/Makefile.am -> libosmo-netif_1.6.0.tar.xz/src/Makefile.am
Changed
@@ -1,6 +1,6 @@ # 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=13:1:2 +LIBVERSION=14:0:3 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir) AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.