Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667304 - www-client/links uses "echo -n" which is not POSIX compliant
Summary: www-client/links uses "echo -n" which is not POSIX compliant
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-09-29 17:08 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2020-06-03 20:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
links-2.17-replace_echo-n_with_printf.patch (links-2.17-replace_echo-n_with_printf.patch,780 bytes, patch)
2018-09-29 17:08 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-09-29 17:08:26 UTC
Created attachment 548246 [details, diff]
links-2.17-replace_echo-n_with_printf.patch

See attached patch for further explanation.

Please forward this to upstream.
Comment 1 Larry the Git Cow gentoo-dev 2020-06-03 20:54:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=decdf1e4e5f15e98d7302930ef0a345721fa66fd

commit decdf1e4e5f15e98d7302930ef0a345721fa66fd
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2020-06-03 19:20:31 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2020-06-03 20:54:04 +0000

    www-client/links: replace echo for printf.
    
    Courtesy of Lars Wendler <polynomial-c@gentoo.org>.
    
    Closes: https://bugs.gentoo.org/667304
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 www-client/links/files/swap-echo-for-printf.patch | 26 +++++++++++++++++++++++
 www-client/links/links-2.20.2-r1.ebuild           |  2 ++
 2 files changed, 28 insertions(+)