diff --git a/.gitignore b/.gitignore index 1082de1..2eb3c3c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ /uid_wrapper-1.0.1.tar.gz /uid_wrapper-1.0.2.tar.gz /uid_wrapper-1.1.0.tar.gz +/uid_wrapper-1.1.1.tar.gz +/uid_wrapper-1.2.0.tar.gz +/uid_wrapper-1.2.1.tar.gz diff --git a/sources b/sources index 7289e50..93e98d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -097385bb018d4f3e521a176e9e6d3f07 uid_wrapper-1.1.0.tar.gz +7068033341c3d6a883066d45dc4dcd26 uid_wrapper-1.2.1.tar.gz diff --git a/uid_wrapper.spec b/uid_wrapper.spec index 1e1f172..9d5aa99 100644 --- a/uid_wrapper.spec +++ b/uid_wrapper.spec @@ -1,5 +1,5 @@ Name: uid_wrapper -Version: 1.1.0 +Version: 1.2.1 Release: 1%{?dist} Summary: A wrapper for privilege separation @@ -54,7 +54,7 @@ popd %check pushd obj -make test +make test || cat $(find Testing -name "*.log") popd %files @@ -67,6 +67,20 @@ popd %{_mandir}/man1/uid_wrapper.1* %changelog +* Wed Mar 23 2016 Andreas Schneider - 1.2.1-1 +- Update to version 1.2.1 + * Documented missing options. + * Fixed a comipilation issue with -O3. + +* Thu Oct 29 2015 Andreas Schneider - 1.2.0-1 +- Update to version 1.2.0 + * Added privilege checks for all set*uid and set*gid functions. + * Added a lot more and accurate tests which work as root. + * Fixed some minor issues + +* Wed Sep 02 2015 Andreas Schneider - 1.1.1-1 +- Update to version 1.1.1 + * Wed Jan 21 2015 Andreas Schneider - 1.1.0-1 - Update to version 1.1.0