From owner-svn-ports-head@FreeBSD.ORG Fri Jan 2 18:47:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC72F3B4; Fri, 2 Jan 2015 18:47:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5D6B1E05; Fri, 2 Jan 2015 18:47:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t02Il0K0070410; Fri, 2 Jan 2015 18:47:00 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t02IkYu2070140; Fri, 2 Jan 2015 18:46:34 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201501021846.t02IkYu2070140@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 2 Jan 2015 18:46:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376062 - in head: audio/ario audio/gogglesmm audio/pianobar comms/svxlink databases/freetds databases/libgda4 databases/libgda5 databases/xtrabackup devel/ccrtp devel/gsoap devel/gvfs ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 18:47:00 -0000 Author: pi Date: Fri Jan 2 18:46:33 2015 New Revision: 376062 URL: https://svnweb.freebsd.org/changeset/ports/376062 QAT: https://qat.redports.org/buildarchive/r376062/ Log: security/libgcrypt: 1.6.1 -> 1.6.2, bump depends Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Modified: head/audio/ario/Makefile head/audio/gogglesmm/Makefile head/audio/pianobar/Makefile head/comms/svxlink/Makefile head/databases/freetds/Makefile head/databases/libgda4/Makefile head/databases/libgda5/Makefile head/databases/xtrabackup/Makefile head/devel/ccrtp/Makefile head/devel/gsoap/Makefile head/devel/gvfs/Makefile head/devel/gwenhywfar/Makefile head/devel/libsoup/Makefile head/devel/libvirt/Makefile head/devel/libzrtpcpp/Makefile head/devel/srecord/Makefile head/emulators/fuse/Makefile head/emulators/libspectrum/Makefile head/ftp/filezilla/Makefile head/games/libggz/Makefile head/graphics/telak/Makefile head/irc/bitlbee/Makefile head/irc/inspircd/Makefile head/irc/irssi-otr/Makefile head/irc/weechat-devel/Makefile head/irc/weechat/Makefile head/japanese/jd/Makefile head/lang/gnustep-base/Makefile head/mail/libetpan/Makefile head/mail/wmbiff/Makefile head/mail/xfce4-mailwatch-plugin/Makefile head/misc/metalink-tools/Makefile head/multimedia/libaacs/Makefile head/multimedia/libmtp/Makefile head/multimedia/libquvi09/Makefile head/multimedia/vlc/Makefile head/net-im/climm/Makefile head/net-im/mcabber/Makefile head/net-mgmt/collectd/Makefile head/net-mgmt/collectd5/Makefile head/net-p2p/gnunet/Makefile head/net-p2p/libktorrent/Makefile head/net-p2p/ncdc/Makefile head/net/afpfs-ng/Makefile head/net/clamz/Makefile head/net/csync2/Makefile head/net/cyphesis/Makefile head/net/glib-networking/Makefile head/net/grive/Makefile head/net/gtk-vnc/Makefile head/net/librouteros/Makefile head/net/libvncserver/Makefile head/net/netatalk/Makefile head/net/netatalk3/Makefile head/net/remmina-plugin-vnc/Makefile head/net/remmina/Makefile head/net/samba4/Makefile head/net/samba41/Makefile head/net/tigervnc/Makefile head/net/uget/Makefile head/net/wireshark/Makefile head/news/nzbget/Makefile head/print/cups-base/Makefile head/security/dirmngr/Makefile head/security/fiked/Makefile head/security/gcr/Makefile head/security/gnome-keyring/Makefile head/security/gnomint/Makefile head/security/gnupg/Makefile head/security/gnupg20/Makefile head/security/gsasl/Makefile head/security/keepassx2/Makefile head/security/libgcrypt/Makefile head/security/libgcrypt/distinfo head/security/libgcrypt/pkg-plist head/security/libgnome-keyring/Makefile head/security/libotr/Makefile head/security/libotr3/Makefile head/security/libprelude/Makefile head/security/libpreludedb/Makefile head/security/libsecret/Makefile head/security/libssh/Makefile head/security/libssh2/Makefile head/security/opencdk/Makefile head/security/openvas-libnasl/Makefile head/security/openvas-libraries/Makefile head/security/openvpn-auth-radius/Makefile head/security/p5-Crypt-GCrypt/Makefile head/security/pam-pgsql/Makefile head/security/pidgin-otr/Makefile head/security/pinentry/Makefile head/security/seccure/Makefile head/security/shishi/Makefile head/security/vpnc/Makefile head/sysutils/dar/Makefile head/sysutils/freeipmi/Makefile head/sysutils/fusefs-cryptofs/Makefile head/sysutils/rsyslog7-devel/Makefile head/sysutils/rsyslog7/Makefile head/sysutils/rsyslog8-devel/Makefile head/sysutils/rsyslog8/Makefile head/textproc/libxslt/Makefile head/www/chromium/Makefile head/www/libmicrohttpd/Makefile Modified: head/audio/ario/Makefile ============================================================================== --- head/audio/ario/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/audio/ario/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= ario PORTVERSION= 1.5.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION} Modified: head/audio/gogglesmm/Makefile ============================================================================== --- head/audio/gogglesmm/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/audio/gogglesmm/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= gogglesmm PORTVERSION= 0.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= GH Modified: head/audio/pianobar/Makefile ============================================================================== --- head/audio/pianobar/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/audio/pianobar/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= pianobar PORTVERSION= 2014.09.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://6xq.net/projects/${PORTNAME}/ Modified: head/comms/svxlink/Makefile ============================================================================== --- head/comms/svxlink/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/comms/svxlink/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= svxlink PORTVERSION= 13.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= SF/svxlink/svxlink/${PORTVERSION} Modified: head/databases/freetds/Makefile ============================================================================== --- head/databases/freetds/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/databases/freetds/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= freetds PORTVERSION= 0.91.103 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/stable/ Modified: head/databases/libgda4/Makefile ============================================================================== --- head/databases/libgda4/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/databases/libgda4/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -4,7 +4,7 @@ PORTNAME= libgda PORTVERSION= 4.2.12 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES= databases gnome MASTER_SITES= GNOME PKGNAMESUFFIX?= 4 Modified: head/databases/libgda5/Makefile ============================================================================== --- head/databases/libgda5/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/databases/libgda5/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -4,7 +4,7 @@ PORTNAME= libgda PORTVERSION?= 5.0.3 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= databases gnome MASTER_SITES= GNOME PKGNAMESUFFIX?= 5 Modified: head/databases/xtrabackup/Makefile ============================================================================== --- head/databases/xtrabackup/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/databases/xtrabackup/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,6 +3,7 @@ PORTNAME= xtrabackup PORTVERSION= 2.2.6 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.percona.com/redir/downloads/XtraBackup/LATEST/source/tarball/ DISTNAME= percona-${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} Modified: head/devel/ccrtp/Makefile ============================================================================== --- head/devel/ccrtp/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/devel/ccrtp/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,6 +3,7 @@ PORTNAME= ccrtp PORTVERSION= 2.0.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU Modified: head/devel/gsoap/Makefile ============================================================================== --- head/devel/gsoap/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/devel/gsoap/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,6 +3,7 @@ PORTNAME= gsoap PORTVERSION= 2.8.18 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}2/gSOAP DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/gvfs/Makefile ============================================================================== --- head/devel/gvfs/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/devel/gvfs/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -4,6 +4,7 @@ PORTNAME= gvfs PORTVERSION= 1.20.3 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/devel/gwenhywfar/Makefile ============================================================================== --- head/devel/gwenhywfar/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/devel/gwenhywfar/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -2,7 +2,7 @@ PORTNAME= gwenhywfar PORTVERSION= 4.3.3 -PORTREVISION?= 7 +PORTREVISION?= 8 CATEGORIES= devel net security MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=01&release=67&file=01&dummy=/ Modified: head/devel/libsoup/Makefile ============================================================================== --- head/devel/libsoup/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/devel/libsoup/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -4,6 +4,7 @@ PORTNAME= libsoup PORTVERSION= 2.48.1 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/devel/libvirt/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,6 +3,7 @@ PORTNAME= libvirt PORTVERSION= 1.2.11 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ Modified: head/devel/libzrtpcpp/Makefile ============================================================================== --- head/devel/libzrtpcpp/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/devel/libzrtpcpp/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= libzrtpcpp PORTVERSION= 2.3.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR=ccrtp Modified: head/devel/srecord/Makefile ============================================================================== --- head/devel/srecord/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/devel/srecord/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= srecord PORTVERSION= 1.64 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF Modified: head/emulators/fuse/Makefile ============================================================================== --- head/emulators/fuse/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/emulators/fuse/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= fuse PORTVERSION= 1.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} Modified: head/emulators/libspectrum/Makefile ============================================================================== --- head/emulators/libspectrum/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/emulators/libspectrum/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= libspectrum PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators devel MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/ftp/filezilla/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,6 +3,7 @@ PORTNAME= filezilla PORTVERSION= 3.9.0.6 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src Modified: head/games/libggz/Makefile ============================================================================== --- head/games/libggz/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/games/libggz/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= libggz PORTVERSION= ${GGZ_VERSION} -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MAINTAINER= ports@FreeBSD.org Modified: head/graphics/telak/Makefile ============================================================================== --- head/graphics/telak/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/graphics/telak/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= telak PORTVERSION= 0.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://julien.danjou.info/telak/ \ CRITICAL Modified: head/irc/bitlbee/Makefile ============================================================================== --- head/irc/bitlbee/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/irc/bitlbee/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -2,7 +2,7 @@ PORTNAME= bitlbee PORTVERSION= 3.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ ${MASTER_SITE_LOCAL} Modified: head/irc/inspircd/Makefile ============================================================================== --- head/irc/inspircd/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/irc/inspircd/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,6 +3,7 @@ PORTNAME= inspircd PORTVERSION= 2.0.18 +PORTREVISION= 1 CATEGORIES= irc MAINTAINER= feld@FreeBSD.org Modified: head/irc/irssi-otr/Makefile ============================================================================== --- head/irc/irssi-otr/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/irc/irssi-otr/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= irssi-otr PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= GH Modified: head/irc/weechat-devel/Makefile ============================================================================== --- head/irc/weechat-devel/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/irc/weechat-devel/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -2,7 +2,7 @@ PORTNAME= weechat PORTVERSION= 20140213 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/weechat-devel/ \ ${MASTER_SITE_LOCAL} Modified: head/irc/weechat/Makefile ============================================================================== --- head/irc/weechat/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/irc/weechat/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= weechat PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://weechat.org/files/src/ \ http://perturb.me.uk/distfiles/weechat/:mandocs \ Modified: head/japanese/jd/Makefile ============================================================================== --- head/japanese/jd/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/japanese/jd/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= jd PORTVERSION= 2.8.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese www MASTER_SITES= SFJP MASTER_SITE_SUBDIR= jd4linux/61281 Modified: head/lang/gnustep-base/Makefile ============================================================================== --- head/lang/gnustep-base/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/lang/gnustep-base/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= gnustep-base PORTVERSION= 1.24.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core Modified: head/mail/libetpan/Makefile ============================================================================== --- head/mail/libetpan/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/mail/libetpan/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,6 +3,7 @@ PORTNAME= libetpan PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= mail ipv6 MAINTAINER= pawel@FreeBSD.org Modified: head/mail/wmbiff/Makefile ============================================================================== --- head/mail/wmbiff/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/mail/wmbiff/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= wmbiff PORTVERSION= 0.4.27 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= mail windowmaker afterstep MASTER_SITES= SF Modified: head/mail/xfce4-mailwatch-plugin/Makefile ============================================================================== --- head/mail/xfce4-mailwatch-plugin/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/mail/xfce4-mailwatch-plugin/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= xfce4-mailwatch-plugin PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} Modified: head/misc/metalink-tools/Makefile ============================================================================== --- head/misc/metalink-tools/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/misc/metalink-tools/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= metalink PORTVERSION= 0.3.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MASTER_SITES= SF/metalinks/Metalink%20commandline/${PORTVERSION} PKGNAMESUFFIX?= -tools Modified: head/multimedia/libaacs/Makefile ============================================================================== --- head/multimedia/libaacs/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/multimedia/libaacs/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= libaacs PORTVERSION= 0.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ http://blu.opsec.eu/ Modified: head/multimedia/libmtp/Makefile ============================================================================== --- head/multimedia/libmtp/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/multimedia/libmtp/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,6 +3,7 @@ PORTNAME= libmtp PORTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= SF Modified: head/multimedia/libquvi09/Makefile ============================================================================== --- head/multimedia/libquvi09/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/multimedia/libquvi09/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= libquvi PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia devel MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \ GOOGLE_CODE Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/multimedia/vlc/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.1.5 -PORTREVISION= 16 +PORTREVISION= 17 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: head/net-im/climm/Makefile ============================================================================== --- head/net-im/climm/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net-im/climm/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= climm PORTVERSION= 0.7.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-im MASTER_SITES= http://www.climm.org/source/ \ http://http.bg.climm.org/source/ Modified: head/net-im/mcabber/Makefile ============================================================================== --- head/net-im/mcabber/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net-im/mcabber/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= mcabber PORTVERSION= 0.10.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ CENKES Modified: head/net-mgmt/collectd/Makefile ============================================================================== --- head/net-mgmt/collectd/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net-mgmt/collectd/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 4.10.9 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net-mgmt/collectd5/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.4.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ PKGNAMESUFFIX= 5 Modified: head/net-p2p/gnunet/Makefile ============================================================================== --- head/net-p2p/gnunet/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net-p2p/gnunet/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,6 +3,7 @@ PORTNAME= gnunet PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= net-p2p ipv6 security MASTER_SITES= GNU Modified: head/net-p2p/libktorrent/Makefile ============================================================================== --- head/net-p2p/libktorrent/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net-p2p/libktorrent/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -2,7 +2,7 @@ PORTNAME= libktorrent DISTVERSION= 1.3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ Modified: head/net-p2p/ncdc/Makefile ============================================================================== --- head/net-p2p/ncdc/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net-p2p/ncdc/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= ncdc PORTVERSION= 1.19.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://dev.yorhel.nl/download/ Modified: head/net/afpfs-ng/Makefile ============================================================================== --- head/net/afpfs-ng/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/afpfs-ng/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= afpfs-ng PORTVERSION= 0.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SF Modified: head/net/clamz/Makefile ============================================================================== --- head/net/clamz/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/clamz/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= clamz PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net audio MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} Modified: head/net/csync2/Makefile ============================================================================== --- head/net/csync2/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/csync2/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= csync2 PORTVERSION= 1.34 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= net MASTER_SITES= http://oss.linbit.com/csync2/ \ http://people.freebsd.org/~aaron/distfiles/ Modified: head/net/cyphesis/Makefile ============================================================================== --- head/net/cyphesis/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/cyphesis/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= cyphesis PORTVERSION= 0.6.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28server%29/${PORTVERSION} Modified: head/net/glib-networking/Makefile ============================================================================== --- head/net/glib-networking/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/glib-networking/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -4,6 +4,7 @@ PORTNAME= glib-networking PORTVERSION= 2.42.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/net/grive/Makefile ============================================================================== --- head/net/grive/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/grive/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= grive PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= ktsin@acm.org Modified: head/net/gtk-vnc/Makefile ============================================================================== --- head/net/gtk-vnc/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/gtk-vnc/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -4,7 +4,7 @@ PORTNAME= gtk-vnc PORTVERSION= 0.4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net gnome MASTER_SITES= GNOME Modified: head/net/librouteros/Makefile ============================================================================== --- head/net/librouteros/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/librouteros/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= librouteros PORTVERSION= 1.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://verplant.org/librouteros/files/ Modified: head/net/libvncserver/Makefile ============================================================================== --- head/net/libvncserver/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/libvncserver/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= libvncserver PORTVERSION= 0.9.9 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net devel MASTER_SITES= SF DISTNAME= LibVNCServer-${PORTVERSION} Modified: head/net/netatalk/Makefile ============================================================================== --- head/net/netatalk/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/netatalk/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= netatalk PORTVERSION= 2.2.5 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= net print MASTER_SITES= SF Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/netatalk3/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,6 +3,7 @@ PORTNAME= netatalk PORTVERSION= 3.1.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF Modified: head/net/remmina-plugin-vnc/Makefile ============================================================================== --- head/net/remmina-plugin-vnc/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/remmina-plugin-vnc/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -1,7 +1,7 @@ # Created by: Alexander Logvinov # $FreeBSD$ -PORTREVISION= 4 +PORTREVISION= 5 PKGNAMESUFFIX= -vnc COMMENT= Remmina plugin for VNC protocol Modified: head/net/remmina/Makefile ============================================================================== --- head/net/remmina/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/remmina/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= remmina PORTVERSION= 1.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net gnome MAINTAINER= fluffy@FreeBSD.org Modified: head/net/samba4/Makefile ============================================================================== --- head/net/samba4/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/samba4/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}4 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= samba/stable samba/rc Modified: head/net/samba41/Makefile ============================================================================== --- head/net/samba41/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/samba41/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}41 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= samba/stable samba/rc Modified: head/net/tigervnc/Makefile ============================================================================== --- head/net/tigervnc/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/tigervnc/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= tigervnc PORTVERSION= 1.3.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net x11-servers MASTER_SITES= SF:tigervnc MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}/:tigervnc Modified: head/net/uget/Makefile ============================================================================== --- head/net/uget/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/uget/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= uget PORTVERSION= 1.10.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF MASTER_SITE_SUBDIR= urlget/${PORTNAME}%20%28stable%29/${PORTVERSION} Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/net/wireshark/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME?= wireshark PORTVERSION= 1.12.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ http://ftp.uni-kl.de/pub/wireshark/src/ \ Modified: head/news/nzbget/Makefile ============================================================================== --- head/news/nzbget/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/news/nzbget/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,6 +3,7 @@ PORTNAME= nzbget PORTVERSION= 14.0 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} Modified: head/print/cups-base/Makefile ============================================================================== --- head/print/cups-base/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/print/cups-base/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -55,15 +55,15 @@ OPTIONS_SINGLE_SSL= GNUTLS OPENSSL OPTIONS_DEFAULT= OPENSSL OPTIONS_SUB= yes .if defined(CUPS_CLIENT) -PORTREVISION= 2 +PORTREVISION= 3 LICENSE= LGPL21 CUPS_SUFFIX= -client .elif defined(CUPS_IMAGE) -PORTREVISION= 2 +PORTREVISION= 3 CUPS_SUFFIX= -image LICENSE= LGPL21 .else -PORTREVISION= 3 +PORTREVISION= 4 CUPS_SUFFIX= -base # No DOCS option. Files are needed by web interface. OPTIONS_DEFINE= DBUS ICONS LIBPAPER LIBUSB PAM XDG_OPEN Modified: head/security/dirmngr/Makefile ============================================================================== --- head/security/dirmngr/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/dirmngr/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= dirmngr PORTVERSION= 1.1.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= dirmngr Modified: head/security/fiked/Makefile ============================================================================== --- head/security/fiked/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/fiked/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= fiked PORTVERSION= 0.0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= http://mirror.roe.ch/dist/fiked/ Modified: head/security/gcr/Makefile ============================================================================== --- head/security/gcr/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/gcr/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -4,6 +4,7 @@ PORTNAME= gcr PORTVERSION= 3.14.0 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME Modified: head/security/gnome-keyring/Makefile ============================================================================== --- head/security/gnome-keyring/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/gnome-keyring/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -4,6 +4,7 @@ PORTNAME= gnome-keyring PORTVERSION= 3.14.0 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/security/gnomint/Makefile ============================================================================== --- head/security/gnomint/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/gnomint/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= gnomint PORTVERSION= 1.2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= SF Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/gnupg/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -2,6 +2,7 @@ PORTNAME= gnupg PORTVERSION= 2.1.1 +PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG/gnupg Modified: head/security/gnupg20/Makefile ============================================================================== --- head/security/gnupg20/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/gnupg20/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -2,7 +2,7 @@ PORTNAME= gnupg PORTVERSION= 2.0.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg Modified: head/security/gsasl/Makefile ============================================================================== --- head/security/gsasl/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/gsasl/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= gsasl PORTVERSION= 1.8.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= GNU Modified: head/security/keepassx2/Makefile ============================================================================== --- head/security/keepassx2/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/keepassx2/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= KeePassX DISTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= https://www.keepassx.org/dev/attachments/download/69/ PKGNAMESUFFIX= -alpha Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/libgcrypt/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.6.1 -PORTREVISION= 5 +PORTVERSION= 1.6.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= umq@ueo.co.jp +MAINTAINER= cpm@fbsd.es COMMENT= General purpose crypto library based on code used in GnuPG LICENSE= GPLv2 LGPL21 Modified: head/security/libgcrypt/distinfo ============================================================================== --- head/security/libgcrypt/distinfo Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/libgcrypt/distinfo Fri Jan 2 18:46:33 2015 (r376062) @@ -1,2 +1,2 @@ -SHA256 (libgcrypt-1.6.1.tar.bz2) = a1c3efea69f8ffe769f488b300ce190eeeb0c30de24a53f1c1b6e4202fdc2070 -SIZE (libgcrypt-1.6.1.tar.bz2) = 2470885 +SHA256 (libgcrypt-1.6.2.tar.bz2) = de084492a6b38cdb27b67eaf749ceba76bf7029f63a9c0c3c1b05c88c9885c4c +SIZE (libgcrypt-1.6.2.tar.bz2) = 2476101 Modified: head/security/libgcrypt/pkg-plist ============================================================================== --- head/security/libgcrypt/pkg-plist Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/libgcrypt/pkg-plist Fri Jan 2 18:46:33 2015 (r376062) @@ -5,6 +5,6 @@ bin/libgcrypt-config include/gcrypt.h lib/libgcrypt.so lib/libgcrypt.so.20 -lib/libgcrypt.so.20.0.1 +lib/libgcrypt.so.20.0.2 man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4 Modified: head/security/libgnome-keyring/Makefile ============================================================================== --- head/security/libgnome-keyring/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/libgnome-keyring/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -4,7 +4,7 @@ PORTNAME= libgnome-keyring PORTVERSION= 3.12.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= GNOME Modified: head/security/libotr/Makefile ============================================================================== --- head/security/libotr/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/libotr/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -2,6 +2,7 @@ PORTNAME= libotr PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= security net-im net MASTER_SITES= https://otr.cypherpunks.ca/ \ http://www.c-s.li/ports/ Modified: head/security/libotr3/Makefile ============================================================================== --- head/security/libotr3/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/libotr3/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -2,7 +2,7 @@ PORTNAME= libotr PORTVERSION= 3.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security net-im net MASTER_SITES= http://www.c-s.li/ports/ \ https://otr.cypherpunks.ca/ Modified: head/security/libprelude/Makefile ============================================================================== --- head/security/libprelude/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/libprelude/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= libprelude PORTVERSION= 1.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/attachments/download/241/ Modified: head/security/libpreludedb/Makefile ============================================================================== --- head/security/libpreludedb/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/libpreludedb/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= libpreludedb PORTVERSION= 1.0.1p1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MASTER_SITES= https://www.prelude-ids.org/attachments/download/287/ Modified: head/security/libsecret/Makefile ============================================================================== --- head/security/libsecret/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/libsecret/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -4,7 +4,7 @@ PORTNAME= libsecret PORTVERSION= 0.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= GNOME Modified: head/security/libssh/Makefile ============================================================================== --- head/security/libssh/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/libssh/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,6 +3,7 @@ PORTNAME= libssh DISTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://red.libssh.org/attachments/download/87/ Modified: head/security/libssh2/Makefile ============================================================================== --- head/security/libssh2/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/libssh2/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= libssh2 PORTVERSION= 1.4.3 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= security devel MASTER_SITES= http://www.libssh2.org/download/ \ Modified: head/security/opencdk/Makefile ============================================================================== --- head/security/opencdk/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/opencdk/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= opencdk PORTVERSION= 0.6.6 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ Modified: head/security/openvas-libnasl/Makefile ============================================================================== --- head/security/openvas-libnasl/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/openvas-libnasl/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= openvas-libnasl PORTVERSION= 2.0.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/561/ Modified: head/security/openvas-libraries/Makefile ============================================================================== --- head/security/openvas-libraries/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/openvas-libraries/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= openvas-libraries PORTVERSION= 2.0.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/600/ Modified: head/security/openvpn-auth-radius/Makefile ============================================================================== --- head/security/openvpn-auth-radius/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/openvpn-auth-radius/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= openvpn-auth-radius PORTVERSION= 2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.nongnu.org/radiusplugin/ \ http://svn-cache.ipcopaddons.org/ Modified: head/security/p5-Crypt-GCrypt/Makefile ============================================================================== --- head/security/p5-Crypt-GCrypt/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/p5-Crypt-GCrypt/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= Crypt-GCrypt PORTVERSION= 1.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/pam-pgsql/Makefile ============================================================================== --- head/security/pam-pgsql/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/pam-pgsql/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= pam-pgsql PORTVERSION= 0.7.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.7/ Modified: head/security/pidgin-otr/Makefile ============================================================================== --- head/security/pidgin-otr/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/pidgin-otr/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -2,7 +2,7 @@ PORTNAME= otr PORTVERSION= 4.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security net-im net MASTER_SITES= http://www.cypherpunks.ca/otr/ PKGNAMEPREFIX= pidgin- Modified: head/security/pinentry/Makefile ============================================================================== --- head/security/pinentry/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/pinentry/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,7 +3,7 @@ PORTNAME= pinentry PORTVERSION= 0.9.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= security MASTER_SITES= GNUPG/pinentry Modified: head/security/seccure/Makefile ============================================================================== --- head/security/seccure/Makefile Fri Jan 2 18:45:17 2015 (r376061) +++ head/security/seccure/Makefile Fri Jan 2 18:46:33 2015 (r376062) @@ -3,6 +3,7 @@ PORTNAME= seccure PORTVERSION= 0.5 *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***