[pkg-bacula-commits] [bacula] branch master updated (4615db6 -> d448d62)

Carsten Leonhardt leo at moszumanska.debian.org
Wed Jun 1 14:34:52 UTC 2016


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

leo pushed a change to branch master
in repository bacula.

      from  4615db6   skip old check for unsafe passwords if bacula-dir.conf doesn't pre-exist
       new  227fc2c   Imported upstream version 7.4.1
       new  25a49ec   Merge branch 'upstream'
       new  de293bd   Changed version in debian/changelog to new upstream version
       new  299e6c8   refreshed debian/patches/fix-default-dbtype.patch
       new  d448d62   dropped patch to fix version number in src/version.h

The 5 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:
 .gitignore                                    | 11 ++++
 ChangeLog                                     | 61 +++++++++++++++++++++-
 ReleaseNotes                                  | 33 +++++++++++-
 debian/changelog                              |  3 +-
 debian/patches/fix-default-dbtype.patch       |  2 +-
 debian/patches/fix-version                    | 14 -----
 debian/patches/series                         |  1 -
 src/c                                         |  2 +-
 src/cats/make_catalog_backup.in               |  7 +--
 src/cats/make_mysql_tables.in                 | 34 ++++++-------
 src/cats/sql_list.c                           | 16 +++---
 src/dird/mac.c                                | 29 +++++++++--
 src/dird/restore.c                            |  4 ++
 src/dird/ua_cmds.c                            |  2 +-
 src/dird/ua_run.c                             |  2 +-
 src/dird/ua_update.c                          | 28 ++++++----
 src/filed/acl.c                               |  2 +-
 src/filed/filed_conf.c                        |  2 +-
 src/jcr.h                                     |  2 +-
 src/lib/alist.c                               |  3 ++
 src/lib/bsock.c                               |  2 +-
 src/lib/mem_pool.c                            |  8 +--
 src/lib/smartall.h                            |  8 +--
 src/qt-console/medialist/medialist.cpp        |  2 +-
 src/version.h                                 |  4 +-
 updatedb/update_mysql_tables.in               |  3 --
 updatedb/update_mysql_tables_12_to_13.in      | 53 -------------------
 updatedb/update_mysql_tables_13_to_14.in      | 37 --------------
 updatedb/update_postgresql_tables.in          |  2 +-
 updatedb/update_postgresql_tables_12_to_13.in | 53 -------------------
 updatedb/update_postgresql_tables_13_to_14.in | 38 --------------
 updatedb/update_sqlite3_tables.in             | 73 +++++++++++++++++++++++----
 32 files changed, 266 insertions(+), 275 deletions(-)
 delete mode 100644 debian/patches/fix-version
 delete mode 100644 updatedb/update_mysql_tables_12_to_13.in
 delete mode 100644 updatedb/update_mysql_tables_13_to_14.in
 delete mode 100644 updatedb/update_postgresql_tables_12_to_13.in
 delete mode 100644 updatedb/update_postgresql_tables_13_to_14.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