-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Wojtek Porczyk <[email protected]>
- Loading branch information
1 parent
420bf3f
commit 4595d8f
Showing
4 changed files
with
15 additions
and
7 deletions.
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,7 +1,15 @@ | ||
gramine (1.6.2post~UNRELEASED) UNRELEASED; urgency=medium | ||
|
||
|
||
-- Wojtek Porczyk <[email protected]> Tue, 12 Mar 2024 09:34:38 +0100 | ||
gramine (1.7) bookworm bullseye jammy focal; urgency=medium | ||
|
||
* version 1.7 | ||
* added support for secure eventfd | ||
* added support for operations on encrypted files (aka protected files): | ||
* unlink() on corrupted files | ||
* truncate() to arbitrary length | ||
* added gramine-manifest-check tool and built-in manifest schema check in | ||
gramine-sgx-sign | ||
* updated curl to 8.7.1 | ||
|
||
-- Wojtek Porczyk <[email protected]> Wed, 24 Apr 2024 09:27:25 +0200 | ||
|
||
gramine (1.6.2) bookworm bullseye jammy focal; urgency=medium | ||
|
||
|
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
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
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,7 +1,7 @@ | ||
# Contributor: Amie Raine <[email protected]> | ||
# Maintainer: Amie Raine <[email protected]> | ||
pkgname=gramine | ||
_real_pkgver=1.6.2post~UNRELEASED | ||
_real_pkgver=1.7 | ||
pkgver=$(printf %s "$_real_pkgver" | sed \ | ||
-e "s:post~UNRELEASED:_git$(printf %d 0x"$(git rev-parse HEAD 2>/dev/null | cut -c1-8)"):" \ | ||
-e 's:~:_:' \ | ||
|