FreeBSD Bugzilla – Attachment 157726 Details for
Bug 188374
net/3proxy update to 0.7.1.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch 0.7.1.2, rename bin/proxy to bin/httppr
patch-3proxy-0.7.1.2_1 (text/plain), 18.43 KB, created by
Igor Zabelin
on 2015-06-14 13:10:58 UTC
(
hide
)
Description:
Patch 0.7.1.2, rename bin/proxy to bin/httppr
Filename:
MIME Type:
Creator:
Igor Zabelin
Created:
2015-06-14 13:10:58 UTC
Size:
18.43 KB
patch
obsolete
>diff -urN 3proxy/Makefile 3proxy_mv/Makefile >--- 3proxy/Makefile 2015-05-29 01:20:41.000000000 +0300 >+++ 3proxy_mv/Makefile 2015-06-14 15:36:51.000000000 +0300 >@@ -3,6 +3,7 @@ > > PORTNAME= 3proxy > PORTVERSION= 0.7.1.2 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= net > >@@ -25,13 +26,17 @@ > post-patch: > @${REINPLACE_CMD} -e 's|%%CFLAGS%%|${CFLAGS}|' ${WRKSRC}/${MAKEFILE} > >+post-build: >+ ${MV} ${WRKSRC}/src/proxy ${WRKSRC}/src/httppr >+ ${MV} ${WRKSRC}/man/proxy.8 ${WRKSRC}/man/httppr.8 >+ > do-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ ${STAGEDIR}${DOCSDIR}/ >- cd ${WRKSRC}/src/ && ${INSTALL_PROGRAM} 3proxy countersutil dighosts mycrypt ${STAGEDIR}${PREFIX}/bin/ >+ cd ${WRKSRC}/src/ && ${INSTALL_PROGRAM} 3proxy countersutil dighosts ftppr icqpr msnpr mycrypt pop3p httppr smtpp socks tcppm udppm ${STAGEDIR}${PREFIX}/bin/ > cd ${WRKSRC}/cfg/ && ${INSTALL_DATA} 3proxy.cfg.sample ${STAGEDIR}${PREFIX}/etc/ > cd ${WRKSRC}/src/ && ${INSTALL_LIB} PCREPlugin.so StringsPlugin.so TrafficPlugin.so ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/ > cd ${WRKSRC}/man/ && ${INSTALL_MAN} 3proxy.cfg.3 ${STAGEDIR}${PREFIX}/man/man3/ >- cd ${WRKSRC}/man/ && ${INSTALL_MAN} 3proxy.8 ${STAGEDIR}${PREFIX}/man/man8/ >+ cd ${WRKSRC}/man/ && ${INSTALL_MAN} 3proxy.8 ftppr.8 pop3p.8 httppr.8 socks.8 tcppm.8 udppm.8 ${STAGEDIR}${PREFIX}/man/man8/ > cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ > > .include <bsd.port.mk> >diff -urN 3proxy/files/patch-man 3proxy_mv/files/patch-man >--- 3proxy/files/patch-man 2015-05-28 21:05:37.000000000 +0300 >+++ 3proxy_mv/files/patch-man 2015-06-14 15:44:34.000000000 +0300 >@@ -1,27 +1,16 @@ >-diff -urN man/3proxy.8 man-bin/3proxy.8 >+diff -urN man/3proxy.8 man-httppr/3proxy.8 > --- man/3proxy.8 2015-02-17 16:09:13.000000000 +0300 >-+++ man-bin/3proxy.8 2015-05-28 11:58:00.543952000 +0300 >-@@ -25,18 +25,7 @@ >- It can establish multiple >++++ man-httppr/3proxy.8 2015-06-14 15:42:09.000000000 +0300 >+@@ -26,7 +26,7 @@ > gateways with HTTP and HTTPS proxy with FTP over HTTP support, SOCKS v4, > v4.5 and v5, POP3 proxy, UDP and TCP portmappers. Each gateway is started >--from configuration file like independant service >+ from configuration file like independant service > -.BR proxy (8) >--.BR socks (8) >--.BR pop3p (8) >--.BR tcppm (8) >--.BR udppm (8) >--.BR ftppr (8) >--.BR dnspr >--but >--.BR 3proxy >--is not a kind of wrapper or superserver for this daemons. It just has same >--code compiled in, but provides much more functionality. SOCKSv5 >-+from configuration file like independant service. SOCKSv5 >- implementatation allows to use 3proxy with any UDP or TCP based client >- applications designed without >- proxy support (with >-@@ -84,7 +73,7 @@ >++.BR httppr (8) >+ .BR socks (8) >+ .BR pop3p (8) >+ .BR tcppm (8) >+@@ -84,7 +84,7 @@ > configuration from stdin. It makes it possible to use 3proxy.cfg file as > executable script just by setting +x mode and adding > .br >@@ -30,7 +19,7 @@ > .br > as a first line in 3proxy.cfg > .TP >-@@ -133,14 +122,14 @@ >+@@ -133,14 +133,14 @@ > wget to automate this task. > .SH FILES > .TP >@@ -44,11 +33,11 @@ > +.BR 3proxy@3proxy.ru > .SH SEE ALSO > -3proxy.cfg(3), proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), >-+3proxy.cfg(3), >++3proxy.cfg(3), httppr(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), > kill(1), syslogd(8), > .br > http://3proxy.ru/ >-@@ -148,6 +137,6 @@ >+@@ -148,6 +148,6 @@ > 3APA3A is pronounced as \`\`zaraza\'\'. > .SH AUTHORS > 3proxy is designed by 3APA3A >@@ -57,31 +46,24 @@ > Vladimir Dubrovin > -.RI ( vlad@sandy.ru ) > +.RI ( vlad@securityvulns.ru ) >-diff -urN man/3proxy.cfg.3 man-bin/3proxy.cfg.3 >+diff -urN man/3proxy.cfg.3 man-httppr/3proxy.cfg.3 > --- man/3proxy.cfg.3 2015-02-17 16:09:13.000000000 +0300 >-+++ man-bin/3proxy.cfg.3 2015-05-28 11:55:28.565596000 +0300 >-@@ -113,15 +113,6 @@ >- .B -a1 >++++ man-httppr/3proxy.cfg.3 2015-06-14 15:42:09.000000000 +0300 >+@@ -114,7 +114,7 @@ > (for proxy) - anonymous proxy (random client information reported) > .br >-- Also, all options mentioned for >+ Also, all options mentioned for > -.BR proxy (8) >--.BR socks (8) >--.BR pop3p (8) >--.BR tcppm (8) >--.BR udppm (8) >--.BR ftppr (8) >-- are also supported. >--.br >- Portmapping services listen at SRCPORT and connect to DSTADDR:DSTPORT >- HTTP and SOCKS proxies are standard. >- .br >-@@ -884,13 +875,13 @@ >++.BR httppr (8) >+ .BR socks (8) >+ .BR pop3p (8) >+ .BR tcppm (8) >+@@ -884,13 +884,13 @@ > > > .SH SEE ALSO > -3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), >-+3proxy(8), syslogd(8), >++3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), > .br > http://3proxy.ru/ > .SH TRIVIA >@@ -93,3 +75,190 @@ > Vladimir Dubrovin > -.RI ( vlad@sandy.ru ) > +.RI ( vlad@securityvulns.ru ) >+diff -urN man/ftppr.8 man-httppr/ftppr.8 >+--- man/ftppr.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/ftppr.8 2015-06-14 15:43:15.000000000 +0300 >+@@ -73,13 +73,13 @@ >+ Only cleartext authentication is currently supported. >+ .SH BUGS >+ Report all bugs to >+-.BR 3proxy@security.nnov.ru >++.BR 3proxy@3proxy.ru >+ .SH SEE ALSO >+-3proxy(8), proxy(8), pop3p(8), socks(8), tcppm(8), udppm(8), syslogd(8), >++3proxy(8), httppr(8), pop3p(8), socks(8), tcppm(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/icqpr.8 man-httppr/icqpr.8 >+--- man/icqpr.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/icqpr.8 2015-06-14 15:43:39.000000000 +0300 >+@@ -66,13 +66,13 @@ >+ .IR remote_host : remote_port >+ .SH BUGS >+ Report all bugs to >+-.BR 3proxy@security.nnov.ru >++.BR 3proxy@3proxy.ru >+ .SH SEE ALSO >+-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), >++3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/pop3p.8 man-httppr/pop3p.8 >+--- man/pop3p.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/pop3p.8 2015-06-14 15:43:44.000000000 +0300 >+@@ -69,13 +69,13 @@ >+ we know which server to connect. >+ .SH BUGS >+ Report all bugs to >+-.BR 3proxy@security.nnov.ru >++.BR 3proxy@3proxy.ru >+ .SH SEE ALSO >+-3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), syslogd(8), >++3proxy(8), ftppr(8), httppr(8), socks(8), tcppm(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/proxy.8 man-httppr/proxy.8 >+--- man/proxy.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/proxy.8 2015-06-14 15:43:48.000000000 +0300 >+@@ -1,15 +1,15 @@ >+-.TH proxy "8" "July 2009" "3proxy 0.7" "Universal proxy server" >++.TH httppr "8" "July 2009" "3proxy 0.7" "Universal proxy server" >+ .SH NAME >+-.B proxy >++.B httppr >+ \- HTTP proxy gateway service >+ .SH SYNOPSIS >+-.BR "proxy " [ -d ][ -a ] >++.BR "httppr " [ -d ][ -a ] >+ .IB \fR[ -l \fR[ \fR[ @ \fR] logfile \fR]] >+ .IB \fR[ -p port\fR] >+ .IB \fR[ -i internal_ip\fR] >+ .IB \fR[ -e external_ip\fR] >+ .SH DESCRIPTION >+-.B proxy >++.B httppr >+ is HTTP gateway service with HTTPS and FTP over HTTPS support. >+ .SH OPTIONS >+ .TP >+@@ -64,13 +64,13 @@ >+ instead. >+ .SH BUGS >+ Report all bugs to >+-.BR 3proxy@security.nnov.ru >++.BR 3proxy@3proxy.ru >+ .SH SEE ALSO >+ 3proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/smtpp.8 man-httppr/smtpp.8 >+--- man/smtpp.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/smtpp.8 2015-06-14 15:43:52.000000000 +0300 >+@@ -70,13 +70,13 @@ >+ we know which server to connect. >+ .SH BUGS >+ Report all bugs to >+-.BR 3proxy@security.nnov.ru >++.BR 3proxy@3proxy.ru >+ .SH SEE ALSO >+-3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), syslogd(8), >++3proxy(8), ftppr(8), httppr(8), socks(8), tcppm(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/socks.8 man-httppr/socks.8 >+--- man/socks.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/socks.8 2015-06-14 15:43:56.000000000 +0300 >+@@ -65,13 +65,13 @@ >+ instead. >+ .SH BUGS >+ Report all bugs to >+-.BR 3proxy@security.nnov.ru >++.BR 3proxy@3proxy.ru >+ .SH SEE ALSO >+-3proxy(8), proxy(8), ftppr(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), >++3proxy(8), httppr(8), ftppr(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/tcppm.8 man-httppr/tcppm.8 >+--- man/tcppm.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/tcppm.8 2015-06-14 15:44:00.000000000 +0300 >+@@ -59,13 +59,13 @@ >+ .IR remote_host : remote_port >+ .SH BUGS >+ Report all bugs to >+-.BR 3proxy@security.nnov.ru >++.BR 3proxy@3proxy.ru >+ .SH SEE ALSO >+-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), >++3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/udppm.8 man-httppr/udppm.8 >+--- man/udppm.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/udppm.8 2015-06-14 15:44:05.000000000 +0300 >+@@ -65,13 +65,13 @@ >+ .IR remote_host : remote_port >+ .SH BUGS >+ Report all bugs to >+-.BR 3proxy@security.nnov.ru >++.BR 3proxy@3proxy.ru >+ .SH SEE ALSO >+-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), >++3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >diff -urN 3proxy/patch-man 3proxy_mv/patch-man >--- 3proxy/patch-man 1970-01-01 03:00:00.000000000 +0300 >+++ 3proxy_mv/patch-man 2015-06-14 15:40:37.000000000 +0300 >@@ -0,0 +1,235 @@ >+diff -urN man/3proxy.8 man-httppr/3proxy.8 >+--- man/3proxy.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/3proxy.8 2015-06-14 15:13:08.000000000 +0300 >+@@ -26,7 +26,7 @@ >+ gateways with HTTP and HTTPS proxy with FTP over HTTP support, SOCKS v4, >+ v4.5 and v5, POP3 proxy, UDP and TCP portmappers. Each gateway is started >+ from configuration file like independant service >+-.BR proxy (8) >++.BR httppr (8) >+ .BR socks (8) >+ .BR pop3p (8) >+ .BR tcppm (8) >+@@ -84,7 +84,7 @@ >+ configuration from stdin. It makes it possible to use 3proxy.cfg file as >+ executable script just by setting +x mode and adding >+ .br >+-#!/usr/local/3proxy/3proxy >++#!/usr/local/bin/3proxy >+ .br >+ as a first line in 3proxy.cfg >+ .TP >+@@ -133,14 +133,14 @@ >+ wget to automate this task. >+ .SH FILES >+ .TP >+-.I "/usr/local/3proxy/3proxy.cfg (3proxy.cfg)" >++.I "/usr/local/etc/3proxy.cfg (3proxy.cfg)" >+ .BR 3proxy >+ configuration file >+ .SH BUGS >+ Report all bugs to >+-.BR 3proxy@security.nnov.ru >++.BR 3proxy@3proxy.ru >+ .SH SEE ALSO >+-3proxy.cfg(3), proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), >++3proxy.cfg(3), httppr(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), >+ kill(1), syslogd(8), >+ .br >+ http://3proxy.ru/ >+@@ -148,6 +148,6 @@ >+ 3APA3A is pronounced as \`\`zaraza\'\'. >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/3proxy.cfg.3 man-httppr/3proxy.cfg.3 >+--- man/3proxy.cfg.3 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/3proxy.cfg.3 2015-06-14 15:15:00.000000000 +0300 >+@@ -114,7 +114,7 @@ >+ (for proxy) - anonymous proxy (random client information reported) >+ .br >+ Also, all options mentioned for >+-.BR proxy (8) >++.BR httppr (8) >+ .BR socks (8) >+ .BR pop3p (8) >+ .BR tcppm (8) >+@@ -884,13 +884,13 @@ >+ >+ >+ .SH SEE ALSO >+-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), >++3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH TRIVIA >+ 3APA3A is pronounced as \`\`zaraza\'\'. >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/ftppr.8 man-httppr/ftppr.8 >+--- man/ftppr.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/ftppr.8 2015-06-14 15:20:21.000000000 +0300 >+@@ -75,11 +75,11 @@ >+ Report all bugs to >+ .BR 3proxy@security.nnov.ru >+ .SH SEE ALSO >+-3proxy(8), proxy(8), pop3p(8), socks(8), tcppm(8), udppm(8), syslogd(8), >++3proxy(8), httppr(8), pop3p(8), socks(8), tcppm(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/icqpr.8 man-httppr/icqpr.8 >+--- man/icqpr.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/icqpr.8 2015-06-14 15:20:25.000000000 +0300 >+@@ -68,11 +68,11 @@ >+ Report all bugs to >+ .BR 3proxy@security.nnov.ru >+ .SH SEE ALSO >+-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), >++3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/pop3p.8 man-httppr/pop3p.8 >+--- man/pop3p.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/pop3p.8 2015-06-14 15:20:29.000000000 +0300 >+@@ -71,11 +71,11 @@ >+ Report all bugs to >+ .BR 3proxy@security.nnov.ru >+ .SH SEE ALSO >+-3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), syslogd(8), >++3proxy(8), ftppr(8), httppr(8), socks(8), tcppm(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/proxy.8 man-httppr/proxy.8 >+--- man/proxy.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/proxy.8 2015-06-14 15:17:24.000000000 +0300 >+@@ -1,15 +1,15 @@ >+-.TH proxy "8" "July 2009" "3proxy 0.7" "Universal proxy server" >++.TH httppr "8" "July 2009" "3proxy 0.7" "Universal proxy server" >+ .SH NAME >+-.B proxy >++.B httppr >+ \- HTTP proxy gateway service >+ .SH SYNOPSIS >+-.BR "proxy " [ -d ][ -a ] >++.BR "httppr " [ -d ][ -a ] >+ .IB \fR[ -l \fR[ \fR[ @ \fR] logfile \fR]] >+ .IB \fR[ -p port\fR] >+ .IB \fR[ -i internal_ip\fR] >+ .IB \fR[ -e external_ip\fR] >+ .SH DESCRIPTION >+-.B proxy >++.B httppr >+ is HTTP gateway service with HTTPS and FTP over HTTPS support. >+ .SH OPTIONS >+ .TP >+@@ -71,6 +71,6 @@ >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/smtpp.8 man-httppr/smtpp.8 >+--- man/smtpp.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/smtpp.8 2015-06-14 15:20:33.000000000 +0300 >+@@ -72,11 +72,11 @@ >+ Report all bugs to >+ .BR 3proxy@security.nnov.ru >+ .SH SEE ALSO >+-3proxy(8), ftppr(8), proxy(8), socks(8), tcppm(8), udppm(8), syslogd(8), >++3proxy(8), ftppr(8), httppr(8), socks(8), tcppm(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/socks.8 man-httppr/socks.8 >+--- man/socks.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/socks.8 2015-06-14 15:20:38.000000000 +0300 >+@@ -67,11 +67,11 @@ >+ Report all bugs to >+ .BR 3proxy@security.nnov.ru >+ .SH SEE ALSO >+-3proxy(8), proxy(8), ftppr(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), >++3proxy(8), httppr(8), ftppr(8), pop3p(8), tcppm(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/tcppm.8 man-httppr/tcppm.8 >+--- man/tcppm.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/tcppm.8 2015-06-14 15:20:47.000000000 +0300 >+@@ -61,11 +61,11 @@ >+ Report all bugs to >+ .BR 3proxy@security.nnov.ru >+ .SH SEE ALSO >+-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), >++3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >+diff -urN man/udppm.8 man-httppr/udppm.8 >+--- man/udppm.8 2015-02-17 16:09:13.000000000 +0300 >++++ man-httppr/udppm.8 2015-06-14 15:20:57.000000000 +0300 >+@@ -67,11 +67,11 @@ >+ Report all bugs to >+ .BR 3proxy@security.nnov.ru >+ .SH SEE ALSO >+-3proxy(8), proxy(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), >++3proxy(8), httppr(8), ftppr(8), socks(8), pop3p(8), udppm(8), syslogd(8), >+ .br >+ http://3proxy.ru/ >+ .SH AUTHORS >+ 3proxy is designed by 3APA3A >+-.RI ( 3APA3A@security.nnov.ru ), >++.RI ( 3APA3A@3proxy.ru ), >+ Vladimir Dubrovin >+-.RI ( vlad@sandy.ru ) >++.RI ( vlad@securityvulns.ru ) >diff -urN 3proxy/pkg-plist 3proxy_mv/pkg-plist >--- 3proxy/pkg-plist 2015-05-28 21:05:37.000000000 +0300 >+++ 3proxy_mv/pkg-plist 2015-06-14 14:11:49.000000000 +0300 >@@ -1,10 +1,25 @@ > bin/3proxy > bin/countersutil > bin/dighosts >+bin/ftppr >+bin/icqpr >+bin/msnpr > bin/mycrypt >+bin/pop3p >+bin/httppr >+bin/smtpp >+bin/socks >+bin/tcppm >+bin/udppm > @sample etc/3proxy.cfg.sample > lib/3proxy/PCREPlugin.so > lib/3proxy/StringsPlugin.so > lib/3proxy/TrafficPlugin.so > man/man3/3proxy.cfg.3.gz > man/man8/3proxy.8.gz >+man/man8/ftppr.8.gz >+man/man8/pop3p.8.gz >+man/man8/httppr.8.gz >+man/man8/socks.8.gz >+man/man8/tcppm.8.gz >+man/man8/udppm.8.gz
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 188374
:
141553
|
146068
|
146716
|
153142
|
153143
|
155089
|
155118
|
157205
|
157213
| 157726