Package: moin / 1.9.8-1+deb8u1

Metadata

Package Version Patches format
moin 1.9.8-1+deb8u1 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
CVE 2016 7146.patch | (download)

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

---
CVE 2016 7148.patch | (download)

MoinMoin/action/AttachFile.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
CVE 2016 9119.patch | (download)

MoinMoin/action/fckdialog.py | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

---