Your message dated Thu, 13 Nov 2008 22:02:10 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#505258: fixed in libpam-mount 1.2+gitaa4791f-1 has caused the Debian Bug report #505258, regarding libpam-mount: Numbers are not allowed at the beginning of the username 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.) -- 505258: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505258 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Subject: libpam-mount: Numbers are not allowed at the beginning of the username Package: libpam-mount Version: 0.44-1+lenny1 Severity: normal | #! /bin/sh /usr/share/dpatch/dpatch-run | ## 10_pmvarrun_allow-num-at-the-beginning-from-usernames.dpatch by <[EMAIL PROTECTED]> | ## | ## All lines beginning with `## DP:' are a description of the patch. | ## DP: Allow numbers at the beginning from user names in pmvarrun | | @DPATCH@ | diff -urNad libpam-mount-0.48~/src/pmvarrun.c libpam-mount-0.48/src/pmvarrun.c | --- libpam-mount-0.48~/src/pmvarrun.c 2008-09-11 04:07:28.000000000 +0200 | +++ libpam-mount-0.48/src/pmvarrun.c 2008-10-28 12:45:54.000000000 +0100 | @@ -89,7 +89,7 @@ | if (*n == '\0') | return false; | if (!((*n >= 'A' && *n <= 'Z') || (*n >= 'a' && *n <= 'z') || | - *n == '_')) | + (*n >= '0' && *n <= '9') || *n == '_')) | return false; | | while (*n != '\0') { -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libpam-mount depends on: ii debconf 1.5.22 Debian configuration management sy ii libc6 2.7-14 GNU C Library: Shared libraries ii libhx13 1.18-1 A library providing queue, tree, I ii libpam0g 1.0.1-4 Pluggable Authentication Modules l ii libssl0.9.8 0.9.8g-13 SSL shared libraries ii libxml-writer-perl 0.604-1 Perl module for writing XML docume ii libxml2 2.6.32.dfsg-4 GNOME XML library ii mount 2.13.1.1-1 Tools for mounting and manipulatin libpam-mount recommends no packages. Versions of packages libpam-mount suggests: pn cryptsetup <none> (no description available) pn davfs2 <none> (no description available) pn fuse-utils <none> (no description available) ii lsof 4.78.dfsg.1-4 List open files pn ncpfs <none> (no description available) ii openssl 0.9.8g-13 Secure Socket Layer (SSL) binary a ii psmisc 22.6-1 Utilities that use the proc filesy ii smbfs 2:3.2.3-3 mount and umount commands for the pn truecrypt-utils <none> (no description available) -- debconf information: libpam-mount/convert-xml-config: false Gruss Grisu -- Michael Bramer -- http://www.feuerwehr.kreuzau.de/wiki/ PGP: finger [EMAIL PROTECTED] -- Linux Sysadmin -- Use Debian Linux "Wenn ich die Folgen geahnt hätte, wäre ich Uhrmacher geworden!" --- Albert Einstein
--- End Message ---
--- Begin Message ---Source: libpam-mount Source-Version: 1.2+gitaa4791f-1 We believe that the bug you reported is fixed in the latest version of libpam-mount, which is due to be installed in the Debian FTP archive: libpam-mount_1.2+gitaa4791f-1.diff.gz to pool/main/libp/libpam-mount/libpam-mount_1.2+gitaa4791f-1.diff.gz libpam-mount_1.2+gitaa4791f-1.dsc to pool/main/libp/libpam-mount/libpam-mount_1.2+gitaa4791f-1.dsc libpam-mount_1.2+gitaa4791f-1_amd64.deb to pool/main/libp/libpam-mount/libpam-mount_1.2+gitaa4791f-1_amd64.deb libpam-mount_1.2+gitaa4791f.orig.tar.gz to pool/main/libp/libpam-mount/libpam-mount_1.2+gitaa4791f.orig.tar.gz 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. Bastian Kleineidam <[EMAIL PROTECTED]> (supplier of updated libpam-mount 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: SHA1 Format: 1.8 Date: Wed, 12 Nov 2008 17:48:27 +0100 Source: libpam-mount Binary: libpam-mount Architecture: source amd64 Version: 1.2+gitaa4791f-1 Distribution: unstable Urgency: low Maintainer: Bastian Kleineidam <[EMAIL PROTECTED]> Changed-By: Bastian Kleineidam <[EMAIL PROTECTED]> Description: libpam-mount - PAM module that can mount volumes for a user session Closes: 494108 495177 502355 502357 502956 503873 505258 Changes: libpam-mount (1.2+gitaa4791f-1) unstable; urgency=low . * New upstream release (with some patches still in the git repo). + Fixes cryptoloop bug (Closes: #502357, #502355) + Fixes unmounting folders ending in a slash (Closes: #495177) + Replaces old mount_ehd script (Closes: #494108) + Fixes mount.crypt option error (Closes: #502956) * Updated package description. * Suggest xfsprogs for XFS volume mounting. * Added patch from Michael Bramer to allow usernames to start with digits. Thanks! (Closes: #505258) * Do not support upgrading from old versions << 0.20 anymore. This means debconf templates are not needed anymore, including the new swedish one from Martin Bagge. Thanks anyway! (Closes: #503873) * New patch 11_correct_device_for_luks_test: + fix mounting of LUKS devices with mount.crypt * New patch 12_init_crypto_device_name: + Initialize crypto device name with NULL Checksums-Sha1: a0f0c7228a7c03c1035d9fbe063edf7421458a47 1291 libpam-mount_1.2+gitaa4791f-1.dsc c404c9c1145c0d3b8e41300e85b4a6507f4ce77f 433474 libpam-mount_1.2+gitaa4791f.orig.tar.gz 4267e051314cb2dcb7ecbefacda2221d8295064c 20603 libpam-mount_1.2+gitaa4791f-1.diff.gz 2b56178bb813ce2c1d7efadedafc624daf18d6a5 129030 libpam-mount_1.2+gitaa4791f-1_amd64.deb Checksums-Sha256: 99703a591e5cd109e607b21be8b356890e5b2b57af1fd302656109cec86c2e7d 1291 libpam-mount_1.2+gitaa4791f-1.dsc 03fff41b45db2c5c35e0c8a65555c9a5de6da6f86ddd1ac3df4882b70e7dc20d 433474 libpam-mount_1.2+gitaa4791f.orig.tar.gz a583d012e7d63a37e4e5c7508a1ff1247e864e52ad44a1de094d35bd87247f5b 20603 libpam-mount_1.2+gitaa4791f-1.diff.gz 2d8dd3a08be04957e5594f842673775a49856a957ef4cded8a90460e5b436e71 129030 libpam-mount_1.2+gitaa4791f-1_amd64.deb Files: 5a61e3e99d0e3a3a1210df940862b647 1291 admin extra libpam-mount_1.2+gitaa4791f-1.dsc 7195fa12e3c34ee5f66a6c815b1c0a5d 433474 admin extra libpam-mount_1.2+gitaa4791f.orig.tar.gz acdbde74d8b3382d066a732ebe0c610d 20603 admin extra libpam-mount_1.2+gitaa4791f-1.diff.gz 57e01680b2efff2120b2dd6f47fc983f 129030 admin extra libpam-mount_1.2+gitaa4791f-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkkcnz0ACgkQeBwlBDLsbz6FjgCgxNoKnzvq9/aS83mXD1X6o1Mb 5LUAnRsMjCqwZRUo+t9xUjLXyPcSxV06 =D9Sx -----END PGP SIGNATURE-----
--- End Message ---

