From 180912057f9e7ffcc9c612bf84914d7b28e135714163b9706319a92732f3541f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 2 Sep 2015 11:31:25 +0000 Subject: [PATCH] Update to version 1.1.1 OBS-URL: https://build.opensuse.org/package/show/devel:tools/uid_wrapper?expand=0&rev=9 --- uid_wrapper-1.1.0.tar.gz | 3 --- uid_wrapper-1.1.1.tar.gz | 3 +++ uid_wrapper.changes | 8 ++++++++ uid_wrapper.spec | 5 +++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 uid_wrapper-1.1.0.tar.gz create mode 100644 uid_wrapper-1.1.1.tar.gz diff --git a/uid_wrapper-1.1.0.tar.gz b/uid_wrapper-1.1.0.tar.gz deleted file mode 100644 index 1c7f7e3..0000000 --- a/uid_wrapper-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6038b7f9eb04714798ad37b4d0ca677014c5ad7c02b42a4791fd89d8ff7ada3 -size 34979 diff --git a/uid_wrapper-1.1.1.tar.gz b/uid_wrapper-1.1.1.tar.gz new file mode 100644 index 0000000..d3031f0 --- /dev/null +++ b/uid_wrapper-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6995bebda7a729502012fac7f897e139cd9dd0819cb00e4ebf954fa0251b0378 +size 35873 diff --git a/uid_wrapper.changes b/uid_wrapper.changes index 3fc42b1..b054d77 100644 --- a/uid_wrapper.changes +++ b/uid_wrapper.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 2 11:30:45 UTC 2015 - asn@cryptomilk.org + +- Update to version 1.1.1 + * Fixed getres(uid|gid) detection if unsupported. + * Fixed the configure on Solaris + * Added a lot more tests + ------------------------------------------------------------------- Fri Jun 26 06:52:03 UTC 2015 - mpluskal@suse.com diff --git a/uid_wrapper.spec b/uid_wrapper.spec index 6004e2f..272c365 100644 --- a/uid_wrapper.spec +++ b/uid_wrapper.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + ############################# NOTE ################################## # # This is a special library. You are not able to link this library. @@ -23,7 +24,7 @@ ############################# NOTE ################################## Name: uid_wrapper -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: A wrapper for privilege seperation @@ -38,8 +39,8 @@ BuildRequires: cmake BuildRequires: libcmocka-devel BuildRequires: pkg-config -Requires: pkg-config Requires: cmake +Requires: pkg-config %description Some projects like a file server need privilege separation to be able to switch