From owner-svn-ports-branches@FreeBSD.ORG Tue Aug 13 00:19:18 2013 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2C90B626; Tue, 13 Aug 2013 00:19:18 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00E0026DB; Tue, 13 Aug 2013 00:19:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7D0JHrL053145; Tue, 13 Aug 2013 00:19:17 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7D0JHIS053143; Tue, 13 Aug 2013 00:19:17 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308130019.r7D0JHIS053143@svn.freebsd.org> From: Bryan Drewery Date: Tue, 13 Aug 2013 00:19:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324641 - branches/RELENG_9_2_0 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.14 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, 13 Aug 2013 00:19:18 -0000 Author: bdrewery Date: Tue Aug 13 00:19:17 2013 New Revision: 324641 URL: http://svnweb.freebsd.org/changeset/ports/324641 Log: Create 9.2-RELEASE branch Added: branches/RELENG_9_2_0/ - copied from r324640, head/ From owner-svn-ports-branches@FreeBSD.ORG Tue Aug 13 12:24:42 2013 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D8ED4DF3; Tue, 13 Aug 2013 12:24:42 +0000 (UTC) (envelope-from zi@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C6253228D; Tue, 13 Aug 2013 12:24:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DCOgUG096746; Tue, 13 Aug 2013 12:24:42 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DCOgnJ096745; Tue, 13 Aug 2013 12:24:42 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201308131224.r7DCOgnJ096745@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 13 Aug 2013 12:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324661 - branches/RELENG_9_2_0/net-mgmt/wmi-client 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.14 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, 13 Aug 2013 12:24:42 -0000 Author: zi Date: Tue Aug 13 12:24:42 2013 New Revision: 324661 URL: http://svnweb.freebsd.org/changeset/ports/324661 Log: - Merge r324643 from head Approved by: portmgr@ (bdrewery) Modified: branches/RELENG_9_2_0/net-mgmt/wmi-client/Makefile (contents, props changed) Modified: branches/RELENG_9_2_0/net-mgmt/wmi-client/Makefile ============================================================================== --- branches/RELENG_9_2_0/net-mgmt/wmi-client/Makefile Tue Aug 13 12:11:05 2013 (r324660) +++ branches/RELENG_9_2_0/net-mgmt/wmi-client/Makefile Tue Aug 13 12:24:42 2013 (r324661) @@ -1,15 +1,12 @@ -# New ports collection makefile for: wmi -# Date created: 2011-11-25 -# Whom: KIKUCHI Koichiro -# +# Created by: KIKUCHI Koichiro # $FreeBSD$ -# PORTNAME= wmi PORTVERSION= 1.3.16 CATEGORIES= net-mgmt -MASTER_SITES= http://dev.zenoss.org/svn/trunk/inst/externallibs/ \ - ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/ +MASTER_SITES= http://dev.zenoss.org/trac/export/26435/trunk/inst/externallibs/ \ + http://www.openvas.org/download/wmi/ \ + http://mirrors.rit.edu/zi/ PKGNAMESUFFIX= -client MAINTAINER= koichiro@rworks.jp @@ -24,16 +21,8 @@ USE_GMAKE= yes USES= iconv USE_LDCONFIG= yes -#BUILD_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls -#RUN_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls - MAKEFILE= GNUmakefile MAKE_ENV= ZENHOME="${PREFIX}" PY_LIBDIR="${PYTHONPREFIX_SITELIBDIR}" ALL_TARGET= build -.include - -do-configure: -# do noting - -.include +.include From owner-svn-ports-branches@FreeBSD.ORG Tue Aug 13 17:53:04 2013 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D57D6B00; Tue, 13 Aug 2013 17:53:04 +0000 (UTC) (envelope-from mandree@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C14082925; Tue, 13 Aug 2013 17:53:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7DHr4rJ021017; Tue, 13 Aug 2013 17:53:04 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7DHr32K021009; Tue, 13 Aug 2013 17:53:03 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201308131753.r7DHr32K021009@svn.freebsd.org> From: Matthias Andree Date: Tue, 13 Aug 2013 17:53:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324678 - in branches/RELENG_9_2_0/security: polarssl polarssl/files vuxml 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.14 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, 13 Aug 2013 17:53:04 -0000 Author: mandree Date: Tue Aug 13 17:53:03 2013 New Revision: 324678 URL: http://svnweb.freebsd.org/changeset/ports/324678 Log: Merge from head: Security update to PolarSSL 1.2.8, and fix download. Announcement: https://polarssl.org/tech-updates/releases/polarssl-1.2.8-released Security advisory: https://polarssl.org/tech-updates/security-advisories/polarssl-security-advisory-2013-03 Adds two include files to pkg-plist. PR: ports/181252 Approved by: jase (maintainer) Approved by: portmgr (bdrewery) Security: 72bf9e21-03df-11e3-bd8d-080027ef73ec Security: CVE-2013-4623 Added: branches/RELENG_9_2_0/security/polarssl/files/fetchwrapper.sh - copied unchanged from r324675, head/security/polarssl/files/fetchwrapper.sh Modified: branches/RELENG_9_2_0/security/polarssl/Makefile branches/RELENG_9_2_0/security/polarssl/distinfo branches/RELENG_9_2_0/security/polarssl/pkg-plist branches/RELENG_9_2_0/security/vuxml/vuln.xml Directory Properties: branches/RELENG_9_2_0/ (props changed) Modified: branches/RELENG_9_2_0/security/polarssl/Makefile ============================================================================== --- branches/RELENG_9_2_0/security/polarssl/Makefile Tue Aug 13 17:39:57 2013 (r324677) +++ branches/RELENG_9_2_0/security/polarssl/Makefile Tue Aug 13 17:53:03 2013 (r324678) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.8 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= http://polarssl.org/download/ @@ -12,7 +12,10 @@ COMMENT= Open Source embedded SSL/TLS cr LICENSE= GPLv2 -FETCH_ARGS= -pRr +# bypass the HTML "now downloading..." splash site, code below +# .include +URL_SUFFIX= ?do=yes +FETCH_ARGS= -pRro ${DISTFILES} ALL_TARGET= no_test USE_GMAKE= yes @@ -48,6 +51,9 @@ post-install: .include +FETCH_CMD:= ${SHELL} ${FILESDIR}/fetchwrapper.sh \ + ${URL_SUFFIX} ${FETCH_BINARY} ${FETCH_ARGS} + .if ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc .endif Modified: branches/RELENG_9_2_0/security/polarssl/distinfo ============================================================================== --- branches/RELENG_9_2_0/security/polarssl/distinfo Tue Aug 13 17:39:57 2013 (r324677) +++ branches/RELENG_9_2_0/security/polarssl/distinfo Tue Aug 13 17:53:03 2013 (r324678) @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.2.7-gpl.tgz) = d64c2d1247f93cdeb884bd3706dfddffc636634bbf81d3772af750d5b5191328 -SIZE (polarssl-1.2.7-gpl.tgz) = 977888 +SHA256 (polarssl-1.2.8-gpl.tgz) = 23cf931e322ab397d26c89b7e805cf2229df46c5196f4f67ebfc0e285848637b +SIZE (polarssl-1.2.8-gpl.tgz) = 998609 Copied: branches/RELENG_9_2_0/security/polarssl/files/fetchwrapper.sh (from r324675, head/security/polarssl/files/fetchwrapper.sh) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/RELENG_9_2_0/security/polarssl/files/fetchwrapper.sh Tue Aug 13 17:53:03 2013 (r324678, copy of r324675, head/security/polarssl/files/fetchwrapper.sh) @@ -0,0 +1,41 @@ +#!/bin/sh + +# $FreeBSD$ + +# This script tacks the first argument onto each URL found in the list, +# discards and then executes the list. + +# URL matching is simplistic, a URL is what matches *tp://* (so file:/// +# is not matched). + +# For instance, calling: +# fetchwrapper.sh '?do=yes' /usr/bin/fetch -pPr http://example.org/file +# will execute: +# /usr/bin/fetch -pPr http://example.org/file?do=yes + +# The intention is to work around download splash screens on web servers. + +# (C) Copyright 2013 by Matthias Andree. +# Licensed under the 2-clause BSD license. + +if [ $# -lt 3 ] ; then + echo >&2 "Usage: $0 URLsuffix fetch-command [options] URL [post-options]" + exit 1 +fi + +patcharray() { + # based on Rich Felker's "Working with arrays", + # http://www.etalabs.net/sh_tricks.html + for i do + case "$i" in *tp://*) j=$suffix ;; *) j= ;; esac + printf %s%s\\n "$i" "$j" | sed -e "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" + done + echo " " +} + +suffix="$1" ; shift +args=$(patcharray "$@") +eval "set -- $args" + +set -x +exec "$@" Modified: branches/RELENG_9_2_0/security/polarssl/pkg-plist ============================================================================== --- branches/RELENG_9_2_0/security/polarssl/pkg-plist Tue Aug 13 17:39:57 2013 (r324677) +++ branches/RELENG_9_2_0/security/polarssl/pkg-plist Tue Aug 13 17:53:03 2013 (r324678) @@ -50,6 +50,8 @@ include/polarssl/padlock.h include/polarssl/pem.h include/polarssl/pbkdf2.h include/polarssl/pkcs11.h +include/polarssl/pkcs12.h +include/polarssl/pkcs5.h include/polarssl/rsa.h include/polarssl/sha1.h include/polarssl/sha2.h Modified: branches/RELENG_9_2_0/security/vuxml/vuln.xml ============================================================================== --- branches/RELENG_9_2_0/security/vuxml/vuln.xml Tue Aug 13 17:39:57 2013 (r324677) +++ branches/RELENG_9_2_0/security/vuxml/vuln.xml Tue Aug 13 17:53:03 2013 (r324678) @@ -51,6 +51,36 @@ Note: Please add new entries to the beg --> + + polarssl -- denial of service through unterminated loop in certificate parser + + + polarssl + 1.2.8 + + + + +

