[pkg-bacula-commits] [bacula] 01/01: Merge branch 'master' into hardcode-users

Sven Hartge hartge-guest at moszumanska.debian.org
Wed Sep 21 15:20:24 UTC 2016


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

hartge-guest pushed a commit to branch hardcode-users
in repository bacula.

commit c99017f7cae98b8a5d310e57057fce792f00deff
Merge: 45c97b3 bada743
Author: Sven Hartge <sven at svenhartge.de>
Date:   Wed Sep 21 17:20:15 2016 +0200

    Merge branch 'master' into hardcode-users

 ChangeLog                                          |  75 +++++++++++++-
 LICENSE                                            |   2 +-
 LICENSE-FOSS                                       |   8 +-
 ReleaseNotes                                       |  40 +++++++-
 autoconf/configure.in                              |   1 +
 configure                                          |  19 ++--
 debian/changelog                                   |   5 +-
 debian/copyright                                   |  10 +-
 .../fix-bring-back-tmpfiles-configuration.patch    |  22 ----
 debian/patches/fix-default-config                  |   2 +-
 debian/patches/non-forking-systemd-units.patch     |   4 +-
 debian/patches/series                              |   1 -
 debian/scripts/generate-copyright                  |  12 +++
 debian/scripts/template.copyright                  |  13 +++
 debian/source.lintian-overrides                    |   2 -
 platforms/systemd/Makefile.in                      | 114 ++++++++++-----------
 platforms/systemd/bacula-dir.service.in            |   2 +-
 platforms/systemd/bacula-fd.service.in             |   2 +-
 platforms/systemd/bacula-sd.service.in             |   4 +-
 platforms/systemd/bacula.conf.in                   |   3 +
 src/cats/bdb.h                                     |   2 +-
 src/cats/bvfs.c                                    |   4 +-
 src/cats/mysql.c                                   |   1 +
 src/cats/postgresql.c                              |   1 +
 src/cats/sql.c                                     |   8 +-
 src/cats/sql_create.c                              |   4 +-
 src/cats/sql_update.c                              |  51 +++++----
 src/cats/sqlite.c                                  |   1 +
 src/console/console.c                              |   3 +
 src/dird/authenticate.c                            |   5 +
 src/dird/catreq.c                                  |  10 +-
 src/dird/dird_conf.c                               |   3 +
 src/dird/msgchan.c                                 |   4 +
 src/dird/next_vol.c                                |   5 +-
 src/dird/ua_cmds.c                                 |   7 ++
 src/dird/ua_run.c                                  |  13 ++-
 src/dird/ua_status.c                               |  16 ++-
 src/filed/bacula-fd.conf.in                        |   2 +-
 src/lib/bsys.c                                     |   9 +-
 src/lib/cram-md5.c                                 |  10 ++
 src/lib/edit.c                                     |   4 +-
 src/lib/parse_conf.c                               |   8 +-
 src/lib/parse_conf.h                               |  10 +-
 src/lib/util.c                                     |   8 ++
 src/stored/askdir.c                                |   8 +-
 src/stored/bextract.c                              |   4 +-
 src/stored/block_util.c                            |   4 +-
 src/stored/mount.c                                 |   2 +
 src/version.h                                      |   6 +-
 49 files changed, 384 insertions(+), 170 deletions(-)

diff --cc debian/changelog
index addacde,df71bdf..4e86116
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,21 -1,11 +1,24 @@@
- bacula (7.4.3+dfsg-8) unstable; urgency=medium
+ bacula (7.4.4+dfsg-1) unstable; urgency=medium
  
 +  [Carsten Leonhardt]
+   * New upstream release
+   * Refreshed debian patches and dropped
+     fix-bring-back-tmpfiles-configuration.patch as it's no longer needed
    * Move "Suggests: bacula-doc" to package bacula-director
  
 - --
 +  [Sven Hartge]
 +  * Remove configuration option to change runtime user for director
 +    and storage daemon. This was never really possible without
 +    recompiling the package in the first place.
 +    This change also fixes problems with automatic backtrace
 +    generation which does not work if the daemon changes its
 +    uid/git itself. (See Issue#1905 in Bacula-BTS and commit
 +    39240129 and f085b9e9 in upstream git.)
 +  * Change owner of /etc/bacula/bacula-sd.conf to bacula:bacula
 +    bacula-sd needs to read it even if it is already running
 +    as non-root user bacula.
 +
 + -- Sven Hartge <sven at senhartge.de>  Tue, 20 Sep 2016 20:18:32 +0200
  
  bacula (7.4.3+dfsg-7) unstable; urgency=high
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list