Accepting request 1152120 from hardware
- Update to version 1.1.0+git0.20240222: - Changes: * socket: Use poll() - when available - instead of select() * socket: Allow NULL as address for socket_create() and socket_connect() * win32: Remove windows.h from public headers * Add version function to interface - Bugfixes: * opack: Fixed 32bit buffer overflow * opack: Fix parsing of 32 and 64 bit packed values - Internal: * Move LIMD_GLUE_API definitions to public headers * socket: Conditionally compile using poll or select based on availability * socket: Fix select failing when the process has many file descriptors by using poll instead * win32: Fix external compilation using libimobiledevice-glue/thread.h OBS-URL: https://build.opensuse.org/request/show/1152120 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice-glue?expand=0&rev=3
This commit is contained in:
commit
dad765f0f4
@ -3,4 +3,4 @@
|
||||
<param name="url">git@github.com:libimobiledevice/libimobiledevice.git</param>
|
||||
<param name="changesrevision">b3d35fbcf7a1ac669c2e80fbd58920941a5d4c0c</param></service><service name="tar_scm">
|
||||
<param name="url">git@github.com:libimobiledevice/libimobiledevice-glue.git</param>
|
||||
<param name="changesrevision">214bafdde6a1434ead87357afe6cb41b32318495</param></service></servicedata>
|
||||
<param name="changesrevision">6be525c3d3567685b662afaba547674895b73f31</param></service></servicedata>
|
BIN
libimobiledevice-glue-1.0.0+git3.20230513.obscpio
(Stored with Git LFS)
BIN
libimobiledevice-glue-1.0.0+git3.20230513.obscpio
(Stored with Git LFS)
Binary file not shown.
3
libimobiledevice-glue-1.1.0+git0.20240222.obscpio
Normal file
3
libimobiledevice-glue-1.1.0+git0.20240222.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e974724a24fd4d855fac779a1a3848278bf7b2cf7aa2234b537e2e654921df5
|
||||
size 176139
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 24 19:48:13 UTC 2024 - sebix@sebix.at
|
||||
|
||||
- Update to version 1.1.0+git0.20240222:
|
||||
- Changes:
|
||||
* socket: Use poll() - when available - instead of select()
|
||||
* socket: Allow NULL as address for socket_create() and socket_connect()
|
||||
* win32: Remove windows.h from public headers
|
||||
* Add version function to interface
|
||||
- Bugfixes:
|
||||
* opack: Fixed 32bit buffer overflow
|
||||
* opack: Fix parsing of 32 and 64 bit packed values
|
||||
- Internal:
|
||||
* Move LIMD_GLUE_API definitions to public headers
|
||||
* socket: Conditionally compile using poll or select based on availability
|
||||
* socket: Fix select failing when the process has many file descriptors by using poll instead
|
||||
* win32: Fix external compilation using libimobiledevice-glue/thread.h
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 02 11:11:11 UTC 2023 - msuchanek@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libimobiledevice-glue
|
||||
version: 1.0.0+git3.20230513
|
||||
mtime: 1683946902
|
||||
commit: 214bafdde6a1434ead87357afe6cb41b32318495
|
||||
version: 1.1.0+git0.20240222
|
||||
mtime: 1708604613
|
||||
commit: 6be525c3d3567685b662afaba547674895b73f31
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libimobiledevice-glue
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,8 +17,11 @@
|
||||
|
||||
|
||||
%define libname libimobiledevice-glue-1_0-0
|
||||
%define source_date_epoch_from_changelog 1
|
||||
%define clamp_mtime_to_source_date_epoch 1
|
||||
%define use_source_date_epoch_as_buildtime 1
|
||||
Name: libimobiledevice-glue
|
||||
Version: 1.0.0+git3.20230513
|
||||
Version: 1.1.0+git0.20240222
|
||||
Release: 0
|
||||
Summary: Native protocols library for iOS devices
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user