Skip to content

Commit a971e30

Browse files
committed
Bump version to 1.6.2
Signed-off-by: Wojtek Porczyk <[email protected]>
1 parent d82e885 commit a971e30

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

debian/changelog

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
gramine (1.6.1post~UNRELEASED) UNRELEASED; urgency=medium
1+
gramine (1.6.2) bookworm bullseye jammy focal; urgency=medium
22

3+
* version 1.6.2
4+
* fixed a security bug degenerating trusted_files to allowed_files on fork
35

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

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

gramine.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%endif
99

1010
Name: gramine
11-
Version: 1.6.1post~UNRELEASED
11+
Version: 1.6.2
1212
Release: 1%{?dist}
1313
Group: Development Tools
1414
Summary: A lightweight usermode guest OS designed to run a single Linux application

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
project(
66
'gramine',
77
'c', 'cpp',
8-
version: '1.6.1post~UNRELEASED',
8+
version: '1.6.2',
99
license: 'LGPLv3+',
1010

1111
meson_version: '>=0.56',

packaging/alpine/APKBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributor: Amie Raine <[email protected]>
22
# Maintainer: Amie Raine <[email protected]>
33
pkgname=gramine
4-
_real_pkgver=1.6.1post~UNRELEASED
4+
_real_pkgver=1.6.2
55
pkgver=$(printf %s "$_real_pkgver" | sed \
66
-e "s:post~UNRELEASED:_git$(printf %d 0x"$(git rev-parse HEAD 2>/dev/null | cut -c1-8)"):" \
77
-e 's:~:_:' \

0 commit comments

Comments
 (0)