From owner-svn-ports-branches@freebsd.org Sun Aug 9 13:23:00 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 1DCE5998F96; Sun, 9 Aug 2015 13:23:00 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DC53ACB; Sun, 9 Aug 2015 13:23:00 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t79DMxWV039699; Sun, 9 Aug 2015 13:22:59 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t79DMwpP039694; Sun, 9 Aug 2015 13:22:58 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201508091322.t79DMwpP039694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 9 Aug 2015 13:22:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393788 - in branches/2015Q3/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: Sun, 09 Aug 2015 13:23:00 -0000 Author: rene Date: Sun Aug 9 13:22:57 2015 New Revision: 393788 URL: https://svnweb.freebsd.org/changeset/ports/393788 Log: MFH: r393784 - Update to 44.0.2403.130 - Port over some UI and timezone fixes from OpenBSD Submitted by: LeFroid Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/28 Approved by: ports-secteam (feld) Added: branches/2015Q3/www/chromium/files/patch-chrome__browser__extensions__api__tabs__tabs_api.cc - copied unchanged from r393784, head/www/chromium/files/patch-chrome__browser__extensions__api__tabs__tabs_api.cc branches/2015Q3/www/chromium/files/patch-content__browser__time_zone_monitor.cc - copied unchanged from r393784, head/www/chromium/files/patch-content__browser__time_zone_monitor.cc branches/2015Q3/www/chromium/files/patch-ui__base__user_activity__user_activity_detector.cc - copied unchanged from r393784, head/www/chromium/files/patch-ui__base__user_activity__user_activity_detector.cc Modified: branches/2015Q3/www/chromium/Makefile branches/2015Q3/www/chromium/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/chromium/Makefile ============================================================================== --- branches/2015Q3/www/chromium/Makefile Sun Aug 9 13:10:23 2015 (r393787) +++ branches/2015Q3/www/chromium/Makefile Sun Aug 9 13:22:57 2015 (r393788) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 44.0.2403.107 +PORTVERSION= 44.0.2403.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 Modified: branches/2015Q3/www/chromium/distinfo ============================================================================== --- branches/2015Q3/www/chromium/distinfo Sun Aug 9 13:10:23 2015 (r393787) +++ branches/2015Q3/www/chromium/distinfo Sun Aug 9 13:22:57 2015 (r393788) @@ -1,4 +1,4 @@ -SHA256 (chromium-44.0.2403.107.tar.xz) = d0634ffbe4f158010852fde3ee32aaf7bdf200932573fdf57328dd9ba5983d71 -SIZE (chromium-44.0.2403.107.tar.xz) = 292924752 -SHA256 (chromium-44.0.2403.107-testdata.tar.xz) = 43ba2f8df021fd1787cf4a96bb5068190905c21e0130db29a6d9e976176074c3 -SIZE (chromium-44.0.2403.107-testdata.tar.xz) = 128646184 +SHA256 (chromium-44.0.2403.130.tar.xz) = 37779b2f4844e1a6ac75d69897031955541ad97f3dd1d4ad641c371c1d63b414 +SIZE (chromium-44.0.2403.130.tar.xz) = 293332128 +SHA256 (chromium-44.0.2403.130-testdata.tar.xz) = 47a0e7808f7c98ea02fb4aaaedf83fcbd78901da134de3cf1d53312a56710f49 +SIZE (chromium-44.0.2403.130-testdata.tar.xz) = 128611776 Copied: branches/2015Q3/www/chromium/files/patch-chrome__browser__extensions__api__tabs__tabs_api.cc (from r393784, head/www/chromium/files/patch-chrome__browser__extensions__api__tabs__tabs_api.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/www/chromium/files/patch-chrome__browser__extensions__api__tabs__tabs_api.cc Sun Aug 9 13:22:57 2015 (r393788, copy of r393784, head/www/chromium/files/patch-chrome__browser__extensions__api__tabs__tabs_api.cc) @@ -0,0 +1,20 @@ +--- chrome/browser/extensions/api/tabs/tabs_api.cc.orig 2015-08-02 00:29:44.653703000 -0400 ++++ chrome/browser/extensions/api/tabs/tabs_api.cc 2015-08-02 00:32:45.945039000 -0400 +@@ -659,7 +659,7 @@ + + WindowController* controller = new_window->extension_window_controller(); + +-#if defined(OS_LINUX) || defined(OS_CHROMEOS) ++#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) + // On Desktop Linux, window managers may ignore hints until the X11 window is + // mapped, which happens in the blocking call to Show() above. + // DesktopWindowTreeHostX11 currently only checks for an attempt to maximize +@@ -669,7 +669,7 @@ + if (create_params.initial_show_state == ui::SHOW_STATE_MINIMIZED) + new_window->window()->Minimize(); + #endif +-#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_WIN) ++#if ((defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)) || defined(OS_WIN) + // On Desktop Linux and Windows, managers don't handle fullscreen state to + // create window for now. + if (create_params.initial_show_state == ui::SHOW_STATE_FULLSCREEN) Copied: branches/2015Q3/www/chromium/files/patch-content__browser__time_zone_monitor.cc (from r393784, head/www/chromium/files/patch-content__browser__time_zone_monitor.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/www/chromium/files/patch-content__browser__time_zone_monitor.cc Sun Aug 9 13:22:57 2015 (r393788, copy of r393784, head/www/chromium/files/patch-content__browser__time_zone_monitor.cc) @@ -0,0 +1,11 @@ +--- content/browser/time_zone_monitor.cc.orig 2015-08-02 12:15:31.521732000 -0400 ++++ content/browser/time_zone_monitor.cc 2015-08-02 12:16:05.094405000 -0400 +@@ -28,7 +28,7 @@ + scoped_ptr new_zone(icu::TimeZone::createDefault()); + #else + icu::TimeZone* new_zone = icu::TimeZone::detectHostTimeZone(); +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) + // We get here multiple times on Linux per a single tz change, but + // want to update the ICU default zone and notify renderer only once. + scoped_ptr current_zone(icu::TimeZone::createDefault()); Copied: branches/2015Q3/www/chromium/files/patch-ui__base__user_activity__user_activity_detector.cc (from r393784, head/www/chromium/files/patch-ui__base__user_activity__user_activity_detector.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/www/chromium/files/patch-ui__base__user_activity__user_activity_detector.cc Sun Aug 9 13:22:57 2015 (r393788, copy of r393784, head/www/chromium/files/patch-ui__base__user_activity__user_activity_detector.cc) @@ -0,0 +1,20 @@ +--- ui/base/user_activity/user_activity_detector.cc.orig 2015-08-02 12:18:35.398386000 -0400 ++++ ui/base/user_activity/user_activity_detector.cc 2015-08-02 12:19:07.874736000 -0400 +@@ -52,7 +52,7 @@ + + ui::PlatformEventSource* platform_event_source = + ui::PlatformEventSource::GetInstance(); +-#if defined(OS_CHROMEOS) || defined(OS_LINUX) ++#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_BSD) + CHECK(platform_event_source); + #endif + if (platform_event_source) +@@ -62,7 +62,7 @@ + UserActivityDetector::~UserActivityDetector() { + ui::PlatformEventSource* platform_event_source = + ui::PlatformEventSource::GetInstance(); +-#if defined(OS_CHROMEOS) || defined(OS_LINUX) ++#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_BSD) + CHECK(platform_event_source); + #endif + if (platform_event_source) From owner-svn-ports-branches@freebsd.org Mon Aug 10 13:08:24 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFED999D824; Mon, 10 Aug 2015 13:08:24 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A6959A0; Mon, 10 Aug 2015 13:08:24 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7AD8Oux036949; Mon, 10 Aug 2015 13:08:24 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7AD8Ool036946; Mon, 10 Aug 2015 13:08:24 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201508101308.t7AD8Ool036946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Mon, 10 Aug 2015 13:08:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393862 - in branches/2015Q3/net-mgmt/net-snmp: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 13:08:24 -0000 Author: zi Date: Mon Aug 10 13:08:23 2015 New Revision: 393862 URL: https://svnweb.freebsd.org/changeset/ports/393862 Log: MFH: r393838 - Fix CVE-2015-5621 - Bump PORTREVISION PR: 202099 Submitted by: serg@tmn.ru Approved by: ports-secteam (zi) Added: branches/2015Q3/net-mgmt/net-snmp/files/patch-snmplib_snmp__api.c - copied unchanged from r393838, head/net-mgmt/net-snmp/files/patch-snmplib_snmp__api.c Modified: branches/2015Q3/net-mgmt/net-snmp/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net-mgmt/net-snmp/Makefile ============================================================================== --- branches/2015Q3/net-mgmt/net-snmp/Makefile Mon Aug 10 12:36:54 2015 (r393861) +++ branches/2015Q3/net-mgmt/net-snmp/Makefile Mon Aug 10 13:08:23 2015 (r393862) @@ -3,7 +3,7 @@ PORTNAME= snmp PORTVERSION= 5.7.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-mgmt ipv6 MASTER_SITES= SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= net- Copied: branches/2015Q3/net-mgmt/net-snmp/files/patch-snmplib_snmp__api.c (from r393838, head/net-mgmt/net-snmp/files/patch-snmplib_snmp__api.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/net-mgmt/net-snmp/files/patch-snmplib_snmp__api.c Mon Aug 10 13:08:23 2015 (r393862, copy of r393838, head/net-mgmt/net-snmp/files/patch-snmplib_snmp__api.c) @@ -0,0 +1,117 @@ +--- snmplib/snmp_api.c.orig 2014-12-08 20:23:22 UTC ++++ snmplib/snmp_api.c +@@ -4350,10 +4350,9 @@ snmp_pdu_parse(netsnmp_pdu *pdu, u_char + u_char type; + u_char msg_type; + u_char *var_val; +- int badtype = 0; + size_t len; + size_t four; +- netsnmp_variable_list *vp = NULL; ++ netsnmp_variable_list *vp = NULL, *vplast = NULL; + oid objid[MAX_OID_LEN]; + u_char *p; + +@@ -4493,38 +4492,24 @@ snmp_pdu_parse(netsnmp_pdu *pdu, u_char + (ASN_SEQUENCE | ASN_CONSTRUCTOR), + "varbinds"); + if (data == NULL) +- return -1; ++ goto fail; + + /* + * get each varBind sequence + */ + while ((int) *length > 0) { +- netsnmp_variable_list *vptemp; +- vptemp = (netsnmp_variable_list *) malloc(sizeof(*vptemp)); +- if (NULL == vptemp) { +- return -1; +- } +- if (NULL == vp) { +- pdu->variables = vptemp; +- } else { +- vp->next_variable = vptemp; +- } +- vp = vptemp; ++ vp = SNMP_MALLOC_TYPEDEF(netsnmp_variable_list); ++ if (NULL == vp) ++ goto fail; + +- vp->next_variable = NULL; +- vp->val.string = NULL; + vp->name_length = MAX_OID_LEN; +- vp->name = NULL; +- vp->index = 0; +- vp->data = NULL; +- vp->dataFreeHook = NULL; + DEBUGDUMPSECTION("recv", "VarBind"); + data = snmp_parse_var_op(data, objid, &vp->name_length, &vp->type, + &vp->val_len, &var_val, length); + if (data == NULL) +- return -1; ++ goto fail; + if (snmp_set_var_objid(vp, objid, vp->name_length)) +- return -1; ++ goto fail; + + len = MAX_PACKET_LENGTH; + DEBUGDUMPHEADER("recv", "Value"); +@@ -4604,7 +4589,7 @@ snmp_pdu_parse(netsnmp_pdu *pdu, u_char + vp->val.string = (u_char *) malloc(vp->val_len); + } + if (vp->val.string == NULL) { +- return -1; ++ goto fail; + } + p = asn_parse_string(var_val, &len, &vp->type, vp->val.string, + &vp->val_len); +@@ -4619,7 +4604,7 @@ snmp_pdu_parse(netsnmp_pdu *pdu, u_char + vp->val_len *= sizeof(oid); + vp->val.objid = (oid *) malloc(vp->val_len); + if (vp->val.objid == NULL) { +- return -1; ++ goto fail; + } + memmove(vp->val.objid, objid, vp->val_len); + break; +@@ -4631,7 +4616,7 @@ snmp_pdu_parse(netsnmp_pdu *pdu, u_char + case ASN_BIT_STR: + vp->val.bitstring = (u_char *) malloc(vp->val_len); + if (vp->val.bitstring == NULL) { +- return -1; ++ goto fail; + } + p = asn_parse_bitstring(var_val, &len, &vp->type, + vp->val.bitstring, &vp->val_len); +@@ -4640,12 +4625,28 @@ snmp_pdu_parse(netsnmp_pdu *pdu, u_char + break; + default: + snmp_log(LOG_ERR, "bad type returned (%x)\n", vp->type); +- badtype = -1; ++ goto fail; + break; + } + DEBUGINDENTADD(-4); ++ ++ if (NULL == vplast) { ++ pdu->variables = vp; ++ } else { ++ vplast->next_variable = vp; ++ } ++ vplast = vp; ++ vp = NULL; + } +- return badtype; ++ return 0; ++ ++ fail: ++ DEBUGMSGTL(("recv", "error while parsing VarBindList\n")); ++ /** if we were parsing a var, remove it from the pdu and free it */ ++ if (vp) ++ snmp_free_var(vp); ++ ++ return -1; + } + + /* From owner-svn-ports-branches@freebsd.org Mon Aug 10 15:07:07 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 B1FA199D50A; Mon, 10 Aug 2015 15:07:07 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A172A1CCB; Mon, 10 Aug 2015 15:07:07 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7AF77km086315; Mon, 10 Aug 2015 15:07:07 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7AF76eR086311; Mon, 10 Aug 2015 15:07:06 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201508101507.t7AF76eR086311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 10 Aug 2015 15:07:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393870 - in branches/2015Q3/www/lighttpd: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 15:07:07 -0000 Author: madpilot Date: Mon Aug 10 15:07:05 2015 New Revision: 393870 URL: https://svnweb.freebsd.org/changeset/ports/393870 Log: MFH: r393787 - Update to 1.4.36 - Regenerate patches to silence portlint warnings PR: 202134 Submitted by: pkubaj at riseup.net Approved by: ports-secteam (feld) Modified: branches/2015Q3/www/lighttpd/Makefile branches/2015Q3/www/lighttpd/distinfo branches/2015Q3/www/lighttpd/files/patch-configure.ac branches/2015Q3/www/lighttpd/files/patch-src-fdevent.h Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/lighttpd/Makefile ============================================================================== --- branches/2015Q3/www/lighttpd/Makefile Mon Aug 10 15:03:39 2015 (r393869) +++ branches/2015Q3/www/lighttpd/Makefile Mon Aug 10 15:07:05 2015 (r393870) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= lighttpd -PORTVERSION= 1.4.35 -PORTREVISION= 5 +PORTVERSION= 1.4.36 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ Modified: branches/2015Q3/www/lighttpd/distinfo ============================================================================== --- branches/2015Q3/www/lighttpd/distinfo Mon Aug 10 15:03:39 2015 (r393869) +++ branches/2015Q3/www/lighttpd/distinfo Mon Aug 10 15:07:05 2015 (r393870) @@ -1,5 +1,5 @@ -SHA256 (lighttpd-1.4.35.tar.xz) = 113e9b72ccbd1da5deb0774bf93cf0ca15dc82aad2da0f04e5ab27d37d3f30a3 -SIZE (lighttpd-1.4.35.tar.xz) = 556896 +SHA256 (lighttpd-1.4.36.tar.xz) = 897ab6b1cc7bd51671f8af759e7846245fbbca0685c30017e93a5882a9ac1a53 +SIZE (lighttpd-1.4.36.tar.xz) = 570756 SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = d7c3704d5253c4f3c18459f89059063b311e50096cd2c38fc982cec683c32e61 SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = 44695 SHA256 (lighttpd-1.4.26_mod_geoip.patch.gz) = db43cc0ed7c808b5eed3185d97346e70dea0f1ef4fa9ed436d08e4faff7f97e7 Modified: branches/2015Q3/www/lighttpd/files/patch-configure.ac ============================================================================== --- branches/2015Q3/www/lighttpd/files/patch-configure.ac Mon Aug 10 15:03:39 2015 (r393869) +++ branches/2015Q3/www/lighttpd/files/patch-configure.ac Mon Aug 10 15:07:05 2015 (r393870) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2012-11-19 11:05:29.000000000 +0100 -+++ configure.ac 2012-11-21 14:22:53.723233779 +0100 -@@ -16,6 +16,7 @@ +--- configure.ac.orig 2015-07-26 10:36:36 UTC ++++ configure.ac +@@ -46,6 +46,7 @@ AC_DEFUN([TRY_CFLAGS], dnl Checks for programs. AC_PROG_CC AM_PROG_CC_C_O @@ -8,7 +8,7 @@ AC_PROG_LD AC_PROG_INSTALL AC_PROG_AWK -@@ -30,11 +31,6 @@ +@@ -60,11 +61,6 @@ m4_ifdef([AC_USE_SYSTEM_EXTENSIONS], [AC dnl AM_PROG_AR requires automake 1.11 (and uses AC_COMPILE_IFELSE which wants AC_USE_SYSTEM_EXTENSIONS) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) Modified: branches/2015Q3/www/lighttpd/files/patch-src-fdevent.h ============================================================================== --- branches/2015Q3/www/lighttpd/files/patch-src-fdevent.h Mon Aug 10 15:03:39 2015 (r393869) +++ branches/2015Q3/www/lighttpd/files/patch-src-fdevent.h Mon Aug 10 15:07:05 2015 (r393870) @@ -1,11 +1,11 @@ ---- src/fdevent.h.orig 2011-12-19 07:41:33.183877666 +0100 -+++ src/fdevent.h 2011-12-19 07:42:01.457863868 +0100 -@@ -54,7 +54,7 @@ +--- src/fdevent.h.orig 2015-07-26 10:36:36 UTC ++++ src/fdevent.h +@@ -46,7 +46,7 @@ # include #endif -#if defined HAVE_SYS_EVENT_H && defined HAVE_KQUEUE +#if defined HAVE_SYS_EVENT_H && defined HAVE_KQUEUE && !defined HAVE_LIBEV # define USE_FREEBSD_KQUEUE - # include #endif + From owner-svn-ports-branches@freebsd.org Mon Aug 10 21:40:44 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 36FFF99E73C; Mon, 10 Aug 2015 21:40:44 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2806A20D; Mon, 10 Aug 2015 21:40:44 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7ALeikh051624; Mon, 10 Aug 2015 21:40:44 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7ALehSw051622; Mon, 10 Aug 2015 21:40:43 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201508102140.t7ALehSw051622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 10 Aug 2015 21:40:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393910 - branches/2015Q3/lang/groovy 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, 10 Aug 2015 21:40:44 -0000 Author: junovitch Date: Mon Aug 10 21:40:42 2015 New Revision: 393910 URL: https://svnweb.freebsd.org/changeset/ports/393910 Log: MFH: r393909 lang/groovy: security update 2.3.9 -> 2.4.4 - Add NO_ARCH - Remove various LICENSE files that were removed upstream - Remove PDF documentation that was removed upstream - Switch @dirrm to @dir - Reset maintainer to ports@FreeBSD.org by private request [1] PR: 201704 Security: CVE-2015-3253 Security: 67b3fef2-2bea-11e5-86ff-14dae9d210b8 Approved by: mjs@Bur.st (outgoing maintainer) [1], feld (mentor) Approved by: ports-secteam (feld) Modified: branches/2015Q3/lang/groovy/Makefile branches/2015Q3/lang/groovy/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/lang/groovy/Makefile ============================================================================== --- branches/2015Q3/lang/groovy/Makefile Mon Aug 10 21:36:23 2015 (r393909) +++ branches/2015Q3/lang/groovy/Makefile Mon Aug 10 21:40:42 2015 (r393910) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= groovy -DISTVERSION= 2.3.9 +DISTVERSION= 2.4.4 CATEGORIES= lang java MASTER_SITES= http://dl.bintray.com/groovy/maven/ -DISTFILES= groovy-binary-${PORTVERSION}${EXTRACT_SUFX} +DISTFILES= apache-groovy-binary-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= mjs@Bur.st +MAINTAINER= ports@FreeBSD.org COMMENT= Agile dynamic language for the JVM LICENSE= APACHE20 @@ -17,15 +17,16 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVER USES= zip USE_JAVA= yes JAVA_VERSION= 1.7+ +NO_ARCH= yes NO_BUILD= yes DATADIR= ${JAVASHAREDIR}/${PORTNAME} -DATAFILES= ANTLR-LICENSE.txt ASM-LICENSE.txt CLI-LICENSE.txt JSR223-LICENSE.txt LICENSE.txt conf lib +DATAFILES= CLI-LICENSE.txt conf lib SCRIPTFILES= groovy groovyConsole groovyc groovysh java2groovy startGroovy -PORTDOCS= html pdf +PORTDOCS= html OPTIONS_DEFINE= DOCS -DOCS_DISTFILES= groovy-docs-${PORTVERSION}${EXTRACT_SUFX} +DOCS_DISTFILES= apache-groovy-docs-${PORTVERSION}${EXTRACT_SUFX} .include @@ -60,7 +61,7 @@ post-install: @${FIND} -s ${DATAFILES:S,^,${WRKSRC}/,} -not -type d 2>/dev/null | \ ${SED} -ne 's,^${WRKSRC},${DATADIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST} @${FIND} -s -d ${DATAFILES:S,^,${WRKSRC}/,} -type d 2>/dev/null | \ - ${SED} -ne 's,^${WRKSRC},@dirrm ${DATADIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST} - @${ECHO_CMD} '@dirrm ${DATADIR:S,^${PREFIX}/,,}' >> ${TMPPLIST} + ${SED} -ne 's,^${WRKSRC},@dir ${DATADIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST} + @${ECHO_CMD} '@dir ${DATADIR:S,^${PREFIX}/,,}' >> ${TMPPLIST} .include Modified: branches/2015Q3/lang/groovy/distinfo ============================================================================== --- branches/2015Q3/lang/groovy/distinfo Mon Aug 10 21:36:23 2015 (r393909) +++ branches/2015Q3/lang/groovy/distinfo Mon Aug 10 21:40:42 2015 (r393910) @@ -1,4 +1,4 @@ -SHA256 (groovy-binary-2.3.9.zip) = 8840d120bb84d39836f08492ac2f6caefefc03ffe957031a6bbfada055d53619 -SIZE (groovy-binary-2.3.9.zip) = 32977396 -SHA256 (groovy-docs-2.3.9.zip) = 04392aa00e5041697d40f3d45424981d46057036778b568ada6a4bfe42a3f920 -SIZE (groovy-docs-2.3.9.zip) = 29317505 +SHA256 (apache-groovy-binary-2.4.4.zip) = a7cc1e5315a14ea38db1b2b9ce0792e35174161141a6a3e2ef49b7b2788c258c +SIZE (apache-groovy-binary-2.4.4.zip) = 32472463 +SHA256 (apache-groovy-docs-2.4.4.zip) = ba9d9ab07b0039472a9e5c6dbfe8472c57249952ff8953cb692bb5e2c629a8e4 +SIZE (apache-groovy-docs-2.4.4.zip) = 17443243 From owner-svn-ports-branches@freebsd.org Mon Aug 10 22:23:04 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F397E99E1E2; Mon, 10 Aug 2015 22:23:03 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3E0B809; Mon, 10 Aug 2015 22:23:03 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7AMN30u072612; Mon, 10 Aug 2015 22:23:03 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7AMN3n4072610; Mon, 10 Aug 2015 22:23:03 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201508102223.t7AMN3n4072610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 10 Aug 2015 22:23:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393917 - in branches/2015Q3/devel/pcre: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 22:23:04 -0000 Author: junovitch Date: Mon Aug 10 22:23:02 2015 New Revision: 393917 URL: https://svnweb.freebsd.org/changeset/ports/393917 Log: MFH: r393915 Apply upstream fixes for a buffer overflow issue 1585 Fix buffer overflow for named references in (?| situations. PR: 202209 Obtained from: PCRE svn (r1585) Approved by: ports-secteam (feld), feld (mentor) Security: ff0acfb4-3efa-11e5-93ad-002590263bf5 Added: branches/2015Q3/devel/pcre/files/patch-r1585-buffer-overflow - copied unchanged from r393915, head/devel/pcre/files/patch-r1585-buffer-overflow Modified: branches/2015Q3/devel/pcre/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/pcre/Makefile ============================================================================== --- branches/2015Q3/devel/pcre/Makefile Mon Aug 10 22:19:51 2015 (r393916) +++ branches/2015Q3/devel/pcre/Makefile Mon Aug 10 22:23:02 2015 (r393917) @@ -3,7 +3,7 @@ PORTNAME= pcre PORTVERSION= 8.37 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ ftp://ftp.csx.cam.ac.uk/pub/software/programming/${PORTNAME}/ \ Copied: branches/2015Q3/devel/pcre/files/patch-r1585-buffer-overflow (from r393915, head/devel/pcre/files/patch-r1585-buffer-overflow) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/devel/pcre/files/patch-r1585-buffer-overflow Mon Aug 10 22:23:02 2015 (r393917, copy of r393915, head/devel/pcre/files/patch-r1585-buffer-overflow) @@ -0,0 +1,139 @@ +Index: pcre_internal.h +=================================================================== +--- pcre_internal.h (revision 1584) ++++ pcre_internal.h (revision 1585) +@@ -2454,6 +2454,7 @@ + BOOL had_pruneorskip; /* (*PRUNE) or (*SKIP) encountered */ + BOOL check_lookbehind; /* Lookbehinds need later checking */ + BOOL dupnames; /* Duplicate names exist */ ++ BOOL dupgroups; /* Duplicate groups exist: (?| found */ + BOOL iscondassert; /* Next assert is a condition */ + int nltype; /* Newline type */ + int nllen; /* Newline string length */ +Index: pcre_compile.c +=================================================================== +--- pcre_compile.c (revision 1584) ++++ pcre_compile.c (revision 1585) +@@ -6668,6 +6668,7 @@ + /* ------------------------------------------------------------ */ + case CHAR_VERTICAL_LINE: /* Reset capture count for each branch */ + reset_bracount = TRUE; ++ cd->dupgroups = TRUE; /* Record (?| encountered */ + /* Fall through */ + + /* ------------------------------------------------------------ */ +@@ -7178,7 +7179,8 @@ + if (lengthptr != NULL) + { + named_group *ng; +- ++ recno = 0; ++ + if (namelen == 0) + { + *errorcodeptr = ERR62; +@@ -7195,32 +7197,6 @@ + goto FAILED; + } + +- /* The name table does not exist in the first pass; instead we must +- scan the list of names encountered so far in order to get the +- number. If the name is not found, set the value to 0 for a forward +- reference. */ +- +- recno = 0; +- ng = cd->named_groups; +- for (i = 0; i < cd->names_found; i++, ng++) +- { +- if (namelen == ng->length && +- STRNCMP_UC_UC(name, ng->name, namelen) == 0) +- { +- open_capitem *oc; +- recno = ng->number; +- if (is_recurse) break; +- for (oc = cd->open_caps; oc != NULL; oc = oc->next) +- { +- if (oc->number == recno) +- { +- oc->flag = TRUE; +- break; +- } +- } +- } +- } +- + /* Count named back references. */ + + if (!is_recurse) cd->namedrefcount++; +@@ -7242,7 +7218,44 @@ + issue is fixed "properly" in PCRE2. As PCRE1 is now in maintenance + only mode, we finesse the bug by allowing more memory always. */ + +- /* if (recno == 0) */ *lengthptr += 2 + 2*LINK_SIZE; ++ *lengthptr += 2 + 2*LINK_SIZE; ++ ++ /* It is even worse than that. The current reference may be to an ++ existing named group with a different number (so apparently not ++ recursive) but which later on is also attached to a group with the ++ current number. This can only happen if $(| has been previous ++ encountered. In that case, we allow yet more memory, just in case. ++ (Again, this is fixed "properly" in PCRE2. */ ++ ++ if (cd->dupgroups) *lengthptr += 2 + 2*LINK_SIZE; ++ ++ /* Otherwise, check for recursion here. The name table does not exist ++ in the first pass; instead we must scan the list of names encountered ++ so far in order to get the number. If the name is not found, leave ++ the value of recno as 0 for a forward reference. */ ++ ++ else ++ { ++ ng = cd->named_groups; ++ for (i = 0; i < cd->names_found; i++, ng++) ++ { ++ if (namelen == ng->length && ++ STRNCMP_UC_UC(name, ng->name, namelen) == 0) ++ { ++ open_capitem *oc; ++ recno = ng->number; ++ if (is_recurse) break; ++ for (oc = cd->open_caps; oc != NULL; oc = oc->next) ++ { ++ if (oc->number == recno) ++ { ++ oc->flag = TRUE; ++ break; ++ } ++ } ++ } ++ } ++ } + } + + /* In the real compile, search the name table. We check the name +@@ -7289,8 +7302,6 @@ + for (i++; i < cd->names_found; i++) + { + if (STRCMP_UC_UC(slot + IMM2_SIZE, cslot + IMM2_SIZE) != 0) break; +- +- + count++; + cslot += cd->name_entry_size; + } +@@ -9239,6 +9250,7 @@ + cd->name_entry_size = 0; + cd->name_table = NULL; + cd->dupnames = FALSE; ++cd->dupgroups = FALSE; + cd->namedrefcount = 0; + cd->start_code = cworkspace; + cd->hwm = cworkspace; +@@ -9273,7 +9285,7 @@ + + DPRINTF(("end pre-compile: length=%d workspace=%d\n", length, + (int)(cd->hwm - cworkspace))); +- ++ + if (length > MAX_PATTERN_SIZE) + { + errorcode = ERR20; From owner-svn-ports-branches@freebsd.org Tue Aug 11 00:05:30 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 3009499EF6C; Tue, 11 Aug 2015 00:05:30 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 200A92C5; Tue, 11 Aug 2015 00:05:30 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7B05TcJ014636; Tue, 11 Aug 2015 00:05:29 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7B05TAO014635; Tue, 11 Aug 2015 00:05:29 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201508110005.t7B05TAO014635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 11 Aug 2015 00:05:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393928 - branches/2015Q3/textproc/libodfgen01 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, 11 Aug 2015 00:05:30 -0000 Author: jkim Date: Tue Aug 11 00:05:29 2015 New Revision: 393928 URL: https://svnweb.freebsd.org/changeset/ports/393928 Log: MFH: r393923 Remove graphics/libetonyek01 from LIB_DEPENDS. Approved by: ports-secteam (delphij) Modified: branches/2015Q3/textproc/libodfgen01/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/textproc/libodfgen01/Makefile ============================================================================== --- branches/2015Q3/textproc/libodfgen01/Makefile Mon Aug 10 23:59:25 2015 (r393927) +++ branches/2015Q3/textproc/libodfgen01/Makefile Tue Aug 11 00:05:29 2015 (r393928) @@ -12,8 +12,7 @@ COMMENT= Library for generating document LICENSE= LGPL21 MPL LICENSE_COMB= dual -LIB_DEPENDS= libetonyek-0.1.so:${PORTSDIR}/graphics/libetonyek01 \ - librevenge-0.0.so:${PORTSDIR}/textproc/librevenge +LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-branches@freebsd.org Tue Aug 11 00:06:57 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 C975399EF96; Tue, 11 Aug 2015 00:06:57 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B93DB3CC; Tue, 11 Aug 2015 00:06:57 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7B06vQh014838; Tue, 11 Aug 2015 00:06:57 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7B06vht014836; Tue, 11 Aug 2015 00:06:57 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201508110006.t7B06vht014836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 11 Aug 2015 00:06:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393929 - in branches/2015Q3/devel/mdds: . 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, 11 Aug 2015 00:06:57 -0000 Author: jkim Date: Tue Aug 11 00:06:56 2015 New Revision: 393929 URL: https://svnweb.freebsd.org/changeset/ports/393929 Log: MFH: r393925 - Add several patches obtained from LibreOffice to make it more robust. - Update project URL in pkg-descr. Approved by: ports-secteam (delphij) Added: branches/2015Q3/devel/mdds/files/ - copied from r393925, head/devel/mdds/files/ Modified: branches/2015Q3/devel/mdds/Makefile branches/2015Q3/devel/mdds/pkg-descr Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/mdds/Makefile ============================================================================== --- branches/2015Q3/devel/mdds/Makefile Tue Aug 11 00:05:29 2015 (r393928) +++ branches/2015Q3/devel/mdds/Makefile Tue Aug 11 00:06:56 2015 (r393929) @@ -2,6 +2,7 @@ PORTNAME= mdds PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://kohei.us/files/mdds/src/ DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: branches/2015Q3/devel/mdds/pkg-descr ============================================================================== --- branches/2015Q3/devel/mdds/pkg-descr Tue Aug 11 00:05:29 2015 (r393928) +++ branches/2015Q3/devel/mdds/pkg-descr Tue Aug 11 00:06:56 2015 (r393929) @@ -1,4 +1,4 @@ Multi-Dimensional Data Structure (mdds) is a collection of multi-dimensional data structure and indexing algorithm. -WWW: http://code.google.com/p/multidimalgorithm/ +WWW: https://gitlab.com/mdds/mdds From owner-svn-ports-branches@freebsd.org Tue Aug 11 08:13:26 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D27EC99F415; Tue, 11 Aug 2015 08:13:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7625CC9; Tue, 11 Aug 2015 08:13:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7B8DQ8H014620; Tue, 11 Aug 2015 08:13:26 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7B8DOaH014613; Tue, 11 Aug 2015 08:13:24 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508110813.t7B8DOaH014613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 11 Aug 2015 08:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393934 - in branches/2015Q3: Mk mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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, 11 Aug 2015 08:13:26 -0000 Author: jbeich Date: Tue Aug 11 08:13:24 2015 New Revision: 393934 URL: https://svnweb.freebsd.org/changeset/ports/393934 Log: MFH: r393804 www/firefox: make testing bundled cairo easier via option BUNDLED_CAIRO does nothing with GTK3 until Firefox 41.0 https://bugzilla.mozilla.org/show_bug.cgi?id=1159273 PR: 202174 Approved by: ports-secteam (feld) Modified: branches/2015Q3/Mk/bsd.gecko.mk branches/2015Q3/mail/thunderbird/Makefile branches/2015Q3/www/firefox-esr/Makefile branches/2015Q3/www/firefox/Makefile branches/2015Q3/www/firefox/Makefile.options branches/2015Q3/www/libxul/Makefile branches/2015Q3/www/seamonkey/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/Mk/bsd.gecko.mk ============================================================================== --- branches/2015Q3/Mk/bsd.gecko.mk Tue Aug 11 06:32:05 2015 (r393933) +++ branches/2015Q3/Mk/bsd.gecko.mk Tue Aug 11 08:13:24 2015 (r393934) @@ -137,8 +137,10 @@ MOZ_OPTIONS+= --enable-jemalloc # Standard depends _ALL_DEPENDS= cairo event ffi graphite harfbuzz hunspell icu jpeg nspr nss opus png pixman soundtouch sqlite vorbis vpx +.if ! ${PORT_OPTIONS:MBUNDLED_CAIRO} cairo_LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo cairo_MOZ_OPTIONS= --enable-system-cairo +.endif event_LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 event_MOZ_OPTIONS= --with-system-libevent Modified: branches/2015Q3/mail/thunderbird/Makefile ============================================================================== --- branches/2015Q3/mail/thunderbird/Makefile Tue Aug 11 06:32:05 2015 (r393933) +++ branches/2015Q3/mail/thunderbird/Makefile Tue Aug 11 08:13:24 2015 (r393934) @@ -15,7 +15,6 @@ COMMENT= Mozilla Thunderbird is standalo BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ nss>=3.19.2:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ - cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ @@ -81,6 +80,10 @@ MOZ_OPTIONS:= ${MOZ_OPTIONS:S/${CONFIGUR RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib .endif +.if ! ${PORT_OPTIONS:MBUNDLED_CAIRO} +BUILD_DEPENDS+= cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo +.endif + .if ${PORT_OPTIONS:MGSTREAMER} RUN_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav .endif Modified: branches/2015Q3/www/firefox-esr/Makefile ============================================================================== --- branches/2015Q3/www/firefox-esr/Makefile Tue Aug 11 06:32:05 2015 (r393933) +++ branches/2015Q3/www/firefox-esr/Makefile Tue Aug 11 08:13:24 2015 (r393934) @@ -16,7 +16,6 @@ COMMENT= Web browser based on the browse BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ nss>=3.19.2:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ - cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ @@ -65,6 +64,10 @@ WRKSRC:= ${WRKDIR}/mozilla-esr38 RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib .endif +.if ! ${PORT_OPTIONS:MBUNDLED_CAIRO} +BUILD_DEPENDS+= cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo +.endif + .if ${PORT_OPTIONS:MGSTREAMER} RUN_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav .endif Modified: branches/2015Q3/www/firefox/Makefile ============================================================================== --- branches/2015Q3/www/firefox/Makefile Tue Aug 11 06:32:05 2015 (r393933) +++ branches/2015Q3/www/firefox/Makefile Tue Aug 11 08:13:24 2015 (r393934) @@ -15,7 +15,6 @@ COMMENT= Web browser based on the browse BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ nss>=3.19.2:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ - cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ @@ -63,6 +62,10 @@ WRKSRC:= ${WRKDIR}/mozilla-release RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib .endif +.if ! ${PORT_OPTIONS:MBUNDLED_CAIRO} +BUILD_DEPENDS+= cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo +.endif + .if ${PORT_OPTIONS:MGSTREAMER} RUN_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav .endif Modified: branches/2015Q3/www/firefox/Makefile.options ============================================================================== --- branches/2015Q3/www/firefox/Makefile.options Tue Aug 11 06:32:05 2015 (r393933) +++ branches/2015Q3/www/firefox/Makefile.options Tue Aug 11 08:13:24 2015 (r393934) @@ -1,13 +1,15 @@ # -*- makefile-bsdmake -*- -OPTIONS_DEFINE+= CANBERRA DBUS DEBUG DTRACE GCONF GIO GNOMEUI \ - GSTREAMER LIBPROXY LOGGING OPTIMIZED_CFLAGS \ +OPTIONS_DEFINE+= BUNDLED_CAIRO CANBERRA DBUS DEBUG DTRACE GCONF GIO \ + GNOMEUI GSTREAMER LIBPROXY LOGGING OPTIMIZED_CFLAGS \ PGO PROFILE TEST + OPTIONS_DEFAULT+= ALSA DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS OPTIONS_MULTI+= AUDIO OPTIONS_MULTI_AUDIO= ALSA PULSEAUDIO +BUNDLED_CAIRO_DESC?= Use bundled fork of cairo-1.9.5 CANBERRA_DESC?= Sound theme alerts ENIGMAIL_DESC?= Enigmail extension GNOMEUI_DESC?= libgnomeui support module Modified: branches/2015Q3/www/libxul/Makefile ============================================================================== --- branches/2015Q3/www/libxul/Makefile Tue Aug 11 06:32:05 2015 (r393933) +++ branches/2015Q3/www/libxul/Makefile Tue Aug 11 08:13:24 2015 (r393934) @@ -14,7 +14,6 @@ COMMENT?= Mozilla runtime package that c BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/devel/nspr \ nss>=3.19.2:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ - cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ @@ -67,6 +66,10 @@ MOZ_PKGCONFIG_FILES+= mozilla-nss RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib .endif +.if ! ${PORT_OPTIONS:MBUNDLED_CAIRO} +BUILD_DEPENDS+= cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo +.endif + .if ${PORT_OPTIONS:MGSTREAMER} RUN_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav .endif Modified: branches/2015Q3/www/seamonkey/Makefile ============================================================================== --- branches/2015Q3/www/seamonkey/Makefile Tue Aug 11 06:32:05 2015 (r393933) +++ branches/2015Q3/www/seamonkey/Makefile Tue Aug 11 08:13:24 2015 (r393934) @@ -16,7 +16,6 @@ COMMENT= The open source, standards comp BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/devel/nspr \ nss>=3.17.4:${PORTSDIR}/security/nss \ libevent2>=2.0.21_2:${PORTSDIR}/devel/libevent2 \ - cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo \ soundtouch>=1.8.0:${PORTSDIR}/audio/soundtouch \ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ @@ -79,6 +78,10 @@ XPI_LIBDIR= ${PREFIX}/lib/xpi RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib .endif +.if ! ${PORT_OPTIONS:MBUNDLED_CAIRO} +BUILD_DEPENDS+= cairo>=1.12.16_1,2:${PORTSDIR}/graphics/cairo +.endif + .if ${PORT_OPTIONS:MGSTREAMER} RUN_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav .endif From owner-svn-ports-branches@freebsd.org Tue Aug 11 18:30:04 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32DC699FF5E; Tue, 11 Aug 2015 18:30:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2094B7BB; Tue, 11 Aug 2015 18:30:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7BIU40i070156; Tue, 11 Aug 2015 18:30:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7BIU016069483; Tue, 11 Aug 2015 18:30:00 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508111830.t7BIU016069483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 11 Aug 2015 18:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393958 - in branches/2015Q3: Mk Mk/Uses www/firefox www/firefox-esr www/firefox-esr-i18n www/firefox-i18n www/firefox/files www/libxul www/linux-firefox 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, 11 Aug 2015 18:30:04 -0000 Author: jbeich Date: Tue Aug 11 18:29:59 2015 New Revision: 393958 URL: https://svnweb.freebsd.org/changeset/ports/393958 Log: MFH: r393690, r393803, r393805, r393879 - Update Firefox to 40.0 - Update Firefox ESR and libxul to 38.2.0 - Phase out no longer supported LOGGING option [1] - Temporarily disable OMTC to avoid crashes [2] PORTREVISION was MFH'd as is to avoid merge conflicts in future. Changes: https://www.mozilla.org/firefox/40.0/releasenotes/ Changes: https://www.mozilla.org/firefox/38.2.0/releasenotes/ PR: 202165 [1] PR: 202174 [2] Reported by: rsmith@xs4all.nl [1] Reported by: many [2] Tested by: Martin Birgmeier, Andrey Fesenko, Konstantin Belousov [2] Approved by: ports-secteam (delphij, feld) Added: branches/2015Q3/www/firefox/files/patch-modules-libpref-init-all.js - copied unchanged from r393805, head/www/firefox/files/patch-modules-libpref-init-all.js Deleted: branches/2015Q3/www/firefox/files/patch-bug1073117 Modified: branches/2015Q3/Mk/Uses/gecko.mk branches/2015Q3/Mk/bsd.gecko.mk branches/2015Q3/www/firefox-esr-i18n/Makefile branches/2015Q3/www/firefox-esr-i18n/distinfo branches/2015Q3/www/firefox-esr/Makefile branches/2015Q3/www/firefox-esr/distinfo branches/2015Q3/www/firefox-i18n/Makefile branches/2015Q3/www/firefox-i18n/distinfo branches/2015Q3/www/firefox/Makefile branches/2015Q3/www/firefox/distinfo branches/2015Q3/www/firefox/files/patch-bug1021761 branches/2015Q3/www/firefox/files/patch-bug826985 branches/2015Q3/www/firefox/files/patch-bug847568 branches/2015Q3/www/firefox/files/patch-ijg-libjpeg branches/2015Q3/www/firefox/files/patch-system-openh264 branches/2015Q3/www/firefox/files/patch-z-bug517422 branches/2015Q3/www/libxul/Makefile branches/2015Q3/www/libxul/distinfo branches/2015Q3/www/linux-firefox/Makefile branches/2015Q3/www/linux-firefox/distinfo branches/2015Q3/www/linux-firefox/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/Mk/Uses/gecko.mk ============================================================================== --- branches/2015Q3/Mk/Uses/gecko.mk Tue Aug 11 18:27:02 2015 (r393957) +++ branches/2015Q3/Mk/Uses/gecko.mk Tue Aug 11 18:29:59 2015 (r393958) @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=38:${PORTSDIR}/www .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 38 -_GECKO_VERSIONS= 38 39 +_GECKO_VERSIONS= 38 40 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 38_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox-esr -39_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox +40_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:${PORTSDIR}/www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null Modified: branches/2015Q3/Mk/bsd.gecko.mk ============================================================================== --- branches/2015Q3/Mk/bsd.gecko.mk Tue Aug 11 18:27:02 2015 (r393957) +++ branches/2015Q3/Mk/bsd.gecko.mk Tue Aug 11 18:29:59 2015 (r393958) @@ -380,10 +380,12 @@ STRIP= MOZ_OPTIONS+= --disable-dtrace .endif -.if ${PORT_OPTIONS:MLOGGING} || ${PORT_OPTIONS:MDEBUG} +.if ${MOZILLA_VER:R:R} < 40 +. if ${PORT_OPTIONS:MLOGGING} || ${PORT_OPTIONS:MDEBUG} MOZ_OPTIONS+= --enable-logging -.else +. else MOZ_OPTIONS+= --disable-logging +. endif .endif .if ${PORT_OPTIONS:MPROFILE} Modified: branches/2015Q3/www/firefox-esr-i18n/Makefile ============================================================================== --- branches/2015Q3/www/firefox-esr-i18n/Makefile Tue Aug 11 18:27:02 2015 (r393957) +++ branches/2015Q3/www/firefox-esr-i18n/Makefile Tue Aug 11 18:29:59 2015 (r393958) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 38.1.0 -PORTREVISION= 1 +PORTVERSION= 38.2.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi PKGNAMEPREFIX= PKGNAMESUFFIX= -esr-i18n DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} Modified: branches/2015Q3/www/firefox-esr-i18n/distinfo ============================================================================== --- branches/2015Q3/www/firefox-esr-i18n/distinfo Tue Aug 11 18:27:02 2015 (r393957) +++ branches/2015Q3/www/firefox-esr-i18n/distinfo Tue Aug 11 18:29:59 2015 (r393958) @@ -1,176 +1,176 @@ -SHA256 (xpi/firefox-38.1.0/ach.xpi) = d8d0439db26597a0d869e5467bb849bc77c1786b0c2df3a16cf91801523cbebb -SIZE (xpi/firefox-38.1.0/ach.xpi) = 477969 -SHA256 (xpi/firefox-38.1.0/af.xpi) = 1a4c6835db2ba384767f6ceddf021a30b61c1d29f17577cf2f7330e3358c9ff7 -SIZE (xpi/firefox-38.1.0/af.xpi) = 483325 -SHA256 (xpi/firefox-38.1.0/an.xpi) = dbecee3b6d22ff49680d412a338a8e94d6f759c62110cb55ed6aa21f11537a0a -SIZE (xpi/firefox-38.1.0/an.xpi) = 461422 -SHA256 (xpi/firefox-38.1.0/ar.xpi) = 47eef2d1bfa6e5594cd8835bddca7bfd5019aac1553b54b05c1c749fad659dda -SIZE (xpi/firefox-38.1.0/ar.xpi) = 516495 -SHA256 (xpi/firefox-38.1.0/as.xpi) = 1628e61d5bb7e7c4cbdff288ca2e6d8623578ccf12797e63b27864e68be21c1c -SIZE (xpi/firefox-38.1.0/as.xpi) = 509574 -SHA256 (xpi/firefox-38.1.0/ast.xpi) = bfe8b26cffb80f7cc0824dc08546f31d54da190bf8fd342b12204ecdc85977e7 -SIZE (xpi/firefox-38.1.0/ast.xpi) = 397202 -SHA256 (xpi/firefox-38.1.0/az.xpi) = a29a1f0362aa53c7ea42e500478d2218e6e3e356c7305b249c65f078218fb272 -SIZE (xpi/firefox-38.1.0/az.xpi) = 489152 -SHA256 (xpi/firefox-38.1.0/be.xpi) = ff7583b04c4e57128f0165ecd94488bca77cf4a84bf0284f313f9aca2c885faf -SIZE (xpi/firefox-38.1.0/be.xpi) = 441056 -SHA256 (xpi/firefox-38.1.0/bg.xpi) = 5096d0dc1ff5e547fb07906e0a3183b3117a6453311fb28afa991db5c34c95d1 -SIZE (xpi/firefox-38.1.0/bg.xpi) = 487819 -SHA256 (xpi/firefox-38.1.0/bn-BD.xpi) = 2ca791e8a573f76f60698b3b634cf9c0768eee657ba6e99f65c0f8979e152216 -SIZE (xpi/firefox-38.1.0/bn-BD.xpi) = 528688 -SHA256 (xpi/firefox-38.1.0/bn-IN.xpi) = b664469d76782fe549f582b79cb88d8350d439038ee1eaa7a7388fd5b3cb1eff -SIZE (xpi/firefox-38.1.0/bn-IN.xpi) = 527927 -SHA256 (xpi/firefox-38.1.0/br.xpi) = 57ee679bb3532a0e9289827d4fb421598683ea8168656889edddcff1e21bb6b9 -SIZE (xpi/firefox-38.1.0/br.xpi) = 441962 -SHA256 (xpi/firefox-38.1.0/bs.xpi) = 92b42a21fdd59775f65f13316e875f93f7478695aa70ab02016f3145c79a3aea -SIZE (xpi/firefox-38.1.0/bs.xpi) = 485305 -SHA256 (xpi/firefox-38.1.0/ca.xpi) = 53c42f1501f90ddd9259ca255baae8a7ea6a1055fa88acc0cd1de9d8a20db2b9 -SIZE (xpi/firefox-38.1.0/ca.xpi) = 458091 -SHA256 (xpi/firefox-38.1.0/cs.xpi) = a23e9ea357bd08c5029d31d6865516efc5ff3aa8504dae8dc316af5efc859fa9 -SIZE (xpi/firefox-38.1.0/cs.xpi) = 446725 -SHA256 (xpi/firefox-38.1.0/cy.xpi) = 464c9b57d03fbaff4a6241dfa492623a338018a609e2289defeba196ab454b95 -SIZE (xpi/firefox-38.1.0/cy.xpi) = 444384 -SHA256 (xpi/firefox-38.1.0/da.xpi) = 2b339c9a73067076f4ca8b28d9d8543064be5616dd4db50cf0bf1ed0e4cea3c2 -SIZE (xpi/firefox-38.1.0/da.xpi) = 450762 -SHA256 (xpi/firefox-38.1.0/de.xpi) = bb0aca584ae740caa4cd2adeab2de09670c38ec8dd0241512318201b3ed6d761 -SIZE (xpi/firefox-38.1.0/de.xpi) = 451628 -SHA256 (xpi/firefox-38.1.0/dsb.xpi) = 921ff1abd17da602be91dcd9ddf7f0655bb97231840ac72f964252bacfdcfcf9 -SIZE (xpi/firefox-38.1.0/dsb.xpi) = 470923 -SHA256 (xpi/firefox-38.1.0/el.xpi) = 96e8b36888ccadce8d576208a76ab6522c3148c501bc35549e25bce545c11a01 -SIZE (xpi/firefox-38.1.0/el.xpi) = 498369 -SHA256 (xpi/firefox-38.1.0/en-GB.xpi) = 3f80590f27a73d5cb50b56b7658c38f4378f0bb1b84d3da4c2e0cd9a7b8f4120 -SIZE (xpi/firefox-38.1.0/en-GB.xpi) = 437845 -SHA256 (xpi/firefox-38.1.0/en-US.xpi) = 36fe4e6fc9b319f65b81ab0f9f8eda2b185ff175b6d4999799489365154142e6 -SIZE (xpi/firefox-38.1.0/en-US.xpi) = 469718 -SHA256 (xpi/firefox-38.1.0/en-ZA.xpi) = 6d3a854cffcb9a6ff37a6ae4b2b9a91da3fd16914ea4cd70f69ad3039b960ceb -SIZE (xpi/firefox-38.1.0/en-ZA.xpi) = 439925 -SHA256 (xpi/firefox-38.1.0/eo.xpi) = ac159c4a6b9dfb3b838dd757350cdfa92d7322c772e46bf79fbfce8d7e03b433 -SIZE (xpi/firefox-38.1.0/eo.xpi) = 488369 -SHA256 (xpi/firefox-38.1.0/es-AR.xpi) = 7410081864264d57267ffb4795aac402a72d30e369e4aa6ec2df6501c77ead8f -SIZE (xpi/firefox-38.1.0/es-AR.xpi) = 453982 -SHA256 (xpi/firefox-38.1.0/es-CL.xpi) = f5979bcfc6576cd6796a555617966c4f7c42d90bba52dc281824d09f7ca2ba01 -SIZE (xpi/firefox-38.1.0/es-CL.xpi) = 384678 -SHA256 (xpi/firefox-38.1.0/es-ES.xpi) = 87e28415879608af646ab9a531108c74b18a8b94f7a472439841ed7b79240537 -SIZE (xpi/firefox-38.1.0/es-ES.xpi) = 374072 -SHA256 (xpi/firefox-38.1.0/es-MX.xpi) = aa8e47ac74821a900eac826459e9fefb0eb8c0de77ee1b5246a55e23a369f4b8 -SIZE (xpi/firefox-38.1.0/es-MX.xpi) = 457049 -SHA256 (xpi/firefox-38.1.0/et.xpi) = 76e0e0480e62cc5187e6cf97845d61d835a16b883582cd8a27ef2b6e74c3d69c -SIZE (xpi/firefox-38.1.0/et.xpi) = 443228 -SHA256 (xpi/firefox-38.1.0/eu.xpi) = ecac2d452d2a4e4165970a1aed2a0ae6bff8212c0d6dc0687e5782758d5d72d9 -SIZE (xpi/firefox-38.1.0/eu.xpi) = 466554 -SHA256 (xpi/firefox-38.1.0/fa.xpi) = 90bbd088bff3a41dfc752f695f0184e68d5621ffdaa17536a989067bc2f4f7de -SIZE (xpi/firefox-38.1.0/fa.xpi) = 518281 -SHA256 (xpi/firefox-38.1.0/ff.xpi) = cb840656488d9044aa2042805f95458720fbcbb19e6fbd8beca197a9101817d1 -SIZE (xpi/firefox-38.1.0/ff.xpi) = 454586 -SHA256 (xpi/firefox-38.1.0/fi.xpi) = 6d1a14149420b2d851673c58308cff8b5218a4e9835b60d5a5274d2edf367635 -SIZE (xpi/firefox-38.1.0/fi.xpi) = 444852 -SHA256 (xpi/firefox-38.1.0/fr.xpi) = 8e416c8c930e09adb020ede16d420fd94a4e0e169d3a40213e33db94dee44d6b -SIZE (xpi/firefox-38.1.0/fr.xpi) = 461401 -SHA256 (xpi/firefox-38.1.0/fy-NL.xpi) = f6f06bac70b7edd570510deed989e3184d08a42a7e49a7e7960ed1f6a705e0a0 -SIZE (xpi/firefox-38.1.0/fy-NL.xpi) = 455537 -SHA256 (xpi/firefox-38.1.0/ga-IE.xpi) = 39ae1a583ac7be57fb3631e98734008823fe735ac679a173efe8729ef66e295c -SIZE (xpi/firefox-38.1.0/ga-IE.xpi) = 469623 -SHA256 (xpi/firefox-38.1.0/gd.xpi) = c38b1152552c91e0531eb4536b2727bc72c1c9397679d8b42003dbf7dab1be7d -SIZE (xpi/firefox-38.1.0/gd.xpi) = 454616 -SHA256 (xpi/firefox-38.1.0/gl.xpi) = d8ad198ce7afef708e7974384cac5b646efa58c1b914c0e58a0c19569276ac9d -SIZE (xpi/firefox-38.1.0/gl.xpi) = 448924 -SHA256 (xpi/firefox-38.1.0/gu-IN.xpi) = dc03e9021e27b9c5d41be2c9e569da7165176f2139872fc5694500edd71e7102 -SIZE (xpi/firefox-38.1.0/gu-IN.xpi) = 477980 -SHA256 (xpi/firefox-38.1.0/he.xpi) = 4d67723435a899817745f8141c7671fd8c0ed899db6b9fc040a7cf77a997113a -SIZE (xpi/firefox-38.1.0/he.xpi) = 486784 -SHA256 (xpi/firefox-38.1.0/hi-IN.xpi) = 3404e4a912049d583508619d92fb37663629cddc09f91f2c6f6e007fcbd1a281 -SIZE (xpi/firefox-38.1.0/hi-IN.xpi) = 508166 -SHA256 (xpi/firefox-38.1.0/hr.xpi) = 98487a75721efbb651b30d94fc00edac8962ca4aa0f356c714aae1761ed1650b -SIZE (xpi/firefox-38.1.0/hr.xpi) = 478271 -SHA256 (xpi/firefox-38.1.0/hsb.xpi) = b36779a40c56839cb9b6a78eca688704dcc5c202921493726640805580b7bf6e -SIZE (xpi/firefox-38.1.0/hsb.xpi) = 468719 -SHA256 (xpi/firefox-38.1.0/hu.xpi) = 93ace7ddee6b87c2a3cdfeedce151ced7354d3504d0d7e1aee8f2368094cabc0 -SIZE (xpi/firefox-38.1.0/hu.xpi) = 453554 -SHA256 (xpi/firefox-38.1.0/hy-AM.xpi) = 8c6a5918df7c1bdd36cdf9a5fe44400c53e2e8998dc910ad71ff29178299d63b -SIZE (xpi/firefox-38.1.0/hy-AM.xpi) = 534264 -SHA256 (xpi/firefox-38.1.0/id.xpi) = f37f250ba26bdf7cdb1f3d47a6bf7f7feb90ebd82da1a55ff4f11932af1da1e5 -SIZE (xpi/firefox-38.1.0/id.xpi) = 431488 -SHA256 (xpi/firefox-38.1.0/is.xpi) = fa4eca6ec46e110683178b282f4bd3cc6b47b315e4ddbd34cd99b8c00676b297 -SIZE (xpi/firefox-38.1.0/is.xpi) = 485128 -SHA256 (xpi/firefox-38.1.0/it.xpi) = 42948d7424e1554ce71e34d34c63b1bd3b94bf067845b8826576591aeeba3bb9 -SIZE (xpi/firefox-38.1.0/it.xpi) = 368409 -SHA256 (xpi/firefox-38.1.0/ja.xpi) = 456e16ba61c0bb904cbfb3d05b184d6fc9d7cac7f346c7b38d9fe230af96e96d -SIZE (xpi/firefox-38.1.0/ja.xpi) = 479113 -SHA256 (xpi/firefox-38.1.0/kk.xpi) = 0c10adeca506e653e464285b1feaf049d79dbcb45e1820dfe6cbb13198422c5a -SIZE (xpi/firefox-38.1.0/kk.xpi) = 503567 -SHA256 (xpi/firefox-38.1.0/km.xpi) = b94aff6d6093856b1726b1aa8d6ffa0ad2db3a897ea9ad6a5589fbffac6580a9 -SIZE (xpi/firefox-38.1.0/km.xpi) = 565673 -SHA256 (xpi/firefox-38.1.0/kn.xpi) = 72d4b3da5a920975904ba4f17b55826685ec71ffc4e952a946142210e2ae95eb -SIZE (xpi/firefox-38.1.0/kn.xpi) = 533464 -SHA256 (xpi/firefox-38.1.0/ko.xpi) = 4caa6c2e11b1c0d9184cc688fcb5f9534ab74a1d87c2d7624a83c0fc1ea4699d -SIZE (xpi/firefox-38.1.0/ko.xpi) = 460853 -SHA256 (xpi/firefox-38.1.0/lij.xpi) = 75c704a30c99d4bd6b0a99945709dd88c86b8859ffe448ed59b0b9af51c76c7b -SIZE (xpi/firefox-38.1.0/lij.xpi) = 444237 -SHA256 (xpi/firefox-38.1.0/lt.xpi) = 0a4c45516ba00ab84b2744690ff4e70ef624825238fa4c4cd6345db68be158e5 -SIZE (xpi/firefox-38.1.0/lt.xpi) = 486451 -SHA256 (xpi/firefox-38.1.0/lv.xpi) = 3f88098b580f7591a9a435ba93f06e73f6adb312d9a19ad4b756768b93bd3b1b -SIZE (xpi/firefox-38.1.0/lv.xpi) = 467197 -SHA256 (xpi/firefox-38.1.0/mai.xpi) = 27473c24c7f66a9ed31ccda36d04bf98cc81f699bdfe4c5958de0abd9c5c6824 -SIZE (xpi/firefox-38.1.0/mai.xpi) = 514665 -SHA256 (xpi/firefox-38.1.0/mk.xpi) = 6e2d2ac3b859eedc499041e2961cc1bf4b92316dd59526f14ff694fb4c2067b4 -SIZE (xpi/firefox-38.1.0/mk.xpi) = 529204 -SHA256 (xpi/firefox-38.1.0/ml.xpi) = f4d488f0207854450945af1230b70db6773bd94bad6804fdba4215bba921734f -SIZE (xpi/firefox-38.1.0/ml.xpi) = 528919 -SHA256 (xpi/firefox-38.1.0/mr.xpi) = dd9caa414cc4ba76ec4161b246612cb008585b5662b4c911d1ca7058e86a54a5 -SIZE (xpi/firefox-38.1.0/mr.xpi) = 505961 -SHA256 (xpi/firefox-38.1.0/ms.xpi) = 00c98155bc447385340e2c1b08ecfac7f4405b8b843c0603ab39a65b037f49e3 -SIZE (xpi/firefox-38.1.0/ms.xpi) = 489872 -SHA256 (xpi/firefox-38.1.0/nb-NO.xpi) = 9b17997524d839b610e60b42cae25c512ea93f3fedad473e723a91289f839ca5 -SIZE (xpi/firefox-38.1.0/nb-NO.xpi) = 444176 -SHA256 (xpi/firefox-38.1.0/nl.xpi) = 8d1532bbbb2a843babfd5b46909f0af1457fc8c9c14145b693ad0ff91b3e90ef -SIZE (xpi/firefox-38.1.0/nl.xpi) = 443993 -SHA256 (xpi/firefox-38.1.0/nn-NO.xpi) = 732a5be1501711e2aed2a5073dd6a3726095b8d3940765e4b368c74c2ad32c59 -SIZE (xpi/firefox-38.1.0/nn-NO.xpi) = 438451 -SHA256 (xpi/firefox-38.1.0/or.xpi) = 1297c29d98f2b1952d05f50417ba383c28505dd316ab8fd7179be6f6805ba892 -SIZE (xpi/firefox-38.1.0/or.xpi) = 527048 -SHA256 (xpi/firefox-38.1.0/pa-IN.xpi) = d3ee939b7914194a87f5ea3b24e569c3c9486ca3d0b997e8303c2c9c42b3bf76 -SIZE (xpi/firefox-38.1.0/pa-IN.xpi) = 493722 -SHA256 (xpi/firefox-38.1.0/pl.xpi) = 8b88410da0376d2c14ccc3e3c0eb8a0031d60d048aebba176100854a17bc16b4 -SIZE (xpi/firefox-38.1.0/pl.xpi) = 406566 -SHA256 (xpi/firefox-38.1.0/pt-BR.xpi) = f1b89e40d210497e3a7ef45b7acbf42c9d0b0b7990efd35d94f04fd0247dfc53 -SIZE (xpi/firefox-38.1.0/pt-BR.xpi) = 459812 -SHA256 (xpi/firefox-38.1.0/pt-PT.xpi) = 23e456c3550b31d7596956dd9739ef317ae742137419d426a4326f277e1c0206 -SIZE (xpi/firefox-38.1.0/pt-PT.xpi) = 439974 -SHA256 (xpi/firefox-38.1.0/rm.xpi) = f305e7a119c349ec71d4000517f315867f8174147dbbf6178a715e27e9aca29b -SIZE (xpi/firefox-38.1.0/rm.xpi) = 446286 -SHA256 (xpi/firefox-38.1.0/ro.xpi) = cd38ec29af9fbbc27ad61330d2804d57f999c98cebccf6333aa58d55c4e1db87 -SIZE (xpi/firefox-38.1.0/ro.xpi) = 494078 -SHA256 (xpi/firefox-38.1.0/ru.xpi) = b2c612a33a7e7126343644b3931749cd9de1421f8bb1aad283087f0ede074c31 -SIZE (xpi/firefox-38.1.0/ru.xpi) = 414418 -SHA256 (xpi/firefox-38.1.0/si.xpi) = 02de4fd1753d33e6b0c1d81dce2beec09dd01c1bff2c0e82864ec0700971bb68 -SIZE (xpi/firefox-38.1.0/si.xpi) = 537392 -SHA256 (xpi/firefox-38.1.0/sk.xpi) = 2fb1510e200824e455dee3492c8de7c0dd6bc4925307c5069d454fdc9513ca9b -SIZE (xpi/firefox-38.1.0/sk.xpi) = 469436 -SHA256 (xpi/firefox-38.1.0/sl.xpi) = d5f5ae891561d7ea891f9eaeee4a417e76159f8ee2b6402580d71e155de5bf23 -SIZE (xpi/firefox-38.1.0/sl.xpi) = 441593 -SHA256 (xpi/firefox-38.1.0/son.xpi) = 9fa1b158b3ca08335ca6c9bcf70fd76e6b4baab6cfdb667475188aaacc2f2193 -SIZE (xpi/firefox-38.1.0/son.xpi) = 449266 -SHA256 (xpi/firefox-38.1.0/sq.xpi) = 94d82f9dcf552f6e696e14d17ea9da388de8f5231e72bed6a0eef8b7426f6097 -SIZE (xpi/firefox-38.1.0/sq.xpi) = 486075 -SHA256 (xpi/firefox-38.1.0/sr.xpi) = f63271245f4919db7b86e9740a5128f50db750fe747e98343b1641291e7be1d3 -SIZE (xpi/firefox-38.1.0/sr.xpi) = 479418 -SHA256 (xpi/firefox-38.1.0/sv-SE.xpi) = 724e6ed7ad69ea5a612185851d1bcc39eb46e9cdaaee9032609637516b2fb4fc -SIZE (xpi/firefox-38.1.0/sv-SE.xpi) = 452631 -SHA256 (xpi/firefox-38.1.0/ta.xpi) = f0fc43a9cfde17cb71a3c1adef1ec4ae53201d0246528216f7c62fa93d5ca621 -SIZE (xpi/firefox-38.1.0/ta.xpi) = 506605 -SHA256 (xpi/firefox-38.1.0/te.xpi) = 47024b3c034826560b19281b5346d3c79b46b86c308d15c98acc5898545c47a5 -SIZE (xpi/firefox-38.1.0/te.xpi) = 526252 -SHA256 (xpi/firefox-38.1.0/th.xpi) = f99a2d738ee379bde70fc472626611365054eb25165c613824180d8ee7d53454 -SIZE (xpi/firefox-38.1.0/th.xpi) = 534269 -SHA256 (xpi/firefox-38.1.0/tr.xpi) = c7eac37f05b3a4afc073e85c9a065f343cc40b0cdba17fb8dd7219bc175c7723 -SIZE (xpi/firefox-38.1.0/tr.xpi) = 481075 -SHA256 (xpi/firefox-38.1.0/uk.xpi) = 6c68750ac5d4dab03b6c93d7694d8a8c430e95d9ad103a86c2477089fd678d99 -SIZE (xpi/firefox-38.1.0/uk.xpi) = 493312 -SHA256 (xpi/firefox-38.1.0/vi.xpi) = 874f22b8c19d7fe417496c6916b150c7d51a7021e5e73809a542799238c194fd -SIZE (xpi/firefox-38.1.0/vi.xpi) = 467503 -SHA256 (xpi/firefox-38.1.0/xh.xpi) = 53aca9e35a77091be291a3d2246ada0110d71e0451018c20d9a8c1f40dd2b2ae -SIZE (xpi/firefox-38.1.0/xh.xpi) = 450241 -SHA256 (xpi/firefox-38.1.0/zh-CN.xpi) = 0dbc3ac200290bdb5514c2076f5a1459442b4e3ee235ef29216384f2ad06d61f -SIZE (xpi/firefox-38.1.0/zh-CN.xpi) = 488276 -SHA256 (xpi/firefox-38.1.0/zh-TW.xpi) = e3ec89fe112a80d424e25934d21de61efbde5e6680ce2aece0c37a04d96be91c -SIZE (xpi/firefox-38.1.0/zh-TW.xpi) = 467843 +SHA256 (xpi/firefox-38.2.0/ach.xpi) = 80f2d65db6ba7c1079e36d4540c5364dadf50ee5cc00cdd1f4fe505915b12ef9 +SIZE (xpi/firefox-38.2.0/ach.xpi) = 477970 +SHA256 (xpi/firefox-38.2.0/af.xpi) = 4d822352bd0dbaa73dd547602e20ccdccb62b3ef9bdeccc03f172511e18b41ed +SIZE (xpi/firefox-38.2.0/af.xpi) = 483326 +SHA256 (xpi/firefox-38.2.0/an.xpi) = c58525c2b8bca44c5242e15a3597d3c5af89cbd227a2f37dec0cc64b777eaa2c +SIZE (xpi/firefox-38.2.0/an.xpi) = 461423 +SHA256 (xpi/firefox-38.2.0/ar.xpi) = 5e5e573f9cf9bb050ac9e94311887b83684c9933c8ba36021010b093b69c667b +SIZE (xpi/firefox-38.2.0/ar.xpi) = 516496 +SHA256 (xpi/firefox-38.2.0/as.xpi) = 690987405cf31ba44a2bc52a040f79e07bdca5e1a68bccb65a94f608dd32a168 +SIZE (xpi/firefox-38.2.0/as.xpi) = 509574 +SHA256 (xpi/firefox-38.2.0/ast.xpi) = 81ad42dce9d9525aa2d4339e928d5675d4f069b46deffed0c1afa7c29f7b4586 +SIZE (xpi/firefox-38.2.0/ast.xpi) = 397203 +SHA256 (xpi/firefox-38.2.0/az.xpi) = bb1b9b3e7ee14cf447780807ecda9789d696e83a6ceaa83a3f455025462976b0 +SIZE (xpi/firefox-38.2.0/az.xpi) = 489154 +SHA256 (xpi/firefox-38.2.0/be.xpi) = f025e13585be2126f1f805f431a2aab6f92064970a5d3ecf8e458fb35fcf1b04 +SIZE (xpi/firefox-38.2.0/be.xpi) = 441058 +SHA256 (xpi/firefox-38.2.0/bg.xpi) = d566656889a8922a88bab1a06fcf6e49f1131cc7ebc53aa19ea9b177314a7003 +SIZE (xpi/firefox-38.2.0/bg.xpi) = 487819 +SHA256 (xpi/firefox-38.2.0/bn-BD.xpi) = 1d8a734901cfc8f4a3372ae7586e6615a044757faaa43d0102d687465a7d8646 +SIZE (xpi/firefox-38.2.0/bn-BD.xpi) = 528690 +SHA256 (xpi/firefox-38.2.0/bn-IN.xpi) = 7a6e05c0eab890318718b014402168f30e2593a63cbd639b1dec9bbf88e74b30 +SIZE (xpi/firefox-38.2.0/bn-IN.xpi) = 527927 +SHA256 (xpi/firefox-38.2.0/br.xpi) = e5bc879e345784c9b4d9228a3e8900b4ffa4e643f01546db80cb4d9e11049a34 +SIZE (xpi/firefox-38.2.0/br.xpi) = 441961 +SHA256 (xpi/firefox-38.2.0/bs.xpi) = 0bf5d0e162a33a5ef6ac3059a5b713d88fff367f7384ad56a594ec07aafce358 +SIZE (xpi/firefox-38.2.0/bs.xpi) = 485305 +SHA256 (xpi/firefox-38.2.0/ca.xpi) = d2aaebad9dd838e9cb6aa4d5fcc45cfb2105cd655671455fd5a360ca43302842 +SIZE (xpi/firefox-38.2.0/ca.xpi) = 458091 +SHA256 (xpi/firefox-38.2.0/cs.xpi) = d3f1fe4b368d1f30cf93f6dba98af57491f2f23df1754edfc896aa7aef7bab8d +SIZE (xpi/firefox-38.2.0/cs.xpi) = 446725 +SHA256 (xpi/firefox-38.2.0/cy.xpi) = 7ab25f18ca0e267fcbc30503f47162319a5c1c08e1bc03518bab04c2c8fe59c2 +SIZE (xpi/firefox-38.2.0/cy.xpi) = 444385 +SHA256 (xpi/firefox-38.2.0/da.xpi) = 23147921fc13063f39818bc2d563d4b07b0a5ab466000d9405fd9b9249e67663 +SIZE (xpi/firefox-38.2.0/da.xpi) = 450762 +SHA256 (xpi/firefox-38.2.0/de.xpi) = 6d4cdaa88f41cc5feaae869db51684d85b1b1d6026ba9309c0572261828f8c1b +SIZE (xpi/firefox-38.2.0/de.xpi) = 451628 +SHA256 (xpi/firefox-38.2.0/dsb.xpi) = ff71942cac9c2548caa8f12df7005b5b9f91264f5b7da7360a99a088c4528440 +SIZE (xpi/firefox-38.2.0/dsb.xpi) = 470924 +SHA256 (xpi/firefox-38.2.0/el.xpi) = 24226e706875c0f1c1b18c4f2f55fb83e5963c3e22061a2af436d92e8b66ae29 +SIZE (xpi/firefox-38.2.0/el.xpi) = 498370 +SHA256 (xpi/firefox-38.2.0/en-GB.xpi) = 2824d85c15ff1a0ee6bd69228dec418481c9a7c4565beb5b45d0428e0b6f127b +SIZE (xpi/firefox-38.2.0/en-GB.xpi) = 437846 +SHA256 (xpi/firefox-38.2.0/en-US.xpi) = 92f20a9f6190d284201b5aff848d5bc111eda558f44c17b957eb45df9e787def +SIZE (xpi/firefox-38.2.0/en-US.xpi) = 469718 +SHA256 (xpi/firefox-38.2.0/en-ZA.xpi) = 7b103f2e7472388b6fea50c602a5950404e9d297a8ede752e04e93fecce4cc1a +SIZE (xpi/firefox-38.2.0/en-ZA.xpi) = 439926 +SHA256 (xpi/firefox-38.2.0/eo.xpi) = 7c41dc63256b9ae615206cecd5bf008879443791b03269e1d4dfcbb0b6e73fb9 +SIZE (xpi/firefox-38.2.0/eo.xpi) = 488370 +SHA256 (xpi/firefox-38.2.0/es-AR.xpi) = fede8e15d08da232349fd180b17d208d556de12fcb37a98a59362773e67ceca1 +SIZE (xpi/firefox-38.2.0/es-AR.xpi) = 453983 +SHA256 (xpi/firefox-38.2.0/es-CL.xpi) = 5957a2f6db01d593b6d82149f1ecd6b129e5322f74a254ac46d07503719e61c9 +SIZE (xpi/firefox-38.2.0/es-CL.xpi) = 384680 +SHA256 (xpi/firefox-38.2.0/es-ES.xpi) = 2da47c5401a9e60c84859bd28635cac8bd03d07cfc0d25ffd2fed66819d060bb +SIZE (xpi/firefox-38.2.0/es-ES.xpi) = 374073 +SHA256 (xpi/firefox-38.2.0/es-MX.xpi) = 0d396f5f5ea77920d7273fe4dd3662b08997657c321fb7ae62c9406abd9135e1 +SIZE (xpi/firefox-38.2.0/es-MX.xpi) = 457050 +SHA256 (xpi/firefox-38.2.0/et.xpi) = fac02f932ee8c93c660daf2b36ca6a8246724dfa5ac040809e6d88eb219b7a03 +SIZE (xpi/firefox-38.2.0/et.xpi) = 443228 +SHA256 (xpi/firefox-38.2.0/eu.xpi) = 492ac55eceaff28188516c154e738d4189615135e4434cde7d4108c6c92200a2 +SIZE (xpi/firefox-38.2.0/eu.xpi) = 466555 +SHA256 (xpi/firefox-38.2.0/fa.xpi) = 125f97265b11efa49886c6ca9611b6cdedfbaf40ac59fa7ba2f5d86308dbe4e9 +SIZE (xpi/firefox-38.2.0/fa.xpi) = 518281 +SHA256 (xpi/firefox-38.2.0/ff.xpi) = 36e58433af2939b69d461a4d21f8576c2773ab926f95e9742fcfa28c4b8155a9 +SIZE (xpi/firefox-38.2.0/ff.xpi) = 454587 +SHA256 (xpi/firefox-38.2.0/fi.xpi) = e56a3252d800bdc5ad2c18badf8a1a6743e7aa4fd29f459a339ef05a26614272 +SIZE (xpi/firefox-38.2.0/fi.xpi) = 444852 +SHA256 (xpi/firefox-38.2.0/fr.xpi) = 959138dcce85fd35da81fc9a1ddc28bfb06435f9a71fa1f2a2cf0b44978cdf70 +SIZE (xpi/firefox-38.2.0/fr.xpi) = 461402 +SHA256 (xpi/firefox-38.2.0/fy-NL.xpi) = 3f86674161098d9446ea0736969c0d030eca100688880921daa8e615a9410e38 +SIZE (xpi/firefox-38.2.0/fy-NL.xpi) = 455537 +SHA256 (xpi/firefox-38.2.0/ga-IE.xpi) = bfb2eeb0c787ff5ca2afec939f4da875eb854bc5baafcd61021b2d0a4db4456b +SIZE (xpi/firefox-38.2.0/ga-IE.xpi) = 469624 +SHA256 (xpi/firefox-38.2.0/gd.xpi) = 8acb2f0a4416f8ef182abcf6450e9169852524c0fbf37dbf15cb5156273eec8c +SIZE (xpi/firefox-38.2.0/gd.xpi) = 454616 +SHA256 (xpi/firefox-38.2.0/gl.xpi) = 53ecc5c4d83346d327cfea3ed8554b468f9ecb17daba0ee655268a3d1a23d276 +SIZE (xpi/firefox-38.2.0/gl.xpi) = 448924 +SHA256 (xpi/firefox-38.2.0/gu-IN.xpi) = 33799f5f28c4b6fd80f5ecb5b4ac1ff9ebe34461e50c59151d029053f1f73d53 +SIZE (xpi/firefox-38.2.0/gu-IN.xpi) = 477977 +SHA256 (xpi/firefox-38.2.0/he.xpi) = 98f05fde9c1341b7d32e196660884fa24c266575374aa8fb26859f5fa75b7b46 +SIZE (xpi/firefox-38.2.0/he.xpi) = 486785 +SHA256 (xpi/firefox-38.2.0/hi-IN.xpi) = 3a9480cd2345f00507ae719c33185acf5e9f66a9c996607dfac0ec95d0d32d89 +SIZE (xpi/firefox-38.2.0/hi-IN.xpi) = 508167 +SHA256 (xpi/firefox-38.2.0/hr.xpi) = 125abeb8f4a881fd68bb8f8bd31d7b89c98d35f3d04e18ade625a74e45723466 +SIZE (xpi/firefox-38.2.0/hr.xpi) = 478271 +SHA256 (xpi/firefox-38.2.0/hsb.xpi) = a88449a67fdb85b21e031b894fc060e328c42a3ac1a39d13fff8446cc4df00d1 +SIZE (xpi/firefox-38.2.0/hsb.xpi) = 468720 +SHA256 (xpi/firefox-38.2.0/hu.xpi) = d37fc8e422a2421829665a13c7b39bc18af76afc22639395fe346a3540a360e1 +SIZE (xpi/firefox-38.2.0/hu.xpi) = 453554 +SHA256 (xpi/firefox-38.2.0/hy-AM.xpi) = ebdf5d14d7b97eddafe6fedc3b7b58b4823e2ba7e9f019facc65c469a1c0538b +SIZE (xpi/firefox-38.2.0/hy-AM.xpi) = 534264 +SHA256 (xpi/firefox-38.2.0/id.xpi) = 861b0ee5cd7130606f8db16d16855a932f62d18ea279aeb425d13043b88afecf +SIZE (xpi/firefox-38.2.0/id.xpi) = 431488 +SHA256 (xpi/firefox-38.2.0/is.xpi) = 17f205a9d775e3a97ea3d7b63ee931f4cf5bb24089978fc979dc4d1b5d057311 +SIZE (xpi/firefox-38.2.0/is.xpi) = 485129 +SHA256 (xpi/firefox-38.2.0/it.xpi) = 1da955c3cb53ee2fdbf03454840f2588ec3731b88d5ea31e450c4473eb7c0c8b +SIZE (xpi/firefox-38.2.0/it.xpi) = 368409 +SHA256 (xpi/firefox-38.2.0/ja.xpi) = 1b51688caa1e55b2117fe510d31485a3219c3f4446e3475c87699abd460e84b0 +SIZE (xpi/firefox-38.2.0/ja.xpi) = 479113 +SHA256 (xpi/firefox-38.2.0/kk.xpi) = 9a445773926e5abf3df7ed1e4ace90e52c17ffcfc65e76bc81b14ce3f9a47910 +SIZE (xpi/firefox-38.2.0/kk.xpi) = 503568 +SHA256 (xpi/firefox-38.2.0/km.xpi) = fbff5ab8dae477e73725de8f1ee346287aede8c00b6891dbb11d4500b7e6620e +SIZE (xpi/firefox-38.2.0/km.xpi) = 565673 +SHA256 (xpi/firefox-38.2.0/kn.xpi) = d8756e4efe30cf21178d51ea7186d0bac4980a10fbfb29534d0e3988859d2997 +SIZE (xpi/firefox-38.2.0/kn.xpi) = 533464 +SHA256 (xpi/firefox-38.2.0/ko.xpi) = 19f3413cf7c9e0deaa025d254c8e787f2e2d3dbe0c800841d69f87dd02249b30 +SIZE (xpi/firefox-38.2.0/ko.xpi) = 460854 +SHA256 (xpi/firefox-38.2.0/lij.xpi) = 769ad5652416a94c038f1df689532c35cf00804e7971f7d0bfa7157ebc24e95d +SIZE (xpi/firefox-38.2.0/lij.xpi) = 444239 +SHA256 (xpi/firefox-38.2.0/lt.xpi) = 692e7fb76eba7b2926300e2ae12dd1215c4010722cd95ece2893556ce1729ff5 +SIZE (xpi/firefox-38.2.0/lt.xpi) = 486452 +SHA256 (xpi/firefox-38.2.0/lv.xpi) = 0e7a1903ee292b3bacf00a876bce9618a869a708820bb04cc4487536b7a09590 +SIZE (xpi/firefox-38.2.0/lv.xpi) = 467198 +SHA256 (xpi/firefox-38.2.0/mai.xpi) = c51b1627c24c48721cf799e9438d097d2b815e576042813a15d7631285385499 +SIZE (xpi/firefox-38.2.0/mai.xpi) = 514666 +SHA256 (xpi/firefox-38.2.0/mk.xpi) = e4be6327448665795bc83a5de98826bfbc78118d188e7687546b5b5d170a1e3a +SIZE (xpi/firefox-38.2.0/mk.xpi) = 529205 +SHA256 (xpi/firefox-38.2.0/ml.xpi) = 6aa7b005affd7cdc10d9c42454e841d94ecc94bec273755ef9754e033a3e62be +SIZE (xpi/firefox-38.2.0/ml.xpi) = 528919 +SHA256 (xpi/firefox-38.2.0/mr.xpi) = 73bb6c2101dfa7876814c68b3b02467608c72e0e8bc3517aa0fec61673069bba +SIZE (xpi/firefox-38.2.0/mr.xpi) = 505961 +SHA256 (xpi/firefox-38.2.0/ms.xpi) = f4f68fd8871ab409f9d3d0540873167e693314278a16508450a359d9cafdfdc3 +SIZE (xpi/firefox-38.2.0/ms.xpi) = 489872 +SHA256 (xpi/firefox-38.2.0/nb-NO.xpi) = 8056a9169fd52a12f8f806f1e2870a2578591df8a2c711786bee7ce84436dbfa +SIZE (xpi/firefox-38.2.0/nb-NO.xpi) = 444177 +SHA256 (xpi/firefox-38.2.0/nl.xpi) = 5dd497dbddcc664facae77de25b8b3f4e3c87a1747bc44595dd91b716ba82748 +SIZE (xpi/firefox-38.2.0/nl.xpi) = 443995 +SHA256 (xpi/firefox-38.2.0/nn-NO.xpi) = a7371d8b484cb686965b3769f0bedf6c8803bbbc05021c8b3e24d99dfe66348d +SIZE (xpi/firefox-38.2.0/nn-NO.xpi) = 438452 +SHA256 (xpi/firefox-38.2.0/or.xpi) = 79db2dab58df83d308c614469a7050d3228898fcb2edfbdb9eaf66d37d541719 +SIZE (xpi/firefox-38.2.0/or.xpi) = 527050 +SHA256 (xpi/firefox-38.2.0/pa-IN.xpi) = cbfc04c1b6dd2de9f87bca693b4de8275ab4860cc538c0d7a60fecb58b88c6dd +SIZE (xpi/firefox-38.2.0/pa-IN.xpi) = 493723 +SHA256 (xpi/firefox-38.2.0/pl.xpi) = f7f312ed6907c15004e75cfb95a0e254087932cf8203b1d0419dc1eea055a9c7 +SIZE (xpi/firefox-38.2.0/pl.xpi) = 406567 +SHA256 (xpi/firefox-38.2.0/pt-BR.xpi) = d13fcef16af096732c430b699a53b1d0d76eb3829bff5166d876ffcc94e123e7 +SIZE (xpi/firefox-38.2.0/pt-BR.xpi) = 459814 +SHA256 (xpi/firefox-38.2.0/pt-PT.xpi) = 9cd4c26a521f2e0550ea62ddc27ca751a2b3f2fdc6d55af861936abcdd6c1efd +SIZE (xpi/firefox-38.2.0/pt-PT.xpi) = 439976 +SHA256 (xpi/firefox-38.2.0/rm.xpi) = cf88953513fc4b20a5318b3d4e8f771edc7dc3ef3b3b09a8858ad1b9261c0866 +SIZE (xpi/firefox-38.2.0/rm.xpi) = 446287 +SHA256 (xpi/firefox-38.2.0/ro.xpi) = d5151574b477c6964461ae75563397ebc8f11dfb9331e2ffeb046a4bd046ea97 +SIZE (xpi/firefox-38.2.0/ro.xpi) = 494080 +SHA256 (xpi/firefox-38.2.0/ru.xpi) = 0289531702f0e2ad68984a9dd939e67dafed98eed7c1a6552d136d759ed74684 +SIZE (xpi/firefox-38.2.0/ru.xpi) = 414418 +SHA256 (xpi/firefox-38.2.0/si.xpi) = 314d1635548bbfd7f41927cf327c781d03d99b8ed1a2c8775a34ba6cd3b12a85 +SIZE (xpi/firefox-38.2.0/si.xpi) = 537394 +SHA256 (xpi/firefox-38.2.0/sk.xpi) = d40e11bda881fa9703e51065bab7204bc5dad8d4affedd4638cfe96f907ddf07 +SIZE (xpi/firefox-38.2.0/sk.xpi) = 469436 +SHA256 (xpi/firefox-38.2.0/sl.xpi) = 8ba7277af23a615970cc1384d3b54e8d88a3305da9fe03790819e7b1aeb41a15 +SIZE (xpi/firefox-38.2.0/sl.xpi) = 441594 +SHA256 (xpi/firefox-38.2.0/son.xpi) = 3709b10419d813e3255ef9022e276344ca90788c33858aec111c541b455bb79a +SIZE (xpi/firefox-38.2.0/son.xpi) = 449268 +SHA256 (xpi/firefox-38.2.0/sq.xpi) = fdc0e581d870726728aad45980c6f10d4141a0b9fa39424e51335c8751063e30 +SIZE (xpi/firefox-38.2.0/sq.xpi) = 486075 +SHA256 (xpi/firefox-38.2.0/sr.xpi) = 6007a48742b675c34bd8a331c201f79a19cb52fe7dd7907cd73e76ff9d0c090c +SIZE (xpi/firefox-38.2.0/sr.xpi) = 479420 +SHA256 (xpi/firefox-38.2.0/sv-SE.xpi) = 21158bf5a1286bc55dda4e34ef00fecf5490c55da61dfbb8de8a8f15f6c3fb95 +SIZE (xpi/firefox-38.2.0/sv-SE.xpi) = 452632 +SHA256 (xpi/firefox-38.2.0/ta.xpi) = ec13ec46f071219815b200ab46f103ebdca82308187562d57ae9ae01a9c234e8 +SIZE (xpi/firefox-38.2.0/ta.xpi) = 506606 +SHA256 (xpi/firefox-38.2.0/te.xpi) = b1ffd8fa3534f51d3ec9294288223898d8c41285c4fa400e096fc7ec1aff8b0b +SIZE (xpi/firefox-38.2.0/te.xpi) = 526253 +SHA256 (xpi/firefox-38.2.0/th.xpi) = 0e15637fcefb0e16c4722c242466d2f67b18eb0fbe79097cc29e5358cf7aa19d +SIZE (xpi/firefox-38.2.0/th.xpi) = 534271 +SHA256 (xpi/firefox-38.2.0/tr.xpi) = fae94efd727ddd145146d2df759e02e060e8302c666ea6cb2d09558bdff76abe +SIZE (xpi/firefox-38.2.0/tr.xpi) = 481076 +SHA256 (xpi/firefox-38.2.0/uk.xpi) = d9871bbdffe5f9cf5275894c05a7934a21af421c3343844fb5efa78efa06aaa8 +SIZE (xpi/firefox-38.2.0/uk.xpi) = 493314 +SHA256 (xpi/firefox-38.2.0/vi.xpi) = 9e7dc043c3aa7890255241bdd0292a01d957fcb77434ed236df07401e3f7a9b2 +SIZE (xpi/firefox-38.2.0/vi.xpi) = 467505 +SHA256 (xpi/firefox-38.2.0/xh.xpi) = d41ee639470dce1ff3a103987c16ad5dc32c3b1f468760855d9c840dfbc0a39d +SIZE (xpi/firefox-38.2.0/xh.xpi) = 450242 +SHA256 (xpi/firefox-38.2.0/zh-CN.xpi) = 6b58c8a6fd5e62933d8ec42758a6fc7dd4794b7f659855331debc876e8b80bec +SIZE (xpi/firefox-38.2.0/zh-CN.xpi) = 488277 +SHA256 (xpi/firefox-38.2.0/zh-TW.xpi) = bb22672b52104fd11c28d5609d2c039dd0b3636445b091523dfb90538cf84e94 +SIZE (xpi/firefox-38.2.0/zh-TW.xpi) = 467844 Modified: branches/2015Q3/www/firefox-esr/Makefile ============================================================================== --- branches/2015Q3/www/firefox-esr/Makefile Tue Aug 11 18:27:02 2015 (r393957) +++ branches/2015Q3/www/firefox-esr/Makefile Tue Aug 11 18:29:59 2015 (r393958) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 38.1.0 +DISTVERSION= 38.2.0 DISTVERSIONSUFFIX=esr.source PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source PKGNAMESUFFIX= -esr MAINTAINER= gecko@FreeBSD.org Modified: branches/2015Q3/www/firefox-esr/distinfo ============================================================================== --- branches/2015Q3/www/firefox-esr/distinfo Tue Aug 11 18:27:02 2015 (r393957) +++ branches/2015Q3/www/firefox-esr/distinfo Tue Aug 11 18:29:59 2015 (r393958) @@ -1,2 +1,2 @@ -SHA256 (firefox-38.1.0esr.source.tar.bz2) = 85eb5f916aa47a92cf50803dcb35e7fa3a9da29abf5fc91cbb6a70bbbc2618ff -SIZE (firefox-38.1.0esr.source.tar.bz2) = 180392775 +SHA256 (firefox-38.2.0esr.source.tar.bz2) = 55867254f21cfc610aa63c8aa0d7156df6eb4c0cb37ebac30259e4890170aacb +SIZE (firefox-38.2.0esr.source.tar.bz2) = 180722192 Modified: branches/2015Q3/www/firefox-i18n/Makefile ============================================================================== --- branches/2015Q3/www/firefox-i18n/Makefile Tue Aug 11 18:27:02 2015 (r393957) +++ branches/2015Q3/www/firefox-i18n/Makefile Tue Aug 11 18:29:59 2015 (r393958) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 39.0 +PORTVERSION= 40.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build6/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build5/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} @@ -15,7 +15,7 @@ COMMENT= Localized interface for Firefox EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= zip:infozip gecko:firefox,39,build +USES= zip:infozip gecko:firefox,40,build USE_XPI= firefox linux-firefox NO_ARCH= yes Modified: branches/2015Q3/www/firefox-i18n/distinfo ============================================================================== --- branches/2015Q3/www/firefox-i18n/distinfo Tue Aug 11 18:27:02 2015 (r393957) +++ branches/2015Q3/www/firefox-i18n/distinfo Tue Aug 11 18:29:59 2015 (r393958) @@ -1,176 +1,176 @@ -SHA256 (xpi/firefox-i18n-39.0/ach.xpi) = c922e238ef7201cb0b0c2a9da00164c350b440a3d02c838daa45b17713bf3eab -SIZE (xpi/firefox-i18n-39.0/ach.xpi) = 483041 -SHA256 (xpi/firefox-i18n-39.0/af.xpi) = 3653816368acb76e6773826db81c6473bdd923f7d61ca5ef24e9144d38c3752e -SIZE (xpi/firefox-i18n-39.0/af.xpi) = 487310 -SHA256 (xpi/firefox-i18n-39.0/an.xpi) = c0bf2029255947a5c1fcb681fdb4ad0522a0b9941f5862046c45a70d04b68609 -SIZE (xpi/firefox-i18n-39.0/an.xpi) = 465359 -SHA256 (xpi/firefox-i18n-39.0/ar.xpi) = 1607562dafe4274ed7eb74e8d993baa70162c91de265bb2ac1dd8a63bdc1a3b3 -SIZE (xpi/firefox-i18n-39.0/ar.xpi) = 520323 -SHA256 (xpi/firefox-i18n-39.0/as.xpi) = 653ee076f738a7365dd75da4899032f31ac73451e9a2b26a1ec5e4621547f443 -SIZE (xpi/firefox-i18n-39.0/as.xpi) = 514544 -SHA256 (xpi/firefox-i18n-39.0/ast.xpi) = 1fde38dbd96c86bc523d8524472c0de157d58d07e963a1a9bb6794fb6db484d4 -SIZE (xpi/firefox-i18n-39.0/ast.xpi) = 387702 -SHA256 (xpi/firefox-i18n-39.0/az.xpi) = 6bdd0663efa56eebaa67edabee1630147b051181ad993c14241ba7a7b4ccaad0 -SIZE (xpi/firefox-i18n-39.0/az.xpi) = 494213 -SHA256 (xpi/firefox-i18n-39.0/be.xpi) = 8a2278c789a06cc5b27ccfff3731ed8c534529d67e9c5cc42a2e3b6d8613c858 -SIZE (xpi/firefox-i18n-39.0/be.xpi) = 445945 -SHA256 (xpi/firefox-i18n-39.0/bg.xpi) = 24d6285a03ee495b928be4f221f49af8a1f9a07f4ce5be14beff6ebc531f7687 -SIZE (xpi/firefox-i18n-39.0/bg.xpi) = 491422 -SHA256 (xpi/firefox-i18n-39.0/bn-BD.xpi) = 67d9759ac8d22b976ede194fd4c03b72411aa8bb7f733d13ea034119b0a086e5 -SIZE (xpi/firefox-i18n-39.0/bn-BD.xpi) = 533076 -SHA256 (xpi/firefox-i18n-39.0/bn-IN.xpi) = ec20ec3b29b5c7c8827fdbe78e7081ba20ae7d840ed7181b80bd983e19e26dc0 -SIZE (xpi/firefox-i18n-39.0/bn-IN.xpi) = 532548 -SHA256 (xpi/firefox-i18n-39.0/br.xpi) = b2cb99df9e051e3f625b99f8e929a2cddfea5252e41be0064d6ca3d782b1f592 -SIZE (xpi/firefox-i18n-39.0/br.xpi) = 445830 -SHA256 (xpi/firefox-i18n-39.0/bs.xpi) = 9b85eb51785eafdd7467baba89fec2ad72596e56ca7c955f809b23076467853e -SIZE (xpi/firefox-i18n-39.0/bs.xpi) = 489604 -SHA256 (xpi/firefox-i18n-39.0/ca.xpi) = e4302b4babac9b90600ef142bf9d1060a596ac64f91481b23c4884d10f69183f -SIZE (xpi/firefox-i18n-39.0/ca.xpi) = 461923 -SHA256 (xpi/firefox-i18n-39.0/cs.xpi) = 26de879be7e96d6c8020a46ba73049ed13344c1943ea0128ffdcce356cd02f95 -SIZE (xpi/firefox-i18n-39.0/cs.xpi) = 450723 -SHA256 (xpi/firefox-i18n-39.0/cy.xpi) = 91cb0a9d93c5214e0e42ec9fa19c318209635975f7da6849e0b3ccd3a95c5951 -SIZE (xpi/firefox-i18n-39.0/cy.xpi) = 448065 -SHA256 (xpi/firefox-i18n-39.0/da.xpi) = 64748e6b957775bb3ac42bb35f227c88092afb11afce62b425b4c0747fbe285f -SIZE (xpi/firefox-i18n-39.0/da.xpi) = 454611 -SHA256 (xpi/firefox-i18n-39.0/de.xpi) = 56bb69de98fc46442e3aa2c09f95ebd0723f3c73fd890a013450c88225f9a80f -SIZE (xpi/firefox-i18n-39.0/de.xpi) = 456189 -SHA256 (xpi/firefox-i18n-39.0/dsb.xpi) = 802fcc3a4a30b7b899bdceb5a45878b48da89a9048e4a295784c07b45198cd7a -SIZE (xpi/firefox-i18n-39.0/dsb.xpi) = 474911 -SHA256 (xpi/firefox-i18n-39.0/el.xpi) = 22f7185683d08b186ca0022663f1c822b865683f913e8411ebd50408dc91bd2f -SIZE (xpi/firefox-i18n-39.0/el.xpi) = 502653 -SHA256 (xpi/firefox-i18n-39.0/en-GB.xpi) = 2cf069f9da826329c5e5a22aadc4ea5a08ab0e25470b43c358e4ea14edebe88a -SIZE (xpi/firefox-i18n-39.0/en-GB.xpi) = 441232 -SHA256 (xpi/firefox-i18n-39.0/en-US.xpi) = 0e89eb7cbe1fb84203d0217200dcea154a7422d1a7e6049f564796576a732762 -SIZE (xpi/firefox-i18n-39.0/en-US.xpi) = 473134 -SHA256 (xpi/firefox-i18n-39.0/en-ZA.xpi) = 73a7c02e116e86db894266147770124e6627a82c8a3cfe8e336526215fd50444 -SIZE (xpi/firefox-i18n-39.0/en-ZA.xpi) = 444467 -SHA256 (xpi/firefox-i18n-39.0/eo.xpi) = 972ddf4c1acffd1f46b7fe3d7926994a8be0bfccc8589466c26490cc97d06a3d -SIZE (xpi/firefox-i18n-39.0/eo.xpi) = 489005 -SHA256 (xpi/firefox-i18n-39.0/es-AR.xpi) = 1f6fefebe9901763b950de6bbe6aa85bb948673d976f47814b907507274f0766 -SIZE (xpi/firefox-i18n-39.0/es-AR.xpi) = 457407 -SHA256 (xpi/firefox-i18n-39.0/es-CL.xpi) = 03bd03f60a298295a975252629c8ff9362430d15b650f5bcd82ce6604d0cf514 -SIZE (xpi/firefox-i18n-39.0/es-CL.xpi) = 386702 -SHA256 (xpi/firefox-i18n-39.0/es-ES.xpi) = a096fc6c58a2959bf8471830040351feddfac0555150af9409540cec10685afe -SIZE (xpi/firefox-i18n-39.0/es-ES.xpi) = 376299 -SHA256 (xpi/firefox-i18n-39.0/es-MX.xpi) = 56793b19b75c7c1e9692f3b3d415e572439800e288f8e0227bcf690466a064fa -SIZE (xpi/firefox-i18n-39.0/es-MX.xpi) = 462390 -SHA256 (xpi/firefox-i18n-39.0/et.xpi) = 0aaa0ccc0568456adbc0401acceb97983a7045405f4972058b60606fedc19c79 -SIZE (xpi/firefox-i18n-39.0/et.xpi) = 446725 -SHA256 (xpi/firefox-i18n-39.0/eu.xpi) = 7d04e5b11906f474d4096cb496514f8f370eada489739d31742128c7aaebcc91 -SIZE (xpi/firefox-i18n-39.0/eu.xpi) = 470410 -SHA256 (xpi/firefox-i18n-39.0/fa.xpi) = 605d95815fe0c77a4fc5df46d670d4e8e5b35924729a3a640210a0581d3330a1 -SIZE (xpi/firefox-i18n-39.0/fa.xpi) = 520579 -SHA256 (xpi/firefox-i18n-39.0/ff.xpi) = 30e3f30a775f38cb5663a707a1a85ee59f91007fbc229e47401a753702772d89 -SIZE (xpi/firefox-i18n-39.0/ff.xpi) = 459433 -SHA256 (xpi/firefox-i18n-39.0/fi.xpi) = 59d56595435d52e334cb3f388f711ced61075cf0026ba7d4e2cd04527d689ca7 -SIZE (xpi/firefox-i18n-39.0/fi.xpi) = 448585 -SHA256 (xpi/firefox-i18n-39.0/fr.xpi) = 59f1fc070ab7b7f65bab0c475f8fe894fa5c4e924d4f78b97cec8268d2359c41 -SIZE (xpi/firefox-i18n-39.0/fr.xpi) = 465588 -SHA256 (xpi/firefox-i18n-39.0/fy-NL.xpi) = 4812b3fae6bd6083fc0520487403c95f6104d7838e7edc450f05bce495832e3c -SIZE (xpi/firefox-i18n-39.0/fy-NL.xpi) = 459611 -SHA256 (xpi/firefox-i18n-39.0/ga-IE.xpi) = 75f737af71ef7cb19ef4bcd99fa63c6c5d5b77b2d2b96c526b46faa375c2c6db -SIZE (xpi/firefox-i18n-39.0/ga-IE.xpi) = 473547 -SHA256 (xpi/firefox-i18n-39.0/gd.xpi) = 792a7907e5eeb1486a404b9a3a8d88d7eecca87d87a2646d9a11cdaefe01a78c -SIZE (xpi/firefox-i18n-39.0/gd.xpi) = 458521 -SHA256 (xpi/firefox-i18n-39.0/gl.xpi) = fa21c7bcc4989c6c0c0c459f46f7bd716cb7d19ad37861d57389177e7b1e143a -SIZE (xpi/firefox-i18n-39.0/gl.xpi) = 453846 -SHA256 (xpi/firefox-i18n-39.0/gu-IN.xpi) = 189995f89fa441a743354e708d9e8a87d346625881ffaad7bff528de90ba1206 -SIZE (xpi/firefox-i18n-39.0/gu-IN.xpi) = 482866 -SHA256 (xpi/firefox-i18n-39.0/he.xpi) = 70984a01b309959bcbe1d693cba3d92b51a65c3e71535ec015c4b3f950a53f62 -SIZE (xpi/firefox-i18n-39.0/he.xpi) = 486474 -SHA256 (xpi/firefox-i18n-39.0/hi-IN.xpi) = a340651af88b6437a9c04e0c7186f928b730475550a383ac8387714f7a40f1a9 -SIZE (xpi/firefox-i18n-39.0/hi-IN.xpi) = 513451 -SHA256 (xpi/firefox-i18n-39.0/hr.xpi) = 48ab8729d65620b8ccb3e866a4d3eb57bb4e9d4e363491a0c61f1eea122e0c24 -SIZE (xpi/firefox-i18n-39.0/hr.xpi) = 482071 -SHA256 (xpi/firefox-i18n-39.0/hsb.xpi) = f87894bd9d003e9a62548ac82608dbb4b24f36eea8d776872c490a576b4c80e7 -SIZE (xpi/firefox-i18n-39.0/hsb.xpi) = 472665 -SHA256 (xpi/firefox-i18n-39.0/hu.xpi) = e1388ec88077f8a3111d8011b7e8e8773580a1e2b71d6432baff09fa08ee54a8 -SIZE (xpi/firefox-i18n-39.0/hu.xpi) = 457441 -SHA256 (xpi/firefox-i18n-39.0/hy-AM.xpi) = 1ab7dbb561103d9ac32e55c273ebf738480567a9882c9957f9e29829814dc766 -SIZE (xpi/firefox-i18n-39.0/hy-AM.xpi) = 538192 -SHA256 (xpi/firefox-i18n-39.0/id.xpi) = 41ec6c7ea5015d879600675359a21e160a6fc940e1ff634949c759a076da9c06 -SIZE (xpi/firefox-i18n-39.0/id.xpi) = 435240 -SHA256 (xpi/firefox-i18n-39.0/is.xpi) = 68651c22d74e0133a82eab94e8734bfded3bc219b1de7489180835573cb81ba6 -SIZE (xpi/firefox-i18n-39.0/is.xpi) = 488859 -SHA256 (xpi/firefox-i18n-39.0/it.xpi) = 7a681ca2928e3e2154ca190cc06d015144afffd9669b938410e8d48980a1c959 -SIZE (xpi/firefox-i18n-39.0/it.xpi) = 370614 -SHA256 (xpi/firefox-i18n-39.0/ja.xpi) = e510ba604a63b8cb6caf1e24500cb5cfb6a07a90ff22f111b501e847523ff2d0 -SIZE (xpi/firefox-i18n-39.0/ja.xpi) = 483150 -SHA256 (xpi/firefox-i18n-39.0/kk.xpi) = 5ff684dc2245de82a8edda2d02ee20dfbef7db6165060b20e6e3d229437968ef -SIZE (xpi/firefox-i18n-39.0/kk.xpi) = 507527 -SHA256 (xpi/firefox-i18n-39.0/km.xpi) = 27d62503232240cd92508ce3d724f351d5ff8ad99a52d3cf962cf948829a9162 -SIZE (xpi/firefox-i18n-39.0/km.xpi) = 571219 -SHA256 (xpi/firefox-i18n-39.0/kn.xpi) = 342165fe3c5060bb15f6a889e4be80653731012be8d694e8ef817b447230cc46 -SIZE (xpi/firefox-i18n-39.0/kn.xpi) = 537653 -SHA256 (xpi/firefox-i18n-39.0/ko.xpi) = 348a8c4cd0f26b244fc2bc8467a8e6a8285bb7228e6deb6288fc7b464152ebe5 -SIZE (xpi/firefox-i18n-39.0/ko.xpi) = 465013 -SHA256 (xpi/firefox-i18n-39.0/lij.xpi) = 1870af5218e7223a83f935bbe58415e95a278dd1191db1c7b9f2e3446ae12285 -SIZE (xpi/firefox-i18n-39.0/lij.xpi) = 448691 -SHA256 (xpi/firefox-i18n-39.0/lt.xpi) = c49a0538443d77e1fbaf6660fdc15bc76181723af2f8b07af6579b408bc24370 -SIZE (xpi/firefox-i18n-39.0/lt.xpi) = 490579 -SHA256 (xpi/firefox-i18n-39.0/lv.xpi) = 8ac08b4ac3ae70dd7bbe090f0b0f984ebefef03c6d1d20cc4ba3527605c921be -SIZE (xpi/firefox-i18n-39.0/lv.xpi) = 471166 -SHA256 (xpi/firefox-i18n-39.0/mai.xpi) = 561890d80e0162a7e2f3ba5e46ecc07f2ea681005f6f3bae6810fb8acf9408e0 -SIZE (xpi/firefox-i18n-39.0/mai.xpi) = 520123 -SHA256 (xpi/firefox-i18n-39.0/mk.xpi) = e91f81eb8b68e7a2af87d5c82577bc713e4c163a0a64b9a80a99ee6b0830dc56 -SIZE (xpi/firefox-i18n-39.0/mk.xpi) = 533582 -SHA256 (xpi/firefox-i18n-39.0/ml.xpi) = 9fecda84807976d1b320c0070b4f87eff5813f4965aec60e27df8f64e0f08622 -SIZE (xpi/firefox-i18n-39.0/ml.xpi) = 533592 -SHA256 (xpi/firefox-i18n-39.0/mr.xpi) = 511dcdbdb0d0fa919acf81879544d32e066e435bdda14a991f86d0c4999aae4c -SIZE (xpi/firefox-i18n-39.0/mr.xpi) = 510890 -SHA256 (xpi/firefox-i18n-39.0/ms.xpi) = 29494a97c34ed72ca533bec56481eb1baf75d48cc956e13030ff573d4434476e -SIZE (xpi/firefox-i18n-39.0/ms.xpi) = 494765 -SHA256 (xpi/firefox-i18n-39.0/nb-NO.xpi) = 4070b2df0eec4f1f2176c382759c1be4742a12313c01c3bd77ff80bfad0f7100 -SIZE (xpi/firefox-i18n-39.0/nb-NO.xpi) = 447825 -SHA256 (xpi/firefox-i18n-39.0/nl.xpi) = a99f7645bfb669f3a1e6d70ed6401f6492d1ac426757ca8c40683ecb3166ab19 -SIZE (xpi/firefox-i18n-39.0/nl.xpi) = 447540 -SHA256 (xpi/firefox-i18n-39.0/nn-NO.xpi) = 3481260f436473f8b4fa4116faece6a12472b022bd59e477bdec5d85edf211bd -SIZE (xpi/firefox-i18n-39.0/nn-NO.xpi) = 442076 -SHA256 (xpi/firefox-i18n-39.0/or.xpi) = 0a0fdb72e6ee2481fd0f6057021a03dd8c150b428cce05029649f72c8c308cc1 -SIZE (xpi/firefox-i18n-39.0/or.xpi) = 532004 -SHA256 (xpi/firefox-i18n-39.0/pa-IN.xpi) = 4f1359b27b7131ddc944b5746adb2af2b5c319d19151447075db512359f7f084 -SIZE (xpi/firefox-i18n-39.0/pa-IN.xpi) = 497420 -SHA256 (xpi/firefox-i18n-39.0/pl.xpi) = ca291faf583e5b53d5ac607d6e0a6eec13fdedddbf1a003158edf75d475c007d -SIZE (xpi/firefox-i18n-39.0/pl.xpi) = 408063 -SHA256 (xpi/firefox-i18n-39.0/pt-BR.xpi) = 55fbd2f5e4081394fa79b51935f809b5d5ed283f3c5d08597eb8aafdf1f012b4 -SIZE (xpi/firefox-i18n-39.0/pt-BR.xpi) = 463600 -SHA256 (xpi/firefox-i18n-39.0/pt-PT.xpi) = a41b6fc5b5791a596184b5226e3bb8d6185ad97a58bedcb8589afae849a6c40e -SIZE (xpi/firefox-i18n-39.0/pt-PT.xpi) = 444720 -SHA256 (xpi/firefox-i18n-39.0/rm.xpi) = 451394fad795daae087c5bd2d80d9afdc1b0eae52b73a66f97cb3bae61e1419d -SIZE (xpi/firefox-i18n-39.0/rm.xpi) = 449713 -SHA256 (xpi/firefox-i18n-39.0/ro.xpi) = a81a237f50f2aed3186029a1a63556d2ca6ed5c6b6b95c5b9137c94a88a1496c -SIZE (xpi/firefox-i18n-39.0/ro.xpi) = 497997 -SHA256 (xpi/firefox-i18n-39.0/ru.xpi) = 5b3ccfb721175424e567da7071ad3a3fd4f7ac1aaddea5106cd57f306014e1c4 -SIZE (xpi/firefox-i18n-39.0/ru.xpi) = 417166 -SHA256 (xpi/firefox-i18n-39.0/si.xpi) = bc0f7a5bdd857cc7bccec42aeaa87ebb50f3e6be515b91c1465de602ec4ba907 -SIZE (xpi/firefox-i18n-39.0/si.xpi) = 542367 -SHA256 (xpi/firefox-i18n-39.0/sk.xpi) = 749217670c0ab1bc40c5cf19380185ad77a9ab95b130a7d47bd71f5110303073 -SIZE (xpi/firefox-i18n-39.0/sk.xpi) = 473458 -SHA256 (xpi/firefox-i18n-39.0/sl.xpi) = 3c5807b2e4a150dcd625e227fa09414ac6e35f81c02984727681ce70158fdc35 -SIZE (xpi/firefox-i18n-39.0/sl.xpi) = 445483 -SHA256 (xpi/firefox-i18n-39.0/son.xpi) = c23ee1f72b1bdbaa2e9ead73dd8513413ed775d1f10ff3d73d17f10e0eba8267 -SIZE (xpi/firefox-i18n-39.0/son.xpi) = 453638 -SHA256 (xpi/firefox-i18n-39.0/sq.xpi) = 570609619b1850037303663b9bc27e1670b1248bd054a93d9d671e32dc9e037a -SIZE (xpi/firefox-i18n-39.0/sq.xpi) = 489758 -SHA256 (xpi/firefox-i18n-39.0/sr.xpi) = 0c559cc85f990b2759baf9cec96554e3e8c062ee5a0ab571e408aa888e6495b7 -SIZE (xpi/firefox-i18n-39.0/sr.xpi) = 483401 -SHA256 (xpi/firefox-i18n-39.0/sv-SE.xpi) = 88fa20f03e1c9f9ec7b8db45c1fbe3fd4eb89c10f52f0352b6e922352e986fa6 -SIZE (xpi/firefox-i18n-39.0/sv-SE.xpi) = 456397 -SHA256 (xpi/firefox-i18n-39.0/ta.xpi) = b1c71f7c30456bd20cc670cc976ca419257f15b01776be7095276d42e39f78ba -SIZE (xpi/firefox-i18n-39.0/ta.xpi) = 511678 -SHA256 (xpi/firefox-i18n-39.0/te.xpi) = 245cbea46dbbe581a728262a3bff4bdad410fc447c1dfcfc5ab68825f0685d6b -SIZE (xpi/firefox-i18n-39.0/te.xpi) = 531784 -SHA256 (xpi/firefox-i18n-39.0/th.xpi) = 1222f9eebb48c02abcac8e0f064e23bdb7b4c5288211816a51e598d2135aee90 -SIZE (xpi/firefox-i18n-39.0/th.xpi) = 539248 -SHA256 (xpi/firefox-i18n-39.0/tr.xpi) = 712b98ad2a0cf4b059554fe76d798a76ec3aa10ce2e95af0796dd9d46fa120b0 -SIZE (xpi/firefox-i18n-39.0/tr.xpi) = 484956 -SHA256 (xpi/firefox-i18n-39.0/uk.xpi) = 5b06984dc2d539dab5d3b83ec915b02a498d41185a2d3bfb7e465ef139fd605b -SIZE (xpi/firefox-i18n-39.0/uk.xpi) = 498395 -SHA256 (xpi/firefox-i18n-39.0/vi.xpi) = a44f0486939c81e86e2aaf255cfe70d17e2ec42b8cc400ec2d699c3a1a951044 -SIZE (xpi/firefox-i18n-39.0/vi.xpi) = 471789 -SHA256 (xpi/firefox-i18n-39.0/xh.xpi) = 8d66c08160c6a2e3860bca6cc7d9c87b653c97c70994beb45bfc8fad9afb4f03 -SIZE (xpi/firefox-i18n-39.0/xh.xpi) = 454916 -SHA256 (xpi/firefox-i18n-39.0/zh-CN.xpi) = a7e959d6aba6f67b880b9ebcc1d1c2e253f01e079475191dc3eef978a9d9b2b5 -SIZE (xpi/firefox-i18n-39.0/zh-CN.xpi) = 492380 -SHA256 (xpi/firefox-i18n-39.0/zh-TW.xpi) = ec30c554c57aa27835723253f4c0dfc4fc75ca591f9a64fbd65f7622d7b212dd -SIZE (xpi/firefox-i18n-39.0/zh-TW.xpi) = 471887 +SHA256 (xpi/firefox-i18n-40.0/ach.xpi) = ca02f5f99d39d1e8a0e213d38306ac51ec289fcb0487d057f54d09d1923cd0d1 +SIZE (xpi/firefox-i18n-40.0/ach.xpi) = 494118 +SHA256 (xpi/firefox-i18n-40.0/af.xpi) = f45aa959ace5e985d629558ae108349032dad513b6a2b5883e9e4a5a35053b60 +SIZE (xpi/firefox-i18n-40.0/af.xpi) = 498499 +SHA256 (xpi/firefox-i18n-40.0/an.xpi) = 091b85264dfe2331e62de8c5ea051bbc018e00ada06be4a15d6809573858504d +SIZE (xpi/firefox-i18n-40.0/an.xpi) = 476724 +SHA256 (xpi/firefox-i18n-40.0/ar.xpi) = 2a3e4125730d215d7090b8a6b7bf0b3e06d991d8f2c26132f2c777a90633e021 +SIZE (xpi/firefox-i18n-40.0/ar.xpi) = 532105 +SHA256 (xpi/firefox-i18n-40.0/as.xpi) = 07f9a6864edfd55807f961639862ff7a46d4b550a976fa3f978a1dcfee8b195c +SIZE (xpi/firefox-i18n-40.0/as.xpi) = 522245 +SHA256 (xpi/firefox-i18n-40.0/ast.xpi) = e53e3481dfda6235b8af3cba577b73a9ebab85a6a13e4cfc7a9630d39c14948e +SIZE (xpi/firefox-i18n-40.0/ast.xpi) = 408919 +SHA256 (xpi/firefox-i18n-40.0/az.xpi) = bdb6b617e20f02166e19f36eba02e18d5de2276bff3f0d45c12ebb9eb0df1845 +SIZE (xpi/firefox-i18n-40.0/az.xpi) = 505059 +SHA256 (xpi/firefox-i18n-40.0/be.xpi) = 65067347acf063f110ad8ade3254a7701db9fd5d73aea1d68497455f4fa43cf2 +SIZE (xpi/firefox-i18n-40.0/be.xpi) = 464200 +SHA256 (xpi/firefox-i18n-40.0/bg.xpi) = f51d9dc47627b2c9683220909174e31d293b4aa9088bcf753fbd895b84e92923 +SIZE (xpi/firefox-i18n-40.0/bg.xpi) = 503493 +SHA256 (xpi/firefox-i18n-40.0/bn-BD.xpi) = 4da27685170fedcc6d35e10bd214032956c098abea3fe9e78fc8c67c021b6403 +SIZE (xpi/firefox-i18n-40.0/bn-BD.xpi) = 538759 +SHA256 (xpi/firefox-i18n-40.0/bn-IN.xpi) = 0560547c67d500b634ce635d51a153ebbf3b9129e8ac450af2806e99cccf0ba5 +SIZE (xpi/firefox-i18n-40.0/bn-IN.xpi) = 541269 +SHA256 (xpi/firefox-i18n-40.0/br.xpi) = fbde4d5e57f4a750e313efe2d9cf72ec0a2ab3beb31816af76f30578a921ed9a +SIZE (xpi/firefox-i18n-40.0/br.xpi) = 456848 +SHA256 (xpi/firefox-i18n-40.0/bs.xpi) = df3e7c6d6598e8aed886769ddf93321d102e05a2c05610e95fa8d8bcc6a80835 +SIZE (xpi/firefox-i18n-40.0/bs.xpi) = 497331 +SHA256 (xpi/firefox-i18n-40.0/ca.xpi) = 9873d8a1ad290d5b5e53811498bb8e8cfc6133efffa34756195fd8c0b3e2d255 +SIZE (xpi/firefox-i18n-40.0/ca.xpi) = 474109 +SHA256 (xpi/firefox-i18n-40.0/cs.xpi) = eec694b24562c1157007b117e4fd9156145d72f1f9eccb09781facaa8a4d3533 +SIZE (xpi/firefox-i18n-40.0/cs.xpi) = 462357 +SHA256 (xpi/firefox-i18n-40.0/cy.xpi) = a523735be0880b194449884deb3c7fee16df67831668d0138daac651255e94a8 +SIZE (xpi/firefox-i18n-40.0/cy.xpi) = 459245 +SHA256 (xpi/firefox-i18n-40.0/da.xpi) = 7fffd2ac1cb1784268912d66cd4fd020c11a57ab2320c2e33cd2194e209cba40 +SIZE (xpi/firefox-i18n-40.0/da.xpi) = 465571 +SHA256 (xpi/firefox-i18n-40.0/de.xpi) = 473bfcd2abefb2bf4d016b9b7fa84affc1d1f337fc7e2f35e7a6e737e766037c +SIZE (xpi/firefox-i18n-40.0/de.xpi) = 467231 +SHA256 (xpi/firefox-i18n-40.0/dsb.xpi) = 2b929dac317a6eae1c11e56dc81359b7dfcee6904997af2ce2109348e0cd199c +SIZE (xpi/firefox-i18n-40.0/dsb.xpi) = 486586 +SHA256 (xpi/firefox-i18n-40.0/el.xpi) = 68eacf8bf2dfcc4ba1ba6b8c19300354a245d3d55ceb34c17a6694fe46762154 +SIZE (xpi/firefox-i18n-40.0/el.xpi) = 513115 +SHA256 (xpi/firefox-i18n-40.0/en-GB.xpi) = f7cee042d9c58291855ee601f6ccb441e31f06f6daa553867a83d1baba35ce82 +SIZE (xpi/firefox-i18n-40.0/en-GB.xpi) = 451899 +SHA256 (xpi/firefox-i18n-40.0/en-US.xpi) = efd835b830e5e42f900cb802a1f9affe9d3548db409271442b24dffb38da1ca0 +SIZE (xpi/firefox-i18n-40.0/en-US.xpi) = 483748 +SHA256 (xpi/firefox-i18n-40.0/en-ZA.xpi) = 4e9b6fb1470f999e454c0dbd1b3373c7f5851499f199ec6c3080ffcc18018ab5 +SIZE (xpi/firefox-i18n-40.0/en-ZA.xpi) = 455369 +SHA256 (xpi/firefox-i18n-40.0/eo.xpi) = 93b95ec661112188316f418a87c2a7866fa5d41fe2181fc77a011091dd099641 +SIZE (xpi/firefox-i18n-40.0/eo.xpi) = 500201 +SHA256 (xpi/firefox-i18n-40.0/es-AR.xpi) = e83df51c03b27623ee95451ce534fec89581b71ab2beeb9455226d46e2ddda33 +SIZE (xpi/firefox-i18n-40.0/es-AR.xpi) = 468597 +SHA256 (xpi/firefox-i18n-40.0/es-CL.xpi) = 58fd971bbc3eecc374905009eac0b057732a31960dc25559be2ae3931b4d5bc3 +SIZE (xpi/firefox-i18n-40.0/es-CL.xpi) = 394971 +SHA256 (xpi/firefox-i18n-40.0/es-ES.xpi) = a54c2857874d920be18341dede5edfe58b504ea58df608a6942892f27f038de7 +SIZE (xpi/firefox-i18n-40.0/es-ES.xpi) = 383893 +SHA256 (xpi/firefox-i18n-40.0/es-MX.xpi) = d2095ad86bfe5c75f4ece9f13f2bed9fc7c96552abb491268052091a5389162e +SIZE (xpi/firefox-i18n-40.0/es-MX.xpi) = 472916 +SHA256 (xpi/firefox-i18n-40.0/et.xpi) = 999d7f07b8883aa80b086a1c1e143c619898e9aa7bda4c633de99c028355d9b9 +SIZE (xpi/firefox-i18n-40.0/et.xpi) = 457407 +SHA256 (xpi/firefox-i18n-40.0/eu.xpi) = 63a5014e8fed8f45cfbad4f665fc476b8cca3110a096be990bef44e4d5c8ea49 +SIZE (xpi/firefox-i18n-40.0/eu.xpi) = 481823 +SHA256 (xpi/firefox-i18n-40.0/fa.xpi) = dff526ad97b4f49503d483782e052c8c8bc9dd76efbce9da1e56a179ac64da6d +SIZE (xpi/firefox-i18n-40.0/fa.xpi) = 526970 +SHA256 (xpi/firefox-i18n-40.0/ff.xpi) = 046651c1b1c7260d6f03795cc91d980904e3e0bce3c300010c32530e4088c5f4 +SIZE (xpi/firefox-i18n-40.0/ff.xpi) = 465792 +SHA256 (xpi/firefox-i18n-40.0/fi.xpi) = 1582bfdd5a88f8eba421c998ef91fada9ab9f7f4dea24dd557fd533404b3928a +SIZE (xpi/firefox-i18n-40.0/fi.xpi) = 459381 +SHA256 (xpi/firefox-i18n-40.0/fr.xpi) = ced2befd0e942378086fc42384eae7ba414e71d26d0b1ed18bc6b76737817006 +SIZE (xpi/firefox-i18n-40.0/fr.xpi) = 477147 +SHA256 (xpi/firefox-i18n-40.0/fy-NL.xpi) = 5614cb671ddf8bf4693dc0b56ce5ec66db097b2e0939731fead2c9834773806d +SIZE (xpi/firefox-i18n-40.0/fy-NL.xpi) = 471144 +SHA256 (xpi/firefox-i18n-40.0/ga-IE.xpi) = 2ecaa8311ab75575e7e5c3c2862f4fd92b463ba500b5cf04aa8c194967fe9e2f +SIZE (xpi/firefox-i18n-40.0/ga-IE.xpi) = 485534 +SHA256 (xpi/firefox-i18n-40.0/gd.xpi) = e0197a0970e00bc7c4743ba6c3cb1e51fea7c3bbc748ab0fae69a98024b3f0c1 +SIZE (xpi/firefox-i18n-40.0/gd.xpi) = 469749 +SHA256 (xpi/firefox-i18n-40.0/gl.xpi) = 982b7920f2a4fe99a675c85a53c19641bc87d3e604857c0c3b0627f2a6047b81 +SIZE (xpi/firefox-i18n-40.0/gl.xpi) = 463633 +SHA256 (xpi/firefox-i18n-40.0/gu-IN.xpi) = ee29696c663fdb9c7ee1840af3936e1c066b6bd6d0cb0c75c971313f2ae6ce41 +SIZE (xpi/firefox-i18n-40.0/gu-IN.xpi) = 498590 +SHA256 (xpi/firefox-i18n-40.0/he.xpi) = c0ac7563f99548086e167e17555929dc82e00962aae8b3693d2b38b5c5a9c780 +SIZE (xpi/firefox-i18n-40.0/he.xpi) = 497109 +SHA256 (xpi/firefox-i18n-40.0/hi-IN.xpi) = 7d80c3d7ca89e046649e99d7fe61f6d2d9d7e72980224132312220e62c42d8aa +SIZE (xpi/firefox-i18n-40.0/hi-IN.xpi) = 519928 +SHA256 (xpi/firefox-i18n-40.0/hr.xpi) = a687e6d6d960311ed82e37d030a6d91148b40adde2ca905ee4204702e23b9c49 +SIZE (xpi/firefox-i18n-40.0/hr.xpi) = 494491 +SHA256 (xpi/firefox-i18n-40.0/hsb.xpi) = 903b39eb11f9332df348026e3f58d4290ff1678b44d5f11a1df85c7377619d25 +SIZE (xpi/firefox-i18n-40.0/hsb.xpi) = 484248 +SHA256 (xpi/firefox-i18n-40.0/hu.xpi) = 7c927e48952f2611cba8b96effdb82e78c5e8ed60c812f952a3a974f01c2fbe7 +SIZE (xpi/firefox-i18n-40.0/hu.xpi) = 469053 +SHA256 (xpi/firefox-i18n-40.0/hy-AM.xpi) = 54f6aa6be8b097babce7a1bbce2755ff6ebc6cbfdfb1d2ec43b511dcca38a1bf +SIZE (xpi/firefox-i18n-40.0/hy-AM.xpi) = 550065 +SHA256 (xpi/firefox-i18n-40.0/id.xpi) = cbcf54dfbe363063324665ff95aad2999aefccc6bce46fce8d1c25d069eddabc +SIZE (xpi/firefox-i18n-40.0/id.xpi) = 446091 +SHA256 (xpi/firefox-i18n-40.0/is.xpi) = 8c43f3bdf8c19d08dd86b4e8ac6b7bd9372016eff975b0f5ff08c8afaaebf12a +SIZE (xpi/firefox-i18n-40.0/is.xpi) = 499892 +SHA256 (xpi/firefox-i18n-40.0/it.xpi) = 871a41fcc795d10190d20569679dc3de83017575e2154a52c42cdaca14b2a482 +SIZE (xpi/firefox-i18n-40.0/it.xpi) = 377832 +SHA256 (xpi/firefox-i18n-40.0/ja.xpi) = fc99e2a54727214f93dd0d76bfb86d5513ea05f6de99938a465c9d0c69a783ce +SIZE (xpi/firefox-i18n-40.0/ja.xpi) = 495438 +SHA256 (xpi/firefox-i18n-40.0/kk.xpi) = 0c5bcd8def91e4786c5a92e3b48426bcc5abb3c33531a82f2e1fa6333ac00d72 +SIZE (xpi/firefox-i18n-40.0/kk.xpi) = 520130 +SHA256 (xpi/firefox-i18n-40.0/km.xpi) = 114fd9a9dfd62b24ba8757ce6a5961902e9303052a7416310959c0b4bb3b2abb +SIZE (xpi/firefox-i18n-40.0/km.xpi) = 578732 +SHA256 (xpi/firefox-i18n-40.0/kn.xpi) = e781b59532705bbfc56bb3ffdd5af7cebaea04f29ab2debf12eae81d618c5ea1 +SIZE (xpi/firefox-i18n-40.0/kn.xpi) = 550863 +SHA256 (xpi/firefox-i18n-40.0/ko.xpi) = 876efa04637fb512567aa26a3fe29a49595381a54014dc96ba5da08b9f18c766 +SIZE (xpi/firefox-i18n-40.0/ko.xpi) = 476891 +SHA256 (xpi/firefox-i18n-40.0/lij.xpi) = 86d35b1e7c9e786c96e80848702271dbaf686c5096208e922bf62cc92a75211f +SIZE (xpi/firefox-i18n-40.0/lij.xpi) = 462237 +SHA256 (xpi/firefox-i18n-40.0/lt.xpi) = 90fc8ae12a9e138c362ce2f24c4ec4f92cd74531fcb1608c314b681a158858bd +SIZE (xpi/firefox-i18n-40.0/lt.xpi) = 502209 +SHA256 (xpi/firefox-i18n-40.0/lv.xpi) = c94d29e49ff3db5cc0d135947188209f8177a5191e387fb98011241416d4ab2f +SIZE (xpi/firefox-i18n-40.0/lv.xpi) = 482485 +SHA256 (xpi/firefox-i18n-40.0/mai.xpi) = 3ecfc494299261ff0794282741a56ba78ae3a5b2c35eb42bcccd1780852e9574 +SIZE (xpi/firefox-i18n-40.0/mai.xpi) = 527989 +SHA256 (xpi/firefox-i18n-40.0/mk.xpi) = a6c5228127d89c1bc17ef440a094177a8d7ba58950681edf46dfda5017b6e697 +SIZE (xpi/firefox-i18n-40.0/mk.xpi) = 542561 +SHA256 (xpi/firefox-i18n-40.0/ml.xpi) = 3766a54605edaf8eaa00fa21a5119d703edd2d5f9cc415a17684590c0ba9c210 +SIZE (xpi/firefox-i18n-40.0/ml.xpi) = 540382 +SHA256 (xpi/firefox-i18n-40.0/mr.xpi) = 1cfc49d575c6219b85ee6a1dc6745bd82941d7465c8c9e7c03d0f403427d0c29 +SIZE (xpi/firefox-i18n-40.0/mr.xpi) = 522284 +SHA256 (xpi/firefox-i18n-40.0/ms.xpi) = 4a670b3001e0d4027668b682d61db471f1674c5b73948f3b3e629f48b557f011 +SIZE (xpi/firefox-i18n-40.0/ms.xpi) = 504518 +SHA256 (xpi/firefox-i18n-40.0/nb-NO.xpi) = 2d5c92898d146f21557f8e7795a440ad62ebfc23c76318636fb7ff9daac955a8 +SIZE (xpi/firefox-i18n-40.0/nb-NO.xpi) = 458940 +SHA256 (xpi/firefox-i18n-40.0/nl.xpi) = 3d3d38700686e0827e68dccb2356156e2bac994b65c5535532a7737db197b467 +SIZE (xpi/firefox-i18n-40.0/nl.xpi) = 458630 +SHA256 (xpi/firefox-i18n-40.0/nn-NO.xpi) = 2b465866f5ed4b75c74916bfdb941625bfc87f3de91a456b93822c6c51eba76c +SIZE (xpi/firefox-i18n-40.0/nn-NO.xpi) = 453067 +SHA256 (xpi/firefox-i18n-40.0/or.xpi) = e35a70b4ae54805897ba1d9610ddfde53a32bf7d8d5e1d594f96e149088460c9 +SIZE (xpi/firefox-i18n-40.0/or.xpi) = 539206 +SHA256 (xpi/firefox-i18n-40.0/pa-IN.xpi) = 95946af6a91299e16db59860a27e2e0268ed3d275eea891e2c1765564938eb7d +SIZE (xpi/firefox-i18n-40.0/pa-IN.xpi) = 509121 +SHA256 (xpi/firefox-i18n-40.0/pl.xpi) = 282e248cdbcba9e0084bbda672ec05f719cd8dd268c556afe7dd2fb595ad5237 +SIZE (xpi/firefox-i18n-40.0/pl.xpi) = 415190 +SHA256 (xpi/firefox-i18n-40.0/pt-BR.xpi) = 03ea49f1805f8e92e9e412a4985b42cc2a6e7fffc8c49b9d5bac6e7a00e08530 +SIZE (xpi/firefox-i18n-40.0/pt-BR.xpi) = 475444 +SHA256 (xpi/firefox-i18n-40.0/pt-PT.xpi) = c3baa331322028ce9a4fe05ba9650b671e0499db407361c6e01c6b724e5a55ba +SIZE (xpi/firefox-i18n-40.0/pt-PT.xpi) = 456034 +SHA256 (xpi/firefox-i18n-40.0/rm.xpi) = f6c2a17f69d620d8fd1372a535ee13b233a6fdce599937e05b973c8bddb82fd0 +SIZE (xpi/firefox-i18n-40.0/rm.xpi) = 461465 +SHA256 (xpi/firefox-i18n-40.0/ro.xpi) = 44cda9cf2069951525d2dbe31246f89988e24edc7dcc348722e451c50afd0df3 +SIZE (xpi/firefox-i18n-40.0/ro.xpi) = 509715 +SHA256 (xpi/firefox-i18n-40.0/ru.xpi) = f18934cd55f93e507785c9e4aa80595030155367d69f1cf8d4a1b01ab88083ba +SIZE (xpi/firefox-i18n-40.0/ru.xpi) = 425656 +SHA256 (xpi/firefox-i18n-40.0/si.xpi) = a21bfb4257bfbaf9a1980469841db7512209528e1ae6316ad7d668e3f53d2ec3 +SIZE (xpi/firefox-i18n-40.0/si.xpi) = 548767 +SHA256 (xpi/firefox-i18n-40.0/sk.xpi) = 6fe43380ee3bce96815afa1ebd624ed5c69b8faa5857624805f48427ef16e2c7 +SIZE (xpi/firefox-i18n-40.0/sk.xpi) = 485119 +SHA256 (xpi/firefox-i18n-40.0/sl.xpi) = 894af87db630be047f0810dde97e335f4c232eeb5fc13be25e670dc381caa38e +SIZE (xpi/firefox-i18n-40.0/sl.xpi) = 457939 +SHA256 (xpi/firefox-i18n-40.0/son.xpi) = f27b321a469ae9f759306592c15b75110917bd3acaceafeb9551584e52fc1a57 +SIZE (xpi/firefox-i18n-40.0/son.xpi) = 465947 +SHA256 (xpi/firefox-i18n-40.0/sq.xpi) = 8dbc7015dd6a4cdfb8b8451bc6c911cb51a6c08f25669e20d3bb2163667da24d +SIZE (xpi/firefox-i18n-40.0/sq.xpi) = 501444 +SHA256 (xpi/firefox-i18n-40.0/sr.xpi) = fb94b577f6321ab0283e8edef75c46afa5ebbfad906bfa79d7fc03bd5eee3a50 +SIZE (xpi/firefox-i18n-40.0/sr.xpi) = 494735 +SHA256 (xpi/firefox-i18n-40.0/sv-SE.xpi) = e42282ec857ac1109b4ea67eca75c3b1aa93e706784e28931938169c1e6b702f +SIZE (xpi/firefox-i18n-40.0/sv-SE.xpi) = 467790 +SHA256 (xpi/firefox-i18n-40.0/ta.xpi) = d7835a10acd1466f5989b3a84d46642f2e648442492de8a3e8963037543056c1 +SIZE (xpi/firefox-i18n-40.0/ta.xpi) = 521799 +SHA256 (xpi/firefox-i18n-40.0/te.xpi) = d6138ba9a174fed4f5d9a47b24f88a6994da55bff36c5c0f98eabe735f482670 +SIZE (xpi/firefox-i18n-40.0/te.xpi) = 540973 +SHA256 (xpi/firefox-i18n-40.0/th.xpi) = a40620a3f192f16f7fc4718a19fb22793697dfb69b0386160ecff818ea749dc4 +SIZE (xpi/firefox-i18n-40.0/th.xpi) = 550262 +SHA256 (xpi/firefox-i18n-40.0/tr.xpi) = db14675bacb15818a308834d4df3cb33a63c80d232f285e0ba42c7deb159c89b +SIZE (xpi/firefox-i18n-40.0/tr.xpi) = 496252 +SHA256 (xpi/firefox-i18n-40.0/uk.xpi) = b31fbb07e96ed324ff4a6a5866c277a41bcd1cf5364f451872f92455b24ee229 +SIZE (xpi/firefox-i18n-40.0/uk.xpi) = 511143 +SHA256 (xpi/firefox-i18n-40.0/vi.xpi) = b808813cbc18c8499c6f7f4375615be4da26139e35de5fda9793ba343fa44d80 +SIZE (xpi/firefox-i18n-40.0/vi.xpi) = 481058 +SHA256 (xpi/firefox-i18n-40.0/xh.xpi) = 28bca0c51a4df03a9eff05b97448aa5c5ffa4e5063a4bd0f18eb1964ab5f2712 +SIZE (xpi/firefox-i18n-40.0/xh.xpi) = 461037 +SHA256 (xpi/firefox-i18n-40.0/zh-CN.xpi) = 8b11a715c1b61b6b06e444b64c9c04e6208351fd0ad70dcbf41252bbe64b5307 +SIZE (xpi/firefox-i18n-40.0/zh-CN.xpi) = 504407 +SHA256 (xpi/firefox-i18n-40.0/zh-TW.xpi) = 6e97bbc8e1e3868c741a79cb1a878e2b8f1d7a5175c62341dcc8e256698d9139 +SIZE (xpi/firefox-i18n-40.0/zh-TW.xpi) = 491274 Modified: branches/2015Q3/www/firefox/Makefile ============================================================================== --- branches/2015Q3/www/firefox/Makefile Tue Aug 11 18:27:02 2015 (r393957) +++ branches/2015Q3/www/firefox/Makefile Tue Aug 11 18:29:59 2015 (r393958) @@ -2,12 +2,13 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 39.0 +DISTVERSION= 40.0 DISTVERSIONSUFFIX=.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build6/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build5/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla @@ -48,6 +49,7 @@ MOZ_OPTIONS= --program-transform-name='s --enable-application=browser \ --enable-official-branding +OPTIONS_EXCLUDE= LOGGING OPTIONS_DEFAULT= GTK2 OPTIONS_SINGLE+= TOOLKIT Modified: branches/2015Q3/www/firefox/distinfo ============================================================================== --- branches/2015Q3/www/firefox/distinfo Tue Aug 11 18:27:02 2015 (r393957) +++ branches/2015Q3/www/firefox/distinfo Tue Aug 11 18:29:59 2015 (r393958) @@ -1,2 +1,2 @@ -SHA256 (firefox-39.0.source.tar.bz2) = 7e25014deb926df9220c3ab40ac6816c13a04c4cf7bd89b08fc1743307df1096 -SIZE (firefox-39.0.source.tar.bz2) = 182881881 +SHA256 (firefox-40.0.source.tar.bz2) = e3a26164b3a7f1aefbe13a07f0fdcd322726e4bb8c7e9432d1671c8c9e37145a +SIZE (firefox-40.0.source.tar.bz2) = 178288925 Modified: branches/2015Q3/www/firefox/files/patch-bug1021761 ============================================================================== --- branches/2015Q3/www/firefox/files/patch-bug1021761 Tue Aug 11 18:27:02 2015 (r393957) +++ branches/2015Q3/www/firefox/files/patch-bug1021761 Tue Aug 11 18:29:59 2015 (r393958) @@ -1070,11 +1070,11 @@ index 8b7a0dd..31212ce 100644 +CFLAGS += CONFIG['MOZ_OSS_CFLAGS'] CFLAGS += CONFIG['MOZ_ALSA_CFLAGS'] CFLAGS += CONFIG['MOZ_PULSEAUDIO_CFLAGS'] -diff --git media/webrtc/signaling/test/moz.build media/webrtc/signaling/test/moz.build +diff --git media/webrtc/signaling/test/common.build media/webrtc/signaling/test/common.build index 991f03f..3d99eb5 100644 ---- media/webrtc/signaling/test/moz.build -+++ media/webrtc/signaling/test/moz.build -@@ -112,8 +112,8 @@ if CONFIG['JS_SHARED_LIBRARY']: +--- media/webrtc/signaling/test/common.build ++++ media/webrtc/signaling/test/common.build +@@ -102,8 +102,8 @@ USE_LIBS += ['mozglue'] OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS'] OS_LIBS += CONFIG['REALTIME_LIBS'] Modified: branches/2015Q3/www/firefox/files/patch-bug826985 ============================================================================== --- branches/2015Q3/www/firefox/files/patch-bug826985 Tue Aug 11 18:27:02 2015 (r393957) +++ branches/2015Q3/www/firefox/files/patch-bug826985 Tue Aug 11 18:29:59 2015 (r393958) @@ -51,13 +51,13 @@ index b483cd1..f1dd1f0 100644 # basic stuff for everything 'include_internal_video_render': 0, 'clang_use_chrome_plugins': 0, -diff --git media/webrtc/signaling/test/moz.build media/webrtc/signaling/test/moz.build +diff --git media/webrtc/signaling/test/common.build media/webrtc/signaling/test/common.build index b483cd1..f1dd1f0 100644 ---- media/webrtc/signaling/test/moz.build -+++ media/webrtc/signaling/test/moz.build -@@ -122,6 +122,7 @@ if CONFIG['JS_SHARED_LIBRARY']: - 'js', - ] +--- media/webrtc/signaling/test/common.build ++++ media/webrtc/signaling/test/common.build +@@ -99,6 +99,7 @@ if CONFIG['JS_SHARED_LIBRARY']: + + USE_LIBS += ['mozglue'] +OS_LIBS += CONFIG['MOZ_LIBV4L2_LIBS'] OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS'] Modified: branches/2015Q3/www/firefox/files/patch-bug847568 ============================================================================== --- branches/2015Q3/www/firefox/files/patch-bug847568 Tue Aug 11 18:27:02 2015 (r393957) +++ branches/2015Q3/www/firefox/files/patch-bug847568 Tue Aug 11 18:29:59 2015 (r393958) @@ -87,16 +87,16 @@ diff --git dom/base/moz.build dom/base/m index a660ba4..6b2f602 100644 --- dom/base/moz.build +++ dom/base/moz.build -@@ -196,6 +196,9 @@ SOURCES += [ - 'nsObjectLoadingContent.cpp', - ] +@@ -375,6 +375,9 @@ if CONFIG['INTEL_ARCHITECTURE']: + SOURCES += ['nsTextFragmentSSE2.cpp'] + SOURCES['nsTextFragmentSSE2.cpp'].flags += CONFIG['SSE2_FLAGS'] +if CONFIG['MOZ_NATIVE_HARFBUZZ']: + SOURCES['nsContentUtils.cpp'].flags += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + EXTRA_COMPONENTS += [ - 'contentAreaDropListener.js', - 'contentAreaDropListener.manifest', + 'ConsoleAPI.manifest', + 'ConsoleAPIStorage.js', diff --git gfx/graphite2/moz-gr-update.sh gfx/graphite2/moz-gr-update.sh index f3d76ea..a9e7fb6 100644 --- gfx/graphite2/moz-gr-update.sh @@ -121,10 +121,10 @@ diff --git gfx/harfbuzz/README-mozilla g index ca57d16..1ce21fe 100644 --- gfx/harfbuzz/README-mozilla +++ gfx/harfbuzz/README-mozilla -@@ -21,3 +21,8 @@ In addition, the src/Makefile.in file here is NOT from upstream, nor is it +@@ -18,3 +18,8 @@ the mozilla tree. + In addition, the src/Makefile.in file here is NOT from upstream, nor is it generated from src/Makefile.am (the original harfbuzz version); it is a mozilla- - specific makefile that is maintained by hand. It should only need updating when - new source files or exported headers are added in harfbuzz. + specific makefile that is maintained by hand. + +The in-tree copy may be omitted during build by --with-system-harfbuzz. +Make sure to keep pkg-config version check within configure.in in sync @@ -160,9 +160,9 @@ diff --git gfx/skia/generate_mozbuild.py index 28fa6b5..240dced 100755 --- gfx/skia/generate_mozbuild.py +++ gfx/skia/generate_mozbuild.py -@@ -140,6 +140,9 @@ if CONFIG['GNU_CXX']: - if not CONFIG['CLANG_CXX']: - CXXFLAGS += ['-Wno-logical-op'] +@@ -142,6 +142,9 @@ if CONFIG['GNU_CXX']: + if CONFIG['CPU_ARCH'] == 'arm': + SOURCES['trunk/src/opts/SkBlitRow_opts_arm.cpp'].flags += ['-fomit-frame-pointer'] +if CONFIG['MOZ_NATIVE_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] @@ -174,9 +174,9 @@ diff --git gfx/skia/moz.build gfx/skia/m index 1d0c2f9..adb8941 100644 --- gfx/skia/moz.build +++ gfx/skia/moz.build -@@ -968,6 +968,9 @@ if CONFIG['GNU_CXX']: - if not CONFIG['CLANG_CXX']: - CXXFLAGS += ['-Wno-logical-op'] +@@ -970,6 +970,9 @@ if CONFIG['GNU_CXX']: + if CONFIG['CPU_ARCH'] == 'arm': + SOURCES['trunk/src/opts/SkBlitRow_opts_arm.cpp'].flags += ['-fomit-frame-pointer'] +if CONFIG['MOZ_NATIVE_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] @@ -205,24 +205,29 @@ diff --git intl/unicharutil/util/moz.bui index d736943..41a931f 100644 --- intl/unicharutil/util/moz.build +++ intl/unicharutil/util/moz.build -@@ -37,3 +37,6 @@ if CONFIG['_MSC_VER']: - +@@ -42,6 +42,9 @@ if CONFIG['_MSC_VER']: if CONFIG['ENABLE_INTL_API']: CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS'] -+ + +if CONFIG['MOZ_NATIVE_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ + if CONFIG['GNU_CXX']: + FAIL_ON_WARNINGS = True + diff --git netwerk/dns/moz.build netwerk/dns/moz.build index 0b0717a..2e665c9 100644 --- netwerk/dns/moz.build +++ netwerk/dns/moz.build -@@ -64,3 +64,6 @@ GENERATED_FILES = [ - LOCAL_INCLUDES += [ +@@ -66,5 +66,8 @@ LOCAL_INCLUDES += [ '/netwerk/base', ] -+ + +if CONFIG['MOZ_NATIVE_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++ + if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk' and CONFIG['ANDROID_VERSION'] > '19': + CXXFLAGS += ['-I%s/bionic/libc/dns/include' % CONFIG['ANDROID_SOURCE']] diff --git toolkit/library/moz.build toolkit/library/moz.build index 67f0db9..d42137a 100644 --- toolkit/library/moz.build Modified: branches/2015Q3/www/firefox/files/patch-ijg-libjpeg ============================================================================== --- branches/2015Q3/www/firefox/files/patch-ijg-libjpeg Tue Aug 11 18:27:02 2015 (r393957) +++ branches/2015Q3/www/firefox/files/patch-ijg-libjpeg Tue Aug 11 18:29:59 2015 (r393958) @@ -69,7 +69,7 @@ index 8fa8200..1d2a259 100644 break; case JCS_CMYK: case JCS_YCCK: -@@ -433,6 +452,15 @@ nsJPEGDecoder::WriteInternal(const char* +@@ -448,6 +467,16 @@ nsJPEGDecoder::WriteInternal(const char* return; // I/O suspension } @@ -82,9 +82,10 @@ index 8fa8200..1d2a259 100644 + mInfo.cconvert->color_convert = ycc_rgb_convert_argb; + } +#endif - ++ // If this is a progressive JPEG ... mState = mInfo.buffered_image ? *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Tue Aug 11 21:32:30 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 6175999F8B7; Tue, 11 Aug 2015 21:32:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4563DE80; Tue, 11 Aug 2015 21:32:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7BLWU1G049393; Tue, 11 Aug 2015 21:32:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7BLWQct049381; Tue, 11 Aug 2015 21:32:26 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508112132.t7BLWQct049381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 11 Aug 2015 21:32:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393974 - in branches/2015Q3: mail/thunderbird mail/thunderbird/files multimedia/openh264 multimedia/openh264/files www/firefox www/firefox-esr www/firefox-esr/files www/firefox/files w... 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, 11 Aug 2015 21:32:30 -0000 Author: jbeich Date: Tue Aug 11 21:32:26 2015 New Revision: 393974 URL: https://svnweb.freebsd.org/changeset/ports/393974 Log: MFH: r393941 Switch OpenH264 plugin to use environment variable files/patch-system-openh264 causes patch churn on updates and hits assertion with DEBUG=on[1]. Rework to use MOZ_GMP_PATH instead. While here populate Last Updated field to avoid falling back to Epoch start and disable Automatic Updates in an unlikely case of - Cisco & Mozilla providing prebuilt version for FreeBSD - Firefox running with root priveleges i.e., write permission under /usr/local PR: 202218 [1] Reported by: kib, pi [1] Inspired by: Gentoo Approved by: ports-secteam (feld) Deleted: branches/2015Q3/mail/thunderbird/files/patch-system-openh264 branches/2015Q3/www/firefox-esr/files/patch-system-openh264 branches/2015Q3/www/firefox/files/patch-system-openh264 branches/2015Q3/www/libxul/files/patch-system-openh264 branches/2015Q3/www/seamonkey/files/patch-system-openh264 Modified: branches/2015Q3/mail/thunderbird/Makefile branches/2015Q3/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp branches/2015Q3/multimedia/openh264/Makefile branches/2015Q3/multimedia/openh264/files/gmpopenh264.js.in branches/2015Q3/www/firefox-esr/Makefile branches/2015Q3/www/firefox-esr/files/patch-browser-app-nsBrowserApp.cpp branches/2015Q3/www/firefox/Makefile branches/2015Q3/www/firefox/files/patch-browser-app-nsBrowserApp.cpp branches/2015Q3/www/libxul/Makefile branches/2015Q3/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp branches/2015Q3/www/seamonkey/Makefile branches/2015Q3/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/mail/thunderbird/Makefile ============================================================================== --- branches/2015Q3/mail/thunderbird/Makefile Tue Aug 11 20:51:54 2015 (r393973) +++ branches/2015Q3/mail/thunderbird/Makefile Tue Aug 11 21:32:26 2015 (r393974) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 38.1.0 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: branches/2015Q3/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp ============================================================================== --- branches/2015Q3/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp Tue Aug 11 20:51:54 2015 (r393973) +++ branches/2015Q3/mail/thunderbird/files/patch-mail-app-nsMailApp.cpp Tue Aug 11 21:32:26 2015 (r393974) @@ -1,10 +1,12 @@ --- mail/app/nsMailApp.cpp~ +++ mail/app/nsMailApp.cpp -@@ -320,6 +320,7 @@ int main(int argc, char* argv[]) +@@ -320,6 +320,9 @@ int main(int argc, char* argv[]) TriggerQuirks(); #endif ++ setenv("MOZ_GMP_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); + setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); ++ int gotCounters; #if defined(XP_UNIX) struct rusage initialRUsage; Modified: branches/2015Q3/multimedia/openh264/Makefile ============================================================================== --- branches/2015Q3/multimedia/openh264/Makefile Tue Aug 11 20:51:54 2015 (r393973) +++ branches/2015Q3/multimedia/openh264/Makefile Tue Aug 11 21:32:26 2015 (r393974) @@ -3,7 +3,7 @@ PORTNAME= openh264 PORTVERSION= 1.4.0 DISTVERSIONPREFIX=v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MAINTAINER= gecko@FreeBSD.org @@ -35,7 +35,7 @@ PLUGINS_USES= webplugin:gecko WEBPLUGIN_NAME= gmp-gmp${PORTNAME} WEBPLUGIN_FILES=gmp${PORTNAME}.info libgmp${PORTNAME}.so SUB_FILES+= gmp${PORTNAME}.js -SUB_LIST+= PORTVERSION=${PORTVERSION} WEBPLUGIN_DIR="${WEBPLUGIN_DIR}" +SUB_LIST+= PORTVERSION=${PORTVERSION} TIMESTAMP="`date +%s`" TEST_BUILD_DEPENDS=googletest>=1.6.0:${PORTSDIR}/devel/googletest TEST_CFLAGS= -I${LOCALBASE}/include Modified: branches/2015Q3/multimedia/openh264/files/gmpopenh264.js.in ============================================================================== --- branches/2015Q3/multimedia/openh264/files/gmpopenh264.js.in Tue Aug 11 20:51:54 2015 (r393973) +++ branches/2015Q3/multimedia/openh264/files/gmpopenh264.js.in Tue Aug 11 21:32:26 2015 (r393974) @@ -1,2 +1,3 @@ -pref("media.gmp-gmpopenh264.path", "%%WEBPLUGIN_DIR%%"); +pref("media.gmp-gmpopenh264.autoupdate", false); +pref("media.gmp-gmpopenh264.lastUpdate", %%TIMESTAMP%%); pref("media.gmp-gmpopenh264.version", "%%PORTVERSION%%"); Modified: branches/2015Q3/www/firefox-esr/Makefile ============================================================================== --- branches/2015Q3/www/firefox-esr/Makefile Tue Aug 11 20:51:54 2015 (r393973) +++ branches/2015Q3/www/firefox-esr/Makefile Tue Aug 11 21:32:26 2015 (r393974) @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 38.2.0 DISTVERSIONSUFFIX=esr.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: branches/2015Q3/www/firefox-esr/files/patch-browser-app-nsBrowserApp.cpp ============================================================================== --- branches/2015Q3/www/firefox-esr/files/patch-browser-app-nsBrowserApp.cpp Tue Aug 11 20:51:54 2015 (r393973) +++ branches/2015Q3/www/firefox-esr/files/patch-browser-app-nsBrowserApp.cpp Tue Aug 11 21:32:26 2015 (r393974) @@ -1,9 +1,10 @@ --- browser/app/nsBrowserApp.cpp~ +++ browser/app/nsBrowserApp.cpp -@@ -334,6 +334,7 @@ int main(int argc, char* argv[]) +@@ -417,6 +417,8 @@ int main(int argc, char* argv[]) TriggerQuirks(); #endif ++ setenv("MOZ_GMP_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); + setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); int gotCounters; #if defined(XP_UNIX) Modified: branches/2015Q3/www/firefox/Makefile ============================================================================== --- branches/2015Q3/www/firefox/Makefile Tue Aug 11 20:51:54 2015 (r393973) +++ branches/2015Q3/www/firefox/Makefile Tue Aug 11 21:32:26 2015 (r393974) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 40.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: branches/2015Q3/www/firefox/files/patch-browser-app-nsBrowserApp.cpp ============================================================================== --- branches/2015Q3/www/firefox/files/patch-browser-app-nsBrowserApp.cpp Tue Aug 11 20:51:54 2015 (r393973) +++ branches/2015Q3/www/firefox/files/patch-browser-app-nsBrowserApp.cpp Tue Aug 11 21:32:26 2015 (r393974) @@ -1,9 +1,10 @@ --- browser/app/nsBrowserApp.cpp~ +++ browser/app/nsBrowserApp.cpp -@@ -334,6 +334,7 @@ int main(int argc, char* argv[]) +@@ -417,6 +417,8 @@ int main(int argc, char* argv[]) TriggerQuirks(); #endif ++ setenv("MOZ_GMP_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); + setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); int gotCounters; #if defined(XP_UNIX) Modified: branches/2015Q3/www/libxul/Makefile ============================================================================== --- branches/2015Q3/www/libxul/Makefile Tue Aug 11 20:51:54 2015 (r393973) +++ branches/2015Q3/www/libxul/Makefile Tue Aug 11 21:32:26 2015 (r393974) @@ -3,6 +3,7 @@ PORTNAME= libxul DISTVERSION= 38.2.0 +PORTREVISION= 1 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source Modified: branches/2015Q3/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp ============================================================================== --- branches/2015Q3/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp Tue Aug 11 20:51:54 2015 (r393973) +++ branches/2015Q3/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp Tue Aug 11 21:32:26 2015 (r393974) @@ -1,9 +1,10 @@ --- xulrunner/stub/nsXULStub.cpp~ +++ xulrunner/stub/nsXULStub.cpp -@@ -202,6 +202,8 @@ main(int argc, char **argv) +@@ -160,6 +160,9 @@ main(int argc, char **argv) char greDir[MAXPATHLEN]; bool greFound = false; ++ setenv("MOZ_GMP_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); + setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); + #if defined(XP_MACOSX) Modified: branches/2015Q3/www/seamonkey/Makefile ============================================================================== --- branches/2015Q3/www/seamonkey/Makefile Tue Aug 11 20:51:54 2015 (r393973) +++ branches/2015Q3/www/seamonkey/Makefile Tue Aug 11 21:32:26 2015 (r393974) @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.33.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: branches/2015Q3/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp ============================================================================== --- branches/2015Q3/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp Tue Aug 11 20:51:54 2015 (r393973) +++ branches/2015Q3/www/seamonkey/files/patch-suite-app-nsSuiteApp.cpp Tue Aug 11 21:32:26 2015 (r393974) @@ -1,11 +1,21 @@ --- suite/app/nsSuiteApp.cpp~ +++ suite/app/nsSuiteApp.cpp -@@ -215,6 +215,8 @@ int main(int argc, char* argv[]) - #ifdef XP_MACOSX +@@ -331,6 +331,9 @@ int main(int argc, char* argv[]) TriggerQuirks(); #endif -+ + ++ setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); + setenv("MOZ_PLUGIN_PATH", "%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko", 0); - - nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath); - if (NS_FAILED(rv)) { ++ + int gotCounters; + #if defined(XP_UNIX) + struct rusage initialRUsage; +@@ -339,7 +342,7 @@ int main(int argc, char* argv[]) + IO_COUNTERS ioCounters; + gotCounters = GetProcessIoCounters(GetCurrentProcess(), &ioCounters); + #endif +- ++ + nsIFile *xreDirectory; + + #ifdef HAS_DLL_BLOCKLIST From owner-svn-ports-branches@freebsd.org Tue Aug 11 22:07:44 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 89E5099F0F7; Tue, 11 Aug 2015 22:07:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79E04391; Tue, 11 Aug 2015 22:07:44 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7BM7iKv062488; Tue, 11 Aug 2015 22:07:44 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7BM7icV062487; Tue, 11 Aug 2015 22:07:44 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201508112207.t7BM7icV062487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 11 Aug 2015 22:07:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393979 - in branches/2015Q3/textproc/expat2: . 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, 11 Aug 2015 22:07:44 -0000 Author: bapt Date: Tue Aug 11 22:07:43 2015 New Revision: 393979 URL: https://svnweb.freebsd.org/changeset/ports/393979 Log: MFH: r393978 Add patch for CVE-2015-1283 Approved by: portmgr (implicit) Added: branches/2015Q3/textproc/expat2/files/ - copied from r393978, head/textproc/expat2/files/ Modified: branches/2015Q3/textproc/expat2/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/textproc/expat2/Makefile ============================================================================== --- branches/2015Q3/textproc/expat2/Makefile Tue Aug 11 22:06:20 2015 (r393978) +++ branches/2015Q3/textproc/expat2/Makefile Tue Aug 11 22:07:43 2015 (r393979) @@ -3,7 +3,7 @@ PORTNAME= expat PORTVERSION= 2.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF @@ -15,6 +15,8 @@ ALL_TARGET= default USES= libtool pathfix USE_LDCONFIG= yes +EXTRA_PATCHES= ${FILESDIR}/CVE-2015-1283.patch:-p1 + post-patch: @${REINPLACE_CMD} -e '/^DESTDIR =/d' ${WRKSRC}/Makefile.in From owner-svn-ports-branches@freebsd.org Tue Aug 11 22:10:29 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 3C44899F245; Tue, 11 Aug 2015 22:10:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C8F575F; Tue, 11 Aug 2015 22:10:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7BMAThq063788; Tue, 11 Aug 2015 22:10:29 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7BMAS5l063786; Tue, 11 Aug 2015 22:10:28 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201508112210.t7BMAS5l063786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 11 Aug 2015 22:10:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393980 - branches/2015Q3/ports-mgmt/pkg 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, 11 Aug 2015 22:10:29 -0000 Author: bapt Date: Tue Aug 11 22:10:28 2015 New Revision: 393980 URL: https://svnweb.freebsd.org/changeset/ports/393980 Log: MFH: r391999 Release pkg 1.5.5 Changes: - Manpages updates - Add a random delay to pkg-audit when invoked without a TTY - Update zsh completion - Add a new AUTOCLEAN option to automatically clean the cache directory - Don't attempt to set file ownership when INSTALL_AS_USER is set - Add a new configuration item to define custom HTTP User-Agent - Fix an integer overflow when displaying package size for packages larger than 2GiB. Approved by: portmgr (implicit) Modified: branches/2015Q3/ports-mgmt/pkg/Makefile branches/2015Q3/ports-mgmt/pkg/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/ports-mgmt/pkg/Makefile ============================================================================== --- branches/2015Q3/ports-mgmt/pkg/Makefile Tue Aug 11 22:07:43 2015 (r393979) +++ branches/2015Q3/ports-mgmt/pkg/Makefile Tue Aug 11 22:10:28 2015 (r393980) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.4 +DISTVERSION= 1.5.5 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: branches/2015Q3/ports-mgmt/pkg/distinfo ============================================================================== --- branches/2015Q3/ports-mgmt/pkg/distinfo Tue Aug 11 22:07:43 2015 (r393979) +++ branches/2015Q3/ports-mgmt/pkg/distinfo Tue Aug 11 22:10:28 2015 (r393980) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.5.4.tar.xz) = 0baa890d8c81e2308196261cf6f1da8e72283781e89bc5d278d6b89be6ec215a -SIZE (pkg-1.5.4.tar.xz) = 1896980 +SHA256 (pkg-1.5.5.tar.xz) = 5d19b4cca5574f3e4d5299e65cd6ef3e31eff9c2bba06223119587137d750a1f +SIZE (pkg-1.5.5.tar.xz) = 1897720 From owner-svn-ports-branches@freebsd.org Tue Aug 11 22:11:04 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A34599F26D; Tue, 11 Aug 2015 22:11:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AD1488F; Tue, 11 Aug 2015 22:11:04 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7BMB4bJ063971; Tue, 11 Aug 2015 22:11:04 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7BMB4xU063969; Tue, 11 Aug 2015 22:11:04 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201508112211.t7BMB4xU063969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 11 Aug 2015 22:11:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393981 - branches/2015Q3/ports-mgmt/pkg 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, 11 Aug 2015 22:11:04 -0000 Author: bapt Date: Tue Aug 11 22:11:03 2015 New Revision: 393981 URL: https://svnweb.freebsd.org/changeset/ports/393981 Log: MFH: r393976 Update to pkg 1.5.6 Changes: - Incorporate in sources the patch for expat CVE-2015-1283 Note that pkg is not vulnerable because it does not use the patched function - improvements in pkg check manpage - fix format specifier in libpkg's pkg_vets Approved by: portmgr (implicit) Modified: branches/2015Q3/ports-mgmt/pkg/Makefile branches/2015Q3/ports-mgmt/pkg/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/ports-mgmt/pkg/Makefile ============================================================================== --- branches/2015Q3/ports-mgmt/pkg/Makefile Tue Aug 11 22:10:28 2015 (r393980) +++ branches/2015Q3/ports-mgmt/pkg/Makefile Tue Aug 11 22:11:03 2015 (r393981) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.5 +DISTVERSION= 1.5.6 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: branches/2015Q3/ports-mgmt/pkg/distinfo ============================================================================== --- branches/2015Q3/ports-mgmt/pkg/distinfo Tue Aug 11 22:10:28 2015 (r393980) +++ branches/2015Q3/ports-mgmt/pkg/distinfo Tue Aug 11 22:11:03 2015 (r393981) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.5.5.tar.xz) = 5d19b4cca5574f3e4d5299e65cd6ef3e31eff9c2bba06223119587137d750a1f -SIZE (pkg-1.5.5.tar.xz) = 1897720 +SHA256 (pkg-1.5.6.tar.xz) = 30c772e97e306ad85dcc652e2a9951ad49b0827337066f44dba5d91882ad92b1 +SIZE (pkg-1.5.6.tar.xz) = 1900900 From owner-svn-ports-branches@freebsd.org Wed Aug 12 00:23:49 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E6B199D46C; Wed, 12 Aug 2015 00:23:49 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C2A6BA3; Wed, 12 Aug 2015 00:23:49 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7C0NnK6021363; Wed, 12 Aug 2015 00:23:49 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7C0Nm0s021359; Wed, 12 Aug 2015 00:23:48 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201508120023.t7C0Nm0s021359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 12 Aug 2015 00:23:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393994 - in branches/2015Q3/www/dokuwiki: . 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, 12 Aug 2015 00:23:49 -0000 Author: delphij Date: Wed Aug 12 00:23:47 2015 New Revision: 393994 URL: https://svnweb.freebsd.org/changeset/ports/393994 Log: MFH: r393985 Update to 2015-08-10 "Detritus". Approved by: ports-secteam@ Deleted: branches/2015Q3/www/dokuwiki/files/patch-2014-09-29-to-2014-09-29a branches/2015Q3/www/dokuwiki/files/patch-2014-09-29a-to-2014-09-29c branches/2015Q3/www/dokuwiki/files/patch-2014-09-29c-to-2014-09-29d Modified: branches/2015Q3/www/dokuwiki/Makefile branches/2015Q3/www/dokuwiki/distinfo branches/2015Q3/www/dokuwiki/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/dokuwiki/Makefile ============================================================================== --- branches/2015Q3/www/dokuwiki/Makefile Wed Aug 12 00:12:20 2015 (r393993) +++ branches/2015Q3/www/dokuwiki/Makefile Wed Aug 12 00:23:47 2015 (r393994) @@ -3,7 +3,6 @@ PORTNAME= dokuwiki PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g} -PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://download.dokuwiki.org/src/dokuwiki/ DISTNAME= ${DIST_VER} @@ -13,7 +12,7 @@ COMMENT= Simple and easy to use wiki, no LICENSE= GPLv2 -DIST_VER= ${PORTNAME}-2014-09-29 +DIST_VER= ${PORTNAME}-2015-08-10 USE_PHP= gd mbstring openssl pcre session xml zlib NO_ARCH= YES NO_BUILD= YES Modified: branches/2015Q3/www/dokuwiki/distinfo ============================================================================== --- branches/2015Q3/www/dokuwiki/distinfo Wed Aug 12 00:12:20 2015 (r393993) +++ branches/2015Q3/www/dokuwiki/distinfo Wed Aug 12 00:23:47 2015 (r393994) @@ -1,2 +1,2 @@ -SHA256 (dokuwiki-2014-09-29.tgz) = 941b6954d39de57530efbb27d0734b6bc9a49aaa3c781b39f6ecb305322534eb -SIZE (dokuwiki-2014-09-29.tgz) = 3241352 +SHA256 (dokuwiki-2015-08-10.tgz) = bdede4c71e95c1bd6a8daaa65e2ccfa8ef7372022504b9358f175df964f0a399 +SIZE (dokuwiki-2015-08-10.tgz) = 3399960 Modified: branches/2015Q3/www/dokuwiki/pkg-plist ============================================================================== --- branches/2015Q3/www/dokuwiki/pkg-plist Wed Aug 12 00:12:20 2015 (r393993) +++ branches/2015Q3/www/dokuwiki/pkg-plist Wed Aug 12 00:23:47 2015 (r393994) @@ -49,6 +49,20 @@ %%WWWDIR%%/inc/DifferenceEngine.php %%WWWDIR%%/inc/EmailAddressValidator.php %%WWWDIR%%/inc/FeedParser.php +%%WWWDIR%%/inc/Form/CheckableElement.php +%%WWWDIR%%/inc/Form/Element.php +%%WWWDIR%%/inc/Form/FieldsetCloseElement.php +%%WWWDIR%%/inc/Form/FieldsetOpenElement.php +%%WWWDIR%%/inc/Form/Form.php +%%WWWDIR%%/inc/Form/HTMLElement.php +%%WWWDIR%%/inc/Form/InputElement.php +%%WWWDIR%%/inc/Form/Label.php +%%WWWDIR%%/inc/Form/LegacyForm.php +%%WWWDIR%%/inc/Form/TagCloseElement.php +%%WWWDIR%%/inc/Form/TagElement.php +%%WWWDIR%%/inc/Form/TagOpenElement.php +%%WWWDIR%%/inc/Form/TextareaElement.php +%%WWWDIR%%/inc/Form/ValueElement.php %%WWWDIR%%/inc/HTTPClient.php %%WWWDIR%%/inc/IXR_Library.php %%WWWDIR%%/inc/Input.class.php @@ -61,7 +75,6 @@ %%WWWDIR%%/inc/SimplePie.php %%WWWDIR%%/inc/Sitemapper.php %%WWWDIR%%/inc/Tar.class.php -%%WWWDIR%%/inc/TarLib.class.php %%WWWDIR%%/inc/ZipLib.class.php %%WWWDIR%%/inc/actions.php %%WWWDIR%%/inc/auth.php @@ -80,230 +93,6 @@ %%WWWDIR%%/inc/fetch.functions.php %%WWWDIR%%/inc/form.php %%WWWDIR%%/inc/fulltext.php -%%WWWDIR%%/inc/geshi.php -%%WWWDIR%%/inc/geshi/4cs.php -%%WWWDIR%%/inc/geshi/6502acme.php -%%WWWDIR%%/inc/geshi/6502kickass.php -%%WWWDIR%%/inc/geshi/6502tasm.php -%%WWWDIR%%/inc/geshi/68000devpac.php -%%WWWDIR%%/inc/geshi/abap.php -%%WWWDIR%%/inc/geshi/actionscript-french.php -%%WWWDIR%%/inc/geshi/actionscript.php -%%WWWDIR%%/inc/geshi/actionscript3.php -%%WWWDIR%%/inc/geshi/ada.php -%%WWWDIR%%/inc/geshi/algol68.php -%%WWWDIR%%/inc/geshi/apache.php -%%WWWDIR%%/inc/geshi/applescript.php -%%WWWDIR%%/inc/geshi/apt_sources.php -%%WWWDIR%%/inc/geshi/arm.php -%%WWWDIR%%/inc/geshi/asm.php -%%WWWDIR%%/inc/geshi/asp.php -%%WWWDIR%%/inc/geshi/asymptote.php -%%WWWDIR%%/inc/geshi/autoconf.php -%%WWWDIR%%/inc/geshi/autohotkey.php -%%WWWDIR%%/inc/geshi/autoit.php -%%WWWDIR%%/inc/geshi/avisynth.php -%%WWWDIR%%/inc/geshi/awk.php -%%WWWDIR%%/inc/geshi/bascomavr.php -%%WWWDIR%%/inc/geshi/bash.php -%%WWWDIR%%/inc/geshi/basic4gl.php -%%WWWDIR%%/inc/geshi/bf.php -%%WWWDIR%%/inc/geshi/bibtex.php -%%WWWDIR%%/inc/geshi/blitzbasic.php -%%WWWDIR%%/inc/geshi/bnf.php -%%WWWDIR%%/inc/geshi/boo.php -%%WWWDIR%%/inc/geshi/c.php -%%WWWDIR%%/inc/geshi/c_loadrunner.php -%%WWWDIR%%/inc/geshi/c_mac.php -%%WWWDIR%%/inc/geshi/caddcl.php -%%WWWDIR%%/inc/geshi/cadlisp.php -%%WWWDIR%%/inc/geshi/cfdg.php -%%WWWDIR%%/inc/geshi/cfm.php -%%WWWDIR%%/inc/geshi/chaiscript.php -%%WWWDIR%%/inc/geshi/cil.php -%%WWWDIR%%/inc/geshi/clojure.php -%%WWWDIR%%/inc/geshi/cmake.php -%%WWWDIR%%/inc/geshi/cobol.php -%%WWWDIR%%/inc/geshi/coffeescript.php -%%WWWDIR%%/inc/geshi/cpp-qt.php -%%WWWDIR%%/inc/geshi/cpp.php -%%WWWDIR%%/inc/geshi/csharp.php -%%WWWDIR%%/inc/geshi/css.php -%%WWWDIR%%/inc/geshi/cuesheet.php -%%WWWDIR%%/inc/geshi/d.php -%%WWWDIR%%/inc/geshi/dcl.php -%%WWWDIR%%/inc/geshi/dcpu16.php -%%WWWDIR%%/inc/geshi/dcs.php -%%WWWDIR%%/inc/geshi/delphi.php -%%WWWDIR%%/inc/geshi/diff.php -%%WWWDIR%%/inc/geshi/div.php -%%WWWDIR%%/inc/geshi/dos.php -%%WWWDIR%%/inc/geshi/dot.php -%%WWWDIR%%/inc/geshi/e.php -%%WWWDIR%%/inc/geshi/ecmascript.php -%%WWWDIR%%/inc/geshi/eiffel.php -%%WWWDIR%%/inc/geshi/email.php -%%WWWDIR%%/inc/geshi/epc.php -%%WWWDIR%%/inc/geshi/erlang.php -%%WWWDIR%%/inc/geshi/euphoria.php -%%WWWDIR%%/inc/geshi/f1.php -%%WWWDIR%%/inc/geshi/falcon.php -%%WWWDIR%%/inc/geshi/fo.php -%%WWWDIR%%/inc/geshi/fortran.php -%%WWWDIR%%/inc/geshi/freebasic.php -%%WWWDIR%%/inc/geshi/freeswitch.php -%%WWWDIR%%/inc/geshi/fsharp.php -%%WWWDIR%%/inc/geshi/gambas.php -%%WWWDIR%%/inc/geshi/gdb.php -%%WWWDIR%%/inc/geshi/genero.php -%%WWWDIR%%/inc/geshi/genie.php -%%WWWDIR%%/inc/geshi/gettext.php -%%WWWDIR%%/inc/geshi/glsl.php -%%WWWDIR%%/inc/geshi/gml.php -%%WWWDIR%%/inc/geshi/gnuplot.php -%%WWWDIR%%/inc/geshi/go.php -%%WWWDIR%%/inc/geshi/groovy.php -%%WWWDIR%%/inc/geshi/gwbasic.php -%%WWWDIR%%/inc/geshi/haskell.php -%%WWWDIR%%/inc/geshi/haxe.php -%%WWWDIR%%/inc/geshi/hicest.php -%%WWWDIR%%/inc/geshi/hq9plus.php -%%WWWDIR%%/inc/geshi/html4strict.php -%%WWWDIR%%/inc/geshi/html5.php -%%WWWDIR%%/inc/geshi/icon.php -%%WWWDIR%%/inc/geshi/idl.php -%%WWWDIR%%/inc/geshi/ini.php -%%WWWDIR%%/inc/geshi/inno.php -%%WWWDIR%%/inc/geshi/intercal.php -%%WWWDIR%%/inc/geshi/io.php -%%WWWDIR%%/inc/geshi/j.php -%%WWWDIR%%/inc/geshi/java.php -%%WWWDIR%%/inc/geshi/java5.php -%%WWWDIR%%/inc/geshi/javascript.php -%%WWWDIR%%/inc/geshi/jquery.php -%%WWWDIR%%/inc/geshi/kixtart.php -%%WWWDIR%%/inc/geshi/klonec.php -%%WWWDIR%%/inc/geshi/klonecpp.php -%%WWWDIR%%/inc/geshi/latex.php -%%WWWDIR%%/inc/geshi/lb.php -%%WWWDIR%%/inc/geshi/ldif.php -%%WWWDIR%%/inc/geshi/lisp.php -%%WWWDIR%%/inc/geshi/llvm.php -%%WWWDIR%%/inc/geshi/locobasic.php -%%WWWDIR%%/inc/geshi/logtalk.php -%%WWWDIR%%/inc/geshi/lolcode.php -%%WWWDIR%%/inc/geshi/lotusformulas.php -%%WWWDIR%%/inc/geshi/lotusscript.php -%%WWWDIR%%/inc/geshi/lscript.php -%%WWWDIR%%/inc/geshi/lsl2.php -%%WWWDIR%%/inc/geshi/lua.php -%%WWWDIR%%/inc/geshi/m68k.php -%%WWWDIR%%/inc/geshi/magiksf.php -%%WWWDIR%%/inc/geshi/make.php -%%WWWDIR%%/inc/geshi/mapbasic.php -%%WWWDIR%%/inc/geshi/matlab.php -%%WWWDIR%%/inc/geshi/mirc.php -%%WWWDIR%%/inc/geshi/mmix.php -%%WWWDIR%%/inc/geshi/modula2.php -%%WWWDIR%%/inc/geshi/modula3.php -%%WWWDIR%%/inc/geshi/mpasm.php -%%WWWDIR%%/inc/geshi/mxml.php -%%WWWDIR%%/inc/geshi/mysql.php -%%WWWDIR%%/inc/geshi/nagios.php -%%WWWDIR%%/inc/geshi/netrexx.php -%%WWWDIR%%/inc/geshi/newlisp.php -%%WWWDIR%%/inc/geshi/nsis.php -%%WWWDIR%%/inc/geshi/oberon2.php -%%WWWDIR%%/inc/geshi/objc.php -%%WWWDIR%%/inc/geshi/objeck.php -%%WWWDIR%%/inc/geshi/ocaml-brief.php -%%WWWDIR%%/inc/geshi/ocaml.php -%%WWWDIR%%/inc/geshi/octave.php -%%WWWDIR%%/inc/geshi/oobas.php -%%WWWDIR%%/inc/geshi/oorexx.php -%%WWWDIR%%/inc/geshi/oracle11.php -%%WWWDIR%%/inc/geshi/oracle8.php -%%WWWDIR%%/inc/geshi/oxygene.php -%%WWWDIR%%/inc/geshi/oz.php -%%WWWDIR%%/inc/geshi/parasail.php -%%WWWDIR%%/inc/geshi/parigp.php -%%WWWDIR%%/inc/geshi/pascal.php -%%WWWDIR%%/inc/geshi/pcre.php -%%WWWDIR%%/inc/geshi/per.php -%%WWWDIR%%/inc/geshi/perl.php -%%WWWDIR%%/inc/geshi/perl6.php -%%WWWDIR%%/inc/geshi/pf.php -%%WWWDIR%%/inc/geshi/php-brief.php -%%WWWDIR%%/inc/geshi/php.php -%%WWWDIR%%/inc/geshi/pic16.php -%%WWWDIR%%/inc/geshi/pike.php -%%WWWDIR%%/inc/geshi/pixelbender.php -%%WWWDIR%%/inc/geshi/pli.php -%%WWWDIR%%/inc/geshi/plsql.php -%%WWWDIR%%/inc/geshi/postgresql.php -%%WWWDIR%%/inc/geshi/povray.php -%%WWWDIR%%/inc/geshi/powerbuilder.php -%%WWWDIR%%/inc/geshi/powershell.php -%%WWWDIR%%/inc/geshi/proftpd.php -%%WWWDIR%%/inc/geshi/progress.php -%%WWWDIR%%/inc/geshi/prolog.php -%%WWWDIR%%/inc/geshi/properties.php -%%WWWDIR%%/inc/geshi/providex.php -%%WWWDIR%%/inc/geshi/purebasic.php -%%WWWDIR%%/inc/geshi/pycon.php -%%WWWDIR%%/inc/geshi/pys60.php -%%WWWDIR%%/inc/geshi/python.php -%%WWWDIR%%/inc/geshi/q.php -%%WWWDIR%%/inc/geshi/qbasic.php -%%WWWDIR%%/inc/geshi/rails.php -%%WWWDIR%%/inc/geshi/rebol.php -%%WWWDIR%%/inc/geshi/reg.php -%%WWWDIR%%/inc/geshi/rexx.php -%%WWWDIR%%/inc/geshi/robots.php -%%WWWDIR%%/inc/geshi/rpmspec.php -%%WWWDIR%%/inc/geshi/rsplus.php -%%WWWDIR%%/inc/geshi/ruby.php -%%WWWDIR%%/inc/geshi/sas.php -%%WWWDIR%%/inc/geshi/scala.php -%%WWWDIR%%/inc/geshi/scheme.php -%%WWWDIR%%/inc/geshi/scilab.php -%%WWWDIR%%/inc/geshi/sdlbasic.php -%%WWWDIR%%/inc/geshi/smalltalk.php -%%WWWDIR%%/inc/geshi/smarty.php -%%WWWDIR%%/inc/geshi/spark.php -%%WWWDIR%%/inc/geshi/sparql.php -%%WWWDIR%%/inc/geshi/sql.php -%%WWWDIR%%/inc/geshi/stonescript.php -%%WWWDIR%%/inc/geshi/systemverilog.php -%%WWWDIR%%/inc/geshi/tcl.php -%%WWWDIR%%/inc/geshi/teraterm.php -%%WWWDIR%%/inc/geshi/text.php -%%WWWDIR%%/inc/geshi/thinbasic.php -%%WWWDIR%%/inc/geshi/tsql.php -%%WWWDIR%%/inc/geshi/typoscript.php -%%WWWDIR%%/inc/geshi/unicon.php -%%WWWDIR%%/inc/geshi/upc.php -%%WWWDIR%%/inc/geshi/urbi.php -%%WWWDIR%%/inc/geshi/uscript.php -%%WWWDIR%%/inc/geshi/vala.php -%%WWWDIR%%/inc/geshi/vb.php -%%WWWDIR%%/inc/geshi/vbnet.php -%%WWWDIR%%/inc/geshi/vedit.php -%%WWWDIR%%/inc/geshi/verilog.php -%%WWWDIR%%/inc/geshi/vhdl.php -%%WWWDIR%%/inc/geshi/vim.php -%%WWWDIR%%/inc/geshi/visualfoxpro.php -%%WWWDIR%%/inc/geshi/visualprolog.php -%%WWWDIR%%/inc/geshi/whitespace.php -%%WWWDIR%%/inc/geshi/whois.php -%%WWWDIR%%/inc/geshi/winbatch.php -%%WWWDIR%%/inc/geshi/xbasic.php -%%WWWDIR%%/inc/geshi/xml.php -%%WWWDIR%%/inc/geshi/xorg_conf.php -%%WWWDIR%%/inc/geshi/xpp.php -%%WWWDIR%%/inc/geshi/yaml.php -%%WWWDIR%%/inc/geshi/z80.php -%%WWWDIR%%/inc/geshi/zxbasic.php %%WWWDIR%%/inc/html.php %%WWWDIR%%/inc/httputils.php %%WWWDIR%%/inc/indexer.php @@ -1084,6 +873,7 @@ %%WWWDIR%%/inc/lang/he/register.txt %%WWWDIR%%/inc/lang/he/registermail.txt %%WWWDIR%%/inc/lang/he/resendpwd.txt +%%WWWDIR%%/inc/lang/he/resetpwd.txt %%WWWDIR%%/inc/lang/he/revisions.txt %%WWWDIR%%/inc/lang/he/searchpage.txt %%WWWDIR%%/inc/lang/he/showrev.txt @@ -1343,6 +1133,7 @@ %%WWWDIR%%/inc/lang/ka/edit.txt %%WWWDIR%%/inc/lang/ka/editrev.txt %%WWWDIR%%/inc/lang/ka/index.txt +%%WWWDIR%%/inc/lang/ka/jquery.ui.datepicker.js %%WWWDIR%%/inc/lang/ka/lang.php %%WWWDIR%%/inc/lang/kk/jquery.ui.datepicker.js %%WWWDIR%%/inc/lang/kk/lang.php @@ -1401,29 +1192,16 @@ %%WWWDIR%%/inc/lang/ko/subscr_single.txt %%WWWDIR%%/inc/lang/ko/updateprofile.txt %%WWWDIR%%/inc/lang/ko/uploadmail.txt -%%WWWDIR%%/inc/lang/ku/admin.txt %%WWWDIR%%/inc/lang/ku/backlinks.txt %%WWWDIR%%/inc/lang/ku/conflict.txt -%%WWWDIR%%/inc/lang/ku/denied.txt %%WWWDIR%%/inc/lang/ku/diff.txt %%WWWDIR%%/inc/lang/ku/edit.txt -%%WWWDIR%%/inc/lang/ku/editrev.txt %%WWWDIR%%/inc/lang/ku/index.txt %%WWWDIR%%/inc/lang/ku/lang.php -%%WWWDIR%%/inc/lang/ku/locked.txt -%%WWWDIR%%/inc/lang/ku/login.txt -%%WWWDIR%%/inc/lang/ku/mailtext.txt %%WWWDIR%%/inc/lang/ku/newpage.txt -%%WWWDIR%%/inc/lang/ku/norev.txt -%%WWWDIR%%/inc/lang/ku/password.txt %%WWWDIR%%/inc/lang/ku/preview.txt -%%WWWDIR%%/inc/lang/ku/read.txt %%WWWDIR%%/inc/lang/ku/recent.txt -%%WWWDIR%%/inc/lang/ku/register.txt -%%WWWDIR%%/inc/lang/ku/revisions.txt %%WWWDIR%%/inc/lang/ku/searchpage.txt -%%WWWDIR%%/inc/lang/ku/showrev.txt -%%WWWDIR%%/inc/lang/ku/stopwords.txt %%WWWDIR%%/inc/lang/la/admin.txt %%WWWDIR%%/inc/lang/la/adminplugins.txt %%WWWDIR%%/inc/lang/la/backlinks.txt @@ -1580,6 +1358,7 @@ %%WWWDIR%%/inc/lang/mk/read.txt %%WWWDIR%%/inc/lang/mk/recent.txt %%WWWDIR%%/inc/lang/mk/showrev.txt +%%WWWDIR%%/inc/lang/ml/admin.txt %%WWWDIR%%/inc/lang/mr/admin.txt %%WWWDIR%%/inc/lang/mr/backlinks.txt %%WWWDIR%%/inc/lang/mr/conflict.txt @@ -1613,6 +1392,7 @@ %%WWWDIR%%/inc/lang/ms/jquery.ui.datepicker.js %%WWWDIR%%/inc/lang/ms/lang.php %%WWWDIR%%/inc/lang/ne/admin.txt +%%WWWDIR%%/inc/lang/ne/adminplugins.txt %%WWWDIR%%/inc/lang/ne/backlinks.txt %%WWWDIR%%/inc/lang/ne/conflict.txt %%WWWDIR%%/inc/lang/ne/denied.txt @@ -1809,6 +1589,7 @@ %%WWWDIR%%/inc/lang/pt/register.txt %%WWWDIR%%/inc/lang/pt/registermail.txt %%WWWDIR%%/inc/lang/pt/resendpwd.txt +%%WWWDIR%%/inc/lang/pt/resetpwd.txt %%WWWDIR%%/inc/lang/pt/revisions.txt %%WWWDIR%%/inc/lang/pt/searchpage.txt %%WWWDIR%%/inc/lang/pt/showrev.txt @@ -2078,7 +1859,15 @@ %%WWWDIR%%/inc/lang/sv/subscr_single.txt %%WWWDIR%%/inc/lang/sv/updateprofile.txt %%WWWDIR%%/inc/lang/sv/uploadmail.txt +%%WWWDIR%%/inc/lang/ta/admin.txt +%%WWWDIR%%/inc/lang/ta/adminplugins.txt +%%WWWDIR%%/inc/lang/ta/backlinks.txt +%%WWWDIR%%/inc/lang/ta/conflict.txt %%WWWDIR%%/inc/lang/ta/denied.txt +%%WWWDIR%%/inc/lang/ta/diff.txt +%%WWWDIR%%/inc/lang/ta/draft.txt +%%WWWDIR%%/inc/lang/ta/edit.txt +%%WWWDIR%%/inc/lang/ta/jquery.ui.datepicker.js %%WWWDIR%%/inc/lang/ta/lang.php %%WWWDIR%%/inc/lang/th/admin.txt %%WWWDIR%%/inc/lang/th/adminplugins.txt @@ -2330,6 +2119,7 @@ %%WWWDIR%%/lib/images/admin/plugin.png %%WWWDIR%%/lib/images/admin/popularity.png %%WWWDIR%%/lib/images/admin/revert.png +%%WWWDIR%%/lib/images/admin/styling.png %%WWWDIR%%/lib/images/admin/usermanager.png %%WWWDIR%%/lib/images/blank.gif %%WWWDIR%%/lib/images/bullet.png @@ -2491,14 +2281,12 @@ %%WWWDIR%%/lib/images/interwiki/amazon.gif %%WWWDIR%%/lib/images/interwiki/amazon.uk.gif %%WWWDIR%%/lib/images/interwiki/callto.gif -%%WWWDIR%%/lib/images/interwiki/coral.gif %%WWWDIR%%/lib/images/interwiki/doku.gif -%%WWWDIR%%/lib/images/interwiki/dokubug.gif %%WWWDIR%%/lib/images/interwiki/google.gif %%WWWDIR%%/lib/images/interwiki/paypal.gif %%WWWDIR%%/lib/images/interwiki/phpfn.gif -%%WWWDIR%%/lib/images/interwiki/sb.gif %%WWWDIR%%/lib/images/interwiki/skype.gif +%%WWWDIR%%/lib/images/interwiki/tel.gif %%WWWDIR%%/lib/images/interwiki/user.png %%WWWDIR%%/lib/images/interwiki/wp.gif %%WWWDIR%%/lib/images/interwiki/wpde.gif @@ -2745,13 +2533,18 @@ %%WWWDIR%%/lib/plugins/authad/conf/metadata.php %%WWWDIR%%/lib/plugins/authad/lang/ar/lang.php %%WWWDIR%%/lib/plugins/authad/lang/ar/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/bg/lang.php %%WWWDIR%%/lib/plugins/authad/lang/bg/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/ca/lang.php %%WWWDIR%%/lib/plugins/authad/lang/cs/lang.php %%WWWDIR%%/lib/plugins/authad/lang/cs/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/da/lang.php %%WWWDIR%%/lib/plugins/authad/lang/da/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/de-informal/lang.php %%WWWDIR%%/lib/plugins/authad/lang/de-informal/settings.php %%WWWDIR%%/lib/plugins/authad/lang/de/lang.php %%WWWDIR%%/lib/plugins/authad/lang/de/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/el/lang.php %%WWWDIR%%/lib/plugins/authad/lang/el/settings.php %%WWWDIR%%/lib/plugins/authad/lang/en/lang.php %%WWWDIR%%/lib/plugins/authad/lang/en/settings.php @@ -2759,34 +2552,50 @@ %%WWWDIR%%/lib/plugins/authad/lang/eo/settings.php %%WWWDIR%%/lib/plugins/authad/lang/es/lang.php %%WWWDIR%%/lib/plugins/authad/lang/es/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/et/lang.php +%%WWWDIR%%/lib/plugins/authad/lang/eu/lang.php %%WWWDIR%%/lib/plugins/authad/lang/fa/lang.php +%%WWWDIR%%/lib/plugins/authad/lang/fa/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/fi/lang.php %%WWWDIR%%/lib/plugins/authad/lang/fi/settings.php %%WWWDIR%%/lib/plugins/authad/lang/fr/lang.php %%WWWDIR%%/lib/plugins/authad/lang/fr/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/gl/lang.php +%%WWWDIR%%/lib/plugins/authad/lang/he/lang.php +%%WWWDIR%%/lib/plugins/authad/lang/he/settings.php %%WWWDIR%%/lib/plugins/authad/lang/hr/lang.php %%WWWDIR%%/lib/plugins/authad/lang/hr/settings.php %%WWWDIR%%/lib/plugins/authad/lang/hu/lang.php %%WWWDIR%%/lib/plugins/authad/lang/hu/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/it/lang.php %%WWWDIR%%/lib/plugins/authad/lang/it/settings.php %%WWWDIR%%/lib/plugins/authad/lang/ja/lang.php %%WWWDIR%%/lib/plugins/authad/lang/ja/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/ka/lang.php %%WWWDIR%%/lib/plugins/authad/lang/ko/lang.php %%WWWDIR%%/lib/plugins/authad/lang/ko/settings.php %%WWWDIR%%/lib/plugins/authad/lang/lv/lang.php %%WWWDIR%%/lib/plugins/authad/lang/lv/settings.php %%WWWDIR%%/lib/plugins/authad/lang/nl/lang.php %%WWWDIR%%/lib/plugins/authad/lang/nl/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/no/lang.php %%WWWDIR%%/lib/plugins/authad/lang/no/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/pl/lang.php %%WWWDIR%%/lib/plugins/authad/lang/pl/settings.php %%WWWDIR%%/lib/plugins/authad/lang/pt-br/lang.php %%WWWDIR%%/lib/plugins/authad/lang/pt-br/settings.php %%WWWDIR%%/lib/plugins/authad/lang/pt/lang.php %%WWWDIR%%/lib/plugins/authad/lang/pt/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/ro/lang.php %%WWWDIR%%/lib/plugins/authad/lang/ru/lang.php %%WWWDIR%%/lib/plugins/authad/lang/ru/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/sk/lang.php %%WWWDIR%%/lib/plugins/authad/lang/sk/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/sl/lang.php %%WWWDIR%%/lib/plugins/authad/lang/sl/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/sv/lang.php %%WWWDIR%%/lib/plugins/authad/lang/sv/settings.php +%%WWWDIR%%/lib/plugins/authad/lang/tr/lang.php %%WWWDIR%%/lib/plugins/authad/lang/zh-tw/lang.php %%WWWDIR%%/lib/plugins/authad/lang/zh-tw/settings.php %%WWWDIR%%/lib/plugins/authad/lang/zh/lang.php @@ -2800,62 +2609,92 @@ %%WWWDIR%%/lib/plugins/authldap/lang/cs/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/da/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/de-informal/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/de/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/de/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/en/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/en/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/eo/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/es/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/es/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/et/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/fa/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/fi/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/fr/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/fr/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/he/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/hr/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/hr/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/hu/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/it/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/ja/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/ja/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/ko/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/ko/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/lv/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/nl/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/nl/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/no/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/pl/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/pt-br/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/pt-br/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/pt/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/pt/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/ru/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/ru/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/sk/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/sl/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/sv/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/tr/settings.php %%WWWDIR%%/lib/plugins/authldap/lang/zh-tw/settings.php +%%WWWDIR%%/lib/plugins/authldap/lang/zh/lang.php %%WWWDIR%%/lib/plugins/authldap/lang/zh/settings.php %%WWWDIR%%/lib/plugins/authldap/plugin.info.txt %%WWWDIR%%/lib/plugins/authmysql/auth.php %%WWWDIR%%/lib/plugins/authmysql/conf/default.php %%WWWDIR%%/lib/plugins/authmysql/conf/metadata.php +%%WWWDIR%%/lib/plugins/authmysql/lang/bg/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/bg/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/cs/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/da/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/de-informal/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/de/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/de/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/en/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/en/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/eo/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/es/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/es/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/fa/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/fi/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/fr/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/fr/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/he/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/hr/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/hr/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/hu/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/it/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/ja/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/ja/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/ko/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/ko/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/lv/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/nl/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/nl/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/no/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/pl/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/pt-br/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/pt-br/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/pt/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/pt/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/ru/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/ru/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/sk/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/sl/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/sv/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/tr/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/tr/settings.php %%WWWDIR%%/lib/plugins/authmysql/lang/zh-tw/settings.php +%%WWWDIR%%/lib/plugins/authmysql/lang/zh/lang.php %%WWWDIR%%/lib/plugins/authmysql/lang/zh/settings.php %%WWWDIR%%/lib/plugins/authmysql/plugin.info.txt %%WWWDIR%%/lib/plugins/authpgsql/auth.php @@ -2890,6 +2729,69 @@ %%WWWDIR%%/lib/plugins/authpgsql/lang/zh/settings.php %%WWWDIR%%/lib/plugins/authpgsql/plugin.info.txt %%WWWDIR%%/lib/plugins/authplain/auth.php +%%WWWDIR%%/lib/plugins/authplain/lang/af/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/ar/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/az/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/bg/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/bn/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/ca-valencia/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/ca/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/cs/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/da/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/de-informal/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/de/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/el/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/en/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/eo/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/es/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/et/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/eu/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/fa/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/fi/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/fo/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/fr/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/gl/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/he/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/hr/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/hu/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/ia/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/id-ni/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/id/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/is/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/it/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/ja/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/ka/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/kk/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/km/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/ko/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/ku/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/la/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/lb/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/lt/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/lv/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/mg/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/mk/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/mr/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/ms/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/ne/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/nl/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/no/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/pl/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/pt-br/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/pt/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/ro/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/ru/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/sk/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/sl/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/sq/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/sr/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/sv/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/th/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/tr/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/uk/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/vi/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/zh-tw/lang.php +%%WWWDIR%%/lib/plugins/authplain/lang/zh/lang.php %%WWWDIR%%/lib/plugins/authplain/plugin.info.txt %%WWWDIR%%/lib/plugins/config/admin.php %%WWWDIR%%/lib/plugins/config/images/danger.png @@ -3003,6 +2905,7 @@ %%WWWDIR%%/lib/plugins/extension/helper/gui.php %%WWWDIR%%/lib/plugins/extension/helper/list.php %%WWWDIR%%/lib/plugins/extension/helper/repository.php +%%WWWDIR%%/lib/plugins/extension/images/bug.gif %%WWWDIR%%/lib/plugins/extension/images/disabled.png %%WWWDIR%%/lib/plugins/extension/images/donate.png %%WWWDIR%%/lib/plugins/extension/images/down.png @@ -3015,8 +2918,16 @@ %%WWWDIR%%/lib/plugins/extension/images/template.png %%WWWDIR%%/lib/plugins/extension/images/up.png %%WWWDIR%%/lib/plugins/extension/images/warning.png +%%WWWDIR%%/lib/plugins/extension/lang/bg/lang.php %%WWWDIR%%/lib/plugins/extension/lang/cs/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/cs/intro_plugins.txt +%%WWWDIR%%/lib/plugins/extension/lang/cs/intro_search.txt +%%WWWDIR%%/lib/plugins/extension/lang/cs/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/cs/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/da/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/da/intro_plugins.txt +%%WWWDIR%%/lib/plugins/extension/lang/da/intro_templates.txt +%%WWWDIR%%/lib/plugins/extension/lang/da/lang.php %%WWWDIR%%/lib/plugins/extension/lang/de/intro_install.txt %%WWWDIR%%/lib/plugins/extension/lang/de/intro_plugins.txt %%WWWDIR%%/lib/plugins/extension/lang/de/intro_search.txt @@ -3033,9 +2944,12 @@ %%WWWDIR%%/lib/plugins/extension/lang/eo/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/eo/lang.php %%WWWDIR%%/lib/plugins/extension/lang/es/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/es/intro_plugins.txt +%%WWWDIR%%/lib/plugins/extension/lang/es/intro_search.txt %%WWWDIR%%/lib/plugins/extension/lang/es/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/es/lang.php %%WWWDIR%%/lib/plugins/extension/lang/fa/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/fi/lang.php %%WWWDIR%%/lib/plugins/extension/lang/fr/intro_install.txt %%WWWDIR%%/lib/plugins/extension/lang/fr/intro_plugins.txt %%WWWDIR%%/lib/plugins/extension/lang/fr/intro_search.txt @@ -3051,6 +2965,8 @@ %%WWWDIR%%/lib/plugins/extension/lang/hu/intro_search.txt %%WWWDIR%%/lib/plugins/extension/lang/hu/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/hu/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/it/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/it/intro_plugins.txt %%WWWDIR%%/lib/plugins/extension/lang/it/lang.php %%WWWDIR%%/lib/plugins/extension/lang/ja/intro_install.txt %%WWWDIR%%/lib/plugins/extension/lang/ja/intro_plugins.txt @@ -3075,10 +2991,20 @@ %%WWWDIR%%/lib/plugins/extension/lang/pt-br/intro_search.txt %%WWWDIR%%/lib/plugins/extension/lang/pt-br/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/pt-br/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/pt/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/pt/intro_plugins.txt +%%WWWDIR%%/lib/plugins/extension/lang/pt/intro_search.txt +%%WWWDIR%%/lib/plugins/extension/lang/pt/intro_templates.txt +%%WWWDIR%%/lib/plugins/extension/lang/pt/lang.php +%%WWWDIR%%/lib/plugins/extension/lang/ru/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/ru/intro_plugins.txt +%%WWWDIR%%/lib/plugins/extension/lang/ru/intro_search.txt +%%WWWDIR%%/lib/plugins/extension/lang/ru/intro_templates.txt %%WWWDIR%%/lib/plugins/extension/lang/ru/lang.php %%WWWDIR%%/lib/plugins/extension/lang/sk/lang.php %%WWWDIR%%/lib/plugins/extension/lang/tr/lang.php %%WWWDIR%%/lib/plugins/extension/lang/zh-tw/intro_install.txt +%%WWWDIR%%/lib/plugins/extension/lang/zh-tw/intro_plugins.txt %%WWWDIR%%/lib/plugins/extension/lang/zh-tw/lang.php %%WWWDIR%%/lib/plugins/extension/lang/zh/intro_install.txt %%WWWDIR%%/lib/plugins/extension/lang/zh/intro_plugins.txt @@ -3321,6 +3247,33 @@ %%WWWDIR%%/lib/plugins/revert/plugin.info.txt %%WWWDIR%%/lib/plugins/safefnrecode/action.php %%WWWDIR%%/lib/plugins/safefnrecode/plugin.info.txt +%%WWWDIR%%/lib/plugins/styling/README +%%WWWDIR%%/lib/plugins/styling/action.php +%%WWWDIR%%/lib/plugins/styling/admin.php +%%WWWDIR%%/lib/plugins/styling/iris.js +%%WWWDIR%%/lib/plugins/styling/lang/bg/lang.php +%%WWWDIR%%/lib/plugins/styling/lang/de/intro.txt +%%WWWDIR%%/lib/plugins/styling/lang/de/lang.php +%%WWWDIR%%/lib/plugins/styling/lang/en/intro.txt +%%WWWDIR%%/lib/plugins/styling/lang/en/lang.php +%%WWWDIR%%/lib/plugins/styling/lang/es/intro.txt +%%WWWDIR%%/lib/plugins/styling/lang/es/lang.php +%%WWWDIR%%/lib/plugins/styling/lang/fr/intro.txt +%%WWWDIR%%/lib/plugins/styling/lang/fr/lang.php +%%WWWDIR%%/lib/plugins/styling/lang/ja/intro.txt +%%WWWDIR%%/lib/plugins/styling/lang/ja/lang.php +%%WWWDIR%%/lib/plugins/styling/lang/ko/intro.txt +%%WWWDIR%%/lib/plugins/styling/lang/ko/lang.php +%%WWWDIR%%/lib/plugins/styling/lang/nl/intro.txt +%%WWWDIR%%/lib/plugins/styling/lang/nl/lang.php +%%WWWDIR%%/lib/plugins/styling/lang/pt-br/intro.txt +%%WWWDIR%%/lib/plugins/styling/lang/pt-br/lang.php +%%WWWDIR%%/lib/plugins/styling/lang/zh/intro.txt +%%WWWDIR%%/lib/plugins/styling/lang/zh/lang.php +%%WWWDIR%%/lib/plugins/styling/plugin.info.txt +%%WWWDIR%%/lib/plugins/styling/popup.php +%%WWWDIR%%/lib/plugins/styling/script.js +%%WWWDIR%%/lib/plugins/styling/style.less %%WWWDIR%%/lib/plugins/syntax.php %%WWWDIR%%/lib/plugins/usermanager/admin.php %%WWWDIR%%/lib/plugins/usermanager/images/search.png @@ -3359,6 +3312,7 @@ %%WWWDIR%%/lib/plugins/usermanager/lang/da/add.txt %%WWWDIR%%/lib/plugins/usermanager/lang/da/delete.txt %%WWWDIR%%/lib/plugins/usermanager/lang/da/edit.txt +%%WWWDIR%%/lib/plugins/usermanager/lang/da/import.txt %%WWWDIR%%/lib/plugins/usermanager/lang/da/intro.txt %%WWWDIR%%/lib/plugins/usermanager/lang/da/lang.php %%WWWDIR%%/lib/plugins/usermanager/lang/da/list.txt @@ -3399,6 +3353,7 @@ %%WWWDIR%%/lib/plugins/usermanager/lang/es/add.txt %%WWWDIR%%/lib/plugins/usermanager/lang/es/delete.txt %%WWWDIR%%/lib/plugins/usermanager/lang/es/edit.txt +%%WWWDIR%%/lib/plugins/usermanager/lang/es/import.txt %%WWWDIR%%/lib/plugins/usermanager/lang/es/intro.txt %%WWWDIR%%/lib/plugins/usermanager/lang/es/lang.php %%WWWDIR%%/lib/plugins/usermanager/lang/es/list.txt @@ -3549,6 +3504,7 @@ %%WWWDIR%%/lib/plugins/usermanager/lang/pt-br/add.txt %%WWWDIR%%/lib/plugins/usermanager/lang/pt-br/delete.txt %%WWWDIR%%/lib/plugins/usermanager/lang/pt-br/edit.txt +%%WWWDIR%%/lib/plugins/usermanager/lang/pt-br/import.txt %%WWWDIR%%/lib/plugins/usermanager/lang/pt-br/intro.txt %%WWWDIR%%/lib/plugins/usermanager/lang/pt-br/lang.php %%WWWDIR%%/lib/plugins/usermanager/lang/pt-br/list.txt @@ -3642,7 +3598,6 @@ %%WWWDIR%%/lib/scripts/compatibility.js %%WWWDIR%%/lib/scripts/cookie.js %%WWWDIR%%/lib/scripts/delay.js -%%WWWDIR%%/lib/scripts/drag.js %%WWWDIR%%/lib/scripts/edit.js %%WWWDIR%%/lib/scripts/editor.js %%WWWDIR%%/lib/scripts/fileuploader.js @@ -3653,7 +3608,6 @@ %%WWWDIR%%/lib/scripts/index.js %%WWWDIR%%/lib/scripts/jquery/jquery-migrate.js %%WWWDIR%%/lib/scripts/jquery/jquery-migrate.min.js -%%WWWDIR%%/lib/scripts/jquery/jquery-ui-theme/images/animated-overlay.gif %%WWWDIR%%/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_flat_0_aaaaaa_40x100.png %%WWWDIR%%/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_flat_75_ffffff_40x100.png %%WWWDIR%%/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_55_fbf9ee_1x400.png @@ -3683,7 +3637,6 @@ %%WWWDIR%%/lib/scripts/textselection.js %%WWWDIR%%/lib/scripts/toolbar.js %%WWWDIR%%/lib/scripts/tree.js -%%WWWDIR%%/lib/scripts/tw-sack.js %%WWWDIR%%/lib/styles/all.css %%WWWDIR%%/lib/styles/feed.css %%WWWDIR%%/lib/styles/geshi.less @@ -3746,6 +3699,24 @@ %%WWWDIR%%/lib/tpl/dokuwiki/images/toc-arrows.png %%WWWDIR%%/lib/tpl/dokuwiki/images/toc-bullet.png %%WWWDIR%%/lib/tpl/dokuwiki/images/usertools.png +%%WWWDIR%%/lib/tpl/dokuwiki/lang/de/lang.php +%%WWWDIR%%/lib/tpl/dokuwiki/lang/de/style.txt +%%WWWDIR%%/lib/tpl/dokuwiki/lang/en/lang.php +%%WWWDIR%%/lib/tpl/dokuwiki/lang/en/style.txt +%%WWWDIR%%/lib/tpl/dokuwiki/lang/es/lang.php +%%WWWDIR%%/lib/tpl/dokuwiki/lang/es/style.txt +%%WWWDIR%%/lib/tpl/dokuwiki/lang/fr/lang.php +%%WWWDIR%%/lib/tpl/dokuwiki/lang/fr/style.txt +%%WWWDIR%%/lib/tpl/dokuwiki/lang/ja/lang.php +%%WWWDIR%%/lib/tpl/dokuwiki/lang/ja/style.txt +%%WWWDIR%%/lib/tpl/dokuwiki/lang/ko/lang.php +%%WWWDIR%%/lib/tpl/dokuwiki/lang/ko/style.txt +%%WWWDIR%%/lib/tpl/dokuwiki/lang/nl/lang.php +%%WWWDIR%%/lib/tpl/dokuwiki/lang/nl/style.txt +%%WWWDIR%%/lib/tpl/dokuwiki/lang/pt-br/lang.php +%%WWWDIR%%/lib/tpl/dokuwiki/lang/pt-br/style.txt +%%WWWDIR%%/lib/tpl/dokuwiki/lang/zh/lang.php +%%WWWDIR%%/lib/tpl/dokuwiki/lang/zh/style.txt %%WWWDIR%%/lib/tpl/dokuwiki/main.php %%WWWDIR%%/lib/tpl/dokuwiki/mediamanager.php %%WWWDIR%%/lib/tpl/dokuwiki/script.js @@ -3754,6 +3725,281 @@ %%WWWDIR%%/lib/tpl/dokuwiki/tpl_footer.php %%WWWDIR%%/lib/tpl/dokuwiki/tpl_header.php %%WWWDIR%%/lib/tpl/index.php +%%WWWDIR%%/vendor/README +%%WWWDIR%%/vendor/autoload.php +%%WWWDIR%%/vendor/composer/ClassLoader.php +%%WWWDIR%%/vendor/composer/autoload_classmap.php +%%WWWDIR%%/vendor/composer/autoload_namespaces.php +%%WWWDIR%%/vendor/composer/autoload_psr4.php +%%WWWDIR%%/vendor/composer/autoload_real.php +%%WWWDIR%%/vendor/composer/installed.json +%%WWWDIR%%/vendor/easybook/geshi/README.md +%%WWWDIR%%/vendor/easybook/geshi/geshi.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/4cs.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/6502acme.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/6502kickass.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/6502tasm.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/68000devpac.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/abap.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/actionscript.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/actionscript3.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/ada.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/aimms.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/algol68.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/apache.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/applescript.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/apt_sources.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/arm.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/asm.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/asp.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/asymptote.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/autoconf.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/autohotkey.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/autoit.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/avisynth.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/awk.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/bascomavr.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/bash.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/basic4gl.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/batch.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/bf.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/bibtex.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/blitzbasic.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/bnf.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/boo.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/c.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/c_loadrunner.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/c_mac.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/c_winapi.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/caddcl.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/cadlisp.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/cfdg.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/cfm.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/chaiscript.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/chapel.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/cil.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/clojure.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/cmake.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/cobol.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/coffeescript.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/cpp-qt.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/cpp-winapi.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/cpp.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/csharp.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/css.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/cuesheet.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/d.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/dart.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/dcl.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/dcpu16.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/dcs.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/delphi.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/diff.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/div.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/dos.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/dot.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/e.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/ecmascript.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/eiffel.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/email.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/epc.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/erlang.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/euphoria.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/ezt.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/f1.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/falcon.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/fo.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/fortran.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/freebasic.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/freeswitch.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/fsharp.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/gambas.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/gdb.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/genero.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/genie.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/gettext.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/glsl.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/gml.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/gnuplot.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/go.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/groovy.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/gwbasic.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/haskell.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/haxe.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/hicest.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/hq9plus.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/html4strict.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/html5.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/icon.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/idl.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/ini.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/inno.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/intercal.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/io.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/ispfpanel.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/j.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/java.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/java5.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/javascript.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/jcl.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/jquery.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/kixtart.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/klonec.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/klonecpp.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/latex.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/lb.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/ldif.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/lisp.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/llvm.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/locobasic.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/logtalk.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/lolcode.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/lotusformulas.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/lotusscript.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/lscript.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/lsl2.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/lua.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/m68k.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/magiksf.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/make.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/mapbasic.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/matlab.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/mirc.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/mmix.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/modula2.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/modula3.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/mpasm.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/mxml.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/mysql.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/nagios.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/netrexx.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/newlisp.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/nginx.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/nsis.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/oberon2.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/objc.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/objeck.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/ocaml-brief.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/ocaml.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/octave.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/oobas.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/oorexx.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/oracle11.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/oracle8.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/oxygene.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/oz.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/parasail.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/parigp.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/pascal.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/pcre.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/per.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/perl.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/perl6.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/pf.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/php-brief.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/php.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/pic16.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/pike.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/pixelbender.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/pli.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/plsql.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/postgresql.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/povray.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/powerbuilder.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/powershell.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/proftpd.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/progress.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/prolog.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/properties.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/providex.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/purebasic.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/pycon.php +%%WWWDIR%%/vendor/easybook/geshi/geshi/pys60.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Wed Aug 12 19:07:07 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 1B8C19A03A9; Wed, 12 Aug 2015 19:07:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7B7711FC; Wed, 12 Aug 2015 19:07:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7CJ76e9084111; Wed, 12 Aug 2015 19:07:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7CJ76cp084108; Wed, 12 Aug 2015 19:07:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508121907.t7CJ76cp084108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 12 Aug 2015 19:07:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394029 - in branches/2015Q3: Mk www/firefox www/firefox-esr 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, 12 Aug 2015 19:07:07 -0000 Author: jbeich Date: Wed Aug 12 19:07:05 2015 New Revision: 394029 URL: https://svnweb.freebsd.org/changeset/ports/394029 Log: MFH: r393984 Add OAuth keys for importing Google contacts into Loop Loop aka Firefox Hello is available since 34.0. https://bugzilla.mozilla.org/show_bug.cgi?id=1106854 Inspired by: ArchLinux Approved by: ports-secteam (delphij) Modified: branches/2015Q3/Mk/bsd.gecko.mk branches/2015Q3/www/firefox-esr/Makefile branches/2015Q3/www/firefox/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/Mk/bsd.gecko.mk ============================================================================== --- branches/2015Q3/Mk/bsd.gecko.mk Wed Aug 12 18:49:20 2015 (r394028) +++ branches/2015Q3/Mk/bsd.gecko.mk Wed Aug 12 19:07:05 2015 (r394029) @@ -256,8 +256,13 @@ MOZ_OPTIONS+= --with-system-zlib \ --disable-updater \ --disable-pedantic -# XXX stolen from www/chromium -MOZ_EXPORT+= MOZ_GOOGLE_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 +# API keys from www/chromium +# http://www.chromium.org/developers/how-tos/api-keys +# Note: these are for FreeBSD use ONLY. For your own distribution, +# please get your own set of keys. +MOZ_EXPORT+= MOZ_GOOGLE_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 \ + MOZ_GOOGLE_OAUTH_API_CLIENTID=996322985003.apps.googleusercontent.com \ + MOZ_GOOGLE_OAUTH_API_KEY=IR1za9-1VK0zZ0f_O8MVFicn .if ${PORT_OPTIONS:MGTK3} MOZ_TOOLKIT= cairo-gtk3 Modified: branches/2015Q3/www/firefox-esr/Makefile ============================================================================== --- branches/2015Q3/www/firefox-esr/Makefile Wed Aug 12 18:49:20 2015 (r394028) +++ branches/2015Q3/www/firefox-esr/Makefile Wed Aug 12 19:07:05 2015 (r394029) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 38.2.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: branches/2015Q3/www/firefox/Makefile ============================================================================== --- branches/2015Q3/www/firefox/Makefile Wed Aug 12 18:49:20 2015 (r394028) +++ branches/2015Q3/www/firefox/Makefile Wed Aug 12 19:07:05 2015 (r394029) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 40.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ From owner-svn-ports-branches@freebsd.org Wed Aug 12 19:09:04 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E4999A03E9; Wed, 12 Aug 2015 19:09:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6855130F; Wed, 12 Aug 2015 19:09:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7CJ9322084406; Wed, 12 Aug 2015 19:09:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7CJ92HI084399; Wed, 12 Aug 2015 19:09:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508121909.t7CJ92HI084399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 12 Aug 2015 19:09:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394030 - in branches/2015Q3: mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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, 12 Aug 2015 19:09:04 -0000 Author: jbeich Date: Wed Aug 12 19:09:01 2015 New Revision: 394030 URL: https://svnweb.freebsd.org/changeset/ports/394030 Log: MFH: r394012 Switch back to bundled libvpx per vulnerabilites in v1.4.0 Security: http://www.vuxml.org/freebsd/34e60332-2448-4ed6-93f0-12713749f250.html Approved by: ports-secteam (feld) Modified: branches/2015Q3/mail/thunderbird/Makefile branches/2015Q3/www/firefox-esr/Makefile branches/2015Q3/www/firefox/Makefile branches/2015Q3/www/libxul/Makefile branches/2015Q3/www/seamonkey/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/mail/thunderbird/Makefile ============================================================================== --- branches/2015Q3/mail/thunderbird/Makefile Wed Aug 12 19:07:05 2015 (r394029) +++ branches/2015Q3/mail/thunderbird/Makefile Wed Aug 12 19:09:01 2015 (r394030) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 38.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -21,13 +21,13 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ opus>=1.1:${PORTSDIR}/audio/opus \ - libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip +# libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \ # opus>=1.1:${PORTSDIR}/audio/opus \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -37,7 +37,7 @@ L_VERSION= 4.0.1 SSP_UNSAFE= yes USE_GECKO= gecko -USE_MOZILLA= -opus +USE_MOZILLA= -opus -vpx USE_QT5= # empty QT_NONSTANDARD= yes Modified: branches/2015Q3/www/firefox-esr/Makefile ============================================================================== --- branches/2015Q3/www/firefox-esr/Makefile Wed Aug 12 19:07:05 2015 (r394029) +++ branches/2015Q3/www/firefox-esr/Makefile Wed Aug 12 19:09:01 2015 (r394030) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 38.2.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ @@ -21,13 +21,13 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ - libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip +# libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \ # opus>=1.1:${PORTSDIR}/audio/opus \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -36,7 +36,7 @@ USE_GECKO= gecko CPE_PRODUCT= ${PORTNAME}_esr CONFLICTS_INSTALL= firefox-4[0-4].* firefox-3[02-9].* firefox-2[0-35-9].* MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -opus +USE_MOZILLA= -opus -vpx MOZILLA_NAME= Firefox USE_QT5= # empty Modified: branches/2015Q3/www/firefox/Makefile ============================================================================== --- branches/2015Q3/www/firefox/Makefile Wed Aug 12 19:07:05 2015 (r394029) +++ branches/2015Q3/www/firefox/Makefile Wed Aug 12 19:09:01 2015 (r394030) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 40.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -20,13 +20,13 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ - libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip +# libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \ # opus>=1.1:${PORTSDIR}/audio/opus \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -34,7 +34,7 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/mult USE_GECKO= gecko CONFLICTS_INSTALL= firefox-esr-31.* firefox-esr-24.* firefox-esr-17.* MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -opus +USE_MOZILLA= -opus -vpx MOZILLA_NAME= Firefox USE_QT5= # empty Modified: branches/2015Q3/www/libxul/Makefile ============================================================================== --- branches/2015Q3/www/libxul/Makefile Wed Aug 12 19:07:05 2015 (r394029) +++ branches/2015Q3/www/libxul/Makefile Wed Aug 12 19:09:01 2015 (r394030) @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 38.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source @@ -19,13 +19,13 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ - libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip +# libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \ # opus>=1.1:${PORTSDIR}/audio/opus \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -46,7 +46,7 @@ MOZ_OPTIONS?= --enable-application=xulru USE_GECKO= gecko CPE_PRODUCT= firefox_esr MOZILLA_EXEC_NAME=xulrunner -USE_MOZILLA= -opus +USE_MOZILLA= -opus -vpx MOZILLA_PLIST_DIRS= bin include lib share/idl libdata MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \ mozilla-plugin Modified: branches/2015Q3/www/seamonkey/Makefile ============================================================================== --- branches/2015Q3/www/seamonkey/Makefile Wed Aug 12 19:07:05 2015 (r394029) +++ branches/2015Q3/www/seamonkey/Makefile Wed Aug 12 19:09:01 2015 (r394030) @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.33.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -21,13 +21,13 @@ BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ opus>=1.1:${PORTSDIR}/audio/opus \ - libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.7.4:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip +# libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -47,7 +47,7 @@ MOZ_EXTENSIONS= default MOZ_OPTIONS+= --program-transform-name='s/seamonkey/${MOZILLA}/' \ --enable-application=suite -USE_MOZILLA= # empty +USE_MOZILLA= -vpx MOZ_PKGCONFIG_FILES= NOT_FOR_ARCHS= ia64 From owner-svn-ports-branches@freebsd.org Thu Aug 13 06:05:23 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8058D9A037B; Thu, 13 Aug 2015 06:05:23 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 711E87AF; Thu, 13 Aug 2015 06:05:23 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7D65NcA058320; Thu, 13 Aug 2015 06:05:23 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7D65N3D058318; Thu, 13 Aug 2015 06:05:23 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201508130605.t7D65N3D058318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 13 Aug 2015 06:05:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394051 - branches/2015Q3/www/rt40 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, 13 Aug 2015 06:05:23 -0000 Author: matthew Date: Thu Aug 13 06:05:22 2015 New Revision: 394051 URL: https://svnweb.freebsd.org/changeset/ports/394051 Log: MFH: r394042 Security update to 4.0.24 http://blog.bestpractical.com/2015/08/security-vulnerabilities-in-rt.html Security: 83b38a2c-413e-11e5-bfcf-6805ca0b3d42 Approved by: ports-secteam (delphij) Modified: branches/2015Q3/www/rt40/Makefile branches/2015Q3/www/rt40/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/rt40/Makefile ============================================================================== --- branches/2015Q3/www/rt40/Makefile Thu Aug 13 03:07:47 2015 (r394050) +++ branches/2015Q3/www/rt40/Makefile Thu Aug 13 06:05:22 2015 (r394051) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rt -PORTVERSION= 4.0.23 +PORTVERSION= 4.0.24 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 40 Modified: branches/2015Q3/www/rt40/distinfo ============================================================================== --- branches/2015Q3/www/rt40/distinfo Thu Aug 13 03:07:47 2015 (r394050) +++ branches/2015Q3/www/rt40/distinfo Thu Aug 13 06:05:22 2015 (r394051) @@ -1,2 +1,2 @@ -SHA256 (rt-4.0.23.tar.gz) = 39e1d161a183d3d97188c87493465331d59332ff878fa328c7642bc4f75df9c9 -SIZE (rt-4.0.23.tar.gz) = 6939622 +SHA256 (rt-4.0.24.tar.gz) = 5940ac6c49341cc45de91705025ebec9a764b519415cc133375c6b0d91b84967 +SIZE (rt-4.0.24.tar.gz) = 6841891 From owner-svn-ports-branches@freebsd.org Thu Aug 13 06:06:57 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 485A79A03B2; Thu, 13 Aug 2015 06:06:57 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 392628B8; Thu, 13 Aug 2015 06:06:57 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7D66vaM058545; Thu, 13 Aug 2015 06:06:57 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7D66uV2058543; Thu, 13 Aug 2015 06:06:56 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201508130606.t7D66uV2058543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 13 Aug 2015 06:06:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394052 - branches/2015Q3/www/rt42 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, 13 Aug 2015 06:06:57 -0000 Author: matthew Date: Thu Aug 13 06:06:56 2015 New Revision: 394052 URL: https://svnweb.freebsd.org/changeset/ports/394052 Log: MFH: r394043 Security update to 4.2.12 Security: 83b38a2c-413e-11e5-bfcf-6805ca0b3d42 Approved by: ports-secteam (delphij) Modified: branches/2015Q3/www/rt42/Makefile branches/2015Q3/www/rt42/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/rt42/Makefile ============================================================================== --- branches/2015Q3/www/rt42/Makefile Thu Aug 13 06:05:22 2015 (r394051) +++ branches/2015Q3/www/rt42/Makefile Thu Aug 13 06:06:56 2015 (r394052) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rt -DISTVERSION= 4.2.11 +DISTVERSION= 4.2.12 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 42 Modified: branches/2015Q3/www/rt42/distinfo ============================================================================== --- branches/2015Q3/www/rt42/distinfo Thu Aug 13 06:05:22 2015 (r394051) +++ branches/2015Q3/www/rt42/distinfo Thu Aug 13 06:06:56 2015 (r394052) @@ -1,2 +1,2 @@ -SHA256 (rt-4.2.11.tar.gz) = dc07f32dd04a50bd9d0ff86a1f9fe3cd1a128f01cbbd018e5fa23a41ddfb87e6 -SIZE (rt-4.2.11.tar.gz) = 7537515 +SHA256 (rt-4.2.12.tar.gz) = e21220c609706dc9977a13309d78a4d9171455ae823cf549311342cedd837264 +SIZE (rt-4.2.12.tar.gz) = 7537620 From owner-svn-ports-branches@freebsd.org Thu Aug 13 14:47:04 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F91B9A02E6; Thu, 13 Aug 2015 14:47:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10504367; Thu, 13 Aug 2015 14:47:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7DEl39C071078; Thu, 13 Aug 2015 14:47:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7DEl3Rp071077; Thu, 13 Aug 2015 14:47:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508131447.t7DEl3Rp071077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 13 Aug 2015 14:47:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394065 - branches/2015Q3/textproc/rubygem-diff-lcs 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, 13 Aug 2015 14:47:04 -0000 Author: amdmi3 Date: Thu Aug 13 14:47:03 2015 New Revision: 394065 URL: https://svnweb.freebsd.org/changeset/ports/394065 Log: MFH: r394064 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/textproc/rubygem-diff-lcs/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/textproc/rubygem-diff-lcs/Makefile ============================================================================== --- branches/2015Q3/textproc/rubygem-diff-lcs/Makefile Thu Aug 13 14:12:11 2015 (r394064) +++ branches/2015Q3/textproc/rubygem-diff-lcs/Makefile Thu Aug 13 14:47:03 2015 (r394065) @@ -3,6 +3,7 @@ PORTNAME= diff-lcs PORTVERSION= 1.2.5 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -12,6 +13,9 @@ COMMENT= LCS-based diff library for ruby LICENSE= ART20 GPLv2 GPLv3 MIT LICENSE_COMB= dual +USES= shebangfix +ruby_OLD_CMD= ruby +SHEBANG_FILES= bin/htmldiff bin/ldiff USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-branches@freebsd.org Thu Aug 13 15:02:38 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DACBF9A064A; Thu, 13 Aug 2015 15:02:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA77E17B; Thu, 13 Aug 2015 15:02:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7DF2ckE080027; Thu, 13 Aug 2015 15:02:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7DF2crv080026; Thu, 13 Aug 2015 15:02:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508131502.t7DF2crv080026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 13 Aug 2015 15:02:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394067 - branches/2015Q3/x11/kde4-workspace 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, 13 Aug 2015 15:02:39 -0000 Author: amdmi3 Date: Thu Aug 13 15:02:37 2015 New Revision: 394067 URL: https://svnweb.freebsd.org/changeset/ports/394067 Log: MFH: r394066 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/x11/kde4-workspace/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/x11/kde4-workspace/Makefile ============================================================================== --- branches/2015Q3/x11/kde4-workspace/Makefile Thu Aug 13 15:00:30 2015 (r394066) +++ branches/2015Q3/x11/kde4-workspace/Makefile Thu Aug 13 15:02:37 2015 (r394067) @@ -2,7 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -45,12 +45,13 @@ USE_GNOME= glib20 USE_KDE4= kactivities kdelibs kdeprefix nepomuk-core oxygen \ pimlibs akonadi automoc4 ontologies qimageblitz soprano strigi USES= cmake:outsource compiler:c++11-lib gettext gmake iconv jpeg \ - pkgconfig tar:xz + pkgconfig shebangfix tar:xz USE_QT4= corelib dbus declarative designer_build gui network \ opengl phonon qtestlib script sql webkit xml \ moc_build qmake_build rcc_build uic_build USE_XORG= kbproto x11 xau xcomposite xcursor xdamage xdmcp xfixes \ xft xi xinerama xkbfile xrandr xrender xres xscrnsaver xtst +SHEBANG_FILES= kwin/clients/oxygen/data/update_oxygen.pl USE_LDCONFIG= yes CMAKE_ARGS= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ From owner-svn-ports-branches@freebsd.org Fri Aug 14 00:30:40 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 09BE999E6D8; Fri, 14 Aug 2015 00:30:40 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D157C1702; Fri, 14 Aug 2015 00:30:39 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7E0Udi3032710; Fri, 14 Aug 2015 00:30:39 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7E0UdOu032708; Fri, 14 Aug 2015 00:30:39 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201508140030.t7E0UdOu032708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 14 Aug 2015 00:30:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394200 - in branches/2015Q3/devel/py-foolscap: . 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, 14 Aug 2015 00:30:40 -0000 Author: delphij Date: Fri Aug 14 00:30:38 2015 New Revision: 394200 URL: https://svnweb.freebsd.org/changeset/ports/394200 Log: MFH: r394005 Update to 0.8.0 PR: 202261 Submitted by: Thomas Hurst Approved by: ports-secteam Deleted: branches/2015Q3/devel/py-foolscap/files/ Modified: branches/2015Q3/devel/py-foolscap/Makefile branches/2015Q3/devel/py-foolscap/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/py-foolscap/Makefile ============================================================================== --- branches/2015Q3/devel/py-foolscap/Makefile Fri Aug 14 00:13:13 2015 (r394199) +++ branches/2015Q3/devel/py-foolscap/Makefile Fri Aug 14 00:30:38 2015 (r394200) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= foolscap -PORTVERSION= 0.6.4 -PORTREVISION= 1 +PORTVERSION= 0.8.0 CATEGORIES= devel python MASTER_SITES= http://foolscap.lothar.com/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +17,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}op RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python twisted -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils + +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: branches/2015Q3/devel/py-foolscap/distinfo ============================================================================== --- branches/2015Q3/devel/py-foolscap/distinfo Fri Aug 14 00:13:13 2015 (r394199) +++ branches/2015Q3/devel/py-foolscap/distinfo Fri Aug 14 00:30:38 2015 (r394200) @@ -1,2 +1,2 @@ -SHA256 (foolscap-0.6.4.tar.gz) = 74b283dd68a3c9d68ebf4e9b4ebf5cfb37480915b6a808ac930fe858a66f8d99 -SIZE (foolscap-0.6.4.tar.gz) = 479664 +SHA256 (foolscap-0.8.0.tar.gz) = 6ab49e8c52ee49597148802a877593ddb6ca9a63cb32eaae8bff2900667be1c9 +SIZE (foolscap-0.8.0.tar.gz) = 475062 From owner-svn-ports-branches@freebsd.org Fri Aug 14 13:21:18 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 7FCF49B8A25; Fri, 14 Aug 2015 13:21:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70C8211E2; Fri, 14 Aug 2015 13:21:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EDLI5C047165; Fri, 14 Aug 2015 13:21:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EDLITe047164; Fri, 14 Aug 2015 13:21:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508141321.t7EDLITe047164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 14 Aug 2015 13:21:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394207 - branches/2015Q3/textproc/rubygem-rdtool 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, 14 Aug 2015 13:21:18 -0000 Author: amdmi3 Date: Fri Aug 14 13:21:17 2015 New Revision: 394207 URL: https://svnweb.freebsd.org/changeset/ports/394207 Log: MFH: r394206 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/textproc/rubygem-rdtool/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/textproc/rubygem-rdtool/Makefile ============================================================================== --- branches/2015Q3/textproc/rubygem-rdtool/Makefile Fri Aug 14 13:17:51 2015 (r394206) +++ branches/2015Q3/textproc/rubygem-rdtool/Makefile Fri Aug 14 13:21:17 2015 (r394207) @@ -2,7 +2,7 @@ PORTNAME= rdtool PORTVERSION= 0.6.38 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc ruby MASTER_SITES= RG @@ -12,6 +12,8 @@ COMMENT= RD to HTML/man/etc. converter ( LICENSE= GPLv2 GPLv3 RUBY LICENSE_COMB= dual +USES= shebangfix +SHEBANG_FILES= bin/rd2 bin/rdswap.rb USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-branches@freebsd.org Fri Aug 14 13:32:49 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D00F9B8E39; Fri, 14 Aug 2015 13:32:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF0211C02; Fri, 14 Aug 2015 13:32:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EDWm4O054411; Fri, 14 Aug 2015 13:32:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EDWmGQ054410; Fri, 14 Aug 2015 13:32:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508141332.t7EDWmGQ054410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 14 Aug 2015 13:32:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394211 - branches/2015Q3/devel/rubygem-sysinfo 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, 14 Aug 2015 13:32:49 -0000 Author: amdmi3 Date: Fri Aug 14 13:32:48 2015 New Revision: 394211 URL: https://svnweb.freebsd.org/changeset/ports/394211 Log: MFH: r394210 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/devel/rubygem-sysinfo/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/rubygem-sysinfo/Makefile ============================================================================== --- branches/2015Q3/devel/rubygem-sysinfo/Makefile Fri Aug 14 13:28:34 2015 (r394210) +++ branches/2015Q3/devel/rubygem-sysinfo/Makefile Fri Aug 14 13:32:48 2015 (r394211) @@ -3,6 +3,7 @@ PORTNAME= sysinfo PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -17,6 +18,8 @@ RUN_DEPENDS= rubygem-drydock>=0:${PORTSD USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= bin/sysinfo PLIST_FILES= bin/sysinfo From owner-svn-ports-branches@freebsd.org Fri Aug 14 13:53:57 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 2B16B9B8537; Fri, 14 Aug 2015 13:53:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BE91108C; Fri, 14 Aug 2015 13:53:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EDruGS063325; Fri, 14 Aug 2015 13:53:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EDruaF063324; Fri, 14 Aug 2015 13:53:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508141353.t7EDruaF063324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 14 Aug 2015 13:53:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394216 - branches/2015Q3/devel/ncurses 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, 14 Aug 2015 13:53:57 -0000 Author: amdmi3 Date: Fri Aug 14 13:53:56 2015 New Revision: 394216 URL: https://svnweb.freebsd.org/changeset/ports/394216 Log: MFH: r394215 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/devel/ncurses/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/ncurses/Makefile ============================================================================== --- branches/2015Q3/devel/ncurses/Makefile Fri Aug 14 13:52:25 2015 (r394215) +++ branches/2015Q3/devel/ncurses/Makefile Fri Aug 14 13:53:56 2015 (r394216) @@ -3,6 +3,7 @@ PORTNAME= ncurses DISTVERSION= ${RELEASE}-20150214 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/current/ DIST_SUBDIR= ${PORTNAME} @@ -38,7 +39,8 @@ TRACE_DESC= Add trace() function to all CONFIGURE_ENV= gnat_exists="no" USE_LDCONFIG= yes -USES= tar:tgz +USES= shebangfix tar:tgz +SHEBANG_FILES= test/tracemunch WIDEC_WRKSRC= ${WRKSRC}/build.widec NOWIDEC_WRKSRC= ${WRKSRC}/build.nowidec From owner-svn-ports-branches@freebsd.org Fri Aug 14 14:16:44 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 4E4AE9B8B6D; Fri, 14 Aug 2015 14:16:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F3D61018; Fri, 14 Aug 2015 14:16:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EEGiM7071970; Fri, 14 Aug 2015 14:16:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EEGhdU071968; Fri, 14 Aug 2015 14:16:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508141416.t7EEGhdU071968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 14 Aug 2015 14:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394219 - branches/2015Q3/www/tntnet 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, 14 Aug 2015 14:16:44 -0000 Author: amdmi3 Date: Fri Aug 14 14:16:43 2015 New Revision: 394219 URL: https://svnweb.freebsd.org/changeset/ports/394219 Log: MFH: r394217 - Fix shebangs - Drop @dirrm* from plist Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/www/tntnet/Makefile branches/2015Q3/www/tntnet/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/tntnet/Makefile ============================================================================== --- branches/2015Q3/www/tntnet/Makefile Fri Aug 14 14:10:19 2015 (r394218) +++ branches/2015Q3/www/tntnet/Makefile Fri Aug 14 14:16:43 2015 (r394219) @@ -3,7 +3,7 @@ PORTNAME= tntnet PORTVERSION= 2.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel MASTER_SITES= http://www.tntnet.org/download/ @@ -13,7 +13,8 @@ COMMENT= Webapplicationserver for C++ LIB_DEPENDS= libcxxtools.so:${PORTSDIR}/devel/cxxtools BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -USES= cpe iconv libtool pathfix pkgconfig +USES= cpe iconv libtool pathfix pkgconfig shebangfix +SHEBANG_FILES= tntnet-conf2xml.pl USE_CSTD= gnu89 PATCH_STRIP= -p1 GNU_CONFIGURE= yes Modified: branches/2015Q3/www/tntnet/pkg-plist ============================================================================== --- branches/2015Q3/www/tntnet/pkg-plist Fri Aug 14 14:10:19 2015 (r394218) +++ branches/2015Q3/www/tntnet/pkg-plist Fri Aug 14 14:16:43 2015 (r394219) @@ -135,7 +135,3 @@ man/man7/tntnet.properties.7.gz man/man7/tntnet.xml.7.gz man/man8/tntnet.8.gz %%DATADIR%%/tntnet-conf2xml.pl -@dirrm %%DATADIR%% -@dirrm lib/tntnet -@dirrm include/tnt -@dirrmtry %%ETCDIR%% From owner-svn-ports-branches@freebsd.org Fri Aug 14 16:27:00 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 E80659BA878; Fri, 14 Aug 2015 16:27:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8823111B; Fri, 14 Aug 2015 16:27:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EGR0pF029491; Fri, 14 Aug 2015 16:27:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EGR0I8029490; Fri, 14 Aug 2015 16:27:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201508141627.t7EGR0I8029490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 14 Aug 2015 16:27:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394227 - branches/2015Q3/textproc/rubygem-kramdown 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, 14 Aug 2015 16:27:01 -0000 Author: amdmi3 Date: Fri Aug 14 16:27:00 2015 New Revision: 394227 URL: https://svnweb.freebsd.org/changeset/ports/394227 Log: MFH: r394222 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/textproc/rubygem-kramdown/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/textproc/rubygem-kramdown/Makefile ============================================================================== --- branches/2015Q3/textproc/rubygem-kramdown/Makefile Fri Aug 14 16:26:25 2015 (r394226) +++ branches/2015Q3/textproc/rubygem-kramdown/Makefile Fri Aug 14 16:27:00 2015 (r394227) @@ -3,6 +3,7 @@ PORTNAME= kramdown PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -14,6 +15,8 @@ LICENSE= MIT USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= benchmark/testing.sh benchmark/timing.sh PLIST_FILES= bin/kramdown From owner-svn-ports-branches@freebsd.org Fri Aug 14 16:48: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 A47689BAD8F; Fri, 14 Aug 2015 16:48:56 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B2761789; Fri, 14 Aug 2015 16:48:56 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EGmuN1040338; Fri, 14 Aug 2015 16:48:56 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EGmtv3040335; Fri, 14 Aug 2015 16:48:55 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201508141648.t7EGmtv3040335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 14 Aug 2015 16:48:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394235 - branches/2015Q3/security/gnutls 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, 14 Aug 2015 16:48:56 -0000 Author: feld Date: Fri Aug 14 16:48:54 2015 New Revision: 394235 URL: https://svnweb.freebsd.org/changeset/ports/394235 Log: MFH: r394234 - Update to 3.3.17.1 Relnotes: http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/8268 Security: ec6a2a1e-429d-11e5-9daa-14dae9d210b8 Approved by: ports-secteam (with hat) Modified: branches/2015Q3/security/gnutls/Makefile branches/2015Q3/security/gnutls/distinfo branches/2015Q3/security/gnutls/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/security/gnutls/Makefile ============================================================================== --- branches/2015Q3/security/gnutls/Makefile Fri Aug 14 16:39:58 2015 (r394234) +++ branches/2015Q3/security/gnutls/Makefile Fri Aug 14 16:48:54 2015 (r394235) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.3.15 +PORTVERSION= 3.3.17.1 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} Modified: branches/2015Q3/security/gnutls/distinfo ============================================================================== --- branches/2015Q3/security/gnutls/distinfo Fri Aug 14 16:39:58 2015 (r394234) +++ branches/2015Q3/security/gnutls/distinfo Fri Aug 14 16:48:54 2015 (r394235) @@ -1,2 +1,2 @@ -SHA256 (gnutls-3.3.15.tar.xz) = 8961227852911a1974e15bc017ddbcd4779876c867226d199f06648d8b27ba4b -SIZE (gnutls-3.3.15.tar.xz) = 6286288 +SHA256 (gnutls-3.3.17.1.tar.xz) = b40f158030a92f450a07b20300a3996710ca19800848d9f6fd62493170c5bbb4 +SIZE (gnutls-3.3.17.1.tar.xz) = 6339588 Modified: branches/2015Q3/security/gnutls/pkg-plist ============================================================================== --- branches/2015Q3/security/gnutls/pkg-plist Fri Aug 14 16:39:58 2015 (r394234) +++ branches/2015Q3/security/gnutls/pkg-plist Fri Aug 14 16:48:54 2015 (r394235) @@ -42,7 +42,7 @@ lib/libgnutls-openssl.so.27 lib/libgnutls-openssl.so.27.0.2 lib/libgnutls.so lib/libgnutls.so.28 -lib/libgnutls.so.28.41.7 +lib/libgnutls.so.28.41.9 lib/libgnutlsxx.so lib/libgnutlsxx.so.28 lib/libgnutlsxx.so.28.1.0 From owner-svn-ports-branches@freebsd.org Fri Aug 14 17:06:50 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6ED49B8099; Fri, 14 Aug 2015 17:06:49 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA9A3125D; Fri, 14 Aug 2015 17:06:49 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EH6n3C050128; Fri, 14 Aug 2015 17:06:49 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EH6nlS050123; Fri, 14 Aug 2015 17:06:49 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201508141706.t7EH6nlS050123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Fri, 14 Aug 2015 17:06:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394239 - in branches/2015Q3/ftp/vsftpd-ext: . 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, 14 Aug 2015 17:06:50 -0000 Author: junovitch Date: Fri Aug 14 17:06:48 2015 New Revision: 394239 URL: https://svnweb.freebsd.org/changeset/ports/394239 Log: MFH: r394236 ftp/vsftpd-ext: unbreak build on 9.x i386 and clean up port - Force clang on FreeBSD < 10.0 to resolve 9.x i386 build issues - Modernize USES with tar:tgz - Rely on USERS/GROUPS; remove pkg-install/pkg deinstall scripts - Remove direct chmod usage - Regen patch to pet portlint PR: 200791 Submitted by: Xu Jing (maintainer - original version) Approved by: ports-secteam (feld), delphij (mentor) Deleted: branches/2015Q3/ftp/vsftpd-ext/pkg-deinstall branches/2015Q3/ftp/vsftpd-ext/pkg-install Modified: branches/2015Q3/ftp/vsftpd-ext/Makefile branches/2015Q3/ftp/vsftpd-ext/files/patch-utility Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/ftp/vsftpd-ext/Makefile ============================================================================== --- branches/2015Q3/ftp/vsftpd-ext/Makefile Fri Aug 14 16:59:24 2015 (r394238) +++ branches/2015Q3/ftp/vsftpd-ext/Makefile Fri Aug 14 17:06:48 2015 (r394239) @@ -8,19 +8,16 @@ CATEGORIES= ftp ipv6 MASTER_SITES= http://vsftpd.devnet.ru/files/${UPSTREAMVERSION}/ext.${EXTVERSION}/ PKGNAMESUFFIX?= ${SSL_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= vsFTPd-${UPSTREAMVERSION}-ext${EXTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= xjflyttp@gmail.com COMMENT= FTP daemon that aims to be "very secure". Extended build -BROKEN_FreeBSD_9_i386= does not link - LICENSE= GPLv2 UPSTREAMVERSION=3.0.2 EXTVERSION= 1 -USES= alias gmake +USES= alias gmake tar:tgz WRKSRC= ${WRKDIR}/vsFTPd-${UPSTREAMVERSION}-ext.${EXTVERSION} ALL_TARGET= vsftpd @@ -41,11 +38,12 @@ CONFLICTS= vsftpd-3* vsftpd${SSL_SUFFIX} .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 902001 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +.if exists(/usr/bin/clang) +CC= clang +.else BUILD_DEPENDS+= clang33:${PORTSDIR}/lang/clang33 CC= clang33 -.if ${ARCH} == i386 -BROKEN= does not build on 9.x i386 .endif .endif @@ -115,7 +113,6 @@ do-install: .for i in EXAMPLE SECURITY ${MKDIR} ${STAGEDIR}${DOCSDIR}/${i} ${CP} -p -R -L ${WRKSRC}/${i}/./ ${STAGEDIR}${DOCSDIR}/${i}/ - ${CHMOD} -R -L a+rX,go-w ${STAGEDIR}${DOCSDIR}/${i}/ .endfor .endif Modified: branches/2015Q3/ftp/vsftpd-ext/files/patch-utility ============================================================================== --- branches/2015Q3/ftp/vsftpd-ext/files/patch-utility Fri Aug 14 16:59:24 2015 (r394238) +++ branches/2015Q3/ftp/vsftpd-ext/files/patch-utility Fri Aug 14 17:06:48 2015 (r394239) @@ -1,6 +1,6 @@ ---- utility.c.orig Fri Jul 2 18:26:30 2004 -+++ utility.c Mon Oct 10 01:19:02 2005 -@@ -33,6 +33,10 @@ +--- utility.c.orig 2012-10-26 20:05:38 UTC ++++ utility.c +@@ -40,6 +40,10 @@ die2(const char* p_text1, const char* p_ void bug(const char* p_text) { From owner-svn-ports-branches@freebsd.org Fri Aug 14 17:11:35 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 501909B8193; Fri, 14 Aug 2015 17:11:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FBDA19F5; Fri, 14 Aug 2015 17:11:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EHBZ8h053554; Fri, 14 Aug 2015 17:11:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EHBYn9053549; Fri, 14 Aug 2015 17:11:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508141711.t7EHBYn9053549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 14 Aug 2015 17:11:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394241 - in branches/2015Q3/security: ca_root_nss nss 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, 14 Aug 2015 17:11:35 -0000 Author: jbeich Date: Fri Aug 14 17:11:33 2015 New Revision: 394241 URL: https://svnweb.freebsd.org/changeset/ports/394241 Log: MFH: r394204, r394205 security/{,ca_root_}nss: update to 3.19.3 Changes: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.19.3_release_notes Approved by: portmgr (erwin) Modified: branches/2015Q3/security/ca_root_nss/Makefile branches/2015Q3/security/ca_root_nss/distinfo branches/2015Q3/security/nss/Makefile branches/2015Q3/security/nss/distinfo Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/security/ca_root_nss/Makefile ============================================================================== --- branches/2015Q3/security/ca_root_nss/Makefile Fri Aug 14 17:09:29 2015 (r394240) +++ branches/2015Q3/security/ca_root_nss/Makefile Fri Aug 14 17:11:33 2015 (r394241) @@ -32,8 +32,8 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.19.2 -#NSS_SUFFIX= .with.ckbi.1.98 +VERSION_NSS= 3.19.3 +#NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2015Q3/security/ca_root_nss/distinfo ============================================================================== --- branches/2015Q3/security/ca_root_nss/distinfo Fri Aug 14 17:09:29 2015 (r394240) +++ branches/2015Q3/security/ca_root_nss/distinfo Fri Aug 14 17:11:33 2015 (r394241) @@ -1,2 +1,2 @@ -SHA256 (nss-3.19.2.tar.gz) = 1306663e8f61d8449ad8cbcffab743a604dcd9f6f34232c210847c51dce2c9ae -SIZE (nss-3.19.2.tar.gz) = 6953657 +SHA256 (nss-3.19.3.tar.gz) = c56bdad20736a8227afb3c97b25d6d2eb3982e979ddc9be1d66cb7199ae8ca8f +SIZE (nss-3.19.3.tar.gz) = 6949648 Modified: branches/2015Q3/security/nss/Makefile ============================================================================== --- branches/2015Q3/security/nss/Makefile Fri Aug 14 17:09:29 2015 (r394240) +++ branches/2015Q3/security/nss/Makefile Fri Aug 14 17:11:33 2015 (r394241) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.19.2 -#DISTVERSIONSUFFIX= .with.ckbi.1.93 +PORTVERSION= 3.19.3 +#DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2015Q3/security/nss/distinfo ============================================================================== --- branches/2015Q3/security/nss/distinfo Fri Aug 14 17:09:29 2015 (r394240) +++ branches/2015Q3/security/nss/distinfo Fri Aug 14 17:11:33 2015 (r394241) @@ -1,2 +1,2 @@ -SHA256 (nss-3.19.2.tar.gz) = 1306663e8f61d8449ad8cbcffab743a604dcd9f6f34232c210847c51dce2c9ae -SIZE (nss-3.19.2.tar.gz) = 6953657 +SHA256 (nss-3.19.3.tar.gz) = c56bdad20736a8227afb3c97b25d6d2eb3982e979ddc9be1d66cb7199ae8ca8f +SIZE (nss-3.19.3.tar.gz) = 6949648 From owner-svn-ports-branches@freebsd.org Fri Aug 14 17:27:57 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 AAC3F9B84E7; Fri, 14 Aug 2015 17:27:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A0F0106B; Fri, 14 Aug 2015 17:27:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EHRv7L060343; Fri, 14 Aug 2015 17:27:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EHRt0u060335; Fri, 14 Aug 2015 17:27:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508141727.t7EHRt0u060335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 14 Aug 2015 17:27:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394242 - in branches/2015Q3/multimedia/libvpx: . 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, 14 Aug 2015 17:27:57 -0000 Author: jbeich Date: Fri Aug 14 17:27:55 2015 New Revision: 394242 URL: https://svnweb.freebsd.org/changeset/ports/394242 Log: MFH: r394231 multimedia/libvpx: update to 1.4.0.488 (snapshot) Sync system libvpx with bundled libvpx in Firefox 40 in order to fix vulnerabilities in the former. While here fix other issues: - Add powerpc targets removed by upstream - Add sparc64 support [1] - Improve gcc42 workaround [2] - Strip binaries as reported by stage-qa - Drop unused -no-integrated-as hack for Clang Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.4.0..e67d45d ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0_to_1.4.0.488/compat_report.html PR: 202270 PR: 186394 [1] (based on) PR: 189136 [2] Exp-run by: antoine Approved by: ashish (maintainer) Approved by: ports-secteam (delphij) Security: http://www.vuxml.org/freebsd/34e60332-2448-4ed6-93f0-12713749f250.html Added: branches/2015Q3/multimedia/libvpx/files/patch-vp9_common_vp9__filter.c - copied unchanged from r394231, head/multimedia/libvpx/files/patch-vp9_common_vp9__filter.c Modified: branches/2015Q3/multimedia/libvpx/Makefile branches/2015Q3/multimedia/libvpx/distinfo branches/2015Q3/multimedia/libvpx/files/patch-build_make_Makefile branches/2015Q3/multimedia/libvpx/files/patch-build_make_configure.sh branches/2015Q3/multimedia/libvpx/files/patch-configure Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/multimedia/libvpx/Makefile ============================================================================== --- branches/2015Q3/multimedia/libvpx/Makefile Fri Aug 14 17:11:33 2015 (r394241) +++ branches/2015Q3/multimedia/libvpx/Makefile Fri Aug 14 17:27:55 2015 (r394242) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= libvpx -PORTVERSION= 1.4.0 +DISTVERSIONPREFIX= v +DISTVERSION= 1.4.0-488 # tracking www/firefox +DISTVERSIONSUFFIX= -ge67d45d CATEGORIES= multimedia -MASTER_SITES= DEBIAN -DISTNAME= ${PORTNAME}_${DISTVERSION}.orig MAINTAINER= ashish@FreeBSD.org COMMENT= VP8/VP9 Codec SDK @@ -15,7 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm -USES= cpe gmake perl5 shebangfix tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= webmproject + +USES= compiler cpe gmake perl5 shebangfix tar:bzip2 CPE_VENDOR= john_koleszar HAS_CONFIGURE= yes USE_PERL5= build @@ -28,7 +31,6 @@ POSTPROC_DESC= Enable postprocessing RUNTIME_DESC= Enable runtime CPU detection SHARED_DESC= Enable shared-library support -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} ALL_TARGET= CONFIGURE_ARGS+=--prefix=${PREFIX} \ --disable-install-docs \ @@ -51,18 +53,6 @@ SHEBANG_FILES= build/make/ads2gas.pl .include -.if ${OSVERSION} < 900000 -.if ${ARCH} == "amd64" -USE_GCC= yes -.endif -.endif - -# Workaround for GCC in 9.x post r260075 -# OSVERSION taken from r260135, the closest OSVERSION -.if ${OSVERSION} > 902505 && ${OSVERSION} < 1000000 -CFLAGS+= -flax-vector-conversions -.endif - .if ${OSVERSION} >= 1000000 CONFIGURE_ARGS+= --disable-unit-tests .endif @@ -77,6 +67,9 @@ CONFIGURE_ARGS+= --target=ia64-linux-gcc CONFIGURE_ARGS+= --target=ppc32-linux-gcc .elif ${ARCH} == "powerpc64" CONFIGURE_ARGS+= --target=ppc64-linux-gcc +.elif ${ARCH} == "sparc64" +CONFIGURE_ARGS+= --target=sparc64-linux-gcc +USES:= ${USES:Ncompiler*} compiler:c++11-lib .elif ${ARCH} == "armv6" CONFIGURE_ARGS+= --target=armv6-linux-gcc --cpu=armv6 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-build_make_Makefile @@ -84,8 +77,22 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- IGNORE= no support for ${ARCH} the moment. testing/patches are welcome .endif +.include + +# Workaround for GCC in 9.x post r260075 +# OSVERSION taken from r260135, the closest OSVERSION +.if ${OPSYS} == FreeBSD && ${OSVERSION} > 902505 +. if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} == 42 +CFLAGS+= -flax-vector-conversions +. endif +.endif + post-patch: @${REINPLACE_CMD} 's|\(link_with_cc\)=gcc|\1=$${CC}|' \ ${WRKSRC}/build/make/configure.sh -.include +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vpx* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvpx.so.*.*.* + +.include Modified: branches/2015Q3/multimedia/libvpx/distinfo ============================================================================== --- branches/2015Q3/multimedia/libvpx/distinfo Fri Aug 14 17:11:33 2015 (r394241) +++ branches/2015Q3/multimedia/libvpx/distinfo Fri Aug 14 17:27:55 2015 (r394242) @@ -1,2 +1,2 @@ -SHA256 (libvpx_1.4.0.orig.tar.bz2) = f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4 -SIZE (libvpx_1.4.0.orig.tar.bz2) = 1807989 +SHA256 (webmproject-libvpx-v1.4.0-488-ge67d45d_GH0.tar.bz2) = 9ee182a81d866d92021e4cb11bc81cf0bee96d5bb53c2122eb4d3cc6b86b712b +SIZE (webmproject-libvpx-v1.4.0-488-ge67d45d_GH0.tar.bz2) = 2324228 Modified: branches/2015Q3/multimedia/libvpx/files/patch-build_make_Makefile ============================================================================== --- branches/2015Q3/multimedia/libvpx/files/patch-build_make_Makefile Fri Aug 14 17:11:33 2015 (r394241) +++ branches/2015Q3/multimedia/libvpx/files/patch-build_make_Makefile Fri Aug 14 17:27:55 2015 (r394242) @@ -1,14 +1,5 @@ --- build/make/Makefile.orig +++ build/make/Makefile -@@ -158,7 +158,7 @@ - $(qexec)$(AS) $(ASFLAGS) -o $@ $< - - .PRECIOUS: %.c.S --%.c.S: CFLAGS += -DINLINE_ASM -+%.c.S: CFLAGS += -DINLINE_ASM $(CLANG_NO_IAS) - $(BUILD_PFX)%.c.S: %.c - $(if $(quiet),@echo " [GEN] $@") - $(qexec)$(CC) -S $(CFLAGS) -o $@ $< @@ -230,8 +230,8 @@ define install_map_template $(DIST_DIR)/$(1): $(2) Modified: branches/2015Q3/multimedia/libvpx/files/patch-build_make_configure.sh ============================================================================== --- branches/2015Q3/multimedia/libvpx/files/patch-build_make_configure.sh Fri Aug 14 17:11:33 2015 (r394241) +++ branches/2015Q3/multimedia/libvpx/files/patch-build_make_configure.sh Fri Aug 14 17:27:55 2015 (r394242) @@ -1,13 +1,5 @@ --- build/make/configure.sh.orig 2015-04-03 18:49:19 UTC +++ build/make/configure.sh -@@ -379,6 +379,7 @@ write_common_config_banner() { - print_webm_license config.mk "##" "" - echo '# This file automatically generated by configure. Do not edit!' >> config.mk - echo "TOOLCHAIN := ${toolchain}" >> config.mk -+ echo "CLANG_NO_IAS=${CLANG_NO_IAS}" >> config.mk - - case ${toolchain} in - *-linux-rvct) @@ -831,7 +832,6 @@ process_common_toolchain() { case ${tgt_cc} in Modified: branches/2015Q3/multimedia/libvpx/files/patch-configure ============================================================================== --- branches/2015Q3/multimedia/libvpx/files/patch-configure Fri Aug 14 17:11:33 2015 (r394241) +++ branches/2015Q3/multimedia/libvpx/files/patch-configure Fri Aug 14 17:27:55 2015 (r394242) @@ -1,14 +1,17 @@ --- configure.orig +++ configure -@@ -164,6 +164,7 @@ all_platforms="${all_platforms} universa - all_platforms="${all_platforms} universal-darwin12-gcc" - all_platforms="${all_platforms} universal-darwin13-gcc" - all_platforms="${all_platforms} universal-darwin14-gcc" +@@ -148,6 +148,10 @@ all_platforms="${all_platforms} x86_64-w + all_platforms="${all_platforms} x86_64-win64-vs10" + all_platforms="${all_platforms} x86_64-win64-vs11" + all_platforms="${all_platforms} x86_64-win64-vs12" +all_platforms="${all_platforms} ia64-linux-gcc" ++all_platforms="${all_platforms} ppc32-linux-gcc" ++all_platforms="${all_platforms} ppc64-linux-gcc" ++all_platforms="${all_platforms} sparc64-linux-gcc" all_platforms="${all_platforms} generic-gnu" # all_targets is a list of all targets that can be configured -@@ -611,15 +612,15 @@ +@@ -611,15 +612,14 @@ check_add_cflags -Wimplicit-function-declaration check_add_cflags -Wuninitialized check_add_cflags -Wunused-variable @@ -26,7 +29,6 @@ + # https://code.google.com/p/webm/issues/detail?id=603 + # work around them until they are fixed + check_add_cflags -fno-strict-aliasing -+ CLANG_NO_IAS=-no-integrated-as + else + check_add_cflags -Wunused-but-set-variable + fi Copied: branches/2015Q3/multimedia/libvpx/files/patch-vp9_common_vp9__filter.c (from r394231, head/multimedia/libvpx/files/patch-vp9_common_vp9__filter.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q3/multimedia/libvpx/files/patch-vp9_common_vp9__filter.c Fri Aug 14 17:27:55 2015 (r394242, copy of r394231, head/multimedia/libvpx/files/patch-vp9_common_vp9__filter.c) @@ -0,0 +1,27 @@ +commit 33b3953c548a20c0aee705657df0440a740c28b7 +Author: James Zern +Date: Thu Jun 11 15:12:22 2015 -0700 + + vp9_filter: restore vp9_bilinear_filters alignment + + the declaration containing the alignment in vp9_filter.h was removed in: + eb88b17 Make vp9 subpixel match vp8 + + fixes a crash in 32-bit builds + + Change-Id: I9a97e6b4e8e94698e43ff79d0d8bb85043b73c61 + +diff --git a/vp9/common/vp9_filter.c b/vp9/common/vp9_filter.c +index afcdf22..b256d4a 100644 +--- vp9/common/vp9_filter.c ++++ vp9/common/vp9_filter.c +@@ -12,7 +12,8 @@ + + #include "vp9/common/vp9_filter.h" + +-const InterpKernel vp9_bilinear_filters[SUBPEL_SHIFTS] = { ++DECLARE_ALIGNED(256, const InterpKernel, ++ vp9_bilinear_filters[SUBPEL_SHIFTS]) = { + { 0, 0, 0, 128, 0, 0, 0, 0 }, + { 0, 0, 0, 120, 8, 0, 0, 0 }, + { 0, 0, 0, 112, 16, 0, 0, 0 }, From owner-svn-ports-branches@freebsd.org Fri Aug 14 17:30:30 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 190FF9B856D; Fri, 14 Aug 2015 17:30:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F17461277; Fri, 14 Aug 2015 17:30:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EHUTI3063323; Fri, 14 Aug 2015 17:30:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EHUSeQ063165; Fri, 14 Aug 2015 17:30:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201508141730.t7EHUSeQ063165@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 14 Aug 2015 17:30:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394243 - in branches/2015Q3: mail/thunderbird www/firefox www/firefox-esr www/libxul www/seamonkey X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.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, 14 Aug 2015 17:30:30 -0000 Author: jbeich Date: Fri Aug 14 17:30:28 2015 New Revision: 394243 URL: https://svnweb.freebsd.org/changeset/ports/394243 Log: MFH: r394233 Back out r394012 after r394231 (use system libvpx again) PR: 202270 Exp-run by: antoine Approved by: ports-secteam (delphij) Modified: branches/2015Q3/mail/thunderbird/Makefile branches/2015Q3/www/firefox-esr/Makefile branches/2015Q3/www/firefox/Makefile branches/2015Q3/www/libxul/Makefile branches/2015Q3/www/seamonkey/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/mail/thunderbird/Makefile ============================================================================== --- branches/2015Q3/mail/thunderbird/Makefile Fri Aug 14 17:27:55 2015 (r394242) +++ branches/2015Q3/mail/thunderbird/Makefile Fri Aug 14 17:30:28 2015 (r394243) @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 38.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -21,13 +21,13 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ opus>=1.1:${PORTSDIR}/audio/opus \ + libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip -# libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \ # opus>=1.1:${PORTSDIR}/audio/opus \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -37,7 +37,7 @@ L_VERSION= 4.0.1 SSP_UNSAFE= yes USE_GECKO= gecko -USE_MOZILLA= -opus -vpx +USE_MOZILLA= -opus USE_QT5= # empty QT_NONSTANDARD= yes Modified: branches/2015Q3/www/firefox-esr/Makefile ============================================================================== --- branches/2015Q3/www/firefox-esr/Makefile Fri Aug 14 17:27:55 2015 (r394242) +++ branches/2015Q3/www/firefox-esr/Makefile Fri Aug 14 17:30:28 2015 (r394243) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 38.2.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ @@ -21,13 +21,13 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ + libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip -# libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \ # opus>=1.1:${PORTSDIR}/audio/opus \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -36,7 +36,7 @@ USE_GECKO= gecko CPE_PRODUCT= ${PORTNAME}_esr CONFLICTS_INSTALL= firefox-4[0-4].* firefox-3[02-9].* firefox-2[0-35-9].* MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -opus -vpx +USE_MOZILLA= -opus MOZILLA_NAME= Firefox USE_QT5= # empty Modified: branches/2015Q3/www/firefox/Makefile ============================================================================== --- branches/2015Q3/www/firefox/Makefile Fri Aug 14 17:27:55 2015 (r394242) +++ branches/2015Q3/www/firefox/Makefile Fri Aug 14 17:30:28 2015 (r394243) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 40.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -20,13 +20,13 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ + libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip -# libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \ # opus>=1.1:${PORTSDIR}/audio/opus \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -34,7 +34,7 @@ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/mult USE_GECKO= gecko CONFLICTS_INSTALL= firefox-esr-31.* firefox-esr-24.* firefox-esr-17.* MOZ_PKGCONFIG_FILES= # empty -USE_MOZILLA= -opus -vpx +USE_MOZILLA= -opus MOZILLA_NAME= Firefox USE_QT5= # empty Modified: branches/2015Q3/www/libxul/Makefile ============================================================================== --- branches/2015Q3/www/libxul/Makefile Fri Aug 14 17:27:55 2015 (r394242) +++ branches/2015Q3/www/libxul/Makefile Fri Aug 14 17:30:28 2015 (r394243) @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 38.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source @@ -19,13 +19,13 @@ BUILD_DEPENDS= nspr>=4.10.8:${PORTSDIR}/ harfbuzz>=0.9.34:${PORTSDIR}/print/harfbuzz \ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ + libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.9:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip -# libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \ # opus>=1.1:${PORTSDIR}/audio/opus \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -46,7 +46,7 @@ MOZ_OPTIONS?= --enable-application=xulru USE_GECKO= gecko CPE_PRODUCT= firefox_esr MOZILLA_EXEC_NAME=xulrunner -USE_MOZILLA= -opus -vpx +USE_MOZILLA= -opus MOZILLA_PLIST_DIRS= bin include lib share/idl libdata MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \ mozilla-plugin Modified: branches/2015Q3/www/seamonkey/Makefile ============================================================================== --- branches/2015Q3/www/seamonkey/Makefile Fri Aug 14 17:27:55 2015 (r394242) +++ branches/2015Q3/www/seamonkey/Makefile Fri Aug 14 17:30:28 2015 (r394243) @@ -3,7 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.33.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source @@ -21,13 +21,13 @@ BUILD_DEPENDS= nspr>=4.10.6:${PORTSDIR}/ graphite2>=1.2.4:${PORTSDIR}/graphics/graphite2 \ libvorbis>=1.3.5:${PORTSDIR}/audio/libvorbis \ opus>=1.1:${PORTSDIR}/audio/opus \ + libvpx>=1.3.0:${PORTSDIR}/multimedia/libvpx \ sqlite3>=3.8.7.4:${PORTSDIR}/databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip -# libvpx>=1.5.0:${PORTSDIR}/multimedia/libvpx \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l @@ -47,7 +47,7 @@ MOZ_EXTENSIONS= default MOZ_OPTIONS+= --program-transform-name='s/seamonkey/${MOZILLA}/' \ --enable-application=suite -USE_MOZILLA= -vpx +USE_MOZILLA= # empty MOZ_PKGCONFIG_FILES= NOT_FOR_ARCHS= ia64 From owner-svn-ports-branches@freebsd.org Fri Aug 14 20:44:21 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 210B69BAD46; Fri, 14 Aug 2015 20:44:21 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10D5F18AF; Fri, 14 Aug 2015 20:44:21 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EKiKsM056258; Fri, 14 Aug 2015 20:44:20 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EKiKGh056257; Fri, 14 Aug 2015 20:44:20 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201508142044.t7EKiKGh056257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 14 Aug 2015 20:44:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394257 - branches/2015Q3/security/gnutls 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, 14 Aug 2015 20:44:21 -0000 Author: feld Date: Fri Aug 14 20:44:20 2015 New Revision: 394257 URL: https://svnweb.freebsd.org/changeset/ports/394257 Log: MFH: r394256 Update MASTER_SITES to fix fetching problem due to abnormal version number PR: 202332 Approved by: ports-secteam (with hat) Modified: branches/2015Q3/security/gnutls/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/security/gnutls/Makefile ============================================================================== --- branches/2015Q3/security/gnutls/Makefile Fri Aug 14 20:38:38 2015 (r394256) +++ branches/2015Q3/security/gnutls/Makefile Fri Aug 14 20:44:20 2015 (r394257) @@ -3,7 +3,7 @@ PORTNAME= gnutls PORTVERSION= 3.3.17.1 CATEGORIES= security net -MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} +MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R:R} MAINTAINER= bdrewery@FreeBSD.org COMMENT= GNU Transport Layer Security library From owner-svn-ports-branches@freebsd.org Fri Aug 14 21:02: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 A92479B9072; Fri, 14 Aug 2015 21:02:59 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A02310BF; Fri, 14 Aug 2015 21:02:59 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EL2xoL065653; Fri, 14 Aug 2015 21:02:59 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EL2xBF065649; Fri, 14 Aug 2015 21:02:59 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201508142102.t7EL2xBF065649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 14 Aug 2015 21:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r394259 - branches/2015Q3/www/linux-c6-flashplugin11 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2015 21:02:59 -0000 Author: kwm Date: Fri Aug 14 21:02:58 2015 New Revision: 394259 URL: https://svnweb.freebsd.org/changeset/ports/394259 Log: Manual merge r394008: linux c6 and f10 flash update to 11.2r202.508. This was done this way because HEAD ports diverged after the 64bit linux emulation ports update. Security: f3778328-d288-4b39-86a4-65877331eaf7 Approved by: ports-secteam@ (feld@) Modified: branches/2015Q3/www/linux-c6-flashplugin11/Makefile branches/2015Q3/www/linux-c6-flashplugin11/distinfo Modified: branches/2015Q3/www/linux-c6-flashplugin11/Makefile ============================================================================== --- branches/2015Q3/www/linux-c6-flashplugin11/Makefile Fri Aug 14 20:59:29 2015 (r394258) +++ branches/2015Q3/www/linux-c6-flashplugin11/Makefile Fri Aug 14 21:02:58 2015 (r394259) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.491 +PORTVERSION= 11.2r202.508 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib Modified: branches/2015Q3/www/linux-c6-flashplugin11/distinfo ============================================================================== --- branches/2015Q3/www/linux-c6-flashplugin11/distinfo Fri Aug 14 20:59:29 2015 (r394258) +++ branches/2015Q3/www/linux-c6-flashplugin11/distinfo Fri Aug 14 21:02:58 2015 (r394259) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.491/install_flash_player_11_linux.i386.tar.gz) = be3f277fe1a15e4b082938019b4e0f9fac4336b460b2eb08d8f22bf90c718e53 -SIZE (flashplugin/11.2r202.491/install_flash_player_11_linux.i386.tar.gz) = 6942060 -SHA256 (flashplugin/11.2r202.491/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.491/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.508/install_flash_player_11_linux.i386.tar.gz) = 2a263957676a1d5f3f7ff28fc119e41bc24c6187fc948759d890554f465c0391 +SIZE (flashplugin/11.2r202.508/install_flash_player_11_linux.i386.tar.gz) = 6947080 +SHA256 (flashplugin/11.2r202.508/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.508/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 From owner-svn-ports-branches@freebsd.org Fri Aug 14 21:39:49 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C7C59B96DC for ; Fri, 14 Aug 2015 21:39:49 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-io0-f174.google.com (mail-io0-f174.google.com [209.85.223.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F7C21085 for ; Fri, 14 Aug 2015 21:39:48 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by iodt126 with SMTP id t126so98676113iod.2 for ; Fri, 14 Aug 2015 14:39:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=A++aKWzyS/glIEU3WXqLQRVW+oMSKTSaK25K9xck8v4=; b=IXfOojafrKiQcNhaYteIbJ3wxX+j/KHYwuYhoapD6vE5Q9thMePS97wrVsbG4MSvq4 K/HbMvhXWshkTh0g6ZmDJuAZHV9KF1bXPbb4+lktR8WeC1nnG8vUrY2tenMi8A08oqwo Kmddnc7qqX6sjiEELfrxiRYsZmw/TlkmT2L8v6yUiqPWotNwXbuqzMH/4CuguMXl2T0e T3HLTvfZysPEtApipW0HeZgGcmAWPvTznHItm3rQCpXOw4Ymr5p4qGutKlEQ9v+e5i1T Yfi/HG0hR0QJES1n/ORTKKFkz/0svcn8nXrKqt02cF162G6/ofd/UIG4rO32Xz8gSom+ AVYg== X-Gm-Message-State: ALoCoQn4rtg2K9lLfp7y6vBIAq3UdhPQu0U2vFauRQIMXrYOopG5i3NpRZDH6oazlKRo7NIduq2h X-Received: by 10.107.34.75 with SMTP id i72mr53623158ioi.56.1439588002192; Fri, 14 Aug 2015 14:33:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.195.230 with HTTP; Fri, 14 Aug 2015 14:32:42 -0700 (PDT) X-Originating-IP: [68.101.40.130] In-Reply-To: <201508142044.t7EKiKGh056257@repo.freebsd.org> References: <201508142044.t7EKiKGh056257@repo.freebsd.org> From: "Philip M. Gollucci" Date: Fri, 14 Aug 2015 17:32:42 -0400 Message-ID: Subject: Re: svn commit: r394257 - branches/2015Q3/security/gnutls To: Mark Felder Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , svn-ports-branches@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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, 14 Aug 2015 21:39:49 -0000 Horray! On Fri, Aug 14, 2015 at 4:44 PM, Mark Felder wrote: > Author: feld > Date: Fri Aug 14 20:44:20 2015 > New Revision: 394257 > URL: https://svnweb.freebsd.org/changeset/ports/394257 > > Log: > MFH: r394256 > > Update MASTER_SITES to fix fetching problem due to abnormal version > number > > PR: 202332 > Approved by: ports-secteam (with hat) > > Modified: > branches/2015Q3/security/gnutls/Makefile > Directory Properties: > branches/2015Q3/ (props changed) > > Modified: branches/2015Q3/security/gnutls/Makefile > > ============================================================================== > --- branches/2015Q3/security/gnutls/Makefile Fri Aug 14 20:38:38 2015 > (r394256) > +++ branches/2015Q3/security/gnutls/Makefile Fri Aug 14 20:44:20 2015 > (r394257) > @@ -3,7 +3,7 @@ > PORTNAME= gnutls > PORTVERSION= 3.3.17.1 > CATEGORIES= security net > -MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} > +MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R:R} > > MAINTAINER= bdrewery@FreeBSD.org > COMMENT= GNU Transport Layer Security library > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > -- --------------------------------------------------------------------------------- Curb: Your ride is here 4096R/D21D2752 ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. Director IT Operations, Curb What doesn't kill us can only make us stronger; Except it almost kills you. From owner-svn-ports-branches@freebsd.org Sat Aug 15 14:22:22 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 4FBCD9BA38B for ; Sat, 15 Aug 2015 14:22:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 250AE1131 for ; Sat, 15 Aug 2015 14:22:22 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A1F3020E8C for ; Sat, 15 Aug 2015 10:22:20 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Sat, 15 Aug 2015 10:22:20 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=hZvZ22GV9EHxHm+ VZj85KlCnNWM=; b=nEB84E8scMUGbADrd54QaKJubsEKf0ilSUAh4ThQWCF4mrb BkWF9KMODLOpANYvURuPUdOyFYTZqrrci2hd5tgU1mS4ddPp6qHbFEHnd4ufuTe5 YGESl6xX8/49O3QQrKrcBPgHY54DTEJqTgzlxwi8JMecALe0dP7pwAAYhJjw= Received: by web3.nyi.internal (Postfix, from userid 99) id 81538110E54; Sat, 15 Aug 2015 10:22:20 -0400 (EDT) Message-Id: <1439648540.236096.356977553.29B7D072@webmail.messagingengine.com> X-Sasl-Enc: tdERx/SItecYOs4YdDAZ64F5401jiDt85xIXB7adibVM 1439648540 From: Mark Felder To: "Philip M. Gollucci" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-4fee8ba5 In-Reply-To: References: <201508142044.t7EKiKGh056257@repo.freebsd.org> Subject: Re: svn commit: r394257 - branches/2015Q3/security/gnutls Date: Sat, 15 Aug 2015 09:22:20 -0500 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, 15 Aug 2015 14:22:22 -0000 On Fri, Aug 14, 2015, at 16:32, Philip M. Gollucci wrote: > Horray! > Don't cheer my mistakes :)