diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-18 07:31:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-18 07:31:00 +0000 |
commit | 943faf64dbfe25eac5108b35598d14bd2341283a (patch) | |
tree | e72ba1b18faa5629fdb2d47b6dd84b9d277f3f3b /security | |
parent | c6269a4b362eb94372b04636fcd12efaf77508b0 (diff) | |
download | pkgsrc-943faf64dbfe25eac5108b35598d14bd2341283a.tar.gz |
Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav/Makefile | 4 | ||||
-rw-r--r-- | security/clamav/buildlink3.mk | 4 | ||||
-rw-r--r-- | security/honeyd/Makefile | 4 | ||||
-rw-r--r-- | security/pinentry/Makefile | 4 | ||||
-rw-r--r-- | security/pwsafe/Makefile | 4 | ||||
-rw-r--r-- | security/zkt/Makefile | 3 |
6 files changed, 12 insertions, 11 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 8a4982a1548..1ba09931bee 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2015/08/17 17:11:19 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2015/08/18 07:31:01 wiz Exp $ DISTNAME= clamav-${CLAMAV_VERSION} #PKGREVISION= 2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clamav/} diff --git a/security/clamav/buildlink3.mk b/security/clamav/buildlink3.mk index c3db1fd3778..211a4510f3f 100644 --- a/security/clamav/buildlink3.mk +++ b/security/clamav/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2015/08/17 17:11:19 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2015/08/18 07:31:01 wiz Exp $ BUILDLINK_TREE+= clamav @@ -6,7 +6,7 @@ BUILDLINK_TREE+= clamav CLAMAV_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.clamav+= clamav>=0.95.3nb1 -BUILDLINK_ABI_DEPENDS.clamav+= clamav>=0.98.7nb1 +BUILDLINK_ABI_DEPENDS.clamav+= clamav>=0.98.7nb2 BUILDLINK_PKGSRCDIR.clamav?= ../../security/clamav .include "../../archivers/bzip2/buildlink3.mk" diff --git a/security/honeyd/Makefile b/security/honeyd/Makefile index e852c042872..2bdb18f2b6c 100644 --- a/security/honeyd/Makefile +++ b/security/honeyd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2015/08/17 17:11:28 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2015/08/18 07:31:16 wiz Exp $ # DISTNAME= honeyd-1.5b -PKGREVISION= 35 +PKGREVISION= 36 CATEGORIES= security net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 4e14cf9c9f8..3a29ea26cc3 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2015/08/17 17:11:28 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2015/08/18 07:31:17 wiz Exp $ COMMENT= Applications for entering PINs or Passphrases -PKGREVISION= 1 +PKGREVISION= 2 CONFIGURE_ARGS+= --enable-pinentry-tty CONFIGURE_ARGS+= --enable-pinentry-emacs diff --git a/security/pwsafe/Makefile b/security/pwsafe/Makefile index eb12a5ef641..e70d88d082f 100644 --- a/security/pwsafe/Makefile +++ b/security/pwsafe/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2015/08/17 17:11:29 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/08/18 07:31:17 wiz Exp $ # DISTNAME= pwsafe-0.2.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pwsafe/} \ http://nsd.dyndns.org/pwsafe/releases/ diff --git a/security/zkt/Makefile b/security/zkt/Makefile index 76048132e19..fae1605504a 100644 --- a/security/zkt/Makefile +++ b/security/zkt/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2014/01/02 00:50:07 dholland Exp $ +# $NetBSD: Makefile,v 1.10 2015/08/18 07:31:17 wiz Exp $ # DISTNAME= zkt-1.1.2 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.hznet.de/dns/zkt/ |