FreeBSD Bugzilla – Attachment 154952 Details for
Bug 198643
[PATCH] security/scanlogd: add periodic script to display port scans
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to with build WITH_LIBNIDS
scanlogd_nids.diff (text/plain), 1.26 KB, created by
Roman Bogorodskiy
on 2015-03-29 09:51:34 UTC
(
hide
)
Description:
patch to with build WITH_LIBNIDS
Filename:
MIME Type:
Creator:
Roman Bogorodskiy
Created:
2015-03-29 09:51:34 UTC
Size:
1.26 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 382572) >+++ Makefile (working copy) >@@ -16,6 +16,7 @@ > > .if defined(WITH_LIBNIDS) > BUILD_DEPENDS+= ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids >+LIB_DEPENDS+= libnet.so:${PORTSDIR}/net/libnet > ALL_TARGET= libnids > .else > ALL_TARGET= libpcap >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (revision 0) >+++ files/patch-Makefile (working copy) >@@ -0,0 +1,13 @@ >+--- Makefile.orig 2015-03-29 11:57:46.000000000 +0300 >++++ Makefile 2015-03-29 11:58:04.000000000 +0300 >+@@ -7,8 +7,8 @@ >+ PCAP_H = -I/usr/include/pcap >+ PCAP_L = -lpcap >+ >+-NIDS_H = -I/usr/local/include >+-NIDS_L = -L/usr/local/lib -lnids -lnet -lpcap >++NIDS_H = -I/usr/local/include `libnet11-config --cflags` >++NIDS_L = -L/usr/local/lib -lnids `libnet11-config --libs` -lpcap >+ >+ PROJ = scanlogd >+ > >Property changes on: files/patch-Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 198643
:
154438
| 154952 |
155099