Skip to content

Commit

Permalink
security/keepassxc: Update to 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhsu committed Jul 19, 2021
1 parent 0003a2c commit 5c4e4f4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
8 changes: 4 additions & 4 deletions security/keepassxc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= keepassxc
DISTVERSION= 2.6.4
DISTVERSION= 2.6.6
CATEGORIES= security
MASTER_SITES= https://github.com/keepassxreboot/keepassxc/releases/download/${DISTVERSION}/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/

Expand All @@ -20,8 +20,8 @@ LIB_DEPENDS= libargon2.so:security/libargon2 \
libqrencode.so:graphics/libqrencode \
libsodium.so:security/libsodium

USES= cmake compiler:c++11-lang desktop-file-utils qt:5 readline \
shared-mime-info tar:xz xorg
USES= cmake compiler:c++11-lang desktop-file-utils pkgconfig qt:5 \
readline shared-mime-info tar:xz xorg
USE_QT= concurrent core dbus gui network svg widgets buildtools_build \
linguisttools_build qmake_build testlib_build
USE_XORG= x11
Expand All @@ -30,7 +30,7 @@ CMAKE_OFF= WITH_XC_UPDATECHECK

CONFLICTS_INSTALL= keepassx-0.* keepassx2-* keepassx-*

OPTIONS_DEFINE= AUTOTYPE BROWSER KEESHARE NETWORKING YUBIKEY SSHAGENT TEST
OPTIONS_DEFINE= AUTOTYPE BROWSER KEESHARE NETWORKING SSHAGENT YUBIKEY TEST
OPTIONS_DEFAULT= AUTOTYPE BROWSER KEESHARE NETWORKING SSHAGENT YUBIKEY
OPTIONS_SUB= yes

Expand Down
6 changes: 3 additions & 3 deletions security/keepassxc/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1612416166
SHA256 (keepassxc-2.6.4.tar.xz) = e536e2a71c90fcf264eb831fb1a8b518ee1b03829828f862eeea748d3310f82b
SIZE (keepassxc-2.6.4.tar.xz) = 7575164
TIMESTAMP = 1624333502
SHA256 (keepassxc-2.6.6.tar.xz) = 3603b11ac39b289c47fac77fa150e05fd64b393d8cfdf5732dc3ef106650a4e2
SIZE (keepassxc-2.6.6.tar.xz) = 7640532
10 changes: 10 additions & 0 deletions security/keepassxc/files/patch-src_keeshare_CMakeLists.txt
@@ -0,0 +1,10 @@
--- src/keeshare/CMakeLists.txt.orig 2021-06-22 18:07:30 UTC
+++ src/keeshare/CMakeLists.txt
@@ -25,6 +25,7 @@ if(WITH_XC_KEESHARE)
find_package(QuaZip)
if(QUAZIP_FOUND)
set(WITH_XC_KEESHARE_SECURE ON PARENT_SCOPE)
+ target_link_directories(keeshare BEFORE PUBLIC ${QUAZIP_LIBRARY_DIRS})
target_include_directories(keeshare SYSTEM PRIVATE ${QUAZIP_INCLUDE_DIRS})
target_link_libraries(keeshare PRIVATE ${QUAZIP_LIBRARIES})
else()
3 changes: 3 additions & 0 deletions security/keepassxc/pkg-plist
Expand Up @@ -24,13 +24,15 @@ share/icons/hicolor/scalable/mimetypes/application-x-keepassxc.svg
%%DATADIR%%/translations/keepassx_cs.qm
%%DATADIR%%/translations/keepassx_da.qm
%%DATADIR%%/translations/keepassx_de.qm
%%DATADIR%%/translations/keepassx_el.qm
%%DATADIR%%/translations/keepassx_en.qm
%%DATADIR%%/translations/keepassx_en_GB.qm
%%DATADIR%%/translations/keepassx_en_US.qm
%%DATADIR%%/translations/keepassx_es.qm
%%DATADIR%%/translations/keepassx_et.qm
%%DATADIR%%/translations/keepassx_fi.qm
%%DATADIR%%/translations/keepassx_fr.qm
%%DATADIR%%/translations/keepassx_fr_CA.qm
%%DATADIR%%/translations/keepassx_hr_HR.qm
%%DATADIR%%/translations/keepassx_hu.qm
%%DATADIR%%/translations/keepassx_id.qm
Expand All @@ -47,6 +49,7 @@ share/icons/hicolor/scalable/mimetypes/application-x-keepassxc.svg
%%DATADIR%%/translations/keepassx_ru.qm
%%DATADIR%%/translations/keepassx_sk.qm
%%DATADIR%%/translations/keepassx_sl_SI.qm
%%DATADIR%%/translations/keepassx_sr.qm
%%DATADIR%%/translations/keepassx_sv.qm
%%DATADIR%%/translations/keepassx_th.qm
%%DATADIR%%/translations/keepassx_tr.qm
Expand Down

0 comments on commit 5c4e4f4

Please sign in to comment.