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:
parent
ff9a715923
commit
6d7efbab82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329174
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xinetd
|
||||
PORTVERSION= 2.3.15
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security ipv6
|
||||
MASTER_SITES= http://www.xinetd.org/
|
||||
|
||||
|
11
security/xinetd/files/patch-xinetd::builtins.c
Normal file
11
security/xinetd/files/patch-xinetd::builtins.c
Normal 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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user