Package: moin / 1.9.9-1+deb10u1

Metadata

Package Version Patches format
moin 1.9.9-1+deb10u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
hardcode_configdir.patch | (download)

setup.py | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 hardcode configdir /etc/moin for "moin" script
 only applicable on systems like Debian using a system-wide config area
disable_gui_editor_if_fckeditor_missing.patch | (download)

MoinMoin/config/multiconfig.py | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 disable gui editor if fckeditor missing
 only applicable on Debian systems where a system-wide FCKeditor is used
 from a static location and might in some cases be missing
htdocs_moved_to_usr_share_moin.patch | (download)

MoinMoin/web/static/__init__.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 folder with static web pages are moved to /usr/share/moin/htdocs
 only applicable on Debian systems storing web pages system-wide
use_systemwide_libs.patch | (download)

setup.py | 34 14 + 20 - 0 !
1 file changed, 14 insertions(+), 20 deletions(-)

 use system-wide support libraries
 only applicable in concert with other means of ensuring availability of
 the libraries (done in packaging meta hints for Debian)
recaptcha.patch | (download)

MoinMoin/action/newaccount.py | 15 15 + 0 - 0 !
MoinMoin/security/sec_recaptcha.py | 73 73 + 0 - 0 !
2 files changed, 88 insertions(+)

 add simple support for using recaptcha
mail verification.patch | (download)

MoinMoin/action/newaccount.py | 82 74 + 8 - 0 !
MoinMoin/action/verifyaccount.py | 64 64 + 0 - 0 !
MoinMoin/auth/__init__.py | 9 8 + 1 - 0 !
MoinMoin/config/multiconfig.py | 2 2 + 0 - 0 !
MoinMoin/user.py | 7 7 + 0 - 0 !
5 files changed, 155 insertions(+), 9 deletions(-)

 add support for requiring new accounts to be verified by email
external_account_creation_check.patch | (download)

MoinMoin/action/newaccount.py | 8 8 + 0 - 0 !
MoinMoin/config/multiconfig.py | 2 2 + 0 - 0 !
2 files changed, 10 insertions(+)

 add support for external account creation checker program
incremental dump.patch | (download)

MoinMoin/action/AttachFile.py | 9 5 + 4 - 0 !
MoinMoin/script/export/dump.py | 172 144 + 28 - 0 !
2 files changed, 149 insertions(+), 32 deletions(-)

 [patch] implement an incremental dump process.

This also fixes dumping of the attachments.

This also allows the dump script to be interrupted.

fix_wrong_digestmod_of_hmac.new_calls.patch | (download)

MoinMoin/action/cache.py | 4 2 + 2 - 0 !
MoinMoin/security/textcha.py | 4 2 + 2 - 0 !
MoinMoin/user.py | 4 2 + 2 - 0 !
MoinMoin/wikiutil.py | 4 2 + 2 - 0 !
4 files changed, 8 insertions(+), 8 deletions(-)

---
security fix for CVE 2017 5934 XSS in GUI editor rel.patch | (download)

MoinMoin/action/fckdialog.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 security fix for cve-2017-5934, xss in gui editor related code
security fix stored XSS vulnerability via SVG attach.patch | (download)

MoinMoin/config/__init__.py | 2 1 + 1 - 0 !
MoinMoin/config/multiconfig.py | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 security: fix stored xss vulnerability via svg attachment
security fix remote code execution via cache action .patch | (download)

MoinMoin/action/cache.py | 27 20 + 7 - 0 !
1 file changed, 20 insertions(+), 7 deletions(-)

 security: fix remote code execution via cache action, cve-2020-25074