[Pkg-samba-maint] [samba] branch master updated (632a739 -> b8d6c58)
Mathieu Parent
sathieu at moszumanska.debian.org
Wed Oct 12 05:55:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
sathieu pushed a change to branch master
in repository samba.
from 632a739 Release 2:4.4.6+dfsg-1
new 9a72dc1 Remove uses of tevent internals. This fixes segfault (Closes: #840382, #840298)
new b8d6c58 Release 2:4.4.6+dfsg-2
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debian/changelog | 7 +
.../bug_12283_segfault_tevent_internals.patch | 1597 ++++++++++++++++++++
debian/patches/series | 1 +
source3/include/includes.h | 4 +-
source3/include/{event.h => util_event.h} | 16 +-
source3/lib/events.c | 486 ------
source3/lib/server_contexts.c | 2 +-
source3/lib/util_event.c | 101 ++
source3/modules/vfs_glusterfs.c | 1 -
source3/nmbd/nmbd_packets.c | 162 +-
source3/rpc_server/rpc_ncacn_np.c | 8 +-
source3/smbd/process.c | 4 +-
source3/smbd/server.c | 1 -
source3/winbindd/winbindd_dual.c | 5 +-
source3/wscript_build | 2 +-
15 files changed, 1819 insertions(+), 578 deletions(-)
create mode 100644 debian/patches/bug_12283_segfault_tevent_internals.patch
rename source3/include/{event.h => util_event.h} (64%)
delete mode 100644 source3/lib/events.c
create mode 100644 source3/lib/util_event.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git
More information about the Pkg-samba-maint
mailing list