[pkg-bacula-commits] [bacula] branch master updated (28a526a -> a151b47)

Carsten Leonhardt cl-guest at moszumanska.debian.org
Sun Jul 19 22:01:11 UTC 2015


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

cl-guest pushed a change to branch master
in repository bacula.

      from  28a526a   import changes from NMU 5.2.6+dfsg-9.3
       new  a151b47   update to upstream 5.2.13

The 1 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                                         |    4 +
 ChangeLog                                          |  421 +-
 Makefile.in                                        |    8 +-
 ReleaseNotes                                       |  436 +-
 autoconf/Make.common.in                            |    1 +
 autoconf/acconfig.h                                |   11 +-
 autoconf/aclocal.m4                                |    1 +
 autoconf/bacula-macros/db.m4                       |  109 +-
 autoconf/bacula-macros/os.m4                       |   11 +
 autoconf/config.h.in                               |   62 +-
 autoconf/config.h.in.save                          |  155 +-
 autoconf/configure.in                              |  219 +-
 autoconf/libtool/ltdl.m4                           |  810 ++++
 configure                                          |  847 +++-
 examples/autochangers/chio-changer-openbsd         |  134 +
 examples/autochangers/locking-mtx-changer          |    2 +-
 examples/devices/DDS4.conf                         |    4 +-
 examples/devices/Exabyte.conf                      |    2 +-
 examples/devices/HP-autoloader.conf                |    2 +-
 examples/devices/LTO-2.conf                        |    4 +-
 examples/devices/LTO-3.conf                        |    4 +-
 examples/devices/LTO-4.conf                        |    4 +-
 examples/devices/OnStream.conf                     |    2 +-
 examples/devices/two-drive-autoloader.conf         |    2 +-
 kernstodo                                          | 1391 ------
 manpages/bacula-sd.8                               |    2 +-
 manpages/bacula-tray-monitor.1                     |    4 +-
 manpages/bacula.8                                  |    4 +-
 manpages/bat.1                                     |    2 +-
 manpages/bcopy.8                                   |    4 +-
 manpages/bextract.8                                |    4 +-
 manpages/bls.8                                     |    4 +-
 manpages/bpluginfo.8                               |  120 +
 manpages/bregex.8                                  |    2 +-
 manpages/bscan.8                                   |    4 +-
 manpages/bsmtp.1                                   |   39 +-
 manpages/btape.8                                   |    2 +-
 manpages/bwild.8                                   |    8 +-
 manpages/dbcheck.8                                 |   87 +-
 platforms/Makefile.in                              |    2 +-
 platforms/{ubuntu => hurd}/Makefile.in             |    6 +-
 platforms/{debian => hurd}/bacula-dir.in           |    3 +-
 platforms/{debian => hurd}/bacula-fd.in            |    3 +-
 platforms/{debian => hurd}/bacula-sd.in            |    3 +-
 platforms/suse/bacula-dir.in                       |   10 +-
 platforms/suse/bacula-fd.in                        |   10 +-
 platforms/suse/bacula-sd.in                        |    8 +-
 platforms/systemd/Makefile.in                      |   17 +-
 platforms/systemd/bacula-dir.service.in            |    4 +-
 platforms/systemd/bacula-fd.service.in             |    4 +-
 platforms/systemd/bacula-sd.service.in             |    4 +-
 platforms/systemd/bacula.conf.in                   |    2 +
 po/LINGUAS                                         |    1 +
 po/POTFILES.in                                     |   47 +-
 po/bacula.pot                                      | 4234 +++++++++--------
 po/de.po                                           | 4434 +++++++++---------
 po/es.po                                           | 4367 +++++++++---------
 po/fr.po                                           | 4352 +++++++++---------
 po/{bacula.pot => nl.po}                           | 4850 +++++++++++---------
 po/sv.po                                           | 4234 +++++++++--------
 po/uk.po                                           | 4410 +++++++++---------
 release/clean                                      |    4 +
 release/makeall                                    |    2 +-
 release/makedocsrel                                |    1 +
 release/pushtags                                   |    3 +-
 scripts/logrotate.in                               |    2 +-
 scripts/logwatch/logfile.bacula.conf.in            |    2 +-
 src/baconfig.h                                     |   23 +-
 src/cats/Makefile.in                               |   12 +-
 src/cats/bdb_mysql.h                               |    7 +
 src/cats/bvfs.c                                    |   64 +-
 src/cats/bvfs.h                                    |    2 +-
 src/cats/cats.h                                    |   10 +-
 src/cats/create_sqlite3_database.in                |    7 +-
 src/cats/dbi.c                                     |   12 +-
 src/cats/ingres.c                                  |   12 +-
 src/cats/make_catalog_backup.pl.in                 |    9 +-
 src/cats/make_mysql_tables.in                      |    3 +-
 src/cats/make_postgresql_tables.in                 |    3 +-
 src/cats/mysql.c                                   |   62 +-
 src/cats/postgresql.c                              |   12 +-
 src/cats/sql.c                                     |    7 +-
 src/cats/sql_cmds.c                                |  181 +-
 src/cats/sql_cmds.h                                |    3 +
 src/cats/sql_create.c                              |   35 +-
 src/cats/sql_find.c                                |    4 +-
 src/cats/sql_get.c                                 |    4 +-
 src/cats/sql_glue.c                                |    4 +
 src/cats/sql_update.c                              |    7 +-
 src/cats/sqlite.c                                  |   12 +-
 src/cats/update_mysql_tables.in                    |    8 +-
 src/cats/update_postgresql_tables.in               |    3 +
 src/cats/update_sqlite3_tables.in                  |    6 +-
 src/console/conio.c                                |   23 +-
 src/dird/admin.c                                   |   14 +-
 src/dird/autoprune.c                               |   12 +-
 src/dird/backup.c                                  |    7 +-
 src/dird/bacula-dir.conf.in                        |    4 +-
 src/dird/catreq.c                                  |   23 +-
 src/dird/dird.c                                    |  246 +-
 src/dird/dird_conf.c                               |   29 +
 src/dird/dird_conf.h                               |    1 +
 src/dird/getmsg.c                                  |    2 +-
 src/dird/job.c                                     |   13 +-
 src/dird/jobq.c                                    |    5 +-
 src/dird/migrate.c                                 |    5 +-
 src/dird/mountreq.c                                |   41 +-
 src/dird/msgchan.c                                 |   19 +-
 src/dird/newvol.c                                  |    9 +-
 src/dird/next_vol.c                                |   46 +-
 src/dird/protos.h                                  |   18 +-
 src/dird/pythondir.c                               |    1 -
 src/dird/recycle.c                                 |   13 +-
 src/dird/restore.c                                 |    3 +
 src/dird/ua_acl.c                                  |    2 +-
 src/dird/ua_cmds.c                                 |  168 +-
 src/dird/ua_dotcmds.c                              |   12 +-
 src/dird/ua_label.c                                |   70 +-
 src/dird/ua_output.c                               |   11 +-
 src/dird/ua_prune.c                                |   18 +-
 src/dird/ua_purge.c                                |    9 +-
 src/dird/ua_restore.c                              |    9 +-
 src/dird/ua_run.c                                  |   50 +-
 src/dird/ua_select.c                               |    7 +-
 src/dird/ua_status.c                               |    5 +-
 src/dird/ua_tree.c                                 |   17 +-
 src/dird/ua_update.c                               |    8 +-
 src/dird/vbackup.c                                 |    6 +-
 src/filed/Makefile.in                              |   14 +-
 src/filed/accurate.c                               |    4 +
 src/filed/acl.c                                    |  162 +-
 src/filed/backup.c                                 |   30 +-
 src/filed/fd_plugins.c                             |  370 +-
 src/filed/fd_plugins.h                             |   15 +-
 src/filed/heartbeat.c                              |   36 +-
 src/filed/job.c                                    |   72 +-
 src/filed/protos.h                                 |    1 +
 src/filed/restore.c                                |    6 +
 src/filed/xattr.c                                  |  555 ++-
 src/filed/xattr.h                                  |    4 +-
 src/findlib/Makefile.in                            |    1 +
 src/findlib/bfile.c                                |   10 +-
 src/findlib/find.c                                 |   33 +-
 src/findlib/find.h                                 |    2 +
 src/findlib/find_one.c                             |   27 +-
 src/findlib/mkpath.c                               |    4 +
 src/findlib/protos.h                               |    1 +
 src/jcr.h                                          |   15 +-
 src/lib/Makefile.in                                |   41 +-
 src/lib/bnet.c                                     |  118 +-
 src/lib/bnet_server.c                              |   53 +-
 src/lib/bsock.c                                    |   66 +-
 src/lib/bsys.c                                     |  101 +-
 src/lib/crc32.c                                    |    6 +
 src/lib/daemon.c                                   |   21 +-
 src/lib/devlock.h                                  |    2 +-
 src/lib/jcr.c                                      |    6 +
 src/lib/lex.c                                      |   14 +-
 src/lib/lex.h                                      |    6 +-
 src/lib/message.c                                  |  117 +-
 src/lib/message.h                                  |    5 +-
 src/lib/mntent_cache.c                             |   17 +-
 src/lib/mutex_list.h                               |    2 +-
 src/lib/parse_conf.h                               |    1 +
 src/lib/plugins.c                                  |    2 +-
 src/lib/protos.h                                   |    6 +-
 src/lib/rblist.c                                   |   11 +-
 src/lib/rwlock.c                                   |    5 +
 src/lib/rwlock.h                                   |    1 +
 src/lib/signal.c                                   |   23 +-
 src/lib/workq.c                                    |    4 +-
 src/plugins/fd/Makefile.in                         |   14 +-
 src/plugins/fd/bpipe-fd.c                          |   15 +-
 src/plugins/fd/example-plugin-fd.c                 |   18 +-
 .../fd/{delta-test-fd.c => test-deltaseq-fd.c}     |    0
 src/plugins/fd/test-plugin-fd.c                    |  259 +-
 src/qt-console/bat.pro.in                          |    6 +-
 src/qt-console/bcomm/dircomm.cpp                   |   18 +-
 src/qt-console/bcomm/dircomm.h                     |    1 +
 src/qt-console/console/console.cpp                 |   37 +-
 src/qt-console/images/bat_icon.icns                |  Bin 0 -> 125067 bytes
 src/qt-console/main.cpp                            |   12 +-
 src/qt-console/select/textinput.ui                 |   72 +-
 src/qt-console/util/fmtwidgetitem.cpp              |    2 +-
 src/stored/acquire.c                               |  142 +-
 src/stored/append.c                                |   57 +-
 src/stored/askdir.c                                |  139 +-
 src/stored/autochanger.c                           |   58 +-
 src/stored/bcopy.c                                 |   24 +-
 src/stored/block.c                                 |  132 +-
 src/stored/block.h                                 |    9 +-
 src/stored/bls.c                                   |   10 +-
 src/stored/bscan.c                                 |    4 +
 src/stored/btape.c                                 |   90 +-
 src/stored/butil.c                                 |   10 +-
 src/stored/dev.c                                   |  165 +-
 src/stored/dev.h                                   |  100 +-
 src/stored/device.c                                |   24 +-
 src/stored/dircmd.c                                |  117 +-
 src/stored/dvd.c                                   |   26 +-
 src/stored/job.c                                   |    9 +-
 src/stored/label.c                                 |  133 +-
 src/stored/lock.c                                  |  286 +-
 src/stored/mac.c                                   |   22 +-
 src/stored/mount.c                                 |   47 +-
 src/stored/parse_bsr.c                             |    3 +-
 src/stored/protos.h                                |   19 +-
 src/stored/read_record.c                           |   50 +-
 src/stored/record.c                                |  400 +-
 src/stored/record.h                                |   18 +-
 src/stored/reserve.c                               |   21 +-
 src/stored/sd_plugins.c                            |    4 +-
 src/stored/spool.c                                 |   29 +-
 src/stored/status.c                                |  232 +-
 src/stored/stored.c                                |   89 +-
 src/stored/stored.h                                |    4 +-
 src/stored/vol_mgr.c                               |  228 +-
 src/stored/vol_mgr.h                               |  100 +
 src/stored/wait.c                                  |    4 +-
 src/streams.h                                      |    7 +
 src/tools/Makefile.in                              |   21 +-
 src/tools/assert_macro.h                           |  166 +
 src/tools/bpluginfo.c                              |  637 +++
 src/tools/bsmtp.c                                  |  176 +-
 src/tools/timelimit.1                              |  217 +
 src/tools/timelimit.c                              |  537 +++
 src/version.h                                      |   13 +-
 src/win32/compat/compat.cpp                        |   15 +
 src/win32/compat/mingwconfig.h                     |    6 +-
 po/ChangeLog => src/win32/compat/netinet/tcp.h     |    0
 src/win32/compat/winconfig.h                       |  641 ---
 src/win32/filed/plugins/exchange-fd.c              |    8 +-
 src/win32/filed/vss.cpp                            |   21 +-
 src/win32/filed/vss.h                              |   11 +-
 src/win32/filed/vss_generic.cpp                    |  502 +-
 src/win32/winapi.h                                 |    3 +-
 updatedb/update_mysql_tables_10_to_11.in           |    4 +-
 updatedb/update_mysql_tables_11_to_12.in           |    6 +-
 updatedb/update_mysql_tables_12_to_14.in           |    8 +-
 updatedb/update_postgresql_tables_10_to_11.in      |    2 +-
 240 files changed, 26090 insertions(+), 19549 deletions(-)
 create mode 100644 autoconf/libtool/ltdl.m4
 create mode 100644 examples/autochangers/chio-changer-openbsd
 delete mode 100644 kernstodo
 create mode 100644 manpages/bpluginfo.8
 copy platforms/{ubuntu => hurd}/Makefile.in (97%)
 copy platforms/{debian => hurd}/bacula-dir.in (95%)
 copy platforms/{debian => hurd}/bacula-fd.in (95%)
 copy platforms/{debian => hurd}/bacula-sd.in (95%)
 create mode 100644 platforms/systemd/bacula.conf.in
 copy po/{bacula.pot => nl.po} (80%)
 create mode 100755 release/clean
 rename src/plugins/fd/{delta-test-fd.c => test-deltaseq-fd.c} (100%)
 create mode 100644 src/qt-console/images/bat_icon.icns
 create mode 100644 src/stored/vol_mgr.h
 create mode 100644 src/tools/assert_macro.h
 create mode 100644 src/tools/bpluginfo.c
 create mode 100644 src/tools/timelimit.1
 create mode 100644 src/tools/timelimit.c
 copy po/ChangeLog => src/win32/compat/netinet/tcp.h (100%)
 delete mode 100644 src/win32/compat/winconfig.h

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