podman: update to 1.4.1.
Signed-off-by: Juan RP <xtraeme@gmail.com>
This commit is contained in:
parent
04a9af0131
commit
5214723e24
2 changed files with 2 additions and 14 deletions
|
@ -1,12 +0,0 @@
|
||||||
diff --git pkg/rootless/rootless_linux.go pkg/rootless/rootless_linux.go
|
|
||||||
index 0cac50fc..3f78ffc6 100644
|
|
||||||
--- pkg/rootless/rootless_linux.go
|
|
||||||
+++ pkg/rootless/rootless_linux.go
|
|
||||||
@@ -24,6 +24,7 @@ import (
|
|
||||||
/*
|
|
||||||
#cgo remoteclient CFLAGS: -DDISABLE_JOIN_SHORTCUT
|
|
||||||
#include <stdlib.h>
|
|
||||||
+#include <sys/types.h>
|
|
||||||
extern uid_t rootless_uid();
|
|
||||||
extern uid_t rootless_gid();
|
|
||||||
extern int reexec_in_user_namespace(int ready, char *pause_pid_file_path, char *file_to_read, int fd);
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'podman'
|
# Template file for 'podman'
|
||||||
pkgname=podman
|
pkgname=podman
|
||||||
version=1.4.0
|
version=1.4.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="libpod-${version}"
|
wrksrc="libpod-${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://podman.io/"
|
homepage="https://podman.io/"
|
||||||
distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz"
|
distfiles="https://github.com/containers/libpod/archive/v${version}.tar.gz"
|
||||||
checksum=17fdf68e85106d0848e89825e191198a4079bb6d9ca6dd3e415e5c010192db9e
|
checksum=45eb7bccd81a1431b0c7a0697829c0bcc397048595d143fd91179b31d22a3c63
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
go_build_tags+=" containers_image_openpgp exclude_graphdriver_overlay"
|
go_build_tags+=" containers_image_openpgp exclude_graphdriver_overlay"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue