This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 4ef4d82baa001e777dda0024dbf9159ca85b7721 (commit) via a2b2ac7854bd53548e9bcf75b468451ef2674e97 (commit) from 0642dc892347078f7cbed528e160015b7456ca36 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 4ef4d82baa001e777dda0024dbf9159ca85b7721 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Feb 14 22:23:20 2018 +0000
core119: Ship changed proxy.cgi
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit a2b2ac7854bd53548e9bcf75b468451ef2674e97 Author: Bernhard Held berny156@gmx.de Date: Mon Feb 12 23:25:47 2018 +0100
proxy.cgi: remove excessive newlines in generated proxy.pac
Remove excessive newlines in generated proxy.pac
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/119/filelists/files | 1 + html/cgi-bin/proxy.cgi | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/119/filelists/files b/config/rootfiles/core/119/filelists/files index 57a75db9a..053cb1278 100644 --- a/config/rootfiles/core/119/filelists/files +++ b/config/rootfiles/core/119/filelists/files @@ -4,4 +4,5 @@ etc/rc.d/init.d/cleanfs etc/rc.d/init.d/unbound srv/web/ipfire/cgi-bin/index.cgi srv/web/ipfire/cgi-bin/ovpnmain.cgi +srv/web/ipfire/cgi-bin/proxy.cgi var/ipfire/langs diff --git a/html/cgi-bin/proxy.cgi b/html/cgi-bin/proxy.cgi index 6aa14e15a..66ca86953 100644 --- a/html/cgi-bin/proxy.cgi +++ b/html/cgi-bin/proxy.cgi @@ -3077,8 +3077,6 @@ END print FILE "\n";
print FILE <<END - - ) return "PROXY $netsettings{'GREEN_ADDRESS'}:$proxysettings{'PROXY_PORT'}"; END
hooks/post-receive -- IPFire 2.x development tree