[389-admin] Bug 767823 - selinux: need to allow admin server to connect to ldap port

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


commit c268b56f57db4f3dfe35a9be24fc72248cc57daf
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

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |    7 +++++--
 sources                |    2 +-
 5 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 00c3ea5..f7caa53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,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 61ef42f..254b68d 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -9,8 +9,8 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.25
-Release:          %{?relprefix}1%{?prerel}%{?dist}.1
+Version:          1.1.26
+Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -133,6 +133,9 @@ fi
 %{_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
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.25-1.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
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