- 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
This commit is contained in:
parent
582506d4ce
commit
2b05821cd9
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJWPKtSAAoJEEeTkWETCEAl/k8H/1YqY2drLsJUrOONSyF/dp06
|
||||
4yK2PvafRfh0taab6w7shmObuX0xWWlyK+B2tw0BpV7kfowvvIgDgN5wkdIFNeeU
|
||||
iP9YupPuo5bqiMEwf0YBepuNU0wUh+lLqryYc4YX95bv3rnJ5ZPUzAJp06XsZ4B3
|
||||
EzTNJCnMTlzhOL6VYnxtF2dQN+GTdJmX/j9D+cdlEMg16a2bD6PgUwhVpx+Fl8e9
|
||||
KpZAHlEYw8GdkWugGHTFKmngy+EmNBJMMpbtE/f9jcilYo1YbV5trjKcqE8ccity
|
||||
EFwj7HGlo8cuO/c0O4aWqM5ZSmslEzaueXqmGWTrCIsPv+uL4YeRI3YycRcWKHQ=
|
||||
=zR0+
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:262c14d78ede13f2c4fc5e61485ae7250a201782d94735a1d8412652453370bd
|
||||
size 581664
|
11
tevent-0.9.28.tar.asc
Normal file
11
tevent-0.9.28.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJWx4ObAAoJEEeTkWETCEAl+VIH/1e01OiC7dxegF2FpBbiwGRo
|
||||
vOZzS0O3RFyNhOvoH+85OfA4kwUQOHAqfva31irjHqtL+76QW84YT5DLNNqWLP6D
|
||||
nTdQKPEm8nuK+1JPokOFuJniCs3AuCR90pK1kcLNCKBc3dnFsCW53LSrG2MaOijE
|
||||
+c3exTxf/BXhrgRJ1ZJUM27Kf7SIrv0uMUt8HnvCd2bm9jDgw5MHxaiB6gbI9sdW
|
||||
5EcF2pZgU1B/qD+I8ZQqIxlU68bpLWa8nbHlFSro8sm4WRt5IEbTjHSJPGM7xxCJ
|
||||
s3JDTO7JTEt9U/lVlVK9uysDsWo2IsXo+Cp+CkxHBkdRYDNCdmDSGdhvqpWSmFk=
|
||||
=DwaQ
|
||||
-----END PGP SIGNATURE-----
|
3
tevent-0.9.28.tar.gz
Normal file
3
tevent-0.9.28.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04d953379025b1560af5c4ffcce58a3ee84db7aaa09c9f1e3eff5b2945a13529
|
||||
size 581522
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 15:48:45 UTC 2016 - lmuelle@suse.com
|
||||
|
||||
- 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).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 17:52:45 UTC 2015 - lmuelle@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tevent-man
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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
|
||||
@ -51,7 +51,7 @@ BuildRequires: python-talloc-devel >= %{talloc_version}
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Url: http://tevent.samba.org/
|
||||
Version: 0.9.26
|
||||
Version: 0.9.28
|
||||
Release: 0
|
||||
Summary: An event system based on the talloc memory management library
|
||||
License: GPL-3.0+
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 15:48:45 UTC 2016 - lmuelle@suse.com
|
||||
|
||||
- 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).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 17:52:45 UTC 2015 - lmuelle@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tevent-man
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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
|
||||
@ -51,7 +51,7 @@ BuildRequires: python-talloc-devel >= %{talloc_version}
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Url: http://tevent.samba.org/
|
||||
Version: 0.9.26
|
||||
Version: 0.9.28
|
||||
Release: 0
|
||||
Summary: An event system based on the talloc memory management library
|
||||
License: GPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user