Skip to content

Commit

Permalink
Bump version to 1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Wojtek Porczyk <[email protected]>
  • Loading branch information
woju committed Mar 12, 2024
1 parent d82e885 commit a971e30
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
gramine (1.6.1post~UNRELEASED) UNRELEASED; urgency=medium
gramine (1.6.2) bookworm bullseye jammy focal; urgency=medium

* version 1.6.2
* fixed a security bug degenerating trusted_files to allowed_files on fork

-- Wojtek Porczyk <[email protected]> Tue, 20 Feb 2024 13:00:01 +0100
-- Wojtek Porczyk <[email protected]> Tue, 12 Mar 2024 09:33:18 +0100

gramine (1.6.1) bookworm bullseye jammy focal; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion gramine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%endif

Name: gramine
Version: 1.6.1post~UNRELEASED
Version: 1.6.2
Release: 1%{?dist}
Group: Development Tools
Summary: A lightweight usermode guest OS designed to run a single Linux application
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
project(
'gramine',
'c', 'cpp',
version: '1.6.1post~UNRELEASED',
version: '1.6.2',
license: 'LGPLv3+',

meson_version: '>=0.56',
Expand Down
2 changes: 1 addition & 1 deletion packaging/alpine/APKBUILD
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.1post~UNRELEASED
_real_pkgver=1.6.2
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:~:_:' \
Expand Down

0 comments on commit a971e30

Please sign in to comment.