summaryrefslogtreecommitdiff
path: root/sysutils/bacula
AgeCommit message (Collapse)AuthorFilesLines
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-3/+3
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin1-2/+2
sysutils/user_* packages.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-19Remove 'python' option (was required for DVD support) and 'bacula-static'shattered4-36/+6
option (broken upstream, no sign of a upcoming fix)
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-04-26skip chown/chmod with empty user/group speficication, and user-destdir support.obache1-3/+5
2013-04-25- remove USERGROUP_PHASE=pre-install. Makes binary packages usable onshattered3-8/+5
systems other than the build host. - don't install dvd-handler -- DVD support is disabled since version 5. - install query.sql in client-only package too.
2013-03-04Revert agpl3 rename.wiz1-2/+2
Requested by gdt. pkgsrc policy: file names per OSI, not per default-allowed set.
2013-03-03Adapt license name.wiz1-2/+2
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2013-01-19sysutils/bacula needs Perl at run-time.riastradh1-4/+5
Replacing it by the build-time Perl tool and skipping the interpreter check doesn't work so well.
2013-01-04Improve previous change so it honors BACULA_DB. From Petar Bogdanovic.dholland1-2/+2
2012-12-20Create user and group before installation starts.joerg1-1/+2
2012-12-16Add missing file, seen in both my test builds and John Marino's build.dholland1-1/+2
2012-10-25fix the setschristos2-3/+11
2012-10-06Upgrade to 5.2.12. This is a bug fix release.christos21-196/+308
- A new bpluginfo utility tool - Make dump_resource respect console ACL's (security fix) - Add chio-changer-openbsd submitted in bug #1903 - Important Copy job bug fixed. Major changes since 5.2.9: - IPv6 networking should work correctly now - SQL Counter problems resolved - Bat hanging after running a number of jobs - dbcheck rw_writelock problem - Windows VSS restore bug New Feature: - Add rudimentary support for backing up AFS More complete changelog at: http://www.bacula.org/en/?page=news
2012-09-08Tell configure to not look for OpenSSL if not enabled via option.shattered2-3/+5
2012-04-27Recursive bump from icu shlib major bumped to 49.obache1-2/+2
2012-04-07Switch SUBST_STAGE from post-patch to pre-configure to make it harderdholland1-2/+2
to accidentally hardwire the substitution into patches/.
2012-03-31Reapply version 1.6 of patch-ah to fix handling of $PREFIX fordholland2-6/+6
bacula-wx-client. everyone, when regenerating patches, please make sure you aren't expanding substitutions.
2012-03-10Set LICENSE.shattered1-1/+2
2012-02-23PR/42954: bacula-static option is broken. It requires non-libtool build,shattered1-2/+3
but Makefiles' "all" targets include both dynamic and static targets. Package PLISTs also don't support static-only build.
2011-09-24Ignore missing Perl for make_catalog_backupjoerg1-1/+3
2011-06-26REPLACE_PERL in src/cats/make_catalog_backup.pl.inshattered1-1/+3
2011-06-18Fix build with python option.shattered3-6/+18
2011-06-10recursive bump from icu shlib major bump.obache1-1/+3
2011-03-06Adjust openssl version number test; PR 44683 from Michael Roland.dholland2-4/+4
Fixes broken build on DragonFly 2.8.2. Someone please teach the openssl people about API stability.
2010-12-26Changes 5.0.3:adam8-24/+71
This 5.0.3 version is significant bug fix update to version 5.0.2. It includes new code and some new features. There is no database change since prior versions of 5.0. Compatibility: -------------- As always, both the Director and Storage daemon must be upgraded at the same time. Older 5.0.x and 3.0.x File Daemons are compatible with the 5.0.3 Director and Storage daemons. There should be no need to upgrade older File Daemons. Changes and New Features: - If a VSS (Windows) snapshot fails, the whole Job is failed, previously it printed a warning message and continued. - New editing codes %b = Job Bytes and %f = Job Files for runscripts - Any non-Bacula project plugins (i.e. third party plugins) must be upgraded to specify AGPLv3 in place of the GPLv2 used previously for the PLUGIN_LICENSE. - The bat Media page text columns can be sorted by clicking on the column. - If possible, the SD will automatically update the catalog Volume size if it does not match the Volume size. The mismatch between the Volume sizes typically occurs when the FD has a comm line drop or the FD crashes.
2010-05-25Fix building with older OpenSSLadam2-1/+15
2010-05-16Disable extattr on DragonFly. From Jan Lentfer in PR 43312.wiz1-1/+4
2010-05-08Changes 5.0.2:adam7-79/+19
- Add lmgr_is_locked() function to test if a thread own a mutex - Remove comment field added in last patch - Check if sql backend is thread-safe - Fix cancel crash reported by Stephen Thompson - fix grant_postgresql_privileges doesn t grant permissions on jobhisto_jobid_seq - Add lock position info to volume manager - Permits to use lock manager with file/line from outside - Replace ASSERT in block.c with fail Job - Use uint32_t for max_concurrent_jobs - Use file and line for rwlock and lmgr in db_lock() - Add File and Line info to rw_lock for lmgr - Fix database locking calling db_lock and returning from function without calling db_unlock. - Add missing db_unlock to bvfs_update_cache. - Allow users to build bat without static QT if desired. - Fix for qt mkspecs location on Fedora 12. - Another fix for OpenSSLv1 - Add -lrt to Solaris links - Fix tls.c for OpenSSLv1 - Fix plugin load not to stop if one plugin bad -- pointed out by James - Remove --without-qwt from configure statement. - Fix bug in bvfs_update function, should work much better now - Lets not generate the ingres code automatically when the .sc or .sh files changes as it seems these files get outdated on some systems and then this rule kicks in on systems that don't have the esqlcc ingres compiler installed. - Fix CentOS detection in regression get-os script - Create subroutines to add exclusion for plugins - This adds sql debugging to these classes that Eric wrote. - This is a 1/2 fix of the issue. It allows for the sorting of the two non graphic columns, but still does not allow for sorting the graphic columns. The issue is with last. By setting the sort value, you are setting the value on the last. To experiment with what I mean, use the set background that I have commented out in this commit. - Fix OpenSSL 1.x problem in crypto.c on Fedora 12 - Display AllowCompress warning message only if compression used in FileSet - Added comment on dbi backend needing a recent version of libdbi from CVS as the version currently released 0.8.3 wont work for compiling the code. - Add Warning check to SQL - Fix readline to use TERM_LIB found for conio - Move bacula shared objects in separate bacula-libs package. - Fix for termcap lib on suse. - Fix for shared objects name convention change. - Remove mandrive and suse bacula.spec from configure - Fix compile link flags for gigaslam - Add missing defines for gccver.
2010-03-11Sqlite is no longer supported, sqlite3 is the default nowadam1-8/+4
2010-03-09Changes 5.0.1:adam16-119/+85
* We believe that we have resolved most of the problems concerning canceled or failed jobs being "stuck" in the Director. There is one outstanding problem in the SD when canceling jobs that we will fix in the next major release. If you see jobs that seem to be stuck, in general issuing a cancel command in bconsole should now make them go away. Directives: * The default for "Allow Duplicate Jobs" has been changed from no to yes. If you use this directive, please check your conf file, and note the next two items! * AllowHigherDuplicates disabled. It did not work as documented and was confusing. * New directive "CancelLowerLevelDuplicates" See New Features section in the manual. * Truncate on Purge rewritten. See New Features section in the manual. * Bug fixes * Ensure SD asks for help when looping even if poll set. * Fix three-pool regress bug * This version fixes an issue where the console window would start out docked. It is fixed by initiating the variables in the Pages class wi constructor. * Fix make_catalog_backup.pl fails when catalog db is on other host
2009-11-09Install bpipe-fd.la and use that in the PLISTs.joerg4-5/+18
Fixes build of bacula-clientonly. Bump revisions.
2009-10-28Changes 3.0.3:adam2-6/+6
* Fix 1352 about double free with regexp and big filenames on windows * Apply Graham's idea for recovering from disk full by recursing when doing fixup_write_error ... * Make fix for VirtualFull changing device * Fix concurrent Job recycle bug 1288 * Backport part of one possible fix from bug 1346 * Fix bug 1382 newly created disk volumes -> file not found warning * Fix Alpha ifdefing -- should fix bug 1359 * Use old code for selecting file during restore. * tweak space on projects file * Fix seg fault in ignoredir code * Apply Frank's slash patch * Add more info when SD-connection refused * Fixes bug 1371 about segfault in SD * Fixes bug 1355 Director crashes with double free in Accurate SQL query * Fixes bug 1365 and 1366 about MacOSX resource forks. * Fixes bug 1369 about "Exclude Dir Containing" fileset option * Fixes bug 1368 ASSERT Failure on MacOS. * Fixes bug 1364 and 1363 about compression buffer error.
2009-08-24Changes 3.0.2:adam9-62/+55
* Fix 1323 about a problem when mounting a requested volume during a restore. * Add more example SD Device configurations. * Force the client_encoding to SQL_ASCII when database is already using this mode. * Fix 1335 about postgresql error message during copy session * Cleanup old job records when starting the director (Created/Running -> Failed) * Apply patch in bug 1315 by McMichaeli that fixes scripts/logwatch * Add more output when spooling and no space left * Fix postgresql driver bug that displayed <NULL> rows from time to time. * Implement the project 'restore' menu: enter a JobId, automatically select dependents * Should fix 1323 about verify accurate jobs and deleted files. * more...
2009-08-18Provide a buildlink3.mk file for bacula and correctly link the consolejoerg4-23/+35
packages against the shared libraries. Bump revisions for the latter.
2009-07-10Unbreak it with openssl older than 0.9.9.hasso2-9/+17
2009-07-01PLIST fix: clientonly does not install libbacsqladam2-3/+3
2009-06-18We don't need PLIST.common_end any moreadam1-3/+1
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+0
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-1/+3
major change. Reported by Robert Elz in PR 41345.
2009-05-16Fixed EXAMPLESDIR in patchesadam9-38/+61
2009-05-15Changes 3.0.1:adam16-74/+331
* 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-02-08Use BUILDLINK_PREFIX.${PYPACKAGE}, not LOCALBASE.shattered1-2/+2
OK by wiz@.
2009-01-15PLIST fix for bacula-clientonlyadam2-3/+3
2009-01-12- Describe 'catalog-sqlite3' optionshattered1-1/+6
- Delint OK by wiz@.