SHA256
1
0
forked from pool/tevent

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
This commit is contained in:
Samuel Cabrero 2018-03-19 10:56:47 +00:00 committed by Git OBS Bridge
parent 72436cfb68
commit d8a86e314a
8 changed files with 51 additions and 22 deletions

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJaChXTAAoJEEeTkWETCEAleKAIAKIbOhLNgjyAXZ+tjyBkllC8
UGRB53rIf2YxhzXQ3gEQO8t/+TmR4WcglwD47rv5XAocfXkecuO8O2Y7OgOOfLHb
MPaeB2bEgrLMMyAEbxeHTaTPr6AubT7tjJ6RdEyC2qxFKkyX8hFEbvmmSgIAcV2d
mDgh1FpD7qS76YNC9vHX7FDwGLj6qwNtb38kJeCL2iHoRjs2cGokaFpvsmt1y4ke
oeyUubWgXnmNOeQNWkws72P2eNOK9GLtwf254Gb7u4d+AisbNcfg/9s3dFHg+u53
fr51A2oHP6r9Xpwxin7CgE+5nDY4wazKvPB6723vzcNCD5QF4rMlbFmHnSkmLeY=
=tyOc
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73213ef8b27f4a0164e375140a177a751e06fe190a90f3178e24f206b4747b8a
size 590260

11
tevent-0.9.36.tar.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJaj+0hAAoJEEeTkWETCEAl5i8H/jWGCM724CGam7jX/40UMtnB
27x4JmehfIwwk2RtYtv8z44BqQij5WxeNOFNdoyRjjXbtBFnCjXYY7Oh3hh6qvec
QfMSdYxY8/YqKGS023vc8T9Slmxa9VTwmlr4BNNAo7vTwRtVJJf36VkJ9mfJL5L7
mr4qmUIqQm3u0ho6J7z/IGGQ98+AVi+e/X4Jd932czE29iN2RpCYY4CopZHvsAsT
utoNK6OXc2ucgSVmgOZIamSkLyvZ9uHFjpCtPy14ZenJvUSMXtshwh0mf81Iweaw
Rbf7Ffi1hW6TG+wo0xTPtp4dCyZkxyCLTAgHVxw7j778OaScOXWGaVuW8vivsDs=
=S38/
-----END PGP SIGNATURE-----

3
tevent-0.9.36.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd2b6be3fd1601ed7f176e99111e322c57d58e425cc149ee80c7dd4fed263b4c
size 592439

View File

@ -1,5 +1,15 @@
-------------------------------------------------------------------
Tue Nov 28 17:33:52 UTC 2017 - scabrero@suse.com
Fri Mar 16 17:57:04 UTC 2018 - jmcdonough@suse.com
- Update to version 0.9.36; (bso#13291);
+ improve documentation of tevent_queue_add_optimize_empty()
+ add tevent_queue_entry_untrigger()
+ Minor cleanup. wakeup_fd can always be gotten from the event context.
+ Use smb_set_close_on_exec() in example code.
- Use tirpc on newer sytems
-------------------------------------------------------------------
Tue Nov 28 17:31:07 UTC 2017 - scabrero@suse.com
- Update to version 0.9.34; (bsc#1069666);
+ Remove unused select backend
@ -7,13 +17,13 @@ Tue Nov 28 17:33:52 UTC 2017 - scabrero@suse.com
(bso#13130);
-------------------------------------------------------------------
Wed Jul 26 08:50:23 UTC 2017 - scabrero@suse.com
Wed Jul 26 08:49:04 UTC 2017 - scabrero@suse.com
- Update to version 0.9.33
+ make tevent_req_print() more robust against crashes
-------------------------------------------------------------------
Fri Jun 30 12:05:41 UTC 2017 - scabrero@suse.com
Fri Jun 30 11:58:18 UTC 2017 - scabrero@suse.com
- Update to version 0.9.32
+ Fix mutex locking in tevent_threaded_context_destructor().
@ -21,6 +31,12 @@ Fri Jun 30 12:05:41 UTC 2017 - scabrero@suse.com
+ Re-init threading in tevent_re_initialise().
+ Include the finish location in tevent_req_default_print().
-------------------------------------------------------------------
Mon Feb 6 15:00:05 UTC 2017 - jengelh@inai.de
- Drop redundant PreReq for ldconfig; this is autodetected.
Set RPM group right.
-------------------------------------------------------------------
Thu Feb 2 14:57:25 UTC 2017 - aaptel@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package tevent-man
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -53,7 +53,7 @@ BuildRequires: python-talloc-devel >= %{talloc_version}
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
Url: https://tevent.samba.org/
Version: 0.9.34
Version: 0.9.36
Release: 0
Summary: An event system based on the talloc memory management library
License: GPL-3.0+

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 16 17:57:04 UTC 2018 - jmcdonough@suse.com
- Update to version 0.9.36; (bso#13291);
+ improve documentation of tevent_queue_add_optimize_empty()
+ add tevent_queue_entry_untrigger()
+ Minor cleanup. wakeup_fd can always be gotten from the event context.
+ Use smb_set_close_on_exec() in example code.
- Use tirpc on newer sytems
-------------------------------------------------------------------
Tue Nov 28 17:31:07 UTC 2017 - scabrero@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package tevent-man
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@
%define with_python3 0
%endif
%define talloc_version 2.1.10
%define talloc_version 2.1.11
%define build_man 0
%if %{build_man}
@ -33,6 +33,9 @@ BuildRequires: doxygen
%else
Name: tevent
BuildRequires: libtalloc-devel >= %{talloc_version}
%if 0%{?suse_version} >= 1330
BuildRequires: libtirpc-devel
%endif
%if 0%{?suse_version} > 1020
BuildRequires: pkg-config
%else
@ -53,7 +56,7 @@ BuildRequires: python-talloc-devel >= %{talloc_version}
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
Url: https://tevent.samba.org/
Version: 0.9.34
Version: 0.9.36
Release: 0
Summary: An event system based on the talloc memory management library
License: GPL-3.0+