diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-02-07 06:30:06 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-02-07 06:30:06 +0000 |
commit | e86c14b8c76e47ee1b44f4b906a0adf295f625dc (patch) | |
tree | c65f590da31478e4838349db4eed534e9bcff041 /security | |
parent | 4a491dc26b56ae0a77cbcb11214e20ae36f69c4c (diff) | |
download | pkgsrc-e86c14b8c76e47ee1b44f4b906a0adf295f625dc.tar.gz |
*: Recursive revbump from audio/pulseaudio-14.2.nb1
Diffstat (limited to 'security')
-rw-r--r-- | security/kauth/Makefile | 4 | ||||
-rw-r--r-- | security/keepassxc/Makefile | 3 | ||||
-rw-r--r-- | security/kwallet/Makefile | 4 | ||||
-rw-r--r-- | security/kwallet/buildlink3.mk | 4 | ||||
-rw-r--r-- | security/kwalletmanager/Makefile | 4 | ||||
-rw-r--r-- | security/qt5-qtkeychain/Makefile | 4 | ||||
-rw-r--r-- | security/tor-browser/Makefile | 3 | ||||
-rw-r--r-- | security/xca/Makefile | 4 |
8 files changed, 16 insertions, 14 deletions
diff --git a/security/kauth/Makefile b/security/kauth/Makefile index 99ed3207bb1..db08eb6e17b 100644 --- a/security/kauth/Makefile +++ b/security/kauth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2021/01/01 09:52:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.44 2021/02/07 06:30:36 ryoon Exp $ DISTNAME= kauth-${KF5VER} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= security HOMEPAGE= https://community.kde.org/Frameworks diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile index 36c22f791d0..daf3dda3564 100644 --- a/security/keepassxc/Makefile +++ b/security/keepassxc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2021/01/25 09:55:17 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2021/02/07 06:30:36 ryoon Exp $ DISTNAME= keepassxc-${GITHUB_RELEASE}-src PKGNAME= ${DISTNAME:S/-src//} +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=keepassxreboot/} GITHUB_RELEASE= 2.6.3 diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index 36ec51230a4..de0c67ac2ea 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2021/01/14 09:22:11 jperkin Exp $ +# $NetBSD: Makefile,v 1.64 2021/02/07 06:30:09 ryoon Exp $ DISTNAME= kwallet-${KF5VER} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= security HOMEPAGE= https://community.kde.org/Frameworks diff --git a/security/kwallet/buildlink3.mk b/security/kwallet/buildlink3.mk index 3f12d8e94c8..d8c7132f61c 100644 --- a/security/kwallet/buildlink3.mk +++ b/security/kwallet/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.26 2021/01/01 09:52:12 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.27 2021/02/07 06:30:09 ryoon Exp $ BUILDLINK_TREE+= kwallet @@ -6,7 +6,7 @@ BUILDLINK_TREE+= kwallet KWALLET_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.kwallet+= kwallet>=5.19.0 -BUILDLINK_ABI_DEPENDS.kwallet?= kwallet>=5.70.0nb5 +BUILDLINK_ABI_DEPENDS.kwallet?= kwallet>=5.70.0nb6 BUILDLINK_PKGSRCDIR.kwallet?= ../../security/kwallet .include "../../devel/knotifications/buildlink3.mk" diff --git a/security/kwalletmanager/Makefile b/security/kwalletmanager/Makefile index 81c7911a96e..b4974a78d74 100644 --- a/security/kwalletmanager/Makefile +++ b/security/kwalletmanager/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2021/01/01 09:52:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2021/02/07 06:30:37 ryoon Exp $ DISTNAME= kwalletmanager-${KAPPSVER} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= security HOMEPAGE= https://kde.org/applications/system/kwalletmanager/ diff --git a/security/qt5-qtkeychain/Makefile b/security/qt5-qtkeychain/Makefile index 75bb7e2b9e8..af721a967e8 100644 --- a/security/qt5-qtkeychain/Makefile +++ b/security/qt5-qtkeychain/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2021/01/01 09:52:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2021/02/07 06:30:37 ryoon Exp $ QTKEYCHAINVER= 0.9.1 DISTNAME= qtkeychain-${QTKEYCHAINVER} PKGNAME= qt5-${DISTNAME} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= security MASTER_SITES= -https://github.com/frankosterfeld/qtkeychain/archive/v${QTKEYCHAINVER}.tar.gz diff --git a/security/tor-browser/Makefile b/security/tor-browser/Makefile index 9e0fa0715a2..a2f931d8565 100644 --- a/security/tor-browser/Makefile +++ b/security/tor-browser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2021/02/04 13:34:16 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2021/02/07 06:30:37 ryoon Exp $ # # How to update this package: # @@ -17,6 +17,7 @@ DISTNAME= src-firefox-tor-browser-78.7.0esr-10.0-2-build1 PKGNAME= tor-browser-10.0.10 +PKGREVISION= 1 CATEGORIES= security www MASTER_SITES= https://dist.torproject.org/torbrowser/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz diff --git a/security/xca/Makefile b/security/xca/Makefile index 044a73f4608..0a1f502f62d 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2021/01/01 09:52:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2021/02/07 06:30:37 ryoon Exp $ DISTNAME= xca-2.1.2 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=chris2511/} GITHUB_RELEASE= RELEASE.2.1.2 |