SPECS: apache-mod_auth_pgsql.spec - up to 2.0.3, fixes CVE-2005-3656
glen
glen at pld-linux.org
Wed Jan 11 15:25:24 CET 2006
Author: glen Date: Wed Jan 11 14:25:17 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 2.0.3, fixes CVE-2005-3656
---- Files affected:
SPECS:
apache-mod_auth_pgsql.spec (1.30 -> 1.31)
---- Diffs:
================================================================
Index: SPECS/apache-mod_auth_pgsql.spec
diff -u SPECS/apache-mod_auth_pgsql.spec:1.30 SPECS/apache-mod_auth_pgsql.spec:1.31
--- SPECS/apache-mod_auth_pgsql.spec:1.30 Tue Dec 27 02:33:00 2005
+++ SPECS/apache-mod_auth_pgsql.spec Wed Jan 11 15:23:51 2006
@@ -14,19 +14,18 @@
Summary(pt_BR): Autenticaçăo via PostgreSQL para o Apache
Summary(sv): Grundläggande autenticering till webbservern Apache med en PostgreSQL-databas
Name: apache-mod_%{mod_name}
-Version: 2.0.2
-%define _beta b1
-Release: 0.%{_beta}.1
+Version: 2.0.3
+Release: 1
License: GPL
Group: Networking/Daemons
-Source0: http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/mod_%{mod_name}-%{version}%{_beta}.tar.gz
-# Source0-md5: 8216fde4597c288537ff4fec508a4b41
+Source0: http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/mod_%{mod_name}-%{version}.tar.gz
+# Source0-md5: d44074b3b9bdb0a5eb9702814872ad43
Source1: apache-mod_auth_pgsql.conf
-Patch0: apache-mod_auth_pgsql.patch
URL: http://www.giuseppetanzilli.it/mod_auth_pgsql2/
BuildRequires: %{apxs}
BuildRequires: apache-devel >= 2.0.52-2
BuildRequires: postgresql-devel
+BuildRequires: rpmbuild(macros) >= 1.268
Requires: apache(modules-api) = %apache_modules_api
Obsoletes: mod_auth_pgsql
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -82,8 +81,7 @@
PostgreSQL-databas.
%prep
-%setup -q -n mod_%{mod_name}-%{version}%{_beta}
-%patch0 -p1
+%setup -q -n mod_%{mod_name}-%{version}
%build
%{apxs} \
@@ -103,15 +101,11 @@
rm -rf $RPM_BUILD_ROOT
%post
-if [ -f /var/lock/subsys/httpd ]; then
- /etc/rc.d/init.d/httpd restart 1>&2
-fi
+%service -q httpd restart
%preun
if [ "$1" = "0" ]; then
- if [ -f /var/lock/subsys/httpd ]; then
- /etc/rc.d/init.d/httpd restart 1>&2
- fi
+ %service -q httpd restart
fi
%files
@@ -126,6 +120,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31 2006/01/11 14:23:51 glen
+- up to 2.0.3, fixes CVE-2005-3656
+
Revision 1.30 2005/12/27 01:33:00 glen
- unified files
@@ -179,7 +176,7 @@
- release 4: mod_auth_pgsql added to Obsoletes.
Revision 1.13 2002/04/25 15:45:30 arturs
-fixed a small typo
+- fixed a small typo
Revision 1.12 2002/02/22 23:28:41 kloczek
- removed all Group fields translations (our rpm now can handle translating
@@ -189,9 +186,9 @@
- release 3
Revision 1.10 2002/02/17 19:01:42 ankry
-- added %%{apxs} local macro to avoid adapter problems
-- fix use of %%{apxs} and %%{_sbindir}/apxs
-- added BR %%{apxs} and Prereq %%{_sbindir}/apxs (if necessary); removed BR apache
+- added %{apxs} local macro to avoid adapter problems
+- fix use of %{apxs} and %{_sbindir}/apxs
+- added BR %{apxs} and Prereq %{_sbindir}/apxs (if necessary); removed BR apache
Revision 1.9 2002/02/17 04:58:49 kloczek
- reelase 2.
@@ -201,7 +198,7 @@
- adapterized
Revision 1.7 2002/01/18 02:12:20 kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
Revision 1.6 2002/01/13 17:11:23 kloczek
- updayed to 0.9.12 (bugfix release).
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/apache-mod_auth_pgsql.spec?r1=1.30&r2=1.31&f=u
More information about the pld-cvs-commit
mailing list