[Pkg-samba-maint] [samba] branch experimental updated (a733a09 -> ef401bf)

Mathieu Parent sathieu at moszumanska.debian.org
Wed Oct 19 20:02:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

sathieu pushed a change to branch experimental
in repository samba.

      from  a733a09   Changelog for bumped deps
       new  b256267   Use epoch in samba-vfs-modules Breaks and Replaces (Closes: #833164)
       new  c4594b2   Only fix PIDFile in {nmbd,samba-ad-dc,smbd,winbind}.service (i.e. not ctdb.service) Closes: #838000
       new  2a2a549   logrotate: Only reload smbd when needed. Thanks Roland Hieber. Closes: #838796
       new  eba93f5   Move ctdb tests (upstream ef3697f)
       new  a037d3a   Remove tevent-unix-util public library (Upstream 4f28e53 and f41a550)
       new  30933eb   Remove libntvfs.so.* (Upstream 84f54ce)
       new  ebfe32f   Merge sid changelog
       new  14493e7   Remove uses of tevent internals. This fixes segfault (Closes: #840382, #840298)
       new  4854621   patch for https://bugzilla.samba.org/show_bug.cgi?id=12045
       new  ef401bf   ctdb/wscript: Call CHECK_XSLTPROC_MANPAGES() before checking XSLTPROC_MANPAGES

The 10 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:
 ctdb/wscript                                       |    1 +
 debian/changelog                                   |   19 +-
 debian/control                                     |    4 +-
 debian/patches/Fix_parallel_build.patch            |   28 +
 .../bug_12283_segfault_tevent_internals.patch      | 1597 ++++++++++++++++++++
 ...il-out-of-stabilize-if-we-can-not-get-the.patch |   35 +
 debian/patches/series                              |    3 +
 debian/rules                                       |    9 +-
 debian/samba-dev.install                           |    1 -
 debian/samba-libs.install                          |    2 -
 debian/samba.logrotate                             |    2 +-
 source3/include/includes.h                         |    4 +-
 source3/include/{event.h => util_event.h}          |   16 +-
 source3/lib/events.c                               |  486 ------
 source3/lib/gencache.c                             |    2 +-
 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 +-
 24 files changed, 1906 insertions(+), 589 deletions(-)
 create mode 100644 debian/patches/Fix_parallel_build.patch
 create mode 100644 debian/patches/bug_12283_segfault_tevent_internals.patch
 create mode 100644 debian/patches/gencache-Bail-out-of-stabilize-if-we-can-not-get-the.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