Commit Graph

67 Commits

Author SHA256 Message Date
Noel Power
58685216af OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=121 2024-05-20 09:09:03 +00:00
eda89226f7 Accepting request 1140338 from home:jgwang:branches:network:samba:STABLE
- Update to version 0.16.0

OBS-URL: https://build.opensuse.org/request/show/1140338
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=119
2024-01-22 07:42:40 +00:00
574be290a2 Accepting request 1114104 from home:npower:branches:network:samba:STABLE
-  Update to version 0.15.0
    * remove py2 ifdefs
    * python: Safely clear structure members
    * the tevent_thread_call_depth API is updated
      in order to allow better tracing.
      pass TEVENT_DEBUG_TRACE to tevent_debug() callbacks by default.
    * Spelling fixes
    * Make use of epoll_create1() for epoll backend
    * Optimize overhead in the epoll backend

-  Update to version 0.15.0
    * remove py2 ifdefs
    * python: Safely clear structure members
    * the tevent_thread_call_depth API is updated
      in order to allow better tracing.
    * add tevent_set_max_debug_level() only and don't
      pass TEVENT_DEBUG_TRACE to tevent_debug() callbacks by default.
    * Spelling fixes
    * Make use of epoll_create1() for epoll backend
    * Optimize overhead in the epoll backend

OBS-URL: https://build.opensuse.org/request/show/1114104
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=117
2023-09-29 07:26:15 +00:00
149f871222 Accepting request 1084596 from home:dimstar:Factory
- Add _multibuild to define 2nd spec file as additional flavor.
  Eliminates the need for source package links in OBS.

OBS-URL: https://build.opensuse.org/request/show/1084596
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=115
2023-05-04 14:16:50 +00:00
Noel Power
443905d184 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=113 2023-03-20 10:00:15 +00:00
David Mulder
0a0148dc88 Accepting request 1006429 from home:npower:update_samba
- Update to version 0.13.0
  + tevent: add tevent_cached_getpid() helper
- Update to version 0.12.0
  + tevent: Add tevent queue tracing support
  + tevent: Use internally an empty trigger function for
    blocker requests

OBS-URL: https://build.opensuse.org/request/show/1006429
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=111
2022-09-29 14:50:02 +00:00
78f38932e3 Accepting request 950767 from home:dmulder:branches:network:samba:ADDC
- Fix build on 15.3 (for the heimdal addc build), by bundling cmocka.

OBS-URL: https://build.opensuse.org/request/show/950767
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=110
2022-02-02 15:53:48 +00:00
Noel Power
abdce0fb01 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=109 2021-09-23 10:24:08 +00:00
46c43d1437 Accepting request 786209 from home:scabrero:branches:home:npower:update_factory_4.12.0
- Update to version 0.10.2
  + Upgrade waf to version 2.0.18 to fix a cross-compilation issue;
    (bso#13846).

OBS-URL: https://build.opensuse.org/request/show/786209
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=107
2020-03-18 15:34:07 +00:00
Noel Power
093a95065b Accepting request 751144 from home:mcepl:branches:network:samba:STABLE
- Update to 0.10.1 ... make build with Python 3.8 working again
  (new waf).

OBS-URL: https://build.opensuse.org/request/show/751144
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=105
2020-01-03 14:01:55 +00:00
df438f5bb3 Accepting request 735427 from home:jmcdough:branches:network:samba:STABLE:g2be_giw
update to 0.10.0 for samba 4.11 prep

OBS-URL: https://build.opensuse.org/request/show/735427
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=103
2019-10-07 08:22:03 +00:00
c97edcd737 Accepting request 688782 from network:samba:TESTING
- Update to version 0.9.39
  + py_tevent: add_timer takes float argument
  + C99 build fixes.
  + Fix standalone build of tevent.
- Update to version 0.9.38
  + Deprecate tevent wrapper api again
  + Build fixes
  + The build uses python3 by default:
  + --extra-python would take python2 now
  + To build with python2 only use:
    PYTHON=python2 ./configure
    PYTHON=python2 make
    PYTHON=python2 make install

OBS-URL: https://build.opensuse.org/request/show/688782
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=101
2019-04-22 17:10:28 +00:00
David Mulder
5c02aeb463 Accepting request 638024 from home:scabrero:branches:network:samba:STABLE
- Update license to LGPL-3.0
- Sync tevent-man.spec with tevent.spec

OBS-URL: https://build.opensuse.org/request/show/638024
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=99
2018-09-25 15:00:15 +00:00
c04c0ac37a Accepting request 628200 from home:dmulder:branches:samba_gpo_test
- Update to version 0.9.37
  + simplify "poll" and "poll_mt" backends
  + make tevent_abort() reachable for backends
  + add tevent_common_invoke_*_handler() functions
  + add tevent_context_same_loop() function
  + add tevent_context_wrapper_create() infrastructure
  + add tevent_req_profile infrastructure

OBS-URL: https://build.opensuse.org/request/show/628200
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=97
2018-08-08 17:19:37 +00:00
d8a86e314a Accepting request 588006 from home:jmcdough:4-8-factory
Update tevent required for samba 4.8.0

OBS-URL: https://build.opensuse.org/request/show/588006
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=94
2018-03-19 10:56:47 +00:00
David Mulder
72436cfb68 Accepting request 546279 from home:scabrero:branches:network:samba:STABLE
- Update to version 0.9.34; (bsc#1069666);
  + Remove unused select backend
  + Fix a race condition in tevent_threaded_schedule_immediate();
    (bso#13130);
- Update to version 0.9.34; (bsc#1069666);
  + Remove unused select backend
  + Fix a race condition in tevent_threaded_schedule_immediate();
    (bso#13130);

OBS-URL: https://build.opensuse.org/request/show/546279
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=92
2017-11-29 18:29:56 +00:00
c802f9625b Accepting request 529901 from network:samba:TESTING
1

OBS-URL: https://build.opensuse.org/request/show/529901
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=90
2017-10-01 11:51:57 +00:00
David Disseldorp
87926ebc0d add bsc#1032915 reference to changelog
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=88
2017-04-10 14:34:52 +00:00
Aurelien Aptel
dbbf6718ef Accepting request 455024 from home:jengelh:branches:network:samba:STABLE
- Drop redundant PreReq for ldconfig; this is autodetected.
  Set RPM group right.

OBS-URL: https://build.opensuse.org/request/show/455024
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=86
2017-02-06 15:27:30 +00:00
David Disseldorp
008e81d091 Resync tevent + tevent-man changelogs.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=85
2017-02-06 12:49:40 +00:00
Aurelien Aptel
b6430c7b20 Accepting request 452421 from home:dmdiss:samba-ceph-ctdb
- Update to version 0.9.31.
  + Add tevent_req_reset_endtime
  + Make talloc_free safe when threaded_contexts exist
  + Add tevent_update_timer
  + Factor out tevent_common_insert_timer
  + Add threaded immediate activation

OBS-URL: https://build.opensuse.org/request/show/452421
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=82
2017-01-25 17:58:52 +00:00
2e27ab1576 Accepting request 427627 from home:jmcdough:samba450
Update to 0.9.29

OBS-URL: https://build.opensuse.org/request/show/427627
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=79
2016-09-14 14:00:14 +00:00
Lars Müller
ff4641b5ce Require talloc 2.1.6 at build-time; (bsc#954658).
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=77
2016-03-16 16:19:10 +00:00
Lars Müller
911de09f92 Add missing hyphen
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=76
2016-03-15 16:57:06 +00:00
Lars Müller
fd0c753a5d Require talloc 2.1.6 at build time; (bso#11789).
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=75
2016-03-15 16:43:54 +00:00
Lars Müller
916b48e6a2 Accepting request 360744 from home:lmuelle:bsc966174
Avoid a file collision for non SUSE build targets; (bsc#966174).

OBS-URL: https://build.opensuse.org/request/show/360744
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=73
2016-02-21 19:22:39 +00:00
Lars Müller
f02d70f6dc Adding bsc#954658 once is enough
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=71
2016-02-19 21:51:18 +00:00
Lars Müller
2b05821cd9 - Update to 0.9.28; (bsc#954658).
+ Fix memory leak when old signal action restored (bso#11742).
- Update to 0.9.27; (bsc#954658).
  + Fix bug in poll backend - poll_event_loop_poll() exits the for loop on
    POLLNVAL instead of continuing to find an event that is ready.
  + Fix ETIME handling for Solaris event ports (bso#11728).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=70
2016-02-19 21:38:36 +00:00
Lars Müller
91af493651 - Update to 0.9.26; (bsc#954658).
+ New tevent_thread_proxy API
  + Minor build fixes

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=67
2015-11-11 18:19:05 +00:00
Lars Müller
496ec66612 Disable rpath-install and silent-rules while configure.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=63
2015-10-30 15:20:45 +00:00
Lars Müller
5a19f95bb3 Accepting request 340843 from home:lmuelle:pyton3-samba
Add python3-tevent; (bsc#951911).

OBS-URL: https://build.opensuse.org/request/show/340843
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=58
2015-10-25 15:04:06 +00:00
Lars Müller
6dbdbeb093 Accepting request 340501 from home:lmuelle:pysamba
Require python-talloc-devel instead of pytalloc-devel.

OBS-URL: https://build.opensuse.org/request/show/340501
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=57
2015-10-22 21:44:29 +00:00
Lars Müller
8181879313 Update the Samba Library Distribution Key file 'tevent.keyring';
(bso#945116).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=55
2015-09-09 20:25:23 +00:00
Lars Müller
9063257ff6 Recommend to install tevent-man from libtevent-devel on post-10.3 systems.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=53
2015-09-07 22:45:35 +00:00
Lars Müller
62f8e35f16 Accepting request 329606 from home:lmuelle:branches:network:samba:STABLE
- Recommend to install tevent-man for post-10.3 systems.

- Remove superfluous _name define.

- Update the Samba Library Distribution Key file 'tevent.keyring'.

OBS-URL: https://build.opensuse.org/request/show/329606
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=52
2015-09-07 22:32:45 +00:00
Dominique Leuenberger
b187ea296a Accepting request 329143 from network:samba:STABLE
Sorry for the noise.. the fix invovles actually THIS one AND a change in doxygen... neither of the two manages to solve it completely

OBS-URL: https://build.opensuse.org/request/show/329143
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=51
2015-09-04 14:30:00 +00:00
Dominique Leuenberger
8be979d931 Accepting request 329141 from network:samba:STABLE
Revert the 2spec approach.. the cycle reaches further... we will try a fix in doxygen directly

OBS-URL: https://build.opensuse.org/request/show/329141
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=50
2015-09-04 14:09:03 +00:00
Dominique Leuenberger
c8e0bdd18c Accepting request 324530 from home:dimstar:doxygen
create man page in a 2nd build cycle, in order to avoid a stupid build loop, since doxygen switched to cmake

OBS-URL: https://build.opensuse.org/request/show/324530
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=49
2015-09-04 13:29:15 +00:00
Lars Müller
6529597461 Accepting request 314127 from home:lmuelle
- Update to 0.9.25.
  + Fix compile error in Solaris ports backend.
  + Fix access after free in tevent_common_check_signal(); (bso#11308).
  + Improve pytevent bindings.
  + Testsuite fixes.
  + Improve the documentation of the tevent_add_fd() assumtions. It must be
    talloc_free'ed before closing the fd! (bso##11141); (bso#11316).

OBS-URL: https://build.opensuse.org/request/show/314127
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=47
2015-06-27 20:09:33 +00:00
Lars Müller
9666a9ae5e - Update to 0.9.24.
+ Ignore unexpected signal events in the same way the epoll backend does.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=45
2015-03-05 11:19:03 +00:00
Lars Müller
fdd28451e3 - Update to 0.9.23.
+ Update the tevent_data.dox tutrial stuff to fix some errors, including
    white space problems.
  + Use tevent_req_simple_recv_unix in a few places.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=43
2015-02-27 19:47:51 +00:00
Lars Müller
15f7a4f722 Use the upstream tar ball, as signature verification is now able to handle
compressed archives.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=41
2014-11-06 13:32:58 +00:00
Lars Müller
a75b1814ed Remove dependency on gpg-offline as signature checking is implemented in the
source validator.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=40
2014-10-28 15:54:31 +00:00
Lars Müller
646017d8c9 - Update to 0.9.22.
+ remove unused exit_code in tevent_select.c
  + remove unused exit_code in tevent_poll.c
  + build: improve detection of srcdir
  + lib: tevent: make TEVENT_SIG_INCREMENT atomic.
  + Update flags in tevent pkgconfig file

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=38
2014-10-05 17:47:26 +00:00
Lars Müller
23515c2386 Utilize doxygen to generate the API documentation and package it.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=36
2014-09-23 20:46:36 +00:00
Lars Müller
09011ef1a7 Revert r34 and BuildRequire pkg-config again.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=35
2014-05-24 13:06:16 +00:00
Lars Müller
4d813d9ec7 Don't BuildRequire pkg-config from the main package.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=34
2014-05-23 19:19:25 +00:00
Lars Müller
c6f1169d42 - Update to 0.9.21.
+ add tevent_req_set_cleanup_fn()
  + add/use tevent_req_destructor
  + add doxygen comments for tevent_num_signals() and
    tevent_sa_info_queue_count()
  + Add prototypes
  + Only build "std_fallback_to_poll" when epoll is around
  + fix crash bug in tevent_queue_immediate_trigger()
  + Fix CID 1138326 Unchecked return value
- Update to 0.9.20.
  + give the user the chance to ask for TEVENT_NUM_SIGNALS and
    TEVENT_SA_INFO_QUEUE_COUNT
  + change TEVENT_SA_INFO_QUEUE_COUNT from 64 to 256
  + tevent_epoll_set_panic_fallback() can be a void function
  + make use of talloc_get_type_abort() in tevent_epoll.c, tevent_signal.c,
    tevent_select.c, and tevent_queue.c
  + use talloc_get_type_abort() in the documentation examples
  + add tevent_queue_wait_send/recv()
  + tevent_req_create() already uses ZERO_STRUCT(req)
  + let tevent_req_received() clear the private_cancel function
  + cancel the timeout timer when the request is finished
  + Use talloc_pooled_object for tevent_req_create
  + Remove a pointless goto
  + Add tevent_received to tevent_req_simple_recv_ntstatus
  + Fix tutorial reference
  + Add echo server sample code
  + Sync to tevent 0.9.18 from upstream
  + expose tevent_context_init_ops

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=32
2014-02-17 22:17:40 +00:00
Lars Müller
2e1d826db9 - Update to 0.9.19.
+ Remove the signal pipe if no signal events are around
  + document tevent_req_create state zeroing
  + Fix Coverity ID 989236 Operands don't affect result
  + Add tevent tutorial files and link it on the mainpage
  + Only set poll_ev->delete=false if it was true

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=29
2013-12-06 13:57:24 +00:00
Lars Müller
9ead174d0c Verify source tar ball gpg signature.
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=28
2013-12-06 13:50:21 +00:00