Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2275bf961 | ||
|
|
80f73f429f |
3 changed files with 18 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,3 +4,5 @@
|
|||
/uid_wrapper-1.1.1.tar.gz
|
||||
/uid_wrapper-1.2.0.tar.gz
|
||||
/uid_wrapper-1.2.1.tar.gz
|
||||
/uid_wrapper-1.2.2.tar.gz
|
||||
/uid_wrapper-1.2.4.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
7068033341c3d6a883066d45dc4dcd26 uid_wrapper-1.2.1.tar.gz
|
||||
SHA512 (uid_wrapper-1.2.4.tar.gz) = 212b35f7d0655611c5bb7927e4e29049ce79a4e677805fa7154142dff559ddc6dd7117a4c94314b69e27c954ff03ef49470ed69e2405cf46b5958643c6021d3b
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: uid_wrapper
|
||||
Version: 1.2.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.2.4
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A wrapper for privilege separation
|
||||
License: GPLv3+
|
||||
|
|
@ -66,6 +66,19 @@ popd
|
|||
%{_mandir}/man1/uid_wrapper.1*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 31 2017 Andreas Schneider <asn@redhat.com> - 1.2.4-1
|
||||
- Update to version 1.2.4
|
||||
* Added deadlock workaround for glibc < 2.24
|
||||
* Fixed a possible deadlock bug if uid_wrapper is turned off
|
||||
* Logging is always turned on now
|
||||
* Fixed a memory leak
|
||||
* Limited number of groups during fork+exec
|
||||
|
||||
* Thu Jul 13 2017 Andreas Schneider <asn@redhat.com> - 1.2.2-1
|
||||
- Update to version 1.2.2:
|
||||
* Added support for fork'ed and then exec'ed processes
|
||||
* Added support for Alpha
|
||||
|
||||
* Tue Jun 27 2017 Nils Philippsen <nils@redhat.com> - 1.2.1-3
|
||||
- drop requirements on cmake, pkgconfig and rather own the directories for the
|
||||
files augmenting these packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue