Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Andreas Schneider
245b57bd0d Update to version 1.2.1 2016-03-23 15:43:45 +01:00
Andreas Schneider
493dd10f1d Update to version 1.2.0 2015-10-29 16:32:58 +01:00
Andreas Schneider
c8e84172eb Update to version 1.1.1 2015-09-02 14:22:39 +02:00
3 changed files with 20 additions and 3 deletions

3
.gitignore vendored
View file

@ -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

View file

@ -1 +1 @@
097385bb018d4f3e521a176e9e6d3f07 uid_wrapper-1.1.0.tar.gz
7068033341c3d6a883066d45dc4dcd26 uid_wrapper-1.2.1.tar.gz

View file

@ -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 <asn@redhat.com> - 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 <asn@redhat.com> - 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 <asn@redhat.com> - 1.1.1-1
- Update to version 1.1.1
* Wed Jan 21 2015 Andreas Schneider <asn@redhat.com> - 1.1.0-1
- Update to version 1.1.0