summaryrefslogtreecommitdiffstats
path: root/main/bacula
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2012-07-06 10:14:01 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2012-07-06 10:14:12 +0000
commitdfacc06deb8fb86de76bf1f621a58d6dc541aeae (patch)
treedaa91354e8add7f6fd81bf1530016688fdea5c92 /main/bacula
parent402dd073c4d9dea7fe8d828ea57f8cc3b2b40df8 (diff)
downloadaports-dfacc06deb8fb86de76bf1f621a58d6dc541aeae.tar.bz2
aports-dfacc06deb8fb86de76bf1f621a58d6dc541aeae.tar.xz
main/bacula: upgrade to 5.2.10
Diffstat (limited to 'main/bacula')
-rw-r--r--main/bacula/APKBUILD8
-rw-r--r--main/bacula/bacula-5.0.2-python27.patch22
2 files changed, 3 insertions, 27 deletions
diff --git a/main/bacula/APKBUILD b/main/bacula/APKBUILD
index 44e6a0b9f..5ac9ab613 100644
--- a/main/bacula/APKBUILD
+++ b/main/bacula/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname="bacula"
-pkgver=5.2.6
-pkgrel=1
+pkgver=5.2.10
+pkgrel=0
pkgdesc="Enterprise ready, network based backup program"
url="http://www.bacula.org"
arch="all"
@@ -22,7 +22,6 @@ source="http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgn
bacula-fd-conf
bacula-5.0.2-config.patch
bacula-5.0.2-openssl.patch
- bacula-5.0.2-python27.patch
bacula-5.0.3-log-path.patch
bacula-5.0.3-sqlite-priv.patch
bacula-config.patch
@@ -136,7 +135,7 @@ sqlite() {
_mv_backend sqlite3
}
-md5sums="914483b92539598678542bd2ddb28043 bacula-5.2.6.tar.gz
+md5sums="19207d7049cf11a54dee5585689044ec bacula-5.2.10.tar.gz
b1b328013634c98119663730e3e2da7e bacula-dir-init
20f28a16f34e3f20ed18ed81b010e765 bacula-dir-conf
5ae1fba6860a320394d65744e5640bdb bacula-sd-init
@@ -145,7 +144,6 @@ afe2f9a4d79d7d96eb9372d003d10f86 bacula-sd-conf
4500ce2d62bf9df33c07f70dc40f7b85 bacula-fd-conf
71f7f9c041eff045b2e97d141316c059 bacula-5.0.2-config.patch
4e310e84c7aba5b8d043758e0fa0088f bacula-5.0.2-openssl.patch
-13e511698b5dc376e673c963a848d364 bacula-5.0.2-python27.patch
9bde1e9d43146af8985ff62d491d7218 bacula-5.0.3-log-path.patch
9def0e68e3eb2f5f8b4c34108a248efd bacula-5.0.3-sqlite-priv.patch
5d3c1bf25d50996e0c0c344dc2444014 bacula-config.patch
diff --git a/main/bacula/bacula-5.0.2-python27.patch b/main/bacula/bacula-5.0.2-python27.patch
deleted file mode 100644
index 36543872e..000000000
--- a/main/bacula/bacula-5.0.2-python27.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./configure~ 2010-04-27 14:58:29.000000000 -0500
-+++ ./configure 2010-07-30 11:28:47.494178663 -0500
-@@ -26255,7 +26255,7 @@
- PYTHON_LIBS=`/usr/bin/python-config --libs`
- else
- for python_root in /usr /usr/local /usr/sfw; do
-- for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python3; do
-+ for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python2.7 python3; do
- if test -f $python_root/include/${ver}/Python.h; then
- PYTHON_INCDIR=-I$python_root/include/${ver}
- if test -d $python_root/lib64/${ver}/config; then
---- ./autoconf/configure.in~ 2010-04-27 14:58:29.000000000 -0500
-+++ ./autoconf/configure.in 2010-07-30 11:30:22.837182092 -0500
-@@ -963,7 +963,7 @@
- PYTHON_LIBS=`/usr/bin/python-config --libs`
- else
- for python_root in /usr /usr/local /usr/sfw; do
-- for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python3; do
-+ for ver in python2.2 python2.3 python2.4 python2.5 python2.6 python2.7 python3; do
- if test -f $python_root/include/${ver}/Python.h; then
- PYTHON_INCDIR=-I$python_root/include/${ver}
- if test -d $python_root/lib64/${ver}/config; then