[packages] xinetd: update to 2.3.15 (CVE-2012-0862), use CONFIGURE_{ARGS,VARS} &...
[openwrt/svn-archive/archive.git] / net / xinetd / patches / 003-rpc_fix.patch
index d790a89073566f1ffeb5e3210e5f3bd7c6a273fa..11f47e72e6a7b17b23a8d82a7340eb83050c8067 100644 (file)
@@ -1,6 +1,6 @@
 --- a/xinetd/confparse.c
 +++ b/xinetd/confparse.c
-@@ -716,7 +716,7 @@ static status_e check_entry( struct serv
+@@ -745,7 +745,7 @@ static status_e check_entry( struct serv
           }
     }
  
@@ -9,7 +9,7 @@
  #if defined(HAVE_RPC_RPCENT_H) || defined(HAVE_NETDB_H)
     if ( SC_IS_RPC( scp ) && !SC_IS_UNLISTED( scp ) )
     {
-@@ -730,6 +730,7 @@ static status_e check_entry( struct serv
+@@ -759,6 +759,7 @@ static status_e check_entry( struct serv
        SC_RPCDATA( scp )->rd_program_number = rep->r_number ;
     }
     else