OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 28-Jun-2006 11:03:59
Branch: OPENPKG_2_5_SOLID Handle: 2006062810035900
Modified files: (Branch: OPENPKG_2_5_SOLID)
openpkg-src/curl curl.spec
Log:
Fix Security Issue (CVE-2006-1061)
Summary:
Revision Changes Path
1.72.2.4 +3 -2 openpkg-src/curl/curl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/curl/curl.spec
============================================================================
$ cvs diff -u -r1.72.2.3 -r1.72.2.4 curl.spec
--- openpkg-src/curl/curl.spec 10 Dec 2005 19:33:10 -0000 1.72.2.3
+++ openpkg-src/curl/curl.spec 28 Jun 2006 09:03:59 -0000 1.72.2.4
@@ -33,7 +33,7 @@
Group: Web
License: GPL
Version: 7.15.0
-Release: 2.5.1
+Release: 2.5.2
# package options
%option with_ssl yes
@@ -43,6 +43,7 @@
# list of sources
Source0: http://curl.haxx.se/download/curl-%{version}.tar.bz2
Patch0: curl.patch
+Patch1: http://curl.haxx.se/libcurl-tftp.patch
# build information
Prefix: %{l_prefix}
@@ -80,7 +81,7 @@
%prep
%setup -q
- %patch -p0
+ %patch -p0 -P 0 1
%build
%{l_shtool} subst \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]