]> git.pld-linux.org Git - packages/apache1-mod_dav.git/commitdiff
- added format patch with fix for possible format string problem
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 26 Feb 2003 14:46:12 +0000 (14:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (doesn't affect directly mod_dav, but can lead to security hole in
   connection with some other programs - e.g. Oracle 9i)
- release 6

Changed files:
    apache1-mod_dav.spec -> 1.29

apache1-mod_dav.spec

index 86db676d71f50316590b61a820b942240c396a0b..6ed156e729f9a4d7d5dc1ddf8906beb21bb81193 100644 (file)
@@ -17,11 +17,12 @@ Summary(uk):        
 %define                mod_name        dav
 Name:          apache-mod_%{mod_name}
 Version:       1.0.3
-Release:       5
+Release:       6
 License:       OSI Approved
 Group:         Networking/Daemons
 Source0:       http://www.webdav.org/mod_dav/mod_%{mod_name}-%{version}-%{apache_version}.tar.gz
 Source1:       apache1-mod_dav.conf
+Patch0:                %{name}-format.patch
 URL:           http://www.webdav.org/mod_dav/
 BuildRequires: expat-devel
 BuildRequires: %{apxs}
@@ -137,6 +138,7 @@ Fusion צ
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}-%{apache_version}
+%patch -p1
 
 %build
 %{__aclocal}
This page took 0.069508 seconds and 4 git commands to generate.