[squidGuard/el6] LDAP, etc.

Jon Ciesla limb at fedoraproject.org
Wed Jun 27 17:45:42 UTC 2012


commit 237d0b3ae3ac42d247030a73243760f35d1b4b12
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed Jun 27 12:45:30 2012 -0500

    LDAP, etc.

 squidGuard.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/squidGuard.spec b/squidGuard.spec
index 6a0a399..a12de1a 100644
--- a/squidGuard.spec
+++ b/squidGuard.spec
@@ -7,7 +7,7 @@
 
 Name:			squidGuard
 Version:		1.4
-Release:		8%{?dist}
+Release:		9%{?dist}
 Summary:		Filter, redirector and access controller plugin for squid
 
 Group:			System Environment/Daemons
@@ -41,7 +41,7 @@ Patch8:			squidGuard-1.4-20091019.patch
 URL:			http://www.squidguard.org/
 
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	bison, byacc, openldap-devel, flex, compat-db46
+BuildRequires:	bison, byacc, openldap-devel, flex, db4-devel
 #put db4-devel back and remove compat-db46 once release > 1.4
 Requires:		squid
 #Requires(post):	%{_bindir}/chcon
@@ -92,8 +92,7 @@ Neither squidGuard nor Squid can be used to
 	--with-sg-config=%{_sysconfdir}/squid/squidGuard.conf \
 	--with-sg-logdir=%{_var}/log/squidGuard \
 	--with-sg-dbhome=%{_dbhomedir} \
-	--with-db-inc=%{_includedir}/db4.6.21 \
-	--with-db-lib=%{_libdir}/db4.6.21
+	--with-ldap=yes
 	
 #%{__make} %{?_smp_mflags}
 %{__make}
@@ -200,6 +199,9 @@ fi
 %{_localstatedir}/log/squid/squidGuard.log
 
 %changelog
+* Wed Jun 27 2012 Jon Ciesla <limburgher at gmail.com> - 1.4-9
+- Added LDAP, BZ 834916, fixed db4 BRs.
+
 * Mon Oct 26 2009 Jon Ciesla <limb at jcomserv.net> - 1.4-8
 - Applying upstream patches for CVE-2009-3700, BZ 530862.
 


More information about the scm-commits mailing list