Projects
osmocom:master
libosmocore
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 168
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.8.0.175.c0aa +Version: 1.8.0.176.7052 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.8.0.175.c0aa.tar.xz +Source: libosmocore_1.8.0.176.7052.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_7052cc6b3b714b56dc7007509e243708fc6d0d7c.txt
Added
View file
commit_c0aa4bdf8f5c3888813babcbc894305a4cac8561.txt
Deleted
View file
libosmocore_1.8.0.175.c0aa.dsc -> libosmocore_1.8.0.176.7052.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmocore Binary: libosmocore, libosmocodec0, libosmocodec-doc, libosmocoding0, libosmocoding-doc, libosmocore20, libosmocore-doc, libosmogb14, libosmogb-doc, libosmogsm18, libosmogsm-doc, libosmoisdn0, libosmoisdn-doc, libosmovty9, libosmovty-doc, libosmoctrl0, libosmoctrl-doc, libosmosim2, libosmosim-doc, libosmousb0, libosmousb-doc, libosmocore-dev, libosmocore-utils, libosmocore-dbg Architecture: any all -Version: 1.8.0.175.c0aa +Version: 1.8.0.176.7052 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 libosmovty9 deb libs optional arch=any Checksums-Sha1: - 9d5cd1ac541f9978e468ff1945017faa8312a23d 1061928 libosmocore_1.8.0.175.c0aa.tar.xz + 51fba36d71749d0a791cf34e8b5429dc5e68b135 1061924 libosmocore_1.8.0.176.7052.tar.xz Checksums-Sha256: - 266783aa39972e88d95d8ff19cd1a1e07e49f6e05bc1303307d187a4cd4351bd 1061928 libosmocore_1.8.0.175.c0aa.tar.xz + 9c8f6f4cb7bc563f755562ec7c64ffe9282f5399d2f5ebca74d9af8cef85ff68 1061924 libosmocore_1.8.0.176.7052.tar.xz Files: - 19666599bef51e129d666d5fe1c962d7 1061928 libosmocore_1.8.0.175.c0aa.tar.xz + dbb0a7115d05fb1eb2e91390785241b4 1061924 libosmocore_1.8.0.176.7052.tar.xz
View file
libosmocore_1.8.0.175.c0aa.tar.xz/.tarball-version -> libosmocore_1.8.0.176.7052.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.8.0.175-c0aa +1.8.0.176-7052
View file
libosmocore_1.8.0.175.c0aa.tar.xz/debian/changelog -> libosmocore_1.8.0.176.7052.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.8.0.175.c0aa) unstable; urgency=medium +libosmocore (1.8.0.176.7052) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Mon, 19 Jun 2023 13:02:26 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 19 Jun 2023 15:17:21 +0000 libosmocore (1.8.0) unstable; urgency=medium
View file
libosmocore_1.8.0.175.c0aa.tar.xz/src/core/socket.c -> libosmocore_1.8.0.176.7052.tar.xz/src/core/socket.c
Changed
@@ -1550,6 +1550,11 @@ char portbuf_l6, portbuf_r6; int rc; + if (fd < 0) { + osmo_strlcpy(str, "<error-bad-fd>", str_len); + return -EBADF; + } + /* get local */ if ((rc = osmo_sock_get_ip_and_port(fd, hostbuf_l, sizeof(hostbuf_l), portbuf_l, sizeof(portbuf_l), true))) { osmo_strlcpy(str, "<error-in-getsockname>", str_len);
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
.