Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
245b57bd0d | ||
|
|
493dd10f1d | ||
|
|
c8e84172eb |
3 changed files with 20 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
097385bb018d4f3e521a176e9e6d3f07 uid_wrapper-1.1.0.tar.gz
|
||||
7068033341c3d6a883066d45dc4dcd26 uid_wrapper-1.2.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue