Revisions of tevent

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 373869 from Lars Müller's avatar Lars Müller (lmuelle) (revision 25)
Require talloc 2.1.6 at build-time; (bsc#954658).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 343928 from Lars Müller's avatar Lars Müller (lmuelle) (revision 23)
- Update to 0.9.26; (bsc#954658).
  + New tevent_thread_proxy API
  + Minor build fixes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 343005 from Lars Müller's avatar Lars Müller (lmuelle) (revision 22)
tevent-man has the name tevent too as it is a copy of the main spec
file.  Even this has tow names as talloc has now too.

The complain of the OBS is a known issue.

The actual package modification is:
Disable rpath-install and silent-rules while configure.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 340874 from Lars Müller's avatar Lars Müller (lmuelle) (revision 21)
- Add python3-tevent; (bsc#951911).

- Require python-talloc-devel instead of pytalloc-devel.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 330106 from Lars Müller's avatar Lars Müller (lmuelle) (revision 20)
Update the Samba Library Distribution Key file 'tevent.keyring';
(bso#945116).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 329608 from Lars Müller's avatar Lars Müller (lmuelle) (revision 19)
- Recommend to install tevent-man from libtevent-devel on post-10.3 systems.

- Remove superfluous _name define.

- Update the Samba Library Distribution Key file 'tevent.keyring'.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 314210 from Lars Müller's avatar Lars Müller (lmuelle) (revision 18)
- 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).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 289351 from Lars Müller's avatar Lars Müller (lmuelle) (revision 17)
- Update to 0.9.24.
  + Ignore unexpected signal events in the same way the epoll backend does.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 288320 from Lars Müller's avatar Lars Müller (lmuelle) (revision 16)
- 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.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 260076 from Lars Müller's avatar Lars Müller (lmuelle) (revision 15)
- Use the upstream tar ball, as signature verification is now able to handle
  compressed archives.

- Remove dependency on gpg-offline as signature checking is implemented in the
  source validator.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 254063 from Lars Müller's avatar Lars Müller (lmuelle) (revision 14)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 251751 from Lars Müller's avatar Lars Müller (lmuelle) (revision 13)
Utilize doxygen to generate the API documentation and package it.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 12)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 222650 from Lars Müller's avatar Lars Müller (lmuelle) (revision 11)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 209667 from Lars Müller's avatar Lars Müller (lmuelle) (revision 10)
- 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

- Verify source tar ball gpg signature.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 9)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 196776 from Lars Müller's avatar Lars Müller (lmuelle) (revision 8)
- PreReq /sbin/ldconfig from python-tevent.

- Add python-tevent to baselibs.conf.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 183113 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 7)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 171163 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 6)
Automatic submission by obs-autosubmit
Displaying revisions 21 - 40 of 45
openSUSE Build Service is sponsored by