> Here Iam using open source, and yet I have no info to check if I am running
> safe software again.
Sure you do! You can read the changelog for the RPM:
$ rpm -q --changelog apache
* Thu Jun 20 2002 Charlie Brady 1.3.22-6es1
- add RedHat's chunk encoding fix to local build.
* Tue Jun 18 2002 Nalin Dahyabhai 1.3.22-6
- backport chunked encoding fix from 1.3.26
[...]
But if you don't trust the release announcement, I'm not sure you'll trust the
changelogs either. That's covered, too -- the source RPMs are available on
ftp.e-smith.com, and you can verify the contents of the patch that's applied and
ensure that it's being applied.
Cheers,
--Rich