Skip to content

Commit

Permalink
podman: 5.2.3 -> 5.3.0 (#356754)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Nov 19, 2024
2 parents 73afc14 + b9f3bee commit 93a8ad9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/po/podman/hardcode-paths.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/vendor/github.com/containers/common/pkg/config/default.go b/vendor/github.com/containers/common/pkg/config/default.go
index 3a6d804ad..5628e2bf6 100644
index 02ff128..d3254ba 100644
--- a/vendor/github.com/containers/common/pkg/config/default.go
+++ b/vendor/github.com/containers/common/pkg/config/default.go
@@ -366,75 +366,34 @@ func defaultEngineConfig() (*EngineConfig, error) {
@@ -378,75 +378,34 @@ func defaultEngineConfig() (*EngineConfig, error) {
c.Retry = 3
c.OCIRuntimes = map[string][]string{
"crun": {
Expand Down Expand Up @@ -88,7 +88,7 @@ index 3a6d804ad..5628e2bf6 100644
},
}
c.PlatformToOCIRuntime = map[string]string{
@@ -445,26 +404,12 @@ func defaultEngineConfig() (*EngineConfig, error) {
@@ -457,26 +416,12 @@ func defaultEngineConfig() (*EngineConfig, error) {
// Needs to be called after populating c.OCIRuntimes.
c.OCIRuntime = c.findRuntime()

Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/po/podman/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ let
in
buildGoModule rec {
pname = "podman";
version = "5.2.3";
version = "5.3.0";

src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
hash = "sha256-2FnUijeQhre7B4utsGGEGbMuuMVZlPDoM2di3z1d4vs=";
hash = "sha256-v7srZ1S4qnEOgXvhj+61tSWqzx9qFv0m3iBEUoMu7+U=";
};

patches = [
Expand Down
8 changes: 4 additions & 4 deletions pkgs/by-name/po/podman/rm-podman-mac-helper-msg.patch
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
diff --git a/pkg/machine/machine_common.go b/pkg/machine/machine_common.go
index 1afc3d15b..a8aafcaae 100644
index d2ba418..5098cdc 100644
--- a/pkg/machine/machine_common.go
+++ b/pkg/machine/machine_common.go
@@ -33,13 +33,8 @@ func GetDevNullFiles() (*os.File, *os.File, error) {
@@ -34,13 +34,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) {
- suffix := ""
var fmtString string

- if name != DefaultMachineName {
- if name != define.DefaultMachineName {
- suffix = " " + name
- }
-
if forwardState == NoForwarding {
return
}
@@ -61,14 +56,6 @@ address can't be used by podman. `
@@ -62,14 +57,6 @@ address can't be used by podman. `

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

0 comments on commit 93a8ad9

Please sign in to comment.