Unverified Commit bda67897 authored by André Lima's avatar André Lima
Browse files

podman: 5.6.2 -> 5.7.0

parent 9da7f1cf
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
diff --git a/vendor/github.com/containers/common/pkg/config/default.go b/vendor/github.com/containers/common/pkg/config/default.go
index 02ff128..d3254ba 100644
--- a/vendor/github.com/containers/common/pkg/config/default.go
+++ b/vendor/github.com/containers/common/pkg/config/default.go
@@ -378,75 +378,34 @@ func defaultEngineConfig() (*EngineConfig, error) {
diff --git a/vendor/go.podman.io/common/pkg/config/default.go b/vendor/go.podman.io/common/pkg/config/default.go
index 3bf0bc1..05496ae 100644
--- a/vendor/go.podman.io/common/pkg/config/default.go
+++ b/vendor/go.podman.io/common/pkg/config/default.go
@@ -389,75 +389,34 @@ func defaultEngineConfig() (*EngineConfig, error) {
 	c.Retry = 3
 	c.OCIRuntimes = map[string][]string{
 		"crun": {
@@ -87,8 +87,8 @@ index 02ff128..d3254ba 100644
+			"@bin_path@/bin/ocijail",
 		},
 	}
 	c.PlatformToOCIRuntime = map[string]string{
@@ -457,26 +416,12 @@ func defaultEngineConfig() (*EngineConfig, error) {
 	c.OCIRuntimesFlags = map[string][]string{}
@@ -469,26 +428,12 @@ func defaultEngineConfig() (*EngineConfig, error) {
 	// Needs to be called after populating c.OCIRuntimes.
 	c.OCIRuntime = c.findRuntime()

+2 −2
Original line number Diff line number Diff line
@@ -76,13 +76,13 @@ let
in
buildGoModule rec {
  pname = "podman";
  version = "5.6.2";
  version = "5.7.0";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "podman";
    rev = "v${version}";
    hash = "sha256-VVPwnzcGOm3UDHtoLbP1I+9NIluMU/wHuerM+ePiKhg=";
    hash = "sha256-SHIWfY8eKdimwpLfB1NtpF1DBh6qaR5KCDTU4vWAMFw=";
  };

  patches = [
+6 −6
Original line number Diff line number Diff line
diff --git a/pkg/machine/machine_common.go b/pkg/machine/machine_common.go
index d2ba418..5098cdc 100644
index 44773f2..eba7b46 100644
--- a/pkg/machine/machine_common.go
+++ b/pkg/machine/machine_common.go
@@ -34,13 +34,8 @@ func GetDevNullFiles() (*os.File, *os.File, error) {
@@ -31,13 +31,8 @@ func GetDevNullFiles() (*os.File, *os.File, error) {
 // WaitAPIAndPrintInfo prints info about the machine and does a ping test on the
 // API socket
 func WaitAPIAndPrintInfo(forwardState APIForwardingState, name, helper, forwardSock string, noInfo, rootful bool) {
 func WaitAPIAndPrintInfo(forwardState APIForwardingState, name, helper, forwardSock string, noInfo, _ bool) {
-	suffix := ""
 	var fmtString string

@@ -16,7 +16,7 @@ index d2ba418..5098cdc 100644
 	if forwardState == NoForwarding {
 		return
 	}
@@ -62,14 +57,6 @@ address can't be used by podman. `
@@ -59,14 +54,6 @@ address can't be used by podman. `

 				if len(helper) < 1 {
 					fmt.Print(fmtString)