Projects
osmocom:master
libosmocore
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 136
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.8.0.111.341c +Version: 1.8.0.112.99653 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.111.341c.tar.xz +Source: libosmocore_1.8.0.112.99653.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_341c4ec3a4bc2504c13da4daf5a45a6cbed37b8d.txt
Deleted
View file
commit_99653047d7b2e5bf3356f3d4c85a2553f3603255.txt
Added
View file
libosmocore_1.8.0.111.341c.dsc -> libosmocore_1.8.0.112.99653.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.111.341c +Version: 1.8.0.112.99653 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: - 3fed694b819f3fe35e13766a1cf492aa6710b54b 1035184 libosmocore_1.8.0.111.341c.tar.xz + 68534a4a3c792a9730ffab8bc58f1eb5751d48af 1034900 libosmocore_1.8.0.112.99653.tar.xz Checksums-Sha256: - 1d5f13dc30734954eb7d25e5e719da01b10c7b6ba8bcdce42916439d136cc749 1035184 libosmocore_1.8.0.111.341c.tar.xz + b7bcdbc728f37651dd65a22fae4eb5d1f1bfff34f8119b81bd71b28ac82fe038 1034900 libosmocore_1.8.0.112.99653.tar.xz Files: - 4592d7a74c006a820a01b1a5cc822b92 1035184 libosmocore_1.8.0.111.341c.tar.xz + dfb41eedf0eb4d8b0015b035b5cd5b1e 1034900 libosmocore_1.8.0.112.99653.tar.xz
View file
libosmocore_1.8.0.111.341c.tar.xz/.tarball-version -> libosmocore_1.8.0.112.99653.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.8.0.111-341c +1.8.0.112-99653
View file
libosmocore_1.8.0.111.341c.tar.xz/debian/changelog -> libosmocore_1.8.0.112.99653.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmocore (1.8.0.111.341c) unstable; urgency=medium +libosmocore (1.8.0.112.99653) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 09 May 2023 16:47:20 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 09 May 2023 23:42:19 +0000 libosmocore (1.8.0) unstable; urgency=medium
View file
libosmocore_1.8.0.111.341c.tar.xz/src/core/tun.c -> libosmocore_1.8.0.112.99653.tar.xz/src/core/tun.c
Changed
@@ -399,10 +399,15 @@ if (rc < 0) goto err_close_tun; - osmo_fd_register(&tundev->wqueue.bfd); + rc = osmo_fd_register(&tundev->wqueue.bfd); + if (rc < 0) + goto err_unregister_netdev; + tundev->opened = true; return 0; +err_unregister_netdev: + osmo_netdev_unregister(tundev->netdev); err_close_tun: close(tundev->wqueue.bfd.fd); tundev->wqueue.bfd.fd = -1;
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
.