[packages] xinetd: update to 2.3.15 (CVE-2012-0862), use CONFIGURE_{ARGS,VARS} & PKG_INSTALL

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31866 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker
2012-05-27 00:09:00 +00:00
parent 2671533448
commit 7cb5df81b9
4 changed files with 24 additions and 30 deletions

View 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