From owner-svn-ports-branches@freebsd.org Sun Jul 5 16:41:38 2015 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 6550C9061; Sun, 5 Jul 2015 16:41:38 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 550FC11DA; Sun, 5 Jul 2015 16:41:38 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t65Gfcvi029101; Sun, 5 Jul 2015 16:41:38 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t65GfcZQ029100; Sun, 5 Jul 2015 16:41:38 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201507051641.t65GfcZQ029100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 5 Jul 2015 16:41:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391366 - in branches/2015Q3/graphics/gscan2pdf: . 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.20 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, 05 Jul 2015 16:41:38 -0000 Author: danilo Date: Sun Jul 5 16:41:37 2015 New Revision: 391366 URL: https://svnweb.freebsd.org/changeset/ports/391366 Log: MFH: r391341 - Fix a runtime dependency - Fix a runtime error due a Linux dependent code snippet Reported by: Torfinn Ingolfsen Tested by: Torfinn Ingolfsen Approved by: ports-secteam (delphij) Added: branches/2015Q3/graphics/gscan2pdf/files/ - copied from r391341, head/graphics/gscan2pdf/files/ Modified: branches/2015Q3/graphics/gscan2pdf/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/graphics/gscan2pdf/Makefile ============================================================================== --- branches/2015Q3/graphics/gscan2pdf/Makefile Sun Jul 5 14:11:36 2015 (r391365) +++ branches/2015Q3/graphics/gscan2pdf/Makefile Sun Jul 5 16:41:37 2015 (r391366) @@ -3,6 +3,7 @@ PORTNAME= gscan2pdf PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -36,6 +37,7 @@ RUN_DEPENDS:= p5-Archive-Tar>0:${PORTSDI unpaper:${PORTSDIR}/graphics/unpaper \ p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ p5-Gtk2-Ex-PodViewer>0.17:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-PodViewer \ + p5-Filesys-Df>0.92:${PORTSDIR}/sysutils/p5-Filesys-Df \ ${BUILD_DEPENDS} NO_ARCH= yes @@ -62,7 +64,5 @@ post-patch: @${REINPLACE_CMD} -e \ 's|$$sharedir/man|$$prefixdir/man| ; \ s|1p|1|' ${WRKSRC}/Makefile.PL - @${REINPLACE_CMD} -e \ - 's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/bin/${PORTNAME} .include From owner-svn-ports-branches@freebsd.org Mon Jul 6 01:16:23 2015 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 38DBE9415; Mon, 6 Jul 2015 01:16:23 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 218111650; Mon, 6 Jul 2015 01:16:23 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t661GM0w086920; Mon, 6 Jul 2015 01:16:22 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t661GMOX086917; Mon, 6 Jul 2015 01:16:22 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507060116.t661GMOX086917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 01:16:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391382 - branches/2015Q3/www/node 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.20 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, 06 Jul 2015 01:16:23 -0000 Author: feld Date: Mon Jul 6 01:16:21 2015 New Revision: 391382 URL: https://svnweb.freebsd.org/changeset/ports/391382 Log: MFH: r391381 Update to 0.12.6 Resolve a DoS vulnerability with unassigned CVE Changes: http://blog.nodejs.org/2015/07/03/node-v0-12-6-stable/ Approved by: ports-secteam (with hat) Modified: branches/2015Q3/www/node/Makefile branches/2015Q3/www/node/distinfo branches/2015Q3/www/node/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/node/Makefile ============================================================================== --- branches/2015Q3/www/node/Makefile Mon Jul 6 01:14:11 2015 (r391381) +++ branches/2015Q3/www/node/Makefile Mon Jul 6 01:16:21 2015 (r391382) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 0.12.4 +PORTVERSION= 0.12.6 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: branches/2015Q3/www/node/distinfo ============================================================================== --- branches/2015Q3/www/node/distinfo Mon Jul 6 01:14:11 2015 (r391381) +++ branches/2015Q3/www/node/distinfo Mon Jul 6 01:16:21 2015 (r391382) @@ -1,2 +1,2 @@ -SHA256 (node-v0.12.4.tar.gz) = 3298d0997613a04ac64343e8316da134d04588132554ae402eb344e3369ec912 -SIZE (node-v0.12.4.tar.gz) = 19642076 +SHA256 (node-v0.12.6.tar.gz) = 7a3b5ac351973a9dee8edbf0684bc8d0dea44b231e42274ffb008141ffa19ad2 +SIZE (node-v0.12.6.tar.gz) = 19750717 Modified: branches/2015Q3/www/node/pkg-plist ============================================================================== --- branches/2015Q3/www/node/pkg-plist Mon Jul 6 01:14:11 2015 (r391381) +++ branches/2015Q3/www/node/pkg-plist Mon Jul 6 01:16:21 2015 (r391382) @@ -11,7 +11,81 @@ include/node/node_buffer.h include/node/node_internals.h include/node/node_object_wrap.h include/node/node_version.h +include/node/openssl/aes.h +include/node/openssl/asn1.h +include/node/openssl/asn1_mac.h +include/node/openssl/asn1t.h +include/node/openssl/bio.h +include/node/openssl/blowfish.h +include/node/openssl/bn.h +include/node/openssl/buffer.h +include/node/openssl/camellia.h +include/node/openssl/cast.h +include/node/openssl/cmac.h +include/node/openssl/cms.h +include/node/openssl/comp.h +include/node/openssl/conf.h +include/node/openssl/conf_api.h +include/node/openssl/crypto.h +include/node/openssl/des.h +include/node/openssl/des_old.h +include/node/openssl/dh.h +include/node/openssl/dsa.h +include/node/openssl/dso.h +include/node/openssl/dtls1.h +include/node/openssl/e_os2.h +include/node/openssl/ebcdic.h +include/node/openssl/ec.h +include/node/openssl/ecdh.h +include/node/openssl/ecdsa.h +include/node/openssl/engine.h +include/node/openssl/err.h +include/node/openssl/evp.h +include/node/openssl/hmac.h +include/node/openssl/idea.h +include/node/openssl/krb5_asn.h +include/node/openssl/kssl.h +include/node/openssl/lhash.h +include/node/openssl/md4.h +include/node/openssl/md5.h +include/node/openssl/mdc2.h +include/node/openssl/modes.h +include/node/openssl/obj_mac.h +include/node/openssl/objects.h +include/node/openssl/ocsp.h include/node/openssl/opensslconf.h +include/node/openssl/opensslv.h +include/node/openssl/ossl_typ.h +include/node/openssl/pem.h +include/node/openssl/pem2.h +include/node/openssl/pkcs12.h +include/node/openssl/pkcs7.h +include/node/openssl/pqueue.h +include/node/openssl/rand.h +include/node/openssl/rc2.h +include/node/openssl/rc4.h +include/node/openssl/ripemd.h +include/node/openssl/rsa.h +include/node/openssl/safestack.h +include/node/openssl/seed.h +include/node/openssl/sha.h +include/node/openssl/srp.h +include/node/openssl/srtp.h +include/node/openssl/ssl.h +include/node/openssl/ssl2.h +include/node/openssl/ssl23.h +include/node/openssl/ssl3.h +include/node/openssl/stack.h +include/node/openssl/symhacks.h +include/node/openssl/tls1.h +include/node/openssl/ts.h +include/node/openssl/txt_db.h +include/node/openssl/ui.h +include/node/openssl/ui_compat.h +include/node/openssl/whrlpool.h +include/node/openssl/x509.h +include/node/openssl/x509_vfy.h +include/node/openssl/x509v3.h include/node/pthread-fixes.h include/node/smalloc.h include/node/stdint-msvc2008.h From owner-svn-ports-branches@freebsd.org Mon Jul 6 03:10:53 2015 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 71D9798EDBE; Mon, 6 Jul 2015 03:10:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4827E13DE; Mon, 6 Jul 2015 03:10:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t663Arba049106; Mon, 6 Jul 2015 03:10:53 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t663Aqam049104; Mon, 6 Jul 2015 03:10:52 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507060310.t663Aqam049104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 03:10:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391384 - branches/2015Q3/net-p2p/bitcoin 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.20 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, 06 Jul 2015 03:10:53 -0000 Author: feld Date: Mon Jul 6 03:10:51 2015 New Revision: 391384 URL: https://svnweb.freebsd.org/changeset/ports/391384 Log: MFH: r391383 Update to 0.10.2 Resolves CVE-2015-3641 https://en.bitcoin.it/wiki/Common_Vulnerabilities_and_Exposures PR: 201224 Approved by: ports-secteam (with hat) Modified: branches/2015Q3/net-p2p/bitcoin/Makefile branches/2015Q3/net-p2p/bitcoin/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net-p2p/bitcoin/Makefile ============================================================================== --- branches/2015Q3/net-p2p/bitcoin/Makefile Mon Jul 6 03:09:35 2015 (r391383) +++ branches/2015Q3/net-p2p/bitcoin/Makefile Mon Jul 6 03:10:51 2015 (r391384) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bitcoin -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 DISTVERSIONPREFIX= v CATEGORIES= net-p2p finance @@ -13,7 +13,8 @@ LICENSE= MIT LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs -USES= autoreconf compiler:c++0x gmake libtool pkgconfig +USES= autoreconf compiler:c++0x gmake libtool pkgconfig shebangfix +SHEBANG_FILES= src/test/*.py USE_GITHUB= yes USE_OPENSSL= yes GNU_CONFIGURE= yes @@ -70,11 +71,11 @@ WALLET_USE= BDB=48 GH_ACCOUNT= bitcoin -CONFIGURE_ARGS?= --without-daemon \ +CONFIGURE_ARGS?= --without-libs \ + --disable-reduce-exports \ --with-gui \ - --without-libs \ - --without-utils \ - --disable-reduce-exports + --without-daemon \ + --without-utils CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" @@ -96,6 +97,9 @@ post-install: .endif regression-test: build + # To use this sucessfully, remove --without-daemon and --without-utils + # from CONFIGURE_ARGS above. + @cd ${WRKSRC} && ${GMAKE} check .include Modified: branches/2015Q3/net-p2p/bitcoin/distinfo ============================================================================== --- branches/2015Q3/net-p2p/bitcoin/distinfo Mon Jul 6 03:09:35 2015 (r391383) +++ branches/2015Q3/net-p2p/bitcoin/distinfo Mon Jul 6 03:10:51 2015 (r391384) @@ -1,2 +1,2 @@ -SHA256 (bitcoin-bitcoin-v0.10.1_GH0.tar.gz) = d83e2872de37a17c60b7f5d86a5d9cfe2e7e706bf270ea59d7cd846d2fbf8102 -SIZE (bitcoin-bitcoin-v0.10.1_GH0.tar.gz) = 5049043 +SHA256 (bitcoin-bitcoin-v0.10.2_GH0.tar.gz) = 48c82a35369e54b613f738adf2a3420f8a25636182d272635202a5f99bb1fb9b +SIZE (bitcoin-bitcoin-v0.10.2_GH0.tar.gz) = 5075202 From owner-svn-ports-branches@freebsd.org Mon Jul 6 05:43:35 2015 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 DD55A994BA7; Mon, 6 Jul 2015 05:43:35 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CCB123B5C; Mon, 6 Jul 2015 05:43:35 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t665hZWw027150; Mon, 6 Jul 2015 05:43:35 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t665hYMU027143; Mon, 6 Jul 2015 05:43:34 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507060543.t665hYMU027143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 6 Jul 2015 05:43:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391391 - in branches/2015Q3/www: nginx nginx-devel 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.20 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, 06 Jul 2015 05:43:36 -0000 Author: koobs Date: Mon Jul 6 05:43:33 2015 New Revision: 391391 URL: https://svnweb.freebsd.org/changeset/ports/391391 Log: MFH: r391254 www/nginx{-deve}: Fix build with HEADERS_MORE option Upstream apparently re-tagged the v0.26 release, thereby changing the contents of the tarball oftained from github, causing distinfo checksums to become mismatched. This change updates distinfo entries in nginx and nginx-devel to compensate. PR: 201129 Approved by: portmgr (feld) Modified: branches/2015Q3/www/nginx-devel/Makefile branches/2015Q3/www/nginx-devel/distinfo branches/2015Q3/www/nginx/Makefile branches/2015Q3/www/nginx/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/nginx-devel/Makefile ============================================================================== --- branches/2015Q3/www/nginx-devel/Makefile Mon Jul 6 05:17:40 2015 (r391390) +++ branches/2015Q3/www/nginx-devel/Makefile Mon Jul 6 05:43:33 2015 (r391391) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa Modified: branches/2015Q3/www/nginx-devel/distinfo ============================================================================== --- branches/2015Q3/www/nginx-devel/distinfo Mon Jul 6 05:17:40 2015 (r391390) +++ branches/2015Q3/www/nginx-devel/distinfo Mon Jul 6 05:43:33 2015 (r391391) @@ -48,8 +48,8 @@ SHA256 (nginx-clojure-nginx-clojure-v0.3 SIZE (nginx-clojure-nginx-clojure-v0.3.0_GH0.tar.gz) = 472761 SHA256 (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 8467237ca0fae74ca7a32fbd34fc6044df307098415d48068214c9c235695a07 SIZE (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 65073 -SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = d6bdc51f9e778a3b23e41a51cae542c1467a1e5e55c1329a7ffc454be084fb6f -SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28028 +SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 648e450ff48256919e948092e22dc9e17557f55311a669c5c72842a3d5ec1e79 +SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28033 SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 849381433a9020ee1162fa6211b047369fde38dc1a8b5de79f03f8fff2407fe2 Modified: branches/2015Q3/www/nginx/Makefile ============================================================================== --- branches/2015Q3/www/nginx/Makefile Mon Jul 6 05:17:40 2015 (r391390) +++ branches/2015Q3/www/nginx/Makefile Mon Jul 6 05:43:33 2015 (r391391) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.8.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ Modified: branches/2015Q3/www/nginx/distinfo ============================================================================== --- branches/2015Q3/www/nginx/distinfo Mon Jul 6 05:17:40 2015 (r391390) +++ branches/2015Q3/www/nginx/distinfo Mon Jul 6 05:43:33 2015 (r391391) @@ -48,8 +48,8 @@ SHA256 (nginx-clojure-nginx-clojure-v0.3 SIZE (nginx-clojure-nginx-clojure-v0.3.0_GH0.tar.gz) = 472761 SHA256 (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 8467237ca0fae74ca7a32fbd34fc6044df307098415d48068214c9c235695a07 SIZE (openresty-echo-nginx-module-v0.57_GH0.tar.gz) = 65073 -SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = d6bdc51f9e778a3b23e41a51cae542c1467a1e5e55c1329a7ffc454be084fb6f -SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28028 +SHA256 (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 648e450ff48256919e948092e22dc9e17557f55311a669c5c72842a3d5ec1e79 +SIZE (openresty-headers-more-nginx-module-v0.26_GH0.tar.gz) = 28033 SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (vkholodkov-nginx-eval-module-1.0.3_GH0.tar.gz) = 849381433a9020ee1162fa6211b047369fde38dc1a8b5de79f03f8fff2407fe2 From owner-svn-ports-branches@freebsd.org Mon Jul 6 13:03:02 2015 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 0022D93FC; Mon, 6 Jul 2015 13:03:01 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E458F1CFD; Mon, 6 Jul 2015 13:03:01 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66D31sY047332; Mon, 6 Jul 2015 13:03:01 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66D31wo047326; Mon, 6 Jul 2015 13:03:01 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507061303.t66D31wo047326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 13:03:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391409 - branches/2015Q3/www/iojs 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.20 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, 06 Jul 2015 13:03:02 -0000 Author: feld Date: Mon Jul 6 13:03:00 2015 New Revision: 391409 URL: https://svnweb.freebsd.org/changeset/ports/391409 Log: MFH: r391408 Update to 2.3.3 Resolve a DoS vulnerability with unassigned CVE Approved by: ports-secteam (with hat) Security: 864e6f75-2372-11e5-86ff-14dae9d210b8 Modified: branches/2015Q3/www/iojs/Makefile branches/2015Q3/www/iojs/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/iojs/Makefile ============================================================================== --- branches/2015Q3/www/iojs/Makefile Mon Jul 6 13:01:29 2015 (r391408) +++ branches/2015Q3/www/iojs/Makefile Mon Jul 6 13:03:00 2015 (r391409) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iojs -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.3 DISTVERSIONPREFIX= v CATEGORIES= www Modified: branches/2015Q3/www/iojs/distinfo ============================================================================== --- branches/2015Q3/www/iojs/distinfo Mon Jul 6 13:01:29 2015 (r391408) +++ branches/2015Q3/www/iojs/distinfo Mon Jul 6 13:03:00 2015 (r391409) @@ -1,2 +1,2 @@ -SHA256 (nodejs-io.js-v2.3.0_GH0.tar.gz) = fc42ceec5736ec0c1c3459d729506cc64fcc1dc19c426323809d25568e19731a -SIZE (nodejs-io.js-v2.3.0_GH0.tar.gz) = 32150695 +SHA256 (nodejs-io.js-v2.3.3_GH0.tar.gz) = 93b4a50ba7cc115bbad9bff5c67d7a6a9c51a012b556e5595eb1b992fada68ec +SIZE (nodejs-io.js-v2.3.3_GH0.tar.gz) = 33655729 From owner-svn-ports-branches@freebsd.org Mon Jul 6 16:47:11 2015 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 D32CCACED; Mon, 6 Jul 2015 16:47:11 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C178F1C86; Mon, 6 Jul 2015 16:47:11 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66GlBAr058204; Mon, 6 Jul 2015 16:47:11 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66GlApN058195; Mon, 6 Jul 2015 16:47:10 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201507061647.t66GlApN058195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 6 Jul 2015 16:47:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391425 - in branches/2015Q3/x11-wm/ede: . 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.20 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, 06 Jul 2015 16:47:12 -0000 Author: riggs Date: Mon Jul 6 16:47:09 2015 New Revision: 391425 URL: https://svnweb.freebsd.org/changeset/ports/391425 Log: MFH: r391393 - Un-break build - Pet portlint PR: 199251 Submitted by: tkato432@yahoo.com Reviewed by: riggs Approved by: Approved by: ports-secteam (feld) Added: branches/2015Q3/x11-wm/ede/files/patch-edelib__src__WindowUtils.cpp - copied unchanged from r391393, head/x11-wm/ede/files/patch-edelib__src__WindowUtils.cpp Modified: branches/2015Q3/x11-wm/ede/Makefile branches/2015Q3/x11-wm/ede/files/patch-pekwm__Observable.cc branches/2015Q3/x11-wm/ede/files/patch-pekwm__Observable.hh Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/x11-wm/ede/Makefile ============================================================================== --- branches/2015Q3/x11-wm/ede/Makefile Mon Jul 6 16:43:09 2015 (r391424) +++ branches/2015Q3/x11-wm/ede/Makefile Mon Jul 6 16:47:09 2015 (r391425) @@ -3,7 +3,7 @@ PORTNAME= ede PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= SF \ SF/${PORTNAME}/${PORTNAME}lib/${PORTVERSION}:edelib @@ -16,8 +16,6 @@ COMMENT= Equinox Desktop Environment LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi -BROKEN= Fails to link, tries to use internal fltk symbols - BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen \ jam:${PORTSDIR}/devel/jam LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ @@ -30,14 +28,14 @@ USES= fam gettext iconv:translit pathfi SHEBANG_FILES= doc/asciidoc/asciidoc.py python_OLD_CMD= ${SETENV} python python_CMD= ${PYTHON_CMD} -USE_XORG= xcomposite xft xinerama xpm xrandr +USE_XORG= xcomposite xft xinerama xkbfile xpm xrandr USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ENV= PEKWM_CXXFLAGS="${CXXFLAGS}" \ PKG_CONFIG_PATH="${EDELIB_WRKSRC}/pc" CONFIGURE_ARGS= --with-edelib-path=${EDELIB_WRKSRC} \ --with-fltk-path=${LOCALBASE} -INSTALL_ICONS= yes +INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -56,6 +54,9 @@ EDELIB_DISTNAME=${EDELIB_NAME}-${EDELIB_ EDELIB_DISTFILE=${EDELIB_DISTNAME}${EXTRACT_SUFX} EDELIB_WRKSRC= ${WRKDIR}/${EDELIB_DISTNAME} +post-extract: + @${LN} -sf ${EDELIB_WRKSRC} ${WRKDIR}/${EDELIB_NAME} + post-patch: @${REINPLACE_CMD} -e \ '/DEVELOPER_FLAGS=/s|-pedantic|| ; \ @@ -90,6 +91,10 @@ pre-configure: CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}") +post-configure: + @${REINPLACE_CMD} -e \ + 's|#define ICONV_CONST 1|#undef ICONV_CONST|' ${WRKSRC}/config.h + pre-build: @(cd ${EDELIB_WRKSRC} \ && ${LOCALBASE}/bin/jam -j${MAKE_JOBS_NUMBER} \ Copied: branches/2015Q3/x11-wm/ede/files/patch-edelib__src__WindowUtils.cpp (from r391393, head/x11-wm/ede/files/patch-edelib__src__WindowUtils.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/x11-wm/ede/files/patch-edelib__src__WindowUtils.cpp Mon Jul 6 16:47:09 2015 (r391425, copy of r391393, head/x11-wm/ede/files/patch-edelib__src__WindowUtils.cpp) @@ -0,0 +1,45 @@ +--- ../edelib/src/WindowUtils.cpp.orig 2014-06-21 23:24:07.000000000 +0200 ++++ ../edelib/src/WindowUtils.cpp 2015-07-06 08:22:40.598815934 +0200 +@@ -1,5 +1,5 @@ + /* +- * $Id: WindowUtils.cpp 3106 2011-10-21 20:26:08Z karijes $ ++ * $Id: WindowUtils.cpp 3592 2014-12-02 12:48:07Z karijes $ + * + * Window utils + * Copyright (c) 1998-2006 by Bill Spitzak and others +@@ -33,8 +33,10 @@ + * These are defined in FLTK as hidden variables for some internal hacks, but are used here. + * XXX: possible changes in future FLTK versions + */ ++#if 0 + extern char fl_show_iconic; + extern int fl_disable_transient_for; ++#endif + + EDELIB_NS_BEGIN + +@@ -165,7 +167,7 @@ void window_xid_create(Fl_Window* win, v + XChangeProperty(fl_display, xp->xid, XA_WM_CLASS, XA_STRING, 8, 0, (unsigned char *)buffer, p-buffer-1); + } + +- if(win->non_modal() && xp->next && !fl_disable_transient_for) { ++ if(win->non_modal() && xp->next /* && !fl_disable_transient_for */) { + // find some other window to be "transient for": + Fl_Window* wp = xp->next->w; + while(wp->parent()) +@@ -193,13 +195,14 @@ void window_xid_create(Fl_Window* win, v + XWMHints *hints = XAllocWMHints(); + hints->input = True; + hints->flags = InputHint; +- ++#if 0 + if(fl_show_iconic) { + hints->flags |= StateHint; + hints->initial_state = IconicState; + fl_show_iconic = 0; + showit = 0; + } ++#endif + + // This is not removed so it can be used with windows inherited from Fl_Window + if(win->icon()) { Modified: branches/2015Q3/x11-wm/ede/files/patch-pekwm__Observable.cc ============================================================================== --- branches/2015Q3/x11-wm/ede/files/patch-pekwm__Observable.cc Mon Jul 6 16:43:09 2015 (r391424) +++ branches/2015Q3/x11-wm/ede/files/patch-pekwm__Observable.cc Mon Jul 6 16:47:09 2015 (r391425) @@ -1,5 +1,5 @@ ---- ./pekwm/Observable.cc.orig 2012-05-18 12:51:49.000000000 +0000 -+++ ./pekwm/Observable.cc 2014-01-05 16:56:43.000000000 +0000 +--- pekwm/Observable.cc.orig 2014-06-21 21:24:41 UTC ++++ pekwm/Observable.cc @@ -10,10 +10,12 @@ #include "config.h" #endif // HAVE_CONFIG_H @@ -14,7 +14,7 @@ /** * Notify all observers. -@@ -21,11 +23,10 @@ +@@ -21,11 +23,10 @@ using SLIST_NAMESPACE::slist; void Observable::notifyObservers(Observation *observation) { @@ -30,7 +30,7 @@ } } -@@ -35,7 +36,7 @@ +@@ -35,7 +36,7 @@ Observable::notifyObservers(Observation void Observable::addObserver(Observer *observer) { @@ -39,7 +39,7 @@ } /** -@@ -44,7 +45,5 @@ +@@ -44,7 +45,5 @@ Observable::addObserver(Observer *observ void Observable::removeObserver(Observer *observer) { Modified: branches/2015Q3/x11-wm/ede/files/patch-pekwm__Observable.hh ============================================================================== --- branches/2015Q3/x11-wm/ede/files/patch-pekwm__Observable.hh Mon Jul 6 16:43:09 2015 (r391424) +++ branches/2015Q3/x11-wm/ede/files/patch-pekwm__Observable.hh Mon Jul 6 16:47:09 2015 (r391425) @@ -1,5 +1,5 @@ ---- ./pekwm/Observable.hh.orig 2012-05-18 12:51:49.000000000 +0000 -+++ ./pekwm/Observable.hh 2014-01-05 16:56:43.000000000 +0000 +--- pekwm/Observable.hh.orig 2014-06-21 21:24:41 UTC ++++ pekwm/Observable.hh @@ -9,11 +9,7 @@ #ifndef _OBSERVABLE_HH_ #define _OBSERVABLE_HH_ @@ -13,7 +13,7 @@ class Observer; -@@ -36,7 +32,7 @@ +@@ -36,7 +32,7 @@ public: void removeObserver(Observer *observer); private: From owner-svn-ports-branches@freebsd.org Mon Jul 6 17:39:31 2015 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 8376D994450; Mon, 6 Jul 2015 17:39:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5237E3ECC; Mon, 6 Jul 2015 17:39:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HdVHa084744; Mon, 6 Jul 2015 17:39:31 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HdUAS084740; Mon, 6 Jul 2015 17:39:30 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507061739.t66HdUAS084740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 6 Jul 2015 17:39:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391432 - branches/2015Q3/www/squid 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.20 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, 06 Jul 2015 17:39:31 -0000 Author: feld Date: Mon Jul 6 17:39:29 2015 New Revision: 391432 URL: https://svnweb.freebsd.org/changeset/ports/391432 Log: MFH: r391431 Update to 3.5.6 Resolve security issue, no CVE assigned yet Approved by: maintainer Approved by: ports-secteam (with hat) Security: 150d1538-23fa-11e5-a4a5-002590263bf5 Modified: branches/2015Q3/www/squid/Makefile branches/2015Q3/www/squid/distinfo branches/2015Q3/www/squid/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/squid/Makefile ============================================================================== --- branches/2015Q3/www/squid/Makefile Mon Jul 6 17:38:18 2015 (r391431) +++ branches/2015Q3/www/squid/Makefile Mon Jul 6 17:39:29 2015 (r391432) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.5.5 +PORTVERSION= 3.5.6 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ Modified: branches/2015Q3/www/squid/distinfo ============================================================================== --- branches/2015Q3/www/squid/distinfo Mon Jul 6 17:38:18 2015 (r391431) +++ branches/2015Q3/www/squid/distinfo Mon Jul 6 17:39:29 2015 (r391432) @@ -1,2 +1,2 @@ -SHA256 (squid3.5/squid-3.5.5.tar.xz) = 23793da6b23871765188becae59a6f4b6c3672c256ba9be90743b46a3c7921cf -SIZE (squid3.5/squid-3.5.5.tar.xz) = 2290016 +SHA256 (squid3.5/squid-3.5.6.tar.xz) = cd080e8d5eaabebf6808792751322bd05f2a9c8fe4377f54c7155682ef6c38d5 +SIZE (squid3.5/squid-3.5.6.tar.xz) = 2291152 Modified: branches/2015Q3/www/squid/pkg-plist ============================================================================== --- branches/2015Q3/www/squid/pkg-plist Mon Jul 6 17:38:18 2015 (r391431) +++ branches/2015Q3/www/squid/pkg-plist Mon Jul 6 17:39:29 2015 (r391432) @@ -482,6 +482,7 @@ %%ETCDIR%%/errors/es-pr %%ETCDIR%%/errors/es-py %%ETCDIR%%/errors/es-sv +%%ETCDIR%%/errors/es-us %%ETCDIR%%/errors/es-uy %%ETCDIR%%/errors/es-ve %%ETCDIR%%/errors/es/ERR_ACCESS_DENIED From owner-svn-ports-branches@freebsd.org Mon Jul 6 23:38:27 2015 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 8313D9952E9; Mon, 6 Jul 2015 23:38:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6695219AC; Mon, 6 Jul 2015 23:38:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66NcRkS071782; Mon, 6 Jul 2015 23:38:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66NcRAc071781; Mon, 6 Jul 2015 23:38:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507062338.t66NcRAc071781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 6 Jul 2015 23:38:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391486 - branches/2015Q3/security/py-crits 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.20 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, 06 Jul 2015 23:38:27 -0000 Author: amdmi3 Date: Mon Jul 6 23:38:26 2015 New Revision: 391486 URL: https://svnweb.freebsd.org/changeset/ports/391486 Log: MFH: r391478 - Fix packaging failure due to incorrectly generated plist Submitted by: pkg-fallout Approved by: portmgr blanket Approved by: ports-secteam (build fix blanket) Modified: branches/2015Q3/security/py-crits/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/security/py-crits/pkg-plist ============================================================================== --- branches/2015Q3/security/py-crits/pkg-plist Mon Jul 6 23:27:45 2015 (r391485) +++ branches/2015Q3/security/py-crits/pkg-plist Mon Jul 6 23:38:26 2015 (r391486) @@ -567,7 +567,7 @@ %%DATADIR%%/extras/www/css/images/ui-bg_highlight-soft_75_f6f6f6_1x100.png %%DATADIR%%/extras/www/css/images/ui-bg_inset-soft_0_aaaaaa_1x100.png %%DATADIR%%/extras/www/css/images/ui-bg_inset-soft_95_fef1ec_1x100.png -%%DATADIR%%/extras/www/css/images/ui-icons_%%APACHE_VERSION%%%%APACHE_VERSION%%%%APACHE_VERSION%%_256x240.png +%%DATADIR%%/extras/www/css/images/ui-icons_222222_256x240.png %%DATADIR%%/extras/www/css/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/extras/www/css/images/ui-icons_3399ff_256x240.png %%DATADIR%%/extras/www/css/images/ui-icons_454545_256x240.png @@ -624,7 +624,7 @@ %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-bg_inset-soft_0_aaaaaa_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-bg_inset-soft_30_ffffff_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-bg_inset-soft_95_fef1ec_1x100.png -%%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_%%APACHE_VERSION%%%%APACHE_VERSION%%%%APACHE_VERSION%%_256x240.png +%%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_222222_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_3399ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_3c00bd_256x240.png @@ -633,7 +633,7 @@ %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_70b2e1_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_888888_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_af05d1_256x240.png -%%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_c%%APACHE_VERSION%%6ed_256x240.png +%%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_c226ed_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_cc0000_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_cd0a0a_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Christina/images/ui-icons_eb0f99_256x240.png @@ -664,7 +664,7 @@ %%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-bg_highlight-soft_75_f6f6f6_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-bg_inset-soft_0_aaaaaa_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-bg_inset-soft_95_fef1ec_1x100.png -%%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-icons_%%APACHE_VERSION%%%%APACHE_VERSION%%%%APACHE_VERSION%%_256x240.png +%%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-icons_222222_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-icons_3399ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Fil/images/ui-icons_454545_256x240.png @@ -696,7 +696,7 @@ %%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-bg_highlight-soft_75_f6f6f6_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-bg_inset-soft_0_aaaaaa_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-bg_inset-soft_95_fef1ec_1x100.png -%%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-icons_%%APACHE_VERSION%%%%APACHE_VERSION%%%%APACHE_VERSION%%_256x240.png +%%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-icons_222222_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-icons_3399ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/Midnight/images/ui-icons_454545_256x240.png @@ -728,7 +728,7 @@ %%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-bg_highlight-soft_75_f6f6f6_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-bg_inset-soft_0_aaaaaa_1x100.png %%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-bg_inset-soft_95_fef1ec_1x100.png -%%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-icons_%%APACHE_VERSION%%%%APACHE_VERSION%%%%APACHE_VERSION%%_256x240.png +%%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-icons_222222_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-icons_2e83ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-icons_3399ff_256x240.png %%DATADIR%%/extras/www/css/jquery-themes/default/images/ui-icons_454545_256x240.png From owner-svn-ports-branches@freebsd.org Tue Jul 7 05:57:38 2015 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 2DD6F994910; Tue, 7 Jul 2015 05:57:38 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 038FE114D; Tue, 7 Jul 2015 05:57:38 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t675vboH064814; Tue, 7 Jul 2015 05:57:37 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t675vbrE064805; Tue, 7 Jul 2015 05:57:37 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507070557.t675vbrE064805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 7 Jul 2015 05:57:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391490 - branches/2015Q3/multimedia/emby-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.20 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, 07 Jul 2015 05:57:38 -0000 Author: koobs Date: Tue Jul 7 05:57:36 2015 New Revision: 391490 URL: https://svnweb.freebsd.org/changeset/ports/391490 Log: MFH: r391419 multimedia/emby-server: Update to 3.0.5641.5, fix distinfo The upstream project on GitHub was renamed from MediaBrowser to Emby causing the following error: size mismatch: expected 54577043, actual 54582083 - Update to 3.0.5641.5 - Change the upstream repository name to compensate PR: 201369 Submitted by: Ben Woods (maintainer) Approved by: portmgr (delphij) Modified: branches/2015Q3/multimedia/emby-server/Makefile branches/2015Q3/multimedia/emby-server/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/multimedia/emby-server/Makefile ============================================================================== --- branches/2015Q3/multimedia/emby-server/Makefile Tue Jul 7 04:40:51 2015 (r391489) +++ branches/2015Q3/multimedia/emby-server/Makefile Tue Jul 7 05:57:36 2015 (r391490) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.5641.4 +PORTVERSION= 3.0.5641.5 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com @@ -20,7 +20,7 @@ CONFLICTS_INSTALL= mediabrowser USE_GITHUB= yes GH_ACCOUNT= MediaBrowser -GH_PROJECT= MediaBrowser +GH_PROJECT= Emby USES= mono pkgconfig Modified: branches/2015Q3/multimedia/emby-server/distinfo ============================================================================== --- branches/2015Q3/multimedia/emby-server/distinfo Tue Jul 7 04:40:51 2015 (r391489) +++ branches/2015Q3/multimedia/emby-server/distinfo Tue Jul 7 05:57:36 2015 (r391490) @@ -1,2 +1,2 @@ -SHA256 (MediaBrowser-MediaBrowser-3.0.5641.4_GH0.tar.gz) = f6037906d374f0be67777d1c2daa0db418fe8bb51221a31638f78da61bd96c30 -SIZE (MediaBrowser-MediaBrowser-3.0.5641.4_GH0.tar.gz) = 54577043 +SHA256 (MediaBrowser-Emby-3.0.5641.5_GH0.tar.gz) = e9c814a53ab6f3896911d0cd96386f478f976aba4eeaa200b2183519a21a4e14 +SIZE (MediaBrowser-Emby-3.0.5641.5_GH0.tar.gz) = 54491600 From owner-svn-ports-branches@freebsd.org Tue Jul 7 06:00:04 2015 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 25D8D99495A; Tue, 7 Jul 2015 06:00:04 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15FF3125F; Tue, 7 Jul 2015 06:00:04 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67603LM065485; Tue, 7 Jul 2015 06:00:03 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67603g2065483; Tue, 7 Jul 2015 06:00:03 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507070600.t67603g2065483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 7 Jul 2015 06:00:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391491 - branches/2015Q3/sysutils/py-salt 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.20 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, 07 Jul 2015 06:00:04 -0000 Author: koobs Date: Tue Jul 7 06:00:03 2015 New Revision: 391491 URL: https://svnweb.freebsd.org/changeset/ports/391491 Log: MFH: r391389 sysutils/py-salt: Remove spurious backslash line ending Remove a spurious slash from the line end of PYDISTUTILS_INSTALLARGS introduced in r387241. Reported by: xmj Approved by: portmgr (delphij) Modified: branches/2015Q3/sysutils/py-salt/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/sysutils/py-salt/Makefile ============================================================================== --- branches/2015Q3/sysutils/py-salt/Makefile Tue Jul 7 05:57:36 2015 (r391490) +++ branches/2015Q3/sysutils/py-salt/Makefile Tue Jul 7 06:00:03 2015 (r391491) @@ -52,7 +52,7 @@ PYDISTUTILS_INSTALLARGS+=\ --salt-base-pillar-roots-dir=${ETCDIR}/pillar \ --salt-base-master-roots-dir=${ETCDIR}/salt-master \ --salt-logs-dir=/var/log/salt \ - --salt-pidfile-dir=/var/run \ + --salt-pidfile-dir=/var/run USE_RC_SUBR= salt_master \ salt_minion \ From owner-svn-ports-branches@freebsd.org Tue Jul 7 15:09:36 2015 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 612389957E6; Tue, 7 Jul 2015 15:09:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4545218B1; Tue, 7 Jul 2015 15:09:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67F9aJW037277; Tue, 7 Jul 2015 15:09:36 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67F9ZTI037274; Tue, 7 Jul 2015 15:09:35 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507071509.t67F9ZTI037274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 7 Jul 2015 15:09:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391509 - in branches/2015Q3/net/turses: . 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.20 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, 07 Jul 2015 15:09:36 -0000 Author: koobs Date: Tue Jul 7 15:09:34 2015 New Revision: 391509 URL: https://svnweb.freebsd.org/changeset/ports/391509 Log: MFH: r391502 net/turses: Update to 0.3.0, Unbreak. - Update to 0.3.0, unbreaking due to 2.3+ versions of net/py-tweepy in the ports tree - Patch setup.py to relax py-tweepy version requirement - oauth2 is no longer required - Set USES=python to 2.7, since this doesnt need the meta-port - Patch in setuptools test command support (setup.py) - Update TEST_DEPENDS and TESTS option description - Sort USE_PYTHON values - Add NO_ARCH Second half of: PR: 200621 Reported by: Patrick P. Approved by: portmgr (feld) Modified: branches/2015Q3/net/turses/Makefile branches/2015Q3/net/turses/distinfo branches/2015Q3/net/turses/files/patch-setup.py Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net/turses/Makefile ============================================================================== --- branches/2015Q3/net/turses/Makefile Tue Jul 7 15:05:12 2015 (r391508) +++ branches/2015Q3/net/turses/Makefile Tue Jul 7 15:09:34 2015 (r391509) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= turses -PORTVERSION= 0.2.22 +PORTVERSION= 0.3.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP @@ -11,22 +11,23 @@ COMMENT= Python Twitter client for the c LICENSE= GPLv3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2 \ - ${PYTHON_PKGNAMEPREFIX}urwid>0:${PORTSDIR}/devel/py-urwid \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urwid>0:${PORTSDIR}/devel/py-urwid \ ${PYTHON_PKGNAMEPREFIX}tweepy>=2.2:${PORTSDIR}/net/py-tweepy - -TEST_DEPENDS:= ${RUN_DEPENDS} \ - ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock -OPTIONS_DEFINE= TESTS -TESTS_DESC= Install tools for unit tests -TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} +OPTIONS_DEFINE= TESTS + +TESTS_DESC= Install test suite requirements +TESTS_BUILD_DEPENDS= ${RUN_DEPENDS} \ + ${TEST_DEPENDS} + +USES= python:2.7 +USE_PYTHON= autoplist distutils -USES= python:2 -USE_PYTHON= distutils autoplist +NO_ARCH= yes regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: branches/2015Q3/net/turses/distinfo ============================================================================== --- branches/2015Q3/net/turses/distinfo Tue Jul 7 15:05:12 2015 (r391508) +++ branches/2015Q3/net/turses/distinfo Tue Jul 7 15:09:34 2015 (r391509) @@ -1,2 +1,2 @@ -SHA256 (turses-0.2.22.tar.gz) = a3fbca4d82089fc9b863b1d7d90864ff64f488c773d514906984114f71db0fb7 -SIZE (turses-0.2.22.tar.gz) = 52047 +SHA256 (turses-0.3.0.tar.gz) = 9b6737655b006a1b03123ea294335170ffa576d3696abcfe6dd2853723d5dcca +SIZE (turses-0.3.0.tar.gz) = 50395 Modified: branches/2015Q3/net/turses/files/patch-setup.py ============================================================================== --- branches/2015Q3/net/turses/files/patch-setup.py Tue Jul 7 15:05:12 2015 (r391508) +++ branches/2015Q3/net/turses/files/patch-setup.py Tue Jul 7 15:09:34 2015 (r391509) @@ -1,18 +1,53 @@ ---- ./setup.py.orig 2013-12-03 05:34:39.000000000 +1100 -+++ ./setup.py 2014-03-08 14:28:44.204623431 +1100 -@@ -47,7 +47,7 @@ +--- setup.py.orig 2015-07-07 10:35:56 UTC ++++ setup.py +@@ -32,6 +32,8 @@ See ``AUTHORS`` for a full list of contr + """ + + from setuptools import setup, find_packages ++from setuptools.command.test import test as TestCommand ++import sys + from sys import version_info + + import turses +@@ -40,13 +42,31 @@ NAME = "turses" + + REQUIREMENTS = [ + "urwid", +- "tweepy==3.1.0", ++ "tweepy>=3.1.0", + ] + if version_info[:2] == (2, 6): REQUIREMENTS.append("argparse") TEST_REQUIREMENTS = list(REQUIREMENTS) --TEST_REQUIREMENTS.extend(["mock", "nose", "coverage", "tox"]) -+TEST_REQUIREMENTS.extend(["mock", "nose"]) +-TEST_REQUIREMENTS.extend(["mock", "pytest", "coverage", "tox"]) ++TEST_REQUIREMENTS.extend(["mock", "pytest"]) ++ ++class PyTest(TestCommand): ++ user_options = [('pytest-args=', 'a', "Arguments to pass to py.test")] ++ ++ def initialize_options(self): ++ TestCommand.initialize_options(self) ++ self.pytest_args = [] ++ ++ def finalize_options(self): ++ TestCommand.finalize_options(self) ++ self.test_args = [] ++ self.test_suite = True ++ ++ def run_tests(self): ++ #import here, cause outside the eggs aren't loaded ++ import pytest ++ errno = pytest.main(self.pytest_args) ++ sys.exit(errno) try: - long_description = open("README.rst").read() + "\n\n" + open("HISTORY.rst").read() -@@ -80,5 +80,6 @@ - "Programming Language :: Python :: 2.7", + long_description = open("README.rst").read() + "\n\n" + open( +@@ -80,4 +100,6 @@ setup(name=NAME, "Topic :: Communications", ], -+ test_suite = 'nose.collector', install_requires=REQUIREMENTS, - tests_require=TEST_REQUIREMENTS) +- tests_require=TEST_REQUIREMENTS) ++ tests_require=TEST_REQUIREMENTS, ++ cmdclass = {'test': PyTest}, ++) From owner-svn-ports-branches@freebsd.org Tue Jul 7 15:44:50 2015 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 1429E9960EC; Tue, 7 Jul 2015 15:44:50 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03FD812DE; Tue, 7 Jul 2015 15:44:50 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67Fin42056505; Tue, 7 Jul 2015 15:44:49 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67FinwZ056503; Tue, 7 Jul 2015 15:44:49 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201507071544.t67FinwZ056503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 7 Jul 2015 15:44:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391512 - branches/2015Q3/mail/alpine 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.20 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, 07 Jul 2015 15:44:50 -0000 Author: koobs Date: Tue Jul 7 15:44:48 2015 New Revision: 391512 URL: https://svnweb.freebsd.org/changeset/ports/391512 Log: MFH: r391489 mail/alpine: Update distinfo for maildir patch The upstream distribution file (maildir.patch.gz) has changes. Update distinfo to compensate. PR: 199173 Submitted by: Igor Zabelin (maintainer) Approved by: portmgr (feld) Modified: branches/2015Q3/mail/alpine/Makefile branches/2015Q3/mail/alpine/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/mail/alpine/Makefile ============================================================================== --- branches/2015Q3/mail/alpine/Makefile Tue Jul 7 15:39:27 2015 (r391511) +++ branches/2015Q3/mail/alpine/Makefile Tue Jul 7 15:44:48 2015 (r391512) @@ -2,7 +2,7 @@ PORTNAME?= alpine PORTVERSION= 2.20 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= mail news ipv6 MASTER_SITES= http://patches.freeiz.com/alpine/release/src/ DIST_SUBDIR= alpine-${PORTVERSION} Modified: branches/2015Q3/mail/alpine/distinfo ============================================================================== --- branches/2015Q3/mail/alpine/distinfo Tue Jul 7 15:39:27 2015 (r391511) +++ branches/2015Q3/mail/alpine/distinfo Tue Jul 7 15:44:48 2015 (r391512) @@ -1,4 +1,4 @@ SHA256 (alpine-2.20/alpine-2.20.tar.xz) = ed639b6e5bb97e6b0645c85262ca6a784316195d461ce8d8411999bf80449227 SIZE (alpine-2.20/alpine-2.20.tar.xz) = 4841816 -SHA256 (alpine-2.20/maildir.patch.gz) = 80c1a147d9092f463dce365f12b9e74f7d0a0c15e03267010f5dcb42a27493d3 -SIZE (alpine-2.20/maildir.patch.gz) = 33935 +SHA256 (alpine-2.20/maildir.patch.gz) = 1ef0932b80d7f790ce6577a521a7b613b5ce277bb13cbaf0116bb5de1499caaa +SIZE (alpine-2.20/maildir.patch.gz) = 38374 From owner-svn-ports-branches@freebsd.org Tue Jul 7 15:51:20 2015 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 8754799630A; Tue, 7 Jul 2015 15:51:20 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x22f.google.com (mail-pd0-x22f.google.com [IPv6:2607:f8b0:400e:c02::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5897D1D67; Tue, 7 Jul 2015 15:51:20 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdbci14 with SMTP id ci14so127942816pdb.2; Tue, 07 Jul 2015 08:51:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=yMz3MH0kGvWpGNnLSpQkpDvdsobrqGBgdGxUCCN2V4Y=; b=PlPFz19UVWwYq41ALwujrVWcBQ56v+7JXp5+fVBcWtBQQpUVAY9pU0wBDQSn7V79E3 tRQvAiiPbZTGDUEKWkQ8jHDyQiydrFawcw16vjrY93qh95elzbSbZeT73Cj+ZI7wMWmq 3cLNivOMctfsYJEV/htKN8CK0fQoWYtetEUQfZXBD0G7rzmH7MdYE6HdJg87pUjUiLeS KygY+7pDEo0LtEpU8JSMpct63LTXAqS3ySU/rRelHrslHT8VBX5uGvjvIW06T0GeIN/5 YwdMo6kz3duALMDDmPx0H546EerfkkGXwnpOF1dKBMO476xFJAlTK9U1Cq3FfJNmm5x5 9n2w== X-Received: by 10.66.221.163 with SMTP id qf3mr9954557pac.129.1436284279786; Tue, 07 Jul 2015 08:51:19 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::2? (2001-44b8-31ae-7b01-0000-0000-0000-0002.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::2]) by mx.google.com with ESMTPSA id qt4sm22238291pbc.86.2015.07.07.08.51.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Jul 2015 08:51:19 -0700 (PDT) Sender: Kubilay Kocak Subject: Re: svn commit: r391512 - branches/2015Q3/mail/alpine To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org References: <201507071544.t67FinwZ056503@repo.freebsd.org> From: Kubilay Kocak Message-ID: <559BF56E.80506@FreeBSD.org> Date: Wed, 8 Jul 2015 01:51:10 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <201507071544.t67FinwZ056503@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 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, 07 Jul 2015 15:51:20 -0000 On 8/07/2015 1:44 AM, Kubilay Kocak wrote: > Author: koobs > Date: Tue Jul 7 15:44:48 2015 > New Revision: 391512 > URL: https://svnweb.freebsd.org/changeset/ports/391512 > > Log: > MFH: r391489 > > mail/alpine: Update distinfo for maildir patch > > The upstream distribution file (maildir.patch.gz) has changes. Update distinfo > to compensate. > > PR: 199173 > Submitted by: Igor Zabelin (maintainer) > > Approved by: portmgr (feld) Clarification, feld is ports-secteam, not portmgr. From owner-svn-ports-branches@freebsd.org Tue Jul 7 18:22:49 2015 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 8F00199428E; Tue, 7 Jul 2015 18:22:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71B891666; Tue, 7 Jul 2015 18:22:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67IMm7h035456; Tue, 7 Jul 2015 18:22:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67IMmad035454; Tue, 7 Jul 2015 18:22:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507071822.t67IMmad035454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 7 Jul 2015 18:22:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391517 - branches/2015Q3/deskutils/kdepimlibs4 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.20 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, 07 Jul 2015 18:22:49 -0000 Author: amdmi3 Date: Tue Jul 7 18:22:47 2015 New Revision: 391517 URL: https://svnweb.freebsd.org/changeset/ports/391517 Log: MFH: r391516 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q3/deskutils/kdepimlibs4/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/deskutils/kdepimlibs4/Makefile ============================================================================== --- branches/2015Q3/deskutils/kdepimlibs4/Makefile Tue Jul 7 18:06:57 2015 (r391516) +++ branches/2015Q3/deskutils/kdepimlibs4/Makefile Tue Jul 7 18:22:47 2015 (r391517) @@ -3,6 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -21,7 +22,8 @@ LIB_DEPENDS= libgpgme.so:${PORTSDIR}/sec USE_KDE4= kdelibs akonadi kdeprefix \ automoc4 ontologies soprano -USES= cmake:outsource shared-mime-info tar:xz +USES= cmake:outsource shared-mime-info shebangfix tar:xz +SHEBANG_FILES= mailtransport/kconf_update/migrate-transports.pl USE_OPENLDAP= yes USE_QT4= corelib dbus declarative designer_build gui network sql xml \ qmake_build moc_build rcc_build uic_build From owner-svn-ports-branches@freebsd.org Tue Jul 7 22:17:37 2015 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 8082C996488; Tue, 7 Jul 2015 22:17:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 643751206; Tue, 7 Jul 2015 22:17:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t67MHb0a052516; Tue, 7 Jul 2015 22:17:37 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t67MHam2052505; Tue, 7 Jul 2015 22:17:36 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507072217.t67MHam2052505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 7 Jul 2015 22:17:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391535 - in branches/2015Q3/dns: bind910 bind99 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.20 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, 07 Jul 2015 22:17:37 -0000 Author: mat Date: Tue Jul 7 22:17:35 2015 New Revision: 391535 URL: https://svnweb.freebsd.org/changeset/ports/391535 Log: MFH: r391534 Update BIND 9.9 to 9.9.7-P1 and 9.10 to 9.10.2-P2. Approved by: secteam (delphij) Security: CVE-2015-4620 Sponsored by: Absolight Modified: branches/2015Q3/dns/bind910/Makefile branches/2015Q3/dns/bind910/distinfo branches/2015Q3/dns/bind99/Makefile branches/2015Q3/dns/bind99/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/dns/bind910/Makefile ============================================================================== --- branches/2015Q3/dns/bind910/Makefile Tue Jul 7 22:15:07 2015 (r391534) +++ branches/2015Q3/dns/bind910/Makefile Tue Jul 7 22:17:35 2015 (r391535) @@ -21,7 +21,7 @@ COMMENT?= BIND DNS suite with updated DN LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.10.2 +ISCVERSION= 9.10.2-P2 MAKE_JOBS_UNSAFE= yes Modified: branches/2015Q3/dns/bind910/distinfo ============================================================================== --- branches/2015Q3/dns/bind910/distinfo Tue Jul 7 22:15:07 2015 (r391534) +++ branches/2015Q3/dns/bind910/distinfo Tue Jul 7 22:17:35 2015 (r391535) @@ -1,2 +1,2 @@ -SHA256 (bind-9.10.2.tar.gz) = 6f9bb7908aa45c1edfa391e356fc0afc1ded175386cdefb6cf9e1289f7457a98 -SIZE (bind-9.10.2.tar.gz) = 8481111 +SHA256 (bind-9.10.2-P2.tar.gz) = b1e6f0af88634aaf48fb9d06bbf82968264f49b8e2685f061dd3fd4c1ab76c5f +SIZE (bind-9.10.2-P2.tar.gz) = 8469608 Modified: branches/2015Q3/dns/bind99/Makefile ============================================================================== --- branches/2015Q3/dns/bind99/Makefile Tue Jul 7 22:15:07 2015 (r391534) +++ branches/2015Q3/dns/bind99/Makefile Tue Jul 7 22:17:35 2015 (r391535) @@ -15,7 +15,7 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.9.7 +ISCVERSION= 9.9.7-P1 MAKE_JOBS_UNSAFE= yes Modified: branches/2015Q3/dns/bind99/distinfo ============================================================================== --- branches/2015Q3/dns/bind99/distinfo Tue Jul 7 22:15:07 2015 (r391534) +++ branches/2015Q3/dns/bind99/distinfo Tue Jul 7 22:17:35 2015 (r391535) @@ -1,4 +1,4 @@ -SHA256 (bind-9.9.7.tar.gz) = 3f23e7fcb363a2594ed1f065868c2c1080a93636a4fcb4c47f9e164e2cd74c66 -SIZE (bind-9.9.7.tar.gz) = 7960032 -SHA256 (9.9.7-rpz2+rl.14038.05.patch.xz) = 24922363fa4ff1c6d90c57a681c3616701c14ace9ea5eb7589abb420d3745000 -SIZE (9.9.7-rpz2+rl.14038.05.patch.xz) = 39124 +SHA256 (bind-9.9.7-P1.tar.gz) = bd086ff58afaf03cfb8dc695c79b6bd6d0217ef56750a78ff0668b2b3acda34d +SIZE (bind-9.9.7-P1.tar.gz) = 7935246 +SHA256 (9.9.7-P1-rpz2+rl.14038.05.patch.xz) = a429f9583161302c95d79ebf4a012a2c20c75a33a97d07477c082711b824dca8 +SIZE (9.9.7-P1-rpz2+rl.14038.05.patch.xz) = 39124 From owner-svn-ports-branches@freebsd.org Wed Jul 8 14:44:17 2015 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 74E8E9968BB; Wed, 8 Jul 2015 14:44:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64ED11D25; Wed, 8 Jul 2015 14:44:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68EiH08053111; Wed, 8 Jul 2015 14:44:17 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68EiGMb053102; Wed, 8 Jul 2015 14:44:16 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507081444.t68EiGMb053102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 8 Jul 2015 14:44:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391566 - branches/2015Q3/mail/roundcube 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.20 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, 08 Jul 2015 14:44:17 -0000 Author: feld Date: Wed Jul 8 14:44:15 2015 New Revision: 391566 URL: https://svnweb.freebsd.org/changeset/ports/391566 Log: MFH: r391546 Update to 1.1.2 release. PR: 201166 Submitted by: Vlad K. Approved by: ports-secteam (with hat) Security: 038a5808-24b3-11e5-b0c8-bf4d8935d4fa Security: CVE-2015-5381 Security: CVE-2015-5383 Modified: branches/2015Q3/mail/roundcube/Makefile branches/2015Q3/mail/roundcube/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/mail/roundcube/Makefile ============================================================================== --- branches/2015Q3/mail/roundcube/Makefile Wed Jul 8 14:21:06 2015 (r391565) +++ branches/2015Q3/mail/roundcube/Makefile Wed Jul 8 14:44:15 2015 (r391566) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= roundcube -DISTVERSION= 1.1.1 +DISTVERSION= 1.1.2 PORTEPOCH= 1 CATEGORIES?= mail www MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${DISTVERSION:tu} Modified: branches/2015Q3/mail/roundcube/distinfo ============================================================================== --- branches/2015Q3/mail/roundcube/distinfo Wed Jul 8 14:21:06 2015 (r391565) +++ branches/2015Q3/mail/roundcube/distinfo Wed Jul 8 14:44:15 2015 (r391566) @@ -1,2 +1,2 @@ -SHA256 (roundcubemail-1.1.1-complete.tar.gz) = ffcac5e1a892ed07b8ca2f067554915810b1e1c64dc7a82db3a8b6d4c9c70f04 -SIZE (roundcubemail-1.1.1-complete.tar.gz) = 4577632 +SHA256 (roundcubemail-1.1.2-complete.tar.gz) = 237afc9807291efd7c3550c83ca82677a9af72855b6f48733d9e55d6d84fdae1 +SIZE (roundcubemail-1.1.2-complete.tar.gz) = 4599935 From owner-svn-ports-branches@freebsd.org Wed Jul 8 18:00:24 2015 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 743ED9950B2; Wed, 8 Jul 2015 18:00:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6465E1580; Wed, 8 Jul 2015 18:00:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68I0ORH050754; Wed, 8 Jul 2015 18:00:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68I0Owf050753; Wed, 8 Jul 2015 18:00:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507081800.t68I0Owf050753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 8 Jul 2015 18:00:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391583 - branches/2015Q3/devel/tex-web2c 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.20 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, 08 Jul 2015 18:00:24 -0000 Author: amdmi3 Date: Wed Jul 8 18:00:23 2015 New Revision: 391583 URL: https://svnweb.freebsd.org/changeset/ports/391583 Log: MFH: r391577 - Respect compiler and flags PR: 200695 Submitted by: amdmi3 Approved by: maintainer timeout (hrs@FreeBSD.org, 1 month) Approved by: ports-secteam (feld) Modified: branches/2015Q3/devel/tex-web2c/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/tex-web2c/Makefile ============================================================================== --- branches/2015Q3/devel/tex-web2c/Makefile Wed Jul 8 17:59:43 2015 (r391582) +++ branches/2015Q3/devel/tex-web2c/Makefile Wed Jul 8 18:00:23 2015 (r391583) @@ -2,7 +2,7 @@ PORTNAME= web2c PORTVERSION= 20140525 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ PKGNAMEPREFIX= tex- @@ -57,7 +57,10 @@ INFO= web2c pre-configure: for D in libs/xpdf libs/cairo; do \ cd ${WRKDIR}/${DISTNAME}/$$D && \ - ${SETENV} ${CONFIGURE_ENV} ${SH} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; \ + ${SETENV} CC="${CC}" CPP="${CPP}" CXX="${CXX}" \ + CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" \ + LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" \ + ${CONFIGURE_ENV} ${SH} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; \ done .include From owner-svn-ports-branches@freebsd.org Wed Jul 8 19:05:45 2015 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 EBB83996317; Wed, 8 Jul 2015 19:05:45 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C18A41EF8; Wed, 8 Jul 2015 19:05:45 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t68J5jan085759; Wed, 8 Jul 2015 19:05:45 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t68J5jjt085755; Wed, 8 Jul 2015 19:05:45 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201507081905.t68J5jjt085755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 8 Jul 2015 19:05:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391591 - branches/2015Q3/www/linux-c6-flashplugin11 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.20 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, 08 Jul 2015 19:05:46 -0000 Author: tijl Date: Wed Jul 8 19:05:44 2015 New Revision: 391591 URL: https://svnweb.freebsd.org/changeset/ports/391591 Log: MFH: r391589 Update flash plugin to 11.2r202.481 Approved by: ports-secteam (delphij) Security: https://helpx.adobe.com/security/products/flash-player/apsb15-16.html Security: CVE-2015-5119 Modified: branches/2015Q3/www/linux-c6-flashplugin11/Makefile branches/2015Q3/www/linux-c6-flashplugin11/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/linux-c6-flashplugin11/Makefile ============================================================================== --- branches/2015Q3/www/linux-c6-flashplugin11/Makefile Wed Jul 8 18:58:38 2015 (r391590) +++ branches/2015Q3/www/linux-c6-flashplugin11/Makefile Wed Jul 8 19:05:44 2015 (r391591) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.468 +PORTVERSION= 11.2r202.481 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib Modified: branches/2015Q3/www/linux-c6-flashplugin11/distinfo ============================================================================== --- branches/2015Q3/www/linux-c6-flashplugin11/distinfo Wed Jul 8 18:58:38 2015 (r391590) +++ branches/2015Q3/www/linux-c6-flashplugin11/distinfo Wed Jul 8 19:05:44 2015 (r391591) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.468/install_flash_player_11_linux.i386.tar.gz) = 146d5c67a78fb43ab8d48d3c73b05d3ff90654c004eb94abb31610a0da6b9fad -SIZE (flashplugin/11.2r202.468/install_flash_player_11_linux.i386.tar.gz) = 6935039 -SHA256 (flashplugin/11.2r202.468/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.468/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.481/install_flash_player_11_linux.i386.tar.gz) = 76fbede606e9eda56c73541dd55dede1afe0e08ffbce95005989dce903cfcd17 +SIZE (flashplugin/11.2r202.481/install_flash_player_11_linux.i386.tar.gz) = 6936529 +SHA256 (flashplugin/11.2r202.481/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.481/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 From owner-svn-ports-branches@freebsd.org Thu Jul 9 18:59:06 2015 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 E47DC997757; Thu, 9 Jul 2015 18:59:06 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D48661BD1; Thu, 9 Jul 2015 18:59:06 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69Ix6vG017561; Thu, 9 Jul 2015 18:59:06 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69Ix6Vg017559; Thu, 9 Jul 2015 18:59:06 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507091859.t69Ix6Vg017559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 9 Jul 2015 18:59:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391671 - branches/2015Q3/www/py-django 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.20 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, 09 Jul 2015 18:59:07 -0000 Author: lwhsu Date: Thu Jul 9 18:59:05 2015 New Revision: 391671 URL: https://svnweb.freebsd.org/changeset/ports/391671 Log: MFH: r391666 - Update to 1.8.3 Security: 37ed8e9c-2651-11e5-86ff-14dae9d210b8 Approved by: ports-secteam (feld), portmgr (bdrewery) Modified: branches/2015Q3/www/py-django/Makefile branches/2015Q3/www/py-django/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/py-django/Makefile ============================================================================== --- branches/2015Q3/www/py-django/Makefile Thu Jul 9 17:47:46 2015 (r391670) +++ branches/2015Q3/www/py-django/Makefile Thu Jul 9 18:59:05 2015 (r391671) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION}/ \ CHEESESHOP @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE Modified: branches/2015Q3/www/py-django/distinfo ============================================================================== --- branches/2015Q3/www/py-django/distinfo Thu Jul 9 17:47:46 2015 (r391670) +++ branches/2015Q3/www/py-django/distinfo Thu Jul 9 18:59:05 2015 (r391671) @@ -1,2 +1,2 @@ -SHA256 (python/Django-1.8.2.tar.gz) = 3bb60536b2fb2084612fc9486634295e7208790029081842524916b5a66d206f -SIZE (python/Django-1.8.2.tar.gz) = 7275112 +SHA256 (python/Django-1.8.3.tar.gz) = 2bb654fcc05fd53017c88caf2bc38b5c5ea23c91f8ac7f0a28b290daf2305bba +SIZE (python/Django-1.8.3.tar.gz) = 7284327 From owner-svn-ports-branches@freebsd.org Thu Jul 9 19:01:26 2015 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 140809978CB; Thu, 9 Jul 2015 19:01:26 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2A211E6D; Thu, 9 Jul 2015 19:01:25 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69J1OXV021015; Thu, 9 Jul 2015 19:01:24 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69J1OaH021013; Thu, 9 Jul 2015 19:01:24 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507091901.t69J1OaH021013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 9 Jul 2015 19:01:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391672 - branches/2015Q3/www/py-django14 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.20 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, 09 Jul 2015 19:01:26 -0000 Author: lwhsu Date: Thu Jul 9 19:01:23 2015 New Revision: 391672 URL: https://svnweb.freebsd.org/changeset/ports/391672 Log: MFH: r391667 - Update to 1.4.21 - Pass maintainership to python@ Security: 37ed8e9c-2651-11e5-86ff-14dae9d210b8 Approved by: ports-secteam (feld), portmgr (bdrewery) Modified: branches/2015Q3/www/py-django14/Makefile branches/2015Q3/www/py-django14/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/py-django14/Makefile ============================================================================== --- branches/2015Q3/www/py-django14/Makefile Thu Jul 9 18:59:05 2015 (r391671) +++ branches/2015Q3/www/py-django14/Makefile Thu Jul 9 19:01:23 2015 (r391672) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.4.20 +PORTVERSION= 1.4.21 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION:R}/ \ CHEESESHOP @@ -11,7 +11,7 @@ PKGNAMESUFFIX= 14 DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE Modified: branches/2015Q3/www/py-django14/distinfo ============================================================================== --- branches/2015Q3/www/py-django14/distinfo Thu Jul 9 18:59:05 2015 (r391671) +++ branches/2015Q3/www/py-django14/distinfo Thu Jul 9 19:01:23 2015 (r391672) @@ -1,2 +1,2 @@ -SHA256 (python/Django-1.4.20.tar.gz) = 58ac719464c4c8b13d664ded6770450602528bf4c36f9fd5daabdae8d410ebb1 -SIZE (python/Django-1.4.20.tar.gz) = 7877794 +SHA256 (python/Django-1.4.21.tar.gz) = 934f1975218680d51c4da9d63a39bc5fb1ddaac48476fd34b9ab7903fd98bcf4 +SIZE (python/Django-1.4.21.tar.gz) = 7878015 From owner-svn-ports-branches@freebsd.org Thu Jul 9 19:03:10 2015 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 1AB2099792D; Thu, 9 Jul 2015 19:03:10 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AA1710A6; Thu, 9 Jul 2015 19:03:10 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69J39m8022045; Thu, 9 Jul 2015 19:03:09 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69J39Be022043; Thu, 9 Jul 2015 19:03:09 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507091903.t69J39Be022043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 9 Jul 2015 19:03:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391673 - branches/2015Q3/www/py-django17 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.20 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, 09 Jul 2015 19:03:10 -0000 Author: lwhsu Date: Thu Jul 9 19:03:08 2015 New Revision: 391673 URL: https://svnweb.freebsd.org/changeset/ports/391673 Log: MFH: r391668 - Update to 1.7.9 - Pass maintainership to python@ Security: 37ed8e9c-2651-11e5-86ff-14dae9d210b8 Approved by: ports-secteam (feld), portmgr (bdrewery) Modified: branches/2015Q3/www/py-django17/Makefile branches/2015Q3/www/py-django17/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/py-django17/Makefile ============================================================================== --- branches/2015Q3/www/py-django17/Makefile Thu Jul 9 19:01:23 2015 (r391672) +++ branches/2015Q3/www/py-django17/Makefile Thu Jul 9 19:03:08 2015 (r391673) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.7.8 +PORTVERSION= 1.7.9 CATEGORIES= www python MASTER_SITES= https://www.djangoproject.com/m/releases/${PORTVERSION}/ \ CHEESESHOP @@ -11,7 +11,7 @@ PKGNAMESUFFIX= 17 DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE Modified: branches/2015Q3/www/py-django17/distinfo ============================================================================== --- branches/2015Q3/www/py-django17/distinfo Thu Jul 9 19:01:23 2015 (r391672) +++ branches/2015Q3/www/py-django17/distinfo Thu Jul 9 19:03:08 2015 (r391673) @@ -1,2 +1,2 @@ -SHA256 (python/Django-1.7.8.tar.gz) = f0ab12c7c88a033681e44e2e4bf4a93d93c85d5b1e8e9c875b4b917abb246921 -SIZE (python/Django-1.7.8.tar.gz) = 7604685 +SHA256 (python/Django-1.7.9.tar.gz) = 4f3f9fe4e5d20ff8ed6a90b5d2f2df2d8fc054e478cdcc3db81c6b29bd217860 +SIZE (python/Django-1.7.9.tar.gz) = 7605194 From owner-svn-ports-branches@freebsd.org Thu Jul 9 19:05:05 2015 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 337D9997996; Thu, 9 Jul 2015 19:05:05 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 238C911A7; Thu, 9 Jul 2015 19:05:05 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69J55kB022475; Thu, 9 Jul 2015 19:05:05 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69J54v7022471; Thu, 9 Jul 2015 19:05:04 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507091905.t69J54v7022471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 9 Jul 2015 19:05:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391674 - branches/2015Q3/www/py-django-devel 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.20 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, 09 Jul 2015 19:05:05 -0000 Author: lwhsu Date: Thu Jul 9 19:05:03 2015 New Revision: 391674 URL: https://svnweb.freebsd.org/changeset/ports/391674 Log: MFH: r391669 - Update to 20150709 snapshot - Pass maintainership to python@ Security: 37ed8e9c-2651-11e5-86ff-14dae9d210b8 Approved by: ports-secteam (feld), portmgr (bdrewery) Modified: branches/2015Q3/www/py-django-devel/Makefile branches/2015Q3/www/py-django-devel/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/py-django-devel/Makefile ============================================================================== --- branches/2015Q3/www/py-django-devel/Makefile Thu Jul 9 19:03:08 2015 (r391673) +++ branches/2015Q3/www/py-django-devel/Makefile Thu Jul 9 19:05:03 2015 (r391674) @@ -8,12 +8,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -devel DIST_SUBDIR= python -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE -SNAPSHOTDATE= 20150531 +SNAPSHOTDATE= 20150709 USES= cpe gettext python USE_GITHUB= yes Modified: branches/2015Q3/www/py-django-devel/distinfo ============================================================================== --- branches/2015Q3/www/py-django-devel/distinfo Thu Jul 9 19:03:08 2015 (r391673) +++ branches/2015Q3/www/py-django-devel/distinfo Thu Jul 9 19:05:03 2015 (r391674) @@ -1,2 +1,2 @@ -SHA256 (python/django-django-20150531-c954931_GH0.tar.gz) = bd1fee340007cd2745d21b05d9fbfb3811b02f64ab361e2241d365fc9ceff352 -SIZE (python/django-django-20150531-c954931_GH0.tar.gz) = 6896535 +SHA256 (python/django-django-20150709-c954931_GH0.tar.gz) = bd1fee340007cd2745d21b05d9fbfb3811b02f64ab361e2241d365fc9ceff352 +SIZE (python/django-django-20150709-c954931_GH0.tar.gz) = 6896535 From owner-svn-ports-branches@freebsd.org Thu Jul 9 19:10:17 2015 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 6793B997A48; Thu, 9 Jul 2015 19:10:17 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5791C14C8; Thu, 9 Jul 2015 19:10:17 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69JAHot025893; Thu, 9 Jul 2015 19:10:17 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69JAH8V025892; Thu, 9 Jul 2015 19:10:17 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201507091910.t69JAH8V025892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 9 Jul 2015 19:10:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391675 - branches/2015Q3/www/py-django16 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.20 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, 09 Jul 2015 19:10:17 -0000 Author: lwhsu Date: Thu Jul 9 19:10:16 2015 New Revision: 391675 URL: https://svnweb.freebsd.org/changeset/ports/391675 Log: MFH: r391670 - Mark DEPRECATED - Pass maintainership to python@ Approved by: ports-secteam (feld), portmgr (bdrewery) Modified: branches/2015Q3/www/py-django16/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/py-django16/Makefile ============================================================================== --- branches/2015Q3/www/py-django16/Makefile Thu Jul 9 19:05:03 2015 (r391674) +++ branches/2015Q3/www/py-django16/Makefile Thu Jul 9 19:10:16 2015 (r391675) @@ -11,12 +11,15 @@ PKGNAMESUFFIX= 16 DISTNAME= Django-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= High-level Python Web framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= not supported by upstream +EXPIRATION_DATE= 2015-08-10 + USES= cpe python USE_PYTHON= autoplist distutils From owner-svn-ports-branches@freebsd.org Thu Jul 9 23:29:53 2015 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 856233E31; Thu, 9 Jul 2015 23:29:53 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76294C54; Thu, 9 Jul 2015 23:29:53 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t69NTrF7057504; Thu, 9 Jul 2015 23:29:53 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t69NTqu9057500; Thu, 9 Jul 2015 23:29:52 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201507092329.t69NTqu9057500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Thu, 9 Jul 2015 23:29:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391685 - branches/2015Q3/devel/mingw32-openssl 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.20 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, 09 Jul 2015 23:29:53 -0000 Author: delphij Date: Thu Jul 9 23:29:51 2015 New Revision: 391685 URL: https://svnweb.freebsd.org/changeset/ports/391685 Log: MFH: r391684 Security Update to 1.0.2d. Security: CVE-2015-1793 Security: 075952fe-267e-11e5-9d03-3c970e169bc2 Approved by: ports-secteam Modified: branches/2015Q3/devel/mingw32-openssl/Makefile branches/2015Q3/devel/mingw32-openssl/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/mingw32-openssl/Makefile ============================================================================== --- branches/2015Q3/devel/mingw32-openssl/Makefile Thu Jul 9 23:29:18 2015 (r391684) +++ branches/2015Q3/devel/mingw32-openssl/Makefile Thu Jul 9 23:29:51 2015 (r391685) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 1.0.2c +PORTVERSION= 1.0.2d CATEGORIES= devel security MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ Modified: branches/2015Q3/devel/mingw32-openssl/distinfo ============================================================================== --- branches/2015Q3/devel/mingw32-openssl/distinfo Thu Jul 9 23:29:18 2015 (r391684) +++ branches/2015Q3/devel/mingw32-openssl/distinfo Thu Jul 9 23:29:51 2015 (r391685) @@ -1,2 +1,2 @@ -SHA256 (openssl-1.0.2c/openssl-1.0.2c.tar.gz) = 0038ba37f35a6367c58f17a7a7f687953ef8ce4f9684bbdec63e62515ed36a83 -SIZE (openssl-1.0.2c/openssl-1.0.2c.tar.gz) = 5280670 +SHA256 (openssl-1.0.2d/openssl-1.0.2d.tar.gz) = 671c36487785628a703374c652ad2cebea45fa920ae5681515df25d9f2c9a8c8 +SIZE (openssl-1.0.2d/openssl-1.0.2d.tar.gz) = 5295447 From owner-svn-ports-branches@freebsd.org Fri Jul 10 09:58:43 2015 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 57E77996F37; Fri, 10 Jul 2015 09:58:43 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B8DE19F5; Fri, 10 Jul 2015 09:58:43 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6A9whNC068613; Fri, 10 Jul 2015 09:58:43 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6A9wgI4068610; Fri, 10 Jul 2015 09:58:42 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201507100958.t6A9wgI4068610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Fri, 10 Jul 2015 09:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391695 - in branches/2015Q3/security/openssl: . 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.20 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, 10 Jul 2015 09:58:43 -0000 Author: dinoex Date: Fri Jul 10 09:58:41 2015 New Revision: 391695 URL: https://svnweb.freebsd.org/changeset/ports/391695 Log: MFH r391681: Security update to openssl-1.0.2d Approved by: ports-secteam Added: branches/2015Q3/security/openssl/files/patch-testssl - copied unchanged from r391681, head/security/openssl/files/patch-testssl Deleted: branches/2015Q3/security/openssl/files/patch-SSL_CTX_use_serverinfo.pod Modified: branches/2015Q3/security/openssl/Makefile branches/2015Q3/security/openssl/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/security/openssl/Makefile ============================================================================== --- branches/2015Q3/security/openssl/Makefile Fri Jul 10 09:32:16 2015 (r391694) +++ branches/2015Q3/security/openssl/Makefile Fri Jul 10 09:58:41 2015 (r391695) @@ -3,8 +3,8 @@ PORTNAME= openssl PORTVERSION= 1.0.2 -DISTVERSIONSUFFIX= c -PORTREVISION= 3 +DISTVERSIONSUFFIX= d +PORTREVISION= 4 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ Modified: branches/2015Q3/security/openssl/distinfo ============================================================================== --- branches/2015Q3/security/openssl/distinfo Fri Jul 10 09:32:16 2015 (r391694) +++ branches/2015Q3/security/openssl/distinfo Fri Jul 10 09:58:41 2015 (r391695) @@ -1,10 +1,10 @@ -SHA256 (openssl-1.0.2c/openssl-1.0.2c.tar.gz) = 0038ba37f35a6367c58f17a7a7f687953ef8ce4f9684bbdec63e62515ed36a83 -SIZE (openssl-1.0.2c/openssl-1.0.2c.tar.gz) = 5280670 -SHA256 (openssl-1.0.2c/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 2eddcb7ab342285cb637ce6b6be143cca835f449f35dd9bb8c7b9167ba2117a7 -SIZE (openssl-1.0.2c/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 3717 -SHA256 (openssl-1.0.2c/1002-backport-changes-from-upstream-padlock-module.patch) = aee88a24622ce9d71e38deeb874e58435dcf8ff5690f56194f0e4a00fb09b260 -SIZE (openssl-1.0.2c/1002-backport-changes-from-upstream-padlock-module.patch) = 5770 -SHA256 (openssl-1.0.2c/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = c10b8aaf56a4f4f79ca195fc587e0bb533f643e777d7a3e6fb0350399a6060ea -SIZE (openssl-1.0.2c/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = 20935 -SHA256 (openssl-1.0.2c/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 2f7c850af078a3ae71b2dd38d5d0b3964ea4262e52673e36ff33498cc6223e6c -SIZE (openssl-1.0.2c/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 809 +SHA256 (openssl-1.0.2d/openssl-1.0.2d.tar.gz) = 671c36487785628a703374c652ad2cebea45fa920ae5681515df25d9f2c9a8c8 +SIZE (openssl-1.0.2d/openssl-1.0.2d.tar.gz) = 5295447 +SHA256 (openssl-1.0.2d/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 2eddcb7ab342285cb637ce6b6be143cca835f449f35dd9bb8c7b9167ba2117a7 +SIZE (openssl-1.0.2d/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 3717 +SHA256 (openssl-1.0.2d/1002-backport-changes-from-upstream-padlock-module.patch) = aee88a24622ce9d71e38deeb874e58435dcf8ff5690f56194f0e4a00fb09b260 +SIZE (openssl-1.0.2d/1002-backport-changes-from-upstream-padlock-module.patch) = 5770 +SHA256 (openssl-1.0.2d/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = c10b8aaf56a4f4f79ca195fc587e0bb533f643e777d7a3e6fb0350399a6060ea +SIZE (openssl-1.0.2d/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = 20935 +SHA256 (openssl-1.0.2d/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 2f7c850af078a3ae71b2dd38d5d0b3964ea4262e52673e36ff33498cc6223e6c +SIZE (openssl-1.0.2d/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 809 Copied: branches/2015Q3/security/openssl/files/patch-testssl (from r391681, head/security/openssl/files/patch-testssl) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/security/openssl/files/patch-testssl Fri Jul 10 09:58:41 2015 (r391695, copy of r391681, head/security/openssl/files/patch-testssl) @@ -0,0 +1,39 @@ +--- test/testssl.orig 2015-06-11 15:50:11.000000000 +0200 ++++ test/testssl 2015-06-12 13:43:32.000000000 +0200 +@@ -102,28 +102,28 @@ + $ssltest $extra || exit 1 + + echo test dtlsv1 +-$ssltest -dtls1 $extra || exit 1 ++#$ssltest -dtls1 $extra || exit 1 + + echo test dtlsv1 with server authentication +-$ssltest -dtls1 -server_auth $CA $extra || exit 1 ++#$ssltest -dtls1 -server_auth $CA $extra || exit 1 + + echo test dtlsv1 with client authentication +-$ssltest -dtls1 -client_auth $CA $extra || exit 1 ++#$ssltest -dtls1 -client_auth $CA $extra || exit 1 + + echo test dtlsv1 with both client and server authentication +-$ssltest -dtls1 -server_auth -client_auth $CA $extra || exit 1 ++#$ssltest -dtls1 -server_auth -client_auth $CA $extra || exit 1 + + echo test dtlsv1.2 +-$ssltest -dtls12 $extra || exit 1 ++#$ssltest -dtls12 $extra || exit 1 + + echo test dtlsv1.2 with server authentication +-$ssltest -dtls12 -server_auth $CA $extra || exit 1 ++#$ssltest -dtls12 -server_auth $CA $extra || exit 1 + + echo test dtlsv1.2 with client authentication +-$ssltest -dtls12 -client_auth $CA $extra || exit 1 ++#$ssltest -dtls12 -client_auth $CA $extra || exit 1 + + echo test dtlsv1.2 with both client and server authentication +-$ssltest -dtls12 -server_auth -client_auth $CA $extra || exit 1 ++#$ssltest -dtls12 -server_auth -client_auth $CA $extra || exit 1 + + if [ $dsa_cert = NO ]; then + echo 'test sslv2/sslv3 w/o (EC)DHE via BIO pair' From owner-svn-ports-branches@freebsd.org Fri Jul 10 12:30:01 2015 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 BCB3B3863; Fri, 10 Jul 2015 12:30:01 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CC1A1F00; Fri, 10 Jul 2015 12:30:01 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from [10.6.25.100] ([213.61.170.110]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0LrIPo-1Z1KaS2Pq0-0137AO; Fri, 10 Jul 2015 14:29:52 +0200 Message-ID: <559FBABF.5000208@gmx.de> Date: Fri, 10 Jul 2015 14:29:51 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Dirk Meyer CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: Re: svn commit: r391695 - in branches/2015Q3/security/openssl: . files References: <201507100958.t6A9wgI4068610@repo.freebsd.org> In-Reply-To: <201507100958.t6A9wgI4068610@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:dxOmYHejLQa5NL4byi6GurRYhDW7gFjmh2V4QHFFiUK3urVSwyz 4JhxWP0XK9FHQz4z6Wjp+3OSPbjzMMawaA71Idxzj8JYC/Q2mlWTXWgigbwBLl1u6qaVQJf Uft9+VkoVr/RjofrSFaECawZ0ZHtSwNOe+5BGtakO1YV+VaMoBMWaSwGMxeE8RCdR18JeHR Zn6EWVFy3gmQAz/w9PRJg== X-UI-Out-Filterresults: notjunk:1;V01:K0:pGjiHkvAcVM=:nZlerxMbxzCwv9hpUM2eer 15BKPWYiKhAPiT7FK09gYcAcyZjRf8DHcWv6NZKqYX9Hw+twZogEZ0zttBH0xOYDfUSsjXowO fEwXHXTxVI3hJdLujGRiQDjb+UR7hwwYHNz0gLtIMKnzegs/dhtIyhKyb/4WlbgtDf5NcgGTw pn4C9tLSrhTWofqFZxtxKi2dfBCUEu6nRJPrG40EiwvTIoo1Mk9446JwVb3ZlRG1ty44EkO1E 2Gq9J+Tb17FGLeuB8ftHb/R0HspCNQc2l4cEypz41hXRqwSXx9MzPDEakJHk1va4kuJ8Pgg+M l85SJl9EXQBSZyIcwIJRf75qBax9HSG5CbHm7wPyoN4wsILC6pqByVe3B5NI814u8NwYEe8Rc 8zcJvN09KXTRSAsnuHAfzDwkJ7H5xHjSv6BTcSp+5gcLG7bA6MrugWIeE289p3c7Ty92PSIMJ dYvVfLYW7Y2fGoxAI1VYlOWMp+CVSeZp41vCzYJZNGBj53/itLlV/56D7bV0wKt5nnZNP3Jtl JbIEOcK63cJ3TjmmrRFmaxjsadtw4mOUUBYSWHTnnXqbkme7nEq3H+AeBWLn5BgL10DekyCTN DU62j9YABUc45ILa8jsWV1eGVlSWnWEnBIRsBS90k+slj6aS+mVmltyHC3qR+NhjPum7eGeoF aCnTWoG8KzgIwW6MTRAejHcOIe7eeLVNJu/bNVJEh96XVGakg6/dJZAqJ6KcfbyQYnFA= X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 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, 10 Jul 2015 12:30:01 -0000 On 2015-07-10 11:58, Dirk Meyer wrote: > Author: dinoex > Date: Fri Jul 10 09:58:41 2015 > New Revision: 391695 > URL: https://svnweb.freebsd.org/changeset/ports/391695 > > Log: > MFH r391681: Security update to openssl-1.0.2d > Approved by: ports-secteam > Hi Dirk, it seems pkg-plist is missing some manpages. http://people.freebsd.org/~ohauer/diffs/openssl-1.0.2_4__pkg-plist.diff Snippet from my build log. ... Warning: 'lib/engines/libchil.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: man/man3/SSL_CTX_get0_param.3.gz Error: Orphaned: man/man3/SSL_CTX_set1_param.3.gz Error: Orphaned: man/man3/SSL_get0_param.3.gz Error: Orphaned: man/man3/SSL_set1_param.3.gz ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/security/openssl ====>> Error: check-plist failures detected ====>> Cleaning up wrkdir ===> Cleaning for openssl-1.0.2_4 build of security/openssl ended at Fri Jul 10 06:54:17 CEST 2015 -- olli From owner-svn-ports-branches@freebsd.org Fri Jul 10 21:16:54 2015 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 0E24D997AFC; Fri, 10 Jul 2015 21:16:54 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F246F1D94; Fri, 10 Jul 2015 21:16:53 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ALGrvs007141; Fri, 10 Jul 2015 21:16:53 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ALGrxR007140; Fri, 10 Jul 2015 21:16:53 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201507102116.t6ALGrxR007140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 10 Jul 2015 21:16:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391724 - branches/2015Q3/benchmarks/nttcp 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.20 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, 10 Jul 2015 21:16:54 -0000 Author: martymac Date: Fri Jul 10 21:16:52 2015 New Revision: 391724 URL: https://svnweb.freebsd.org/changeset/ports/391724 Log: MFH: r391114 Approved by: portmgr Add LOCAL mirror as distfile does not seem to be available anymore Modified: branches/2015Q3/benchmarks/nttcp/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/benchmarks/nttcp/Makefile ============================================================================== --- branches/2015Q3/benchmarks/nttcp/Makefile Fri Jul 10 21:14:14 2015 (r391723) +++ branches/2015Q3/benchmarks/nttcp/Makefile Fri Jul 10 21:16:52 2015 (r391724) @@ -6,7 +6,8 @@ PORTVERSION= 1.47 PORTREVISION= 2 CATEGORIES= benchmarks net MASTER_SITES= http://freeware.sgi.com/source/nttcp/ \ - http://reality.sgiweb.org/freeware/source/nttcp/ + http://reality.sgiweb.org/freeware/source/nttcp/ \ + LOCAL/martymac MAINTAINER= martymac@FreeBSD.org COMMENT= Client/server program for testing network performance From owner-svn-ports-branches@freebsd.org Fri Jul 10 21:50:28 2015 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 0A1EA997163; Fri, 10 Jul 2015 21:50:28 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8F111EB2; Fri, 10 Jul 2015 21:50:27 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6ALoRWR023488; Fri, 10 Jul 2015 21:50:27 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6ALoPVS023480; Fri, 10 Jul 2015 21:50:25 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201507102150.t6ALoPVS023480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 10 Jul 2015 21:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r391725 - in branches/2015Q3/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod 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.20 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, 10 Jul 2015 21:50:28 -0000 Author: jkim Date: Fri Jul 10 21:50:24 2015 New Revision: 391725 URL: https://svnweb.freebsd.org/changeset/ports/391725 Log: MFH: r391720 Update to 4.3.30. Approved by: ports-secteam (delphij) Modified: branches/2015Q3/emulators/virtualbox-ose-additions/Makefile branches/2015Q3/emulators/virtualbox-ose-additions/distinfo branches/2015Q3/emulators/virtualbox-ose-kmod/Makefile branches/2015Q3/emulators/virtualbox-ose-kmod/distinfo branches/2015Q3/emulators/virtualbox-ose/Makefile branches/2015Q3/emulators/virtualbox-ose/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- branches/2015Q3/emulators/virtualbox-ose-additions/Makefile Fri Jul 10 21:16:52 2015 (r391724) +++ branches/2015Q3/emulators/virtualbox-ose-additions/Makefile Fri Jul 10 21:50:24 2015 (r391725) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -DISTVERSION= 4.3.28 +DISTVERSION= 4.3.30 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ Modified: branches/2015Q3/emulators/virtualbox-ose-additions/distinfo ============================================================================== --- branches/2015Q3/emulators/virtualbox-ose-additions/distinfo Fri Jul 10 21:16:52 2015 (r391724) +++ branches/2015Q3/emulators/virtualbox-ose-additions/distinfo Fri Jul 10 21:50:24 2015 (r391725) @@ -1,2 +1,2 @@ -SHA256 (VirtualBox-4.3.28.tar.bz2) = e157ab76d1958ae2c56b2a3875194fbff3de82486ad0e30032fd5bd772297c31 -SIZE (VirtualBox-4.3.28.tar.bz2) = 100092002 +SHA256 (VirtualBox-4.3.30.tar.bz2) = ea9569ec16cd6202ee61bcadb2506d31ac12fd343adb91565773a05eaaea9a36 +SIZE (VirtualBox-4.3.30.tar.bz2) = 97428942 Modified: branches/2015Q3/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- branches/2015Q3/emulators/virtualbox-ose-kmod/Makefile Fri Jul 10 21:16:52 2015 (r391724) +++ branches/2015Q3/emulators/virtualbox-ose-kmod/Makefile Fri Jul 10 21:50:24 2015 (r391725) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -DISTVERSION= 4.3.28 +DISTVERSION= 4.3.30 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ Modified: branches/2015Q3/emulators/virtualbox-ose-kmod/distinfo ============================================================================== --- branches/2015Q3/emulators/virtualbox-ose-kmod/distinfo Fri Jul 10 21:16:52 2015 (r391724) +++ branches/2015Q3/emulators/virtualbox-ose-kmod/distinfo Fri Jul 10 21:50:24 2015 (r391725) @@ -1,2 +1,2 @@ -SHA256 (VirtualBox-4.3.28.tar.bz2) = e157ab76d1958ae2c56b2a3875194fbff3de82486ad0e30032fd5bd772297c31 -SIZE (VirtualBox-4.3.28.tar.bz2) = 100092002 +SHA256 (VirtualBox-4.3.30.tar.bz2) = ea9569ec16cd6202ee61bcadb2506d31ac12fd343adb91565773a05eaaea9a36 +SIZE (VirtualBox-4.3.30.tar.bz2) = 97428942 Modified: branches/2015Q3/emulators/virtualbox-ose/Makefile ============================================================================== --- branches/2015Q3/emulators/virtualbox-ose/Makefile Fri Jul 10 21:16:52 2015 (r391724) +++ branches/2015Q3/emulators/virtualbox-ose/Makefile Fri Jul 10 21:50:24 2015 (r391725) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -DISTVERSION= 4.3.28 -PORTREVISION= 1 +DISTVERSION= 4.3.30 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ Modified: branches/2015Q3/emulators/virtualbox-ose/distinfo ============================================================================== --- branches/2015Q3/emulators/virtualbox-ose/distinfo Fri Jul 10 21:16:52 2015 (r391724) +++ branches/2015Q3/emulators/virtualbox-ose/distinfo Fri Jul 10 21:50:24 2015 (r391725) @@ -1,4 +1,4 @@ -SHA256 (VirtualBox-4.3.28.tar.bz2) = e157ab76d1958ae2c56b2a3875194fbff3de82486ad0e30032fd5bd772297c31 -SIZE (VirtualBox-4.3.28.tar.bz2) = 100092002 -SHA256 (VBoxGuestAdditions_4.3.28.iso) = 9f52e186d6c9407b2676d4b2ed1cdf96940ec129cc2bd92e54b24526271a9733 -SIZE (VBoxGuestAdditions_4.3.28.iso) = 58241024 +SHA256 (VirtualBox-4.3.30.tar.bz2) = ea9569ec16cd6202ee61bcadb2506d31ac12fd343adb91565773a05eaaea9a36 +SIZE (VirtualBox-4.3.30.tar.bz2) = 97428942 +SHA256 (VBoxGuestAdditions_4.3.30.iso) = 432c2da1d9a939de7ba1d2cfb10595031374af9ce66417a43979d1794beedbb1 +SIZE (VBoxGuestAdditions_4.3.30.iso) = 58257408