[389-admin/el5] Bug 767823 - selinux: need to allow admin server to connect to ldap port (cherry picked from commit

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Jan 25 15:52:52 UTC 2012


commit 330bbd7429d48b130e82a8ee67848221a44eeacd
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Wed Jan 25 08:40:41 2012 -0700

    Bug 767823 - selinux: need to allow admin server to connect to ldap port
    (cherry picked from commit f3dbe17140392f3dc0e902dbeca960e70986e114)
    (cherry picked from commit 5ce766f85eafbf707ffab829a1640613d2b0e292)
    (cherry picked from commit 28df75ad30843eeea7b13416f472e85fa4219634)

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |    5 ++++-
 sources                |    2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d2e60e1..079c239 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /389-admin-1.1.23.tar.bz2
 /389-admin-1.1.24.tar.bz2
 /389-admin-1.1.25.tar.bz2
+/389-admin-1.1.26.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index de511dd..5079b6a 100755
--- a/389-admin-git-local.sh
+++ b/389-admin-git-local.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 DATE=`date +%Y%m%d`
-VERSION=1.1.25
+VERSION=1.1.26
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index 7ec4411..b8cbbab 100755
--- a/389-admin-git.sh
+++ b/389-admin-git.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 DATE=`date +%Y%m%d`
-VERSION=1.1.25
+VERSION=1.1.26
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index 6d9e40f..475b569 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -8,7 +8,7 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.25
+Version:          1.1.26
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
@@ -217,6 +217,9 @@ end
 %{_mandir}/man8/*
 
 %changelog
+* Wed Jan 25 2012 Rich Megginson <rmeggins at redhat.com> - 1.1.26-1
+- Bug 767823 - selinux: need to allow admin server to connect to ldap port
+
 * Fri Oct 28 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.25-1
 - Bug 740959 - 389-console put CA certificates into wrong database
 
diff --git a/sources b/sources
index b9c0091..de43c87 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-468727aa2699427814fb0ba2b0a72dad  389-admin-1.1.25.tar.bz2
+913a4b58a204e5db0cbd2b41ca1fe0f4  389-admin-1.1.26.tar.bz2


More information about the scm-commits mailing list