aboutsummaryrefslogtreecommitdiff
path: root/utils/sed
Commit message (Collapse)AuthorAge
* sed: remove old libpcre dependencyAlan Swanson2023-02-28
| | | | Signed-off-by: Alan Swanson <reiver@improbability.net>
* sed: update GNU sed to v4.9Russell Senior2022-11-14
| | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* sed: don't use selinuxRosen Penev2020-08-18
| | | | | | Fixes compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sed: alternatives instead of postinstHuangbin Zhan2020-06-23
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* sed: disable aclRussell Senior2020-03-09
| | | | | | | | | If libacl is built, gnu sed finds it during configuration and enables support linking in libacl. This results in build failures due to the missing dependency. Consequently, use CONFIGURE_ARGS to disable acl support. Reported-by: Rosen Penev rosenp@gmail.com Signed-off-by: Russell Senior <russell@personaltelco.net>
* sed: add Gnu sedRussell Senior2020-03-02
Signed-off-by: Russell Senior <russell@personaltelco.net>