From 7804a3d75ab35f982623a6ac5aeccd6be6fd9ef6 Mon Sep 17 00:00:00 2001 From: elbachir-one Date: Sat, 18 Jul 2026 12:59:29 +0100 Subject: [PATCH] bacula-common: update to 15.0.3 --- srcpkgs/bacula-common/patches/fix-include.patch | 13 +++++++++++++ srcpkgs/bacula-common/template | 14 +++++++------- 2 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 srcpkgs/bacula-common/patches/fix-include.patch diff --git a/srcpkgs/bacula-common/patches/fix-include.patch b/srcpkgs/bacula-common/patches/fix-include.patch new file mode 100644 index 00000000000000..0c8e8f3fda9259 --- /dev/null +++ b/srcpkgs/bacula-common/patches/fix-include.patch @@ -0,0 +1,13 @@ +--- a/src/console/conio.c 2026-07-18 11:59:19.374738804 +0100 ++++ b/src/console/conio.c 2026-07-18 11:59:33.471373815 +0100 +@@ -52,6 +52,10 @@ + + #endif + ++#ifdef HAVE_TERMIOS_H ++#include ++#endif ++ + #ifdef HAVE_CONIO + + #include diff --git a/srcpkgs/bacula-common/template b/srcpkgs/bacula-common/template index 9cce5bd7a5a9e8..e22a7800f928f4 100644 --- a/srcpkgs/bacula-common/template +++ b/srcpkgs/bacula-common/template @@ -1,19 +1,19 @@ # Template file for 'bacula-common' pkgname=bacula-common -version=13.0.3 +version=15.0.3 revision=1 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 - openssl-devel ncurses-devel zlib-devel acl-devel" + --enable-smartalloc --sysconfdir=/etc/bacula --with-working-dir=/run/bacula + --with-scriptdir=/etc/bacula/scripts" +makedepends="sqlite-devel libmariadbclient-devel postgresql-libs-devel acl-devel + openssl-devel ncurses-devel zlib-devel" short_desc="Bacula - A Network Backup Tool (common libs)" maintainer="Orphaned " 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=0949c32be1090585e88e4c01d828002e87603136d87c598a29dff42bb3ed2a40 +distfiles="https://sourceforge.net/projects/bacula/files/bacula/${version}/bacula-${version}.tar.gz" +checksum=294afd3d2eb9d5b71c3d0e88fdf19eb513bfdb843b28d35c0552e4ae062827a1 alternatives="bacula-db-backend:/usr/lib/libbaccats-${version}.so:/usr/lib/libbaccats-sqlite3-${version}.so" shlib_provides="libbaccats-${version}.so"