Your message dated Wed, 13 Dec 2017 08:52:19 +0000
with message-id <[email protected]>
and subject line Bug#884259: fixed in mailman-suite 0+20170523-2
has caused the Debian Bug report #884259,
regarding mailman3-suite: postinst fails to finish due to password/keys 
containing '/'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
884259: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884259
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mailman3-suite
Version: 0+20170523-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?

Trying to install mailman3-suite

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

aptitude install mailman3

   * What was the outcome of this action?

The postinst for mailman3-suite reported an error with "sed" and then hung

   * What outcome did you expect instead?

I expected the package to install correctly.

To make the postinst complete, I changed the 'sed' lines to use '|'
instead of '/' in their 's' expressions in the following invocation
(base64 will never produce '|' characters):

    # Set custom settings in settings_local.py
    sed -i -e "s|^\(\s*SECRET_KEY\s*=\s*'\)\S\+\('\s*\)$|\1$secretkey\2|" \
           -e 
"s|^\(\s*MAILMAN_REST_API_PASS\s*=\s*'\)\S\+\('\s*\)|\1$restapipass\2|" \
           -e 
"s|^\(\s*MAILMAN_ARCHIVER_KEY\s*=\s*'\)\S\+\('\s*\)|\1$archiverkey\2|" \
           -e "s|^\(\s*EMAILNAME\s*=\s*'\)\S\+\('\s*\)|\1$emailname\2|" \
           $settings_local_new

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 
'oldstable-updates'), (500, 'stable'), (500, 'oldstable'), (1, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.11.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages mailman3-suite depends on:
ii  dbconfig-pgsql            2.0.9
ii  debconf [debconf-2.0]     1.5.65
ii  lsb-base                  9.20170808
ii  mailman3-core             3.1.0-6
ii  node-less                 1.6.3~dfsg-2
ii  python                    2.7.14-1
ii  python-django-hyperkitty  1.1.4-2
ii  python-django-postorius   1.1.0-1
ii  python-psycopg2           2.7.3-1
ii  python-whoosh             2.7.4+git6-g9134ad92-1
ii  ruby-sass                 3.4.23-1
ii  ucf                       3.0036
ii  uwsgi                     2.0.15-10
ii  uwsgi-plugin-python       2.0.15-10

Versions of packages mailman3-suite recommends:
ii  libapache2-mod-proxy-uwsgi  2.0.15-10
ii  postgresql                  10+188

mailman3-suite suggests no packages.

-- Configuration Files:
/etc/cron.d/mailman3-suite changed [not included]

-- debconf information:
  mailman3-suite/pgsql/admin-user: postgres
  mailman3-suite/internal/skip-preseed: false
  mailman3-suite/pgsql/authmethod-admin: ident
* mailman3-suite/remote/host: localhost
  mailman3-suite/remote/newhost: localhost
  mailman3-suite/restart-webserver: true
  mailman3-suite/emailname: ozlabs.org
  mailman3-suite/purge: false
  mailman3-suite/db/app-user: mailman3suite@localhost
* mailman3-suite/dbconfig-install: true
  mailman3-suite/pgsql/method: TCP/IP
  mailman3-suite/remote/port:
  mailman3-suite/install-error: abort
  mailman3-suite/missing-db-package-error: abort
  mailman3-suite/pgsql/no-empty-passwords:
  mailman3-suite/upgrade-backup: true
  mailman3-suite/superuser-mail: root@localhost
  mailman3-suite/pgsql/changeconf: false
  mailman3-suite/dbconfig-reinstall: false
  mailman3-suite/remove-error: abort
  mailman3-suite/reconfigure-webserver: apache2
  mailman3-suite/pgsql/authmethod-user: password
  mailman3-suite/dbconfig-remove: true
  mailman3-suite/superuser-name: admin
  mailman3-suite/database-type: pgsql
  mailman3-suite/internal/reconfiguring: false
  mailman3-suite/db/dbname: mailman3suite
  mailman3-suite/upgrade-error: abort
  mailman3-suite/pgsql/manualconf:
  mailman3-suite/passwords-do-not-match:
  mailman3-suite/dbconfig-upgrade: true


-- 
Cheers,
Stephen Rothwell

--- End Message ---
--- Begin Message ---
Source: mailman-suite
Source-Version: 0+20170523-2

We believe that the bug you reported is fixed in the latest version of
mailman-suite, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Meurer <[email protected]> (supplier of updated mailman-suite package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 13 Dec 2017 07:52:24 +0100
Source: mailman-suite
Binary: mailman3-suite mailman3
Architecture: source all
Version: 0+20170523-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Mailman Team <[email protected]>
Changed-By: Jonas Meurer <[email protected]>
Description:
 mailman3   - Full Mailman3 mailing list management suite (metapackage)
 mailman3-suite - Django project integrating Mailman3 Postorius and HyperKitty
Closes: 884259
Changes:
 mailman-suite (0+20170523-2) unstable; urgency=medium
 .
   [ Pierre-Elliott Bécue ]
   * d/control: fix vcs items to solve vcswatch complaints.
   * Adds missing dependency to mailman3: python3-mailman-hyperkitty
   * Uses pipes as sed delimiters to avoid some wrongdoings with variables
     filled with base64. (Closes: #884259)
 .
   [ Jonas Meurer ]
   * d/control: bump standards-version to 4.1.2, no changes needed.
Checksums-Sha1:
 9f40124cc0bfb51f897c5c6cad0cd99a66da7d4d 2114 mailman-suite_0+20170523-2.dsc
 15d7c3844a2d25d41a0769156f90da58169fd93e 13848 
mailman-suite_0+20170523-2.debian.tar.xz
 5e45f826931e0aab46e26d401dba450ce440801b 5889 
mailman-suite_0+20170523-2_amd64.buildinfo
 9547e021ca789a8d671bd9c326dd570dbcb04e21 16860 
mailman3-suite_0+20170523-2_all.deb
 60a30de34797f10520accb8cb8133cdac9a7ba06 2372 mailman3_0+20170523-2_all.deb
Checksums-Sha256:
 c166ae10248d0e2026f1e40b1a0c1146bc8b82917fc9d506396b23caea218d14 2114 
mailman-suite_0+20170523-2.dsc
 62ecba8dc45f866e6e60e37a47ac1bfd7f065a3d3ef75573adf04ace633e9980 13848 
mailman-suite_0+20170523-2.debian.tar.xz
 f89fcbcc02e8ae84b0cea7b243f9c5efb66acf6b6cdca83d05c52b1b00609326 5889 
mailman-suite_0+20170523-2_amd64.buildinfo
 32e9129988a2cfe79a17a71d77b32bb859ada59285921544da63ab000e6a0a37 16860 
mailman3-suite_0+20170523-2_all.deb
 8182097ed9928166bc6b50e3cb40042f03ac78af1e251e3883b2f830a835e8c5 2372 
mailman3_0+20170523-2_all.deb
Files:
 10ddabf22fcd94272e46a3e7fc0df5ce 2114 web optional 
mailman-suite_0+20170523-2.dsc
 6ee21fdc065b62b8d898aa069a02e381 13848 web optional 
mailman-suite_0+20170523-2.debian.tar.xz
 43f0cfcd4a6d4eed16df7e2f51f585d6 5889 web optional 
mailman-suite_0+20170523-2_amd64.buildinfo
 5b46a356610219593d3be37235ca084c 16860 web optional 
mailman3-suite_0+20170523-2_all.deb
 129d4ce678cdf3dfec465caa9ac24ba6 2372 web optional 
mailman3_0+20170523-2_all.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEELIzSg9Pv30M4kOeDUmLn/0kQSf4FAlow0uQACgkQUmLn/0kQ
Sf6hew/+JyBfxZdqQXjsY7KlWzoFl9AAchyN00+1GS569d7M+QwMvjQTtf1NWGzo
gDxUAFAb67kmUCyHDv6iTVU+J9q7YNfWvC3Nmw0X5m2HgfTy8pd+FxGBu04unPTi
GNbKhVaoN09rO1ncJadJR8PYLZUhgbVj6WHpZP/3vh/XlWERgPCJMExjosYuvSIa
AWll906qifuEzkiDkSi3kZo4xXmifE4/jm/d11Lilwwm8RRfgGzZqQPz/8tb3dbZ
h2MdUw6ceYafISFLEbnd4yHjnjwtOCkMv3IL4GbhlTyDcESX0AnvP2aqqrQiIBbm
kDufGIxdJOPJDFaGhUorhsFZ+jYYmwGMD7ESGbOqf3YxHHco/sQyKCxiUkYZmPYi
v5Joi9Pj3p0C80pgTQCLW3vHC5bXbk6gXPlMastjIfl7ayDVHCnykXklAzRSqfmb
+9rQGhK+cldJBXTC+rw4SxtDAxMcqD03s7gNN3Qj7NAEHZyHkbhuLlAGkvpnrnFd
N5DaKuFyKn/IeheBXpa+ysbTac3+Ou7SVq4By6Yabw29ueNsUGpeUHeXCnjVkdho
MiGPxfqNdOYWIT7ibAbZi7a0PKRhIpZmRfbFnAFTaEcRSAwOuraH+bRXrp7UX0nt
WjI1Vag/gif8zcpcC3Q5GNa9YmU7O4WRj83q/yYHNaFGcXnP1js=
=aQA8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to