From f3873b573a65acacf044656686a9a24596b9b8d1 Mon Sep 17 00:00:00 2001 From: Wojtek Porczyk Date: Mon, 11 Mar 2024 10:26:34 +0100 Subject: [PATCH] Bump version to 1.6.2~rc1 Signed-off-by: Wojtek Porczyk --- debian/changelog | 6 ++++-- gramine.spec | 2 +- meson.build | 2 +- packaging/alpine/APKBUILD | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 91cd730124..f8b5dea7ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,9 @@ -gramine (1.6.1post~UNRELEASED) UNRELEASED; urgency=medium +gramine (1.6.2~rc1) unstable-bookworm unstable-bullseye unstable-jammy unstable-focal; urgency=medium + * version 1.6.2 + * fixed security bug degenerating trusted_files to protected_files on fork - -- Wojtek Porczyk Tue, 20 Feb 2024 13:00:01 +0100 + -- Wojtek Porczyk Mon, 11 Mar 2024 10:25:34 +0100 gramine (1.6.1) bookworm bullseye jammy focal; urgency=medium diff --git a/gramine.spec b/gramine.spec index 94d575d15c..55120a5fb3 100644 --- a/gramine.spec +++ b/gramine.spec @@ -8,7 +8,7 @@ %endif Name: gramine -Version: 1.6.1post~UNRELEASED +Version: 1.6.2~rc1 Release: 1%{?dist} Group: Development Tools Summary: A lightweight usermode guest OS designed to run a single Linux application diff --git a/meson.build b/meson.build index eff7a2e0b5..5650bd6382 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'gramine', 'c', 'cpp', - version: '1.6.1post~UNRELEASED', + version: '1.6.2~rc1', license: 'LGPLv3+', meson_version: '>=0.56', diff --git a/packaging/alpine/APKBUILD b/packaging/alpine/APKBUILD index 131b5da613..ef1a1fe4cc 100644 --- a/packaging/alpine/APKBUILD +++ b/packaging/alpine/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Amie Raine # Maintainer: Amie Raine pkgname=gramine -_real_pkgver=1.6.1post~UNRELEASED +_real_pkgver=1.6.2~rc1 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:~:_:' \