SHA256
8
0
forked from pool/libuev

11 Commits

Author SHA256 Message Date
0029a52d2d Accepting request 1138233 from home:jubalh:branches:devel:libraries:c_c++
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
2024-01-12 10:51:38 +00:00
ed06a67dea Accepting request 1136982 from home:jubalh:branches:devel:libraries:c_c++
- Update to 2.4.1:
  * Update README with list of moden Linux APIs used
  * Fix #27: possible buffer overrun in uev_run()

OBS-URL: https://build.opensuse.org/request/show/1136982
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuev?expand=0&rev=17
2024-01-05 11:11:18 +00:00
ec9add5efa Accepting request 924391 from home:AndreasStieger:branches:devel:libraries:c_c++
libuev 2.4.0

OBS-URL: https://build.opensuse.org/request/show/924391
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuev?expand=0&rev=16
2021-10-10 09:51:15 +00:00
050582c1b5 Accepting request 920115 from home:cgiboudeaux:branches:devel:libraries:c_c++
- Add glibc >= 2.33 build fix:
  * 0001-Fix-25-glibc-2.33-requires-_FILE_OFFSET_BITS-64-with.patch

OBS-URL: https://build.opensuse.org/request/show/920115
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuev?expand=0&rev=15
2021-09-19 15:27:34 +00:00
dd816cba2a Accepting request 872195 from home:AndreasStieger:branches:devel:libraries:c_c++
libuev 2.3.2

OBS-URL: https://build.opensuse.org/request/show/872195
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuev?expand=0&rev=13
2021-02-14 20:35:05 +00:00
9c5411220f Accepting request 779057 from home:jubalh:branches:devel:libraries:c_c++
- Update to 2.3.1:
  * Use separate aux/ dir for auxilliary files and check for install

OBS-URL: https://build.opensuse.org/request/show/779057
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuev?expand=0&rev=11
2020-02-25 13:25:42 +00:00
9ea7b89314 Accepting request 692219 from home:jubalh:branches:devel:libraries:c_c++
- Update to 2.3.0:
  * Support for Linux eventfd, uev_event_*() see API.md for details

OBS-URL: https://build.opensuse.org/request/show/692219
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuev?expand=0&rev=9
2019-04-08 09:28:39 +00:00
c8d00c2186 Accepting request 640558 from home:jubalh:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/640558
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuev?expand=0&rev=7
2018-10-08 10:24:15 +00:00
12a33a1f8f Accepting request 633837 from home:jubalh:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/633837
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuev?expand=0&rev=5
2018-09-07 08:57:20 +00:00
00a9d9de2c Accepting request 626042 from home:jengelh:branches:devel:libraries:c_c++
- Ensure neutrality of descriptions.

OBS-URL: https://build.opensuse.org/request/show/626042
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuev?expand=0&rev=3
2018-07-31 06:53:12 +00:00
3ca4fa0532 Accepting request 617532 from home:mnhauke
Initial package for libuev

OBS-URL: https://build.opensuse.org/request/show/617532
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuev?expand=0&rev=1
2018-06-19 06:38:10 +00:00