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 51
View file
libosmo-netif.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmo-netif Requires: osmocom-master -Version: 1.3.0.31.7e5e +Version: 1.3.0.32.4230 Release: 0 Summary: Osmocom library for muxed audio License: GPL-2.0-or-later Group: Productivity/Telephony/Utilities URL: https://osmocom.org/projects/libosmo-netif -Source: libosmo-netif_1.3.0.31.7e5e.tar.xz +Source: libosmo-netif_1.3.0.32.4230.tar.xz Source1: rpmlintrc BuildRequires: automake BuildRequires: libtool >= 2
View file
commit_42309e34ab7172376b392152a27bf0aee683136a.txt
Added
View file
commit_7e5e18520a2b9d0a6429feaad7c7079dbc017de1.txt
Deleted
View file
libosmo-netif_1.3.0.31.7e5e.dsc -> libosmo-netif_1.3.0.32.4230.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.3.0.31.7e5e +Version: 1.3.0.32.4230 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: - c7b32a5ce2aa2178cad9c6aac28f62fd08b418a9 181732 libosmo-netif_1.3.0.31.7e5e.tar.xz + 5d900817388daa32ff2300eb9b1bab9a1db39dc8 182136 libosmo-netif_1.3.0.32.4230.tar.xz Checksums-Sha256: - 78404fbd7342538f0f4b6a59bdd653d1e05141d806659c33d40b745a74d90590 181732 libosmo-netif_1.3.0.31.7e5e.tar.xz + 6dfe30dfdb1bddd094d1ccb4a1f2c61541cfcb5329dd0921998174538aafa221 182136 libosmo-netif_1.3.0.32.4230.tar.xz Files: - 1904f1c09b021e9082668e6026781f28 181732 libosmo-netif_1.3.0.31.7e5e.tar.xz + 06669bd0e8fe9b85d413bff5e11253bc 182136 libosmo-netif_1.3.0.32.4230.tar.xz
View file
libosmo-netif_1.3.0.31.7e5e.tar.xz/.tarball-version -> libosmo-netif_1.3.0.32.4230.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.3.0.31-7e5e +1.3.0.32-4230
View file
libosmo-netif_1.3.0.31.7e5e.tar.xz/debian/changelog -> libosmo-netif_1.3.0.32.4230.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -libosmo-netif (1.3.0.31.7e5e) unstable; urgency=medium +libosmo-netif (1.3.0.32.4230) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Tue, 20 Jun 2023 17:56:08 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Wed, 28 Jun 2023 12:26:12 +0000 libosmo-netif (1.3.0) unstable; urgency=medium
View file
libosmo-netif_1.3.0.31.7e5e.tar.xz/src/stream.c -> libosmo-netif_1.3.0.32.4230.tar.xz/src/stream.c
Changed
@@ -1151,7 +1151,7 @@ int flags; }; -static int osmo_stream_srv_ofd_cb(struct osmo_fd *ofd, unsigned int what) +static int osmo_stream_srv_link_ofd_cb(struct osmo_fd *ofd, unsigned int what) { int ret; int sock_fd; @@ -1227,7 +1227,7 @@ link->sk_domain = AF_UNSPEC; link->sk_type = SOCK_STREAM; link->proto = IPPROTO_TCP; - osmo_fd_setup(&link->ofd, -1, OSMO_FD_READ | OSMO_FD_WRITE, osmo_stream_srv_ofd_cb, link, 0); + osmo_fd_setup(&link->ofd, -1, OSMO_FD_READ | OSMO_FD_WRITE, osmo_stream_srv_link_ofd_cb, link, 0); return link; }
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
.