View | Details | Raw Unified | Return to bug 256744
Collapse All | Expand All

(-)b/security/openvpn/Makefile (-1 lines)
Lines 15-21 LICENSE= GPLv2 Link Here
15
LICENSE_FILE=		${WRKSRC}/COPYRIGHT.GPL
15
LICENSE_FILE=		${WRKSRC}/COPYRIGHT.GPL
16
16
17
USES=			cpe libtool localbase:ldflags pkgconfig shebangfix tar:xz
17
USES=			cpe libtool localbase:ldflags pkgconfig shebangfix tar:xz
18
IGNORE_SSL=		libressl libressl-devel
19
USE_RC_SUBR=		openvpn
18
USE_RC_SUBR=		openvpn
20
19
21
SHEBANG_FILES=		sample/sample-scripts/verify-cn \
20
SHEBANG_FILES=		sample/sample-scripts/verify-cn \
(-)b/security/openvpn/files/patch-src_plugins_auth-pam_auth-pam.c (+10 lines)
Added Link Here
1
--- src/plugins/auth-pam/auth-pam.c.orig	2021-06-21 04:44:39 UTC
2
+++ src/plugins/auth-pam/auth-pam.c
3
@@ -39,6 +39,7 @@
4
 #include <stdio.h>
5
 #include <string.h>
6
 #include <ctype.h>
7
+#include <limits.h>
8
 #include <unistd.h>
9
 #include <stdlib.h>
10
 #include <sys/types.h>

Return to bug 256744