bacula-common: update to 9.4.2.

This commit is contained in:
maxice8 2019-02-09 01:56:50 -02:00 committed by maxice8
parent 1430862c09
commit e42332f3f5
2 changed files with 13 additions and 15 deletions

View file

@ -2815,15 +2815,15 @@ libPocoRedis.so.60 poco-1.9.0_1
libopenblas.so.0 openblas-0.2.19_1
librtmidi.so.4 rtmidi-3.0.0_1
libbiblesync.so.2.0.1 biblesync-2.0.1_1
libbac-9.4.1.so bacula-common-9.4.1_1
libbaccfg-9.4.1.so bacula-common-9.4.1_1
libbacfind-9.4.1.so bacula-common-9.4.1_1
libbacsql-9.4.1.so bacula-common-9.4.1_1
libbaccats-9.4.1.so bacula-common-9.4.1_1
libbacsd-9.4.1.so bacula-common-9.4.1_1
libbaccats-sqlite3-9.4.1.so bacula-common-9.4.1_1
libbaccats-postgresql-9.4.1.so bacula-common-postgresql-9.4.1_1
libbaccats-mysql-9.4.1.so bacula-common-mariadb-9.4.1_1
libbac-9.4.2.so bacula-common-9.4.2_1
libbaccfg-9.4.2.so bacula-common-9.4.2_1
libbacfind-9.4.2.so bacula-common-9.4.2_1
libbacsql-9.4.2.so bacula-common-9.4.2_1
libbaccats-9.4.2.so bacula-common-9.4.2_1
libbacsd-9.4.2.so bacula-common-9.4.2_1
libbaccats-sqlite3-9.4.2.so bacula-common-9.4.2_1
libbaccats-postgresql-9.4.2.so bacula-common-postgresql-9.4.2_1
libbaccats-mysql-9.4.2.so bacula-common-mariadb-9.4.2_1
bpipe-fd.so bacula-fd-9.0.4_1
libnftables.so.0 libnftables-0.8.4_1
libbctoolbox.so.1 bctoolbox-0.6.0_1

View file

@ -1,14 +1,12 @@
# Template file for 'bacula-common'
pkgname=bacula-common
version=9.4.1
version=9.4.2
revision=1
wrksrc="${pkgname%-*}-${version}"
build_style=gnu-configure
configure_args="
--with-openssl --with-sqlite3 --with-mysql --with-postgresql
configure_args="--with-openssl --with-sqlite3 --with-mysql --with-postgresql
--enable-smartalloc --sysconfdir=/etc/bacula
--with-scriptdir=/etc/bacula/scripts
--with-working-dir=/run/bacula"
--with-scriptdir=/etc/bacula/scripts --with-working-dir=/run/bacula"
makedepends="sqlite-devel libmariadbclient-devel postgresql-libs-devel
libressl-devel ncurses-devel zlib-devel acl-devel"
short_desc="Bacula - A Network Backup Tool (common libs)"
@ -16,7 +14,7 @@ maintainer="Matthias Fulz <mfulz@olznet.de>"
license="AGPL-3.0-only, BSD-2-Clause, BSD-3-Clause"
homepage="https://www.bacula.org"
distfiles="${SOURCEFORGE_SITE}/bacula/bacula-${version}.tar.gz"
checksum=6b5f6197cad360a6c37ee4f0fc28a6776f78a4e54bea667bb8a4fb801c98fd42
checksum=a40d04d2c48135972cecb6578405e835c4b9d798c0950017de0fad40ca94e8a0
alternatives="bacula-db-backend:/usr/lib/libbaccats-${version}.so:/usr/lib/libbaccats-sqlite3-${version}.so"
shlib_provides="libbaccats-${version}.so"