Projects
osmocom:nightly
libosmo-netif
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 809
View file
libosmo-netif_1.5.1.1.4a05.202409032026.dsc -> libosmo-netif_1.5.1.2.84500.202409042026.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.202409032026 +Version: 1.5.1.2.84500.202409042026 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: - 991efee3e896c9d3f1cc9f00b7b8bbdd52306b9f 193884 libosmo-netif_1.5.1.1.4a05.202409032026.tar.xz + 8d279ae24da2776956c98deed390372cb1b6a348 196900 libosmo-netif_1.5.1.2.84500.202409042026.tar.xz Checksums-Sha256: - 8abdc957357667034b0f3b6cd0419ad8c5b75887f732ee1278021728ed79ab98 193884 libosmo-netif_1.5.1.1.4a05.202409032026.tar.xz + 966954598918b40245e2285ded4033903698912c0f09b6b3aa521351ccee1333 196900 libosmo-netif_1.5.1.2.84500.202409042026.tar.xz Files: - ae984844d41e431a45223ea4769829d5 193884 libosmo-netif_1.5.1.1.4a05.202409032026.tar.xz + 0df7357ebf341fc055fddef84e6c5267 196900 libosmo-netif_1.5.1.2.84500.202409042026.tar.xz
View file
libosmo-netif_1.5.1.1.4a05.202409032026.tar.xz/.tarball-version -> libosmo-netif_1.5.1.2.84500.202409042026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.5.1.1-4a05.202409032026 +1.5.1.2-84500.202409042026
View file
libosmo-netif_1.5.1.1.4a05.202409032026.tar.xz/debian/changelog -> libosmo-netif_1.5.1.2.84500.202409042026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmo-netif (1.5.1.1.4a05.202409032026) unstable; urgency=medium +libosmo-netif (1.5.1.2.84500.202409042026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 03 Sep 2024 20:26:36 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Wed, 04 Sep 2024 20:26:36 +0000 libosmo-netif (1.5.1) unstable; urgency=medium
View file
libosmo-netif_1.5.1.1.4a05.202409032026.tar.xz/debian/control -> libosmo-netif_1.5.1.2.84500.202409042026.tar.xz/debian/control
Changed
@@ -23,7 +23,7 @@ Package: libosmonetif11 Section: libs Architecture: any -Depends: osmocom-nightly (= 202409032026), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 202409042026), ${shlibs:Depends}, ${misc:Depends} Conflicts: libosmonetif2 Multi-Arch: same Description: Common/shared code regarding network interface for OpenBSC @@ -34,7 +34,7 @@ Package: libosmo-netif-dev Section: libdevel Architecture: any -Depends: osmocom-nightly (= 202409032026), ${misc:Depends}, +Depends: osmocom-nightly (= 202409042026), ${misc:Depends}, libosmocore-dev, libosmocore, libosmonetif11 (= ${binary:Version}) @@ -50,7 +50,7 @@ Package: libosmo-netif-doc Architecture: all Section: doc -Depends: osmocom-nightly (= 202409032026), ${misc:Depends}, +Depends: osmocom-nightly (= 202409042026), ${misc:Depends}, libosmonetif11, libjs-jquery Description: Documentation for the Osmo network interface library @@ -64,7 +64,7 @@ Section: debug Architecture: any Priority: extra -Depends: osmocom-nightly (= 202409032026), libosmonetif11 (= ${binary:Version}), ${misc:Depends} +Depends: osmocom-nightly (= 202409042026), libosmonetif11 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: Debug symbols for Osmocom network interface library The libosmo-netif library is one of the libraries needed by the
View file
libosmo-netif_1.5.1.1.4a05.202409032026.tar.xz/src/stream.c -> libosmo-netif_1.5.1.2.84500.202409042026.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
.