bacula-common: rebuild against OpenSSL
This commit is contained in:
parent
960613e008
commit
344d02de37
|
@ -2973,16 +2973,16 @@ libopenblas.so.0 openblas-0.2.19_1
|
|||
librtaudio.so.6 rtaudio-5.1.0_1
|
||||
librtmidi.so.5 rtmidi-4.0.0_1
|
||||
libbiblesync.so.2.1.0 biblesync-2.1.0_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
|
||||
libbac-9.4.2.so bacula-common-9.4.2_4
|
||||
libbaccfg-9.4.2.so bacula-common-9.4.2_4
|
||||
libbacfind-9.4.2.so bacula-common-9.4.2_4
|
||||
libbacsql-9.4.2.so bacula-common-9.4.2_4
|
||||
libbaccats-9.4.2.so bacula-common-9.4.2_4
|
||||
libbacsd-9.4.2.so bacula-common-9.4.2_4
|
||||
libbaccats-sqlite3-9.4.2.so bacula-common-9.4.2_4
|
||||
libbaccats-postgresql-9.4.2.so bacula-common-postgresql-9.4.2_4
|
||||
libbaccats-mysql-9.4.2.so bacula-common-mariadb-9.4.2_4
|
||||
bpipe-fd.so bacula-fd-9.4.2_4
|
||||
libnftables.so.1 libnftables-0.9.1_1
|
||||
libbctoolbox.so.1 bctoolbox-0.6.0_1
|
||||
libortp.so.15 ortp-4.4.0_1
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'bacula-common'
|
||||
pkgname=bacula-common
|
||||
version=9.4.2
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="${pkgname%-*}-${version}"
|
||||
build_style=gnu-configure
|
||||
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"
|
||||
makedepends="sqlite-devel libmariadbclient-devel postgresql-libs-devel
|
||||
libressl-devel ncurses-devel zlib-devel acl-devel"
|
||||
openssl-devel ncurses-devel zlib-devel acl-devel"
|
||||
short_desc="Bacula - A Network Backup Tool (common libs)"
|
||||
maintainer="Matthias Fulz <mfulz@olznet.de>"
|
||||
license="AGPL-3.0-only, BSD-2-Clause, BSD-3-Clause"
|
||||
|
|
Loading…
Reference in New Issue