Skip to content

Commit

Permalink
all: prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-oberhumer committed Jan 3, 2024
1 parent a1a6d02 commit 099c3d8
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 126 deletions.
2 changes: 1 addition & 1 deletion NEWS
Expand Up @@ -2,7 +2,7 @@
User visible changes for UPX
==================================================================

Changes in 4.3.0 (XX XXX XXXX):
Changes in 4.2.2 (03 Jan 2024):
* bug fixes - see https://github.com/upx/upx/milestone/15

Changes in 4.2.1 (01 Nov 2023):
Expand Down
Empty file.
4 changes: 2 additions & 2 deletions misc/podman/cross-compile-upx-ubuntu/10-create-image.sh
Expand Up @@ -6,10 +6,10 @@ argv0=$0; argv0abs="$(readlink -fn "$argv0")"; argv0dir="$(dirname "$argv0abs")"
# create the image from Dockerfile
# using a rootless Podman container

# NOTE: this image is based on rebuild-stubs/upx-stubtools-20221212-v6,
# NOTE: this image is based on rebuild-stubs/upx-stubtools-20221212-v7,
# so you have to create that image first
# WARNING: we install many packages, so the resulting image needs A LOT of disk space!
image=upx-cross-compile-ubuntu2204-20230721-v2
image=upx-cross-compile-ubuntu2204-20230721-v3
[[ $1 == --print-image ]] && echo "$image" && exit 0

podman build -t "$image" -f "$argv0dir/Dockerfile" "$argv0dir"
Expand Down
6 changes: 3 additions & 3 deletions misc/podman/cross-compile-upx-ubuntu/Dockerfile
@@ -1,8 +1,8 @@
# NOTE: this image is based on rebuild-stubs/upx-stubtools-20221212-v6,
# NOTE: this image is based on rebuild-stubs/upx-stubtools-20221212-v7,
# so you have to create that image first
# WARNING: we install many packages, so the resulting image needs A LOT of disk space!
FROM localhost/upx-stubtools-20221212-v6
ENV UPX_CONTAINER_IMAGE_NAME=upx-cross-compile-ubuntu2204-20230721-v2
FROM localhost/upx-stubtools-20221212-v7
ENV UPX_CONTAINER_IMAGE_NAME=upx-cross-compile-ubuntu2204-20230721-v3
ARG DEBIAN_FRONTEND=noninteractive

USER root
Expand Down
234 changes: 117 additions & 117 deletions misc/podman/cross-compile-upx-ubuntu/packages.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion misc/podman/rebuild-stubs/10-create-image.sh
Expand Up @@ -6,7 +6,7 @@ argv0=$0; argv0abs="$(readlink -fn "$argv0")"; argv0dir="$(dirname "$argv0abs")"
# create the image from Dockerfile
# using a rootless Podman container

image=upx-stubtools-20221212-v6
image=upx-stubtools-20221212-v7
[[ $1 == --print-image ]] && echo "$image" && exit 0

podman build -t "$image" -f "$argv0dir/Dockerfile" "$argv0dir"
Expand Down
4 changes: 2 additions & 2 deletions misc/podman/rebuild-stubs/packages.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 099c3d8

Please sign in to comment.