mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
bacula: Update to 9.6.7
- Update bacula from 9.6.6 to 9.6.7 This is a minor bug release See https://sourceforge.net/projects/bacula/files/bacula/9.6.7/ReleaseNotes/ - This is the last of the version 9 series. The next update will be the version 11 series. - Update of lfs and rootfiles Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
2b4353a436
commit
2abcb7ee5f
@@ -21,13 +21,13 @@ etc/rc.d/init.d/bacula
|
||||
#opt/bacula
|
||||
#opt/bacula/log
|
||||
#usr/lib/bpipe-fd.so
|
||||
usr/lib/libbac-9.6.6.so
|
||||
usr/lib/libbac-9.6.7.so
|
||||
#usr/lib/libbac.la
|
||||
usr/lib/libbac.so
|
||||
usr/lib/libbaccfg-9.6.6.so
|
||||
usr/lib/libbaccfg-9.6.7.so
|
||||
#usr/lib/libbaccfg.la
|
||||
usr/lib/libbaccfg.so
|
||||
usr/lib/libbacfind-9.6.6.so
|
||||
usr/lib/libbacfind-9.6.7.so
|
||||
#usr/lib/libbacfind.la
|
||||
usr/lib/libbacfind.so
|
||||
#usr/sbin/bacula
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 9.6.6
|
||||
VER = 9.6.7
|
||||
|
||||
THISAPP = bacula-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = bacula
|
||||
PAK_VER = 8
|
||||
PAK_VER = 9
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 1ba9e2a2d979cbe9b5d76187f98418ac
|
||||
$(DL_FILE)_MD5 = 2fa01ba7b0bb171535f6510b96ffd22b
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user