Paul Bakker reports:

+
+

A bug in the logic of the parsing of PEM encoded certificates in x509parse_crt() can result in an infinite loop, thus hogging processing power. +

+ While parsing a Certificate message during the SSL/TLS handshake, PolarSSL extracts the presented certificates and sends them on to be parsed. As the RFC specifies that the certificates in the Certificate message are always X.509 certificates in DER format, bugs in the decoding of PEM certificates should normally not be triggerable via the SSL/TLS handshake. +

+ Versions of PolarSSL prior to 1.1.7 in the 1.1 branch and prior to 1.2.8 in the 1.2 branch call the generic x509parse_crt() function for parsing during the handshake. x509parse_crt() is a generic functions that wraps parsing of both PEM-encoded and DER-formatted certificates. As a result it is possible to craft a Certificate message that includes a PEM encoded certificate in the Certificate message that triggers the infinite loop.

+
+ +
+ + https://polarssl.org/tech-updates/security-advisories/polarssl-security-advisory-2013-03 + CVE-2013-4623 + + + 2013-06-21 + 2013-08-13 + +
+ samba -- denial of service vulnerability From owner-svn-ports-branches@FreeBSD.ORG Wed Aug 14 23:51:28 2013 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ECA04ED6; Wed, 14 Aug 2013 23:51:28 +0000 (UTC) (envelope-from mandree@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA23F20DD; Wed, 14 Aug 2013 23:51:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ENpSL5028907; Wed, 14 Aug 2013 23:51:28 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ENpSvP028906; Wed, 14 Aug 2013 23:51:28 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201308142351.r7ENpSvP028906@svn.freebsd.org> From: Matthias Andree Date: Wed, 14 Aug 2013 23:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324746 - in branches/RELENG_9_2_0/security/polarssl: . 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.14 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, 14 Aug 2013 23:51:29 -0000 Author: mandree Date: Wed Aug 14 23:51:28 2013 New Revision: 324746 URL: http://svnweb.freebsd.org/changeset/ports/324746 Log: Merge r324724 from head to fix "make fetch" regression. "make fetch" would fail if on a non-POSIX-compliant SHELL, for instance, if launched from csh. 1. Replace ${SHELL} by ${SH} so the fetchwrapper.sh gets executed with a POSIX-compliant shell (such as /bin/sh) 2. Just because it's meant that way, add an svn:executable=* property on files/fetchwrapper.sh. PR: ports/181252 Reported by: Mike Harding (private email) Approved by: portmgr (erwin) Modified: branches/RELENG_9_2_0/security/polarssl/Makefile Directory Properties: branches/RELENG_9_2_0/ (props changed) branches/RELENG_9_2_0/security/polarssl/files/fetchwrapper.sh (props changed) Modified: branches/RELENG_9_2_0/security/polarssl/Makefile ============================================================================== --- branches/RELENG_9_2_0/security/polarssl/Makefile Wed Aug 14 22:52:44 2013 (r324745) +++ branches/RELENG_9_2_0/security/polarssl/Makefile Wed Aug 14 23:51:28 2013 (r324746) @@ -51,7 +51,7 @@ post-install: .include -FETCH_CMD:= ${SHELL} ${FILESDIR}/fetchwrapper.sh \ +FETCH_CMD= ${SH} ${FILESDIR}/fetchwrapper.sh \ ${URL_SUFFIX} ${FETCH_BINARY} ${FETCH_ARGS} .if ${ARCH} == "powerpc" From owner-svn-ports-branches@FreeBSD.ORG Thu Aug 15 11:44:53 2013 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C1EB2884; Thu, 15 Aug 2013 11:44:53 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 960542969; Thu, 15 Aug 2013 11:44:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FBirUi000190; Thu, 15 Aug 2013 11:44:53 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FBirZo000189; Thu, 15 Aug 2013 11:44:53 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201308151144.r7FBirZo000189@svn.freebsd.org> From: Bryan Drewery Date: Thu, 15 Aug 2013 11:44:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324764 - branches/RELENG_9_2_0 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.14 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, 15 Aug 2013 11:44:53 -0000 Author: bdrewery Date: Thu Aug 15 11:44:53 2013 New Revision: 324764 URL: http://svnweb.freebsd.org/changeset/ports/324764 Log: Record mergeinfo for r324643 Reported by: beat Approved by: portmgr (implicit) Modified: Directory Properties: branches/RELENG_9_2_0/ (props changed) From owner-svn-ports-branches@FreeBSD.ORG Thu Aug 15 18:56:02 2013 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5A4105EB; Thu, 15 Aug 2013 18:56:02 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CDE92304; Thu, 15 Aug 2013 18:56:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7FIu1ML062738; Thu, 15 Aug 2013 18:56:01 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7FIu12i062733; Thu, 15 Aug 2013 18:56:01 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201308151856.r7FIu12i062733@svn.freebsd.org> From: Guido Falsi Date: Thu, 15 Aug 2013 18:56:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324780 - in branches/RELENG_9_2_0/comms/gnokii: . 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.14 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, 15 Aug 2013 18:56:02 -0000 Author: madpilot Date: Thu Aug 15 18:56:01 2013 New Revision: 324780 URL: http://svnweb.freebsd.org/changeset/ports/324780 Log: Merge r324715 from head: - Add patch to avoid a bus error while starting the software. Many thanks to the Mike Bernard for reporting and helping me debug this problem. While here remove obsolete MAKE_JOBS_SAFE flag. Reported by: Mike Barnard Kwatampora Approved by: portmgr (bdrewery) Added: branches/RELENG_9_2_0/comms/gnokii/files/patch-common-cfgreader.c - copied unchanged from r324715, head/comms/gnokii/files/patch-common-cfgreader.c Modified: branches/RELENG_9_2_0/comms/gnokii/Makefile Directory Properties: branches/RELENG_9_2_0/ (props changed) Modified: branches/RELENG_9_2_0/comms/gnokii/Makefile ============================================================================== --- branches/RELENG_9_2_0/comms/gnokii/Makefile Thu Aug 15 17:51:05 2013 (r324779) +++ branches/RELENG_9_2_0/comms/gnokii/Makefile Thu Aug 15 18:56:01 2013 (r324780) @@ -3,7 +3,7 @@ PORTNAME= gnokii PORTVERSION= 0.6.31 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ @@ -23,7 +23,6 @@ USE_BZIP2= yes USES= gettext gmake USE_LDCONFIG= yes USE_CSTD= gnu89 -MAKE_JOBS_SAFE= yes WANT_GNOME= yes USE_GNOME= intltool GNU_CONFIGURE= yes Copied: branches/RELENG_9_2_0/comms/gnokii/files/patch-common-cfgreader.c (from r324715, head/comms/gnokii/files/patch-common-cfgreader.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/RELENG_9_2_0/comms/gnokii/files/patch-common-cfgreader.c Thu Aug 15 18:56:01 2013 (r324780, copy of r324715, head/comms/gnokii/files/patch-common-cfgreader.c) @@ -0,0 +1,20 @@ +--- common/cfgreader.c.orig 2011-12-02 15:53:04.000000000 +0100 ++++ common/cfgreader.c 2013-08-13 13:25:46.836652059 +0200 +@@ -991,7 +991,7 @@ + #define CHECK_SIZE() if (*retval >= size) { \ + void *aux; \ + size *= 2; \ +- aux = realloc(config_file_locations, size); \ ++ aux = realloc(config_file_locations, size * sizeof(char *)); \ + if (aux) \ + config_file_locations = aux; \ + else {\ +@@ -1107,7 +1107,7 @@ + if (i >= xcd_size) { + void *aux; + xcd_size *= 2; +- aux = realloc(xdg_config_dir, xcd_size); ++ aux = realloc(xdg_config_dir, xcd_size * sizeof(char *)); + if (aux) + xdg_config_dir = aux; + else { From owner-svn-ports-branches@FreeBSD.ORG Sat Aug 17 12:09:09 2013 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3779797D; Sat, 17 Aug 2013 12:09:09 +0000 (UTC) (envelope-from flo@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 242F424FC; Sat, 17 Aug 2013 12:09:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7HC98as010836; Sat, 17 Aug 2013 12:09:08 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7HC98LB010835; Sat, 17 Aug 2013 12:09:08 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201308171209.r7HC98LB010835@svn.freebsd.org> From: Florian Smeets Date: Sat, 17 Aug 2013 12:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r324840 - branches/RELENG_9_2_0/www/seamonkey 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.14 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: Sat, 17 Aug 2013 12:09:09 -0000 Author: flo Date: Sat Aug 17 12:09:08 2013 New Revision: 324840 URL: http://svnweb.freebsd.org/changeset/ports/324840 Log: MFH r324838: Add a workaround for crashes on i386. PR: ports/180473 Submitted by: Jan Beich Reported by: Heino Tiedemann Approved by: portmgr (bdrewery) Modified: branches/RELENG_9_2_0/www/seamonkey/Makefile Directory Properties: branches/RELENG_9_2_0/ (props changed) Modified: branches/RELENG_9_2_0/www/seamonkey/Makefile ============================================================================== --- branches/RELENG_9_2_0/www/seamonkey/Makefile Sat Aug 17 10:57:29 2013 (r324839) +++ branches/RELENG_9_2_0/www/seamonkey/Makefile Sat Aug 17 12:09:08 2013 (r324840) @@ -3,6 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.20 +PORTREVISION= 1 CATEGORIES?= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source DISTFILES= ${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX} @@ -83,6 +84,9 @@ MOZ_OPTIONS+= --disable-ldap --disable-m .if ! ${PORT_OPTIONS:MLDAP} MOZ_OPTIONS+= --disable-ldap --enable-mailnews .else +. if ${ARCH} == i386 +USE_GCC?= yes +. endif MOZ_OPTIONS+= --enable-ldap --enable-mailnews .endif .if ${PORT_OPTIONS:MENIGMAIL}