Bug#919975: [Pkg-mailman-hackers] Bug#919975: mailman3-web: whoosh python2 and python3 databases are not compatible

2019-02-24 Thread Sampo Sorsa
On Friday, February 22, 2019 9:35 PM, Jonas Meurer wrote: > I don't think it's worth the trouble anymore. The python3 django > packages have been in buster and stretch-backports for a while now, and > probably nobody will ever run into this again. > > Would you agree with closing this

Bug#921492: ledger: please upgrade to new upstream release 3.1.2

2019-02-05 Thread Sampo Sorsa
if this release made it into Buster. -- Sampo Sorsa

Bug#920268: pgbackrest: /var/lib/pgbackrest is created with unsecure other-readable (755) permissions

2019-01-23 Thread Sampo Sorsa
definitely be 750, because the directory will contain database backups. -- Sampo Sorsa

Bug#919975: mailman3-web: whoosh python2 and python3 databases are not compatible

2019-01-21 Thread Sampo Sorsa
_read_data self._data = loads(b) UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position 4: ordinal not in range(128) The solution is to remove /var/lib/mailman3/web/fulltext_index/ and run: $ sudo -u www-data /usr/share/mailman3-web/manage.py rebuild_index This is mostly FYI for other stretch-backports users. As mailman3-web is not in stretch, it's probably not worth it to bother handling this when upgrading packages. -- Sampo Sorsa

Bug#919160: mailman3: stale lock prevents mailman3.service from starting

2019-01-13 Thread Sampo Sorsa
ock and make another attempt to claim the master lock. This looks pretty harmless to add because systemd will be tracking the process anyway. So I propose to simply add --force to /lib/systemd/system/mailman3.service -- Sampo Sorsa

Bug#919158: mailman3-web: cronjobs should be run with flock to avoid them running amok

2019-01-13 Thread Sampo Sorsa
n --pythonpath /usr/share/mailman3-web --settings settings"? Because that's basically what the manage.py wrapper does. -- Sampo Sorsa

Bug#919154: mailman3-web: mailman3-web-qcluster.service fails because ExecStart is missing absolute path to python3

2019-01-13 Thread Sampo Sorsa
-mysql-server] 10.1.37-0+deb9u1 ii postgresql 9.6+181+deb9u2 -- Sampo Sorsa Sent with ProtonMail Secure Email.

Bug#919145: mailman3: stretch-backports dependencies can not be satisfied with python3-alembic from backports

2019-01-12 Thread Sampo Sorsa
should be filed under python3-alembic to request backports upgrade (although buster is 1.0.0-2 too), but I wanted to make both maintainers and users of mailman3 aware of the issue. Please refile if necessary. -- Sampo Sorsa

Bug#918240: python3-django-hyperkitty: please backport to stretch

2019-01-04 Thread Sampo Sorsa
Package: python3-django-hyperkitty Severity: wishlist Dear Maintainer, stretch-backports currently contains python-django-hyperkitty 1.1.4-8~bpo9+1, which is based on an older version of hyperkitty than python3-django-hyperkitty 1.2.1-4 in buster. On top of that, it's not even installable due

Bug#917548: mailman-suite: typo in postrm script

2018-12-28 Thread Sampo Sorsa
Source: mailman-suite Tags: patch Dear maintainer, See the attached patch. From e0a04985b43242e278464cfef9aaa786ce31f63c Mon Sep 17 00:00:00 2001 From: Sampo Sorsa Date: Fri, 28 Dec 2018 00:00:00 + Subject: [PATCH] Fix typo s/ngnx_remove/nginx_remove/ --- debian/mailman3-web.postrm | 2

Bug#915499: nginx: ship a snippet for strong SSL options

2018-12-28 Thread Sampo Sorsa
with Debian, and maintaining their relevancy. -- Sampo Sorsa ‐‐‐ Original Message ‐‐‐ On Tuesday, December 4, 2018 9:55 PM, Thomas Ward wrote: > I should point out that "strong" options are typically only for the most > modern grades of interactivity of SSL compatibi

Bug#917544: mailman-suite: typo in postrm script

2018-12-28 Thread Sampo Sorsa
Source: mailman-source Tags: patch Dear maintainer, See the attached patch. From e0a04985b43242e278464cfef9aaa786ce31f63c Mon Sep 17 00:00:00 2001 From: Sampo Sorsa Date: Fri, 28 Dec 2018 00:00:00 + Subject: [PATCH] Fix typo s/ngnx_remove/nginx_remove/ --- debian/mailman3-web.postrm | 2

Bug#916101: mailman3: uses a hard-coded and mismatched api_key in mailman-hyperkitty.cfg

2018-12-10 Thread Sampo Sorsa
Source: mailman3 Dear Maintainer, mailman-hyperkitty.cfg [1] contains: api_key: SecretArchiverAPIKey mailman3-web postinst however, checks for this api_key and generates a random one if it has not been changed [2]. This means the default setup for hyperkitty contains mismatched api key,

Bug#915499: nginx: ship a snippet for strong SSL options

2018-12-03 Thread Sampo Sorsa
Source: nginx Severity: wishlist nginx could ship with /etc/nginx/snippets/ssl-strong.conf that contains strong SSL options that can be included easily. Currently at least mailman3 ships with /etc/mailman3/nginx.conf containing SSL options. It would be a good idea to provide these in one place

Bug#914880: python-django-hyperkitty: backport depends on fonts-glewlwyd not in backports

2018-11-28 Thread Sampo Sorsa
Package: python-django-hyperkitty Version: 1.1.4-8~bpo9+1 Severity: normal Dear Maintainer, python-django-hyperkitty in stretch-backports depends on fonts-glewlwyd, which is not in stretch-backports, only in buster.

Bug#914776: sympa: Preseeding installation with debconf-set-selections not possible

2018-11-26 Thread Sampo Sorsa
Package: sympa Version: 6.2.16~dfsg-3+deb9u1 Severity: normal Dear Maintainer, It's not possible to use dpkg-set-selections to preseed the following debconf items: sympa/language sympa/hostname sympa/listmaster wwsympa/wwsympa_url This is due to debian/config always using db_set to overwrite

Bug#913660: ledger: Upgrade to latest upstream git

2018-11-13 Thread Sampo Sorsa
Package: ledger Version: 3.1.2~pre1+g3a00e1c+dfsg1-2+b1 Dear Maintainer, $ git log -1 $(git merge-base HEAD upstream/next) commit cb31fead6bd7b4de2782aadf5a659d207a0a4b18 Author: Martin Michlmayr Date: Fri Jul 29 14:13:51 2016 -0700 Update doc/NEWS for 3.1.2 The current Debian package

Bug#886825: pcmanfm: Cut and paste does not work

2018-01-10 Thread Sampo Sorsa
Package: pcmanfm Version: 1.2.5-3 Severity: normal Dear Maintainer, Cutting and trying to paste does not work. After cut, the right-click context menu contains a grayed out "Paste" entry. Menu entry Edit->Paste is not grayed out, but does nothing. Surprisingly, copy and paste does work. And