1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- Fix CVE-2013-4342: xinetd ignores user and group directives for TCPMUX services

- Rename old-style named file

Submitted by:	Thomas Swan <thomas.swan@gmail.com>
This commit is contained in:
Sergey Matveychuk 2013-10-03 12:54:10 +00:00
parent ff9a715923
commit 6d7efbab82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329174
3 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= xinetd
PORTVERSION= 2.3.15
PORTREVISION= 1
CATEGORIES= security ipv6
MASTER_SITES= http://www.xinetd.org/

View File

@ -0,0 +1,11 @@
--- xinetd/builtins.c.orig 2013-10-03 16:04:32.562080623 +0400
+++ xinetd/builtins.c 2013-10-03 16:04:57.297350342 +0400
@@ -617,7 +617,7 @@
if( SC_IS_INTERNAL( scp ) ) {
SC_INTERNAL(scp, nserp);
} else {
- exec_server(nserp);
+ child_process(nserp);
}
}