Skip to content

Commit

Permalink
archivers/upx: Update to 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent d786e6a commit 64dbe4b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion archivers/upx/Makefile
@@ -1,5 +1,5 @@
PORTNAME= upx
PORTVERSION= 4.2.2
PORTVERSION= 4.2.3
MASTER_SITES= https://github.com/upx/upx/releases/download/v${PORTVERSION}/
CATEGORIES= archivers
DISTVERSIONSUFFIX= -src
Expand Down
6 changes: 3 additions & 3 deletions archivers/upx/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1708448876
SHA256 (upx-4.2.2-src.tar.xz) = 42ee0455eea610ef7ee732aa1f657b34a351ebcfa64a24c1e2a7aaec74c1e038
SIZE (upx-4.2.2-src.tar.xz) = 1275320
TIMESTAMP = 1711860471
SHA256 (upx-4.2.3-src.tar.xz) = d6357eec6ed4c1b51f40af2316b0958ff1b7fa6f53ef3de12da1d5c96d30e412
SIZE (upx-4.2.3-src.tar.xz) = 1283824
@@ -1,6 +1,6 @@
--- src/miniacc.h.orig 2023-08-08 08:38:12 UTC
+++ src/miniacc.h
@@ -2567,7 +2567,7 @@ ACC_COMPILE_TIME_ASSERT_HEADER(ACC_SIZEOF_PTRDIFF_T ==
--- src/util/miniacc.h.orig 2024-03-27 12:57:30 UTC
+++ src/util/miniacc.h
@@ -2569,7 +2569,7 @@ ACC_COMPILE_TIME_ASSERT_HEADER(ACC_SIZEOF_PTRDIFF_T ==
# define ACC_ABI_LITTLE_ENDIAN 1
#elif (ACC_ARCH_ALPHA || ACC_ARCH_AMD64 || ACC_ARCH_BLACKFIN || ACC_ARCH_CRIS || ACC_ARCH_I086 || ACC_ARCH_I386 || ACC_ARCH_MSP430 || ACC_ARCH_RISCV)
# define ACC_ABI_LITTLE_ENDIAN 1
Expand Down

0 comments on commit 64dbe4b

Please sign in to comment.