[pkg-bacula-commits] [bacula] branch nonroot-filed updated (e69ae4a -> 038e665)

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


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

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

      from  e69ae4a   Merge branch 'master' into nonroot-filed
      adds  832187d   Handle make_catalog_backup script in postinst of package bacula-director, inserting the correct database user (Closes: #838080)
      adds  0cefece   fix test for empty dbc_user in bacula-director.postinst
      adds  094e519   Move make_catalog_backup.pl to package bacula-director
      adds  8fc749e   bacula-director.postinst: fix typo, remove verbose flag from rm and make tempfile name prettier
      adds  8fd9e05   let ucf know about previous md5sums of make_catalog_backup
      adds  6d71554   prepare for release 7.4.3+dfsg-7
      adds  ecf1424   Updated TODO
      adds  76829e8   Updated TODO: reported OpenSSL 1.1.0 build failure upstream
      adds  564078f   Move "Suggests: bacula-doc" to package bacula-director
       new  d80ad11   Merge branch 'master' into nonroot-filed
      adds  c910f7f   Imported Upstream version 7.4.4+dfsg
      adds  96da4a5   Merge branch 'upstream' (7.4.4+dfsg)
      adds  b2f4fe3   Changed version in debian/changelog to new upstream version
      adds  029ea9c   refreshed debian/patches/fix-default-config
      adds  f125ae1   refreshed debian/patches/non-forking-systemd-units.patch
      adds  8fb814e   removed debian/patches/fix-bring-back-tmpfiles-configuration.patch, fixed upstream
      adds  12c4506   updated changelog (patches refreshed/dropped)
      adds  e1b8467   Added script to update debian/copyright
      adds  3b77ab3   Updated debian/copyright (updated previously outdated URL and typos)
      adds  bada743   removed lintian override for obsolete URL, fixed upstream
       new  038e665   Merge branch 'master' into nonroot-filed

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:
 ChangeLog                                          |  75 +++++++++++++-
 LICENSE                                            |   2 +-
 LICENSE-FOSS                                       |   8 +-
 ReleaseNotes                                       |  40 +++++++-
 autoconf/configure.in                              |   1 +
 configure                                          |  19 ++--
 debian/TODO                                        |  14 +++
 debian/additions/make_catalog_backup.md5sum        |   7 ++
 debian/bacula-director-mysql.install               |   2 -
 debian/bacula-director-pgsql.install               |   2 -
 debian/bacula-director-sqlite3.install             |   2 -
 debian/bacula-director.autopostrm                  |   2 +-
 debian/bacula-director.install                     |   4 +
 debian/bacula-director.postinst                    |  36 +++++--
 debian/changelog                                   |  19 +++-
 debian/control                                     |  19 ++--
 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/rules                                       |   6 --
 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 +-
 59 files changed, 462 insertions(+), 200 deletions(-)
 create mode 100644 debian/additions/make_catalog_backup.md5sum
 delete mode 100644 debian/patches/fix-bring-back-tmpfiles-configuration.patch
 create mode 100755 debian/scripts/generate-copyright
 create mode 100644 debian/scripts/template.copyright
 delete mode 100644 debian/source.lintian-overrides
 create mode 100644 platforms/systemd/bacula.conf.in

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