Debian Bug report logs - #667766
Please make use of new php5enmod and php5dismod commands in your package

version graph

Package: php5-lasso; Maintainer for php5-lasso is (unknown);

Reported by: Debian PHP maintainers <pkg-php-maint@lists.alioth.debian.org>

Date: Fri, 6 Apr 2012 15:39:05 UTC

Severity: normal

Found in version lasso/2.3.6-2

Fixed in version lasso/2.3.6-3

Done: Frederic Peters <fpeters@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Frederic Peters <fpeters@debian.org>:
Bug#667766; Package php5-lasso. (Fri, 06 Apr 2012 15:39:07 GMT) (full text, mbox, link).


Acknowledgement sent to Debian PHP maintainers <pkg-php-maint@lists.alioth.debian.org>:
New Bug report received and forwarded. Copy sent to Frederic Peters <fpeters@debian.org>. (Fri, 06 Apr 2012 15:39:07 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Debian PHP maintainers <pkg-php-maint@lists.alioth.debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: Please make use of new php5enmod and php5dismod commands in your package
Date: Fri, 06 Apr 2012 17:35:58 +0200
Package: php5-lasso
Version: 2.3.6-2
Severity: normal
User: pkg-php-maint@lists.alioth.debian.org
Usertags: php54

Dear maintainer,

package php5-lasso currently installs it's configuration file directly
to /etc/php5.  php5 (>= 5.4.0~rc6-1) has introduced two new commands:
php5enmod and php5dismod

Your config file must be installed in /etc/php5/mods-available/<name>.ini

php5enmod should be called from your postinst script (when configuring
the package) with each installed ini file as an parameter (f.e. if you
provide more dynamic extensions and want to ensure correct loading order).

The syntax of php5enmod is:

php5enmod [name](/[priority])

[name] is filename without .ini extension from /etc/php5/mods-available/<name>.ini

The optional [priority] argument can be used if your extension require
other extensions to be loaded before.  Default priority is 20.

Example:

    if [ "$1" = "configure" ]; then
      php5enmod mysqlnd
    fi

or (with priority):

    if [ "$1" = "configure" ]; then 
       php5enmod pdo/10
    fi

**

php5dismod should be called from prerm script in remove target.

The syntax of php5dismod is:

php5dismod [name]

Example:

    if [ "$1" = "remove" ]; then
      php5dismod mysqlnd
    fi

**

Using these maintainer scripts will help get rid of the condition
when the package is removed, but not purged, hence triggering error
messages from php from the fact that it cannot load deleted dynamic
extension.

Feel free to contact me, if you have any questions.

Thanks, 
--
Ondřej Surý <ondrej@debian.org>

-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (300, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash




Reply sent to Frederic Peters <fpeters@debian.org>:
You have taken responsibility. (Sun, 29 Dec 2013 09:51:16 GMT) (full text, mbox, link).


Notification sent to Debian PHP maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug acknowledged by developer. (Sun, 29 Dec 2013 09:51:16 GMT) (full text, mbox, link).


Message #10 received at 667766-close@bugs.debian.org (full text, mbox, reply):

From: Frederic Peters <fpeters@debian.org>
To: 667766-close@bugs.debian.org
Subject: Bug#667766: fixed in lasso 2.3.6-3
Date: Sun, 29 Dec 2013 09:49:37 +0000
Source: lasso
Source-Version: 2.3.6-3

We believe that the bug you reported is fixed in the latest version of
lasso, 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 667766@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frederic Peters <fpeters@debian.org> (supplier of updated lasso 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 29 Dec 2013 10:06:47 +0100
Source: lasso
Binary: liblasso3-dev liblasso3 python-lasso liblasso-perl php5-lasso
Architecture: source amd64
Version: 2.3.6-3
Distribution: unstable
Urgency: medium
Maintainer: Frederic Peters <fpeters@debian.org>
Changed-By: Frederic Peters <fpeters@debian.org>
Description: 
 liblasso-perl - Library for Liberty Alliance and SAML protocols - Perl bindings
 liblasso3  - Library for Liberty Alliance and SAML protocols - runtime library
 liblasso3-dev - Library for Liberty Alliance and SAML protocols - development kit
 php5-lasso - Library for Liberty Alliance and SAML protocols - PHP 5 bindings
 python-lasso - Library for Liberty Alliance and SAML protocols - Python bindings
Closes: 571736 667555 667766 732543
Changes: 
 lasso (2.3.6-3) unstable; urgency=medium
 .
   * Remove double-free in lasso_node_build_deflated_query. (thanks Andjelko
     Horvat, closes: #732543)
   * Enable hardened build flags. (thanks Moritz Muehlenhoff, closes: #667555)
   * debian/php5-lasso.{postinst,prerm}: use php5enmod and php5dismod.
     (closes: #667766)
   * bindings/php5/lasso.ini: change comment marker. (closes: #571736)
Checksums-Sha1: 
 47f35525722c2e184497bfba3ef3aa57c4a53afe 2022 lasso_2.3.6-3.dsc
 06cf8b6cf7df19bb503a5d968acd0e07ba9cb24b 22833 lasso_2.3.6-3.diff.gz
 dfb8aaeb8907f56c50802097671779bd6aeca19f 204996 liblasso3-dev_2.3.6-3_amd64.deb
 96784d60b743f7b40196d77a839b4b94d459cd9f 141472 liblasso3_2.3.6-3_amd64.deb
 5bb609d053b56e37e6743e99aeefd25db87423c8 96338 python-lasso_2.3.6-3_amd64.deb
 60fb2ea9cc06d4bf992266f2bdd3b25bfa1910b2 132908 liblasso-perl_2.3.6-3_amd64.deb
 c55b8872f29d39bd74adbc90282a5ffdf2307127 118580 php5-lasso_2.3.6-3_amd64.deb
Checksums-Sha256: 
 3497631e09ae29c24cd5ab1800ece794c5a5f77a5ef186b4a5d382dde142ab41 2022 lasso_2.3.6-3.dsc
 999a76a6e548e3fcfafb7a430d0909c3cdb81778eec99a2afd84b9529736db5f 22833 lasso_2.3.6-3.diff.gz
 969f5b6dfc6df01abcf3adb381e23ab097ce479bb29cc4dd8807f3d0867f5d1e 204996 liblasso3-dev_2.3.6-3_amd64.deb
 a86c8b1d00b24f0bc35df657eacaa1258c371e85bdc7d53909628172ce09977b 141472 liblasso3_2.3.6-3_amd64.deb
 1ada68d5e41b92fdbb27659bea160a9651926b925a8a2f073a613e82f0c96aa5 96338 python-lasso_2.3.6-3_amd64.deb
 87868f8fdda59ba47eb9aa3013750640d551be2a12c1a0ace389099aa5b4164f 132908 liblasso-perl_2.3.6-3_amd64.deb
 db0a67fc399b18c20dcb0bb20da5edfc33152eff2267d410328b392c770ded94 118580 php5-lasso_2.3.6-3_amd64.deb
Files: 
 9bf6e48ede3ec14d7f90850165a30995 2022 libs optional lasso_2.3.6-3.dsc
 74a7d259ba19198bda0f1e332ce6d4db 22833 libs optional lasso_2.3.6-3.diff.gz
 3d5fd32a05f2164a3a8bd525e26c93ea 204996 libdevel optional liblasso3-dev_2.3.6-3_amd64.deb
 e0e5193ed3ee47787ba5907cade490a5 141472 libs optional liblasso3_2.3.6-3_amd64.deb
 861068b0bddd702311f5724bdd615263 96338 python optional python-lasso_2.3.6-3_amd64.deb
 f10c433da75cc343af1340eb8395ed73 132908 perl optional liblasso-perl_2.3.6-3_amd64.deb
 093d67195a2a326c6b5139d160c8822f 118580 web optional php5-lasso_2.3.6-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCAAGBQJSv+y4AAoJECrpAeXHAhjS8kMP/17YK5ZoJkeWfagxjiaw+/Gk
4miJbXTBXtRbFCJm+Rm4L4HX1/V62k1vI8CwWxggaxmfnWxCsArgvk/F+ShvRL6k
WJcESPkQAh6hD1UGvixOJpc9o8UfM4se5auUxEwBZ/kuGQdm+jMRhpO3KcPtG77i
2BzK5nqAMLHngKEnBUUL6yhSk2UQq/7yQqMNvwt5CD9KiulNL5Ghx2Zt226kv11m
cwLBDIX+UkXZzrr2NOoxaxMSeQqspeotwygoLUU4mw5ewBCMSwuImOv6A5P3wwvI
stlpN+kAunMuJaM2UrIHNOXi5iwproos8jJOHJogzfAEmfI/87sfwC/YAHr86AhP
+0Pfzd4RSFsudS/bd8q3seFnFSTWZRLgEEdWKfj1+lEQRGBgDc8GgGcUv6je3S2f
c+xf1IBBeSk0vmF0XFHGAdO+0zIo9syEMRWniNGxd0wlWcLzQA7OShOob/V5z0po
D+QJF6vxnHz61pCFvPbAgF6q/lgAJDwE3Q4tIXDVWOv7zCInG04ZOYfBh3E+/y8G
ov0lUEVLM9a8z/KSqWUshPkUQlFXbxfbV/LyVpvUioEbDPCjrsHImwYSNJeXYiVB
kpECuw4hOAaL6RtYaRB9MyOivngHif8/WEjCAybn6IsB0ALLVZ/Bpoz9zQ4Brewe
SQ2Ssh97HWwQI1fGQ4pE
=DPza
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sat, 01 Feb 2014 07:31:21 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 02:07:43 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.