]> git.pld-linux.org Git - packages/apache.git/commitdiff
- rerlase 4, apache-1_3_27-4
authorkloczek <kloczek@pld-linux.org>
Wed, 23 Apr 2003 06:05:01 +0000 (06:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- security fix: merge security_htdigest_bufferoverflow Debian patch:
  use strncpy() instad strcpy() in htdigest: fix buffer overflow in htdigest
  (thans to Helge Kreutzmann <kreutzm@itp.uni-hannover.de> for point this;
  closed http://bugs.pld.org.pl/?bug=464).

Changed files:
    apache.spec -> 1.207.2.1

apache.spec

index 7181a893e207d40785f7759d0fbdf5b8e7503c2d..6edb80ee52ba0a1c32a7d49fbaf38dd1c8b21d9a 100644 (file)
@@ -27,7 +27,7 @@ Summary(uk):  
 Summary(zh_CN):        Internet ÉÏÓ¦ÓÃ×î¹ã·ºµÄ Web ·þÎñ³ÌÐò¡£
 Name:          apache
 Version:       1.3.27
-Release:       3
+Release:       
 License:       Apache Group 
 Group:         Networking/Daemons
 URL:           http://www.apache.org/
@@ -63,6 +63,7 @@ Patch18:      %{name}-EAPI-missing_files.patch
 Patch19:       %{name}-PLD-nov6.patch
 Patch20:       %{name}-configdir_skip_backups.patch
 Patch21:       %{name}-apxs-quiet.patch
+Patch22:       %{name}-security_htdigest_bufferoverflow.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: db3-devel
 BuildRequires: mm-devel >= 1.1.3
@@ -673,6 +674,7 @@ wa
 %{?_without_ipv6:%patch19 -p1}
 %patch20 -p1
 %patch21 -p1
+%patch22 -p1
 
 %build
 OPTIM="%{rpmcflags}" \
This page took 0.151802 seconds and 4 git commands to generate.