-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 14 Oct 2003 21:10:23 +0200 Source: pdksh Binary: pdksh Architecture: source i386 Version: 5.2.14-9 Distribution: unstable Urgency: low Maintainer: Robert Luberda <robert@debian.org> Changed-By: Robert Luberda <robert@debian.org> Description: pdksh - A public domain version of the Korn shell Changes: pdksh (5.2.14-9) unstable; urgency=low . * More patches from OpenBSD: + c_test.c: The special case code for "test -x" over NFS was incorrect. The right thing to do is to try access(2) first (since that occurs on the NFS server side) and only check for the absence of an execute bit when access(2) succeeds. + edit.c: in word location, fix forward scanning so it correctly account for any escaped char and not only spaces. for "foo (bar.a)" and "foo (bar a)", cd foo\ \(bar.<tab> will correctly expand to foo\ \(bar.a\). + alloc.c: Don't allow alloc() and aresize() to fail. Their return value was only checked in two place (both in conjunction with str_save). Upon malloc/realloc failure we call internal_errorf() which pops throws and error and pops back to the last good state. * Standards-Version: 3.6.1 (no changes). Files: f8e306d1d69a62db13c482944bdc0a47 559 shells optional pdksh_5.2.14-9.dsc 3d0e14ee626e478c8f841d5fb49615e4 21987 shells optional pdksh_5.2.14-9.diff.gz e1fbe5c94948cb28cce817c2c7ae18bb 255000 shells optional pdksh_5.2.14-9_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/juZTThh1cJ0wnDsRAvSQAKCDMCiXGRTqBao66aMGzV9ftsRZXwCfc9ds ViyNB+QFQBmtEEdQBB7r5ZA= =/9Jw -----END PGP SIGNATURE----- Accepted: pdksh_5.2.14-9.diff.gz to pool/main/p/pdksh/pdksh_5.2.14-9.diff.gz pdksh_5.2.14-9.dsc to pool/main/p/pdksh/pdksh_5.2.14-9.dsc pdksh_5.2.14-9_i386.deb to pool/main/p/pdksh/pdksh_5.2.14-9_i386.deb -- To UNSUBSCRIBE, email to debian-devel-changes-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org