FreeBSD Bugzilla – Attachment 225961 Details for
Bug 256744
security/openvpn: fix missing include for PATH_MAX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix missing PATH_MAX
openvpn-limits.h.diff (text/plain), 994 bytes, created by
Franco Fichtner
on 2021-06-21 10:41:15 UTC
(
hide
)
Description:
fix missing PATH_MAX
Filename:
MIME Type:
Creator:
Franco Fichtner
Created:
2021-06-21 10:41:15 UTC
Size:
994 bytes
patch
obsolete
>diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile >index f71a1a813a10..1e480d87a893 100644 >--- a/security/openvpn/Makefile >+++ b/security/openvpn/Makefile >@@ -15,7 +15,6 @@ LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYRIGHT.GPL > > USES= cpe libtool localbase:ldflags pkgconfig shebangfix tar:xz >-IGNORE_SSL= libressl libressl-devel > USE_RC_SUBR= openvpn > > SHEBANG_FILES= sample/sample-scripts/verify-cn \ >diff --git a/security/openvpn/files/patch-src_plugins_auth-pam_auth-pam.c b/security/openvpn/files/patch-src_plugins_auth-pam_auth-pam.c >new file mode 100644 >index 000000000000..633bc0f0204d >--- /dev/null >+++ b/security/openvpn/files/patch-src_plugins_auth-pam_auth-pam.c >@@ -0,0 +1,10 @@ >+--- src/plugins/auth-pam/auth-pam.c.orig 2021-06-21 04:44:39 UTC >++++ src/plugins/auth-pam/auth-pam.c >+@@ -39,6 +39,7 @@ >+ #include <stdio.h> >+ #include <string.h> >+ #include <ctype.h> >++#include <limits.h> >+ #include <unistd.h> >+ #include <stdlib.h> >+ #include <sys/types.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256744
: 225961