Sfoglia il codice sorgente

upgrade to cURL 7.9.8

Ralf S. Engelschall 24 anni fa
parent
commit
f975a4c674
1 ha cambiato i file con 1 aggiunte e 7 eliminazioni
  1. 1 7
      openpkg/openpkg.spec

+ 1 - 7
openpkg/openpkg.spec

@@ -47,7 +47,7 @@
 %define       V_zlib    1.1.4
 %define       V_bzip2   1.0.2
 %define       V_db      3.2.9
-%define       V_curl    7.9.7
+%define       V_curl    7.9.8
 %define       V_make    3.79.1
 %define       V_gzip    1.3.3
 %define       V_patch   2.5.4
@@ -111,7 +111,6 @@ Source40:     rc.conf
 Source41:     aux.prereq.sh
 Source42:     aux.usrgrp.sh
 Source43:     mkproxyrpm.pl
-Source44:     curl.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -319,11 +318,6 @@ Provides:     OpenPKG
       ${l_patch} -p0 <`SOURCE db.patch`
     )
 
-    #   apply OpenPKG patches to cURL distribution tree
-    ( cd curl-%{V_curl}
-      ${l_patch} -p0 <`SOURCE curl.patch`
-    )
-
 %build
     #   skip in bootstrap phase 2 (see openpkg.boot)
     [ ".$OPENPKG_BOOT" = .1 ] && exit 0