Skip to content

Commit dfa98b5

Browse files
committed
KeePassXC, -devel: update to latest
* update KeePassXC to 2.7.10 * update KeePassXC-devel to 2.8.0 commit 2025/09/09 2.7.10 adds restrictions on short custom word lists, this is not a bug. Behavior is changed in devel version. Closes: https://trac.macports.org/ticket/72178
1 parent 9958e3c commit dfa98b5

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

security/KeePassXC/Portfile

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if { ${os.platform} eq "darwin" && ${os.major} >= 24 } {
3333

3434
if {${subport} eq ${name}} {
3535
# stable
36-
github.setup keepassxreboot keepassxc 2.7.9
36+
github.setup keepassxreboot keepassxc 2.7.10
3737
revision 0
3838
github.tarball_from releases
3939
distname keepassxc-${version}-src
@@ -45,31 +45,30 @@ if {${subport} eq ${name}} {
4545

4646
# See keepassxc-${version}-src.tar.xz.DIGEST on upstream GitHub releases page for SHA256 sums
4747
checksums ${distname}${extract.suffix} \
48-
rmd160 0ac59defa184907036007f57d55e97ab8b422ce6 \
49-
sha256 3c44e45f22c00ddac63d8bc11054b4b0ada0222ffac08d3ed70f196cb9ed46fd \
50-
size 9789312 \
48+
rmd160 98dd8094eedd8029a4d7e5cc4dbb53d23299fb98 \
49+
sha256 5ce76d6440986c24842585f019d5f3cadc166fa71fc911a4fe97b8bbc4819dfa \
50+
size 9787952 \
5151
${distname}${extract.suffix}.sig \
52-
rmd160 1ca16506c6bd2abbf3e30e3cb91b5d9a06139ec0 \
53-
sha256 f3a51f4cbb7f4b3574cf3201d84427ebec59461eb5db516065bf282ba9b16a8b \
52+
rmd160 66bf14a194f8dbc459f7fd0abee18c7ee5e1c54e \
53+
sha256 315a1e19af294feec6eb7ffaa3f6621318d339e169636ad66dd188522ffd1374 \
5454
size 488
5555

5656
gpg_verify.use_gpg_verification \
5757
yes
5858
}
5959

6060
subport ${name}-devel {
61-
github.setup keepassxreboot keepassxc 37dabd2561c33d7c0e66bba6ab0883bb55e90cf1
62-
# Change github.tarball_from to 'releases' or 'archive' next update
63-
github.tarball_from tarball
61+
github.setup keepassxreboot keepassxc 9a40182a62543858537e279b2c9be9e2a9f92639
62+
github.tarball_from archive
6463
set githash [string range ${github.version} 0 6]
65-
version 20230514.git${githash}
66-
revision 2
64+
version 20250909.git${githash}
65+
revision 0
6766

6867
conflicts KeePassXC
6968

70-
checksums rmd160 16d79aa775a0dc6d8cf32015a3dc7131a2e13163 \
71-
sha256 05fb0c84e426f33bacd41f6809d52c5bc758dace52b41c58001385a26bed89c3 \
72-
size 10967053
69+
checksums rmd160 bb3804d67e76adba06ecee9df6159c31a9b1802c \
70+
sha256 7a2a62c1c28612dadc180e90c07a5c482f98ef2af328dd6fb7979efe19bcf0ba \
71+
size 12712636
7372

7473
gpg_verify.use_gpg_verification \
7574
no
@@ -112,7 +111,6 @@ depends_lib-append port:argon2 \
112111

113112
patchfiles-append patch-no-deployqt.diff \
114113
patch-no-findpackage-path.diff \
115-
add_support_for_old_macos.diff \
116114
add_support_for_old_macos-2.diff
117115

118116
# error: no matching constructor for initialization of 'std::shared_ptr<unsigned char []>'

0 commit comments

Comments
 (0)