forked from pool/libuev
bsc#1218749 CVE-2022-48620 OBS-URL: https://build.opensuse.org/request/show/1138233 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuev?expand=0&rev=19
87 lines
3.2 KiB
Plaintext
87 lines
3.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 5 07:24:32 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 2.4.1:
|
|
* Update README with list of moden Linux APIs used
|
|
* Fix #27: possible buffer overrun in uev_run()
|
|
bsc#1218749 CVE-2022-48620
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 9 12:49:52 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- libuev 2.4.0:
|
|
* major ABI bump:
|
|
Add struct signalfd_siginfo to uev_t, valid for signal watchers
|
|
Now more metadata is available to signal callbacks
|
|
* built for 64 bit time_t, requiring users to use the following:
|
|
CPPFLAGS += -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64
|
|
* documentation updates
|
|
- run tests during build
|
|
- drop 0001-Fix-25-glibc-2.33-requires-_FILE_OFFSET_BITS-64-with.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 19 08:44:57 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- Add glibc >= 2.33 build fix:
|
|
* 0001-Fix-25-glibc-2.33-requires-_FILE_OFFSET_BITS-64-with.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 14 19:42:17 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- libuev 2.3.2:
|
|
* fixes for other distributions only
|
|
- switch to bootstrapped upstream tarball
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 25 12:39:17 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 2.3.1:
|
|
* Use separate aux/ dir for auxilliary files and check for install
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 8 08:28:23 UTC 2019 - mvetter@suse.com
|
|
|
|
- Update to 2.3.0:
|
|
* Support for Linux eventfd, uev_event_*() see API.md for details
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 8 09:05:24 UTC 2018 - mvetter@suse.com
|
|
|
|
- Update to 2.2.0:
|
|
Note:
|
|
* You now have to explicitly include sys/queue.h, or provide
|
|
a local version of queue.h, if your application depends on it.
|
|
Changes:
|
|
* Replaced BSD queue.h doubly-linked lst API with own
|
|
implementation. Making libuEv stand-alone, no longer imposing
|
|
any particular version of queue.h on the user
|
|
* Enforce -std=gnu11 to unlock typeof() in older GCC versions
|
|
* Code cleanup
|
|
Fixes:
|
|
* Fix missing header deps. in Makefile.am, library did not rebuild
|
|
properly if any of the local header files were changed
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 7 06:40:04 UTC 2018 - mvetter@suse.com
|
|
|
|
- Update to 2.1.3:
|
|
Changes:
|
|
* Update joystick example, use first device, /dev/input/js0
|
|
* Minor refactor of uev_exit(), use _SAFE macros to traverse
|
|
list of watchers instead of while()
|
|
* New API test to verify that uev_exit() terminates properly
|
|
* Make uev_signal_stop() idempotent
|
|
Fixes:
|
|
* Let uev_timer_stop() call close() on the timerfd directly,
|
|
do not call uev_timer_set() since that may cause
|
|
lockups or hangs
|
|
-------------------------------------------------------------------
|
|
Sun Jul 29 10:35:02 UTC 2018 - jengelh@inai.de
|
|
|
|
- Ensure neutrality of descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 18 11:46:36 UTC 2018 - mardnh@gmx.de
|
|
|
|
- Initial package, version 2.1.2
|