commit: 6cd030e3f1b16d40b62d8f00bfe609453ca4fa72 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Thu Feb 19 21:25:27 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Feb 19 21:25:27 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=6cd030e3
update changelog --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8e0c319..e7a6423 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +commit 90ecf23310111d06086454f9ee709bdafb257056 +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + checkpath: do not chown or chmod symbolic links + + This is another security fix. If you use chown() or chmod() on a + symbolic link, it affects the referenced file, not the symbolic link + itself. + + X-Gentoo-Bug: 540006 + X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=540006 + +commit 55a3746d80c77e1ba3fd0d55151a4adffea85db8 +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + increment version + +commit 8f7351cf7f31cbf005d2dd32a280d0bb0dcea5d1 +Author: William Hubbs <[email protected]> +Commit: William Hubbs <[email protected]> + + Update ChangeLog + commit 52220d5df177353b222c16bd941261501fce9ddb Author: William Hubbs <[email protected]> Commit: William Hubbs <[email protected]>
