|
From: Erich T. <et...@us...> - 2020-11-12 10:20:22
|
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 "Repository for Bering-uClibc.".
The branch, 7.0.0_no_lwp has been updated
via d4b5ce60b3e3653d1295e174365c877565ecce2f (commit)
via 2ea9f3b76d1dbdf693a33f3338a8aa9ea04c7e35 (commit)
via c37f2c18afa9bc5541c90878613af591d43941e0 (commit)
via c94767ac8e78f842f9164053f373b95ba45ad611 (commit)
via f2c8a37faba8c914e51b4c93a75e7068f2bcfc0d (commit)
via c47e02103fcc041d8c1e8e6ed0887380b0133fb7 (commit)
from 42d4ad0343eae68163b04978ceb8236323c67271 (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 d4b5ce60b3e3653d1295e174365c877565ecce2f
Author: Erich Titl <eri...@th...>
Date: Thu Nov 12 11:19:46 2020 +0100
Disabled build of lwp.
commit 2ea9f3b76d1dbdf693a33f3338a8aa9ea04c7e35
Author: Erich Titl <eri...@th...>
Date: Wed Nov 11 21:46:13 2020 +0100
Removed lwp build target
commit c37f2c18afa9bc5541c90878613af591d43941e0
Author: Erich Titl <eri...@th...>
Date: Wed Nov 11 21:44:44 2020 +0100
Moved webipv6 webconf files to webconf.lrp
commit c94767ac8e78f842f9164053f373b95ba45ad611
Author: Erich Titl <eri...@th...>
Date: Wed Nov 11 19:32:56 2020 +0100
Moved ipsec webconf files to strongswan
commit f2c8a37faba8c914e51b4c93a75e7068f2bcfc0d
Author: Erich Titl <eri...@th...>
Date: Wed Nov 11 17:27:39 2020 +0100
Moved pppoe webconf files to pppoe.lrp
commit c47e02103fcc041d8c1e8e6ed0887380b0133fb7
Author: Erich Titl <eri...@th...>
Date: Wed Nov 11 13:34:35 2020 +0100
Moved dropbear webconf files to dropbear.lrp
-----------------------------------------------------------------------
Summary of changes:
conf/sources.d/{lwp.cfg => lwp.cfg.disabled} | 0
repo/dropbear/buildtool.cfg | 20 ++++
repo/dropbear/buildtool.mk | 14 ++-
.../webconf/etc/webconf}/dropbear.webconf | 0
.../webconf}/var/webconf/www/dropbear.cgi | 0
repo/lwp/buildtool.cfg | 11 ---
repo/lwp/buildtool.mk | 49 ----------
repo/ppp/buildtool.cfg | 15 +++
repo/ppp/buildtool.mk | 12 ++-
.../webconf}/etc/webconf/pppoe.webconf | 0
.../webconf}/var/webconf/www/pppoe.cgi | 0
repo/strongswan/buildtool.cfg | 104 +++++++++++++++++++++
repo/strongswan/buildtool.mk | 12 ++-
.../webconf}/etc/webconf/ipsec.webconf | 0
.../webconf}/var/webconf/lib/ipsec.func | 0
.../webconf}/var/webconf/www/blurb.ipsec | 0
.../webconf}/var/webconf/www/blurb.ipsec_dpd | 0
.../webconf}/var/webconf/www/blurb.ipsec_name | 0
.../webconf}/var/webconf/www/blurb.ipsec_phase1 | 0
.../webconf}/var/webconf/www/blurb.ipsec_phase2 | 0
.../webconf}/var/webconf/www/blurb.ipsec_rsa | 0
.../webconf}/var/webconf/www/blurb.ipsec_timeout | 0
.../webconf}/var/webconf/www/ipsec.cgi | 0
.../webconf}/var/webconf/www/ipsec.css | 0
.../webconf}/var/webconf/www/ipsec.js | 0
.../webconf}/var/webconf/www/ipsec_conn.cgi | 0
.../webconf}/var/webconf/www/pix/admin24.png | Bin
repo/webconf/buildtool.cfg | 23 ++++-
repo/webconf/buildtool.mk | 6 +-
.../etc => webconf/etc/webconf}/webipv6.webconf | 0
.../var/webconf/www/webipv6.cgi | 0
31 files changed, 190 insertions(+), 76 deletions(-)
rename conf/sources.d/{lwp.cfg => lwp.cfg.disabled} (100%)
rename repo/{lwp/dropbear/etc => dropbear/webconf/etc/webconf}/dropbear.webconf (100%)
rename repo/{lwp/dropbear => dropbear/webconf}/var/webconf/www/dropbear.cgi (100%)
delete mode 100644 repo/lwp/buildtool.cfg
delete mode 100644 repo/lwp/buildtool.mk
rename repo/{lwp/pppoe => ppp/webconf}/etc/webconf/pppoe.webconf (100%)
rename repo/{lwp/pppoe => ppp/webconf}/var/webconf/www/pppoe.cgi (100%)
rename repo/{lwp/ipsec => strongswan/webconf}/etc/webconf/ipsec.webconf (100%)
rename repo/{lwp/ipsec => strongswan/webconf}/var/webconf/lib/ipsec.func (100%)
rename repo/{lwp/ipsec => strongswan/webconf}/var/webconf/www/blurb.ipsec (100%)
rename repo/{lwp/ipsec => strongswan/webconf}/var/webconf/www/blurb.ipsec_dpd (100%)
rename repo/{lwp/ipsec => strongswan/webconf}/var/webconf/www/blurb.ipsec_name (100%)
rename repo/{lwp/ipsec => strongswan/webconf}/var/webconf/www/blurb.ipsec_phase1 (100%)
rename repo/{lwp/ipsec => strongswan/webconf}/var/webconf/www/blurb.ipsec_phase2 (100%)
rename repo/{lwp/ipsec => strongswan/webconf}/var/webconf/www/blurb.ipsec_rsa (100%)
rename repo/{lwp/ipsec => strongswan/webconf}/var/webconf/www/blurb.ipsec_timeout (100%)
rename repo/{lwp/ipsec => strongswan/webconf}/var/webconf/www/ipsec.cgi (100%)
rename repo/{lwp/ipsec => strongswan/webconf}/var/webconf/www/ipsec.css (100%)
rename repo/{lwp/ipsec => strongswan/webconf}/var/webconf/www/ipsec.js (100%)
rename repo/{lwp/ipsec => strongswan/webconf}/var/webconf/www/ipsec_conn.cgi (100%)
rename repo/{lwp/ipsec => strongswan/webconf}/var/webconf/www/pix/admin24.png (100%)
rename repo/{lwp/webipv6/etc => webconf/etc/webconf}/webipv6.webconf (100%)
rename repo/{lwp/webipv6 => webconf}/var/webconf/www/webipv6.cgi (100%)
hooks/post-receive
--
Repository for Bering-uClibc.
|