Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923441 - net-firewall/shorewall-5.2.8-r1 fgrep and egrep obsolescence
Summary: net-firewall/shorewall-5.2.8-r1 fgrep and egrep obsolescence
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-01 04:45 UTC by Petre Rodan
Modified: 2024-02-01 19:08 UTC (History)
1 user (show)

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


Attachments
ebuild that patches all egrep/fgrep calls (shorewall-5.2.8-r2.ebuild,16.98 KB, application/vnd.gentoo.ebuild)
2024-02-01 04:45 UTC, Petre Rodan
Details
shorewall6 patch (shorewall6-5.2.8-egrep_fgrep_deprecation.patch,1.04 KB, patch)
2024-02-01 04:46 UTC, Petre Rodan
Details | Diff
shorewall6-lite patch (shorewall6-lite-5.2.8-egrep_fgrep_deprecation.patch,1.06 KB, patch)
2024-02-01 04:46 UTC, Petre Rodan
Details | Diff
shorewall v4 patch (shorewall-5.2.8-egrep_fgrep_deprecation.patch,9.44 KB, patch)
2024-02-01 04:47 UTC, Petre Rodan
Details | Diff
shorewall-core patch (shorewall-core-5.2.8-egrep_fgrep_deprecation.patch,5.82 KB, patch)
2024-02-01 04:48 UTC, Petre Rodan
Details | Diff
shorewall-init patch (shorewall-init-5.2.8-egrep_fgrep_deprecation.patch,1.06 KB, patch)
2024-02-01 04:48 UTC, Petre Rodan
Details | Diff
shorewall-lite patch (shorewall-lite-5.2.8-egrep_fgrep_deprecation.patch,1.06 KB, patch)
2024-02-01 04:48 UTC, Petre Rodan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petre Rodan 2024-02-01 04:45:49 UTC
Created attachment 883884 [details]
ebuild that patches all egrep/fgrep calls

shorewall generates warnings about fgrep and egrep obsolescence, the attached patchset fixes all the egrep/fgrep calls generated by this package.

sunspire ~ # shorewall restart
Stopping Shorewall....
fgrep: warning: fgrep is obsolescent; using /bin/grep -F
fgrep: warning: fgrep is obsolescent; using /bin/grep -F
done.
Starting Shorewall....
fgrep: warning: fgrep is obsolescent; using /bin/grep -F
done.
Comment 1 Petre Rodan 2024-02-01 04:46:29 UTC
Created attachment 883885 [details, diff]
shorewall6 patch
Comment 2 Petre Rodan 2024-02-01 04:46:56 UTC
Created attachment 883886 [details, diff]
shorewall6-lite patch
Comment 3 Petre Rodan 2024-02-01 04:47:36 UTC
Created attachment 883887 [details, diff]
shorewall v4 patch
Comment 4 Petre Rodan 2024-02-01 04:48:04 UTC
Created attachment 883888 [details, diff]
shorewall-core patch
Comment 5 Petre Rodan 2024-02-01 04:48:28 UTC
Created attachment 883889 [details, diff]
shorewall-init patch
Comment 6 Petre Rodan 2024-02-01 04:48:55 UTC
Created attachment 883890 [details, diff]
shorewall-lite patch