~ubuntu-branches/debian/wheezy/apache2/wheezy

« back to all changes in this revision

Viewing changes to srclib/apr-util/test/testutildll.dsp

  • Committer: Package Import Robot
  • Author(s): Stefan Fritsch, Stefan Fritsch, Arno Töll
  • Date: 2012-02-01 21:49:04 UTC
  • mfrom: (0.13.15)
  • Revision ID: package-import@ubuntu.com-20120201214904-nlchebp6wu7z55jw
Tags: 2.2.22-1
[ Stefan Fritsch ]
* New upstream release, urgency medium due to security fixes:
  - Fix CVE-2012-0021: mod_log_config: DoS with '%{cookiename}C' log format
  - Fix CVE-2012-0031: Unprivileged child process could cause the parent to
    crash at shutdown
  - Fix CVE-2012-0053: Exposure of "httpOnly" cookies in code 400 error
    message.
* Move httxt2dbm to apache2-utils
* Adjust debian/control to point to new git repository.

[ Arno Töll ]
* Fix "typo in /etc/apache2/apache2.conf" (Closes: #653801)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
!MESSAGE 
20
20
!MESSAGE "testutildll - Win32 Release" (based on "Win32 (x86) External Target")
21
21
!MESSAGE "testutildll - Win32 Debug" (based on "Win32 (x86) External Target")
22
 
!MESSAGE "testutildll - Win32 ReleaseNT" (based on "Win32 (x86) External Target")
23
 
!MESSAGE "testutildll - Win32 DebugNT" (based on "Win32 (x86) External Target")
 
22
!MESSAGE "testutildll - Win32 Release9x" (based on "Win32 (x86) External Target")
 
23
!MESSAGE "testutildll - Win32 Debug9x" (based on "Win32 (x86) External Target")
24
24
!MESSAGE "testutildll - x64 Release" (based on "Win32 (x86) External Target")
25
25
!MESSAGE "testutildll - x64 Debug" (based on "Win32 (x86) External Target")
26
26
!MESSAGE 
72
72
# PROP Bsc_Name ""
73
73
# PROP Target_Dir ""
74
74
 
75
 
!ELSEIF  "$(CFG)" == "testutildll - Win32 ReleaseNT"
 
75
!ELSEIF  "$(CFG)" == "testutildll - Win32 Release9x"
76
76
 
77
77
# PROP BASE Use_MFC 0
78
78
# PROP BASE Use_Debug_Libraries 0
79
79
# PROP BASE Output_Dir ""
80
80
# PROP BASE Intermediate_Dir ""
81
 
# PROP BASE Cmd_Line "NMAKE /f Makefile.win INTDIR=NT\Release OUTDIR=NT\Release MODEL=dynamic all check"
 
81
# PROP BASE Cmd_Line "NMAKE /f Makefile.win INTDIR=9x\Release OUTDIR=9x\Release MODEL=dynamic all check"
82
82
# PROP BASE Rebuild_Opt "/a"
83
 
# PROP BASE Target_File "NT\Release\testall.exe"
 
83
# PROP BASE Target_File "9x\Release\testall.exe"
84
84
# PROP BASE Bsc_Name ""
85
85
# PROP BASE Target_Dir ""
86
86
# PROP Use_MFC 0
87
87
# PROP Use_Debug_Libraries 0
88
88
# PROP Output_Dir ""
89
89
# PROP Intermediate_Dir ""
90
 
# PROP Cmd_Line "NMAKE /f Makefile.win INTDIR=NT\Release OUTDIR=NT\Release MODEL=dynamic all check"
 
90
# PROP Cmd_Line "NMAKE /f Makefile.win INTDIR=9x\Release OUTDIR=9x\Release MODEL=dynamic all check"
91
91
# PROP Rebuild_Opt "/a"
92
 
# PROP Target_File "NT\Release\testall.exe"
 
92
# PROP Target_File "9x\Release\testall.exe"
93
93
# PROP Bsc_Name ""
94
94
# PROP Target_Dir ""
95
95
 
96
 
!ELSEIF  "$(CFG)" == "testutildll - Win32 DebugNT"
 
96
!ELSEIF  "$(CFG)" == "testutildll - Win32 Debug9x"
97
97
 
98
98
# PROP BASE Use_MFC 0
99
99
# PROP BASE Use_Debug_Libraries 1
100
100
# PROP BASE Output_Dir ""
101
101
# PROP BASE Intermediate_Dir ""
102
 
# PROP BASE Cmd_Line "NMAKE /f Makefile.win INTDIR=NT\Debug OUTDIR=NT\Debug MODEL=dynamic _DEBUG=1 all check"
 
102
# PROP BASE Cmd_Line "NMAKE /f Makefile.win INTDIR=9x\Debug OUTDIR=9x\Debug MODEL=dynamic _DEBUG=1 all check"
103
103
# PROP BASE Rebuild_Opt "/a"
104
 
# PROP BASE Target_File "NT\Debug\testall.exe"
 
104
# PROP BASE Target_File "9x\Debug\testall.exe"
105
105
# PROP BASE Bsc_Name ""
106
106
# PROP BASE Target_Dir ""
107
107
# PROP Use_MFC 0
108
108
# PROP Use_Debug_Libraries 1
109
109
# PROP Output_Dir ""
110
110
# PROP Intermediate_Dir ""
111
 
# PROP Cmd_Line "NMAKE /f Makefile.win INTDIR=NT\Debug OUTDIR=NT\Debug MODEL=dynamic _DEBUG=1 all check"
 
111
# PROP Cmd_Line "NMAKE /f Makefile.win INTDIR=9x\Debug OUTDIR=9x\Debug MODEL=dynamic _DEBUG=1 all check"
112
112
# PROP Rebuild_Opt "/a"
113
 
# PROP Target_File "NT\Debug\testall.exe"
 
113
# PROP Target_File "9x\Debug\testall.exe"
114
114
# PROP Bsc_Name ""
115
115
# PROP Target_Dir ""
116
116
 
162
162
 
163
163
# Name "testutildll - Win32 Release"
164
164
# Name "testutildll - Win32 Debug"
165
 
# Name "testutildll - Win32 ReleaseNT"
166
 
# Name "testutildll - Win32 DebugNT"
 
165
# Name "testutildll - Win32 Release9x"
 
166
# Name "testutildll - Win32 Debug9x"
167
167
# Name "testutildll - x64 Release"
168
168
# Name "testutildll - x64 Debug"
169
169
# Begin Group "testall Source Files"