FreeBSD Bugzilla – Attachment 170242 Details for
Bug 207051
www/tinyproxy: Only binds to all (*) interfaces for IPv6, but not IPv4, when "Listen" is disabled (fixed in 1.8.4)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update port to 1.8.4
tinyproxy-1.8.4,1.diff (text/plain), 1.29 KB, created by
Jason Mann
on 2016-05-13 12:00:56 UTC
(
hide
)
Description:
Patch to update port to 1.8.4
Filename:
MIME Type:
Creator:
Jason Mann
Created:
2016-05-13 12:00:56 UTC
Size:
1.29 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 415100) >+++ Makefile (working copy) >@@ -2,11 +2,10 @@ > # $FreeBSD$ > > PORTNAME= tinyproxy >-PORTVERSION= 1.8.3 >-PORTREVISION= 1 >+PORTVERSION= 1.8.4 > PORTEPOCH= 1 > CATEGORIES= www >-MASTER_SITES= https://banu.com/pub/tinyproxy/${PORTVERSION:R}/ \ >+MASTER_SITES= https://github.com/tinyproxy/tinyproxy/releases/download/${PORTVERSION}/ \ > LOCAL/sunpoet > > MAINTAINER= sunpoet@FreeBSD.org >@@ -38,6 +37,7 @@ > ${WRKSRC}/docs/man8/tinyproxy.txt.in \ > ${WRKSRC}/etc/tinyproxy.conf.in > @${REINPLACE_CMD} -e '/\/usr\/share\/tinyproxy/d' ${WRKSRC}/etc/tinyproxy.conf.in >+ @${REINPLACE_CMD} -e 's/^#LogFile/LogFile/; s/^#PidFile/PidFile/' ${WRKSRC}/etc/tinyproxy.conf.in > > post-install: > ${INSTALL_DATA} ${WRKSRC}/etc/tinyproxy.conf ${STAGEDIR}${PREFIX}/etc/tinyproxy.conf.sample >Index: distinfo >=================================================================== >--- distinfo (revision 415100) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (tinyproxy-1.8.3.tar.gz) = 682416c8f0f733a8106c87bb395c631222569751fe4617bc381d0499b0f0c017 >-SIZE (tinyproxy-1.8.3.tar.gz) = 266744 >+SHA256 (tinyproxy-1.8.4.tar.gz) = 8234c879a129feee61efa98bac14a1a3e46e5cf08f01696a216940872aa70faf >+SIZE (tinyproxy-1.8.4.tar.gz) = 283147
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
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 207051
:
170242
|
172005