summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--389-ds-base.install12
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cfad01d78d8..9cf780061d0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = 389-ds-base
pkgdesc = 389 Directory Server (base)
- pkgver = 1.3.6.6
+ pkgver = 1.3.7.3
pkgrel = 1
url = http://port389.org/
install = 389-ds-base.install
@@ -26,8 +26,8 @@ pkgbase = 389-ds-base
backup = etc/dirsrv/config/ldap-agent.conf
backup = etc/dirsrv/config/slapd-collations.conf
backup = etc/dirsrv/config/template-initconfig
- source = http://www.port389.org/binaries/389-ds-base-1.3.6.6.tar.bz2
- sha512sums = 11303b0478c5f4953ef9af00e2e6903f234c3bc8d27cb6cf8eabe33ce1aeebe7ea62ac4ba80f64b533e4ff196a341fa3e6373fb921312f864157aa30d18294a6
+ source = http://www.port389.org/binaries/389-ds-base-1.3.7.3.tar.bz2
+ sha512sums = 1f1fa3cbe44af3cdbb205fc49790ccdf66d9653849c537a8c32b57477fb66b91697c1da58112aa0bacfdcdf2a7925365904dc7f4488ece258159c5c74f850aba
pkgname = 389-ds-base
diff --git a/389-ds-base.install b/389-ds-base.install
index 73e304521d1b..a31d73884354 100644
--- a/389-ds-base.install
+++ b/389-ds-base.install
@@ -1,10 +1,6 @@
post_upgrade() {
- OLD=$(echo $2 | sed "s/\(.*\)\.\(.*\)\.\(.*\)\.\(.*\)/\1\.\2.\3/g")
- NEW=$(echo $1 | sed "s/\(.*\)\.\(.*\)\.\(.*\)\.\(.*\)/\1\.\2.\3/g")
- if [ $OLD == "1.3.5" -a $NEW == "1.3.6" ]; then
- echo ">> NOTICE: UPGRADE TO 1.3.6"
- echo "This update renames the systemd files"
- echo "Stop the old services and start the new ones with:"
- echo "systemctl stop 389-ds-base.target; systemctl daemon-reload; systemctl start dirsrv.target"
- fi
+ echo "Important: Update 389-ds-base instances by stopping the appropriate systemd"
+ echo "services and running:"
+ echo
+ echo " /usr/bin/setup-ds.pl -u -s General.UpdateMode=offline"
}
diff --git a/PKGBUILD b/PKGBUILD
index 31f0bccd94b4..e077b6862c7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
BUILD_SELINUX=false
pkgname=389-ds-base
-pkgver=1.3.6.6
+pkgver=1.3.7.3
pkgrel=1
pkgdesc="389 Directory Server (base)"
arch=(i686 x86_64)
@@ -27,7 +27,7 @@ backup=(etc/default/dirsrv
options=(!libtool)
install=${pkgname}.install
source=("http://www.port389.org/binaries/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('11303b0478c5f4953ef9af00e2e6903f234c3bc8d27cb6cf8eabe33ce1aeebe7ea62ac4ba80f64b533e4ff196a341fa3e6373fb921312f864157aa30d18294a6')
+sha512sums=('1f1fa3cbe44af3cdbb205fc49790ccdf66d9653849c537a8c32b57477fb66b91697c1da58112aa0bacfdcdf2a7925365904dc7f4488ece258159c5c74f850aba')
build() {
cd "${pkgname}-${pkgver}"