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 108
View file
commit_4a05e5accb62ffadd90e3ec44605772369df71de.txt
Deleted
View file
commit_845002897c50ba3b97f1b5e616cc5e19ef36c792.txt
Added
View file
libosmo-netif_1.5.1.1.4a05.dsc -> libosmo-netif_1.5.1.2.84500.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmo-netif Binary: libosmonetif11, libosmo-netif-dev, libosmo-netif-doc, libosmo-netif-dbg Architecture: any all -Version: 1.5.1.1.4a05 +Version: 1.5.1.2.84500 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmo-netif Standards-Version: 3.9.6 @@ -15,8 +15,8 @@ libosmo-netif-doc deb doc optional arch=all libosmonetif11 deb libs optional arch=any Checksums-Sha1: - 261331439fc0f917a6e76aa656aa083ed0e6afa4 195348 libosmo-netif_1.5.1.1.4a05.tar.xz + 9d25d8b62148a76cb8a50b2ac81ef19847158d62 193948 libosmo-netif_1.5.1.2.84500.tar.xz Checksums-Sha256: - 62ebec39057501533a563df274fbad91c3e27717ec78dbbf91a10c9d835db30d 195348 libosmo-netif_1.5.1.1.4a05.tar.xz + 5eef4da0d7d8d41efc0be81d6989a73b74add716bc0d5e9f74522e4bba19cc92 193948 libosmo-netif_1.5.1.2.84500.tar.xz Files: - 4ef544f4445dda67d80b83961074d466 195348 libosmo-netif_1.5.1.1.4a05.tar.xz + ee58483f309dcfc4805fd18dff9f5ee6 193948 libosmo-netif_1.5.1.2.84500.tar.xz
View file
libosmo-netif_1.5.1.1.4a05.tar.xz/.tarball-version -> libosmo-netif_1.5.1.2.84500.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.5.1.1-4a05 +1.5.1.2-84500
View file
libosmo-netif_1.5.1.1.4a05.tar.xz/debian/changelog -> libosmo-netif_1.5.1.2.84500.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmo-netif (1.5.1.1.4a05) unstable; urgency=medium +libosmo-netif (1.5.1.2.84500) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 03 Sep 2024 10:36:33 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 03 Sep 2024 21:41:31 +0000 libosmo-netif (1.5.1) unstable; urgency=medium
View file
libosmo-netif_1.5.1.1.4a05.tar.xz/src/stream.c -> libosmo-netif_1.5.1.2.84500.tar.xz/src/stream.c
Changed
@@ -279,8 +279,14 @@ int flags = 0; int ret; + /* Canary to detect if kernel returns sinfo; see https://github.com/sctp/lksctp-tools/issues/37 */ + sinfo.sinfo_assoc_id = 0; + ret = sctp_recvmsg(fd, msg->tail, msgb_tailroom(msg), NULL, NULL, &sinfo, &flags); - return stream_sctp_recvmsg_trailer(log_pfx, msg, ret, &sinfo, flags); + if (sinfo.sinfo_assoc_id) + return stream_sctp_recvmsg_trailer(log_pfx, msg, ret, &sinfo, flags); + else + return stream_sctp_recvmsg_trailer(log_pfx, msg, ret, NULL, flags); } /*! wrapper for osmo_io asynchronous recvmsg response */
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
.