Your message dated Tue, 30 Aug 2005 15:27:16 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#267392: fixed in zopectl 0.3.4.4 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 22 Aug 2004 11:04:42 +0000 >From [EMAIL PROTECTED] Sun Aug 22 04:04:42 2004 Return-path: <[EMAIL PROTECTED]> Received: from twinette.machard.com [81.56.204.248] (Debian-exim) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Byq9R-0003St-00; Sun, 22 Aug 2004 04:04:41 -0700 Received: from migus by twinette.machard.com with local (Exim 4.34) id 1Byq9J-000872-39; Sun, 22 Aug 2004 13:04:33 +0200 Date: Sun, 22 Aug 2004 13:04:32 +0200 From: Pierre Machard <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: zopectl: [NMU] Please include the following changes Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jho1yZJdad60DJr+" Content-Disposition: inline X-Reportbug-Version: 2.63 User-Agent: Mutt/1.5.6+20040722i Sender: Pierre Machard <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: --jho1yZJdad60DJr+ Content-Type: multipart/mixed; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: zopectl Severity: minor Hello, Thanks to Thaddeus H. Black, #251038 is now closed. As you can see on the bug repport, his patch has been accepted by the Upsteam authors of zope.=20 In attachement, you could find the full diff to apply to the package. Cheers, --=20 Pierre Machard <[EMAIL PROTECTED]> http://debian.org GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="zopectl-NMU.diff" Content-Transfer-Encoding: quoted-printable diff -Nur old/zopectl-0.3.4.1/debian/changelog zopectl-0.3.4.2/debian/chang= elog --- old/zopectl-0.3.4.1/debian/changelog 2004-04-04 00:43:44.000000000 +0200 +++ zopectl-0.3.4.2/debian/changelog 2004-08-22 12:51:58.000000000 +0200 @@ -1,3 +1,18 @@ +zopectl (0.3.4.2) unstable; urgency=3Dhigh + + * NMU (0-DAY NMU, Sarge must be released) + [This NMU has been prepared by Thaddeus H. Black <[EMAIL PROTECTED]>] + * Added to ZopeCTL.py needed support for the apparently new zope + zpasswd configuration variables. (The variables had indeed been + defined in etc/zopectlrc, but ZopeCTL had not been programmed to + handle them. This lack led to the bug report which the present + upload closes.) (closes: #251038) + * Simultaneously uploaded zope (2.6.4-1.2), which fixes that package's + part of this two-package bug. (See the zope changelog for further + details.);=20 +=20 + -- Pierre Machard <[EMAIL PROTECTED]> Sun, 22 Aug 2004 11:43:26 +0200 + zopectl (0.3.4.1) unstable; urgency=3Dhigh =20 * NMU to help keep zope in sarge. diff -Nur old/zopectl-0.3.4.1/etc/zopectlrc zopectl-0.3.4.2/etc/zopectlrc --- old/zopectl-0.3.4.1/etc/zopectlrc 2004-02-19 14:22:12.000000000 +0100 +++ zopectl-0.3.4.2/etc/zopectlrc 2004-08-22 12:53:53.000000000 +0200 @@ -46,7 +46,7 @@ Data-FS-In: %(zope-home)s/Data.fs.in =20 # ---------------------------------------------------------------------- -# zope-zpasswd setting (Currently disabled). +# zope-zpasswd setting. # ---------------------------------------------------------------------- Access-File: %(instance-home)s/access Access-Username: Admin diff -Nur old/zopectl-0.3.4.1/ZopeCTL.py zopectl-0.3.4.2/ZopeCTL.py --- old/zopectl-0.3.4.1/ZopeCTL.py 2004-04-04 00:34:28.000000000 +0200 +++ zopectl-0.3.4.2/ZopeCTL.py 2004-08-22 11:40:55.000000000 +0200 @@ -95,6 +95,13 @@ software-home Where other components and product are located. OPTIONAL KEYS access-file This instance access file location. + access-username This instance access initial/emergency usernam= e. + access-password The initial/emergency user's password. + access-encoding The format in which the initial/emergency user= 's + password is encoded. + access-domains The domains from which the initial/emergency + user can log in (it is acceptable to leave + this blank). pcgi-error-log The value of PCGI_ERROR_LOG in the pcgi resour= ce file. pcgi-exe The value of PCGI_EXE in the pcgi resource fil= e. @@ -233,6 +240,10 @@ self.__false =3D ('0', 'no', 'false', 'off') self.__table =3D { 'access-file': ['pwd', None, None, Non= e], + 'access-username': ['pwd', '-u', None, Non= e], + 'access-password': ['pwd', '-p', None, Non= e], + 'access-encoding': ['pwd', '-e', None, Non= e], + 'access-domains': ['pwd', '-d', None, Non= e], 'basename': [None, None, None, Non= e], 'check-interval': ['z2', '-i', None, Non= e], 'debug': ['z2', '-D', 'flag', Non= e], --OgqxwSJOaUobr8KG-- --jho1yZJdad60DJr+ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBKH3As6AtZiNwb4cRApGtAJ4x8b6UzFnepoJH3Y3fgPpu/UeikgCgyj/M NucFSwmopE5yA0/FAHb8bzM= =lJOj -----END PGP SIGNATURE----- --jho1yZJdad60DJr+-- --------------------------------------- Received: (at 267392-done) by bugs.debian.org; 30 Aug 2005 13:27:34 +0000 >From [EMAIL PROTECTED] Tue Aug 30 06:27:34 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail.irb.hr [161.53.22.8] (UNKNOWN) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EA69G-0007zU-00; Tue, 30 Aug 2005 06:27:34 -0700 Received: from diziet.irb.hr (diziet.irb.hr [161.53.22.31]) by mail.irb.hr (8.13.3/8.13.3/Debian-6) with ESMTP id j7UDR7To017376 for <[EMAIL PROTECTED]>; Tue, 30 Aug 2005 15:27:07 +0200 Received: from diziet.irb.hr (localhost [127.0.0.1]) by diziet.irb.hr (8.13.4/8.13.4/Debian-3) with ESMTP id j7UDRGSb004269 for <[EMAIL PROTECTED]>; Tue, 30 Aug 2005 15:27:16 +0200 Received: (from [EMAIL PROTECTED]) by diziet.irb.hr (8.13.4/8.13.4/Submit) id j7UDRG5x004267 for [EMAIL PROTECTED]; Tue, 30 Aug 2005 15:27:16 +0200 Date: Tue, 30 Aug 2005 15:27:16 +0200 From: Matej Vela <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Bug#267392: fixed in zopectl 0.3.4.4 Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.10i X-Scanned-By: MIMEDefang 2.51 on 161.53.22.8 X-Scanned-By: MIMEDefang 2.51 on 161.53.22.31 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Hi, These changes were incorporated in zopectl 0.3.4.4. Thanks, Matej -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]