From owner-svn-ports-branches@freebsd.org Sun Aug 28 07:45:54 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D79CB785BA; Sun, 28 Aug 2016 07:45:54 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EB1B6C34; Sun, 28 Aug 2016 07:45:53 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7S7jrsU070671; Sun, 28 Aug 2016 07:45:53 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7S7jrDH070670; Sun, 28 Aug 2016 07:45:53 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201608280745.u7S7jrDH070670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 Aug 2016 07:45:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421010 - branches/2016Q3/astro/gpsbabel/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 07:45:54 -0000 Author: riggs Date: Sun Aug 28 07:45:52 2016 New Revision: 421010 URL: https://svnweb.freebsd.org/changeset/ports/421010 Log: MFH: r421009 Fix build with libc++ 3.8.0 PR: 210991 Submitted by: dev2@heesakkers.info (maintainer) Approved by: ports-secteam (build fix blanket) Added: branches/2016Q3/astro/gpsbabel/files/patch-exif.cc - copied unchanged from r421009, head/astro/gpsbabel/files/patch-exif.cc Modified: Directory Properties: branches/2016Q3/ (props changed) Copied: branches/2016Q3/astro/gpsbabel/files/patch-exif.cc (from r421009, head/astro/gpsbabel/files/patch-exif.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/astro/gpsbabel/files/patch-exif.cc Sun Aug 28 07:45:52 2016 (r421010, copy of r421009, head/astro/gpsbabel/files/patch-exif.cc) @@ -0,0 +1,26 @@ +--- exif.cc.orig 2016-01-03 02:09:17 UTC ++++ exif.cc +@@ -1100,7 +1100,7 @@ exif_find_wpt_by_time(const Waypoint* wp + + if (exif_wpt_ref == NULL) { + exif_wpt_ref = wpt; +- } else if (abs(exif_time_ref - wpt->creation_time.toTime_t()) < abs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t())) { ++ } else if (qAbs(exif_time_ref - wpt->creation_time.toTime_t()) < qAbs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t())) { + exif_wpt_ref = wpt; + } + } +@@ -1447,12 +1447,12 @@ exif_write(void) + + if (exif_wpt_ref == NULL) { + warning(MYNAME ": No point with a valid timestamp found.\n"); +- } else if (abs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t()) > frame) { ++ } else if (qAbs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t()) > frame) { + warning(MYNAME ": No matching point found for image date %s!\n", qPrintable(str)); + if (exif_wpt_ref != NULL) { + QString str = exif_time_str(exif_wpt_ref->creation_time.toTime_t()); + warning(MYNAME ": Best is from %s, %d second(s) away.\n", +- qPrintable(str), abs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t())); ++ qPrintable(str), (int) qAbs(exif_time_ref - exif_wpt_ref->creation_time.toTime_t())); + } + exif_wpt_ref = NULL; + } From owner-svn-ports-branches@freebsd.org Mon Aug 29 06:20:15 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C3E7B77B07; Mon, 29 Aug 2016 06:20:15 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0DC817FD; Mon, 29 Aug 2016 06:20:14 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7T6KE65069569; Mon, 29 Aug 2016 06:20:14 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7T6KD6S069564; Mon, 29 Aug 2016 06:20:13 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201608290620.u7T6KD6S069564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 29 Aug 2016 06:20:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421043 - in branches/2016Q3/textproc: libxml2 libxml2/files py-libxml2 py3-libxml2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 06:20:15 -0000 Author: kwm Date: Mon Aug 29 06:20:13 2016 New Revision: 421043 URL: https://svnweb.freebsd.org/changeset/ports/421043 Log: MFH: r421031 Update libxml2 to 2.9.4. Add license block. Pull extra patch to fix NULL pointer deref. [1] Changelog: https://mail.gnome.org/archives/xml/2016-May/msg00023.html PR: 209806 Submitted by: pi@ Obtained from: upstream [1] Security: e195679d-045b-4953-bb33-be0073ba2ac6 Approved by: ports-secteam (junovitch@) Added: branches/2016Q3/textproc/libxml2/files/patch-d8083bf - copied unchanged from r421031, head/textproc/libxml2/files/patch-d8083bf Modified: branches/2016Q3/textproc/libxml2/Makefile branches/2016Q3/textproc/libxml2/distinfo branches/2016Q3/textproc/py-libxml2/Makefile branches/2016Q3/textproc/py3-libxml2/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/textproc/libxml2/Makefile ============================================================================== --- branches/2016Q3/textproc/libxml2/Makefile Mon Aug 29 03:52:02 2016 (r421042) +++ branches/2016Q3/textproc/libxml2/Makefile Mon Aug 29 06:20:13 2016 (r421043) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libxml2 -PORTVERSION= 2.9.3 +PORTVERSION= 2.9.4 PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ @@ -13,6 +13,9 @@ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org COMMENT?= XML parser library for GNOME +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + .if !defined(REFERENCE_PORT) GNU_CONFIGURE= yes Modified: branches/2016Q3/textproc/libxml2/distinfo ============================================================================== --- branches/2016Q3/textproc/libxml2/distinfo Mon Aug 29 03:52:02 2016 (r421042) +++ branches/2016Q3/textproc/libxml2/distinfo Mon Aug 29 06:20:13 2016 (r421043) @@ -1,2 +1,3 @@ -SHA256 (gnome2/libxml2-2.9.3.tar.gz) = 4de9e31f46b44d34871c22f54bfc54398ef124d6f7cafb1f4a5958fbcd3ba12d -SIZE (gnome2/libxml2-2.9.3.tar.gz) = 5477112 +TIMESTAMP = 1472161994 +SHA256 (gnome2/libxml2-2.9.4.tar.gz) = ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c +SIZE (gnome2/libxml2-2.9.4.tar.gz) = 5374830 Copied: branches/2016Q3/textproc/libxml2/files/patch-d8083bf (from r421031, head/textproc/libxml2/files/patch-d8083bf) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/textproc/libxml2/files/patch-d8083bf Mon Aug 29 06:20:13 2016 (r421043, copy of r421031, head/textproc/libxml2/files/patch-d8083bf) @@ -0,0 +1,57 @@ +From d8083bf77955b7879c1290f0c0a24ab8cc70f7fb Mon Sep 17 00:00:00 2001 +From: Nick Wellnhofer +Date: Sat, 25 Jun 2016 12:35:50 +0200 +Subject: Fix NULL pointer deref in XPointer range-to + +- Check for errors after evaluating first operand. +- Add sanity check for empty stack. + +Found with afl-fuzz. +--- + result/XPath/xptr/viderror | 4 ++++ + test/XPath/xptr/viderror | 1 + + xpath.c | 7 ++++++- + 3 files changed, 11 insertions(+), 1 deletion(-) + create mode 100644 result/XPath/xptr/viderror + create mode 100644 test/XPath/xptr/viderror + +diff --git a/result/XPath/xptr/viderror b/result/XPath/xptr/viderror +new file mode 100644 +index 0000000..d589882 +--- /dev/null ++++ result/XPath/xptr/viderror +@@ -0,0 +1,4 @@ ++ ++======================== ++Expression: xpointer(non-existing-fn()/range-to(id('chapter2'))) ++Object is empty (NULL) +diff --git a/test/XPath/xptr/viderror b/test/XPath/xptr/viderror +new file mode 100644 +index 0000000..da8c53b +--- /dev/null ++++ test/XPath/xptr/viderror +@@ -0,0 +1 @@ ++xpointer(non-existing-fn()/range-to(id('chapter2'))) +diff --git a/xpath.c b/xpath.c +index 113bce6..751665b 100644 +--- xpath.c ++++ xpath.c +@@ -14005,9 +14005,14 @@ xmlXPathCompOpEval(xmlXPathParserContextPtr ctxt, xmlXPathStepOpPtr op) + xmlNodeSetPtr oldset; + int i, j; + +- if (op->ch1 != -1) ++ if (op->ch1 != -1) { + total += + xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]); ++ CHECK_ERROR0; ++ } ++ if (ctxt->value == NULL) { ++ XP_ERROR0(XPATH_INVALID_OPERAND); ++ } + if (op->ch2 == -1) + return (total); + +-- +cgit v0.12 + Modified: branches/2016Q3/textproc/py-libxml2/Makefile ============================================================================== --- branches/2016Q3/textproc/py-libxml2/Makefile Mon Aug 29 03:52:02 2016 (r421042) +++ branches/2016Q3/textproc/py-libxml2/Makefile Mon Aug 29 06:20:13 2016 (r421043) @@ -15,7 +15,7 @@ DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist USE_GNOME+= libxml2 -USES+= python:2 +USES+= python:2 gettext-runtime USE_PYTHON= autoplist distutils CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` Modified: branches/2016Q3/textproc/py3-libxml2/Makefile ============================================================================== --- branches/2016Q3/textproc/py3-libxml2/Makefile Mon Aug 29 03:52:02 2016 (r421042) +++ branches/2016Q3/textproc/py3-libxml2/Makefile Mon Aug 29 06:20:13 2016 (r421043) @@ -15,7 +15,7 @@ DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist USE_GNOME+= libxml2 -USES= python:3 +USES= python:3 gettext-runtime USE_PYTHON= autoplist distutils CPPFLAGS+= `${PYTHON_VERSION}-config --cflags` From owner-svn-ports-branches@freebsd.org Mon Aug 29 14:34:19 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DF02B78B45; Mon, 29 Aug 2016 14:34:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 3211977A; Mon, 29 Aug 2016 14:34:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TEYIxg059663; Mon, 29 Aug 2016 14:34:18 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TEYHuP059657; Mon, 29 Aug 2016 14:34:17 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201608291434.u7TEYHuP059657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 29 Aug 2016 14:34:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421062 - in branches/2016Q3/lang/php70: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 14:34:19 -0000 Author: feld Date: Mon Aug 29 14:34:17 2016 New Revision: 421062 URL: https://svnweb.freebsd.org/changeset/ports/421062 Log: MFH: r419801 lang/php70: switch distfiles from bzip2 to xz While here also: - regenerate patches with make makepatch - replace "sed" with proper ${SED} - no longer mute ${INSTALL_DATA} PR: 209881 Reported by: Piotr Kubaj Approved by: pi (mentor) Approved by: ports-secteam (with hat) Modified: branches/2016Q3/lang/php70/Makefile branches/2016Q3/lang/php70/files/patch-acinclude.m4 branches/2016Q3/lang/php70/files/patch-configure.in branches/2016Q3/lang/php70/files/patch-main__php_config.h.in branches/2016Q3/lang/php70/files/patch-sapi_apache2handler_config.m4 branches/2016Q3/lang/php70/files/patch-sapi_fpm_config.m4 Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/lang/php70/Makefile ============================================================================== --- branches/2016Q3/lang/php70/Makefile Mon Aug 29 14:33:43 2016 (r421061) +++ branches/2016Q3/lang/php70/Makefile Mon Aug 29 14:34:17 2016 (r421062) @@ -15,7 +15,7 @@ LICENSE= PHP301 BROKEN_powerpc64= Does not build -USES+= tar:bzip2 cpe +USES+= tar:xz cpe CPE_PRODUCT= php NO_OPTIONS_SORT=yes .if !defined(PKGNAMESUFFIX) @@ -183,13 +183,13 @@ post-build: @${ECHO_CMD} "PHP_SAPI=${PHP_SAPI}" >> ${WRKDIR}/php.conf @${ECHO_CMD} "PHP_EXT_INC=pcre spl" >> ${WRKDIR}/php.conf @${ECHO_CMD} -n "PHP_EXT_DIR=" >> ${WRKDIR}/php.conf - @${SH} ${WRKSRC}/scripts/php-config --extension-dir | sed -ne 's,^${PREFIX}/lib/php/,,p' >> ${WRKDIR}/php.conf + @${SH} ${WRKSRC}/scripts/php-config --extension-dir | ${SED} -ne 's,^${PREFIX}/lib/php/,,p' >> ${WRKDIR}/php.conf test: build @(cd ${WRKSRC} && ${MAKE} test) post-install: - @${INSTALL_DATA} ${WRKSRC}/php.ini-development ${WRKSRC}/php.ini-production \ + ${INSTALL_DATA} ${WRKSRC}/php.ini-development ${WRKSRC}/php.ini-production \ ${WRKDIR}/php.conf ${STAGEDIR}/${PREFIX}/etc .else do-install: Modified: branches/2016Q3/lang/php70/files/patch-acinclude.m4 ============================================================================== --- branches/2016Q3/lang/php70/files/patch-acinclude.m4 Mon Aug 29 14:33:43 2016 (r421061) +++ branches/2016Q3/lang/php70/files/patch-acinclude.m4 Mon Aug 29 14:34:17 2016 (r421062) @@ -1,6 +1,6 @@ ---- acinclude.m4.orig 2016-02-16 19:01:10.026983000 +0800 -+++ acinclude.m4 2016-02-16 19:05:00.294501000 +0800 -@@ -985,15 +985,9 @@ +--- acinclude.m4.orig 2016-07-20 13:11:26 UTC ++++ acinclude.m4 +@@ -985,15 +985,9 @@ dnl ------------------------------------ if test "$3" != "shared" && test "$3" != "yes" && test "$4" = "cli"; then dnl ---------------------------------------------- CLI static module [PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no @@ -19,7 +19,7 @@ EXT_CLI_STATIC="$EXT_CLI_STATIC $1;$ext_dir" fi PHP_ADD_BUILD_DIR($ext_builddir) -@@ -1043,12 +1037,6 @@ +@@ -1043,12 +1037,6 @@ You either need to build $1 shared or bu build to be successful. ]) fi @@ -32,7 +32,7 @@ dnl Some systems require that we link $2 to $1 when building ]) -@@ -2970,8 +2958,7 @@ +@@ -2975,8 +2963,7 @@ dnl in GNU Make which causes the .d file $abs_srcdir/$ac_provsrc:; $ac_bdir[$]ac_hdrobj: $abs_srcdir/$ac_provsrc @@ -42,7 +42,7 @@ \$(PHP_DTRACE_OBJS): $ac_bdir[$]ac_hdrobj EOF -@@ -2990,12 +2977,12 @@ +@@ -2995,12 +2982,12 @@ dnl Always attempt to create both PIC an $ac_bdir[$]ac_provsrc.lo: \$(PHP_DTRACE_OBJS) echo "[#] Generated by Makefile for libtool" > \$[]@ @test -d "$dtrace_lib_dir" || mkdir $dtrace_lib_dir @@ -57,7 +57,7 @@ echo "non_pic_object=[']$dtrace_prov_name[']" >> \$[]@ [;\\] else [\\] echo "non_pic_object='none'" >> \$[]@ [;\\] -@@ -3007,7 +2994,7 @@ +@@ -3012,7 +2999,7 @@ EOF *) cat>>Makefile.objects< Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F62BBC76EF; Tue, 30 Aug 2016 11:12:23 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1FE7FB9E; Tue, 30 Aug 2016 11:12:23 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UBCM3j032680; Tue, 30 Aug 2016 11:12:22 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UBCMvh032678; Tue, 30 Aug 2016 11:12:22 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201608301112.u7UBCMvh032678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 30 Aug 2016 11:12:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421109 - in branches/2016Q3/databases: postgresql91-server postgresql92-server X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 11:12:23 -0000 Author: girgen Date: Tue Aug 30 11:12:22 2016 New Revision: 421109 URL: https://svnweb.freebsd.org/changeset/ports/421109 Log: Bump distversions that where lost in MFH @ r420792 Approved by: ports-secteam@ Modified: branches/2016Q3/databases/postgresql91-server/Makefile branches/2016Q3/databases/postgresql92-server/Makefile Modified: branches/2016Q3/databases/postgresql91-server/Makefile ============================================================================== --- branches/2016Q3/databases/postgresql91-server/Makefile Tue Aug 30 10:55:56 2016 (r421108) +++ branches/2016Q3/databases/postgresql91-server/Makefile Tue Aug 30 11:12:22 2016 (r421109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.1.22 +DISTVERSION?= 9.1.23 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} Modified: branches/2016Q3/databases/postgresql92-server/Makefile ============================================================================== --- branches/2016Q3/databases/postgresql92-server/Makefile Tue Aug 30 10:55:56 2016 (r421108) +++ branches/2016Q3/databases/postgresql92-server/Makefile Tue Aug 30 11:12:22 2016 (r421109) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.2.17 +DISTVERSION?= 9.2.18 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} From owner-svn-ports-branches@freebsd.org Tue Aug 30 17:55:05 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DBF2BC99B1; Tue, 30 Aug 2016 17:55:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2E31D69D; Tue, 30 Aug 2016 17:55:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UHt4Qe086164; Tue, 30 Aug 2016 17:55:04 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UHt3PD086157; Tue, 30 Aug 2016 17:55:03 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608301755.u7UHt3PD086157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 30 Aug 2016 17:55:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421126 - in branches/2016Q3/x11/xdm: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 17:55:05 -0000 Author: pi Date: Tue Aug 30 17:55:03 2016 New Revision: 421126 URL: https://svnweb.freebsd.org/changeset/ports/421126 Log: x11/xdm: Use MIT-MAGIC-COOKIE-1 by default MFH: r420921 r420926 r420929 - It is more useful that way - pet portlint for the patches PR: 211624 Submitted by: Tobias Kortkamp Reported by: ak Approved by: ports-secteam (junovitch) Added: branches/2016Q3/x11/xdm/files/patch-config_xdm-config.cpp - copied, changed from r420921, head/x11/xdm/files/patch-config_xdm-config.cpp Modified: branches/2016Q3/x11/xdm/Makefile branches/2016Q3/x11/xdm/files/patch-config-Makefile.in branches/2016Q3/x11/xdm/files/patch-config-Xresources.cpp branches/2016Q3/x11/xdm/files/patch-greeter-greet.c branches/2016Q3/x11/xdm/files/patch-xdm_session.c Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/x11/xdm/Makefile ============================================================================== --- branches/2016Q3/x11/xdm/Makefile Tue Aug 30 17:25:43 2016 (r421125) +++ branches/2016Q3/x11/xdm/Makefile Tue Aug 30 17:55:03 2016 (r421126) @@ -2,7 +2,7 @@ PORTNAME= xdm PORTVERSION= 1.1.11 -PORTREVISION= 3 +PORTREVISION= 6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Modified: branches/2016Q3/x11/xdm/files/patch-config-Makefile.in ============================================================================== --- branches/2016Q3/x11/xdm/files/patch-config-Makefile.in Tue Aug 30 17:25:43 2016 (r421125) +++ branches/2016Q3/x11/xdm/files/patch-config-Makefile.in Tue Aug 30 17:55:03 2016 (r421126) @@ -1,6 +1,6 @@ ---- config/Makefile.in.orig 2012-09-27 10:37:59.000000000 +0200 -+++ config/Makefile.in 2012-09-27 10:38:41.000000000 +0200 -@@ -296,7 +296,7 @@ +--- config/Makefile.in.orig 2011-09-25 07:42:16 UTC ++++ config/Makefile.in +@@ -296,7 +296,7 @@ WCHAR32_FLAGS = -DWCHAR32=@WCHAR32@ # output lines with trailing backslashes. # Allow XHASH to always be substituted, even in cases where XCOMM isn't. CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \ Modified: branches/2016Q3/x11/xdm/files/patch-config-Xresources.cpp ============================================================================== --- branches/2016Q3/x11/xdm/files/patch-config-Xresources.cpp Tue Aug 30 17:25:43 2016 (r421125) +++ branches/2016Q3/x11/xdm/files/patch-config-Xresources.cpp Tue Aug 30 17:55:03 2016 (r421126) @@ -1,6 +1,6 @@ ---- config/Xresources.cpp.orig 2012-09-27 10:41:28.000000000 +0200 -+++ config/Xresources.cpp 2012-09-27 10:41:56.000000000 +0200 -@@ -60,9 +60,9 @@ +--- config/Xresources.cpp.orig 2011-09-25 07:35:47 UTC ++++ config/Xresources.cpp +@@ -60,9 +60,9 @@ xlogin*hiColor: black XHASHendif #ifdef XPM XHASHif PLANES >= 8 Copied and modified: branches/2016Q3/x11/xdm/files/patch-config_xdm-config.cpp (from r420921, head/x11/xdm/files/patch-config_xdm-config.cpp) ============================================================================== --- head/x11/xdm/files/patch-config_xdm-config.cpp Fri Aug 26 13:57:13 2016 (r420921, copy source) +++ branches/2016Q3/x11/xdm/files/patch-config_xdm-config.cpp Tue Aug 30 17:55:03 2016 (r421126) @@ -1,39 +1,9 @@ --- config/xdm-config.cpp.orig 2011-09-25 07:35:47 UTC +++ config/xdm-config.cpp -@@ -12,25 +12,26 @@ - DisplayManager.authDir: XDMXAUTHDIR - DisplayManager.errorLogFile: XDMLOGDIR/xdm.log - DisplayManager.pidFile: XDMPIDDIR/xdm.pid --DisplayManager.keyFile: XDMCONFIGDIR/xdm-keys --DisplayManager.servers: XDMCONFIGDIR/Xservers --DisplayManager.accessFile: XDMCONFIGDIR/Xaccess --DisplayManager*resources: XDMCONFIGDIR/Xresources --DisplayManager.willing: SU nobody -s /bin/sh -c XDMSCRIPTDIR/Xwilling -+DisplayManager.keyFile: /usr/local/lib/X11/xdm/xdm-keys -+DisplayManager.servers: /usr/local/lib/X11/xdm/Xservers -+DisplayManager.accessFile: /usr/local/lib/X11/xdm/Xaccess -+DisplayManager*resources: /usr/local/lib/X11/xdm/Xresources -+DisplayManager.willing: SU nobody -s /bin/sh -c /usr/local/lib/X11/xdm/Xwilling - ! All displays should use authorization, but we cannot be sure - ! X terminals may not be configured that way, so they will require - ! individual resource settings. - DisplayManager*authorize: true - ! - DisplayManager*chooser: CHOOSERPATH --DisplayManager*startup: XDMSCRIPTDIR/Xstartup --DisplayManager*session: XDMSCRIPTDIR/Xsession --DisplayManager*reset: XDMSCRIPTDIR/Xreset -+DisplayManager*startup: /usr/local/lib/X11/xdm/Xstartup -+DisplayManager*session: /usr/local/lib/X11/xdm/Xsession -+DisplayManager*reset: /usr/local/lib/X11/xdm/Xreset - DisplayManager*authComplain: true - ! The following three resources set up display :0 as the console. --DisplayManager._0.setup: XDMSCRIPTDIR/Xsetup_0 --DisplayManager._0.startup: XDMSCRIPTDIR/GiveConsole --DisplayManager._0.reset: XDMSCRIPTDIR/TakeConsole -+DisplayManager._0.setup: /usr/local/lib/X11/xdm/Xsetup_0 -+DisplayManager._0.startup: /usr/local/lib/X11/xdm/GiveConsole -+DisplayManager._0.reset: /usr/local/lib/X11/xdm/TakeConsole +@@ -31,6 +31,7 @@ DisplayManager*authComplain: true + DisplayManager._0.setup: XDMSCRIPTDIR/Xsetup_0 + DisplayManager._0.startup: XDMSCRIPTDIR/GiveConsole + DisplayManager._0.reset: XDMSCRIPTDIR/TakeConsole +DisplayManager.*.authName: MIT-MAGIC-COOKIE-1 #ifdef XPM DisplayManager*loginmoveInterval: 10 Modified: branches/2016Q3/x11/xdm/files/patch-greeter-greet.c ============================================================================== --- branches/2016Q3/x11/xdm/files/patch-greeter-greet.c Tue Aug 30 17:25:43 2016 (r421125) +++ branches/2016Q3/x11/xdm/files/patch-greeter-greet.c Tue Aug 30 17:55:03 2016 (r421126) @@ -1,6 +1,6 @@ ---- greeter/greet.c.orig Sat Feb 3 01:25:25 2007 -+++ greeter/greet.c Wed Apr 4 14:03:31 2007 -@@ -612,6 +617,7 @@ greet_user_rtn GreetUser( +--- greeter/greet.c.orig 2011-09-25 07:35:47 UTC ++++ greeter/greet.c +@@ -639,6 +639,7 @@ greet_user_rtn GreetUser( } DeleteXloginResources (d, *dpy); CloseGreet (d); @@ -8,12 +8,3 @@ Debug ("Greet loop finished\n"); /* * Run system-wide initialization file -@@ -697,6 +704,8 @@ static int pamconv(int num_msg, - m = *msg; - r = *response; - -+ if (login == NULL) goto pam_error; -+ - for (i = 0; i < num_msg; i++ , m++ , r++) { - char *username; - int promptId = 0; Modified: branches/2016Q3/x11/xdm/files/patch-xdm_session.c ============================================================================== --- branches/2016Q3/x11/xdm/files/patch-xdm_session.c Tue Aug 30 17:25:43 2016 (r421125) +++ branches/2016Q3/x11/xdm/files/patch-xdm_session.c Tue Aug 30 17:55:03 2016 (r421126) @@ -1,14 +1,14 @@ ---- xdm/session.c.orig Sun Jun 3 22:49:51 2007 -+++ xdm/session.c Sun Jun 3 22:56:06 2007 -@@ -543,6 +543,7 @@ +--- xdm/session.c.orig 2011-09-25 07:35:47 UTC ++++ xdm/session.c +@@ -575,6 +575,7 @@ StartClient ( pid_t pid; - #ifdef HAS_SETUSERCONTEXT + #ifdef HAVE_SETUSERCONTEXT struct passwd* pwd; + extern char **environ; #endif #ifdef USE_PAM pam_handle_t *pamh = thepamh (); -@@ -657,6 +660,8 @@ +@@ -695,6 +696,8 @@ StartClient ( * Set the user's credentials: uid, gid, groups, * environment variables, resource limits, and umask. */ @@ -17,11 +17,11 @@ pwd = getpwnam(name); if (pwd) { if (setusercontext(NULL, pwd, pwd->pw_uid, LOGIN_SETALL) < 0) { -@@ -664,6 +669,7 @@ - errno); +@@ -702,6 +705,7 @@ StartClient ( + name, _SysErrorMsg (errno)); return (0); } + verify->userEnviron = environ; endpwent(); } else { - LogError ("getpwnam for \"%s\" failed, errno=%d\n", name, errno); + LogError ("getpwnam for \"%s\" failed: %s\n", From owner-svn-ports-branches@freebsd.org Tue Aug 30 18:08:00 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA418BC9D6E; Tue, 30 Aug 2016 18:08:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9AC4CFA2; Tue, 30 Aug 2016 18:08:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UI7xA8090494; Tue, 30 Aug 2016 18:07:59 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UI7xht090490; Tue, 30 Aug 2016 18:07:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608301807.u7UI7xht090490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 30 Aug 2016 18:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421127 - in branches/2016Q3/audio/teamspeak3-server: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 18:08:01 -0000 Author: pi Date: Tue Aug 30 18:07:59 2016 New Revision: 421127 URL: https://svnweb.freebsd.org/changeset/ports/421127 Log: audio/teamspeak3-server: 3.0.12.4 -> 3.0.13.2 MFH: r419885 r420202 r420318 - fixed several vulnerabilities. - fixed a crash introduced in 3.0.13.1 - fixed a deadlock in the server causing some instances to hang / be unresponsive - fixed a crash reported by a customer. PR: 211638, 211848, 211911 Changes: http://forum.teamspeak.com/threads/126318-TeamSpeak-3-Server-3-0-13-2-released Submitted by: Ultima1252@gmail.com (maintainer) Approved by: ports-secteam (feld) Modified: branches/2016Q3/audio/teamspeak3-server/Makefile branches/2016Q3/audio/teamspeak3-server/distinfo branches/2016Q3/audio/teamspeak3-server/files/pkg-message.in branches/2016Q3/audio/teamspeak3-server/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/audio/teamspeak3-server/Makefile ============================================================================== --- branches/2016Q3/audio/teamspeak3-server/Makefile Tue Aug 30 17:55:03 2016 (r421126) +++ branches/2016Q3/audio/teamspeak3-server/Makefile Tue Aug 30 18:07:59 2016 (r421127) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= teamspeak3-server -PORTVERSION= 3.0.12.4 +PORTVERSION= 3.0.13.2 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://dl.4players.de/ts/releases/${PORTVERSION}/ \ Modified: branches/2016Q3/audio/teamspeak3-server/distinfo ============================================================================== --- branches/2016Q3/audio/teamspeak3-server/distinfo Tue Aug 30 17:55:03 2016 (r421126) +++ branches/2016Q3/audio/teamspeak3-server/distinfo Tue Aug 30 18:07:59 2016 (r421127) @@ -1,4 +1,6 @@ -SHA256 (teamspeak3-server_freebsd_amd64-3.0.12.4.tar.bz2) = b02b8bac1f67be36b548faaac9771c54587c1b95ac62a3274e28ddb58fc6eff1 -SIZE (teamspeak3-server_freebsd_amd64-3.0.12.4.tar.bz2) = 5623654 -SHA256 (teamspeak3-server_freebsd_x86-3.0.12.4.tar.bz2) = 4ad78fed037e8c18d0b455882ddc0307c3107b7269897da4563153762561d77d -SIZE (teamspeak3-server_freebsd_x86-3.0.12.4.tar.bz2) = 5490703 +TIMESTAMP = 1471365296 +SHA256 (teamspeak3-server_freebsd_amd64-3.0.13.2.tar.bz2) = d390c1654da912955dd437fcb3ebe97abfd419fd3fb2643f8dec5a7cedd53db2 +SIZE (teamspeak3-server_freebsd_amd64-3.0.13.2.tar.bz2) = 6007377 +TIMESTAMP = 1471365315 +SHA256 (teamspeak3-server_freebsd_x86-3.0.13.2.tar.bz2) = 30afdc5e88d7e3f7e5772adbf12b23b1b34438554ed582eb3dc7301d5dd38102 +SIZE (teamspeak3-server_freebsd_x86-3.0.13.2.tar.bz2) = 5930790 Modified: branches/2016Q3/audio/teamspeak3-server/files/pkg-message.in ============================================================================== --- branches/2016Q3/audio/teamspeak3-server/files/pkg-message.in Tue Aug 30 17:55:03 2016 (r421126) +++ branches/2016Q3/audio/teamspeak3-server/files/pkg-message.in Tue Aug 30 18:07:59 2016 (r421127) @@ -13,3 +13,8 @@ into the logs in %%LOGDIR%% TeamSpeak DNS server (tsdns) is not handled by this port. If you need it, please download and install it manually. + +Version 3.0.13 adds ipv6 support. To disable ipv6, add 'voice_ip=0.0.0.0' +and 'filetransfer_ip=0.0.0.0' to +%%ETCDIR%%/ts3server.ini +The default value is 0.0.0.0 / 0::0, which activates IPv6. Modified: branches/2016Q3/audio/teamspeak3-server/pkg-plist ============================================================================== --- branches/2016Q3/audio/teamspeak3-server/pkg-plist Tue Aug 30 17:55:03 2016 (r421126) +++ branches/2016Q3/audio/teamspeak3-server/pkg-plist Tue Aug 30 18:07:59 2016 (r421127) @@ -249,6 +249,26 @@ share/teamspeak/server/sql/update_23.sql share/teamspeak/server/sql/update_24.sql share/teamspeak/server/sql/update_database_version.sql share/teamspeak/server/sql/update_permissions_12.sql +share/teamspeak/server/sql/channel_delete_bulk.sql +share/teamspeak/server/sql/channel_insert_bulk.sql +share/teamspeak/server/sql/channel_insert_bulk_fixup.sql +share/teamspeak/server/sql/channel_insert_bulk_mapping.sql +share/teamspeak/server/sql/channel_properties_bulk_insert.sql +share/teamspeak/server/sql/channel_server_list_properties_bulk.sql +share/teamspeak/server/sql/client_get_by_serverid_bulk.sql +share/teamspeak/server/sql/client_insert_bulk.sql +share/teamspeak/server/sql/client_insert_bulk_mapping.sql +share/teamspeak/server/sql/client_properties_bulk_insert.sql +share/teamspeak/server/sql/group_insert_bulk_snapshot.sql +share/teamspeak/server/sql/group_insert_bulk_snapshot_get_mapping.sql +share/teamspeak/server/sql/group_member_insert_bulk.sql +share/teamspeak/server/sql/perm_copy_default_permissions.sql +share/teamspeak/server/sql/perm_insert_bulk.sql +share/teamspeak/server/sql/permission_load_channel_group_total.sql +share/teamspeak/server/sql/permission_load_other.sql +share/teamspeak/server/sql/permission_load_server_and_channel_group_total.sql +share/teamspeak/server/sql/permission_load_server_group_total.sql +share/teamspeak/server/sql/update_25.sql share/teamspeak/server/sql/updates_and_fixes/convert_mysql_to_mariadb.sql share/teamspeak/server/sql/updates_and_fixes/mariadb_fix_latin_utf8.sql @dir(teamspeak,teamspeak,) %%DBDIR%% From owner-svn-ports-branches@freebsd.org Tue Aug 30 18:10:35 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CBF3BC9E6D; Tue, 30 Aug 2016 18:10:35 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 690DC1C3; Tue, 30 Aug 2016 18:10:35 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UIAYL4090801; Tue, 30 Aug 2016 18:10:34 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UIAYvg090799; Tue, 30 Aug 2016 18:10:34 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201608301810.u7UIAYvg090799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 30 Aug 2016 18:10:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421128 - in branches/2016Q3/x11/kdelibs4: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 18:10:35 -0000 Author: tcberner Date: Tue Aug 30 18:10:34 2016 New Revision: 421128 URL: https://svnweb.freebsd.org/changeset/ports/421128 Log: MFH: r420994 Add upstream patch for a security issue in karchive: Directory traversal vulnerability in KArchive before 5.24, as used in KDE Frameworks, allows remote attackers to write to arbitrary files via a ../ (dot dot slash) in a filename in an archive file, related to KNewsstuff downloads. Review the patch is from: https://git.reviewboard.kde.org/r/128749/ Original KF5 review: https://git.reviewboard.kde.org/r/128185/ CVE: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6232 Approved by: rakuco (mentor) Security: 4472ab39-6c66-11e6-9ca5-50e549ebab6c, CVE-2016-6232 Approved by: ports-secteam (junovitch), rakuco (mentor) Added: branches/2016Q3/x11/kdelibs4/files/patch-git_dd1c2da - copied unchanged from r420994, head/x11/kdelibs4/files/patch-git_dd1c2da Modified: branches/2016Q3/x11/kdelibs4/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/x11/kdelibs4/Makefile ============================================================================== --- branches/2016Q3/x11/kdelibs4/Makefile Tue Aug 30 18:07:59 2016 (r421127) +++ branches/2016Q3/x11/kdelibs4/Makefile Tue Aug 30 18:10:34 2016 (r421128) @@ -3,7 +3,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_KDELIBS_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Copied: branches/2016Q3/x11/kdelibs4/files/patch-git_dd1c2da (from r420994, head/x11/kdelibs4/files/patch-git_dd1c2da) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/x11/kdelibs4/files/patch-git_dd1c2da Tue Aug 30 18:10:34 2016 (r421128, copy of r420994, head/x11/kdelibs4/files/patch-git_dd1c2da) @@ -0,0 +1,44 @@ +From dd1c2da9d26fd4cfc7fe0a25f413e536d56cf2db Mon Sep 17 00:00:00 2001 +From: Albert Astals Cid +Date: Fri, 26 Aug 2016 00:30:34 +0200 +Subject: [PATCH] Backport karchive fix for out of directory files + +REVIEW: 128749 +--- + kdecore/io/karchive.cpp | 15 +++++++++++++-- + +diff --git kdecore/io/karchive.cpp kdecore/io/karchive.cpp +index eb0bf2e..d3f8c67 100644 +--- kdecore/io/karchive.cpp ++++ kdecore/io/karchive.cpp +@@ -800,6 +800,7 @@ static bool sortByPosition( const KArchiveFile* file1, const KArchiveFile* file2 + void KArchiveDirectory::copyTo(const QString& dest, bool recursiveCopy ) const + { + QDir root; ++ const QString destDir(QDir(dest).absolutePath()); // get directory path without any "." or ".." + + QList fileList; + QMap fileToDir; +@@ -809,10 +810,20 @@ void KArchiveDirectory::copyTo(const QString& dest, bool recursiveCopy ) const + QStack dirNameStack; + + dirStack.push( this ); // init stack at current directory +- dirNameStack.push( dest ); // ... with given path ++ dirNameStack.push( destDir ); // ... with given path + do { + const KArchiveDirectory* curDir = dirStack.pop(); +- const QString curDirName = dirNameStack.pop(); ++ ++ // extract only to specified folder if it is located within archive's extraction folder ++ // otherwise put file under root position in extraction folder ++ QString curDirName = dirNameStack.pop(); ++ if (!QDir(curDirName).absolutePath().startsWith(destDir)) { ++ qWarning() << "Attempted export into folder" << curDirName ++ << "which is outside of the extraction root folder" << destDir << "." ++ << "Changing export of contained files to extraction root folder."; ++ curDirName = destDir; ++ } ++ + root.mkdir(curDirName); + + const QStringList dirEntries = curDir->entries(); From owner-svn-ports-branches@freebsd.org Tue Aug 30 20:05:43 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA577BC9C46; Tue, 30 Aug 2016 20:05:43 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A85311E5; Tue, 30 Aug 2016 20:05:43 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7UK5ggL036246; Tue, 30 Aug 2016 20:05:42 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7UK5gec036242; Tue, 30 Aug 2016 20:05:42 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201608302005.u7UK5gec036242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 30 Aug 2016 20:05:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421132 - branches/2016Q3/mail/mailman X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 20:05:43 -0000 Author: mandree Date: Tue Aug 30 20:05:42 2016 New Revision: 421132 URL: https://svnweb.freebsd.org/changeset/ports/421132 Log: MFH: r421093 Security update to upstream release 2.1.23. ChangeLog: Security: b11ab01b-6e19-11e6-ab24-080027ef73ec Security: CVE-2016-6893 Approved by: ports-secteam (delphij@) Modified: branches/2016Q3/mail/mailman/Makefile branches/2016Q3/mail/mailman/distinfo branches/2016Q3/mail/mailman/pkg-plist Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/mail/mailman/Makefile ============================================================================== --- branches/2016Q3/mail/mailman/Makefile Tue Aug 30 19:52:16 2016 (r421131) +++ branches/2016Q3/mail/mailman/Makefile Tue Aug 30 20:05:42 2016 (r421132) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mailman -DISTVERSION= 2.1.22 +DISTVERSION= 2.1.23 CATEGORIES= mail MASTER_SITES= GNU \ SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \ @@ -111,11 +111,11 @@ MAIL_GID?= _smtpd .if ${PORT_OPTIONS:MHTDIG} PKGNAMESUFFIX+= -with-htdig # how to create PATCHFILES: -#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1643 +#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1668 #X unpack this tarball, and the original distfile -#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1643.patch.xz +#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1668.patch.xz #X upload the latter with mode 0644 or similar to freefall's public_distfiles/ directory -PATCHFILES+= msapiro-htdig-1643.patch.xz +PATCHFILES+= msapiro-htdig-1668.patch.xz RUN_DEPENDS+= htdig:textproc/htdig PLIST_SUB+= SUB_HTDIG="" .else Modified: branches/2016Q3/mail/mailman/distinfo ============================================================================== --- branches/2016Q3/mail/mailman/distinfo Tue Aug 30 19:52:16 2016 (r421131) +++ branches/2016Q3/mail/mailman/distinfo Tue Aug 30 20:05:42 2016 (r421132) @@ -1,4 +1,5 @@ -SHA256 (mailman/mailman-2.1.22.tgz) = 56daf64eb7d521cbef4623c83f626c13247098546f708558f267c96f8f7b8ac1 -SIZE (mailman/mailman-2.1.22.tgz) = 9267810 -SHA256 (mailman/msapiro-htdig-1643.patch.xz) = de616f797fd2bc2895485165bb2cf3ffecdb8cf22c3dfb83fc336de47b25303c -SIZE (mailman/msapiro-htdig-1643.patch.xz) = 49988 +TIMESTAMP = 1472497873 +SHA256 (mailman/mailman-2.1.23.tgz) = b022ca6f8534621c9dbe50c983948688bc4623214773b580c2c78e4a7ae43e69 +SIZE (mailman/mailman-2.1.23.tgz) = 9290881 +SHA256 (mailman/msapiro-htdig-1668.patch.xz) = 8376e56788ea9561e74261bbf1deff1417cc265bc87b0a25e963af693f57b34d +SIZE (mailman/msapiro-htdig-1668.patch.xz) = 50768 Modified: branches/2016Q3/mail/mailman/pkg-plist ============================================================================== --- branches/2016Q3/mail/mailman/pkg-plist Tue Aug 30 19:52:16 2016 (r421131) +++ branches/2016Q3/mail/mailman/pkg-plist Tue Aug 30 20:05:42 2016 (r421132) @@ -384,6 +384,7 @@ %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig.pl %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig_noshare +%%SUB_HTDIG%%%%MMDIR%%/cron/rundig %%MMDIR%%/cron/senddigests %%MMDIR%%/data/sitelist.cfg %%MMDIR%%/icons/PythonPowered.png @@ -442,7 +443,6 @@ %%NLS%%%%MMDIR%%/messages/it/README.it %%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.mo %%NLS%%%%MMDIR%%/messages/ja/LC_MESSAGES/mailman.po -%%NLS%%%%MMDIR%%/messages/ja/README.ja %%NLS%%%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.mo %%NLS%%%%MMDIR%%/messages/ko/LC_MESSAGES/mailman.po %%NLS%%%%MMDIR%%/messages/ko/README.ko From owner-svn-ports-branches@freebsd.org Wed Aug 31 16:13:09 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A8FFBCA45E; Wed, 31 Aug 2016 16:13:09 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1CD13B7D; Wed, 31 Aug 2016 16:13:09 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VGD8OC097902; Wed, 31 Aug 2016 16:13:08 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VGD8X9097899; Wed, 31 Aug 2016 16:13:08 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201608311613.u7VGD8X9097899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 31 Aug 2016 16:13:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421170 - in branches/2016Q3/x11-fm/thunar: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 16:13:09 -0000 Author: olivierd Date: Wed Aug 31 16:13:07 2016 New Revision: 421170 URL: https://svnweb.freebsd.org/changeset/ports/421170 Log: MFH: r421122 - Add 2 patches, which avoid crashes: * When renaming files / folders [1] (we use the official patch) * When reloading target file after move - Bump PORTREVISION PR: 208341 Submitted by: Matthias Petermann [1] (obtained from Slackware repository) Tested by: Vladimir Omelchuk Obtained from: Upstream git repository Approved by: ports-secteam (junovitch@) Added: branches/2016Q3/x11-fm/thunar/files/patch-thunar_thunar-file.c - copied unchanged from r421122, head/x11-fm/thunar/files/patch-thunar_thunar-file.c branches/2016Q3/x11-fm/thunar/files/patch-thunar_thunar-folder.c - copied unchanged from r421122, head/x11-fm/thunar/files/patch-thunar_thunar-folder.c Modified: branches/2016Q3/x11-fm/thunar/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/x11-fm/thunar/Makefile ============================================================================== --- branches/2016Q3/x11-fm/thunar/Makefile Wed Aug 31 15:40:45 2016 (r421169) +++ branches/2016Q3/x11-fm/thunar/Makefile Wed Aug 31 16:13:07 2016 (r421170) @@ -3,7 +3,7 @@ PORTNAME= Thunar PORTVERSION= 1.6.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME:tl}/${PORTVERSION:R} DIST_SUBDIR= xfce4 Copied: branches/2016Q3/x11-fm/thunar/files/patch-thunar_thunar-file.c (from r421122, head/x11-fm/thunar/files/patch-thunar_thunar-file.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/x11-fm/thunar/files/patch-thunar_thunar-file.c Wed Aug 31 16:13:07 2016 (r421170, copy of r421122, head/x11-fm/thunar/files/patch-thunar_thunar-file.c) @@ -0,0 +1,30 @@ +--- thunar/thunar-file.c.orig 2015-05-22 13:25:36 UTC ++++ thunar/thunar-file.c +@@ -795,13 +795,15 @@ thunar_file_monitor (GFileMonitor *m + if (event_type == G_FILE_MONITOR_EVENT_MOVED) + { + /* reload the target file if cached */ ++ if (other_path == NULL) ++ return; + other_file = thunar_file_cache_lookup (other_path); + if (other_file) + thunar_file_reload (other_file); + else + other_file = thunar_file_get (other_path, NULL); + +- if (!other_file) ++ if (other_file == NULL) + return; + + /* notify the thumbnail cache that we can now also move the thumbnail */ +@@ -3918,7 +3920,9 @@ thunar_file_unwatch (ThunarFile *file) + gboolean + thunar_file_reload (ThunarFile *file) + { +- _thunar_return_if_fail (THUNAR_IS_FILE (file)); ++ /* if the file has already been destroyed, break here */ ++ if (!THUNAR_IS_FILE (file)) ++ return FALSE; + + /* clear file pxmap cache */ + thunar_icon_factory_clear_pixmap_cache (file); Copied: branches/2016Q3/x11-fm/thunar/files/patch-thunar_thunar-folder.c (from r421122, head/x11-fm/thunar/files/patch-thunar_thunar-folder.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q3/x11-fm/thunar/files/patch-thunar_thunar-folder.c Wed Aug 31 16:13:07 2016 (r421170, copy of r421122, head/x11-fm/thunar/files/patch-thunar_thunar-folder.c) @@ -0,0 +1,49 @@ +--- thunar/thunar-folder.c.orig 2015-05-22 13:25:36 UTC ++++ thunar/thunar-folder.c +@@ -773,27 +773,30 @@ thunar_folder_monitor (GFileMonitor + { + /* destroy the old file and update the new one */ + thunar_file_destroy (lp->data); +- file = thunar_file_get(other_file, NULL); +- if (file != NULL && THUNAR_IS_FILE (file)) ++ if (other_file != NULL) + { +- thunar_file_reload (file); +- +- /* if source and target folders are different, also tell +- the target folder to reload for the changes */ +- if (thunar_file_has_parent (file)) ++ file = thunar_file_get(other_file, NULL); ++ if (file != NULL && THUNAR_IS_FILE (file)) + { +- other_parent = thunar_file_get_parent (file, NULL); +- if (other_parent && +- !g_file_equal (thunar_file_get_file(folder->corresponding_file), +- thunar_file_get_file(other_parent))) ++ thunar_file_reload (file); ++ ++ /* if source and target folders are different, also tell ++ the target folder to reload for the changes */ ++ if (thunar_file_has_parent (file)) + { +- thunar_file_reload (other_parent); +- g_object_unref (other_parent); ++ other_parent = thunar_file_get_parent (file, NULL); ++ if (other_parent && ++ !g_file_equal (thunar_file_get_file(folder->corresponding_file), ++ thunar_file_get_file(other_parent))) ++ { ++ thunar_file_reload (other_parent); ++ g_object_unref (other_parent); ++ } + } +- } + +- /* drop reference on the other file */ +- g_object_unref (file); ++ /* drop reference on the other file */ ++ g_object_unref (file); ++ } + } + + /* reload the folder of the source file */ From owner-svn-ports-branches@freebsd.org Wed Aug 31 16:15:19 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37AA4BCA4A6; Wed, 31 Aug 2016 16:15:19 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EB91AE4D; Wed, 31 Aug 2016 16:15:18 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VGFIJN098254; Wed, 31 Aug 2016 16:15:18 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VGFH2s098245; Wed, 31 Aug 2016 16:15:17 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201608311615.u7VGFH2s098245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Wed, 31 Aug 2016 16:15:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421171 - in branches/2016Q3/devel: p4 p4api p4d X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 16:15:19 -0000 Author: gordon Date: Wed Aug 31 16:15:17 2016 New Revision: 421171 URL: https://svnweb.freebsd.org/changeset/ports/421171 Log: MFH: r421125 Update devel/p4, p4d, p4api to 2016.1/1429894 due to micropatching. Approved by: ports-secteam (junovitch@) Modified: branches/2016Q3/devel/p4/Makefile branches/2016Q3/devel/p4/distinfo.freebsd100x86 branches/2016Q3/devel/p4/distinfo.freebsd100x86_64 branches/2016Q3/devel/p4api/Makefile branches/2016Q3/devel/p4api/distinfo.freebsd100x86 branches/2016Q3/devel/p4api/distinfo.freebsd100x86_64 branches/2016Q3/devel/p4d/Makefile branches/2016Q3/devel/p4d/distinfo.freebsd100x86 branches/2016Q3/devel/p4d/distinfo.freebsd100x86_64 Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/devel/p4/Makefile ============================================================================== --- branches/2016Q3/devel/p4/Makefile Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4/Makefile Wed Aug 31 16:15:17 2016 (r421171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4 -PORTVERSION= 2016.1.1411799 +PORTVERSION= 2016.1.1429894 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: branches/2016Q3/devel/p4/distinfo.freebsd100x86 ============================================================================== --- branches/2016Q3/devel/p4/distinfo.freebsd100x86 Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4/distinfo.freebsd100x86 Wed Aug 31 16:15:17 2016 (r421171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468601506 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86/p4) = 135720e2ae526f6340c8278897bca2aaa2d9f539a8d2625235f362658712d2fb -SIZE (perforce/2016.1.1411799/bin.freebsd100x86/p4) = 3072840 +TIMESTAMP = 1472577761 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86/p4) = 78604302fdbefa316d5db86bdf85a79e5339d18b36b4ef8a64e42d938594ec5a +SIZE (perforce/2016.1.1429894/bin.freebsd100x86/p4) = 3072940 Modified: branches/2016Q3/devel/p4/distinfo.freebsd100x86_64 ============================================================================== --- branches/2016Q3/devel/p4/distinfo.freebsd100x86_64 Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4/distinfo.freebsd100x86_64 Wed Aug 31 16:15:17 2016 (r421171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468601502 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86_64/p4) = 71894b9b8bdd5627640e4756ef4474d26ea6217f708334eeb31a06ad1d884bcb -SIZE (perforce/2016.1.1411799/bin.freebsd100x86_64/p4) = 3334728 +TIMESTAMP = 1472577758 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86_64/p4) = 46007e8e32fe535d92c3200b0f8fa56cb20aa97ecc1f776a9a968f734b3a1829 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86_64/p4) = 3334872 Modified: branches/2016Q3/devel/p4api/Makefile ============================================================================== --- branches/2016Q3/devel/p4api/Makefile Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4api/Makefile Wed Aug 31 16:15:17 2016 (r421171) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= p4api -PORTVERSION= 2016.1.1411799 +PORTVERSION= 2016.1.1429894 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/:tar \ ftp://ftp.perforce.com/perforce/${P4VERSION}/doc/manuals/p4api/:pdf Modified: branches/2016Q3/devel/p4api/distinfo.freebsd100x86 ============================================================================== --- branches/2016Q3/devel/p4api/distinfo.freebsd100x86 Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4api/distinfo.freebsd100x86 Wed Aug 31 16:15:17 2016 (r421171) @@ -1,5 +1,5 @@ -TIMESTAMP = 1468601594 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86/p4api.tgz) = 66d9c5e8362c4bd475c2ea4058c1a3197c1e17505b4ec56b1b31a27c6bbed11b -SIZE (perforce/2016.1.1411799/bin.freebsd100x86/p4api.tgz) = 3901043 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86/p4api.pdf) = 1908708 +TIMESTAMP = 1472577853 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86/p4api.tgz) = 33d86f71e78d286726c3a5aff9c3615c7cfdccd72a95ea62be7d2a89605c116f +SIZE (perforce/2016.1.1429894/bin.freebsd100x86/p4api.tgz) = 3901624 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86/p4api.pdf) = 1908708 Modified: branches/2016Q3/devel/p4api/distinfo.freebsd100x86_64 ============================================================================== --- branches/2016Q3/devel/p4api/distinfo.freebsd100x86_64 Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4api/distinfo.freebsd100x86_64 Wed Aug 31 16:15:17 2016 (r421171) @@ -1,5 +1,5 @@ -TIMESTAMP = 1468601587 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86_64/p4api.tgz) = 36047b7db9cff24dc1dbbcd12a005915bb1c12fd3147b304c9c64b51498fe0c4 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86_64/p4api.tgz) = 4165577 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86_64/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86_64/p4api.pdf) = 1908708 +TIMESTAMP = 1472577846 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86_64/p4api.tgz) = c65f3ba2cd600b27d0b972a53d8227ee22ce3be8dc38411d63f21305d5201488 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86_64/p4api.tgz) = 4166733 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86_64/p4api.pdf) = 601bc053b9b5316b71981449df76b32b9ca318a99752d3d5f46b46327bdc67b8 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86_64/p4api.pdf) = 1908708 Modified: branches/2016Q3/devel/p4d/Makefile ============================================================================== --- branches/2016Q3/devel/p4d/Makefile Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4d/Makefile Wed Aug 31 16:15:17 2016 (r421171) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4d -PORTVERSION= 2016.1.1411799 +PORTVERSION= 2016.1.1429894 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: branches/2016Q3/devel/p4d/distinfo.freebsd100x86 ============================================================================== --- branches/2016Q3/devel/p4d/distinfo.freebsd100x86 Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4d/distinfo.freebsd100x86 Wed Aug 31 16:15:17 2016 (r421171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468601645 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86/p4d) = 4e230f2d1b9c27ad7a0cd09ee064ee372aff021addf5b1df51528ad005dfb781 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86/p4d) = 5758152 +TIMESTAMP = 1472577805 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86/p4d) = 811660067685882d3bacc3562142a501f1ca7809b913b96bdcbfa0db8f277240 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86/p4d) = 5765476 Modified: branches/2016Q3/devel/p4d/distinfo.freebsd100x86_64 ============================================================================== --- branches/2016Q3/devel/p4d/distinfo.freebsd100x86_64 Wed Aug 31 16:13:07 2016 (r421170) +++ branches/2016Q3/devel/p4d/distinfo.freebsd100x86_64 Wed Aug 31 16:15:17 2016 (r421171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468601641 -SHA256 (perforce/2016.1.1411799/bin.freebsd100x86_64/p4d) = 2d699bd51b0e461fc1a4726aaac9e9896ae85b78e7e8cefcbc138d6e15260f96 -SIZE (perforce/2016.1.1411799/bin.freebsd100x86_64/p4d) = 5892472 +TIMESTAMP = 1472577800 +SHA256 (perforce/2016.1.1429894/bin.freebsd100x86_64/p4d) = cdb78afc45ec1e3104ff7541a034c6eef221781c1b1100dee67eff010a440a83 +SIZE (perforce/2016.1.1429894/bin.freebsd100x86_64/p4d) = 5898872 From owner-svn-ports-branches@freebsd.org Wed Aug 31 17:55:50 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABD66BC87EB; Wed, 31 Aug 2016 17:55:50 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7B1A0D6D; Wed, 31 Aug 2016 17:55:50 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VHtntF036656; Wed, 31 Aug 2016 17:55:49 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VHtn2s036655; Wed, 31 Aug 2016 17:55:49 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201608311755.u7VHtn2s036655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 31 Aug 2016 17:55:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421177 - branches/2016Q3/audio/openal-soft X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 17:55:50 -0000 Author: novel Date: Wed Aug 31 17:55:49 2016 New Revision: 421177 URL: https://svnweb.freebsd.org/changeset/ports/421177 Log: MFH: r420906 audio/openal-soft: fix missing QT4 dependencies PR: 210353 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (2+ months) Approved by: ports-secteam (junovitch) Modified: branches/2016Q3/audio/openal-soft/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/audio/openal-soft/Makefile ============================================================================== --- branches/2016Q3/audio/openal-soft/Makefile Wed Aug 31 17:46:00 2016 (r421176) +++ branches/2016Q3/audio/openal-soft/Makefile Wed Aug 31 17:55:49 2016 (r421177) @@ -33,7 +33,7 @@ CONFIG_DESC= Install configuration util #ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib CONFIG_CMAKE_ON= -DALSOFT_NO_CONFIG_UTIL:BOOL=OFF CONFIG_CMAKE_OFF= -DALSOFT_NO_CONFIG_UTIL:BOOL=ON -CONFIG_USE= QT4=gui +CONFIG_USE= QT4=corelib,gui,qmake_build,moc_build,rcc_build,uic_build FLUIDSYNTH_CMAKE_ON= -DALSOFT_REQUIRE_FLUIDSYNTH:BOOL=ON FLUIDSYNTH_CMAKE_OFF= -DALSOFT_MIDI_FLUIDSYNTH:BOOL=OFF FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth From owner-svn-ports-branches@freebsd.org Thu Sep 1 10:31:07 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01CC3BCA072; Thu, 1 Sep 2016 10:31:07 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C88262C1; Thu, 1 Sep 2016 10:31:06 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81AV69r013281; Thu, 1 Sep 2016 10:31:06 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81AV6pD013280; Thu, 1 Sep 2016 10:31:06 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201609011031.u81AV6pD013280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 1 Sep 2016 10:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421202 - in branches/2016Q3/net/pear-Net_IPv6: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 10:31:07 -0000 Author: garga Date: Thu Sep 1 10:31:05 2016 New Revision: 421202 URL: https://svnweb.freebsd.org/changeset/ports/421202 Log: MFH: r421168 Fix some bad IPv6 validation issues Following bad addresses are being validated as good by checkIPv6() 1:2:3:4:5:6:7:8:1.2.3.4 ::1:2:3:4:5:6:7:8 1:2:3:4:5:6:7:8:: 1:2:3:4:5:6:::8 ::::a :::: 1::2::3 Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate) Approved by: ports-secteam (feld) Added: branches/2016Q3/net/pear-Net_IPv6/files/ - copied from r421168, head/net/pear-Net_IPv6/files/ Modified: branches/2016Q3/net/pear-Net_IPv6/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/net/pear-Net_IPv6/Makefile ============================================================================== --- branches/2016Q3/net/pear-Net_IPv6/Makefile Thu Sep 1 09:44:43 2016 (r421201) +++ branches/2016Q3/net/pear-Net_IPv6/Makefile Thu Sep 1 10:31:05 2016 (r421202) @@ -3,6 +3,7 @@ PORTNAME= Net_IPv6 DISTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org From owner-svn-ports-branches@freebsd.org Thu Sep 1 15:05:34 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04878BCB1CF; Thu, 1 Sep 2016 15:05:34 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C8A8469B; Thu, 1 Sep 2016 15:05:33 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81F5XcA021949; Thu, 1 Sep 2016 15:05:33 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81F5XSQ021948; Thu, 1 Sep 2016 15:05:33 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201609011505.u81F5XSQ021948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 1 Sep 2016 15:05:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421233 - branches/2016Q3/graphics/digikam-kde4 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 15:05:34 -0000 Author: tcberner Date: Thu Sep 1 15:05:32 2016 New Revision: 421233 URL: https://svnweb.freebsd.org/changeset/ports/421233 Log: MFH: r421198 Update graphcis/digikam-kde4's & friends distfile location. It has been moved upstream (probably due to the digikam-kf5 release). Approved by: rakuco (mentor) Approved by: ports-secteam (feld), rakuco (mentor) Modified: branches/2016Q3/graphics/digikam-kde4/Makefile.common Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/graphics/digikam-kde4/Makefile.common ============================================================================== --- branches/2016Q3/graphics/digikam-kde4/Makefile.common Thu Sep 1 15:03:58 2016 (r421232) +++ branches/2016Q3/graphics/digikam-kde4/Makefile.common Thu Sep 1 15:05:32 2016 (r421233) @@ -14,7 +14,7 @@ # net/libmediawiki (part of digiKam 4.12) DIGIKAM_VER= 4.14.0 -MASTER_SITES= KDE/stable/digikam +MASTER_SITES= KDE/Attic/digikam KIPI_PLUGINS_ALL= acquireimages \ advancedslideshow \ From owner-svn-ports-branches@freebsd.org Thu Sep 1 15:28:05 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05B86BCB898; Thu, 1 Sep 2016 15:28:05 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 B1337807; Thu, 1 Sep 2016 15:28:04 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u81FS31n029882; Thu, 1 Sep 2016 15:28:03 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u81FS374029880; Thu, 1 Sep 2016 15:28:03 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201609011528.u81FS374029880@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Thu, 1 Sep 2016 15:28:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421234 - branches/2016Q3/misc/xfce4-weather-plugin X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 15:28:05 -0000 Author: olivierd Date: Thu Sep 1 15:28:03 2016 New Revision: 421234 URL: https://svnweb.freebsd.org/changeset/ports/421234 Log: MFH: r421194 Update to 0.8.8 Replace the deprecated API host (and soon no longer works) by new one Announce: http://lists.met.no/pipermail/api-users/2016-March/000017.html Approved by: ports-secteam (feld@) Modified: branches/2016Q3/misc/xfce4-weather-plugin/Makefile branches/2016Q3/misc/xfce4-weather-plugin/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/misc/xfce4-weather-plugin/Makefile ============================================================================== --- branches/2016Q3/misc/xfce4-weather-plugin/Makefile Thu Sep 1 15:05:32 2016 (r421233) +++ branches/2016Q3/misc/xfce4-weather-plugin/Makefile Thu Sep 1 15:28:03 2016 (r421234) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-weather-plugin -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.8 CATEGORIES= misc xfce geography MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -13,13 +13,15 @@ COMMENT= Weather plugin for the Xfce pan LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libsoup-2.4.so:devel/libsoup +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USES= gettext gmake libtool pkgconfig xfce tar:bzip2 -USE_GNOME= glib20 gtk20 intltool intlhack libxml2 +USE_GNOME= glib20 gtk20 intltool intlhack libxml2 cairo USE_XFCE= panel OPTIONS_DEFINE= UPOWER Modified: branches/2016Q3/misc/xfce4-weather-plugin/distinfo ============================================================================== --- branches/2016Q3/misc/xfce4-weather-plugin/distinfo Thu Sep 1 15:05:32 2016 (r421233) +++ branches/2016Q3/misc/xfce4-weather-plugin/distinfo Thu Sep 1 15:28:03 2016 (r421234) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-weather-plugin-0.8.7.tar.bz2) = 071e71106868c7d90c936256d837ca834d0ca6f54daea59a9b5fc11b318e65b0 -SIZE (xfce4/xfce4-weather-plugin-0.8.7.tar.bz2) = 2976092 +TIMESTAMP = 1472684033 +SHA256 (xfce4/xfce4-weather-plugin-0.8.8.tar.bz2) = 651b722714fdafde3f548f183958c34e1539cf563193d7e51f28bfb6933d6d3f +SIZE (xfce4/xfce4-weather-plugin-0.8.8.tar.bz2) = 2979971 From owner-svn-ports-branches@freebsd.org Fri Sep 2 16:39:13 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D42C1BCC041; Fri, 2 Sep 2016 16:39:13 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A6FA3A00; Fri, 2 Sep 2016 16:39:13 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82GdCmb001941; Fri, 2 Sep 2016 16:39:12 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82GdC57001939; Fri, 2 Sep 2016 16:39:12 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201609021639.u82GdC57001939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 2 Sep 2016 16:39:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421271 - branches/2016Q3/dns/nsd X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 16:39:13 -0000 Author: delphij Date: Fri Sep 2 16:39:12 2016 New Revision: 421271 URL: https://svnweb.freebsd.org/changeset/ports/421271 Log: MFH: r421270 Update to 4.12. Release note: Fix malformed edns query assertion failure, reported by Michal Kepien (NASK) PR: ports/212327 Submitted by: maintainer (jaap NLnetLabs nl) Approved by: ports-secteam Modified: branches/2016Q3/dns/nsd/Makefile branches/2016Q3/dns/nsd/distinfo Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/dns/nsd/Makefile ============================================================================== --- branches/2016Q3/dns/nsd/Makefile Fri Sep 2 16:38:13 2016 (r421270) +++ branches/2016Q3/dns/nsd/Makefile Fri Sep 2 16:39:12 2016 (r421271) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.1.11 +PORTVERSION= 4.1.12 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ Modified: branches/2016Q3/dns/nsd/distinfo ============================================================================== --- branches/2016Q3/dns/nsd/distinfo Fri Sep 2 16:38:13 2016 (r421270) +++ branches/2016Q3/dns/nsd/distinfo Fri Sep 2 16:39:12 2016 (r421271) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470733493 -SHA256 (nsd-4.1.11.tar.gz) = c7712fd05eb0ab97040738e01d9369d02b89c0a7fa0943fd5bfc43b2111a92df -SIZE (nsd-4.1.11.tar.gz) = 1080220 +TIMESTAMP = 1472804520 +SHA256 (nsd-4.1.12.tar.gz) = fd1979dff1fba55310fd4f439dc9f3f4701d435c0ec4fb9af533e12c7f27d5de +SIZE (nsd-4.1.12.tar.gz) = 1080273