Projects
osmocom:master
libosmocore
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 235
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.9.0.7.15b76 +Version: 1.9.0.8.43585 Release: 0 Summary: The Open Source Mobile Communications Core Library License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND AGPL-3.0-or-later Group: Productivity/Telephony/Utilities Url: https://osmocom.org/projects/libosmocore/wiki/Libosmocore -Source: libosmocore_1.9.0.7.15b76.tar.xz +Source: libosmocore_1.9.0.8.43585.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_15b76f068d09d1dcbce08ed8408b74d5e49a99bf.txt
Deleted
View file
commit_435856be518c9d3531ae5b8cbadac1474d521f3a.txt
Added
View file
libosmocore_1.9.0.7.15b76.dsc -> libosmocore_1.9.0.8.43585.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmocore Binary: libosmocore, libosmocodec4, libosmocodec-doc, libosmocoding0, libosmocoding-doc, libosmocore21, libosmocore-doc, libosmogb14, libosmogb-doc, libosmogsm20, libosmogsm-doc, libosmoisdn0, libosmoisdn-doc, libosmovty13, libosmovty-doc, libosmoctrl0, libosmoctrl-doc, libosmosim2, libosmosim-doc, libosmousb0, libosmousb-doc, libosmocore-dev, libosmocore-utils, libosmocore-dbg Architecture: any all -Version: 1.9.0.7.15b76 +Version: 1.9.0.8.43585 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/libosmocore Standards-Version: 3.9.8 @@ -35,8 +35,8 @@ libosmovty-doc deb doc optional arch=all libosmovty13 deb libs optional arch=any Checksums-Sha1: - ebf8791b507f58ceebab9462b5fc4b1af12e2493 1072748 libosmocore_1.9.0.7.15b76.tar.xz + d632529595215b2e62222340c71e36ad85b23948 1072568 libosmocore_1.9.0.8.43585.tar.xz Checksums-Sha256: - fbe45efc722f7881a8bc9e67f4847eff490b526c5d2f88f73047f1e8c5b20999 1072748 libosmocore_1.9.0.7.15b76.tar.xz + 9bc84fe9fc5678c96e360fa53437e007d8d2b79882c266b66ca3e62db32d1755 1072568 libosmocore_1.9.0.8.43585.tar.xz Files: - 9b30ffd0d68149100163bd4b9cf63ece 1072748 libosmocore_1.9.0.7.15b76.tar.xz + 05613951a7914faf5df463a6b79f7d91 1072568 libosmocore_1.9.0.8.43585.tar.xz
View file
libosmocore_1.9.0.7.15b76.tar.xz/.tarball-version -> libosmocore_1.9.0.8.43585.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.9.0.7-15b76 +1.9.0.8-43585
View file
libosmocore_1.9.0.7.15b76.tar.xz/debian/changelog -> libosmocore_1.9.0.8.43585.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.9.0.7.15b76) unstable; urgency=medium +libosmocore (1.9.0.8.43585) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 26 Sep 2023 11:04:06 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Thu, 28 Sep 2023 13:27:32 +0000 libosmocore (1.9.0) unstable; urgency=medium
View file
libosmocore_1.9.0.7.15b76.tar.xz/src/core/osmo_io_poll.c -> libosmocore_1.9.0.8.43585.tar.xz/src/core/osmo_io_poll.c
Changed
@@ -58,10 +58,12 @@ hdr.msg = msg; hdr.iov0.iov_base = msg->tail; hdr.iov0.iov_len = msgb_tailroom(msg); - hdr.hdr.msg_iov = &hdr.iov0; - hdr.hdr.msg_iovlen = 1; - hdr.hdr.msg_name = &hdr.osa.u.sa; - hdr.hdr.msg_namelen = sizeof(struct osmo_sockaddr); + hdr.hdr = (struct msghdr) { + .msg_iov = &hdr.iov0, + .msg_iovlen = 1, + .msg_name = &hdr.osa.u.sa, + .msg_namelen = sizeof(struct osmo_sockaddr), + }; rc = recvmsg(ofd->fd, &hdr.hdr, flags); if (rc > 0)
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
.