FreeBSD Bugzilla – Attachment 23560 Details for
Bug 40528
Update port: security/snort
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.66 KB, created by
pmarquis
on 2002-07-13 16:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
pmarquis
Created:
2002-07-13 16:50:01 UTC
Size:
2.66 KB
patch
obsolete
>diff -Naur snort.orig/Makefile snort/Makefile >--- snort.orig/Makefile Mon Apr 15 17:50:11 2002 >+++ snort/Makefile Sat Jul 13 11:32:29 2002 >@@ -6,7 +6,7 @@ > # > > PORTNAME= snort >-PORTVERSION= 1.8.6 >+PORTVERSION= 1.8.7 > CATEGORIES= security > MASTER_SITES= http://www.snort.org/dl/ > >@@ -51,16 +51,11 @@ > @${ECHO} "" > > post-install: >- ${MKDIR} ${PREFIX}/share/snort >-.for i in CREDITS RULES.SAMPLE USAGE attack-responses.rules backdoor.rules \ >- bad-traffic.rules ddos.rules dns.rules dos.rules exploit.rules \ >- finger.rules ftp.rules icmp.rules icmp-info.rules info.rules local.rules \ >- misc.rules netbios.rules policy.rules porn.rules rpc.rules rservices.rules \ >- scan.rules shellcode.rules smtp.rules sql.rules telnet.rules tftp.rules \ >- virus.rules web-attacks.rules web-cgi.rules web-coldfusion.rules \ >- web-frontpage.rules web-iis.rules web-misc.rules x11.rules >- ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/snort >-.endfor >+ ${MKDIR} ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/RULES.SAMPLE ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/USAGE ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/*.rules ${DATADIR} > ${INSTALL_DATA} ${WRKSRC}/classification.config ${PREFIX}/etc/classification.config-sample > ${INSTALL_DATA} ${WRKSRC}/snort.conf ${PREFIX}/etc/snort.conf-sample > @${SED} -e 's#/usr/local#${PREFIX}#g' ${PKGMESSAGE} >diff -Naur snort.orig/distinfo snort/distinfo >--- snort.orig/distinfo Mon Apr 15 17:50:11 2002 >+++ snort/distinfo Sat Jul 13 11:06:37 2002 >@@ -1 +1 @@ >-MD5 (snort-1.8.6.tar.gz) = 6bba7e1cbc837a5c7404d7c0b496780b >+MD5 (snort-1.8.7.tar.gz) = 29c81d0bc243edb21ba4ab33ee80457e >diff -Naur snort.orig/files/patch-aa snort/files/patch-aa >--- snort.orig/files/patch-aa Mon Jun 3 06:19:16 2002 >+++ snort/files/patch-aa Wed Dec 31 19:00:00 1969 >@@ -1,11 +0,0 @@ >---- plugbase.h.orig Mon Jun 3 03:06:52 2002 >-+++ plugbase.h Mon Jun 3 03:06:59 2002 >-@@ -99,7 +99,7 @@ >- #endif >- >- #if defined(FREEBSD) || defined(OPENBSD) >-- #include <machine/param.h> >-+ #include <sys/param.h> >- #endif >- >- #if defined(SOLARIS) >diff -Naur snort.orig/files/patch-snort.c snort/files/patch-snort.c >--- snort.orig/files/patch-snort.c Wed Dec 31 19:00:00 1969 >+++ snort/files/patch-snort.c Sat Jul 13 11:13:52 2002 >@@ -0,0 +1,11 @@ >+--- snort.c.orig Fri Jun 28 10:22:59 2002 >++++ snort.c Sat Jul 13 11:13:16 2002 >+@@ -1694,7 +1694,7 @@ >+ difftime.tv_sec = endtime.tv_sec - starttime.tv_sec; >+ difftime.tv_usec = endtime.tv_usec - starttime.tv_usec; >+ >+- printf("Run time for packet processing was %u.%u seconds\n", >++ printf("Run time for packet processing was %lu.%lu seconds\n", >+ difftime.tv_sec, difftime.tv_usec); >+ >+ CleanExit(SIGQUIT);
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 40528
: 23560