2009-06-18 13:10:55 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
We don't need PLIST.common_end any more
|
2009-05-20 03:09:13 by Thomas Klausner | Files touched by this commit (10) |
Log message:
More readline-6.0 stragglers.
|
2009-05-15 12:29:06 by Adam Ciarcinski | Files touched by this commit (22) |
Log message:
Changes 3.0.1:
* Bug fixes.
* Check for job_canceled() in fd_plugin code.
* Update Win32 table creation to have new DB version 11 format
* Remove illegal Options in Exclude of default Win32/64 bacula-dir.conf
* Remove "Reposition" message when restoring
* Update projects file
* Modify insertion of read Volumes in SD to be done before the
drive reservation. This ensures that a Volume to be read will not
be reserved for writing. Significant enhancement.
Changes 3.0.0:
* Fix Win32 make clean to clean correctly
* Separate object/binaries in Win32 and Win64 builds. More to be done.
* Add bconsole to Win64 installer.
* Enhance Job messages from SD when the FD->SD protocol is incorrect
and the SD hangs up. Previously this looked like a comm error.
* Fixed problem in xattr and acl code trying to send empty acl or xattr
streams.
* Fix for bug #1261 where we send out a null stream when a file only an
acl and xattr support is also turned on.
* Added some warnings to configure when using libtool and static in
one configure.
* Fix small memory leak in fileregexp bsr code
* Correct bacula32.def entry point as specified by James.
* Add code to FD plugin driver to make a copy of the plugin
filename to be saved to avoid save_file from zaping it.
* Directly mark all files saved by plugin as being seen for Accurate.
* more...
|
2009-01-15 14:32:18 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
PLIST fix for bacula-clientonly
|
2008-11-21 15:09:31 by Adam Ciarcinski | Files touched by this commit (22) |
Log message:
Changes 2.4.3:
* Apply 2.4.2-cancel-non-running-jobs.patch to be able to cancel
a non created job faster.
* Fix typo in configure.in that breaks --with-db-password option
* Remove all double quotes from SQLite creating script and
replace by single quotes as suggested by John Huttley.
* Fix SQL case problem that may cause the failure of DiskToCatalog.
* Copy missing storage name into edit buffer. As far as I can tell
this never caused a bug.
* Remove catalog dependency for bcopy
* Modify catalog scripts to have an easier packaging integration,
using default variables.
Make difference between SQLite3 and SQLite in db_get_type()
job when reading from one autochanger and writing to another.
* Add more information to SD acquire.c INFO messages.
* Fix NULL Volume name error when reading and the drive must
be switched.
* Fix a Verify InitCatalog problem where in certain cases
a garbage filename may be entered in the verification database.
* Add space after version before date in bat about dialog.
* Fix seg fault in Dir during estimate command with no level value given.
* Add message to migration job when the target job is already migrated.
|
2008-09-30 17:20:30 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Add static option for clientonly package as well, fixing the build as
side effect.
|
2008-01-08 17:52:20 by Geert Hendrickx | Files touched by this commit (5) |
Log message:
Move the dvd-handler python script from libexec/bacula to share/examples/bacula
to quiet CHECK_INTERPRETER (I don't want to add python as a dependency for that
one script). Bump PKGREVISION for bacula and bacula-clientonly.
|
2008-01-04 15:32:53 by Geert Hendrickx | Files touched by this commit (7) |
Log message:
Full DESTDIR support for all bacula packages.
|
2007-07-04 22:55:07 by Johnny C. Lam | Files touched by this commit (136) |
Log message:
Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user. This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.
(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
unprivileged.mk. These two variables are lists of other bmake
variables that define package-specific users and groups. Packages
that have user-settable variables for users and groups, e.g. apache
and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
and ${UNPRIVILEGED_GROUP}.
(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
|
2006-02-03 09:18:45 by Geert Hendrickx | Files touched by this commit (9) |
Log message:
Move some things from Makefile.common to both Makefiles, and remove the options
for the gnome-console, wx-console and tray-monitor: they will become separate
packages in the next minute. Ok with wiz.
|