Summary: | [patch] uudecode(1) error message is incorrect | ||
---|---|---|---|
Product: | Base System | Reporter: | David Brennan <freebsd> |
Component: | bin | Assignee: | Piotr Pawel Stefaniak <pstef> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | kevans |
Priority: | Normal | Keywords: | patch |
Version: | Unspecified | ||
Hardware: | Any | ||
OS: | Any |
Description
David Brennan
2010-12-18 19:20:08 UTC
For bugs matching the following criteria: Status: In Progress Changed: (is less than) 2014-06-01 Reset to default assignee and clear in-progress tags. Mail being skipped A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=9f3203c003144a4ef6309435036f985afe549ff0 commit 9f3203c003144a4ef6309435036f985afe549ff0 Author: Piotr Pawel Stefaniak <pstef@FreeBSD.org> AuthorDate: 2021-11-08 14:31:03 +0000 Commit: Piotr Pawel Stefaniak <pstef@FreeBSD.org> CommitDate: 2022-03-28 07:01:35 +0000 uudecode: correct error message PR: 153276 Reported by: David Brennan usr.bin/uudecode/uudecode.c | 2 +- usr.bin/uuencode/tests/regress.153276.in (new) | 4 ++++ usr.bin/uuencode/tests/regress.153276.out (new) | 1 + usr.bin/uuencode/tests/regress.sh | 3 +++ 4 files changed, 9 insertions(+), 1 deletion(-) pstef@ committed, handing over to them for closing as needed. A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=963fdecd1a26676626a7067965a54ca7d5fa48fb commit 963fdecd1a26676626a7067965a54ca7d5fa48fb Author: Piotr Pawel Stefaniak <pstef@FreeBSD.org> AuthorDate: 2021-11-08 14:31:03 +0000 Commit: Piotr Pawel Stefaniak <pstef@FreeBSD.org> CommitDate: 2022-04-30 08:01:22 +0000 uudecode: correct error message PR: 153276 Reported by: David Brennan (cherry picked from commit 9f3203c003144a4ef6309435036f985afe549ff0) uudecode: add missing test files to Makefile (cherry picked from commit 1b3af110bcd522a077f01350b6a51b3ffe434393) uudecode: use SRCDIR in the regression test (cherry picked from commit f5138631fb6f9dc73d696560caa006f3df714b9a) uudecode: move the new uudecode test from uuencode/ to uudecode/ I don't know how that happened. (cherry picked from commit ae6aa2d43daa6276dd18dc974a1c5b7c15264615) usr.bin/uudecode/tests/Makefile | 1 + usr.bin/uudecode/tests/regress.153276.in (new) | 4 ++++ usr.bin/uudecode/tests/regress.153276.out (new) | 1 + usr.bin/uudecode/tests/regress.sh | 5 ++++- usr.bin/uudecode/uudecode.c | 2 +- 5 files changed, 11 insertions(+), 2 deletions(-) Keyword: patch or patch-ready – in lieu of summary line prefix: [patch] * bulk change for the keyword * summary lines may be edited manually (not in bulk). Keyword descriptions and search interface: <https://bugs.freebsd.org/bugzilla/describekeywords.cgi> ^Triage: committed back in 2022. |