-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
qubes-core-agent (4.3.2-1) unstable; urgency=medium | ||
|
||
[ Demi Marie Obenour ] | ||
* Make prepare_creds_return_dir() static | ||
* Validate user ID arguments | ||
* Correctly check for success of setfsuid() | ||
* Exit if getpwuid() returned entry for wrong user | ||
* Explain why the return value of mkdir() is ignored | ||
* Use O_CLOEXEC | O_NOCTTY to open a directory | ||
* qfile-unpacker: Add flags to allow unsafe characters and symlinks | ||
* qubes.Filecopy: support unpacking files with unsafe characters | ||
* Select between qubes.Filecopy and qubes.UnsafeFileCopy | ||
* Support installation outside of /usr | ||
|
||
[ Marek Marczykowski-Górecki ] | ||
* rpm,deb: bump required version of qubes-utils libs | ||
|
||
-- Marek Marczykowski-Górecki <[email protected]> Tue, 18 Jun 2024 09:31:23 +0200 | ||
|
||
qubes-core-agent (4.3.1-1) unstable; urgency=medium | ||
|
||
[ Demi Marie Obenour ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.3.1 | ||
4.3.2 |