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
This commit is contained in:
Lars Müller 2015-06-27 20:09:33 +00:00 committed by Git OBS Bridge
parent 9666a9ae5e
commit 6529597461
6 changed files with 27 additions and 16 deletions

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJU9tM1AAoJEEeTkWETCEAlVjEIAISUet8GtpXThZ9T7RAsuokN
0LRqL6PvOZEGdGljnQ3H6ckm32OUKBtoH0z8vXPq44mjJVFW6j6rbvLorD3ZFRe3
02fhWZzRsCoTmirhXFILxtQgiF+LBJ3+1IGKNHAhsV2fwRpFzfjk7cWGZ+2xbFrE
QqrxW1h2I/wLqtNSa1afoPQsXfL7wTThKG1z4mhMlwLQPqWbUHXd08EO7O0JfSLs
qz0CXKdpCEUscsRJQd1vFh3pnGPioS53OKfgVM3UtblYjKc9LGqZCNvtPnrityiP
Z6/X8quxQsEtJttuTpqUMCEYzGAYw4t1jvg9vG4sJy+yM48hS89La/J8xanndMg=
=dI11
-----END PGP SIGNATURE-----

View File

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJVe4DIAAoJEEeTkWETCEAlFcMH/2r34XPbCpN7HgQqXjZhOEob
bCk4C6/gDmf3Y+JGkHWqKFlCnI6ekzEwdDU1V/2gqMppUH8uc7XEHZ2wfeC5rZXz
t8psx4DoH+1Bm33Dtj5+xp7P2WEC5qblO9WJ8F4jP6wjOO0DENgvVQQfhx5qFIn9
Mc/YQMS6H0AlucLiszaCUS224kW4jjG04JCaNTFN4yhbE40eZaLbCJcwZ2subVEh
YWV9WA/JX7hLCgkz2qaSdivO/0nXjXRE91V4QerfAa9AGf+/1vL9OGZspLHGAyMs
wTUiVIiZ5nyQX30LcH9yn4D5kbAklplD+1wCS62oQQ9RKYp9y6xOwcd5hZCsiBI=
=jtY7
-----END PGP SIGNATURE-----

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jun 27 17:20:12 UTC 2015 - lmuelle@suse.com
- 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).
-------------------------------------------------------------------
Thu Mar 5 11:16:25 UTC 2015 - lmuelle@suse.com

View File

@ -37,7 +37,7 @@ BuildRequires: python-devel
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
Url: http://tevent.samba.org/
Version: 0.9.24
Version: 0.9.25
Release: 0
Summary: An event system based on the talloc memory management library
License: GPL-3.0+
@ -133,7 +133,7 @@ CONFIGURE_OPTIONS="\
doxygen doxy.config
%check
%{__make} test
LD_LIBRARY_PATH=bin/shared %{__make} test
%install
DESTDIR=${RPM_BUILD_ROOT} make install