Ticket #69580: keepassxc.diff

File keepassxc.diff, 2.3 KB (added by contextnerror, 7 months ago)

Modified 2.7.7 portfile

  • security/KeePassXC/Portfile

    old new  
    2626                        goal to extend and improve it with new features and \
    2727                        bugfixes to provide a feature-rich, fully \
    2828                        cross-platform and modern open-source password manager.
    29 platforms               darwin
    30 license                 GPL-2+
     29license                 {GPL-2 GPL-3}
    3130license_noconflict      openssl openssl10 openssl11 openssl3
    3231
    3332if {${subport} eq ${name}} {
    3433    # stable
    35     github.setup        keepassxreboot keepassxc 2.7.6
    36     revision            1
     34    github.setup        keepassxreboot keepassxc 2.7.7
     35    revision            0
    3736    github.tarball_from releases
    3837    distname            keepassxc-${version}-src
    3938    use_xz              yes
     
    4443
    4544    # See keepassxc-${version}-src.tar.xz.DIGEST on upstream GitHub releases page for SHA256 sums
    4645    checksums           ${distname}${extract.suffix} \
    47                         rmd160  a939976cff7273f9243f9c3aae39269e11047e6d \
    48                         sha256  a58074509fa8e90f152c6247f73e75e126303081f55eedb4ea0cbb6fa980d670 \
    49                         size    8474624 \
     46                        rmd160  33170f0b573f83c3bf185f9fa5e70978704ecc93 \
     47                        sha256  58fc45ae98e4b3ffb052103014f5b97a41fefd17102c7f56073934dd3a82ee67 \
     48                        size    9734460 \
    5049                        ${distname}${extract.suffix}.sig \
    51                         rmd160  693cbc4a5648735cd4a53afdb9617bca9702bf45 \
    52                         sha256  af439d1954101c1b140f759cf0f42efdfe19d066f90412e325b806f8d3774eb4 \
     50                        rmd160  0a72b3b43e2892fb3aa625735dabf1cfcbbb8701 \
     51                        sha256  254d8f3febf9a037dccbc3c4d34ad0a629ecb981b6ccb13509782ac04342193d \
    5352                        size    488
    5453
    5554    gpg_verify.use_gpg_verification \
     
    124123    -DCMAKE_PREFIX_PATH=${qt_cmake_module_dir} \
    125124    -DKEEPASSXC_BUILD_TYPE=Release \
    126125    -DWITH_XC_BROWSER=ON \
     126    -DWITH_XC_BROWSER_PASSKEYS=ON \
    127127    -DWITH_XC_KEESHARE=ON \
    128128    -DWITH_XC_NETWORKING=ON \
    129129    -DWITH_XC_SSHAGENT=ON \