[pkg-bacula-commits] [bacula] 02/02: Merge branch 'master' into nonroot-filed

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


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

hartge-guest pushed a commit to branch nonroot-filed
in repository bacula.

commit 038e66524890b5b17f4864934995b2445e4ad916
Merge: d80ad11 bada743
Author: Sven Hartge <sven at svenhartge.de>
Date:   Wed Sep 21 17:21:28 2016 +0200

    Merge branch 'master' into nonroot-filed

 ChangeLog                                          |  75 +++++++++++++-
 LICENSE                                            |   2 +-
 LICENSE-FOSS                                       |   8 +-
 ReleaseNotes                                       |  40 +++++++-
 autoconf/configure.in                              |   1 +
 configure                                          |  19 ++--
 debian/changelog                                   |   8 +-
 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, 385 insertions(+), 172 deletions(-)

diff --cc debian/changelog
index 86d1a91,df71bdf..2194702
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,20 -1,8 +1,23 @@@
- bacula (7.4.3+dfsg-8+nonroot1) UNRELEASED; urgency=medium
++bacula (7.4.4+dfsg-1+nonroot1) UNRELEASED; urgency=medium
 +
 +  [ Sven Hartge ]
 +  * Remove configuration option to change runtime user for director
 +    and storage daemon. This never really possible without
 +    recompiling the package in the first place.
 +  * Add capability cap_dac_read_search to bacula-fd, making it possible
 +    to run as non-root
 +  * change bacula-fd init-script and systemd unit to be able to run as
 +    non-root (Closes: #699149)
 +  * README.Debian contains documentation on how to enable this feature,
 +    if needed
 +
 + -- Sven Hartge <sven at svenhartge.de>  Tue, 18 Jul 2016 23:59:59 +0200
 +
- bacula (7.4.3+dfsg-8) unstable; urgency=medium
+ bacula (7.4.4+dfsg-1) unstable; urgency=medium
  
+   * 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
  
   --

-- 
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