This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gohtmlclient. from 75bde00 d/control: Add to R: (x2gohtmlclient): fcgiwrap. new 59f0639 index.html: insert warning related to security aspects of this package. new e507770 debian/changelog: fixup. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 11 ++++++++--- index.html | 8 ++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gohtmlclient. commit 59f06399c0ae343673ff2e7c2b352c28707c8682 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Mar 11 15:51:38 2023 +0100 index.html: insert warning related to security aspects of this package. --- debian/changelog | 4 ++++ index.html | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 02f8ed6..6c2da35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,4 +12,8 @@ x2gohtmlclient (1.0-0x2go1) UNRELEASED; urgency=medium + Fix line breaks in Depends:, Recommends: and Suggests: fields. + Add to R: (x2gohtmlclient): fcgiwrap. + [ Mihai Moldovan ] + * Initial release: + - index.html: insert warning related to security aspects of this package. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 diff --git a/index.html b/index.html index 81b93c7..b34f2f9 100644 --- a/index.html +++ b/index.html @@ -130,6 +130,14 @@ Don't have it yet? <a href="http://www.x2go.org">Check installation instructions <label class="control-label" for="adv" style="padding-bottom:15px;vertical-align:text-bottom;" >Advanced Options</label> </div> +<h1> + <span style="color: red;"> + Attention:<br /> + X2GoHTMLClient is “stable” in the sense that it does not crash during normal use.<br /> + It has <u>not</u> been audited for security issues - this code should only be seen as a proof of concept, not as a production-ready solution.<br /> + Use at your own risk! + </span> +</h1> <input type="button" class="btn btn-lg btn-success login-btn" id="con-btn" value="Start X2Go Connection" style="display:block;" /> -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gohtmlclient. commit e5077708de908dc1d4120fa672193f751011b44c Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Mar 11 15:55:06 2023 +0100 debian/changelog: fixup. --- debian/changelog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6c2da35..4f144ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,9 +4,10 @@ x2gohtmlclient (1.0-0x2go1) UNRELEASED; urgency=medium * Initial release. [ Mike Gabriel ] - * conf/nginx/snippets/x2gohtmlclient-wswrapper.conf: - - Put regular expression into double-quotes. Otherwise nginx misinterprets - the curly braces as config block braces. + * Initial release: + - conf/nginx/snippets/x2gohtmlclient-wswrapper.conf: Put regular + expression into double-quotes. Otherwise nginx misinterprets the curly + braces as config block braces. * d/control: + Fix typo in Recommends: field's name. + Fix line breaks in Depends:, Recommends: and Suggests: fields. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git