FreeBSD Bugzilla – Attachment 158911 Details for
Bug 201323
security/sshguard convert to OPTIONS & add new null backend
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sshguard-null slave port
sshguard.diff (text/plain), 3.19 KB, created by
Mark Felder
on 2015-07-17 14:26:11 UTC
(
hide
)
Description:
sshguard-null slave port
Filename:
MIME Type:
Creator:
Mark Felder
Created:
2015-07-17 14:26:11 UTC
Size:
3.19 KB
patch
obsolete
>Index: security/Makefile >=================================================================== >--- security/Makefile (revision 392376) >+++ security/Makefile (working copy) >@@ -1000,6 +1000,7 @@ > SUBDIR += sshguard > SUBDIR += sshguard-ipfilter > SUBDIR += sshguard-ipfw >+ SUBDIR += sshguard-null > SUBDIR += sshguard-pf > SUBDIR += sshit > SUBDIR += sshpass >Index: security/sshguard/Makefile >=================================================================== >--- security/sshguard/Makefile (revision 392376) >+++ security/sshguard/Makefile (working copy) >@@ -12,7 +12,7 @@ > > LICENSE= BSD2CLAUSE > >-CONFLICTS?= sshguard-ipfilter-1.* sshguard-ipfw-1.* sshguard-pf-1.* >+CONFLICTS?= sshguard-ipfilter-1.* sshguard-ipfw-1.* sshguard-pf-1.* sshguard-null-1.* > > USES= autoreconf tar:xz > >Index: security/sshguard-ipfilter/Makefile >=================================================================== >--- security/sshguard-ipfilter/Makefile (revision 392376) >+++ security/sshguard-ipfilter/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PKGNAMESUFFIX= -ipfilter >-CONFLICTS= sshguard-1.* sshguard-ipfw-1.* sshguard-pf-1.* >+CONFLICTS= sshguard-1.* sshguard-ipfw-1.* sshguard-pf-1.* sshguard-null-1.* > > COMMENT= Protect hosts from brute force attacks against ssh and other services using ipfilter > >Index: security/sshguard-ipfw/Makefile >=================================================================== >--- security/sshguard-ipfw/Makefile (revision 392376) >+++ security/sshguard-ipfw/Makefile (working copy) >@@ -5,7 +5,7 @@ > > COMMENT= Protect hosts from brute force attacks against ssh and other services using ipfw > >-CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-pf-1.* >+CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-pf-1.* sshguard-null-1.* > > SSHGUARDFW= ipfw > MASTERDIR= ${.CURDIR}/../sshguard >Index: security/sshguard-null/Makefile >=================================================================== >--- security/sshguard-null/Makefile (revision 0) >+++ security/sshguard-null/Makefile (working copy) >@@ -0,0 +1,13 @@ >+# Created by: Mij <mij@bitchx.it> >+# $FreeBSD$ >+ >+PKGNAMESUFFIX= -null >+ >+COMMENT= Protect hosts from brute force attacks against ssh and other services >+ >+CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-ipfw-1.* sshguard-pf-1.* >+ >+SSHGUARDFW= null >+MASTERDIR= ${.CURDIR}/../sshguard >+ >+.include "${MASTERDIR}/Makefile" > >Property changes on: security/sshguard-null/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: security/sshguard-pf/Makefile >=================================================================== >--- security/sshguard-pf/Makefile (revision 392376) >+++ security/sshguard-pf/Makefile (working copy) >@@ -5,7 +5,7 @@ > > COMMENT= Protect hosts from brute force attacks against ssh and other services using pf > >-CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-ipfw-1.* >+CONFLICTS= sshguard-1.* sshguard-ipfilter-1.* sshguard-ipfw-1.* sshguard-null-1.* > > SSHGUARDFW= pf > MASTERDIR= ${.CURDIR}/../sshguard
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 201323
:
158319
|
158321
| 158911