Projects
osmocom:master
libosmocore
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 474
View file
libosmocore.spec
Changed
@@ -14,13 +14,13 @@ Name: libosmocore Requires: osmocom-master -Version: 1.12.0.73.10f3 +Version: 1.13.0 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.12.0.73.10f3.tar.xz +Source: libosmocore_1.13.0.tar.xz Source1: rpmlintrc BuildRequires: automake >= 1.6 BuildRequires: libtool >= 2
View file
commit_10f3cf6944eef0ad8d93a8f8a31871a12b0d8ac9.txt
Deleted
View file
commit_33806164031c28fb15bef66b9e7de32af8befcd9.txt
Added
View file
libosmocore_1.12.0.73.10f3.dsc -> libosmocore_1.13.0.dsc
Changed
@@ -2,7 +2,7 @@ Source: libosmocore Binary: libosmocore, libosmocodec4, libosmocodec-doc, libosmocoding0, libosmocoding-doc, libosmocore22, 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.12.0.73.10f3 +Version: 1.13.0 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: - 866504063491fc1797afc7fb53e8661f88c3a1e0 1141960 libosmocore_1.12.0.73.10f3.tar.xz + 13d4f753df384d788d278c29e7be80ef91cb52dc 1142564 libosmocore_1.13.0.tar.xz Checksums-Sha256: - 010a436d2b0f6314d8b7255415dfd61f483eb67fd2165426deb234361c7766ad 1141960 libosmocore_1.12.0.73.10f3.tar.xz + 172c8d4f8ee264a2f3d4985d1adcd6c2e0edaa0665c6bebc42a396a2eec0741d 1142564 libosmocore_1.13.0.tar.xz Files: - 2abc043dfe99c2b52090ad4a67454b40 1141960 libosmocore_1.12.0.73.10f3.tar.xz + 6559ce459c77fc66a7255ab91a4b987b 1142564 libosmocore_1.13.0.tar.xz
View file
libosmocore_1.12.0.73.10f3.tar.xz/.tarball-version -> libosmocore_1.13.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.12.0.73-10f3 +1.13.0
View file
libosmocore_1.12.0.73.10f3.tar.xz/TODO-RELEASE -> libosmocore_1.13.0.tar.xz/TODO-RELEASE
Changed
@@ -7,7 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -core added osmo_sock_set_nonblock(), osmo_sock_get_nonblock() -core added gsmtap_source_set_nonblock(), gsmtap_source_using_wq() -core added osmo_iofd_set_name_f() -core added log_{get,set}_filter(_data)(), log_get_context()
View file
libosmocore_1.12.0.73.10f3.tar.xz/debian/changelog -> libosmocore_1.13.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,87 @@ -libosmocore (1.12.0.73.10f3) unstable; urgency=medium +libosmocore (1.13.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Pau Espin Pedrol + * osmo-release.sh: Fix coloring output under bash + * socket: Introduce API osmo_sock_set_nonblock() + * cosmetic: io_uring: Fix typo in comment + * io_uring: RECVMSG_SENDMSG: Reset fd to blocking after osmo_fd_register() workaround + * cosmetic: logging.h: Fix whitespace + * gsmtap_util: Get rid of unused wq + * gsmtap_util: Fix fds not closed in ofd_wq_mode=0 + * vty: assert in optional param followed by optional-multi-choice param: Fix 2/2 + * vty/test: Validate optional-multi-choice param followed by optional-multi-choice param + * gsmtap_util: Avoid sink_fd leak gsmtap_source_add_sinki() called multiple times + * logging_vty: Allow setting gsmtap log tgt as (blocking-io|nonblocking-io|wq) + * logging_vty: Set 'gsmtap log nonblocking-io' as default + * gsmtap_util: Set sink_fd RCVBUF and SNDBUF to minimum + * gsmtap_util: Set source_fd RCVBUF to minimum + * gsmtap_util: Increase source_fd's SO_SNDBUF to 4MB + * omo_io: poll: Support multiple iov on all read/write variants + * osmo_io: Validate msghdr!=NULL after allocation + * osmo_io: io_uring: Fix batch mode in multithread process + * vty: Fix extern var declared inside ifdef + * Add --disable-syslog-logging configure option + * osmo_io: Introduce API osmo_iofd_set_name_f() + * configure.ac: EMBEDDED modifies default AC_ARG_ENABLE values + * gmstap_log: optimization: Add talloc_pool for transmitted messages + * select.c: Check for ENABLE_PSEUDOTALLOC instead of EMBEDDED + * select.c: Check for ENABLE_PLUGIN instead of EMBEDDED + * contrib/jenkins_arm.sh: Remove explicit configure.sh disable args + * osmo_io: Make iofd_handle_segmented_read() static + * osmo_io: Reorder iofd_handle_segmented_read() + * osmo_io: Assert osmo_iofd_set_alloc_info() params fit in a 16bit value + * logging: Add APIs to set/get log_{target,context} fields + * gb: Avoid accessing struct log_target members directly + * Remove unused private API log_target_create_file_stream() + * osmo_io: Support rx of segments up to ~UINT16_MAX + * osmo_io: Propagate segment_cb errors to the read_cb + * osmo_io.h: Avoid including sys/socket.h + * socket.h: Include netinet/in.h instead of arpa/inet.h + * configure.ac: Add arpa/inet.h to AC_CHECK_HEADERS + * osmo_io: Add assert to validate inconditional + * socket_compat.h improvements to always have struct osmo_sockaddr available + * remove references to define EMBEDDED in public headers + * logging: Move log target file to its own file + * osmo_io: Fix misalignment of iofd->cmsg used as struct cmsghdr + * logging_file: Avoid reopening file for stderr + * logging_file: Fix log_target_file_switch_to_stream on stderr + * stats_tcp.c: Remove unneeded EMBEDDED check + * logging: Avoid infinite loop logging inside logging path + * Fix 'logging: Avoid infinite loop logging inside logging path' + * logging: Also Avoid infinite loop/deadlock in log_check_level() + * osmo_io: Introduce API osmo_iofd_get_txqueue_max_length() + * logging_file: Clean log_target_file_reopen() + * Implement log file target using osmo_io + * Use same queue length for gsmtap_log and gsmtap_file + * osmo_io: Remove outdated comment in API doc of osmo_iofd_set_io_buffers() + * osmo_io: Allow fetching maximum value allowed by osmo_iofd_set_io_buffers() + * logging_file: Request up to 8 iofd write buffers if available + * vty: Use osmo_fd_{write,read}_enable() API helper + * osmo_io: Move function declaration to internal header + * osmo_io_uring: Split global init from per-thread init + * osmo_io: Lazy-initialize during osmo_iofd_setup() + * logging: Support nonblocking-io for log target stderr & file, make it default - -- Osmocom OBS scripts <info@osmocom.org> Tue, 10 Feb 2026 09:42:45 +0000 + Mychaela N. Falconia + * gsm/protocol/gsm_48_103.h: add definition for TW-TS-007 + * gsm/rsl: add definition for TFO transparent container IE + + Vadim Yanitskiy + * vty: assert in optional param followed by optional-multi-choice param: Reproduce 1/2 + + Timur Davydov + * Detect struct in6_addr.s6_addr32 via AC_CHECK_MEMBER and use HAVE_IN6_ADDR_S6_ADDR32 instead of __linux__. + * core: always build osmo_sock_multiaddr_* helpers + * core: fix printf format casts for struct timeval fields + * vty: guard definition of _XOPEN_SOURCE + * build: keep netns API public and gate features with HAVE_* + * core: remove SCTP include from osmo_io_internal.h + * core: guard TCP stats on availability of linux/tcp.h + * core: always build tun.c and gate TUN support by headers + * core: guard Linux netlink headers by libmnl usage + * Add Emscripten build support and JS callback logging backend + + -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 19 Feb 2026 12:39:15 +0100 libosmocore (1.12.0) unstable; urgency=medium
View file
libosmocore_1.12.0.73.10f3.tar.xz/src/core/Makefile.am -> libosmocore_1.13.0.tar.xz/src/core/Makefile.am
Changed
@@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -LIBVERSION=24:0:2 +LIBVERSION=25:0:3 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) AM_CFLAGS = -Wall $(TALLOC_CFLAGS) $(PTHREAD_CFLAGS) $(LIBSCTP_CFLAGS) $(LIBMNL_CFLAGS) $(URING_CFLAGS)
View file
libosmocore_1.12.0.73.10f3.tar.xz/src/ctrl/Makefile.am -> libosmocore_1.13.0.tar.xz/src/ctrl/Makefile.am
Changed
@@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -LIBVERSION=9:1:9 +LIBVERSION=9:2:9 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) AM_CFLAGS = -Wall $(TALLOC_CFLAGS)
View file
libosmocore_1.12.0.73.10f3.tar.xz/src/gb/Makefile.am -> libosmocore_1.13.0.tar.xz/src/gb/Makefile.am
Changed
@@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -LIBVERSION=17:1:3 +LIBVERSION=17:2:3 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) AM_CFLAGS = -Wall -fno-strict-aliasing \
View file
libosmocore_1.12.0.73.10f3.tar.xz/src/gsm/Makefile.am -> libosmocore_1.13.0.tar.xz/src/gsm/Makefile.am
Changed
@@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -LIBVERSION=23:0:3 +LIBVERSION=24:0:4 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall $(TALLOC_CFLAGS)
View file
libosmocore_1.12.0.73.10f3.tar.xz/src/vty/Makefile.am -> libosmocore_1.13.0.tar.xz/src/vty/Makefile.am
Changed
@@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html -LIBVERSION=13:3:0 +LIBVERSION=14:0:1 AM_CPPFLAGS = \ -I$(top_srcdir)/include \
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
.