FreeBSD Bugzilla – Attachment 53515 Details for
Bug 80934
[patch] www/oops fix for recent ipfilter update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.20 KB, created by
Dmitry Morozovsky
on 2005-05-12 09:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dmitry Morozovsky
Created:
2005-05-12 09:30:02 UTC
Size:
1.20 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/www/oops/Makefile,v >retrieving revision 1.35 >diff -u -r1.35 Makefile >--- Makefile 9 Feb 2005 14:43:05 -0000 1.35 >+++ Makefile 12 May 2005 08:27:07 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= oops > PORTVERSION= ${OOPSVERSION} >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www > MASTER_SITES= http://oops-cache.org/ > DISTNAME= ${PORTNAME}-${OOPSVERSION} >Index: files/patch-src_modules_transparent.c >=================================================================== >RCS file: files/patch-src_modules_transparent.c >diff -N files/patch-src_modules_transparent.c >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-src_modules_transparent.c 12 May 2005 08:27:07 -0000 >@@ -0,0 +1,14 @@ >+ >+$FreeBSD$ >+ >+--- src/modules/transparent.c.orig >++++ src/modules/transparent.c >+@@ -214,7 +214,7 @@ >+ natLookup.nl_outip = rq->client_sa.sin_addr; >+ natLookup.nl_flags = IPN_TCP; >+ if (natfd < 0) { >+- natfd = open(IPL_NAT, O_RDONLY, 0); >++ natfd = open(IPNAT_NAME, O_RDONLY, 0); >+ if (natfd < 0) { >+ my_xlog(OOPS_LOG_HTTP|OOPS_LOG_DBG|OOPS_LOG_SEVERE, "transparent/redir(): NAT open failed: %m\n"); >+ goto notdone;
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 80934
: 53515