From owner-svn-ports-branches@FreeBSD.ORG Mon Jun 22 06:54:23 2015 Return-Path: Delivered-To: svn-ports-branches@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F3672B3; Mon, 22 Jun 2015 06:54:23 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B73911A4; Mon, 22 Jun 2015 06:54:23 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5M6sN87071473; Mon, 22 Jun 2015 06:54:23 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5M6sMZp071467; Mon, 22 Jun 2015 06:54:22 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506220654.t5M6sMZp071467@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 22 Jun 2015 06:54:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390275 - branches/2015Q2/net-mgmt/cacti 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, 22 Jun 2015 06:54:23 -0000 Author: delphij Date: Mon Jun 22 06:54:22 2015 New Revision: 390275 URL: https://svnweb.freebsd.org/changeset/ports/390275 Log: MFH: r390274 Update to 0.8.8d (security: fixes multiple XSS/SQL injection vulnerabilities) PR: 200963 Submitted by: maintainer (freebsd-ports@dan.me.uk) Security: a3929112-181b-11e5-a1cf-002590263bf5 Approved by: ports-secteam Modified: branches/2015Q2/net-mgmt/cacti/Makefile branches/2015Q2/net-mgmt/cacti/distinfo branches/2015Q2/net-mgmt/cacti/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/net-mgmt/cacti/Makefile ============================================================================== --- branches/2015Q2/net-mgmt/cacti/Makefile Mon Jun 22 06:52:08 2015 (r390274) +++ branches/2015Q2/net-mgmt/cacti/Makefile Mon Jun 22 06:54:22 2015 (r390275) @@ -1,17 +1,12 @@ # $FreeBSD$ PORTNAME= cacti -PORTVERSION= 0.8.8b${PATCHLEVEL} -PORTREVISION= 3 +PORTVERSION= 0.8.8d${PATCHLEVEL} CATEGORIES= net-mgmt www -MASTER_SITES= http://www.cacti.net/downloads/ +MASTER_SITES= http://www.cacti.net/downloads/ \ + ftp://ftpmirror.uk/freebsd-ports/cacti/ -# Vendor's patches -PATCH_SITES= http://www.cacti.net/downloads/patches/${SITEDISTVERSION}/ -PATCHFILES= security.patch -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd-ports@dan.me.uk COMMENT= Web-driven graphing interface for RRDTool LICENSE= GPLv2 @@ -19,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool -PATCH_STRIP= -p1 -USES= shebangfix +USES= cpe shebangfix USE_MYSQL= yes USE_PHP= mysql pcre session sockets snmp xml WANT_PHP_WEB= yes +NO_ARCH= yes NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message Modified: branches/2015Q2/net-mgmt/cacti/distinfo ============================================================================== --- branches/2015Q2/net-mgmt/cacti/distinfo Mon Jun 22 06:52:08 2015 (r390274) +++ branches/2015Q2/net-mgmt/cacti/distinfo Mon Jun 22 06:54:22 2015 (r390275) @@ -1,4 +1,2 @@ -SHA256 (cacti-0.8.8b.tar.gz) = ef0e2a813139e0b4c2e066f0fdae1f4ad086bef0aa23446055df6331cb1af98c -SIZE (cacti-0.8.8b.tar.gz) = 2272130 -SHA256 (security.patch) = 73758bdf3f7846875f1620c35d1d982fa27366b053d8bd87363c618e7747c163 -SIZE (security.patch) = 6909 +SHA256 (cacti-0.8.8d.tar.gz) = 1e3fb4aa137c0a9cb682fa66956c1f59dfc730040a215c45b7f9a5f9b9714bec +SIZE (cacti-0.8.8d.tar.gz) = 2470512 Modified: branches/2015Q2/net-mgmt/cacti/pkg-plist ============================================================================== --- branches/2015Q2/net-mgmt/cacti/pkg-plist Mon Jun 22 06:52:08 2015 (r390274) +++ branches/2015Q2/net-mgmt/cacti/pkg-plist Mon Jun 22 06:54:22 2015 (r390275) @@ -3,9 +3,10 @@ %%CACTIDIR%%/about.php %%CACTIDIR%%/auth_changepassword.php %%CACTIDIR%%/auth_login.php -%%CACTIDIR%%/cacti.sql +%%CACTIDIR%%/%%CACTIUSER%%.sql %%CACTIDIR%%/cdef.php %%CACTIDIR%%/cli/.htaccess +%%CACTIDIR%%/cli/index.php %%CACTIDIR%%/cli/add_data_query.php %%CACTIDIR%%/cli/add_device.php %%CACTIDIR%%/cli/add_graph_template.php @@ -23,10 +24,10 @@ %%CACTIDIR%%/cli/poller_output_empty.php %%CACTIDIR%%/cli/poller_reindex_hosts.php %%CACTIDIR%%/cli/rebuild_poller_cache.php -%%CACTIDIR%%/cli/repair_database.php -%%CACTIDIR%%/cli/structure_rra_paths.php %%CACTIDIR%%/cli/reorder_data_query.php +%%CACTIDIR%%/cli/repair_database.php %%CACTIDIR%%/cli/repair_templates.php +%%CACTIDIR%%/cli/structure_rra_paths.php %%CACTIDIR%%/cli/upgrade_database.php %%CACTIDIR%%/cmd.php %%CACTIDIR%%/color.php @@ -42,9 +43,9 @@ %%CACTIDIR%%/docs/html/basics.html %%CACTIDIR%%/docs/html/batch_copy_users.html %%CACTIDIR%%/docs/html/bsd_ports.html -%%CACTIDIR%%/docs/html/cacti_help.html +%%CACTIDIR%%/docs/html/%%CACTIUSER%%_help.html %%CACTIDIR%%/docs/html/cdefs.html -%%CACTIDIR%%/docs/html/check_cacti_poller.html +%%CACTIDIR%%/docs/html/check_%%CACTIUSER%%_poller.html %%CACTIDIR%%/docs/html/check_data_gathering.html %%CACTIDIR%%/docs/html/check_mysql_updating.html %%CACTIDIR%%/docs/html/check_rrd_graph.html @@ -110,7 +111,7 @@ %%CACTIDIR%%/docs/html/install_unix.html %%CACTIDIR%%/docs/html/install_windows.html %%CACTIDIR%%/docs/html/installation.html -%%CACTIDIR%%/docs/html/making_scripts_work_with_cacti.html +%%CACTIDIR%%/docs/html/making_scripts_work_with_%%CACTIUSER%%.html %%CACTIDIR%%/docs/html/migration_php_scripts_to_script_server.html %%CACTIDIR%%/docs/html/new_graphs.html %%CACTIDIR%%/docs/html/operating_principles.html @@ -126,7 +127,7 @@ %%CACTIDIR%%/docs/html/templates.html %%CACTIDIR%%/docs/html/testing_script_in_script_server.html %%CACTIDIR%%/docs/html/unix_apply_patches.html -%%CACTIDIR%%/docs/html/unix_configure_cacti.html +%%CACTIDIR%%/docs/html/unix_configure_%%CACTIUSER%%.html %%CACTIDIR%%/docs/html/unix_configure_httpd.html %%CACTIDIR%%/docs/html/unix_configure_mysql.html %%CACTIDIR%%/docs/html/unix_configure_php.html @@ -175,10 +176,10 @@ %%CACTIDIR%%/images/button_save.gif %%CACTIDIR%%/images/button_view.gif %%CACTIDIR%%/images/button_yes.gif -%%CACTIDIR%%/images/cacti_about_logo.gif -%%CACTIDIR%%/images/cacti_backdrop.gif -%%CACTIDIR%%/images/cacti_backdrop2.gif -%%CACTIDIR%%/images/cacti_logo.gif +%%CACTIDIR%%/images/%%CACTIUSER%%_about_logo.gif +%%CACTIDIR%%/images/%%CACTIUSER%%_backdrop.gif +%%CACTIDIR%%/images/%%CACTIUSER%%_backdrop2.gif +%%CACTIDIR%%/images/%%CACTIUSER%%_logo.gif %%CACTIDIR%%/images/calendar.gif %%CACTIDIR%%/images/delete_icon.gif %%CACTIDIR%%/images/delete_icon_large.gif @@ -201,10 +202,14 @@ %%CACTIDIR%%/images/move_right.gif %%CACTIDIR%%/images/move_up.gif %%CACTIDIR%%/images/reload_icon_small.gif +%%CACTIDIR%%/images/server.png +%%CACTIDIR%%/images/server_chart.png +%%CACTIDIR%%/images/server_chart_curve.png +%%CACTIDIR%%/images/server_dataquery.png %%CACTIDIR%%/images/shadow.gif %%CACTIDIR%%/images/shadow_gray.gif %%CACTIDIR%%/images/show.gif -%%CACTIDIR%%/images/tab_cacti.gif +%%CACTIDIR%%/images/tab_%%CACTIUSER%%.gif %%CACTIDIR%%/images/tab_console.gif %%CACTIDIR%%/images/tab_console_down.gif %%CACTIDIR%%/images/tab_graphs.gif @@ -222,12 +227,45 @@ %%CACTIDIR%%/images/view_none.gif %%CACTIDIR%%/include/auth.php %%CACTIDIR%%/include/bottom_footer.php -@sample %%CACTIDIR%%/include/config.php.sample -%%CACTIDIR%%/include/global_form.php +%%CACTIDIR%%/include/config.php.sample +%%CACTIDIR%%/include/csrf/csrf-magic.js +%%CACTIDIR%%/include/csrf/csrf-magic.php +%%CACTIDIR%%/include/csrf/index.php %%CACTIDIR%%/include/global.php %%CACTIDIR%%/include/global_arrays.php -%%CACTIDIR%%/include/global_settings.php %%CACTIDIR%%/include/global_constants.php +%%CACTIDIR%%/include/global_form.php +%%CACTIDIR%%/include/global_settings.php +%%CACTIDIR%%/include/js/images/ui-bg_diagonals-thick_18_b81900_40x40.png +%%CACTIDIR%%/include/js/images/ui-bg_diagonals-thick_20_666666_40x40.png +%%CACTIDIR%%/include/js/images/ui-bg_flat_10_000000_40x100.png +%%CACTIDIR%%/include/js/images/ui-bg_glass_100_f6f6f6_1x400.png +%%CACTIDIR%%/include/js/images/ui-bg_glass_100_fdf5ce_1x400.png +%%CACTIDIR%%/include/js/images/ui-bg_glass_65_ffffff_1x400.png +%%CACTIDIR%%/include/js/images/ui-bg_gloss-wave_35_f6a828_500x100.png +%%CACTIDIR%%/include/js/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +%%CACTIDIR%%/include/js/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +%%CACTIDIR%%/include/js/images/ui-icons_222222_256x240.png +%%CACTIDIR%%/include/js/images/ui-icons_228ef1_256x240.png +%%CACTIDIR%%/include/js/images/ui-icons_ef8c08_256x240.png +%%CACTIDIR%%/include/js/images/ui-icons_ffd27a_256x240.png +%%CACTIDIR%%/include/js/images/ui-icons_ffffff_256x240.png +%%CACTIDIR%%/include/js/jquery.cookie.js +%%CACTIDIR%%/include/js/jquery.dropdown.js +%%CACTIDIR%%/include/js/jquery.js +%%CACTIDIR%%/include/js/jquery.zoom.css +%%CACTIDIR%%/include/js/jquery.zoom.js +%%CACTIDIR%%/include/js/jstree.js +%%CACTIDIR%%/include/js/themes/default-dark/32px.png +%%CACTIDIR%%/include/js/themes/default-dark/40px.png +%%CACTIDIR%%/include/js/themes/default-dark/style.css +%%CACTIDIR%%/include/js/themes/default-dark/style.min.css +%%CACTIDIR%%/include/js/themes/default-dark/throbber.gif +%%CACTIDIR%%/include/js/themes/default/32px.png +%%CACTIDIR%%/include/js/themes/default/40px.png +%%CACTIDIR%%/include/js/themes/default/style.css +%%CACTIDIR%%/include/js/themes/default/style.min.css +%%CACTIDIR%%/include/js/themes/default/throbber.gif %%CACTIDIR%%/include/jscalendar/calendar-setup.js %%CACTIDIR%%/include/jscalendar/calendar.js %%CACTIDIR%%/include/jscalendar/lang/calendar-af.js @@ -278,18 +316,6 @@ %%CACTIDIR%%/include/plugins.php %%CACTIDIR%%/include/top_graph_header.php %%CACTIDIR%%/include/top_header.php -%%CACTIDIR%%/include/treeview/ftiens4.js -%%CACTIDIR%%/include/treeview/ftiens4_export.js -%%CACTIDIR%%/include/treeview/ftv2blank.gif -%%CACTIDIR%%/include/treeview/ftv2lastnode.gif -%%CACTIDIR%%/include/treeview/ftv2mlastnode.gif -%%CACTIDIR%%/include/treeview/ftv2mnode.gif -%%CACTIDIR%%/include/treeview/ftv2node.gif -%%CACTIDIR%%/include/treeview/ftv2plastnode.gif -%%CACTIDIR%%/include/treeview/ftv2pnode.gif -%%CACTIDIR%%/include/treeview/ftv2vertline.gif -%%CACTIDIR%%/include/treeview/ua.js -%%CACTIDIR%%/include/zoom.js %%CACTIDIR%%/index.php %%CACTIDIR%%/install/0_8_1_to_0_8_2.php %%CACTIDIR%%/install/0_8_2_to_0_8_2a.php @@ -315,7 +341,9 @@ %%CACTIDIR%%/install/0_8_7h_to_0_8_7i.php %%CACTIDIR%%/install/0_8_7i_to_0_8_8.php %%CACTIDIR%%/install/0_8_8_to_0_8_8a.php -%%CACTIDIR%%/install/0_8_8_to_0_8_8b.php +%%CACTIDIR%%/install/0_8_8a_to_0_8_8b.php +%%CACTIDIR%%/install/0_8_8b_to_0_8_8c.php +%%CACTIDIR%%/install/0_8_8c_to_0_8_8d.php %%CACTIDIR%%/install/0_8_to_0_8_1.php %%CACTIDIR%%/install/index.php %%CACTIDIR%%/install/install_finish.gif @@ -444,10 +472,10 @@ %%CACTIDIR%%/lib/xml.php %%CACTIDIR%%/logout.php %%CACTIDIR%%/plugins.php +%%CACTIDIR%%/plugins/index.php %%CACTIDIR%%/poller.php %%CACTIDIR%%/poller_commands.php %%CACTIDIR%%/poller_export.php -%%CACTIDIR%%/plugins/index.php %%CACTIDIR%%/resource/script_queries/host_cpu.xml %%CACTIDIR%%/resource/script_queries/host_disk.xml %%CACTIDIR%%/resource/script_queries/unix_disk.xml From owner-svn-ports-branches@FreeBSD.ORG Mon Jun 22 07:09:46 2015 Return-Path: Delivered-To: svn-ports-branches@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECCCD37A; Mon, 22 Jun 2015 07:09:46 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C16D81B71; Mon, 22 Jun 2015 07:09:46 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5M79kYg077387; Mon, 22 Jun 2015 07:09:46 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5M79kZd077384; Mon, 22 Jun 2015 07:09:46 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506220709.t5M79kZd077384@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 22 Jun 2015 07:09:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390278 - branches/2015Q2/lang/chicken 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, 22 Jun 2015 07:09:47 -0000 Author: delphij Date: Mon Jun 22 07:09:45 2015 New Revision: 390278 URL: https://svnweb.freebsd.org/changeset/ports/390278 Log: MFH: r390277 Update to 4.10.0 RC1. PR: 200980 Submitted by: maintainer (Vitaly Magerya) Security: 0da404ad-1891-11e5-a1cf-002590263bf5, e7b7f2b5-177a-11e5-ad33-f8d111029e6a Approved by: ports-secteam Modified: branches/2015Q2/lang/chicken/Makefile branches/2015Q2/lang/chicken/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/lang/chicken/Makefile ============================================================================== --- branches/2015Q2/lang/chicken/Makefile Mon Jun 22 07:08:26 2015 (r390277) +++ branches/2015Q2/lang/chicken/Makefile Mon Jun 22 07:09:45 2015 (r390278) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= chicken -PORTVERSION= 4.9.0.1 -PORTREVISION= 1 +PORTVERSION= 4.10.0r1 CATEGORIES= lang scheme -MASTER_SITES= http://code.call-cc.org/releases/4.9.0/ +MASTER_SITES= http://code.call-cc.org/dev-snapshots/2015/06/07/ +DISTNAME= ${PORTNAME}-${PORTVERSION:r1=rc1} MAINTAINER= vmagerya@gmail.com COMMENT= Scheme-to-C compiler @@ -13,12 +13,15 @@ COMMENT= Scheme-to-C compiler USES= gmake MAKEFILE= GNUmakefile USE_LDCONFIG= yes -MAKE_ARGS+= PLATFORM=bsd PREFIX=${PREFIX} \ - TOPMANDIR=${PREFIX}/man ARCH=${NEW_ARCH} \ +MAKE_ARGS+= PLATFORM=bsd \ + PREFIX=${PREFIX} \ + MANDIR=${PREFIX}/man \ + LIBDIR="${PREFIX}/lib" \ + DOCDIR="${DOCSDIR}" \ + ARCH=${NEW_ARCH} \ C_COMPILER="${CC}" \ CXX_COMPILER="${CXX}" \ LIBRARIAN="${AR}" \ - DOCDIR="${DOCSDIR}" \ C_COMPILER_OPTIMIZATION_OPTIONS="${CFLAGS}" NEW_ARCH= ${ARCH:S/i386/x86/:S/amd64/x86-64/} @@ -33,6 +36,9 @@ MAKE_ARGS+= HACKED_APPLY= post-install: @${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/chicken/7/*.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libchicken* # This only works *after* chicken is installed. regression-test: build Modified: branches/2015Q2/lang/chicken/distinfo ============================================================================== --- branches/2015Q2/lang/chicken/distinfo Mon Jun 22 07:08:26 2015 (r390277) +++ branches/2015Q2/lang/chicken/distinfo Mon Jun 22 07:09:45 2015 (r390278) @@ -1,2 +1,2 @@ -SHA256 (chicken-4.9.0.1.tar.gz) = 04df7c439c36fc16446bdfa186e7a70258f911d2d826b5216a8e6b1cb2aa2815 -SIZE (chicken-4.9.0.1.tar.gz) = 4023371 +SHA256 (chicken-4.10.0rc1.tar.gz) = b5cc7c2d270d11f56a52da1b78950ada27d9bce2496b8ba230542d104b5477f0 +SIZE (chicken-4.10.0rc1.tar.gz) = 4033834 From owner-svn-ports-branches@FreeBSD.ORG Mon Jun 22 23:22:53 2015 Return-Path: Delivered-To: svn-ports-branches@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A362466A; Mon, 22 Jun 2015 23:22:53 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9131ABA0; Mon, 22 Jun 2015 23:22:53 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5MNMrXl088088; Mon, 22 Jun 2015 23:22:53 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5MNMrLn088087; Mon, 22 Jun 2015 23:22:53 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506222322.t5MNMrLn088087@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 22 Jun 2015 23:22:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390342 - branches/2015Q2/lang/chicken 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, 22 Jun 2015 23:22:53 -0000 Author: delphij Date: Mon Jun 22 23:22:52 2015 New Revision: 390342 URL: https://svnweb.freebsd.org/changeset/ports/390342 Log: MFH: r390340 Change version format (from 4.10.0r1 to 4.10.0.r1) and bump PORTEPOCH. This is because our current versioning system sees 4.10.0r1 > 4.10.0. vuxml change would follow. PR: 200980 Submitted by: maintainer (Vitaly Magerya) Approved by: ports-secteam Modified: branches/2015Q2/lang/chicken/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/lang/chicken/Makefile ============================================================================== --- branches/2015Q2/lang/chicken/Makefile Mon Jun 22 23:22:23 2015 (r390341) +++ branches/2015Q2/lang/chicken/Makefile Mon Jun 22 23:22:52 2015 (r390342) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= chicken -PORTVERSION= 4.10.0r1 +PORTVERSION= 4.10.0.r1 +PORTEPOCH= 1 CATEGORIES= lang scheme MASTER_SITES= http://code.call-cc.org/dev-snapshots/2015/06/07/ -DISTNAME= ${PORTNAME}-${PORTVERSION:r1=rc1} +DISTNAME= ${PORTNAME}-${PORTVERSION:.r1=rc1} MAINTAINER= vmagerya@gmail.com COMMENT= Scheme-to-C compiler From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 23 18:07:02 2015 Return-Path: Delivered-To: svn-ports-branches@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A88EA10; Tue, 23 Jun 2015 18:07:02 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 821A6CDB; Tue, 23 Jun 2015 18:07:02 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5NI72It071117; Tue, 23 Jun 2015 18:07:02 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5NI718a071112; Tue, 23 Jun 2015 18:07:01 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506231807.t5NI718a071112@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 23 Jun 2015 18:07:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390437 - branches/2015Q2/net-mgmt/cacti/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, 23 Jun 2015 18:07:02 -0000 Author: delphij Date: Tue Jun 23 18:07:00 2015 New Revision: 390437 URL: https://svnweb.freebsd.org/changeset/ports/390437 Log: MFH: r384620 (partially). There were some patches that was changed and/or removed and this also applies for 0.8.8d. PR: 200963 Approved by: ports-secteam Deleted: branches/2015Q2/net-mgmt/cacti/files/patch-lib__rrd.php Modified: branches/2015Q2/net-mgmt/cacti/files/patch-include__global.php branches/2015Q2/net-mgmt/cacti/files/patch-include__global_settings.php branches/2015Q2/net-mgmt/cacti/files/patch-install__index.php branches/2015Q2/net-mgmt/cacti/files/pkg-message.in Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/net-mgmt/cacti/files/patch-include__global.php ============================================================================== --- branches/2015Q2/net-mgmt/cacti/files/patch-include__global.php Tue Jun 23 17:45:39 2015 (r390436) +++ branches/2015Q2/net-mgmt/cacti/files/patch-include__global.php Tue Jun 23 18:07:00 2015 (r390437) @@ -1,5 +1,5 @@ ---- ./include/global.php.orig 2013-08-06 19:31:19.000000000 -0700 -+++ ./include/global.php 2014-08-11 18:37:08.000000000 -0700 +--- include/global.php.bak 2015-03-12 03:07:05.768314249 -0700 ++++ include/global.php 2015-03-12 03:08:04.171320391 -0700 @@ -113,7 +113,7 @@ $config["library_path"] = preg_replace("/(.*[\/])include/", "\\1lib", dirname(__FILE__)); } Modified: branches/2015Q2/net-mgmt/cacti/files/patch-include__global_settings.php ============================================================================== --- branches/2015Q2/net-mgmt/cacti/files/patch-include__global_settings.php Tue Jun 23 17:45:39 2015 (r390436) +++ branches/2015Q2/net-mgmt/cacti/files/patch-include__global_settings.php Tue Jun 23 18:07:00 2015 (r390437) @@ -1,14 +1,11 @@ ---- ./include/global_settings.php.orig 2013-08-06 19:31:19.000000000 -0700 -+++ ./include/global_settings.php 2014-08-11 18:37:08.000000000 -0700 -@@ -96,9 +96,9 @@ +--- include/global_settings.php.bak 2015-03-12 03:08:59.333297709 -0700 ++++ include/global_settings.php 2015-03-12 03:10:47.532302704 -0700 +@@ -96,7 +96,7 @@ ), "path_cactilog" => array( "friendly_name" => "Cacti Log File Path", - "description" => "The path to your Cacti log file (if blank, defaults to /log/cacti.log)", + "description" => "The path to your Cacti log file (if blank, defaults to /var/log/cacti/log)", "method" => "filepath", -- "default" => $config["base_path"] . "/log/cacti.log", -+ "default" => "/var/log/cacti/log", + "default" => $config["base_path"] . "/log/cacti.log", "max_length" => "255" - ), - "pollerpaths_header" => array( Modified: branches/2015Q2/net-mgmt/cacti/files/patch-install__index.php ============================================================================== --- branches/2015Q2/net-mgmt/cacti/files/patch-install__index.php Tue Jun 23 17:45:39 2015 (r390436) +++ branches/2015Q2/net-mgmt/cacti/files/patch-install__index.php Tue Jun 23 18:07:00 2015 (r390437) @@ -1,5 +1,5 @@ ---- ./install/index.php.orig 2013-08-06 19:31:19.000000000 -0700 -+++ ./install/index.php 2014-08-11 18:45:19.000000000 -0700 +--- install/index.php.bak 2015-03-12 03:12:05.409276443 -0700 ++++ install/index.php 2015-03-12 03:14:17.596295374 -0700 @@ -267,7 +267,7 @@ if (config_value_exists("path_cactilog")) { $input["path_cactilog"]["default"] = read_config_option("path_cactilog"); Modified: branches/2015Q2/net-mgmt/cacti/files/pkg-message.in ============================================================================== --- branches/2015Q2/net-mgmt/cacti/files/pkg-message.in Tue Jun 23 17:45:39 2015 (r390436) +++ branches/2015Q2/net-mgmt/cacti/files/pkg-message.in Tue Jun 23 18:07:00 2015 (r390437) @@ -81,4 +81,7 @@ NOTEs as of 10Aug2014: 2) The PERL paths in the Cacti PERL scripts have been updated to /usr/local/bin. +Other Erratas: +Mount linprocfs in /compat/linux/proc will alow most scripts to work. + ======================================================================= From owner-svn-ports-branches@freebsd.org Wed Jun 24 12:58:59 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 9C48A915E6D; Wed, 24 Jun 2015 12:58:59 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73925155A; Wed, 24 Jun 2015 12:58:59 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5OCwxGn032906; Wed, 24 Jun 2015 12:58:59 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5OCwxM8032904; Wed, 24 Jun 2015 12:58:59 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201506241258.t5OCwxM8032904@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Wed, 24 Jun 2015 12:58:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390478 - branches/2015Q2/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, 24 Jun 2015 12:58:59 -0000 Author: xmj Date: Wed Jun 24 12:58:58 2015 New Revision: 390478 URL: https://svnweb.freebsd.org/changeset/ports/390478 Log: MFH: r390474 www/linux-*-flashplugin11: update to 11.2r202.468 - update to 11.2r202.468 Reported by: kwm Approved by: ports-secteam (erwin) Security: d02f6b01-1a3f-11e5-8bd6-c485083ca99c Security: CVE-2015-3113 Sponsored by: Perceivon Hosting Inc. Modified: branches/2015Q2/www/linux-c6-flashplugin11/Makefile branches/2015Q2/www/linux-c6-flashplugin11/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/linux-c6-flashplugin11/Makefile ============================================================================== --- branches/2015Q2/www/linux-c6-flashplugin11/Makefile Wed Jun 24 11:59:17 2015 (r390477) +++ branches/2015Q2/www/linux-c6-flashplugin11/Makefile Wed Jun 24 12:58:58 2015 (r390478) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.466 +PORTVERSION= 11.2r202.468 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib Modified: branches/2015Q2/www/linux-c6-flashplugin11/distinfo ============================================================================== --- branches/2015Q2/www/linux-c6-flashplugin11/distinfo Wed Jun 24 11:59:17 2015 (r390477) +++ branches/2015Q2/www/linux-c6-flashplugin11/distinfo Wed Jun 24 12:58:58 2015 (r390478) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.466/install_flash_player_11_linux.i386.tar.gz) = 30718b8af36247d5713e63e533cdb67b9f98a8b241e203c9d0fd34b34654fdef -SIZE (flashplugin/11.2r202.466/install_flash_player_11_linux.i386.tar.gz) = 6934400 -SHA256 (flashplugin/11.2r202.466/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.466/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +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 From owner-svn-ports-branches@freebsd.org Wed Jun 24 20:49:33 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 52975915D44; Wed, 24 Jun 2015 20:49:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 436781E16; Wed, 24 Jun 2015 20:49:33 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5OKnXvu072055; Wed, 24 Jun 2015 20:49:33 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5OKnWNr072049; Wed, 24 Jun 2015 20:49:32 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506242049.t5OKnWNr072049@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 24 Jun 2015 20:49:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390520 - in branches/2015Q2/sysutils/logstash-forwarder: . 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: Wed, 24 Jun 2015 20:49:33 -0000 Author: delphij Date: Wed Jun 24 20:49:31 2015 New Revision: 390520 URL: https://svnweb.freebsd.org/changeset/ports/390520 Log: MFH: r390518 Update to 0.4.0.20150507. PR: ports/201065 Submitted by: maintainer (cheffo freebsd-bg org) Approved by: ports-secteam Modified: branches/2015Q2/sysutils/logstash-forwarder/Makefile branches/2015Q2/sysutils/logstash-forwarder/distinfo branches/2015Q2/sysutils/logstash-forwarder/files/patch-fileinfo_freebsd.go branches/2015Q2/sysutils/logstash-forwarder/files/patch-filestate_freebsd.go Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/sysutils/logstash-forwarder/Makefile ============================================================================== --- branches/2015Q2/sysutils/logstash-forwarder/Makefile Wed Jun 24 20:35:39 2015 (r390519) +++ branches/2015Q2/sysutils/logstash-forwarder/Makefile Wed Jun 24 20:49:31 2015 (r390520) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= logstash-forwarder -PORTVERSION= 0.3.1.20150121 +PORTVERSION= 0.4.0.20150507 CATEGORIES= sysutils MAINTAINER= cheffo@freebsd-bg.org @@ -13,9 +13,7 @@ BUILD_DEPENDS= go:${PORTSDIR}/lang/go USE_GITHUB= yes GH_ACCOUNT= elasticsearch -GH_PROJECT= logstash-forwarder -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 9c69a36 +GH_TAGNAME= 3b718f0 USE_RC_SUBR= logstash-forwarder SUB_FILES= pkg-message Modified: branches/2015Q2/sysutils/logstash-forwarder/distinfo ============================================================================== --- branches/2015Q2/sysutils/logstash-forwarder/distinfo Wed Jun 24 20:35:39 2015 (r390519) +++ branches/2015Q2/sysutils/logstash-forwarder/distinfo Wed Jun 24 20:49:31 2015 (r390520) @@ -1,2 +1,2 @@ -SHA256 (logstash-forwarder-0.3.1.20150121.tar.gz) = 73c04db743cfe3d438004cb8775f78d2fb8bcae710fbfa78c19be326e141df28 -SIZE (logstash-forwarder-0.3.1.20150121.tar.gz) = 42008 +SHA256 (elasticsearch-logstash-forwarder-0.4.0.20150507-3b718f0_GH0.tar.gz) = 2ac52a05b5e737dd2c2b80fbf967cd3e1e45e59a1a840e71ab29fdf0a59298ea +SIZE (elasticsearch-logstash-forwarder-0.4.0.20150507-3b718f0_GH0.tar.gz) = 30476 Modified: branches/2015Q2/sysutils/logstash-forwarder/files/patch-fileinfo_freebsd.go ============================================================================== --- branches/2015Q2/sysutils/logstash-forwarder/files/patch-fileinfo_freebsd.go Wed Jun 24 20:35:39 2015 (r390519) +++ branches/2015Q2/sysutils/logstash-forwarder/files/patch-fileinfo_freebsd.go Wed Jun 24 20:49:31 2015 (r390520) @@ -1,5 +1,5 @@ ---- fileinfo_freebsd.go.orig 1970-01-01 02:00:00.000000000 +0200 -+++ fileinfo_freebsd.go 2014-08-15 15:55:47.824555519 +0300 +--- fileinfo_freebsd.go.orig 2015-06-23 08:32:46 UTC ++++ fileinfo_freebsd.go @@ -0,0 +1,11 @@ +package main + Modified: branches/2015Q2/sysutils/logstash-forwarder/files/patch-filestate_freebsd.go ============================================================================== --- branches/2015Q2/sysutils/logstash-forwarder/files/patch-filestate_freebsd.go Wed Jun 24 20:35:39 2015 (r390519) +++ branches/2015Q2/sysutils/logstash-forwarder/files/patch-filestate_freebsd.go Wed Jun 24 20:49:31 2015 (r390520) @@ -1,5 +1,5 @@ ---- filestate_freebsd.go.orig 1970-01-01 02:00:00.000000000 +0200 -+++ filestate_freebsd.go 2014-08-15 15:56:07.164481962 +0300 +--- filestate_freebsd.go.orig 2015-06-23 08:32:46 UTC ++++ filestate_freebsd.go @@ -0,0 +1,8 @@ +package main + From owner-svn-ports-branches@freebsd.org Wed Jun 24 21:14:56 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 F383B9163B6; Wed, 24 Jun 2015 21:14:55 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE08E1F86; Wed, 24 Jun 2015 21:14:55 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5OLEtTw086602; Wed, 24 Jun 2015 21:14:55 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5OLEs9p086596; Wed, 24 Jun 2015 21:14:54 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506242114.t5OLEs9p086596@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 24 Jun 2015 21:14:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390523 - in branches/2015Q2/sysutils/logstash: . 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: Wed, 24 Jun 2015 21:14:56 -0000 Author: delphij Date: Wed Jun 24 21:14:53 2015 New Revision: 390523 URL: https://svnweb.freebsd.org/changeset/ports/390523 Log: MFH: 390521 Update to 1.5.1. PR: ports/201001 Submitted by: maintainer (Enrico M. Crisostomo) Approved by: ports-secteam@ Added: branches/2015Q2/sysutils/logstash/pkg-message - copied unchanged from r390521, head/sysutils/logstash/pkg-message Modified: branches/2015Q2/sysutils/logstash/Makefile branches/2015Q2/sysutils/logstash/distinfo branches/2015Q2/sysutils/logstash/files/logstash.in branches/2015Q2/sysutils/logstash/pkg-descr branches/2015Q2/sysutils/logstash/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/sysutils/logstash/Makefile ============================================================================== --- branches/2015Q2/sysutils/logstash/Makefile Wed Jun 24 21:10:52 2015 (r390522) +++ branches/2015Q2/sysutils/logstash/Makefile Wed Jun 24 21:14:53 2015 (r390523) @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= logstash -PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTVERSION= 1.5.1 CATEGORIES= sysutils java -MASTER_SITES= https://download.elasticsearch.org/logstash/logstash/:0 \ - https://github.com/emcrisostomo/jnr-ffi/releases/download/2.0.0/:1 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:0 jnr-ffi-2.0.0.jar:1 +MASTER_SITES= http://download.elastic.co/logstash/logstash/ MAINTAINER= enrico.m.crisostomo@gmail.com COMMENT= Tool for managing events and logs LICENSE= APACHE20 +RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash + USE_JAVA= yes JAVA_VERSION= 1.7+ JAVA_EXTRACT= yes @@ -31,25 +30,11 @@ LOGSTASH_DATA_DIR?= /var/db/${PORTNAME} SUB_LIST= LOGSTASH_DATA_DIR=${LOGSTASH_DATA_DIR} JAVA_HOME=${JAVA_HOME} \ LOGSTASH_HOME=${LOGSTASH_HOME} -# Patch the logstash distribution using the patched jnr-ffi classes. -JRUBY_JAR= jruby-complete-1.7.11.jar -post-patch: - @-${RM} -r ${WRKSRC}/vendor/jar/temp - @-${RM} ${WRKSRC}/vendor/jar/${JRUBY_JAR}.bak - @(cd ${WRKSRC}/vendor/jar && \ - ${MKDIR} temp && \ - ${CP} ${JRUBY_JAR} temp && \ - ${MV} ${JRUBY_JAR} ${JRUBY_JAR}.bak && \ - cd temp && \ - ${JAR} xf ${JRUBY_JAR} && \ - ${RM} ${JRUBY_JAR} && \ - ${RM} -r jnr/ffi) - @(cd ${WRKDIR}/jnr && ${CP} -r ffi ${WRKSRC}/vendor/jar/temp/jnr) - @(cd ${WRKSRC}/vendor/jar/temp && \ - ${JAR} cfm ../${JRUBY_JAR} META-INF/MANIFEST.MF .) - @(cd ${WRKSRC}/vendor/jar && ${RM} -r temp ${JRUBY_JAR}.bak) +LOGSTASH_BIN_FILES= logstash +LOGSTASH_JRUBY_SUBDIR= vendor/jruby/bin +LOGSTASH_JRUBY_BIN_FILES= ast irb jirb jruby jruby.sh rdoc testrb gem \ + jgem jirb_swing jruby.bash jrubyc rake ri -LOGSTASH_BIN_FILES= logstash logstash-web do-install: @${FIND} ${WRKSRC} -name '*.bat' -delete ${MKDIR} ${STAGEDIR}${ETCDIR} @@ -61,5 +46,8 @@ do-install: .for x in ${LOGSTASH_BIN_FILES} @${CHMOD} ${BINMODE} ${STAGEDIR}${LOGSTASH_DIR}/bin/${x} .endfor +.for x in ${LOGSTASH_JRUBY_BIN_FILES} + @${CHMOD} ${BINMODE} ${STAGEDIR}${LOGSTASH_DIR}/${LOGSTASH_JRUBY_SUBDIR}/${x} +.endfor .include Modified: branches/2015Q2/sysutils/logstash/distinfo ============================================================================== --- branches/2015Q2/sysutils/logstash/distinfo Wed Jun 24 21:10:52 2015 (r390522) +++ branches/2015Q2/sysutils/logstash/distinfo Wed Jun 24 21:14:53 2015 (r390523) @@ -1,4 +1,2 @@ -SHA256 (logstash-1.4.2.tar.gz) = d5be171af8d4ca966a0c731fc34f5deeee9d7631319e3660d1df99e43c5f8069 -SIZE (logstash-1.4.2.tar.gz) = 85619205 -SHA256 (jnr-ffi-2.0.0.jar) = bfe10bf5492667146a23fec12abab7ec96164f84d819f8785a8f44540f84f4d8 -SIZE (jnr-ffi-2.0.0.jar) = 648330 +SHA256 (logstash-1.5.1.tar.gz) = a12f91bc87f6cd8f1b481c9e9d0370a650b2c36fdc6a656785ef883cb1002894 +SIZE (logstash-1.5.1.tar.gz) = 90347364 Modified: branches/2015Q2/sysutils/logstash/files/logstash.in ============================================================================== --- branches/2015Q2/sysutils/logstash/files/logstash.in Wed Jun 24 21:10:52 2015 (r390522) +++ branches/2015Q2/sysutils/logstash/files/logstash.in Wed Jun 24 21:14:53 2015 (r390523) @@ -3,7 +3,8 @@ # Configuration settings for logstash in /etc/rc.conf: # # PROVIDE: logstash -# REQUIRE: LOGIN +# REQUIRE: DAEMON +# BEFORE: LOGIN # KEYWORD: shutdown # # logstash_enable (bool): @@ -11,24 +12,13 @@ # Flag that determines whether Logstash is enabled. # # logstash_home (string): -# Default value: "/opt/logstash-1.4.2" +# Default value: "/usr/local/logstash" # Logstash installation directory. # # logstash_config (string): # Default value: /usr/local/etc/${name}/${name}.conf # Logstash configuration file path. # -# logstash_mode (string): -# Default value: "standalone" -# Valid options: -# "standalone": agent, web & elasticsearch -# "web": Starts logstash as a web ui -# "agent": Justs works as a log shipper -# -# logstash_port (int): -# Default value: 9292 -# Port of the Kibana web interface. -# # logstash_log (bool): # Set to "NO" by default. # Set it to "YES" to enable logstash logging to file @@ -68,13 +58,10 @@ logdir="/var/log" : ${logstash_home="%%LOGSTASH_HOME%%"} : ${logstash_config="%%ETCDIR%%/${name}.conf"} : ${logstash_log="NO"} -: ${logstash_mode="standalone"} -: ${logstash_port="9292"} : ${logstash_log_file="${logdir}/${name}.log"} -: ${logstash_elastic_datadir="%%LOGSTASH_DATA_DIR%%"} : ${logstash_java_home="%%JAVA_HOME%%"} : ${logstash_java_opts=""} -: ${logstash_ffi_java_opts="-Djnr.ffi.asm.enabled=false"} +: ${logstash_elastic_datadir="%%LOGSTASH_DATA_DIR%%"} piddir=/var/run/${name} pidfile=${piddir}/${name}.pid @@ -94,16 +81,10 @@ if checkyesno logstash_log; then logstash_log_options=" --log ${logstash_log_file}" fi -if [ ${logstash_mode} = "standalone" ]; then - logstash_args="agent -f ${logstash_config} ${logstash_log_options} -- web --port ${logstash_port}" - logstash_elastic_options="-Des.path.data=${logstash_elastic_datadir}" -elif [ ${logstash_mode} = "agent" ]; then - logstash_args="agent -f ${logstash_config} ${logstash_log_options}" -elif [ ${logstash_mode} = "web" ]; then - logstash_args="web --port ${logstash_port} ${logstash_log_options}" -fi +logstash_args="agent -f ${logstash_config} ${logstash_log_options}" +logstash_elastic_options="-Des.path.data=${logstash_elastic_datadir}" -JAVA_OPTS="${logstash_ffi_java_opts} ${logstash_java_opts} ${logstash_elastic_options}" +JAVA_OPTS="${logstash_java_opts} ${logstash_elastic_options}" JAVA_HOME="${logstash_java_home}" export JAVA_OPTS export JAVA_HOME @@ -112,4 +93,8 @@ command="/usr/sbin/daemon" command_args="-f -p ${pidfile} ${logstash_cmd} ${logstash_args}" required_files="${logstash_home} ${logstash_java_home} ${logstash_cmd} ${logstash_config}" +# Include /usr/local/bin in path because Logstash startup scripts +# assume bash is in path. +PATH=/usr/local/bin:$PATH + run_rc_command "$1" Modified: branches/2015Q2/sysutils/logstash/pkg-descr ============================================================================== --- branches/2015Q2/sysutils/logstash/pkg-descr Wed Jun 24 21:10:52 2015 (r390522) +++ branches/2015Q2/sysutils/logstash/pkg-descr Wed Jun 24 21:14:53 2015 (r390523) @@ -1,6 +1,6 @@ -Logstash is a tool for managing events and logs. You can use it to -collect logs, parse them, and store them for later use (like, for -searching). Speaking of searching, logstash comes with a web interface -for searching and drilling into all of your logs. +Logstash is a tool for managing events and logs. You can use it to collect +logs, parse them, and store them for later use (like, for searching). Speaking +of searching, logstash comes with a web interface for searching and drilling +into all of your logs. WWW: http://logstash.net/ Copied: branches/2015Q2/sysutils/logstash/pkg-message (from r390521, head/sysutils/logstash/pkg-message) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/sysutils/logstash/pkg-message Wed Jun 24 21:14:53 2015 (r390523, copy of r390521, head/sysutils/logstash/pkg-message) @@ -0,0 +1,11 @@ +To start logstash as an agent during startup, add + + logstash_enable="YES" + +to your /etc/rc.conf. + +Extra options can be found in startup script. + +NOTE: Since version 1.5.0, logstash is started in agent mode. +The Kibana web application is no longer embedded in this Logstash +distribution. Modified: branches/2015Q2/sysutils/logstash/pkg-plist ============================================================================== --- branches/2015Q2/sysutils/logstash/pkg-plist Wed Jun 24 21:10:52 2015 (r390522) +++ branches/2015Q2/sysutils/logstash/pkg-plist Wed Jun 24 21:14:53 2015 (r390523) @@ -1,2123 +1,1733 @@ @sample %%ETCDIR%%/elasticsearch.yml.sample @sample %%ETCDIR%%/logstash.conf.sample +logstash/CHANGELOG +logstash/CONTRIBUTORS +logstash/Gemfile +logstash/Gemfile.jruby-1.9.lock logstash/LICENSE -logstash/README.md logstash/bin/logstash -logstash/bin/logstash-test -logstash/bin/logstash-web logstash/bin/logstash.lib.sh logstash/bin/plugin -logstash/lib/logstash-event.rb -logstash/lib/logstash.rb -logstash/lib/logstash/JRUBY-PR1448.rb -logstash/lib/logstash/agent.rb -logstash/lib/logstash/certs/cacert.pem -logstash/lib/logstash/codecs/base.rb -logstash/lib/logstash/codecs/collectd.rb -logstash/lib/logstash/codecs/dots.rb -logstash/lib/logstash/codecs/edn.rb -logstash/lib/logstash/codecs/edn_lines.rb -logstash/lib/logstash/codecs/fluent.rb -logstash/lib/logstash/codecs/graphite.rb -logstash/lib/logstash/codecs/json.rb -logstash/lib/logstash/codecs/json_lines.rb -logstash/lib/logstash/codecs/json_spooler.rb -logstash/lib/logstash/codecs/line.rb -logstash/lib/logstash/codecs/msgpack.rb -logstash/lib/logstash/codecs/multiline.rb -logstash/lib/logstash/codecs/netflow.rb -logstash/lib/logstash/codecs/netflow/netflow.yaml -logstash/lib/logstash/codecs/netflow/util.rb -logstash/lib/logstash/codecs/noop.rb -logstash/lib/logstash/codecs/oldlogstashjson.rb -logstash/lib/logstash/codecs/plain.rb -logstash/lib/logstash/codecs/rubydebug.rb -logstash/lib/logstash/codecs/spool.rb -logstash/lib/logstash/config/Makefile -logstash/lib/logstash/config/config_ast.rb -logstash/lib/logstash/config/file.rb -logstash/lib/logstash/config/grammar.rb -logstash/lib/logstash/config/grammar.treetop -logstash/lib/logstash/config/mixin.rb -logstash/lib/logstash/config/registry.rb -logstash/lib/logstash/config/test.conf -logstash/lib/logstash/environment.rb -logstash/lib/logstash/errors.rb -logstash/lib/logstash/event.rb -logstash/lib/logstash/filters/anonymize.rb -logstash/lib/logstash/filters/base.rb -logstash/lib/logstash/filters/checksum.rb -logstash/lib/logstash/filters/clone.rb -logstash/lib/logstash/filters/csv.rb -logstash/lib/logstash/filters/date.rb -logstash/lib/logstash/filters/dns.rb -logstash/lib/logstash/filters/drop.rb -logstash/lib/logstash/filters/fingerprint.rb -logstash/lib/logstash/filters/geoip.rb -logstash/lib/logstash/filters/grok.rb -logstash/lib/logstash/filters/grokdiscovery.rb -logstash/lib/logstash/filters/json.rb -logstash/lib/logstash/filters/kv.rb -logstash/lib/logstash/filters/metrics.rb -logstash/lib/logstash/filters/multiline.rb -logstash/lib/logstash/filters/mutate.rb -logstash/lib/logstash/filters/noop.rb -logstash/lib/logstash/filters/ruby.rb -logstash/lib/logstash/filters/sleep.rb -logstash/lib/logstash/filters/split.rb -logstash/lib/logstash/filters/syslog_pri.rb -logstash/lib/logstash/filters/throttle.rb -logstash/lib/logstash/filters/urldecode.rb -logstash/lib/logstash/filters/useragent.rb -logstash/lib/logstash/filters/uuid.rb -logstash/lib/logstash/filters/xml.rb -logstash/lib/logstash/filterworker.rb -logstash/lib/logstash/inputs/base.rb -logstash/lib/logstash/inputs/collectd.rb -logstash/lib/logstash/inputs/elasticsearch.rb -logstash/lib/logstash/inputs/eventlog.rb -logstash/lib/logstash/inputs/exec.rb -logstash/lib/logstash/inputs/file.rb -logstash/lib/logstash/inputs/ganglia.rb -logstash/lib/logstash/inputs/ganglia/gmondpacket.rb -logstash/lib/logstash/inputs/ganglia/xdr.rb -logstash/lib/logstash/inputs/gelf.rb -logstash/lib/logstash/inputs/generator.rb -logstash/lib/logstash/inputs/graphite.rb -logstash/lib/logstash/inputs/imap.rb -logstash/lib/logstash/inputs/invalid_input.rb -logstash/lib/logstash/inputs/irc.rb -logstash/lib/logstash/inputs/log4j.rb -logstash/lib/logstash/inputs/lumberjack.rb -logstash/lib/logstash/inputs/pipe.rb -logstash/lib/logstash/inputs/rabbitmq.rb -logstash/lib/logstash/inputs/rabbitmq/bunny.rb -logstash/lib/logstash/inputs/rabbitmq/hot_bunnies.rb -logstash/lib/logstash/inputs/rabbitmq/march_hare.rb -logstash/lib/logstash/inputs/redis.rb -logstash/lib/logstash/inputs/s3.rb -logstash/lib/logstash/inputs/snmptrap.rb -logstash/lib/logstash/inputs/sqs.rb -logstash/lib/logstash/inputs/stdin.rb -logstash/lib/logstash/inputs/syslog.rb -logstash/lib/logstash/inputs/tcp.rb -logstash/lib/logstash/inputs/threadable.rb -logstash/lib/logstash/inputs/twitter.rb -logstash/lib/logstash/inputs/udp.rb -logstash/lib/logstash/inputs/unix.rb -logstash/lib/logstash/inputs/xmpp.rb -logstash/lib/logstash/inputs/zeromq.rb -logstash/lib/logstash/kibana.rb -logstash/lib/logstash/logging.rb -logstash/lib/logstash/monkeypatches-for-debugging.rb -logstash/lib/logstash/multiqueue.rb -logstash/lib/logstash/namespace.rb -logstash/lib/logstash/outputs/base.rb -logstash/lib/logstash/outputs/cloudwatch.rb -logstash/lib/logstash/outputs/csv.rb -logstash/lib/logstash/outputs/elasticsearch.rb -logstash/lib/logstash/outputs/elasticsearch/elasticsearch-template.json -logstash/lib/logstash/outputs/elasticsearch/protocol.rb -logstash/lib/logstash/outputs/elasticsearch_http.rb -logstash/lib/logstash/outputs/elasticsearch_river.rb -logstash/lib/logstash/outputs/email.rb -logstash/lib/logstash/outputs/exec.rb -logstash/lib/logstash/outputs/file.rb -logstash/lib/logstash/outputs/ganglia.rb -logstash/lib/logstash/outputs/gelf.rb -logstash/lib/logstash/outputs/graphite.rb -logstash/lib/logstash/outputs/hipchat.rb -logstash/lib/logstash/outputs/http.rb -logstash/lib/logstash/outputs/irc.rb -logstash/lib/logstash/outputs/juggernaut.rb -logstash/lib/logstash/outputs/lumberjack.rb -logstash/lib/logstash/outputs/nagios.rb -logstash/lib/logstash/outputs/nagios_nsca.rb -logstash/lib/logstash/outputs/null.rb -logstash/lib/logstash/outputs/opentsdb.rb -logstash/lib/logstash/outputs/pagerduty.rb -logstash/lib/logstash/outputs/pipe.rb -logstash/lib/logstash/outputs/rabbitmq.rb -logstash/lib/logstash/outputs/rabbitmq/bunny.rb -logstash/lib/logstash/outputs/rabbitmq/hot_bunnies.rb -logstash/lib/logstash/outputs/rabbitmq/march_hare.rb -logstash/lib/logstash/outputs/redis.rb -logstash/lib/logstash/outputs/s3.rb -logstash/lib/logstash/outputs/sns.rb -logstash/lib/logstash/outputs/sqs.rb -logstash/lib/logstash/outputs/statsd.rb -logstash/lib/logstash/outputs/stdout.rb -logstash/lib/logstash/outputs/tcp.rb -logstash/lib/logstash/outputs/udp.rb -logstash/lib/logstash/outputs/xmpp.rb -logstash/lib/logstash/outputs/zeromq.rb -logstash/lib/logstash/pipeline.rb -logstash/lib/logstash/plugin.rb -logstash/lib/logstash/plugin_mixins/aws_config.rb -logstash/lib/logstash/program.rb -logstash/lib/logstash/runner.rb -logstash/lib/logstash/sized_queue.rb -logstash/lib/logstash/threadwatchdog.rb -logstash/lib/logstash/time_addon.rb -logstash/lib/logstash/util.rb -logstash/lib/logstash/util/accessors.rb -logstash/lib/logstash/util/buftok.rb -logstash/lib/logstash/util/charset.rb -logstash/lib/logstash/util/fieldreference.rb -logstash/lib/logstash/util/password.rb -logstash/lib/logstash/util/prctl.rb -logstash/lib/logstash/util/require-helper.rb -logstash/lib/logstash/util/socket_peer.rb -logstash/lib/logstash/util/zeromq.rb -logstash/lib/logstash/version.rb -logstash/locales/en.yml -logstash/patterns/firewalls -logstash/patterns/grok-patterns -logstash/patterns/haproxy -logstash/patterns/java -logstash/patterns/junos -logstash/patterns/linux-syslog -logstash/patterns/mcollective -logstash/patterns/mcollective-patterns -logstash/patterns/mongodb -logstash/patterns/nagios -logstash/patterns/postgresql -logstash/patterns/redis -logstash/patterns/ruby -logstash/spec/README.md -logstash/spec/codecs/collectd.rb -logstash/spec/codecs/edn.rb -logstash/spec/codecs/edn_lines.rb -logstash/spec/codecs/graphite.rb -logstash/spec/codecs/json.rb -logstash/spec/codecs/json_lines.rb -logstash/spec/codecs/json_spooler.rb -logstash/spec/codecs/msgpack.rb -logstash/spec/codecs/multiline.rb -logstash/spec/codecs/oldlogstashjson.rb -logstash/spec/codecs/plain.rb -logstash/spec/codecs/spool.rb -logstash/spec/conditionals/test.rb -logstash/spec/config.rb -logstash/spec/environment.rb -logstash/spec/event.rb -logstash/spec/examples/fail2ban.rb -logstash/spec/examples/graphite-input.rb -logstash/spec/examples/mysql-slow-query.rb -logstash/spec/examples/parse-apache-logs.rb -logstash/spec/examples/parse-haproxy-logs.rb -logstash/spec/examples/syslog.rb -logstash/spec/filters/anonymize.rb -logstash/spec/filters/checksum.rb -logstash/spec/filters/clone.rb -logstash/spec/filters/csv.rb -logstash/spec/filters/date.rb -logstash/spec/filters/date_performance.rb -logstash/spec/filters/dns.rb -logstash/spec/filters/drop.rb -logstash/spec/filters/fingerprint.rb -logstash/spec/filters/geoip.rb -logstash/spec/filters/grok.rb -logstash/spec/filters/grok/timeout2.rb -logstash/spec/filters/grok/timeouts.rb -logstash/spec/filters/json.rb -logstash/spec/filters/kv.rb -logstash/spec/filters/metrics.rb -logstash/spec/filters/multiline.rb -logstash/spec/filters/mutate.rb -logstash/spec/filters/noop.rb -logstash/spec/filters/split.rb -logstash/spec/filters/throttle.rb -logstash/spec/filters/urldecode.rb -logstash/spec/filters/useragent.rb -logstash/spec/filters/xml.rb -logstash/spec/inputs/collectd.rb -logstash/spec/inputs/file.rb -logstash/spec/inputs/gelf.rb -logstash/spec/inputs/generator.rb -logstash/spec/inputs/imap.rb -logstash/spec/inputs/log4j.rb -logstash/spec/inputs/pipe.rb -logstash/spec/inputs/redis.rb -logstash/spec/inputs/syslog.rb -logstash/spec/inputs/tcp.rb -logstash/spec/jar.rb -logstash/spec/outputs/csv.rb -logstash/spec/outputs/elasticsearch.rb -logstash/spec/outputs/elasticsearch_http.rb -logstash/spec/outputs/elasticsearch_river.rb -logstash/spec/outputs/email.rb -logstash/spec/outputs/file.rb -logstash/spec/outputs/graphite.rb -logstash/spec/outputs/redis.rb -logstash/spec/runner_spec.rb -logstash/spec/speed.rb -logstash/spec/support/LOGSTASH-733.rb -logstash/spec/support/LOGSTASH-820.rb -logstash/spec/support/akamai-grok.rb -logstash/spec/support/date-http.rb -logstash/spec/support/pull375.rb -logstash/spec/test_utils.rb -logstash/spec/util/accessors_spec.rb -logstash/spec/util/charset_spec.rb -logstash/spec/util/fieldeval_spec.rb -logstash/spec/web.rb -logstash/vendor/bundle/jruby/1.9/bin/autospec +logstash/bin/rspec +logstash/lib/bootstrap/bundler.rb +logstash/lib/bootstrap/environment.rb +logstash/lib/bootstrap/rspec.rb +logstash/lib/bootstrap/rubygems.rb +logstash/lib/pluginmanager/command.rb +logstash/lib/pluginmanager/gemfile.rb +logstash/lib/pluginmanager/install.rb +logstash/lib/pluginmanager/list.rb +logstash/lib/pluginmanager/main.rb +logstash/lib/pluginmanager/uninstall.rb +logstash/lib/pluginmanager/update.rb +logstash/lib/pluginmanager/util.rb logstash/vendor/bundle/jruby/1.9/bin/aws-rb logstash/vendor/bundle/jruby/1.9/bin/bundle logstash/vendor/bundle/jruby/1.9/bin/bundler logstash/vendor/bundle/jruby/1.9/bin/coderay -logstash/vendor/bundle/jruby/1.9/bin/convert_to_should_syntax +logstash/vendor/bundle/jruby/1.9/bin/file-deps +logstash/vendor/bundle/jruby/1.9/bin/fpm logstash/vendor/bundle/jruby/1.9/bin/gelfd logstash/vendor/bundle/jruby/1.9/bin/geoip logstash/vendor/bundle/jruby/1.9/bin/globtail -logstash/vendor/bundle/jruby/1.9/bin/htmldiff -logstash/vendor/bundle/jruby/1.9/bin/ldiff +logstash/vendor/bundle/jruby/1.9/bin/make_data.rb +logstash/vendor/bundle/jruby/1.9/bin/minitar logstash/vendor/bundle/jruby/1.9/bin/nokogiri -logstash/vendor/bundle/jruby/1.9/bin/protoc-gen-beefcake logstash/vendor/bundle/jruby/1.9/bin/pry -logstash/vendor/bundle/jruby/1.9/bin/rackup -logstash/vendor/bundle/jruby/1.9/bin/rspec +logstash/vendor/bundle/jruby/1.9/bin/rmvn logstash/vendor/bundle/jruby/1.9/bin/rubygems-cabin-test -logstash/vendor/bundle/jruby/1.9/bin/tilt +logstash/vendor/bundle/jruby/1.9/bin/sample logstash/vendor/bundle/jruby/1.9/bin/tt -logstash/vendor/bundle/jruby/1.9/build_info/activesupport-3.2.17.info -logstash/vendor/bundle/jruby/1.9/build_info/activesupport-4.1.1.info -logstash/vendor/bundle/jruby/1.9/build_info/addressable-2.3.5.info -logstash/vendor/bundle/jruby/1.9/build_info/addressable-2.3.6.info -logstash/vendor/bundle/jruby/1.9/build_info/atomic-1.1.15-java.info -logstash/vendor/bundle/jruby/1.9/build_info/atomic-1.1.16-java.info -logstash/vendor/bundle/jruby/1.9/build_info/avl_tree-1.1.3.info -logstash/vendor/bundle/jruby/1.9/build_info/awesome_print-1.2.0.info -logstash/vendor/bundle/jruby/1.9/build_info/aws-sdk-1.35.0.info -logstash/vendor/bundle/jruby/1.9/build_info/aws-sdk-1.41.0.info -logstash/vendor/bundle/jruby/1.9/build_info/backports-3.6.0.info -logstash/vendor/bundle/jruby/1.9/build_info/beefcake-0.3.7.info -logstash/vendor/bundle/jruby/1.9/build_info/bindata-2.0.0.info -logstash/vendor/bundle/jruby/1.9/build_info/bindata-2.1.0.info -logstash/vendor/bundle/jruby/1.9/build_info/blankslate-2.1.2.4.info -logstash/vendor/bundle/jruby/1.9/build_info/buftok-0.1.info -logstash/vendor/bundle/jruby/1.9/build_info/builder-3.2.2.info -logstash/vendor/bundle/jruby/1.9/build_info/cabin-0.6.1.info -logstash/vendor/bundle/jruby/1.9/build_info/ci_reporter-1.9.1.info -logstash/vendor/bundle/jruby/1.9/build_info/ci_reporter-1.9.2.info -logstash/vendor/bundle/jruby/1.9/build_info/cinch-2.1.0.info -logstash/vendor/bundle/jruby/1.9/build_info/clamp-0.6.3.info -logstash/vendor/bundle/jruby/1.9/build_info/coderay-1.1.0.info -logstash/vendor/bundle/jruby/1.9/build_info/diff-lcs-1.2.5.info -logstash/vendor/bundle/jruby/1.9/build_info/edn-1.0.2.info -logstash/vendor/bundle/jruby/1.9/build_info/edn-1.0.3.info -logstash/vendor/bundle/jruby/1.9/build_info/elasticsearch-1.0.1.info -logstash/vendor/bundle/jruby/1.9/build_info/elasticsearch-1.0.2.info -logstash/vendor/bundle/jruby/1.9/build_info/elasticsearch-api-1.0.1.info -logstash/vendor/bundle/jruby/1.9/build_info/elasticsearch-api-1.0.2.info -logstash/vendor/bundle/jruby/1.9/build_info/elasticsearch-transport-1.0.1.info -logstash/vendor/bundle/jruby/1.9/build_info/elasticsearch-transport-1.0.2.info -logstash/vendor/bundle/jruby/1.9/build_info/extlib-0.9.16.info -logstash/vendor/bundle/jruby/1.9/build_info/faraday-0.9.0.info -logstash/vendor/bundle/jruby/1.9/build_info/ffi-1.9.3-java.info -logstash/vendor/bundle/jruby/1.9/build_info/ffi-rzmq-1.0.0.info -logstash/vendor/bundle/jruby/1.9/build_info/filewatch-0.5.1.info -logstash/vendor/bundle/jruby/1.9/build_info/ftw-0.0.39.info -logstash/vendor/bundle/jruby/1.9/build_info/gelf-1.3.2.info -logstash/vendor/bundle/jruby/1.9/build_info/gelfd-0.2.0.info -logstash/vendor/bundle/jruby/1.9/build_info/geoip-1.3.5.info -logstash/vendor/bundle/jruby/1.9/build_info/geoip-1.4.0.info -logstash/vendor/bundle/jruby/1.9/build_info/gmetric-0.1.3.info -logstash/vendor/bundle/jruby/1.9/build_info/hitimes-1.2.1-java.info -logstash/vendor/bundle/jruby/1.9/build_info/http-0.5.0.info -logstash/vendor/bundle/jruby/1.9/build_info/http_parser.rb-0.5.3-java.info -logstash/vendor/bundle/jruby/1.9/build_info/i18n-0.6.9.info -logstash/vendor/bundle/jruby/1.9/build_info/insist-1.0.0.info -logstash/vendor/bundle/jruby/1.9/build_info/jls-grok-0.10.12.info -logstash/vendor/bundle/jruby/1.9/build_info/jls-lumberjack-0.0.20.info -logstash/vendor/bundle/jruby/1.9/build_info/jrjackson-0.2.7.info -logstash/vendor/bundle/jruby/1.9/build_info/jruby-httpclient-1.1.1-java.info -logstash/vendor/bundle/jruby/1.9/build_info/jruby-openssl-0.8.7.info -logstash/vendor/bundle/jruby/1.9/build_info/json-1.8.1-java.info -logstash/vendor/bundle/jruby/1.9/build_info/mail-2.5.3.info -logstash/vendor/bundle/jruby/1.9/build_info/march_hare-2.1.2-java.info -logstash/vendor/bundle/jruby/1.9/build_info/metaclass-0.0.4.info -logstash/vendor/bundle/jruby/1.9/build_info/method_source-0.8.2.info -logstash/vendor/bundle/jruby/1.9/build_info/metriks-0.9.9.6.info -logstash/vendor/bundle/jruby/1.9/build_info/mime-types-1.25.1.info -logstash/vendor/bundle/jruby/1.9/build_info/mini_portile-0.5.2.info -logstash/vendor/bundle/jruby/1.9/build_info/minitest-5.3.0.info -logstash/vendor/bundle/jruby/1.9/build_info/minitest-5.3.4.info -logstash/vendor/bundle/jruby/1.9/build_info/mocha-1.0.0.info -logstash/vendor/bundle/jruby/1.9/build_info/mocha-1.1.0.info -logstash/vendor/bundle/jruby/1.9/build_info/msgpack-jruby-1.4.0-java.info -logstash/vendor/bundle/jruby/1.9/build_info/multi_json-1.10.1.info -logstash/vendor/bundle/jruby/1.9/build_info/multi_json-1.8.4.info -logstash/vendor/bundle/jruby/1.9/build_info/multipart-post-2.0.0.info -logstash/vendor/bundle/jruby/1.9/build_info/murmurhash3-0.1.4.info -logstash/vendor/bundle/jruby/1.9/build_info/nokogiri-1.6.1-java.info -logstash/vendor/bundle/jruby/1.9/build_info/nokogiri-1.6.2.1-java.info -logstash/vendor/bundle/jruby/1.9/build_info/parslet-1.4.0.info -logstash/vendor/bundle/jruby/1.9/build_info/polyglot-0.3.4.info -logstash/vendor/bundle/jruby/1.9/build_info/pry-0.9.12.6-java.info -logstash/vendor/bundle/jruby/1.9/build_info/rack-1.5.2.info -logstash/vendor/bundle/jruby/1.9/build_info/rack-protection-1.5.2.info -logstash/vendor/bundle/jruby/1.9/build_info/rack-protection-1.5.3.info -logstash/vendor/bundle/jruby/1.9/build_info/rbnacl-2.0.0.info -logstash/vendor/bundle/jruby/1.9/build_info/rbnacl-3.1.0.info -logstash/vendor/bundle/jruby/1.9/build_info/redis-3.0.7.info -logstash/vendor/bundle/jruby/1.9/build_info/rspec-2.14.1.info -logstash/vendor/bundle/jruby/1.9/build_info/rspec-core-2.14.7.info -logstash/vendor/bundle/jruby/1.9/build_info/rspec-core-2.14.8.info -logstash/vendor/bundle/jruby/1.9/build_info/rspec-expectations-2.14.5.info -logstash/vendor/bundle/jruby/1.9/build_info/rspec-mocks-2.14.6.info -logstash/vendor/bundle/jruby/1.9/build_info/rufus-scheduler-2.0.24.info -logstash/vendor/bundle/jruby/1.9/build_info/rumbster-1.1.1.info -logstash/vendor/bundle/jruby/1.9/build_info/shoulda-3.5.0.info -logstash/vendor/bundle/jruby/1.9/build_info/shoulda-context-1.1.6.info -logstash/vendor/bundle/jruby/1.9/build_info/shoulda-context-1.2.1.info -logstash/vendor/bundle/jruby/1.9/build_info/shoulda-matchers-2.5.0.info -logstash/vendor/bundle/jruby/1.9/build_info/shoulda-matchers-2.6.1.info -logstash/vendor/bundle/jruby/1.9/build_info/simple_oauth-0.2.0.info -logstash/vendor/bundle/jruby/1.9/build_info/sinatra-1.4.4.info -logstash/vendor/bundle/jruby/1.9/build_info/sinatra-1.4.5.info -logstash/vendor/bundle/jruby/1.9/build_info/slop-3.4.7.info -logstash/vendor/bundle/jruby/1.9/build_info/slop-3.5.0.info -logstash/vendor/bundle/jruby/1.9/build_info/snmp-1.1.1.info -logstash/vendor/bundle/jruby/1.9/build_info/spoon-0.0.4.info -logstash/vendor/bundle/jruby/1.9/build_info/statsd-ruby-1.2.0.info -logstash/vendor/bundle/jruby/1.9/build_info/stud-0.0.17.info -logstash/vendor/bundle/jruby/1.9/build_info/thread_safe-0.2.0-java.info -logstash/vendor/bundle/jruby/1.9/build_info/thread_safe-0.3.3-java.info -logstash/vendor/bundle/jruby/1.9/build_info/tilt-1.4.1.info -logstash/vendor/bundle/jruby/1.9/build_info/treetop-1.4.15.info -logstash/vendor/bundle/jruby/1.9/build_info/twitter-5.0.0.rc.1.info -logstash/vendor/bundle/jruby/1.9/build_info/tzinfo-1.1.0.info -logstash/vendor/bundle/jruby/1.9/build_info/tzinfo-1.2.0.info -logstash/vendor/bundle/jruby/1.9/build_info/user_agent_parser-2.1.2.info -logstash/vendor/bundle/jruby/1.9/build_info/user_agent_parser-2.1.5.info -logstash/vendor/bundle/jruby/1.9/build_info/uuidtools-2.1.4.info -logstash/vendor/bundle/jruby/1.9/build_info/xml-simple-1.1.3.info -logstash/vendor/bundle/jruby/1.9/build_info/xmpp4r-0.5.info -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/CHANGELOG.md -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/MIT-LICENSE -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/README.rdoc -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/all.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/backtrace_cleaner.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/base64.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/basic_object.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/benchmarkable.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/buffered_logger.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/builder.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/cache.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/cache/file_store.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/cache/mem_cache_store.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/cache/memory_store.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/cache/null_store.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/cache/strategy/local_cache.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/callbacks.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/concern.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/configurable.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/array.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/array/access.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/array/conversions.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/array/extract_options.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/array/grouping.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/array/prepend_and_append.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/array/random_access.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/array/uniq_by.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/array/wrap.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/benchmark.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/big_decimal.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/big_decimal/conversions.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/class.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/class/attribute.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/class/attribute_accessors.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/class/delegating_attributes.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/class/subclasses.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/date/acts_like.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/date/calculations.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/date/conversions.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/date/freeze.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/date/zones.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/date_time/acts_like.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/date_time/calculations.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/date_time/conversions.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/date_time/zones.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/enumerable.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/exception.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/file.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/file/atomic.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/file/path.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/float.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/float/rounding.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/hash.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/hash/conversions.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/hash/deep_dup.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/hash/deep_merge.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/hash/diff.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/hash/except.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/hash/indifferent_access.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/hash/keys.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/hash/reverse_merge.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/hash/slice.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/integer.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/integer/inflections.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/integer/multiple.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/integer/time.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/io.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/kernel.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/kernel/agnostics.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/kernel/debugger.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/kernel/reporting.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/kernel/singleton_class.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/load_error.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/logger.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/module.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/module/aliasing.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/module/anonymous.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/module/attr_internal.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/module/attribute_accessors.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/module/delegation.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/module/deprecation.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/module/introspection.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/module/method_names.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/module/qualified_const.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/module/reachable.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/module/remove_method.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/module/synchronization.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/name_error.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/numeric.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/numeric/bytes.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/numeric/time.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/object.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/object/acts_like.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/object/blank.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/object/conversions.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/object/duplicable.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/object/inclusion.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/object/instance_variables.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/object/to_json.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/object/to_param.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/object/to_query.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/object/try.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/object/with_options.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/proc.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/process.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/process/daemon.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/range.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/range/blockless_step.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/range/conversions.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/range/cover.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/range/include_range.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/range/overlaps.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/regexp.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/rexml.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string/access.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string/behavior.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string/conversions.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string/encoding.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string/exclude.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string/filters.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string/inflections.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string/inquiry.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string/interpolation.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string/multibyte.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string/output_safety.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string/starts_ends_with.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string/strip.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/string/xchar.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/time/acts_like.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/time/calculations.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/time/conversions.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/time/marshal.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/time/publicize_conversion_methods.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/time/zones.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/core_ext/uri.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies/autoload.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/deprecation.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/deprecation/behaviors.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/deprecation/method_wrappers.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/deprecation/proxy_wrappers.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/deprecation/reporting.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/descendants_tracker.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/duration.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/file_update_checker.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/file_watcher.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/gzip.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/hash_with_indifferent_access.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/i18n.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/i18n_railtie.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/inflections.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/inflector.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/inflector/inflections.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/inflector/methods.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/inflector/transliterate.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/json.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/json/decoding.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/json/encoding.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/json/variable.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/locale/en.yml -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/log_subscriber.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/log_subscriber/test_helper.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/memoizable.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/message_encryptor.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/message_verifier.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/multibyte.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/multibyte/chars.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/multibyte/exceptions.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/multibyte/unicode.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/multibyte/utils.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/notifications.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/notifications/fanout.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/notifications/instrumenter.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/option_merger.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/ordered_hash.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/ordered_options.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/railtie.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/rescuable.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/ruby/shim.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/string_inquirer.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/tagged_logging.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/test_case.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/testing/assertions.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/testing/declarative.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/testing/deprecation.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/testing/isolation.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/testing/mochaing.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/testing/pending.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/testing/performance.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/testing/performance/jruby.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/testing/performance/rubinius.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/testing/performance/ruby.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/testing/performance/ruby/mri.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/testing/performance/ruby/yarv.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/testing/setup_and_teardown.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/time.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/time/autoload.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/time_with_zone.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/values/time_zone.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/values/unicode_tables.dat -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/version.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/whiny_nil.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/xml_mini.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/xml_mini/jdom.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/xml_mini/libxml.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/xml_mini/libxmlsax.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/xml_mini/nokogiri.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/xml_mini/nokogirisax.rb -logstash/vendor/bundle/jruby/1.9/gems/activesupport-3.2.17/lib/active_support/xml_mini/rexml.rb -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/CHANGELOG.md -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/Gemfile -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/LICENSE.txt -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/README.md -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/Rakefile -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/data/unicode.data -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/lib/addressable/idna.rb -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/lib/addressable/idna/native.rb -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/lib/addressable/idna/pure.rb -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/lib/addressable/template.rb -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/lib/addressable/uri.rb -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/lib/addressable/version.rb -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/tasks/clobber.rake -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/tasks/gem.rake -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/tasks/git.rake -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/tasks/metrics.rake -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/tasks/rspec.rake -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/tasks/rubyforge.rake -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/tasks/yard.rake -logstash/vendor/bundle/jruby/1.9/gems/addressable-2.3.5/website/index.html -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/.gitignore -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/.travis.yml -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/Gemfile -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/LICENSE -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/README.md -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/Rakefile -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/atomic.gemspec -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/examples/atomic_example.rb -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/examples/bench_atomic.rb -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/examples/bench_atomic_1.rb -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/examples/graph_atomic_bench.rb -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/ext/AtomicReferenceService.java -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/ext/atomic_reference.c -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/ext/extconf.rb -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/ext/org/jruby/ext/atomic/AtomicReferenceLibrary.java -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/lib/atomic.rb -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/lib/atomic/concurrent_update_error.rb -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/lib/atomic/delegated_update.rb -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/lib/atomic/direct_update.rb -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/lib/atomic/fallback.rb -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/lib/atomic/jruby.rb -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/lib/atomic/numeric_cas_wrapper.rb -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/lib/atomic/rbx.rb -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/lib/atomic/ruby.rb -logstash/vendor/bundle/jruby/1.9/gems/atomic-1.1.15-java/lib/atomic_reference.jar -logstash/vendor/bundle/jruby/1.9/gems/avl_tree-1.1.3/README -logstash/vendor/bundle/jruby/1.9/gems/avl_tree-1.1.3/bench/bench.rb -logstash/vendor/bundle/jruby/1.9/gems/avl_tree-1.1.3/bench/bench_element_size.rb -logstash/vendor/bundle/jruby/1.9/gems/avl_tree-1.1.3/bench/profile.rb -logstash/vendor/bundle/jruby/1.9/gems/avl_tree-1.1.3/lib/avl_tree.rb -logstash/vendor/bundle/jruby/1.9/gems/avl_tree-1.1.3/lib/red_black_tree.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/.gitignore -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/CHANGELOG -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/Gemfile -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/Gemfile.lock -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/LICENSE -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/README.md -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/Rakefile -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/ap.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/core_ext/array.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/core_ext/class.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/core_ext/kernel.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/core_ext/logger.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/core_ext/method.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/core_ext/object.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/core_ext/string.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/ext/action_view.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/ext/active_record.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/ext/active_support.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/ext/mongo_mapper.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/ext/mongoid.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/ext/no_brainer.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/ext/nokogiri.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/ext/ripple.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/ext/sequel.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/formatter.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/inspector.rb -logstash/vendor/bundle/jruby/1.9/gems/awesome_print-1.2.0/lib/awesome_print/version.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/.yardopts -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/LICENSE.txt -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/README.md -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/bin/aws-rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/ca-bundle.crt -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/endpoints.json -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws-sdk.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/AutoScaling-2011-01-01.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/CloudFormation-2010-05-15.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/CloudFront-2013-05-12.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/CloudFront-2013-08-26.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/CloudFront-2013-09-27.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/CloudFront-2013-11-11.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/CloudFront-2013-11-22.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/CloudSearch-2011-02-01.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/CloudTrail-2013-11-01.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/CloudWatch-2010-08-01.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/DataPipeline-2012-10-29.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/DirectConnect-2012-10-25.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/DynamoDB-2011-12-05.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/DynamoDB-2012-08-10.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/EC2-2013-08-15.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/EC2-2013-10-01.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/EC2-2013-10-15.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/ELB-2012-06-01.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/EMR-2009-03-31.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/ElastiCache-2013-06-15.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/ElasticBeanstalk-2010-12-01.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/ElasticTranscoder-2012-09-25.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/Glacier-2012-06-01.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/IAM-2010-05-08.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/ImportExport-2010-06-01.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/Kinesis-2013-12-02.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/OpsWorks-2013-02-18.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/RDS-2013-05-15.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/RDS-2013-09-09.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/Redshift-2012-12-01.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/Route53-2012-12-12.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/Route53-2013-04-01.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/SNS-2010-03-31.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/SQS-2012-11-05.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/STS-2011-06-15.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/SimpleDB-2009-04-15.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/SimpleEmailService-2010-12-01.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/SimpleWorkflow-2012-01-25.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/StorageGateway-2012-06-30.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/StorageGateway-2013-06-30.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/api_config/Support-2013-04-15.yml -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/activity.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/activity_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/client.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/config.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/errors.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/group.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/group_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/group_options.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/instance.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/instance_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/launch_configuration.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/launch_configuration_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/notification_configuration.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/notification_configuration_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/scaling_policy.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/scaling_policy_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/scaling_policy_options.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/scheduled_action.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/scheduled_action_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/tag.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/auto_scaling/tag_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_formation.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_formation/client.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_formation/config.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_formation/errors.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_formation/stack.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_formation/stack_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_formation/stack_event.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_formation/stack_event_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_formation/stack_options.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_formation/stack_output.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_formation/stack_resource.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_formation/stack_resource_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_formation/stack_resource_summary_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_formation/stack_summary_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_front.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_front/client.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_front/config.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_front/errors.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_search.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_search/client.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_search/config.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_search/errors.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_trail.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_trail/client.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_trail/config.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_trail/errors.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_watch.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_watch/alarm.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_watch/alarm_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_watch/alarm_history_item.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_watch/alarm_history_item_collection.rb -logstash/vendor/bundle/jruby/1.9/gems/aws-sdk-1.35.0/lib/aws/cloud_watch/client.rb *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Thu Jun 25 19:57: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 3CBCF98D9F0; Thu, 25 Jun 2015 19:57:31 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B2251AF6; Thu, 25 Jun 2015 19:57:31 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5PJvVw4090827; Thu, 25 Jun 2015 19:57:31 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5PJvPuP090787; Thu, 25 Jun 2015 19:57:25 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201506251957.t5PJvPuP090787@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 25 Jun 2015 19:57:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390595 - in branches/2015Q2/databases: postgresql84-server postgresql90-client postgresql90-server postgresql91-client postgresql91-server postgresql92-client postgresql92-server postg... 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, 25 Jun 2015 19:57:31 -0000 Author: girgen Date: Thu Jun 25 19:57:24 2015 New Revision: 390595 URL: https://svnweb.freebsd.org/changeset/ports/390595 Log: MFH: 383112,383272,384223,384279,387089,388585,389267 Data Corruption Fix For users of PostgreSQL versions 9.3 or 9.4, this release fixes a problem where the database will fail to protect against "multixact wraparound", resulting in data corruption or loss. Users with a high transaction rate (1 million or more per hour) in a database with many foreign keys are especially vulnerable. We strongly urge all users of 9.4 and 9.3 to update their installations in the next few days. Earlier update releases attempted to fix an issue in PostgreSQL 9.3 and 9.4 with "multixact wraparound", but failed to account for issues doing multixact cleanup during crash recovery. This could cause servers to be unable to restart after a crash. As such, all users of 9.3 and 9.4 should apply this update as soon as possible. Users of versions 9.2 and earlier are not affected by this issue. Security: fc38cd83-00b3-11e5-8ebd-0026551a22dc Security: CVE-2015-0241 Security: CVE-2015-0242 Security: CVE-2015-0243 Security: CVE-2015-0244 Security: CVE-2014-8161 URL: http://www.postgresql.org/about/news/1590/ URL: http://www.postgresql.org/about/news/1592/ Approved by: ports-secteam (delphij) Modified: branches/2015Q2/databases/postgresql84-server/Makefile branches/2015Q2/databases/postgresql84-server/distinfo branches/2015Q2/databases/postgresql90-client/Makefile branches/2015Q2/databases/postgresql90-server/Makefile branches/2015Q2/databases/postgresql90-server/distinfo branches/2015Q2/databases/postgresql91-client/Makefile branches/2015Q2/databases/postgresql91-server/Makefile branches/2015Q2/databases/postgresql91-server/distinfo branches/2015Q2/databases/postgresql91-server/pkg-plist-contrib branches/2015Q2/databases/postgresql92-client/Makefile branches/2015Q2/databases/postgresql92-server/Makefile branches/2015Q2/databases/postgresql92-server/distinfo branches/2015Q2/databases/postgresql92-server/pkg-plist-contrib branches/2015Q2/databases/postgresql93-client/Makefile branches/2015Q2/databases/postgresql93-server/Makefile branches/2015Q2/databases/postgresql93-server/distinfo branches/2015Q2/databases/postgresql93-server/pkg-plist-contrib branches/2015Q2/databases/postgresql94-client/Makefile branches/2015Q2/databases/postgresql94-server/Makefile branches/2015Q2/databases/postgresql94-server/distinfo branches/2015Q2/databases/postgresql94-server/pkg-plist-contrib Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/databases/postgresql84-server/Makefile ============================================================================== --- branches/2015Q2/databases/postgresql84-server/Makefile Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql84-server/Makefile Thu Jun 25 19:57:24 2015 (r390595) @@ -25,7 +25,7 @@ DIST_SUBDIR= postgresql DEPRECATED= "EOL was reached in July 2014" EXPIRATION_DATE=2015-05-10 -ICU_PATCHFILE?= pg-8421-icu-2014-06-09.diff.gz +ICU_PATCHFILE?= pg-8421-icu-2015-04-18.diff.gz UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//} @@ -60,6 +60,7 @@ INSTALL_DIRS?= ${BUILD_DIRS} .if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) SERVER_ONLY= yes +PORTREVISION= 2 COMPONENT= -server USE_RC_SUBR= postgresql USES+= pgsql:${DISTVERSION:C/([0-9][0-9]*\.[0-9][0-9]*).*/\1/g} Modified: branches/2015Q2/databases/postgresql84-server/distinfo ============================================================================== --- branches/2015Q2/databases/postgresql84-server/distinfo Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql84-server/distinfo Thu Jun 25 19:57:24 2015 (r390595) @@ -1,4 +1,4 @@ SHA256 (postgresql/postgresql-8.4.22.tar.bz2) = 5c1d56ce77448706d9dd03b2896af19d9ab1b9b8dcdb96c39707c74675ca3826 SIZE (postgresql/postgresql-8.4.22.tar.bz2) = 14651732 -SHA256 (postgresql/pg-8421-icu-2014-06-09.diff.gz) = 39b88088adbe4cbfa207db0dd0ed0411a34af762ac9fa967e84eef6bcf8821ad -SIZE (postgresql/pg-8421-icu-2014-06-09.diff.gz) = 4380 +SHA256 (postgresql/pg-8421-icu-2015-04-18.diff.gz) = 440fc4ab7995435304f85a583051a28d8c80908e2cdc84f687a42db329c8faac +SIZE (postgresql/pg-8421-icu-2015-04-18.diff.gz) = 4398 Modified: branches/2015Q2/databases/postgresql90-client/Makefile ============================================================================== --- branches/2015Q2/databases/postgresql90-client/Makefile Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql90-client/Makefile Thu Jun 25 19:57:24 2015 (r390595) @@ -3,7 +3,7 @@ PORTNAME= postgresql COMMENT= PostgreSQL database (client) -PORTREVISION= 1 +PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../postgresql90-server Modified: branches/2015Q2/databases/postgresql90-server/Makefile ============================================================================== --- branches/2015Q2/databases/postgresql90-server/Makefile Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql90-server/Makefile Thu Jun 25 19:57:24 2015 (r390595) @@ -1,15 +1,13 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.0.19 +DISTVERSION?= 9.0.22 PORTREVISION?= 0 PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org -USES+= cpe - -ICU_PATCHFILE?= pg-9017-icu-2014-06-09.diff.gz +ICU_PATCHFILE?= pg-9019-icu-2015-04-18.diff.gz BUILD_DIRS?= src/timezone src/backend src/backend/utils/mb/conversion_procs \ src/backend/snowball src/backend/replication/libpqwalreceiver \ src/bin/initdb src/bin/pg_ctl \ Modified: branches/2015Q2/databases/postgresql90-server/distinfo ============================================================================== --- branches/2015Q2/databases/postgresql90-server/distinfo Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql90-server/distinfo Thu Jun 25 19:57:24 2015 (r390595) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.0.19.tar.bz2) = 53ad12bca99ba8ff0e002e39e50634c4dba1035232be1475cb77b3f6579385c0 -SIZE (postgresql/postgresql-9.0.19.tar.bz2) = 15019406 -SHA256 (postgresql/pg-9017-icu-2014-06-09.diff.gz) = a28988885b532e73c2d6e67c6d2d9593f34d4360f2b4c9f6c419a373e16f149f -SIZE (postgresql/pg-9017-icu-2014-06-09.diff.gz) = 4395 +SHA256 (postgresql/postgresql-9.0.22.tar.bz2) = 94d4b20d854cd7fa4c9c322c0b602751edbc5ca0d4f29fe92f996e28bb32f8a5 +SIZE (postgresql/postgresql-9.0.22.tar.bz2) = 15046629 +SHA256 (postgresql/pg-9019-icu-2015-04-18.diff.gz) = 44436558d3414b964e6acda18148188be88446b3773d133a4b3b0d63d17bd807 +SIZE (postgresql/pg-9019-icu-2015-04-18.diff.gz) = 4412 Modified: branches/2015Q2/databases/postgresql91-client/Makefile ============================================================================== --- branches/2015Q2/databases/postgresql91-client/Makefile Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql91-client/Makefile Thu Jun 25 19:57:24 2015 (r390595) @@ -3,7 +3,7 @@ PORTNAME= postgresql COMMENT= PostgreSQL database (client) -PORTREVISION= 1 +PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../postgresql91-server Modified: branches/2015Q2/databases/postgresql91-server/Makefile ============================================================================== --- branches/2015Q2/databases/postgresql91-server/Makefile Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql91-server/Makefile Thu Jun 25 19:57:24 2015 (r390595) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.1.15 +DISTVERSION?= 9.1.18 PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL @@ -12,8 +12,6 @@ PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${ MAINTAINER?= pgsql@FreeBSD.org COMMENT?= The most advanced open-source database available anywhere -USES+= cpe - #CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R:R}]?-client* \ # ${PORTNAME}${COMPONENT}-[^${PORTVERSION:R:R}].* \ # ${PORTNAME}9[^${PORTVERSION:R:E}]-client* \ @@ -22,7 +20,7 @@ USES+= cpe WRKSRC= ${WRKDIR}/postgresql-${DISTVERSION} DIST_SUBDIR= postgresql -ICU_PATCHFILE?= pg-928-icu-2014-06-09.diff.gz +ICU_PATCHFILE?= pg-929-icu-2015-04-18.diff.gz .if !defined(SLAVE_ONLY) UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//} @@ -31,7 +29,7 @@ UNIQUENAME?= ${PORTNAME}${DISTVERSION:R: .endif PKGINSTALL?= ${PKGDIR}/pkg-install${COMPONENT} -USES+= tar:bzip2 +USES+= tar:bzip2 cpe .if !defined(NO_BUILD) USES+= gmake GNU_CONFIGURE= yes @@ -60,6 +58,7 @@ INSTALL_DIRS?= src/timezone src/backend src/bin/pg_controldata src/bin/pg_resetxlog src/pl \ src/bin/pg_basebackup BUILD_DIRS?= src/port ${INSTALL_DIRS} +INSTALL_TARGET?=install-strip .if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) COMPONENT= -server @@ -202,8 +201,6 @@ CFLAGS+= -O3 -funroll-loops . if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug INSTALL_TARGET= install -. else -INSTALL_TARGET= install-strip . endif .if ${PORT_OPTIONS:MGSSAPI} Modified: branches/2015Q2/databases/postgresql91-server/distinfo ============================================================================== --- branches/2015Q2/databases/postgresql91-server/distinfo Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql91-server/distinfo Thu Jun 25 19:57:24 2015 (r390595) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.1.15.tar.bz2) = 67d6deaf15cdc35fcdff2c319234d0577a86bce6f363e4f0e4e987e419e0de5f -SIZE (postgresql/postgresql-9.1.15.tar.bz2) = 15768092 -SHA256 (postgresql/pg-928-icu-2014-06-09.diff.gz) = 6f856ee0fd27118650f806fb674220d9851a0183ffa125e6fbe5468dfabeea5c -SIZE (postgresql/pg-928-icu-2014-06-09.diff.gz) = 4449 +SHA256 (postgresql/postgresql-9.1.18.tar.bz2) = 2726d526666904b454f87fe2ae54357c2ab9eb8aba299a4c904829b7598584a8 +SIZE (postgresql/postgresql-9.1.18.tar.bz2) = 15822081 +SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab +SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469 Modified: branches/2015Q2/databases/postgresql91-server/pkg-plist-contrib ============================================================================== --- branches/2015Q2/databases/postgresql91-server/pkg-plist-contrib Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql91-server/pkg-plist-contrib Thu Jun 25 19:57:24 2015 (r390595) @@ -69,7 +69,10 @@ share/doc/postgresql/extension/timetrave %%DATADIR%%/extension/chkpass--1.0.sql %%DATADIR%%/extension/chkpass--unpackaged--1.0.sql %%DATADIR%%/extension/chkpass.control +%%DATADIR%%/extension/citext--1.0--1.1.sql %%DATADIR%%/extension/citext--1.0.sql +%%DATADIR%%/extension/citext--1.1--1.0.sql +%%DATADIR%%/extension/citext--1.1.sql %%DATADIR%%/extension/citext--unpackaged--1.0.sql %%DATADIR%%/extension/citext.control %%DATADIR%%/extension/cube--1.0.sql Modified: branches/2015Q2/databases/postgresql92-client/Makefile ============================================================================== --- branches/2015Q2/databases/postgresql92-client/Makefile Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql92-client/Makefile Thu Jun 25 19:57:24 2015 (r390595) @@ -3,7 +3,7 @@ PORTNAME= postgresql COMMENT= PostgreSQL database (client) -PORTREVISION= 1 +PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../postgresql92-server Modified: branches/2015Q2/databases/postgresql92-server/Makefile ============================================================================== --- branches/2015Q2/databases/postgresql92-server/Makefile Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql92-server/Makefile Thu Jun 25 19:57:24 2015 (r390595) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 9.2.10 +DISTVERSION?= 9.2.13 PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL @@ -12,8 +12,6 @@ PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${ MAINTAINER?= pgsql@FreeBSD.org COMMENT?= The most advanced open-source database available anywhere -USES+= cpe - CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R:R}]?-client* \ ${PORTNAME}${COMPONENT}-[^${PORTVERSION:R:R}].* \ ${PORTNAME}9[^${PORTVERSION:R:E}]-client* \ @@ -22,7 +20,7 @@ CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R WRKSRC= ${WRKDIR}/postgresql-${DISTVERSION} DIST_SUBDIR= postgresql -ICU_PATCHFILE?= pg-928-icu-2014-06-09.diff.gz +ICU_PATCHFILE?= pg-929-icu-2015-04-18.diff.gz .if !defined(SLAVE_ONLY) UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//} @@ -31,7 +29,7 @@ UNIQUENAME?= ${PORTNAME}${DISTVERSION:R: .endif PKGINSTALL?= ${PKGDIR}/pkg-install${COMPONENT} -USES+= tar:bzip2 +USES+= tar:bzip2 cpe .if !defined(NO_BUILD) USES+= gmake GNU_CONFIGURE= yes @@ -60,6 +58,7 @@ INSTALL_DIRS?= src/timezone src/backend src/bin/pg_controldata src/bin/pg_resetxlog src/pl \ src/bin/pg_basebackup BUILD_DIRS?= src/port ${INSTALL_DIRS} +INSTALL_TARGET?=install-strip .if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) SERVER_ONLY= yes @@ -201,8 +200,6 @@ CFLAGS+= -O3 -funroll-loops . if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug INSTALL_TARGET= install -. else -INSTALL_TARGET= install-strip . endif .if ${PORT_OPTIONS:MGSSAPI} Modified: branches/2015Q2/databases/postgresql92-server/distinfo ============================================================================== --- branches/2015Q2/databases/postgresql92-server/distinfo Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql92-server/distinfo Thu Jun 25 19:57:24 2015 (r390595) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.2.10.tar.bz2) = 35545bbfead46f70936a7f3f39ccef13e02cdb79c2b3ef3688888df5b18d73ad -SIZE (postgresql/postgresql-9.2.10.tar.bz2) = 16353487 -SHA256 (postgresql/pg-928-icu-2014-06-09.diff.gz) = 6f856ee0fd27118650f806fb674220d9851a0183ffa125e6fbe5468dfabeea5c -SIZE (postgresql/pg-928-icu-2014-06-09.diff.gz) = 4449 +SHA256 (postgresql/postgresql-9.2.13.tar.bz2) = 5dcbd6209a8c0f508504fa433486583a42caaa240c823e1b3576db8a72db6a44 +SIZE (postgresql/postgresql-9.2.13.tar.bz2) = 16401289 +SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab +SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469 Modified: branches/2015Q2/databases/postgresql92-server/pkg-plist-contrib ============================================================================== --- branches/2015Q2/databases/postgresql92-server/pkg-plist-contrib Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql92-server/pkg-plist-contrib Thu Jun 25 19:57:24 2015 (r390595) @@ -71,7 +71,10 @@ share/doc/postgresql/extension/timetrave %%DATADIR%%/extension/chkpass--1.0.sql %%DATADIR%%/extension/chkpass--unpackaged--1.0.sql %%DATADIR%%/extension/chkpass.control +%%DATADIR%%/extension/citext--1.0--1.1.sql %%DATADIR%%/extension/citext--1.0.sql +%%DATADIR%%/extension/citext--1.1--1.0.sql +%%DATADIR%%/extension/citext--1.1.sql %%DATADIR%%/extension/citext--unpackaged--1.0.sql %%DATADIR%%/extension/citext.control %%DATADIR%%/extension/cube--1.0.sql Modified: branches/2015Q2/databases/postgresql93-client/Makefile ============================================================================== --- branches/2015Q2/databases/postgresql93-client/Makefile Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql93-client/Makefile Thu Jun 25 19:57:24 2015 (r390595) @@ -3,7 +3,7 @@ PORTNAME= postgresql COMMENT= PostgreSQL database (client) -PORTREVISION= 1 +PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../postgresql93-server Modified: branches/2015Q2/databases/postgresql93-server/Makefile ============================================================================== --- branches/2015Q2/databases/postgresql93-server/Makefile Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql93-server/Makefile Thu Jun 25 19:57:24 2015 (r390595) @@ -1,14 +1,12 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.3.6 +DISTVERSION?= 9.3.9 PORTREVISION?= 0 PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org -USES+= cpe - INSTALL_DIRS?= src/common src/timezone src/backend \ src/backend/utils/mb/conversion_procs \ src/backend/snowball src/backend/replication/libpqwalreceiver \ Modified: branches/2015Q2/databases/postgresql93-server/distinfo ============================================================================== --- branches/2015Q2/databases/postgresql93-server/distinfo Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql93-server/distinfo Thu Jun 25 19:57:24 2015 (r390595) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.3.6.tar.bz2) = 2368cb61e68d9581da7bfdb61bdf39ffbe59d2d95609b0e93adb3b6b8fd6ca14 -SIZE (postgresql/postgresql-9.3.5.tar.bz2) = 16889913 -SHA256 (postgresql/pg-928-icu-2014-06-09.diff.gz) = 6f856ee0fd27118650f806fb674220d9851a0183ffa125e6fbe5468dfabeea5c -SIZE (postgresql/pg-928-icu-2014-06-09.diff.gz) = 4449 +SHA256 (postgresql/postgresql-9.3.9.tar.bz2) = f73bd0ec2028511732430beb22414a022d2114231366e8cbe78c149793910549 +SIZE (postgresql/postgresql-9.3.9.tar.bz2) = 16959310 +SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab +SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469 Modified: branches/2015Q2/databases/postgresql93-server/pkg-plist-contrib ============================================================================== --- branches/2015Q2/databases/postgresql93-server/pkg-plist-contrib Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql93-server/pkg-plist-contrib Thu Jun 25 19:57:24 2015 (r390595) @@ -74,7 +74,10 @@ share/doc/postgresql/extension/timetrave %%DATADIR%%/extension/chkpass--1.0.sql %%DATADIR%%/extension/chkpass--unpackaged--1.0.sql %%DATADIR%%/extension/chkpass.control +%%DATADIR%%/extension/citext--1.0--1.1.sql %%DATADIR%%/extension/citext--1.0.sql +%%DATADIR%%/extension/citext--1.1--1.0.sql +%%DATADIR%%/extension/citext--1.1.sql %%DATADIR%%/extension/citext--unpackaged--1.0.sql %%DATADIR%%/extension/citext.control %%DATADIR%%/extension/cube--1.0.sql Modified: branches/2015Q2/databases/postgresql94-client/Makefile ============================================================================== --- branches/2015Q2/databases/postgresql94-client/Makefile Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql94-client/Makefile Thu Jun 25 19:57:24 2015 (r390595) @@ -3,7 +3,7 @@ PORTNAME= postgresql COMMENT= PostgreSQL database (client) -PORTREVISION= 1 +PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../postgresql94-server Modified: branches/2015Q2/databases/postgresql94-server/Makefile ============================================================================== --- branches/2015Q2/databases/postgresql94-server/Makefile Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql94-server/Makefile Thu Jun 25 19:57:24 2015 (r390595) @@ -1,11 +1,13 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.4.1 +DISTVERSION?= 9.4.4 PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org +USES+= cpe + INSTALL_DIRS?= src/common src/timezone src/backend \ src/backend/utils/mb/conversion_procs \ src/backend/snowball src/backend/replication/libpqwalreceiver \ @@ -13,6 +15,6 @@ INSTALL_DIRS?= src/common src/timezone s src/bin/pg_controldata src/bin/pg_resetxlog src/pl \ src/bin/pg_basebackup -ICU_PATCHFILE= pg-940-icu-2014-06-09.diff.gz +ICU_PATCHFILE= pg-941-icu-2015-04-18.diff.gz .include "${.CURDIR}/../postgresql92-server/Makefile" Modified: branches/2015Q2/databases/postgresql94-server/distinfo ============================================================================== --- branches/2015Q2/databases/postgresql94-server/distinfo Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql94-server/distinfo Thu Jun 25 19:57:24 2015 (r390595) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.4.1.tar.bz2) = 29ddb77c820095b8f52e5455e9c6c6c20cf979b0834ed1986a8857b84888c3a6 -SIZE (postgresql/postgresql-9.4.1.tar.bz2) = 17549976 -SHA256 (postgresql/pg-940-icu-2014-06-09.diff.gz) = 83de4b99c37aec1ad741c686cb2ea7f4bccff516c357ae71032b2d1f8da0d1c1 -SIZE (postgresql/pg-940-icu-2014-06-09.diff.gz) = 4259 +SHA256 (postgresql/postgresql-9.4.4.tar.bz2) = 538ed99688d6fdbec6fd166d1779cf4588bf2f16c52304e5ef29f904c43b0013 +SIZE (postgresql/postgresql-9.4.4.tar.bz2) = 17616272 +SHA256 (postgresql/pg-941-icu-2015-04-18.diff.gz) = 30c1366539fd0833db37a98b32bd22e8da4538e58f8dbc2ad2f63dc54835609b +SIZE (postgresql/pg-941-icu-2015-04-18.diff.gz) = 4279 Modified: branches/2015Q2/databases/postgresql94-server/pkg-plist-contrib ============================================================================== --- branches/2015Q2/databases/postgresql94-server/pkg-plist-contrib Thu Jun 25 19:44:36 2015 (r390594) +++ branches/2015Q2/databases/postgresql94-server/pkg-plist-contrib Thu Jun 25 19:57:24 2015 (r390595) @@ -77,7 +77,10 @@ share/doc/postgresql/extension/timetrave %%DATADIR%%/extension/chkpass--1.0.sql %%DATADIR%%/extension/chkpass--unpackaged--1.0.sql %%DATADIR%%/extension/chkpass.control +%%DATADIR%%/extension/citext--1.0--1.1.sql %%DATADIR%%/extension/citext--1.0.sql +%%DATADIR%%/extension/citext--1.1--1.0.sql +%%DATADIR%%/extension/citext--1.1.sql %%DATADIR%%/extension/citext--unpackaged--1.0.sql %%DATADIR%%/extension/citext.control %%DATADIR%%/extension/cube--1.0.sql From owner-svn-ports-branches@freebsd.org Fri Jun 26 18:26:46 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 A40CD98CD86; Fri, 26 Jun 2015 18:26:46 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C8241256; Fri, 26 Jun 2015 18:26:46 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5QIQkDI089691; Fri, 26 Jun 2015 18:26:46 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5QIQk09089690; Fri, 26 Jun 2015 18:26:46 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201506261826.t5QIQk09089690@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Fri, 26 Jun 2015 18:26:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390659 - branches/2015Q2/graphics/opencv 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, 26 Jun 2015 18:26:46 -0000 Author: avilla Date: Fri Jun 26 18:26:45 2015 New Revision: 390659 URL: https://svnweb.freebsd.org/changeset/ports/390659 Log: MFH: r390539 graphics/opencv: fix configure when EIGEN is off When EIGEN option is off, CMAKE_ARGS is reset, thus enabling build of tests and docs (causing some leftovers), and, should it be installed, linking against libdc1394 even when option DC1394 is off. PORTREVISION bump is needed to address the latter case. Meanwhile, re-enable make jobs. Differential Revision: https://reviews.freebsd.org/D2893 Reviewed by: jhale (maintainer) Approved by: jhale (maintainer) Approved by: portmgr Modified: branches/2015Q2/graphics/opencv/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/graphics/opencv/Makefile ============================================================================== --- branches/2015Q2/graphics/opencv/Makefile Fri Jun 26 18:21:45 2015 (r390658) +++ branches/2015Q2/graphics/opencv/Makefile Fri Jun 26 18:26:45 2015 (r390659) @@ -3,7 +3,7 @@ PORTNAME?= opencv PORTVERSION= 2.4.9 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}library/${PORTNAME}-unix/${PORTVERSION} @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake pkgconfig zip USE_LDCONFIG= yes WANT_GSTREAMER= yes -MAKE_JOBS_UNSAFE= yes NOT_FOR_ARCHS= sparc64 NOT_FOR_ARCHS_REASON_sparc64= does not compile on sparc64 @@ -76,7 +75,7 @@ CMAKE_ARGS+= -DWITH_1394:BOOL=Off BUILD_DEPENDS+= ${LOCALBASE}/include/eigen3/Eigen/Eigen:${PORTSDIR}/math/eigen3 CMAKE_ARGS+= -DWITH_EIGEN:BOOL=On .else -CMAKE_ARGS= -DWITH_EIGEN:BOOL=Off +CMAKE_ARGS+= -DWITH_EIGEN:BOOL=Off .endif .if ${PORT_OPTIONS:MEXAMPLES} From owner-svn-ports-branches@freebsd.org Fri Jun 26 23:23: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 D2B6C98CCAF; Fri, 26 Jun 2015 23:23:54 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA25A1B23; Fri, 26 Jun 2015 23:23:54 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5QNNsZ3041250; Fri, 26 Jun 2015 23:23:54 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5QNNsI3041249; Fri, 26 Jun 2015 23:23:54 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201506262323.t5QNNsI3041249@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 26 Jun 2015 23:23:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390676 - branches/2015Q2/www/chromium 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, 26 Jun 2015 23:23:54 -0000 Author: rene Date: Fri Jun 26 23:23:53 2015 New Revision: 390676 URL: https://svnweb.freebsd.org/changeset/ports/390676 Log: MFH: r389756 www/chromium: allow DEBUG builds again, the output file is valid again. Differential Revision: https://reviews.freebsd.org/D2726 Submitted by: emaste Approved by: ports-secteam (delphij) Modified: branches/2015Q2/www/chromium/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/chromium/Makefile ============================================================================== --- branches/2015Q2/www/chromium/Makefile Fri Jun 26 23:15:30 2015 (r390675) +++ branches/2015Q2/www/chromium/Makefile Fri Jun 26 23:23:53 2015 (r390676) @@ -181,7 +181,6 @@ ALL_TARGET+= ${TEST_TARGETS} DEBUG_MAKE_ENV= V=1 .if ${PORT_OPTIONS:MDEBUG} -BROKEN= Produces empty binary BUILDTYPE= Debug .else BUILDTYPE= Release From owner-svn-ports-branches@freebsd.org Fri Jun 26 23:26: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 372F698CCF6; Fri, 26 Jun 2015 23:26:05 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26A071C31; Fri, 26 Jun 2015 23:26:05 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5QNQ5Ap041894; Fri, 26 Jun 2015 23:26:05 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5QNQ2jb041875; Fri, 26 Jun 2015 23:26:02 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201506262326.t5QNQ2jb041875@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 26 Jun 2015 23:26:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390677 - in branches/2015Q2/www/chromium: . 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, 26 Jun 2015 23:26:05 -0000 Author: rene Date: Fri Jun 26 23:26:01 2015 New Revision: 390677 URL: https://svnweb.freebsd.org/changeset/ports/390677 Log: MFH: r390673 www/chromium : update to 43.0.2357.130 * Fix some widely-reported crashes: [0,1] - settings page now displays - GMail works * Mark BROKEN on FreeBSD 8 [2] PR: 200601 [0] PR: 200646 [2] Submitted by: protocelt [0] Submitted by: truckman [2] Obtained from: https://github.com/gliaskos/freebsd-chromium [1] (pull requests 17-20) Security: http://vuxml.freebsd.org/freebsd/d46ed7b8-1912-11e5-9fdf-00262d5ed8ee.html Approved by: ports-secteam (delphij) Added: branches/2015Q2/www/chromium/files/patch-base__process__process_info_linux.cc - copied unchanged from r390673, head/www/chromium/files/patch-base__process__process_info_linux.cc branches/2015Q2/www/chromium/files/patch-content__browser__time_zone_monitor_linux.cc - copied unchanged from r390673, head/www/chromium/files/patch-content__browser__time_zone_monitor_linux.cc branches/2015Q2/www/chromium/files/patch-media__video__capture__fake_video_capture_device_factory.cc - copied unchanged from r390673, head/www/chromium/files/patch-media__video__capture__fake_video_capture_device_factory.cc branches/2015Q2/www/chromium/files/patch-media__video__capture__file_video_capture_device_factory.cc - copied unchanged from r390673, head/www/chromium/files/patch-media__video__capture__file_video_capture_device_factory.cc branches/2015Q2/www/chromium/files/patch-media__video__capture__video_capture_device.cc - copied unchanged from r390673, head/www/chromium/files/patch-media__video__capture__video_capture_device.cc branches/2015Q2/www/chromium/files/patch-media__video__capture__video_capture_device.h - copied unchanged from r390673, head/www/chromium/files/patch-media__video__capture__video_capture_device.h branches/2015Q2/www/chromium/files/patch-media__video__capture__video_capture_device_factory.cc - copied unchanged from r390673, head/www/chromium/files/patch-media__video__capture__video_capture_device_factory.cc Modified: branches/2015Q2/www/chromium/Makefile branches/2015Q2/www/chromium/distinfo branches/2015Q2/www/chromium/files/patch-third_party__webrtc__base__systeminfo.cc Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/chromium/Makefile ============================================================================== --- branches/2015Q2/www/chromium/Makefile Fri Jun 26 23:23:53 2015 (r390676) +++ branches/2015Q2/www/chromium/Makefile Fri Jun 26 23:26:01 2015 (r390677) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 43.0.2357.125 +PORTVERSION= 43.0.2357.130 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on @@ -138,6 +138,8 @@ PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PO TEST_DISTFILES= ${PORTNAME}-${DISTVERSION}-testdata${EXTRACT_SUFX} +BROKEN_FreeBSD_8= Does not compile, missing locale + .include .if ${PORT_OPTIONS:MCODECS} Modified: branches/2015Q2/www/chromium/distinfo ============================================================================== --- branches/2015Q2/www/chromium/distinfo Fri Jun 26 23:23:53 2015 (r390676) +++ branches/2015Q2/www/chromium/distinfo Fri Jun 26 23:26:01 2015 (r390677) @@ -1,4 +1,4 @@ -SHA256 (chromium-43.0.2357.125.tar.xz) = af1774d093f90f9ccfd7def3b2b3a8caa109274ac28d4bec0285e50f8a5a5405 -SIZE (chromium-43.0.2357.125.tar.xz) = 304342620 -SHA256 (chromium-43.0.2357.125-testdata.tar.xz) = ae2ee269015d5f1de514ce763e5d46014523a8823dd8ce8b9249681a2bc70d19 -SIZE (chromium-43.0.2357.125-testdata.tar.xz) = 114573352 +SHA256 (chromium-43.0.2357.130.tar.xz) = 62fb55439396a5d49ba53d4377e8d2554c14c2e8a6255f07909ccee8f248002e +SIZE (chromium-43.0.2357.130.tar.xz) = 304344816 +SHA256 (chromium-43.0.2357.130-testdata.tar.xz) = 9c51df4007e9f025256bc75e76414835dae730f850ef281f9ae9c1ff31e01302 +SIZE (chromium-43.0.2357.130-testdata.tar.xz) = 114568060 Copied: branches/2015Q2/www/chromium/files/patch-base__process__process_info_linux.cc (from r390673, head/www/chromium/files/patch-base__process__process_info_linux.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/www/chromium/files/patch-base__process__process_info_linux.cc Fri Jun 26 23:26:01 2015 (r390677, copy of r390673, head/www/chromium/files/patch-base__process__process_info_linux.cc) @@ -0,0 +1,39 @@ +--- base/process/process_info_linux.cc.orig 2015-06-20 15:12:38 ++++ base/process/process_info_linux.cc +@@ -10,10 +10,28 @@ + #include "base/process/process_handle.h" + #include "base/time/time.h" + ++#if defined(__FreeBSD__) || defined(__DragonFly__) ++#include ++#include ++#include ++#endif ++ + namespace base { + + //static + const Time CurrentProcessInfo::CreationTime() { ++#if defined(__FreeBSD__) || defined(__DragonFly__) ++ int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid() }; ++ struct kinfo_proc proc; ++ size_t len = sizeof(struct kinfo_proc); ++ if (sysctl(mib, arraysize(mib), &proc, &len, NULL, 0) < 0) ++ return Time(); ++#if defined(__DragonFly__) ++ return Time::FromTimeVal(proc.kp_start); ++#else ++ return Time::FromTimeVal(proc.ki_start); ++#endif ++#else + ProcessHandle pid = GetCurrentProcessHandle(); + int64 start_ticks = + internal::ReadProcStatsAndGetFieldAsInt64(pid, internal::VM_STARTTIME); +@@ -22,6 +40,7 @@ + Time boot_time = internal::GetBootTime(); + DCHECK(!boot_time.is_null()); + return Time(boot_time + start_offset); ++#endif + } + + } // namespace base Copied: branches/2015Q2/www/chromium/files/patch-content__browser__time_zone_monitor_linux.cc (from r390673, head/www/chromium/files/patch-content__browser__time_zone_monitor_linux.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/www/chromium/files/patch-content__browser__time_zone_monitor_linux.cc Fri Jun 26 23:26:01 2015 (r390677, copy of r390673, head/www/chromium/files/patch-content__browser__time_zone_monitor_linux.cc) @@ -0,0 +1,22 @@ +--- content/browser/time_zone_monitor_linux.cc.orig 2015-05-25 19:00:26 UTC ++++ content/browser/time_zone_monitor_linux.cc +@@ -51,6 +51,9 @@ + : base::RefCountedThreadSafe(), + file_path_watchers_(), + owner_(owner) { ++ } ++ ++ void StartWatching() { + DCHECK_CURRENTLY_ON(BrowserThread::UI); + BrowserThread::PostTask( + BrowserThread::FILE, +@@ -147,6 +150,9 @@ + // changed. + if (!getenv("TZ")) { + impl_ = new TimeZoneMonitorLinuxImpl(this); ++ if (impl_.get()) { ++ impl_->StartWatching(); ++ } + } + } + Copied: branches/2015Q2/www/chromium/files/patch-media__video__capture__fake_video_capture_device_factory.cc (from r390673, head/www/chromium/files/patch-media__video__capture__fake_video_capture_device_factory.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/www/chromium/files/patch-media__video__capture__fake_video_capture_device_factory.cc Fri Jun 26 23:26:01 2015 (r390677, copy of r390673, head/www/chromium/files/patch-media__video__capture__fake_video_capture_device_factory.cc) @@ -0,0 +1,11 @@ +--- media/video/capture/fake_video_capture_device_factory.cc.orig 2015-06-19 21:21:37 UTC ++++ media/video/capture/fake_video_capture_device_factory.cc +@@ -48,7 +48,7 @@ + for (int n = 0; n < number_of_devices_; ++n) { + VideoCaptureDevice::Name name(base::StringPrintf("fake_device_%d", n), + base::StringPrintf("/dev/video%d", n) +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + , VideoCaptureDevice::Name::V4L2_SINGLE_PLANE + #elif defined(OS_MACOSX) + , VideoCaptureDevice::Name::AVFOUNDATION Copied: branches/2015Q2/www/chromium/files/patch-media__video__capture__file_video_capture_device_factory.cc (from r390673, head/www/chromium/files/patch-media__video__capture__file_video_capture_device_factory.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/www/chromium/files/patch-media__video__capture__file_video_capture_device_factory.cc Fri Jun 26 23:26:01 2015 (r390677, copy of r390673, head/www/chromium/files/patch-media__video__capture__file_video_capture_device_factory.cc) @@ -0,0 +1,11 @@ +--- media/video/capture/file_video_capture_device_factory.cc.orig 2015-06-19 21:29:29 UTC ++++ media/video/capture/file_video_capture_device_factory.cc +@@ -51,7 +51,7 @@ + command_line_file_path.value(), + kFileVideoCaptureDeviceName, + VideoCaptureDevice::Name::AVFOUNDATION)); +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + device_names->push_back(VideoCaptureDevice::Name( + command_line_file_path.value(), + kFileVideoCaptureDeviceName, Copied: branches/2015Q2/www/chromium/files/patch-media__video__capture__video_capture_device.cc (from r390673, head/www/chromium/files/patch-media__video__capture__video_capture_device.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/www/chromium/files/patch-media__video__capture__video_capture_device.cc Fri Jun 26 23:26:01 2015 (r390677, copy of r390673, head/www/chromium/files/patch-media__video__capture__video_capture_device.cc) @@ -0,0 +1,31 @@ +--- media/video/capture/video_capture_device.cc.orig 2015-06-19 21:26:28 UTC ++++ media/video/capture/video_capture_device.cc +@@ -9,6 +9,10 @@ + + namespace media { + ++const std::string VideoCaptureDevice::Name::GetModel() const { ++ return ""; ++} ++ + const std::string VideoCaptureDevice::Name::GetNameAndModel() const { + const std::string model_id = GetModel(); + if (model_id.empty()) +@@ -24,7 +28,7 @@ + VideoCaptureDevice::Name::Name(const std::string& name, const std::string& id) + : device_name_(name), unique_id_(id) {} + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + VideoCaptureDevice::Name::Name(const std::string& name, + const std::string& id, + const CaptureApiType api_type) +@@ -69,7 +73,7 @@ + + VideoCaptureDevice::Name::~Name() {} + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + const char* VideoCaptureDevice::Name::GetCaptureApiTypeString() const { + switch (capture_api_type()) { + case V4L2_SINGLE_PLANE: Copied: branches/2015Q2/www/chromium/files/patch-media__video__capture__video_capture_device.h (from r390673, head/www/chromium/files/patch-media__video__capture__video_capture_device.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/www/chromium/files/patch-media__video__capture__video_capture_device.h Fri Jun 26 23:26:01 2015 (r390677, copy of r390673, head/www/chromium/files/patch-media__video__capture__video_capture_device.h) @@ -0,0 +1,38 @@ +--- media/video/capture/video_capture_device.h.orig 2015-06-19 21:22:59 UTC ++++ media/video/capture/video_capture_device.h +@@ -41,7 +41,7 @@ + Name(); + Name(const std::string& name, const std::string& id); + +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + // Linux/CrOS targets Capture Api type: it can only be set on construction. + enum CaptureApiType { + V4L2_SINGLE_PLANE, +@@ -85,7 +85,7 @@ + #endif + + #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || \ +- defined(OS_ANDROID) ++ defined(OS_ANDROID) || defined(OS_BSD) + Name(const std::string& name, const std::string& id, + const CaptureApiType api_type); + #endif +@@ -123,7 +123,7 @@ + } + + #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || \ +- defined(OS_ANDROID) ++ defined(OS_ANDROID) || defined(OS_BSD) + CaptureApiType capture_api_type() const { + return capture_api_class_.capture_api_type(); + } +@@ -155,7 +155,7 @@ + std::string device_name_; + std::string unique_id_; + #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || \ +- defined(OS_ANDROID) ++ defined(OS_ANDROID) || defined(OS_BSD) + // This class wraps the CaptureApiType to give it a by default value if not + // initialized. + class CaptureApiClass { Copied: branches/2015Q2/www/chromium/files/patch-media__video__capture__video_capture_device_factory.cc (from r390673, head/www/chromium/files/patch-media__video__capture__video_capture_device_factory.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/www/chromium/files/patch-media__video__capture__video_capture_device_factory.cc Fri Jun 26 23:26:01 2015 (r390677, copy of r390673, head/www/chromium/files/patch-media__video__capture__video_capture_device_factory.cc) @@ -0,0 +1,21 @@ +--- media/video/capture/video_capture_device_factory.cc.orig 2015-06-19 21:33:03 UTC ++++ media/video/capture/video_capture_device_factory.cc +@@ -14,6 +14,10 @@ + // static + scoped_ptr VideoCaptureDeviceFactory::CreateFactory( + scoped_refptr ui_task_runner) { ++#if defined(OS_BSD) ++ return scoped_ptr(new ++ media::FakeVideoCaptureDeviceFactory()); ++#else + const base::CommandLine* command_line = + base::CommandLine::ForCurrentProcess(); + // Use a Fake or File Video Device Factory if the command line flags are +@@ -32,6 +36,7 @@ + return scoped_ptr( + CreateVideoCaptureDeviceFactory(ui_task_runner)); + } ++#endif + } + + VideoCaptureDeviceFactory::VideoCaptureDeviceFactory() { Modified: branches/2015Q2/www/chromium/files/patch-third_party__webrtc__base__systeminfo.cc ============================================================================== --- branches/2015Q2/www/chromium/files/patch-third_party__webrtc__base__systeminfo.cc Fri Jun 26 23:23:53 2015 (r390676) +++ branches/2015Q2/www/chromium/files/patch-third_party__webrtc__base__systeminfo.cc Fri Jun 26 23:26:01 2015 (r390677) @@ -1,4 +1,4 @@ ---- third_party/webrtc/base/systeminfo.cc.orig 2014-10-10 09:16:13 UTC +--- third_party/webrtc/base/systeminfo.cc.orig 2015-06-11 20:19:52 UTC +++ third_party/webrtc/base/systeminfo.cc @@ -19,8 +19,12 @@ #elif defined(WEBRTC_MAC) && !defined(WEBRTC_IOS) @@ -23,19 +23,21 @@ #include "webrtc/base/linux.h" #endif #include "webrtc/base/common.h" -@@ -168,6 +172,17 @@ +@@ -168,6 +172,19 @@ } #elif defined(__native_client__) // TODO(ryanpetrie): Implement this via PPAPI when it's available. +#elif defined(OS_FREEBSD) -+ void* sysctl_value; ++ int sysctl_value; + size_t length = sizeof(sysctl_value); + if (!sysctlbyname("hw.ncpu", &sysctl_value, &length, NULL, 0)) { -+ physical_cpus_ = *static_cast(sysctl_value); ++ physical_cpus_ = sysctl_value; + } ++#if !defined(__DragonFly__) + if (!sysctlbyname("kern.smp.cpus", &sysctl_value, &length, NULL, 0)) { -+ logical_cpus_ = *static_cast(sysctl_value); ++ logical_cpus_ = sysctl_value; + } ++#endif + // L3 / L2 cache size? + // CPU family/model/stepping (available in dmesg, kernel only TODO) #else // WEBRTC_LINUX From owner-svn-ports-branches@freebsd.org Sat Jun 27 14:33: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 39D3B98ECF3; Sat, 27 Jun 2015 14:33:54 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E4831ACC; Sat, 27 Jun 2015 14:33:54 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5REXrWn098504; Sat, 27 Jun 2015 14:33:53 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5REXrCY098500; Sat, 27 Jun 2015 14:33:53 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201506271433.t5REXrCY098500@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 27 Jun 2015 14:33:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390713 - branches/2015Q2/security/libtasn1 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: Sat, 27 Jun 2015 14:33:54 -0000 Author: novel Date: Sat Jun 27 14:33:52 2015 New Revision: 390713 URL: https://svnweb.freebsd.org/changeset/ports/390713 Log: MFH: 385082,386705,386950 - Update to 4.5 - Drop @dirrm* from plist [1] - Properly register info page [2] Submitted by: amdmi3 [1] Submitted by: antoine [2] PR: 199980 [2] Security: CVE-2015-2806 Approved by: ports-secteam (eadler) Modified: branches/2015Q2/security/libtasn1/Makefile branches/2015Q2/security/libtasn1/distinfo branches/2015Q2/security/libtasn1/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/security/libtasn1/Makefile ============================================================================== --- branches/2015Q2/security/libtasn1/Makefile Sat Jun 27 14:32:12 2015 (r390712) +++ branches/2015Q2/security/libtasn1/Makefile Sat Jun 27 14:33:52 2015 (r390713) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libtasn1 -PORTVERSION= 4.2 +PORTVERSION= 4.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtasn1 @@ -20,6 +20,7 @@ OPTIONS_DEFINE= DOCS DOCS= AUTHORS NEWS README THANKS doc/TODO \ doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps +INFO= libtasn1 post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: branches/2015Q2/security/libtasn1/distinfo ============================================================================== --- branches/2015Q2/security/libtasn1/distinfo Sat Jun 27 14:32:12 2015 (r390712) +++ branches/2015Q2/security/libtasn1/distinfo Sat Jun 27 14:33:52 2015 (r390713) @@ -1,2 +1,2 @@ -SHA256 (libtasn1-4.2.tar.gz) = 693b41cb36c2ac02d5990180b0712a79a591168e93d85f7fcbb75a0a0be4cdbb -SIZE (libtasn1-4.2.tar.gz) = 1866192 +SHA256 (libtasn1-4.5.tar.gz) = 89b3b5dce119273431544ecb305081f3530911001bb12e5d76588907edb71bda +SIZE (libtasn1-4.5.tar.gz) = 1850279 Modified: branches/2015Q2/security/libtasn1/pkg-plist ============================================================================== --- branches/2015Q2/security/libtasn1/pkg-plist Sat Jun 27 14:32:12 2015 (r390712) +++ branches/2015Q2/security/libtasn1/pkg-plist Sat Jun 27 14:33:52 2015 (r390713) @@ -2,11 +2,10 @@ bin/asn1Coding bin/asn1Decoding bin/asn1Parser include/libtasn1.h -info/libtasn1.info lib/libtasn1.a lib/libtasn1.so lib/libtasn1.so.6 -lib/libtasn1.so.6.3.2 +lib/libtasn1.so.6.4.2 libdata/pkgconfig/libtasn1.pc man/man1/asn1Coding.1.gz man/man1/asn1Decoding.1.gz @@ -16,6 +15,7 @@ man/man3/asn1_bit_der.3.gz man/man3/asn1_check_version.3.gz man/man3/asn1_copy_node.3.gz man/man3/asn1_create_element.3.gz +man/man3/asn1_decode_simple_ber.3.gz man/man3/asn1_decode_simple_der.3.gz man/man3/asn1_delete_element.3.gz man/man3/asn1_delete_structure.3.gz @@ -57,4 +57,3 @@ man/man3/asn1_write_value.3.gz %%PORTDOCS%%%%DOCSDIR%%/libtasn1.html %%PORTDOCS%%%%DOCSDIR%%/libtasn1.pdf %%PORTDOCS%%%%DOCSDIR%%/libtasn1.ps -%%PORTDOCS%%@dirrm %%DOCSDIR%%