Projects
osmocom:master
libosmo-netif
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 64
View file
libosmo-netif.spec
Changed
@@ -14,21 +14,21 @@ Name: libosmo-netif Requires: osmocom-master -Version: 1.3.0.56.745c +Version: 1.4.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.3.0.56.745c.tar.xz +Source: libosmo-netif_1.4.0.tar.xz Source1: rpmlintrc BuildRequires: automake BuildRequires: libtool >= 2 BuildRequires: lksctp-tools-devel BuildRequires: pkgconfig >= 0.20 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 -BuildRequires: pkgconfig(libosmocodec) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmocodec) >= 1.9.0 %description Network interface demuxer library for OsmoCom projects.
View file
commit_745c0e2a0f8ba46e55eb7958998672bf72c09e9f.txt
Deleted
View file
commit_fd2eaea8246f8125cb526b0d2f248546fdbf1221.txt
Added
View file
libosmo-netif_1.3.0.56.745c.dsc -> libosmo-netif_1.4.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.3.0.56.745c +Version: 1.4.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.8.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.9.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: - e9e9a61f6391eb4692b3d177070bd844470ef74c 187176 libosmo-netif_1.3.0.56.745c.tar.xz + b51a4206b91d0e148584780a1370b5a23cf80eec 187408 libosmo-netif_1.4.0.tar.xz Checksums-Sha256: - 74a133614376fff61393efff457904ff4a216079328793f10ec4ddcb92939a4c 187176 libosmo-netif_1.3.0.56.745c.tar.xz + d71a6db426bc138f461827eedbe393dd34075d6cf80f111067ce39e10e500616 187408 libosmo-netif_1.4.0.tar.xz Files: - a8fb4cc9101aa2b3771b5506207684ab 187176 libosmo-netif_1.3.0.56.745c.tar.xz + ecccd7d44a6fe3cb5b11e1152926a812 187408 libosmo-netif_1.4.0.tar.xz
View file
libosmo-netif_1.3.0.56.745c.tar.xz/.tarball-version -> libosmo-netif_1.4.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.3.0.56-745c +1.4.0
View file
libosmo-netif_1.3.0.56.745c.tar.xz/TODO-RELEASE -> libosmo-netif_1.4.0.tar.xz/TODO-RELEASE
Changed
@@ -7,6 +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 -libosmocore >1.8.0 osmo_iofd, osmo_sock_init2_multiaddr2() -stream NEW API osmo_stream_srv_link_set_name(), osmo_stream_srv_set_name(), osmo_stream_cli_set_name() -stream NEW API osmo_stream_srv_link_set_param(), osmo_stream_cli_set_param()
View file
libosmo-netif_1.3.0.56.745c.tar.xz/configure.ac -> libosmo-netif_1.4.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.8.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.9.0) AC_ARG_ENABLE(lapd_examples, AS_HELP_STRING( @@ -100,7 +100,7 @@ ), lapd_examples=$enableval, lapd_examples="no") AS_IF(test "x$lapd_examples" = "xyes", - PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.4.0) + PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0) AC_DEFINE(ENABLE_LAPD, 1, Enable LAPD examples) ) AM_CONDITIONAL(ENABLE_LAPD, test "x$lapd_examples" = "xyes")
View file
libosmo-netif_1.3.0.56.745c.tar.xz/contrib/libosmo-netif.spec.in -> libosmo-netif_1.4.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.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 -BuildRequires: pkgconfig(libosmocodec) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmocodec) >= 1.9.0 %description Network interface demuxer library for OsmoCom projects.
View file
libosmo-netif_1.3.0.56.745c.tar.xz/debian/changelog -> libosmo-netif_1.4.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,76 @@ -libosmo-netif (1.3.0.56.745c) unstable; urgency=medium +libosmo-netif (1.4.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Max + * osmo_stream_srv_link_close(): properly handle NULL input + * Add osmo_stream_srv_link_is_opened() - -- Osmocom OBS scripts <info@osmocom.org> Mon, 11 Sep 2023 22:11:13 +0000 + Oliver Smith + * Run struct_endianness.py + * rtp.h: add RTP_PT_CSDATA + * debian: set compat level to 10 + + Neels Hofmeyr + * fix msgb leak on OSMO_STREAM_SRV_F_FLUSH_DESTROY + + Vadim Yanitskiy + * {utils,tests}/Makefile.am: reorder libraries in LDADD + * tests/Makefile.am: clean up AM_* variables + * src/Makefile.am: do not overwrite AM_LDFLAGS + + Daniel Willmann + * stream: Introduce and use osmo_stream_cli_fd() to get the fd + * stream: (typo) Change callback param name of struct osmo_stream_cli from srv to cli + * ipa-stream-server: Return -EBADF in read_cb after osmo_stream_srv_destroy() + * stream: Properly name osmo_stream_srv read callback + * cosmetic: Change name of osmo_stream_src_fd_cb() + * stream: Update log messages + * stream: Factor out reconnection handling + * stream: Use cli->state to check if cli is already closed + * stream: Correctly close osmo_stream_cli when in state WAIT_RECONNECT + * Add osmo_io support to osmo_stream_cli and osmo_stream_srv + * examples: Use new stream API in {ipa-,}stream-{client,server} + * stream: Setup ofd in osmo_stream_cli_open + * stream: Document osmo_stream_cli_create2() + * stream: Remove duplicated code in osmo_stream_cli_create() + * examples: Set logging level to DEBUG in {,ipa-}stream-{client,server} + * stream: Assert that fd is valid in stream_cli_handle_connecting() + * stream: Set state to closed before calling disconnect_cb() + * stream: Notify stream_cli on connect() + + Pau Espin Pedrol + * stream: Allow setting name printed during logging + * stream: Print socket info as part of the logging context + * stream: Drop recently added API osmo_stream_cli_create2 + * stream: Drop name param from recently added API osmo_stream_srv_create2() + * stream: srv cb: Use osmo_sockaddr and improve logging when cli connects + * stream: Rename static function to have correct prefix + * stream: Split cli/srv specific code out of stream.c + * stream_cli: Increase log level of established conn to INFO + * stream_srv: Use LOGSLNK() to print log line + * stream_srv: call setsockopt(SO_NOSIGPIPE) also in srv sockets + * stream_srv: Improve logging lines accepting new connections + * stream: Append data to current tail of message upon recv() + * stream_srv: Handle ESHUTDOWN and other write() errors destroying the socket + * stream_cli: Proper handling of send() socket errors + * sctp: Document relevant RFC specs + * stream_srv: sctp: Log error cause of COMM_LOST event + * stream_srv: Log SCTP REMOTE_ERROR events + * stream: Refactor sctp_recvmsg_wrapper() logging + * stream_cli: Forward SCTP MSG_NOTIFICATION to upper layers + * stream: Use new flag OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED for SCTP sockets + * stream_test: Avoid leaking osmo_stream_srv_link + * stream: Use new libosmocore API osmo_sock_init2_multiaddr2() + * stream: Introduce API to set several transport parameters + * stream: Add new stream_{cli,srv_link} parameters to set SCTP_INITMSG sockopt values + + arehbein + * stream: Fix osmo_panic log fmts + * examples: Add extension header octet to example + * ipa: Add segmentation callback + * stream: Add server-side (segmentation) support for IPA + * stream test: Fix test output check + + -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 12 Sep 2023 13:50:25 +0200 libosmo-netif (1.3.0) unstable; urgency=medium
View file
libosmo-netif_1.3.0.56.745c.tar.xz/debian/control -> libosmo-netif_1.4.0.tar.xz/debian/control
Changed
@@ -11,7 +11,7 @@ libdpkg-perl, git, doxygen, - libosmocore-dev (>= 1.8.0), + libosmocore-dev (>= 1.9.0), pkg-config, libpcap0.8-dev, libsctp-dev
View file
libosmo-netif_1.3.0.56.745c.tar.xz/src/Makefile.am -> libosmo-netif_1.4.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=11:0:0 +LIBVERSION=12:0:1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir) AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS)
View file
libosmo-netif_1.3.0.56.745c.tar.xz/tests/osmo-pcap-test/configure.ac -> libosmo-netif_1.4.0.tar.xz/tests/osmo-pcap-test/configure.ac
Changed
@@ -16,7 +16,7 @@ dnl kernel style compile messages m4_ifdef(AM_SILENT_RULES, AM_SILENT_RULES(yes)) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) AC_PROG_CC AC_DISABLE_STATIC
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
.