summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2019-01-11 19:10:55 +0100
committerThomas Beierlein <tomjbe@gentoo.org>2019-01-11 19:11:56 +0100
commite64c308b84d77ae4c4c80d03954affa617555747 (patch)
tree13cc31bfe2f36d695633971267fc3ea174739bf3 /app-backup/bacula/files
parentapp-crypt/tpm2-tss: force sys-devel/autoconf-archive-2018.03.13 (diff)
downloadgentoo-e64c308b84d77ae4c4c80d03954affa617555747.tar.gz
gentoo-e64c308b84d77ae4c4c80d03954affa617555747.tar.bz2
gentoo-e64c308b84d77ae4c4c80d03954affa617555747.zip
app-backup/bacula: Disable S3 support
Bacula supports S3 storage from 9.4.x on. Problem is that the S3 library in tree is too old and no newer version is available atm. Closes: https://bugs.gentoo.org/674062 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'app-backup/bacula/files')
-rw-r--r--app-backup/bacula/files/9.4.1/bacula-9.4.1_sql.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-backup/bacula/files/9.4.1/bacula-9.4.1_sql.patch b/app-backup/bacula/files/9.4.1/bacula-9.4.1_sql.patch
new file mode 100644
index 000000000000..b2b7c4863d2a
--- /dev/null
+++ b/app-backup/bacula/files/9.4.1/bacula-9.4.1_sql.patch
@@ -0,0 +1,11 @@
+--- bacula-9.4.1.orig/src/cats/sql_update.c 2018-12-16 05:30:25.000000000 -0500
++++ bacula-9.4.1/src/cats/sql_update.c 2018-12-31 12:58:09.107874630 -0500
+@@ -375,7 +375,7 @@
+ "LabelType=%d,StorageId=%s,PoolId=%s,VolRetention=%s,VolUseDuration=%s,"
+ "MaxVolJobs=%d,MaxVolFiles=%d,Enabled=%d,LocationId=%s,"
+ "ScratchPoolId=%s,RecyclePoolId=%s,RecycleCount=%d,Recycle=%d,"
+- "ActionOnPurge=%d,CacheRetention=%s,EndBlock=%d"
++ "ActionOnPurge=%d,CacheRetention=%s,EndBlock=%u"
+ " WHERE VolumeName='%s'",
+ mr->VolJobs, mr->VolFiles, mr->VolBlocks,
+ edit_uint64(mr->VolBytes, ed1),