From owner-svn-ports-head@freebsd.org Sun Aug 6 00:31:27 2017 Return-Path: Delivered-To: svn-ports-head@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 114C0DD3E04; Sun, 6 Aug 2017 00:31:27 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE1DA69483; Sun, 6 Aug 2017 00:31:26 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v760VPFA006406; Sun, 6 Aug 2017 00:31:25 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v760VOdh006396; Sun, 6 Aug 2017 00:31:24 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201708060031.v760VOdh006396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 6 Aug 2017 00:31:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447436 - in head/net: freerdp freerdp/files remmina-plugin-rdp vinagre X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: in head/net: freerdp freerdp/files remmina-plugin-rdp vinagre X-SVN-Commit-Revision: 447436 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 00:31:27 -0000 Author: woodsb02 Date: Sun Aug 6 00:31:24 2017 New Revision: 447436 URL: https://svnweb.freebsd.org/changeset/ports/447436 Log: net/freerdp: Update to 2.0.0 RC0 - Fix patches and post-patch to apply against new release - Bump PORTREVISION of dependent ports PR: 221240 Approved by: kevans (maintainer) Added: head/net/freerdp/files/patch-libfreerdp_crypto_crypto.c (contents, props changed) head/net/freerdp/files/patch-winpr_libwinpr_crypto_hash.c (contents, props changed) head/net/freerdp/files/patch-winpr_libwinpr_utils_ssl.c (contents, props changed) head/net/freerdp/files/patch-winpr_tools_makecert_makecert.c (contents, props changed) Modified: head/net/freerdp/Makefile head/net/freerdp/distinfo head/net/freerdp/files/patch-libfreerdp_crypto_tls.c head/net/freerdp/pkg-plist head/net/remmina-plugin-rdp/Makefile head/net/vinagre/Makefile Modified: head/net/freerdp/Makefile ============================================================================== --- head/net/freerdp/Makefile Sat Aug 5 23:13:45 2017 (r447435) +++ head/net/freerdp/Makefile Sun Aug 6 00:31:24 2017 (r447436) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= freerdp -PORTVERSION= 2.0.0.g2016.11.24 -PORTREVISION= 4 +DISTVERSION= 2.0.0-rc0 CATEGORIES= net comms ipv6 MAINTAINER= kevans@FreeBSD.org @@ -15,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= FreeRDP GH_PROJECT= ${GH_ACCOUNT} -GH_TAGNAME= 2a6dbab USES= alias cmake:outsource compiler:c++11-lib cpe execinfo gettext localbase pathfix pkgconfig ssl USE_LDCONFIG= yes @@ -85,8 +83,6 @@ post-patch: ${WRKSRC}/client/X11/CMakeLists.txt @${REINPLACE_CMD} -e 's/NetBSD__)/NetBSD__) || defined(__FreeBSD__)/' \ ${WRKSRC}/winpr/libwinpr/utils/trio/triodef.h - @${REINPLACE_CMD} -e 's|||' \ - ${WRKSRC}/channels/drive/client/statvfs.c @${RM} ${WRKSRC}/cmake/FindOpenSSL.cmake @${REINPLACE_CMD} -e 's|$${CMAKE_INSTALL_LIBDIR}/cmake|$${CMAKE_INSTALL_PREFIX}/share/cmake/Modules|' \ ${WRKSRC}/client/CMakeLists.txt \ Modified: head/net/freerdp/distinfo ============================================================================== --- head/net/freerdp/distinfo Sat Aug 5 23:13:45 2017 (r447435) +++ head/net/freerdp/distinfo Sun Aug 6 00:31:24 2017 (r447436) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480005507 -SHA256 (FreeRDP-FreeRDP-2.0.0.g2016.11.24-2a6dbab_GH0.tar.gz) = 2a8550c3b067f49353614c4dc13fff4b2c0cf7653dd765c8e44eccaf8c79f20b -SIZE (FreeRDP-FreeRDP-2.0.0.g2016.11.24-2a6dbab_GH0.tar.gz) = 6417326 +TIMESTAMP = 1501924476 +SHA256 (FreeRDP-FreeRDP-2.0.0-rc0_GH0.tar.gz) = b432d92f529646f3e914513c8202c66ce167405082ee5b9e6d15ba4321ff6664 +SIZE (FreeRDP-FreeRDP-2.0.0-rc0_GH0.tar.gz) = 6486533 Added: head/net/freerdp/files/patch-libfreerdp_crypto_crypto.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freerdp/files/patch-libfreerdp_crypto_crypto.c Sun Aug 6 00:31:24 2017 (r447436) @@ -0,0 +1,11 @@ +--- libfreerdp/crypto/crypto.c.orig 2017-08-05 09:35:32 UTC ++++ libfreerdp/crypto/crypto.c +@@ -388,7 +388,7 @@ BOOL x509_verify_certificate(CryptoCert cert, char* ce + if (cert_ctx == NULL) + goto end; + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) + OpenSSL_add_all_algorithms(); + #else + OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS \ Modified: head/net/freerdp/files/patch-libfreerdp_crypto_tls.c ============================================================================== --- head/net/freerdp/files/patch-libfreerdp_crypto_tls.c Sat Aug 5 23:13:45 2017 (r447435) +++ head/net/freerdp/files/patch-libfreerdp_crypto_tls.c Sun Aug 6 00:31:24 2017 (r447436) @@ -1,32 +1,27 @@ ---- libfreerdp/crypto/tls.c.orig 2016-11-24 14:45:22 UTC +--- libfreerdp/crypto/tls.c.orig 2017-07-24 08:46:54 UTC +++ libfreerdp/crypto/tls.c -@@ -218,9 +218,9 @@ static long bio_rdp_tls_ctrl(BIO* bio, i - case BIO_CTRL_RESET: - SSL_shutdown(tls->ssl); +@@ -853,13 +853,13 @@ int tls_connect(rdpTls* tls, BIO* underlying) + if (!tls_prepare(tls, underlying, SSLv23_client_method(), options, TRUE)) + return FALSE; -- if (tls->ssl->handshake_func == tls->ssl->method->ssl_connect) -+ if (SSL_in_connect_init(tls->ssl)) - SSL_set_connect_state(tls->ssl); -- else if (tls->ssl->handshake_func == tls->ssl->method->ssl_accept) -+ else if (SSL_in_accept_init(tls->ssl)) - SSL_set_accept_state(tls->ssl); - - SSL_clear(tls->ssl); -@@ -805,7 +805,7 @@ int tls_connect(rdpTls* tls, BIO* underl +-#ifndef OPENSSL_NO_TLSEXT ++#if !defined(OPENSSL_NO_TLSEXT) && !defined(LIBRESSL_VERSION_NUMBER) + SSL_set_tlsext_host_name(tls->ssl, tls->hostname); + #endif return tls_do_handshake(tls, TRUE); } --#ifndef OPENSSL_NO_TLSEXT -+#if !defined(OPENSSL_NO_TLSEXT) && !defined(LIBRESSL_VERSION_NUMBER) +-#if defined(MICROSOFT_IOS_SNI_BUG) && !defined(OPENSSL_NO_TLSEXT) ++#if defined(MICROSOFT_IOS_SNI_BUG) && !defined(OPENSSL_NO_TLSEXT) && !defined(LIBRESSL_VERSION_NUMBER) static void tls_openssl_tlsext_debug_callback(SSL* s, int client_server, int type, unsigned char* data, int len, void* arg) { -@@ -949,7 +949,7 @@ BOOL tls_accept(rdpTls* tls, BIO* underl +@@ -1002,7 +1002,7 @@ BOOL tls_accept(rdpTls* tls, BIO* underlying, rdpSetti return FALSE; } --#ifndef OPENSSL_NO_TLSEXT -+#if !defined(OPENSSL_NO_TLSEXT) && !defined(LIBRESSL_VERSION_NUMBER) - /** - * The Microsoft iOS clients eventually send a null or even double null - * terminated hostname in the SNI TLS extension! +-#if defined(MICROSOFT_IOS_SNI_BUG) && !defined(OPENSSL_NO_TLSEXT) ++#if defined(MICROSOFT_IOS_SNI_BUG) && !defined(OPENSSL_NO_TLSEXT) && !defined(LIBRESSL_VERSION_NUMBER) + SSL_set_tlsext_debug_callback(tls->ssl, tls_openssl_tlsext_debug_callback); + #endif + return tls_do_handshake(tls, FALSE) > 0; Added: head/net/freerdp/files/patch-winpr_libwinpr_crypto_hash.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freerdp/files/patch-winpr_libwinpr_crypto_hash.c Sun Aug 6 00:31:24 2017 (r447436) @@ -0,0 +1,29 @@ +--- winpr/libwinpr/crypto/hash.c.orig 2017-08-05 09:37:24 UTC ++++ winpr/libwinpr/crypto/hash.c +@@ -178,7 +178,7 @@ BOOL winpr_HMAC_Init(WINPR_HMAC_CTX* ctx, WINPR_MD_TYP + if (!evp || !hmac) + return FALSE; + +-#if (OPENSSL_VERSION_NUMBER < 0x10000000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10000000L) || defined(LIBRESSL_VERSION_NUMBER) + HMAC_Init_ex(hmac, key, keylen, evp, NULL); /* no return value on OpenSSL 0.9.x */ + return TRUE; + #else +@@ -214,7 +214,7 @@ BOOL winpr_HMAC_Update(WINPR_HMAC_CTX* ctx, const BYTE + #if defined(WITH_OPENSSL) + HMAC_CTX* hmac = (HMAC_CTX*) ctx; + +-#if (OPENSSL_VERSION_NUMBER < 0x10000000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10000000L) || defined(LIBRESSL_VERSION_NUMBER) + HMAC_Update(hmac, input, ilen); /* no return value on OpenSSL 0.9.x */ + return TRUE; + #else +@@ -244,7 +244,7 @@ BOOL winpr_HMAC_Final(WINPR_HMAC_CTX* ctx, BYTE* outpu + + #if defined(WITH_OPENSSL) + hmac = (HMAC_CTX*) ctx; +-#if (OPENSSL_VERSION_NUMBER < 0x10000000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10000000L) || defined(LIBRESSL_VERSION_NUMBER) + HMAC_Final(hmac, output, NULL); /* no return value on OpenSSL 0.9.x */ + return TRUE; + #else Added: head/net/freerdp/files/patch-winpr_libwinpr_utils_ssl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freerdp/files/patch-winpr_libwinpr_utils_ssl.c Sun Aug 6 00:31:24 2017 (r447436) @@ -0,0 +1,56 @@ +--- winpr/libwinpr/utils/ssl.c.orig 2017-07-24 08:46:54 UTC ++++ winpr/libwinpr/utils/ssl.c +@@ -58,7 +58,7 @@ struct CRYPTO_dynlock_value + }; + + +-#if (OPENSSL_VERSION_NUMBER < 0x10000000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10000000L) || defined(LIBRESSL_VERSION_NUMBER) + static unsigned long _winpr_openssl_id(void) + { + return (unsigned long)GetCurrentThreadId(); +@@ -172,7 +172,7 @@ static BOOL _winpr_openssl_initialize_locking(void) + } + + /* Use the deprecated CRYPTO_get_id_callback() if building against OpenSSL < 1.0.0 */ +-#if (OPENSSL_VERSION_NUMBER < 0x10000000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10000000L) || defined(LIBRESSL_VERSION_NUMBER) + + if (CRYPTO_get_id_callback()) + { +@@ -222,7 +222,7 @@ static BOOL _winpr_openssl_cleanup_locking(void) + CRYPTO_set_dynlock_destroy_callback(NULL); + } + +-#if (OPENSSL_VERSION_NUMBER < 0x10000000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10000000L) || defined(LIBRESSL_VERSION_NUMBER) + + if (CRYPTO_get_id_callback() == _winpr_openssl_id) + { +@@ -255,7 +255,7 @@ static BOOL CALLBACK _winpr_openssl_initialize(PINIT_O + } + #endif + /* SSL_load_error_strings() is void */ +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) + SSL_load_error_strings(); + /* SSL_library_init() always returns "1" */ + SSL_library_init(); +@@ -296,7 +296,7 @@ BOOL winpr_CleanupSSL(DWORD flags) + #ifdef WINPR_OPENSSL_LOCKING_REQUIRED + _winpr_openssl_cleanup_locking(); + #endif +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) + CRYPTO_cleanup_all_ex_data(); + ERR_free_strings(); + EVP_cleanup(); +@@ -307,7 +307,7 @@ BOOL winpr_CleanupSSL(DWORD flags) + #ifdef WINPR_OPENSSL_LOCKING_REQUIRED + if (flags & WINPR_SSL_CLEANUP_THREAD) + { +-#if (OPENSSL_VERSION_NUMBER < 0x10000000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10000000L) || defined(LIBRESSL_VERSION_NUMBER) + ERR_remove_state(0); + #else + ERR_remove_thread_state(NULL); Added: head/net/freerdp/files/patch-winpr_tools_makecert_makecert.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freerdp/files/patch-winpr_tools_makecert_makecert.c Sun Aug 6 00:31:24 2017 (r447436) @@ -0,0 +1,38 @@ +--- winpr/tools/makecert/makecert.c.orig 2017-07-24 08:46:54 UTC ++++ winpr/tools/makecert/makecert.c +@@ -620,7 +620,7 @@ int makecert_context_output_certificate_file(MAKECERT_ + printf("Using default export password \"password\"\n"); + } + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) + OpenSSL_add_all_algorithms(); + OpenSSL_add_all_ciphers(); + OpenSSL_add_all_digests(); +@@ -1008,7 +1008,7 @@ int makecert_context_process(MAKECERT_CONTEXT* context + key_length = atoi(arg->Value); + } + +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) + context->rsa = RSA_generate_key(key_length, RSA_F4, NULL, NULL); + #else + { +@@ -1043,7 +1043,7 @@ int makecert_context_process(MAKECERT_CONTEXT* context + { + ASN1_TIME* before; + ASN1_TIME* after; +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) + before = X509_get_notBefore(context->x509); + after = X509_get_notAfter(context->x509); + #else +@@ -1242,7 +1242,7 @@ void makecert_context_free(MAKECERT_CONTEXT* context) + #ifdef WITH_OPENSSL + X509_free(context->x509); + EVP_PKEY_free(context->pkey); +-#if (OPENSSL_VERSION_NUMBER < 0x10100000L) ++#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) + CRYPTO_cleanup_all_ex_data(); + #endif + #endif Modified: head/net/freerdp/pkg-plist ============================================================================== --- head/net/freerdp/pkg-plist Sat Aug 5 23:13:45 2017 (r447435) +++ head/net/freerdp/pkg-plist Sun Aug 6 00:31:24 2017 (r447436) @@ -190,24 +190,22 @@ include/winpr2/winpr/wlog.h include/winpr2/winpr/wnd.h include/winpr2/winpr/wtsapi.h include/winpr2/winpr/wtypes.h -lib/libfreerdp-client.so -lib/libfreerdp-client.so.2 -lib/libfreerdp-client.so.2.0.0 -lib/libfreerdp.so -lib/libfreerdp.so.2 -lib/libfreerdp.so.2.0.0 -lib/libwinpr-tools.so -lib/libwinpr-tools.so.2 -lib/libwinpr-tools.so.2.0.0 -lib/libwinpr.so -lib/libwinpr.so.2 -lib/libwinpr.so.2.0.0 +lib/libfreerdp-client2.so +lib/libfreerdp-client2.so.2 +lib/libfreerdp-client2.so.2.0.0 +lib/libfreerdp2.so +lib/libfreerdp2.so.2 +lib/libfreerdp2.so.2.0.0 +lib/libwinpr-tools2.so +lib/libwinpr-tools2.so.2 +lib/libwinpr-tools2.so.2.0.0 +lib/libwinpr2.so +lib/libwinpr2.so.2 +lib/libwinpr2.so.2.0.0 libdata/pkgconfig/freerdp-client2.pc libdata/pkgconfig/freerdp2.pc libdata/pkgconfig/winpr-tools2.pc libdata/pkgconfig/winpr2.pc -man/man1/wlog.1.gz -%%X11%%man/man1/xfreerdp.1.gz share/cmake/Modules/FreeRDP-Client2/FreeRDP-ClientConfig.cmake share/cmake/Modules/FreeRDP-Client2/FreeRDP-ClientConfigVersion.cmake share/cmake/Modules/FreeRDP-Client2/FreeRDP-ClientTargets-%%CMAKE_BUILD_TYPE%%.cmake @@ -220,3 +218,7 @@ share/cmake/Modules/WinPR2/WinPRConfig.cmake share/cmake/Modules/WinPR2/WinPRConfigVersion.cmake share/cmake/Modules/WinPR2/WinPRTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/Modules/WinPR2/WinPRTargets.cmake +share/man/man1/winpr-hash.1 +share/man/man1/winpr-makecert.1 +%%X11%%share/man/man1/xfreerdp.1 +share/man/man7/wlog.7 Modified: head/net/remmina-plugin-rdp/Makefile ============================================================================== --- head/net/remmina-plugin-rdp/Makefile Sat Aug 5 23:13:45 2017 (r447435) +++ head/net/remmina-plugin-rdp/Makefile Sun Aug 6 00:31:24 2017 (r447436) @@ -2,10 +2,11 @@ # $FreeBSD$ PKGNAMESUFFIX= -rdp +PORTREVISION= 1 COMMENT= Remmina plugin for RDP protocol -LIB_DEPENDS= libfreerdp.so:net/freerdp +LIB_DEPENDS= libfreerdp2.so:net/freerdp USE_GNOME+= cairo USE_XORG+= ice sm x11 xext Modified: head/net/vinagre/Makefile ============================================================================== --- head/net/vinagre/Makefile Sat Aug 5 23:13:45 2017 (r447435) +++ head/net/vinagre/Makefile Sun Aug 6 00:31:24 2017 (r447436) @@ -3,7 +3,7 @@ PORTNAME= vinagre PORTVERSION= 3.18.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 From owner-svn-ports-head@freebsd.org Sun Aug 6 01:07:24 2017 Return-Path: Delivered-To: svn-ports-head@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 92E77DD5371; Sun, 6 Aug 2017 01:07:24 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B9F66A297; Sun, 6 Aug 2017 01:07:24 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7617NHq021718; Sun, 6 Aug 2017 01:07:23 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7617MgY021711; Sun, 6 Aug 2017 01:07:22 GMT (envelope-from db@FreeBSD.org) Message-Id: <201708060107.v7617MgY021711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Sun, 6 Aug 2017 01:07:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447437 - in head/audio/codec2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: db X-SVN-Commit-Paths: in head/audio/codec2: . files X-SVN-Commit-Revision: 447437 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 01:07:24 -0000 Author: db Date: Sun Aug 6 01:07:22 2017 New Revision: 447437 URL: https://svnweb.freebsd.org/changeset/ports/447437 Log: Update to 0.7 1. Make the 700 bit/s codec sound better, to improve speech quality on low SNR HF channels (beneath 0dB). 2. Develop a higher quality mode in the 2000 to 3000 bit/s range, that can be used on HF channels with modest SNRs (around 10dB) Modified: head/audio/codec2/Makefile head/audio/codec2/distinfo head/audio/codec2/files/patch-CMakeLists.txt head/audio/codec2/files/patch-codec2.pc.in head/audio/codec2/files/patch-src__freedv_api.c head/audio/codec2/files/patch-unittest__CMakeLists.txt head/audio/codec2/pkg-plist Modified: head/audio/codec2/Makefile ============================================================================== --- head/audio/codec2/Makefile Sun Aug 6 00:31:24 2017 (r447436) +++ head/audio/codec2/Makefile Sun Aug 6 01:07:22 2017 (r447437) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= codec2 -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= audio hamradio MASTER_SITES= http://files.freedv.org/codec2/ \ LOCAL/db @@ -26,11 +26,11 @@ TEST_SRCFILES= cohpsk_ch cohpsk_demod cohpsk_get_test_ cohpsk_put_test_bits fdmdv_channel freedv_rx freedv_tx\ generate_codebook TEST_UNITTESTFILES= c2validate create_interleaver de extract fdmdv_mem\ - genampdata genlsp genphdata genres lspsync polar2rect\ + genlsp genres polar2rect\ pre raw2h scalarlsptest speexnoisesup t16_8\ t16_8_short tcohpsk test_cohpsk_ch tfdmdv tfifo\ - tinterp tlspsens tnlp tprede tquant vq_train_jvm\ - vqtrain vqtrainjnd vqtrainph vqtrainsp + tnlp tprede vq_train_jvm\ + vqtrain SHEBANG_FILES= ${WRKSRC}/octave/fsk_horus_stream.m\ ${WRKSRC}/script/menu.sh Modified: head/audio/codec2/distinfo ============================================================================== --- head/audio/codec2/distinfo Sun Aug 6 00:31:24 2017 (r447436) +++ head/audio/codec2/distinfo Sun Aug 6 01:07:22 2017 (r447437) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494899272 -SHA256 (codec2-0.6.tar.xz) = 57754bf3507a7ac9f9402cae054787a3572bea6a791137cdd5fa35f6c5af1144 -SIZE (codec2-0.6.tar.xz) = 8352824 +TIMESTAMP = 1500555166 +SHA256 (codec2-0.7.tar.xz) = 0695bb93cd985dd39f02f0db35ebc28a98b9b88747318f90774aba5f374eadb2 +SIZE (codec2-0.7.tar.xz) = 8386048 Modified: head/audio/codec2/files/patch-CMakeLists.txt ============================================================================== --- head/audio/codec2/files/patch-CMakeLists.txt Sun Aug 6 00:31:24 2017 (r447436) +++ head/audio/codec2/files/patch-CMakeLists.txt Sun Aug 6 01:07:22 2017 (r447437) @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2017-02-15 02:10:02 UTC +--- CMakeLists.txt.orig 2017-07-18 14:11:40 UTC +++ CMakeLists.txt @@ -14,6 +14,7 @@ mark_as_advanced(CLEAR CMAKE_INSTALL_BINDIR @@ -8,7 +8,7 @@ ) # -@@ -166,13 +167,24 @@ if(UNITTEST) +@@ -164,13 +165,24 @@ if(UNITTEST) # Find speex library # message(STATUS "Looking for Speex DSP library.") @@ -32,5 +32,5 @@ + message(FATAL_ERROR "samplerate library not found!") + endif() - add_subdirectory(unittest) - endif(UNITTEST) + # + # Samplerate Library Modified: head/audio/codec2/files/patch-codec2.pc.in ============================================================================== --- head/audio/codec2/files/patch-codec2.pc.in Sun Aug 6 00:31:24 2017 (r447436) +++ head/audio/codec2/files/patch-codec2.pc.in Sun Aug 6 01:07:22 2017 (r447437) @@ -1,9 +1,9 @@ ---- codec2.pc.in.orig 2016-04-13 23:50:56 UTC +--- codec2.pc.in.orig 2017-04-04 20:42:22 UTC +++ codec2.pc.in @@ -1,6 +1,6 @@ prefix=@CMAKE_INSTALL_PREFIX@ --libdir=@CMAKE_INSTALL_LIBDIR@ --includedir=/usr/include/codec2 +-libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ +-includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@/ +libdir=${prefix}/lib +includedir=${prefix}/include/codec2 Modified: head/audio/codec2/files/patch-src__freedv_api.c ============================================================================== --- head/audio/codec2/files/patch-src__freedv_api.c Sun Aug 6 00:31:24 2017 (r447436) +++ head/audio/codec2/files/patch-src__freedv_api.c Sun Aug 6 01:07:22 2017 (r447437) @@ -1,4 +1,4 @@ ---- src/freedv_api.c.orig 2017-02-07 04:36:38 UTC +--- src/freedv_api.c.orig 2017-03-30 20:09:46 UTC +++ src/freedv_api.c @@ -36,7 +36,7 @@ #ifdef __APPLE__ @@ -9,7 +9,7 @@ #endif /* __APPLE__ */ #include "fsk.h" -@@ -258,7 +258,7 @@ struct freedv *freedv_open(int mode) { +@@ -260,7 +260,7 @@ struct freedv *freedv_open(int mode) { f->n_codec_bits = codec2_bits_per_frame(f->codec2); nbit = f->n_codec_bits; nbyte = (nbit + 7) / 8; @@ -18,7 +18,7 @@ f->n_speech_samples = 2*codec2_samples_per_frame(f->codec2); f->n_codec_bits = codec2_bits_per_frame(f->codec2); nbit = f->n_codec_bits; -@@ -504,7 +504,7 @@ void freedv_tx(struct freedv *f, short m +@@ -506,7 +506,7 @@ void freedv_tx(struct freedv *f, short m if((f->mode == FREEDV_MODE_2400A) || (f->mode == FREEDV_MODE_2400B) || (f->mode == FREEDV_MODE_800XA)){ /* 800XA has two codec frames per modem frame */ Modified: head/audio/codec2/files/patch-unittest__CMakeLists.txt ============================================================================== --- head/audio/codec2/files/patch-unittest__CMakeLists.txt Sun Aug 6 00:31:24 2017 (r447436) +++ head/audio/codec2/files/patch-unittest__CMakeLists.txt Sun Aug 6 01:07:22 2017 (r447437) @@ -1,6 +1,6 @@ ---- unittest/CMakeLists.txt.orig 2017-01-30 20:52:36 UTC +--- unittest/CMakeLists.txt.orig 2017-06-12 01:04:28 UTC +++ unittest/CMakeLists.txt -@@ -118,7 +118,10 @@ add_executable(tnewamp1 tnewamp1.c ../sr +@@ -91,7 +91,10 @@ add_executable(tnewamp1 tnewamp1.c ../sr target_link_libraries(tnewamp1 codec2) add_executable(tsrc tsrc.c) Modified: head/audio/codec2/pkg-plist ============================================================================== --- head/audio/codec2/pkg-plist Sun Aug 6 00:31:24 2017 (r447436) +++ head/audio/codec2/pkg-plist Sun Aug 6 01:07:22 2017 (r447437) @@ -29,8 +29,36 @@ include/codec2/kiss_fft.h include/codec2/modem_stats.h include/codec2/varicode.h lib/libcodec2.so -lib/libcodec2.so.0.6 +lib/libcodec2.so.0.7 libdata/pkgconfig/codec2.pc +%%EXAMPLES%%%%DATADIR%%/octave/ofdm_rx.m +%%EXAMPLES%%%%DATADIR%%/octave/ofdm_tx.m +%%EXAMPLES%%%%DATADIR%%/octave/plot_specgram.m +%%EXAMPLES%%%%DATADIR%%/octave/sample_clock_offset.m +%%EXAMPLES%%%%DATADIR%%/octave/tofdm.m +%%EXAMPLES%%%%DATADIR%%/octave/vq_pager.m +%%EXAMPLES%%%%DATADIR%%/octave/HRA_112_112.txt +%%EXAMPLES%%%%DATADIR%%/octave/HRA_112_56.txt +%%EXAMPLES%%%%DATADIR%%/octave/HRA_56_28.txt +%%EXAMPLES%%%%DATADIR%%/octave/HRA_56_56.txt +%%EXAMPLES%%%%DATADIR%%/octave/bpsk.m +%%EXAMPLES%%%%DATADIR%%/octave/c2wideband_batch.m +%%EXAMPLES%%%%DATADIR%%/octave/c2wideband_const.m +%%EXAMPLES%%%%DATADIR%%/octave/c2wideband_fbf.m +%%EXAMPLES%%%%DATADIR%%/octave/estsnr.m +%%EXAMPLES%%%%DATADIR%%/octave/fsk_eme.m +%%EXAMPLES%%%%DATADIR%%/octave/fsk_lib.m +%%EXAMPLES%%%%DATADIR%%/octave/gp_interleaver.m +%%EXAMPLES%%%%DATADIR%%/octave/impulse_noise.m +%%EXAMPLES%%%%DATADIR%%/octave/kmeans2.m +%%EXAMPLES%%%%DATADIR%%/octave/kmeans_tests.m +%%EXAMPLES%%%%DATADIR%%/octave/ldpc_gen_h_file.m +%%EXAMPLES%%%%DATADIR%%/octave/ldpc_qpsk.m +%%EXAMPLES%%%%DATADIR%%/octave/ldpc_short.m +%%EXAMPLES%%%%DATADIR%%/octave/ofdm_dev.m +%%EXAMPLES%%%%DATADIR%%/octave/ofdm_lib.m +%%EXAMPLES%%%%DATADIR%%/octave/ofdm_load_const.m +%%EXAMPLES%%%%DATADIR%%/octave/ofdm_rs.m %%EXAMPLES%%%%DATADIR%%/octave/2400ab_frame_design.ods %%EXAMPLES%%%%DATADIR%%/octave/H2064_516_sparse.mat %%EXAMPLES%%%%DATADIR%%/octave/Mat2Hrows.m @@ -235,6 +263,7 @@ libdata/pkgconfig/codec2.pc %%EXAMPLES%%%%DATADIR%%/script/menu.sh %%EXAMPLES%%%%DATADIR%%/script/playraw.sh %%EXAMPLES%%%%DATADIR%%/script/raw2wav.sh +%%EXAMPLES%%%%DATADIR%%/script/separate_all.sh %%EXAMPLES%%%%DATADIR%%/script/wav2raw.sh %%EXAMPLES%%%%DATADIR%%/wav/all.wav %%EXAMPLES%%%%DATADIR%%/wav/cross.wav @@ -283,12 +312,9 @@ libdata/pkgconfig/codec2.pc %%TEST%%bin/fdmdv_mem %%TEST%%bin/freedv_rx %%TEST%%bin/freedv_tx -%%TEST%%bin/genampdata %%TEST%%bin/generate_codebook %%TEST%%bin/genlsp -%%TEST%%bin/genphdata %%TEST%%bin/genres -%%TEST%%bin/lspsync %%TEST%%bin/polar2rect %%TEST%%bin/pre %%TEST%%bin/raw2h @@ -300,13 +326,7 @@ libdata/pkgconfig/codec2.pc %%TEST%%bin/test_cohpsk_ch %%TEST%%bin/tfdmdv %%TEST%%bin/tfifo -%%TEST%%bin/tinterp -%%TEST%%bin/tlspsens %%TEST%%bin/tnlp %%TEST%%bin/tprede -%%TEST%%bin/tquant %%TEST%%bin/vq_train_jvm %%TEST%%bin/vqtrain -%%TEST%%bin/vqtrainjnd -%%TEST%%bin/vqtrainph -%%TEST%%bin/vqtrainsp From owner-svn-ports-head@freebsd.org Sun Aug 6 02:25:14 2017 Return-Path: Delivered-To: svn-ports-head@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 5D9E0DD8C63; Sun, 6 Aug 2017 02:25:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CBE46C3DB; Sun, 6 Aug 2017 02:25:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v762PDC5053726; Sun, 6 Aug 2017 02:25:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v762PDbR053724; Sun, 6 Aug 2017 02:25:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201708060225.v762PDbR053724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 6 Aug 2017 02:25:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447438 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 447438 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 02:25:14 -0000 Author: jbeich Date: Sun Aug 6 02:25:13 2017 New Revision: 447438 URL: https://svnweb.freebsd.org/changeset/ports/447438 Log: emulators/rpcs3: update to 0.0.3.90 Changes: https://github.com/RPCS3/rpcs3/compare/f613901e...40d305b3 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Sun Aug 6 01:07:22 2017 (r447437) +++ head/emulators/rpcs3/Makefile Sun Aug 6 02:25:13 2017 (r447438) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.3-65 -DISTVERSIONSUFFIX= -gf613901e +DISTVERSION= 0.0.3-90 +DISTVERSIONSUFFIX= -g40d305b3 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org @@ -44,8 +44,12 @@ PLIST_FILES= bin/${PORTNAME} \ share/icons/hicolor/48x48/apps/${PORTNAME}.png \ share/icons/hicolor/scalable/apps/${PORTNAME}.svg \ -OPTIONS_DEFINE= EVDEV GDB LLVM -OPTIONS_DEFAULT=LLVM +OPTIONS_DEFINE= ALSA EVDEV GDB LLVM +OPTIONS_DEFAULT=ALSA LLVM + +ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib +ALSA_RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins +ALSA_CMAKE_BOOL= USE_ALSA EVDEV_DESC= libevdev-based joystick support EVDEV_CMAKE_BOOL= USE_LIBEVDEV Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Sun Aug 6 01:07:22 2017 (r447437) +++ head/emulators/rpcs3/distinfo Sun Aug 6 02:25:13 2017 (r447438) @@ -1,6 +1,6 @@ -TIMESTAMP = 1501155210 -SHA256 (RPCS3-rpcs3-v0.0.3-65-gf613901e_GH0.tar.gz) = c73ab9ca679c73dc26d2647b5eebaf1033e68eadd729e459a4547448cf4ce190 -SIZE (RPCS3-rpcs3-v0.0.3-65-gf613901e_GH0.tar.gz) = 11305233 +TIMESTAMP = 1501981377 +SHA256 (RPCS3-rpcs3-v0.0.3-90-g40d305b3_GH0.tar.gz) = 77838fc3fbd7b5f1fee794d321c77b0e9c4a25a567058123d374e47035c599b2 +SIZE (RPCS3-rpcs3-v0.0.3-90-g40d305b3_GH0.tar.gz) = 11328496 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-23-gc095a22_GH0.tar.gz) = 76796e880e71864f24540f6f6edf8759e4710f9b2b0594a28066865733681de0 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-23-gc095a22_GH0.tar.gz) = 105539 SHA256 (RPCS3-pugixml-f205aaf_GH0.tar.gz) = 3b2a7e21625d8cbeb3aa1841b8816f6cab0752e89008b9fc67a325c800f153b5 From owner-svn-ports-head@freebsd.org Sun Aug 6 04:49:13 2017 Return-Path: Delivered-To: svn-ports-head@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 10371DBCEE8; Sun, 6 Aug 2017 04:49:13 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D384D7117C; Sun, 6 Aug 2017 04:49:12 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v764nCN9010989; Sun, 6 Aug 2017 04:49:12 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v764nBmA010987; Sun, 6 Aug 2017 04:49:11 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201708060449.v764nBmA010987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 6 Aug 2017 04:49:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447440 - head/devel/libvirt X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/devel/libvirt X-SVN-Commit-Revision: 447440 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 04:49:13 -0000 Author: novel Date: Sun Aug 6 04:49:11 2017 New Revision: 447440 URL: https://svnweb.freebsd.org/changeset/ports/447440 Log: devel/libvirt: update to 3.6.0 Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Sun Aug 6 04:48:00 2017 (r447439) +++ head/devel/libvirt/Makefile Sun Aug 6 04:49:11 2017 (r447440) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Sun Aug 6 04:48:00 2017 (r447439) +++ head/devel/libvirt/distinfo Sun Aug 6 04:49:11 2017 (r447440) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499433934 -SHA256 (libvirt-3.5.0.tar.xz) = 2963bae30d41411a2a8184de6a69cc3bd4dba14d2824b67906263dc35b27b516 -SIZE (libvirt-3.5.0.tar.xz) = 14695760 +TIMESTAMP = 1501681119 +SHA256 (libvirt-3.6.0.tar.xz) = 3a2c97f6950796f300f6a2e0404f4de8e51c3b9430cdb82738439adb0ac59e3d +SIZE (libvirt-3.6.0.tar.xz) = 14797704 From owner-svn-ports-head@freebsd.org Sun Aug 6 04:49:49 2017 Return-Path: Delivered-To: svn-ports-head@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 1EC89DBCF84; Sun, 6 Aug 2017 04:49:49 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFDCC712A2; Sun, 6 Aug 2017 04:49:48 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v764nmFt011126; Sun, 6 Aug 2017 04:49:48 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v764nlUd011124; Sun, 6 Aug 2017 04:49:47 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201708060449.v764nlUd011124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 6 Aug 2017 04:49:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447441 - head/devel/py-libvirt X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/devel/py-libvirt X-SVN-Commit-Revision: 447441 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 04:49:49 -0000 Author: novel Date: Sun Aug 6 04:49:47 2017 New Revision: 447441 URL: https://svnweb.freebsd.org/changeset/ports/447441 Log: devel/py-libvirt: update to 3.6.0 Modified: head/devel/py-libvirt/Makefile head/devel/py-libvirt/distinfo Modified: head/devel/py-libvirt/Makefile ============================================================================== --- head/devel/py-libvirt/Makefile Sun Aug 6 04:49:11 2017 (r447440) +++ head/devel/py-libvirt/Makefile Sun Aug 6 04:49:47 2017 (r447441) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/python/ \ ftp://libvirt.org/libvirt/python/ Modified: head/devel/py-libvirt/distinfo ============================================================================== --- head/devel/py-libvirt/distinfo Sun Aug 6 04:49:11 2017 (r447440) +++ head/devel/py-libvirt/distinfo Sun Aug 6 04:49:47 2017 (r447441) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499434407 -SHA256 (libvirt-python-3.5.0.tar.gz) = 5c5fee90bebf39d318ef55545077431c3da9ae8b6352adfa461fa4492a03ac1a -SIZE (libvirt-python-3.5.0.tar.gz) = 181733 +TIMESTAMP = 1501681470 +SHA256 (libvirt-python-3.6.0.tar.gz) = ecb9cbc8b1f33b245b04e3a937d8483584ab7a18258b217be96661343a4b1ad0 +SIZE (libvirt-python-3.6.0.tar.gz) = 181778 From owner-svn-ports-head@freebsd.org Sun Aug 6 04:52:32 2017 Return-Path: Delivered-To: svn-ports-head@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 0FBFDDBD2C0; Sun, 6 Aug 2017 04:52:32 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3238716E5; Sun, 6 Aug 2017 04:52:31 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v764qVbJ015079; Sun, 6 Aug 2017 04:52:31 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v764qUKq015077; Sun, 6 Aug 2017 04:52:30 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201708060452.v764qUKq015077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 6 Aug 2017 04:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447442 - head/lang/gcc5-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc5-devel X-SVN-Commit-Revision: 447442 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 04:52:32 -0000 Author: gerald Date: Sun Aug 6 04:52:30 2017 New Revision: 447442 URL: https://svnweb.freebsd.org/changeset/ports/447442 Log: Update to the 20170801 snapshot of GCC 5.4.1. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Sun Aug 6 04:49:47 2017 (r447441) +++ head/lang/gcc5-devel/Makefile Sun Aug 6 04:52:30 2017 (r447442) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20170725 +PORTVERSION= 5.4.1.s20170801 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Sun Aug 6 04:49:47 2017 (r447441) +++ head/lang/gcc5-devel/distinfo Sun Aug 6 04:52:30 2017 (r447442) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501051566 -SHA256 (gcc-5-20170725.tar.xz) = 0598d42f7f296375fb471386aec4e600a26a6864f8d99ca6676403a195f12c3b -SIZE (gcc-5-20170725.tar.xz) = 69366992 +TIMESTAMP = 1501892275 +SHA256 (gcc-5-20170801.tar.xz) = e4bd00e52fd2fe2d1b5aa950b7351d60200d3fc05d2a83af9f7da48db6e05c8b +SIZE (gcc-5-20170801.tar.xz) = 69370328 From owner-svn-ports-head@freebsd.org Sun Aug 6 06:21:57 2017 Return-Path: Delivered-To: svn-ports-head@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 44F6BDC5F77; Sun, 6 Aug 2017 06:21:57 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 130BE7477C; Sun, 6 Aug 2017 06:21:57 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v766LuRP049266; Sun, 6 Aug 2017 06:21:56 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v766Ltlf049264; Sun, 6 Aug 2017 06:21:55 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201708060621.v766Ltlf049264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 6 Aug 2017 06:21:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447443 - head/lang/gcc6-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc6-devel X-SVN-Commit-Revision: 447443 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 06:21:57 -0000 Author: gerald Date: Sun Aug 6 06:21:55 2017 New Revision: 447443 URL: https://svnweb.freebsd.org/changeset/ports/447443 Log: Update to the 20170802 snapshot of GCC 6.4.1. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Sun Aug 6 04:52:30 2017 (r447442) +++ head/lang/gcc6-devel/Makefile Sun Aug 6 06:21:55 2017 (r447443) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.4.1.s20170726 +PORTVERSION= 6.4.1.s20170802 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Sun Aug 6 04:52:30 2017 (r447442) +++ head/lang/gcc6-devel/distinfo Sun Aug 6 06:21:55 2017 (r447443) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501287304 -SHA256 (gcc-6-20170726.tar.xz) = 60565813223e2625f2cad8d24640ee99ad7fe97446a628636b21245747d22f88 -SIZE (gcc-6-20170726.tar.xz) = 72580376 +TIMESTAMP = 1501892301 +SHA256 (gcc-6-20170802.tar.xz) = 6da53170cb1fd50fc49cae567e741a0e6334babcc1d23e7302221b18adcce34c +SIZE (gcc-6-20170802.tar.xz) = 72581920 From owner-svn-ports-head@freebsd.org Sun Aug 6 06:24:33 2017 Return-Path: Delivered-To: svn-ports-head@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 03B08DC63D8; Sun, 6 Aug 2017 06:24:33 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1FB774A63; Sun, 6 Aug 2017 06:24:32 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v766OVSK051780; Sun, 6 Aug 2017 06:24:31 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v766OVkm051778; Sun, 6 Aug 2017 06:24:31 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201708060624.v766OVkm051778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 6 Aug 2017 06:24:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447444 - in head/lang: gcc5 gcc6 X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang: gcc5 gcc6 X-SVN-Commit-Revision: 447444 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 06:24:33 -0000 Author: gerald Date: Sun Aug 6 06:24:31 2017 New Revision: 447444 URL: https://svnweb.freebsd.org/changeset/ports/447444 Log: Remove workaround for PR 219274 that bapt@ had put in place in 2014 from pkg-plist for lang/gcc5 and lang/gcc6 (which won't be updated too soon otherwise). PR: 219274 Modified: head/lang/gcc5/pkg-plist head/lang/gcc6/pkg-plist Modified: head/lang/gcc5/pkg-plist ============================================================================== --- head/lang/gcc5/pkg-plist Sun Aug 6 06:21:55 2017 (r447443) +++ head/lang/gcc5/pkg-plist Sun Aug 6 06:24:31 2017 (r447444) @@ -16,7 +16,6 @@ bin/gcc-ranlib%%SUFFIX%% bin/gcov%%SUFFIX%% bin/gcov-tool%%SUFFIX%% bin/gfortran%%SUFFIX%% -@comment info/gcc%%SUFFIX%%/dir man/man1/cpp%%SUFFIX%%.1.gz man/man1/g++%%SUFFIX%%.1.gz man/man1/gcc%%SUFFIX%%.1.gz Modified: head/lang/gcc6/pkg-plist ============================================================================== --- head/lang/gcc6/pkg-plist Sun Aug 6 06:21:55 2017 (r447443) +++ head/lang/gcc6/pkg-plist Sun Aug 6 06:24:31 2017 (r447444) @@ -17,7 +17,6 @@ bin/gcov%%SUFFIX%% bin/gcov-dump%%SUFFIX%% bin/gcov-tool%%SUFFIX%% bin/gfortran%%SUFFIX%% -@comment info/gcc%%SUFFIX%%/dir man/man1/cpp%%SUFFIX%%.1.gz man/man1/g++%%SUFFIX%%.1.gz man/man1/gcc%%SUFFIX%%.1.gz From owner-svn-ports-head@freebsd.org Sun Aug 6 06:49:46 2017 Return-Path: Delivered-To: svn-ports-head@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 05B09DC7C69; Sun, 6 Aug 2017 06:49:46 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B010D75AD2; Sun, 6 Aug 2017 06:49:45 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v766nisZ060434; Sun, 6 Aug 2017 06:49:44 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v766nhYs060414; Sun, 6 Aug 2017 06:49:43 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201708060649.v766nhYs060414@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 6 Aug 2017 06:49:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447445 - in head/security: greenbone-security-assistant8 greenbone-security-assistant8/files greenbone-security-assistant9 greenbone-security-assistant9/files openvas8-manager openvas8... X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/security: greenbone-security-assistant8 greenbone-security-assistant8/files greenbone-security-assistant9 greenbone-security-assistant9/files openvas8-manager openvas8-manager/files openvas8-s... X-SVN-Commit-Revision: 447445 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 06:49:46 -0000 Author: acm Date: Sun Aug 6 06:49:42 2017 New Revision: 447445 URL: https://svnweb.freebsd.org/changeset/ports/447445 Log: - security/openvas[89]-manager: Add PGSQL support - security/greenbone-security-assistant[89]: Improve rc scripts - security/openvas8-manager: Fix openvas-*-sync scripts - security/openvas9-manager: Fix greenbone-*-sync scripts - Add flags option to rc scripts - Bump PORTREVISION Added: head/security/openvas8-manager/files/patch-src-sql_pg.c (contents, props changed) head/security/openvas9-manager/files/patch-src-sql_pg.c (contents, props changed) Modified: head/security/greenbone-security-assistant8/Makefile head/security/greenbone-security-assistant8/files/gsad.in head/security/greenbone-security-assistant8/pkg-plist head/security/greenbone-security-assistant9/files/gsad.in head/security/greenbone-security-assistant9/pkg-plist head/security/openvas8-manager/Makefile head/security/openvas8-manager/files/patch-CMakeLists.txt head/security/openvas8-manager/files/patch-src-CMakeLists.txt head/security/openvas8-manager/files/patch-src-manage_sql.c head/security/openvas8-manager/files/patch-tools+greenbone-scapdata-sync.in head/security/openvas8-manager/files/patch-tools+openvas-scapdata-sync.in head/security/openvas8-manager/pkg-plist head/security/openvas8-scanner/Makefile head/security/openvas8-scanner/files/openvassd.in head/security/openvas9-manager/files/openvasmd.in head/security/openvas9-manager/files/patch-src-manage_sql.c head/security/openvas9-manager/files/patch-tools+greenbone-scapdata-sync.in head/security/openvas9-manager/pkg-plist Modified: head/security/greenbone-security-assistant8/Makefile ============================================================================== --- head/security/greenbone-security-assistant8/Makefile Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/greenbone-security-assistant8/Makefile Sun Aug 6 06:49:42 2017 (r447445) @@ -2,6 +2,7 @@ PORTNAME?= greenbone-security-assistant8 PORTVERSION?= 6.0.12 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES?= http://wald.intevation.org/frs/download.php/2442/ DISTNAME= ${PORTNAME:S/${OPENVAS_VER}//}-${PORTVERSION} @@ -23,7 +24,11 @@ CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/9/}-* USES= cmake:outsource gettext gnome pkgconfig USE_GNOME= glib20 libxml2 libxslt USE_RC_SUBR= gsad +ETCDIR= ${PREFIX}/etc/openvas OPENVAS_VER?= 8 + +post-install: + ${MV} ${STAGEDIR}${ETCDIR}/gsad_log.conf ${STAGEDIR}${ETCDIR}/gsad_log.conf.sample .include Modified: head/security/greenbone-security-assistant8/files/gsad.in ============================================================================== --- head/security/greenbone-security-assistant8/files/gsad.in Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/greenbone-security-assistant8/files/gsad.in Sun Aug 6 06:49:42 2017 (r447445) @@ -8,17 +8,20 @@ # # Add the following to /etc/rc.conf[.local] to enable this service # -# gsad_enable="YES" +# gsad_enable (bool): Set to NO by default. +# Set it to YES to enable gsad. +# gsad_flags (params): Set params used to start gsad. # . /etc/rc.subr name=gsad -rcvar=gsad_enable +rcvar=${name}_enable command="%%PREFIX%%/sbin/gsad" pidfile=/var/run/gsad.pid -: ${gsad_enable=NO} +: ${gsad_enable="NO"} +: ${gsad_flags="--listen=127.0.0.1 --port=8080 --http-only"} load_rc_config $name run_rc_command "$1" Modified: head/security/greenbone-security-assistant8/pkg-plist ============================================================================== --- head/security/greenbone-security-assistant8/pkg-plist Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/greenbone-security-assistant8/pkg-plist Sun Aug 6 06:49:42 2017 (r447445) @@ -1,4 +1,4 @@ -etc/openvas/gsad_log.conf +@sample etc/openvas/gsad_log.conf.sample man/man8/gsad.8.gz sbin/gsad share/locale/de/LC_MESSAGES/gsad_xsl.mo Modified: head/security/greenbone-security-assistant9/files/gsad.in ============================================================================== --- head/security/greenbone-security-assistant9/files/gsad.in Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/greenbone-security-assistant9/files/gsad.in Sun Aug 6 06:49:42 2017 (r447445) @@ -8,17 +8,20 @@ # # Add the following to /etc/rc.conf[.local] to enable this service # -# gsad_enable="YES" +# gsad_enable (bool): Set to NO by default. +# Set it to YES to enable gsad. +# gsad_flags (params): Set params used to start gsad. # . /etc/rc.subr name=gsad -rcvar=gsad_enable +rcvar=${name}_enable command="%%PREFIX%%/sbin/gsad" pidfile=/var/run/gsad.pid -: ${gsad_enable=NO} +: ${gsad_enable="NO"} +: ${gsad_flags="--listen=127.0.0.1 --port=8080 --http-only"} load_rc_config $name run_rc_command "$1" Modified: head/security/greenbone-security-assistant9/pkg-plist ============================================================================== --- head/security/greenbone-security-assistant9/pkg-plist Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/greenbone-security-assistant9/pkg-plist Sun Aug 6 06:49:42 2017 (r447445) @@ -1,5 +1,4 @@ -etc/openvas/gsad_log.conf -etc/rc.d/gsad +@sample etc/openvas/gsad_log.conf.sample man/man8/gsad.8.gz sbin/gsad share/openvas/gsa/classic/cpe-icons.xml Modified: head/security/openvas8-manager/Makefile ============================================================================== --- head/security/openvas8-manager/Makefile Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/openvas8-manager/Makefile Sun Aug 6 06:49:42 2017 (r447445) @@ -2,6 +2,7 @@ PORTNAME?= openvas8-manager PORTVERSION?= 6.0.11 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES?= http://wald.intevation.org/frs/download.php/2445/ DISTNAME= ${PORTNAME:S/${OPENVAS_VER}//}-${PORTVERSION} @@ -13,27 +14,43 @@ COMMENT?= OpenVAS 8 manager LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= p5-SQL-Translator>=0:databases/p5-SQL-Translator LIB_DEPENDS= libgnutls.so:security/gnutls \ libgpgme.so:security/gpgme \ libgcrypt.so:security/libgcrypt \ libopenvas_base.so:security/openvas${OPENVAS_VER}-libraries +RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/9/}-* -USES= cmake:outsource execinfo gnome pkgconfig sqlite -USE_GNOME= glib20 +USES= cmake:outsource execinfo gnome pkgconfig +USE_GNOME= glib20 libxslt:run +PGSQL_USES= pgsql +SQLITE3_USES= sqlite +PGSQL_CMAKE_ON+=-DBACKEND:STRING="POSTGRESQL" +SQLITE3_CMAKE_ON+=-DBACKEND:STRING="SQLITE3" USE_RC_SUBR= openvasmd DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/${OPENVAS_VER}//} +ETCDIR= ${PREFIX}/etc/openvas REINPLACE_ARGS= -i '' OPENVAS_VER?= 8 OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT=DOCS SQLITE3 +OPTIONS_SUB= yes +OPTIONS_SINGLE_DATABASE=SQLITE3 PGSQL +OPTIONS_SINGLE= DATABASE +DATABASE_DESC= Database support post-patch: @${REINPLACE_CMD} -e '1d' ${WRKSRC}/tools/extra/xml_split + @${REINPLACE_CMD} -e 's|OPENVAS_STATE_DIR|OPENVAS_LIB_INSTALL_DIR|g' ${WRKSRC}/src/manage_pg.c post-install: ${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/postgres-HOWTO ${STAGEDIR}${DOCSDIR} + ${MV} ${STAGEDIR}${ETCDIR}/openvasmd_log.conf ${STAGEDIR}${ETCDIR}/openvasmd_log.conf.sample + ${MV} ${STAGEDIR}${ETCDIR}/pwpolicy.conf ${STAGEDIR}${ETCDIR}/pwpolicy.conf.sample .include Modified: head/security/openvas8-manager/files/patch-CMakeLists.txt ============================================================================== --- head/security/openvas8-manager/files/patch-CMakeLists.txt Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/openvas8-manager/files/patch-CMakeLists.txt Sun Aug 6 06:49:42 2017 (r447445) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2015-12-21 09:42:05 UTC -+++ CMakeLists.txt -@@ -153,7 +153,7 @@ if (NOT LIBDIR) +--- CMakeLists.txt 2017-06-21 05:04:50.000000000 -0500 ++++ CMakeLists.txt 2017-08-04 00:45:04.904399000 -0500 +@@ -153,7 +153,7 @@ endif (NOT LIBDIR) if (NOT LOCALSTATEDIR) @@ -9,7 +9,16 @@ endif (NOT LOCALSTATEDIR) if (NOT DATADIR) -@@ -284,7 +284,7 @@ configure_file (tools/openvas-migrate-to +@@ -196,6 +196,8 @@ + + set (OPENVAS_NVT_DIR "${OPENVAS_STATE_DIR}/plugins/") + ++set (OPENVAS_LIB_INSTALL_DIR "${LIBDIR}") ++ + message ("-- Install prefix: ${CMAKE_INSTALL_PREFIX}") + + ## Dependency checks +@@ -284,7 +286,7 @@ ## Program Modified: head/security/openvas8-manager/files/patch-src-CMakeLists.txt ============================================================================== --- head/security/openvas8-manager/files/patch-src-CMakeLists.txt Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/openvas8-manager/files/patch-src-CMakeLists.txt Sun Aug 6 06:49:42 2017 (r447445) @@ -1,6 +1,6 @@ ---- src/CMakeLists.txt.orig 2015-12-08 07:09:32 UTC -+++ src/CMakeLists.txt -@@ -66,7 +66,7 @@ add_library (otp STATIC otp.c) +--- src/CMakeLists.txt 2015-12-08 02:09:32.000000000 -0500 ++++ src/CMakeLists.txt 2017-08-04 00:48:57.665021000 -0500 +@@ -66,7 +66,7 @@ ## Program add_executable (openvasmd openvasmd.c ompd.c) @@ -9,3 +9,12 @@ set_target_properties (openvasmd PROPERTIES LINKER_LANGUAGE C) +@@ -159,7 +159,7 @@ + + if (BACKEND STREQUAL POSTGRESQL) + install (TARGETS manage-pg-server +- LIBRARY DESTINATION "${OPENVAS_STATE_DIR}/openvasmd/pg/") ++ LIBRARY DESTINATION "${OPENVAS_LIB_INSTALL_DIR}/openvasmd/pg/") + endif (BACKEND STREQUAL POSTGRESQL) + + ## Static analysis Modified: head/security/openvas8-manager/files/patch-src-manage_sql.c ============================================================================== --- head/security/openvas8-manager/files/patch-src-manage_sql.c Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/openvas8-manager/files/patch-src-manage_sql.c Sun Aug 6 06:49:42 2017 (r447445) @@ -1,5 +1,5 @@ ---- src/manage_sql.c.orig 2016-02-26 13:38:52 UTC -+++ src/manage_sql.c +--- src/manage_sql.c 2017-06-19 08:14:58.000000000 -0500 ++++ src/manage_sql.c 2017-08-05 19:47:05.407323000 -0500 @@ -58,6 +58,7 @@ #include #include @@ -8,7 +8,7 @@ #include #include -@@ -940,7 +941,7 @@ iso_time_internal (time_t *epoch_time, c +@@ -950,7 +951,7 @@ static char time_string[100]; tm = localtime (epoch_time); @@ -17,7 +17,34 @@ { if (strftime (time_string, 98, "%FT%TZ", tm) == 0) return NULL; -@@ -42378,12 +42379,12 @@ modify_schedule (const char *schedule_id +@@ -24386,7 +24387,7 @@ + { + return sql_int ("SELECT count (DISTINCT port) FROM results" + " WHERE report = %llu AND port != ''" +- " AND port NOT LIKE 'general/%';", ++ " AND port NOT LIKE 'general/%%';", + report); + } + +@@ -24401,7 +24402,7 @@ + { + return sql_int ("SELECT count (DISTINCT port) FROM results" + " WHERE report = %llu AND host = '%s'" +- " AND port NOT LIKE 'general/%';", ++ " AND port NOT LIKE 'general/%%';", + report, + host); + } +@@ -33237,7 +33238,7 @@ + " WHERE config_preferences.config = %llu" + " AND config_preferences.type = '%s'" + " AND (config_preferences.name = nvt_preferences.name" +- " OR config_preferences.name LIKE 'timeout.%')" ++ " OR config_preferences.name LIKE 'timeout.%%')" + " AND config_preferences.name != 'max_checks'" + " AND config_preferences.name != 'max_hosts'" + " UNION" +@@ -43502,12 +43503,12 @@ if (duration == -1) duration_string = NULL; else @@ -32,7 +59,7 @@ if ((period_months == -1) || (period_months == 0)) { -@@ -42395,12 +42396,12 @@ modify_schedule (const char *schedule_id +@@ -43519,12 +43520,12 @@ else { period_months_string = g_strdup ("0"); Added: head/security/openvas8-manager/files/patch-src-sql_pg.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openvas8-manager/files/patch-src-sql_pg.c Sun Aug 6 06:49:42 2017 (r447445) @@ -0,0 +1,17 @@ +--- src/sql_pg.c 2017-08-04 00:41:59.376627000 -0500 ++++ src/sql_pg.c 2017-08-04 00:42:16.863937000 -0500 +@@ -27,12 +27,12 @@ + #include "tracef.h" + + #include +-#include ++#include + #include + #include + #include + #include +-#include ++#include + #include + + #include Modified: head/security/openvas8-manager/files/patch-tools+greenbone-scapdata-sync.in ============================================================================== --- head/security/openvas8-manager/files/patch-tools+greenbone-scapdata-sync.in Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/openvas8-manager/files/patch-tools+greenbone-scapdata-sync.in Sun Aug 6 06:49:42 2017 (r447445) @@ -1,7 +1,40 @@ ---- tools/greenbone-scapdata-sync.in.orig 2015-12-08 07:09:31 UTC -+++ tools/greenbone-scapdata-sync.in -@@ -962,7 +962,7 @@ update_scap_db_private () { +--- tools/greenbone-scapdata-sync.in 2015-12-08 02:09:31.000000000 -0500 ++++ tools/greenbone-scapdata-sync.in 2017-08-05 22:00:27.817110000 -0500 +@@ -297,7 +297,7 @@ then + log_err "Could not determine credentials, aborting synchronization." + rm -rf $FEED_INFO_TEMP_DIR +- exit -1 ++ exit 1 + fi + + # --protocol=29 is a workaround for a known bug in rsync 3.0.3 +@@ -321,12 +321,12 @@ + then + log_err "rsync failed, aborting synchronization." + rm -rf $FEED_INFO_TEMP_DIR +- exit -1 ++ exit 1 + fi + else + log_err "Could not find access key, aborting synchronization." + rm -rf $FEED_INFO_TEMP_DIR +- exit -1 ++ exit 1 + fi + + FEED_VERSION_SERVER=`cat $FEED_INFO_TEMP_DIR/timestamp` +@@ -335,7 +335,7 @@ + then + log_err "Could not determine server feed version." + rm -rf $FEED_INFO_TEMP_DIR +- exit -1 ++ exit 1 + fi + + # Check against FEED_VERSION +@@ -962,11 +962,11 @@ + then for ovalfile in $oval_files_sorted_private do - filedate=`stat -c "%Y" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` @@ -9,7 +42,23 @@ filedate=$(( $filedate - ( $filedate % 60 ) )) if [ $filedate -gt $DB_LASTUPDATE ] || [ 1 = "$REBUILD_OVAL" ] then -@@ -1090,12 +1090,12 @@ update_scap_db() { +- oval_timestamp=`xsltproc "$SCAP_RES_DIR/oval_timestamp.xsl" "$ovalfile" | date "+%s" -f -` ++ oval_timestamp=`date -j -f "%Y-%m-%dT%H:%M:%S" $(xsltproc "$SCAP_RES_DIR/oval_timestamp.xsl" "$ovalfile" | cut -d "." -f1) +%s` + + if [ 1 = "$REBUILD_OVAL" ] + then +@@ -1068,8 +1068,8 @@ + fi + + # TODO: This is not quite accurate as it uses the timestamp of the non-private data. +- LAST_UPDATE_TIMESTAMP=`sed 's/^\(.\{8\}\)/\1 /' $TIMESTAMP | date +%s -f -` +- ++ LAST_UPDATE_TIMESTAMP=`date -j -f '%Y%m%d%H%M%S' $(sed 's/$/00/g' $TIMESTAMP) +%s` ++ + reset_sql_tries + until [ "$try_sql" -eq 0 ] + do +@@ -1090,12 +1090,12 @@ CPEBASE="$SCAP_DIR/official-cpe-dictionary_v2.2.xml" if [ -e $CPEBASE ] then @@ -24,7 +73,7 @@ if [ "0" -ne "$SPLIT_PART_SIZE" ] && [ "$filesize" -gt $(($SPLIT_PART_SIZE * 1024)) ] then log_info "File is larger than ${SPLIT_PART_SIZE}k. Splitting into multiple parts" -@@ -1152,13 +1152,13 @@ update_scap_db() { +@@ -1152,13 +1152,13 @@ then for cvefile in `ls $SCAP_DIR/nvdcve-2.0-*.xml` do @@ -40,7 +89,7 @@ if [ "0" -ne "$SPLIT_PART_SIZE" ] && [ "$filesize" -gt $(($SPLIT_PART_SIZE * 1024)) ] then log_info "File is larger than ${SPLIT_PART_SIZE}k. Splitting into multiple parts" -@@ -1228,7 +1228,7 @@ update_scap_db() { +@@ -1228,11 +1228,11 @@ for ovalfile in $oval_files_sorted do @@ -49,7 +98,21 @@ filedate=$(( $filedate - ( $filedate % 60 ) )) if [ $filedate -gt $DB_LASTUPDATE ] || [ 1 = "$REBUILD_OVAL" ] then -@@ -1469,7 +1469,7 @@ then +- oval_timestamp=`xsltproc "$SCAP_RES_DIR/oval_timestamp.xsl" "$ovalfile" | date "+%s" -f -` ++ oval_timestamp=`date -j -f '%Y-%m-%dT%H:%M:%S' $(xsltproc "$SCAP_RES_DIR/oval_timestamp.xsl" "$ovalfile" | cut -d "." -f1) +%s` + + if [ 1 = "$REBUILD_OVAL" ] + then +@@ -1284,7 +1284,7 @@ + update_cvss + update_placeholders + +- LAST_UPDATE_TIMESTAMP=`sed 's/^\(.\{8\}\)/\1 /' $TIMESTAMP | env TZ="UTC" date +%s -f -` ++ LAST_UPDATE_TIMESTAMP=`date -j -f '%Y%m%d%H%M%S' $(sed 's/$/00/g' $TIMESTAMP) +%s` + + reset_sql_tries + until [ "$try_sql" -eq 0 ] +@@ -1469,7 +1469,7 @@ exit 1 fi Modified: head/security/openvas8-manager/files/patch-tools+openvas-scapdata-sync.in ============================================================================== --- head/security/openvas8-manager/files/patch-tools+openvas-scapdata-sync.in Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/openvas8-manager/files/patch-tools+openvas-scapdata-sync.in Sun Aug 6 06:49:42 2017 (r447445) @@ -1,6 +1,15 @@ ---- tools/openvas-scapdata-sync.in.orig 2015-08-03 05:52:10 UTC -+++ tools/openvas-scapdata-sync.in -@@ -885,7 +885,7 @@ update_sec_db_private () { +--- tools/openvas-scapdata-sync.in 2017-05-02 02:32:45.000000000 -0500 ++++ tools/openvas-scapdata-sync.in 2017-08-05 22:40:11.310734000 -0500 +@@ -63,7 +63,7 @@ + + # Delay between retries + if [ -z "$SQL_RETRY_DELAY" ]; then +- SQL_RETRY_DELAY="10m" # allowed unit suffixes: see sleep command ++ SQL_RETRY_DELAY="600" # allowed unit suffixes: see sleep command + fi + + TIMESTAMP="$SCAP_DIR/timestamp" +@@ -885,11 +885,11 @@ then for ovalfile in $oval_files_sorted_private do @@ -9,7 +18,39 @@ filedate=$(( $filedate - ( $filedate % 60 ) )) if [ $filedate -gt $DB_LASTUPDATE ] || [ 1 = "$REBUILD_OVAL" ] then -@@ -1012,13 +1012,13 @@ update_sec_db () { +- oval_timestamp=`xsltproc "$SCAP_RES_DIR/oval_timestamp.xsl" "$ovalfile" | date "+%s" -f -` ++ oval_timestamp=`date -j -f "%Y-%m-%dT%H:%M:%S" $(xsltproc "$SCAP_RES_DIR/oval_timestamp.xsl" "$ovalfile" | cut -d "." -f1) +%s` + + if [ 1 = "$REBUILD_OVAL" ] + then +@@ -958,7 +958,7 @@ + DIR_STR_LENGTH=$((`echo "$SCAP_DIR" | wc -c` + 1)) + + oval_files_shortened="" +- if [ 0 != "$xmlcount" ] ++ if [ "$xmlcount" -ne 0 ] + then + for ovalfile in $oval_files_sorted_private + do +@@ -968,7 +968,7 @@ + fi + + oval_files_clause="" +- if [ ! -z "$oval_files_shortened" ] ++ if [ "$oval_files_shortened" != "" ] + then + oval_files_clause="AND (xml_file NOT IN ($oval_files_shortened))" + fi +@@ -993,7 +993,7 @@ + fi + + # TODO: This is not quite accurate as it uses the timestamp of the non-private data. +- LAST_UPDATE_TIMESTAMP=`sed 's/^\(.\{8\}\)/\1 /' $TIMESTAMP | date +%s -f -` ++ LAST_UPDATE_TIMESTAMP=`date -j -f '%Y%m%d%H%M%S' $(sed 's/$/00/g' $TIMESTAMP) +%s` + + reset_sql_tries + until [ "$try_sql" -eq 0 ] +@@ -1012,13 +1012,13 @@ CPEBASE="$SCAP_DIR/official-cpe-dictionary_v2.2.xml" if [ -e $CPEBASE ] then @@ -25,7 +66,7 @@ if [ "0" -ne "$SPLIT_PART_SIZE" ] && [ "$filesize" -gt $(($SPLIT_PART_SIZE * 1024)) ] then echo "[i] File is larger than ${SPLIT_PART_SIZE}k. Splitting into multiple parts" -@@ -1075,13 +1075,13 @@ update_sec_db () { +@@ -1075,13 +1075,13 @@ then for cvefile in `ls $SCAP_DIR/nvdcve-2.0-*.xml` do @@ -41,7 +82,7 @@ if [ "0" -ne "$SPLIT_PART_SIZE" ] && [ "$filesize" -gt $(($SPLIT_PART_SIZE * 1024)) ] then echo "[i] File is larger than ${SPLIT_PART_SIZE}k. Splitting into multiple parts" -@@ -1151,7 +1151,7 @@ update_sec_db () { +@@ -1151,11 +1151,11 @@ for ovalfile in $oval_files_sorted do @@ -50,3 +91,17 @@ filedate=$(( $filedate - ( $filedate % 60 ) )) if [ $filedate -gt $DB_LASTUPDATE ] || [ 1 = "$REBUILD_OVAL" ] then +- oval_timestamp=`xsltproc "$SCAP_RES_DIR/oval_timestamp.xsl" "$ovalfile" | date "+%s" -f -` ++ oval_timestamp=`date -j -f '%Y-%m-%dT%H:%M:%S' $(xsltproc "$SCAP_RES_DIR/oval_timestamp.xsl" "$ovalfile" | cut -d "." -f1) +%s` + + if [ 1 = "$REBUILD_OVAL" ] + then +@@ -1206,7 +1206,7 @@ + update_cvss + update_placeholders + +- LAST_UPDATE_TIMESTAMP=`sed 's/^\(.\{8\}\)/\1 /' $TIMESTAMP | env TZ="UTC" date +%s -f -` ++ LAST_UPDATE_TIMESTAMP=`date -j -f '%Y%m%d%H%M%S' $(sed 's/$/00/g' $TIMESTAMP) +%s` + reset_sql_tries + until [ "$try_sql" -eq 0 ] + do Modified: head/security/openvas8-manager/pkg-plist ============================================================================== --- head/security/openvas8-manager/pkg-plist Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/openvas8-manager/pkg-plist Sun Aug 6 06:49:42 2017 (r447445) @@ -1,5 +1,6 @@ -etc/openvas/openvasmd_log.conf -etc/openvas/pwpolicy.conf +@sample etc/openvas/openvasmd_log.conf.sample +@sample etc/openvas/pwpolicy.conf.sample +%%PGSQL%%lib/openvasmd/pg/libmanage-pg-server.so man/man8/openvasmd.8.gz sbin/greenbone-certdata-sync sbin/greenbone-scapdata-sync @@ -10,6 +11,7 @@ sbin/openvas-scapdata-sync sbin/openvasmd %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/html/omp.html +%%PORTDOCS%%%%DOCSDIR%%/postgres-HOWTO share/openvas/cert/cert_bund_getbyname.xsl share/openvas/cert/cert_bund_update.xsl share/openvas/cert/cert_db_init.sql Modified: head/security/openvas8-scanner/Makefile ============================================================================== --- head/security/openvas8-scanner/Makefile Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/openvas8-scanner/Makefile Sun Aug 6 06:49:42 2017 (r447445) @@ -3,6 +3,7 @@ PORTNAME?= openvas8-scanner PORTVERSION?= 5.0.8 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES?= http://wald.intevation.org/frs/download.php/2436/ DISTNAME= ${PORTNAME:S/${OPENVAS_VER}//}-${PORTVERSION} @@ -18,7 +19,8 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libopenvas_base.so:security/openvas${OPENVAS_VER}-libraries RUN_DEPENDS= redis-server:databases/redis \ curl:ftp/curl \ - rsync:net/rsync + rsync:net/rsync \ + nmap:security/nmap CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/9/}-* Modified: head/security/openvas8-scanner/files/openvassd.in ============================================================================== --- head/security/openvas8-scanner/files/openvassd.in Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/openvas8-scanner/files/openvassd.in Sun Aug 6 06:49:42 2017 (r447445) @@ -8,18 +8,21 @@ # # Add the following to /etc/rc.conf[.local] to enable this service # -# openvassd_enable="YES" +# openvassd_enable (bool): Set to NO by default. +# Set it to YES to enable openvassd. +# openvassd_flags (params): Set params used to start openvassd. # . /etc/rc.subr name=openvassd -rcvar=openvassd_enable +rcvar=${name}_enable command="%%PREFIX%%/sbin/openvassd" pidfile=/var/run/openvassd.pid extra_commands="reload" : ${openvassd_enable=NO} +: ${openvassd_flags="--listen=127.0.0.1"} load_rc_config $name run_rc_command "$1" Modified: head/security/openvas9-manager/files/openvasmd.in ============================================================================== --- head/security/openvas9-manager/files/openvasmd.in Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/openvas9-manager/files/openvasmd.in Sun Aug 6 06:49:42 2017 (r447445) @@ -8,18 +8,21 @@ # # Add the following to /etc/rc.conf[.local] to enable this service # -# openvasmd_enable="YES" +# openvasmd_enable (bool): Set to NO by default. +# Set it to YES to enable bareos_dir. +# openvasmd_flags (params): Set params used to start openvasmd. # . /etc/rc.subr name=openvasmd -rcvar=openvasmd_enable +rcvar=${name}_enable command="%%PREFIX%%/sbin/openvasmd" pidfile=/var/run/openvasmd.pid extra_commands="reload" -: ${openvasmd_enable=NO} +: ${openvasmd_enable="NO"} +: ${openvasmd_flags="--listen=127.0.0.1"} load_rc_config $name run_rc_command "$1" Modified: head/security/openvas9-manager/files/patch-src-manage_sql.c ============================================================================== --- head/security/openvas9-manager/files/patch-src-manage_sql.c Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/openvas9-manager/files/patch-src-manage_sql.c Sun Aug 6 06:49:42 2017 (r447445) @@ -1,6 +1,6 @@ ---- src/manage_sql.c.orig 2016-02-26 13:38:52 UTC -+++ src/manage_sql.c -@@ -58,6 +58,7 @@ +--- src/manage_sql.c 2017-06-20 01:32:02.000000000 -0500 ++++ src/manage_sql.c 2017-08-05 21:19:08.663354000 -0500 +@@ -57,6 +57,7 @@ #include #include #include @@ -8,7 +8,7 @@ #include #include -@@ -940,7 +941,7 @@ iso_time_internal (time_t *epoch_time, c +@@ -1061,7 +1062,7 @@ static char time_string[100]; tm = localtime (epoch_time); @@ -17,7 +17,34 @@ { if (strftime (time_string, 98, "%FT%TZ", tm) == 0) return NULL; -@@ -42378,12 +42379,12 @@ modify_schedule (const char *schedule_id +@@ -25384,7 +25385,7 @@ + { + return sql_int ("SELECT count (DISTINCT port) FROM results" + " WHERE report = %llu AND port != ''" +- " AND port NOT %s 'general/%';", ++ " AND port NOT %s 'general/%%';", + report, + sql_ilike_op ()); + } +@@ -25400,7 +25401,7 @@ + { + return sql_int ("SELECT count (DISTINCT port) FROM results" + " WHERE report = %llu AND host = '%s'" +- " AND port NOT %s 'general/%';", ++ " AND port NOT %s 'general/%%';", + report, + host, + sql_ilike_op ()); +@@ -35110,7 +35111,7 @@ + " WHERE config_preferences.config = %llu" + " AND config_preferences.type = '%s'" + " AND (config_preferences.name = nvt_preferences.name" +- " OR config_preferences.name LIKE 'timeout.%')" ++ " OR config_preferences.name LIKE 'timeout.%%')" + " AND config_preferences.name != 'max_checks'" + " AND config_preferences.name != 'max_hosts'" + " UNION" +@@ -47821,12 +47822,12 @@ if (duration == -1) duration_string = NULL; else @@ -32,7 +59,7 @@ if ((period_months == -1) || (period_months == 0)) { -@@ -42395,12 +42396,12 @@ modify_schedule (const char *schedule_id +@@ -47838,12 +47839,12 @@ else { period_months_string = g_strdup ("0"); Added: head/security/openvas9-manager/files/patch-src-sql_pg.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openvas9-manager/files/patch-src-sql_pg.c Sun Aug 6 06:49:42 2017 (r447445) @@ -0,0 +1,18 @@ +--- src/sql_pg.c 2017-08-06 01:12:18.411221000 -0500 ++++ src/sql_pg.c 2017-08-06 01:13:41.241337000 -0500 +@@ -26,13 +26,13 @@ + #include "sql.h" + + #include +-#include ++#include + #include + #include + #include + #include + #include +-#include ++#include + #include + #include + Modified: head/security/openvas9-manager/files/patch-tools+greenbone-scapdata-sync.in ============================================================================== --- head/security/openvas9-manager/files/patch-tools+greenbone-scapdata-sync.in Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/openvas9-manager/files/patch-tools+greenbone-scapdata-sync.in Sun Aug 6 06:49:42 2017 (r447445) @@ -1,6 +1,6 @@ ---- tools/greenbone-scapdata-sync.in.orig 2016-11-10 04:58:06.000000000 -0500 -+++ tools/greenbone-scapdata-sync.in 2017-07-29 00:09:17.272096000 -0500 -@@ -1080,7 +1080,7 @@ +--- tools/greenbone-scapdata-sync.in 2016-11-10 04:58:06.000000000 -0500 ++++ tools/greenbone-scapdata-sync.in 2017-08-05 22:42:35.986283000 -0500 +@@ -1080,11 +1080,11 @@ then for ovalfile in $oval_files_sorted_private do @@ -9,6 +9,38 @@ filedate=$(( $filedate - ( $filedate % 60 ) )) if [ $filedate -gt $DB_LASTUPDATE ] || [ 1 = "$REBUILD_OVAL" ] then +- oval_timestamp=`xsltproc "$SCAP_RES_DIR/oval_timestamp.xsl" "$ovalfile" | date "+%s" -f -` ++ oval_timestamp=`date -j -f "%Y-%m-%dT%H:%M:%S" $(xsltproc "$SCAP_RES_DIR/oval_timestamp.xsl" "$ovalfile" | cut -d "." -f1) +%s` + + if [ 1 = "$REBUILD_OVAL" ] + then +@@ -1153,7 +1153,7 @@ + DIR_STR_LENGTH=$((`echo "$SCAP_DIR" | wc -c` + 1)) + + oval_files_shortened="" +- if [ 0 != "$xmlcount" ] ++ if [ "$xmlcount" -ne 0 ] + then + for ovalfile in $oval_files_sorted_private + do +@@ -1163,7 +1163,7 @@ + fi + + oval_files_clause="" +- if [ ! -z "$oval_files_shortened" ] ++ if [ "$oval_files_shortened" =! "" ] + then + oval_files_clause="AND (xml_file NOT IN ($oval_files_shortened))" + fi +@@ -1186,7 +1186,7 @@ + fi + + # TODO: This is not quite accurate as it uses the timestamp of the non-private data. +- LAST_UPDATE_TIMESTAMP=`sed 's/^\(.\{8\}\)/\1 /' $TIMESTAMP | date +%s -f -` ++ LAST_UPDATE_TIMESTAMP=`date -j -f '%Y%m%d%H%M%S' $(sed 's/$/00/g' $TIMESTAMP) +%s` + + reset_sql_tries + until [ "$try_sql" -eq 0 ] @@ -1208,12 +1208,12 @@ CPEBASE="$SCAP_DIR/official-cpe-dictionary_v2.2.xml" if [ -e $CPEBASE ] @@ -40,7 +72,7 @@ if [ "0" -ne "$SPLIT_PART_SIZE" ] && [ "$filesize" -gt $(($SPLIT_PART_SIZE * 1024)) ] then log_info "File is larger than ${SPLIT_PART_SIZE}k. Splitting into multiple parts" -@@ -1347,7 +1347,7 @@ +@@ -1347,11 +1347,11 @@ for ovalfile in $oval_files_sorted do @@ -49,6 +81,20 @@ filedate=$(( $filedate - ( $filedate % 60 ) )) if [ $filedate -gt $DB_LASTUPDATE ] || [ 1 = "$REBUILD_OVAL" ] then +- oval_timestamp=`xsltproc "$SCAP_RES_DIR/oval_timestamp.xsl" "$ovalfile" | date "+%s" -f -` ++ oval_timestamp=`date -j -f '%Y-%m-%dT%H:%M:%S' $(xsltproc "$SCAP_RES_DIR/oval_timestamp.xsl" "$ovalfile" | cut -d "." -f1) +%s` + + if [ 1 = "$REBUILD_OVAL" ] + then +@@ -1403,7 +1403,7 @@ + update_cvss + update_placeholders + +- LAST_UPDATE_TIMESTAMP=`sed 's/^\(.\{8\}\)/\1 /' $TIMESTAMP | env TZ="UTC" date +%s -f -` ++ LAST_UPDATE_TIMESTAMP=`date -j -f '%Y%m%d%H%M%S' $(sed 's/$/00/g' $TIMESTAMP) +%s` + + reset_sql_tries + until [ "$try_sql" -eq 0 ] @@ -1635,7 +1635,7 @@ then if [ -f "$SCAP_DB" ] Modified: head/security/openvas9-manager/pkg-plist ============================================================================== --- head/security/openvas9-manager/pkg-plist Sun Aug 6 06:24:31 2017 (r447444) +++ head/security/openvas9-manager/pkg-plist Sun Aug 6 06:49:42 2017 (r447445) @@ -1,23 +1,27 @@ bin/openvas-manage-certs -etc/openvas/openvasmd_log.conf -etc/openvas/pwpolicy.conf -etc/rc.d/openvasmd +@sample etc/openvas/openvasmd_log.conf.sample +@sample etc/openvas/pwpolicy.conf.sample +%%PGSQL%%lib/openvasmd/pg/libmanage-pg-server.so +%%PGSQL%%lib/openvasmd/pg/libmanage-pg-server.so.0 +%%PGSQL%%lib/openvasmd/pg/libmanage-pg-server.so.7.0.2 man/man8/database-statistics-sqlite.8.gz man/man8/greenbone-certdata-sync.8.gz man/man8/greenbone-scapdata-sync.8.gz man/man8/openvas-migrate-to-postgres.8.gz man/man8/openvas-portnames-update.8.gz man/man8/openvasmd.8.gz -sbin/database-statistics-sqlite +%%SQLITE3%%sbin/database-statistics-sqlite sbin/greenbone-certdata-sync sbin/greenbone-scapdata-sync sbin/openvas-migrate-to-postgres sbin/openvas-portnames-update sbin/openvasmd -sbin/openvasmd-sqlite +%%SQLITE3%%sbin/openvasmd-sqlite +%%PGSQL%%sbin/openvasmd-pg %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/example-openvas-manage-certs.conf %%PORTDOCS%%%%DOCSDIR%%/html/omp.html +%%PGSQL%%%%PORTDOCS%%%%DOCSDIR%%/postgres-HOWTO share/man/man1/openvas-manage-certs.1 share/openvas/cert/cert_bund_getbyname.xsl share/openvas/cert/cert_bund_update.xsl From owner-svn-ports-head@freebsd.org Sun Aug 6 06:54:48 2017 Return-Path: Delivered-To: svn-ports-head@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 E62E4DC7F27; Sun, 6 Aug 2017 06:54:48 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B98F475E51; Sun, 6 Aug 2017 06:54:48 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v766slAT064293; Sun, 6 Aug 2017 06:54:47 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v766slIN064289; Sun, 6 Aug 2017 06:54:47 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201708060654.v766slIN064289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 6 Aug 2017 06:54:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447446 - in head/security: . openvas8 openvas8/files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/security: . openvas8 openvas8/files X-SVN-Commit-Revision: 447446 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 06:54:49 -0000 Author: acm Date: Sun Aug 6 06:54:47 2017 New Revision: 447446 URL: https://svnweb.freebsd.org/changeset/ports/447446 Log: - New port: security/openvas8 (metaport) This is the metaport to install the mupen64plus emulator and all libraries and tools. WWW: http://www.openvas.org Added: head/security/openvas8/ head/security/openvas8/Makefile (contents, props changed) head/security/openvas8/files/ head/security/openvas8/files/pkg-message.in (contents, props changed) head/security/openvas8/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Aug 6 06:49:42 2017 (r447445) +++ head/security/Makefile Sun Aug 6 06:54:47 2017 (r447446) @@ -435,6 +435,7 @@ SUBDIR += openssl SUBDIR += openssl-devel SUBDIR += openssl_tpm_engine + SUBDIR += openvas8 SUBDIR += openvas8-cli SUBDIR += openvas8-libraries SUBDIR += openvas8-manager Added: head/security/openvas8/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openvas8/Makefile Sun Aug 6 06:54:47 2017 (r447446) @@ -0,0 +1,32 @@ +# Created by: Alonso Cardenas Marquez +# $FreeBSD$ + +PORTNAME= openvas8 +PORTVERSION= 8.0 +CATEGORIES= security + +MAINTAINER= acm@FreeBSD.org +COMMENT= openvas 8 vulnerability scanner (metaport) + +USES= metaport + +# Install OpenVAS libraries +RUN_DEPENDS+= ${LOCALBASE}/lib/libopenvas_base.so:security/openvas${OPENVAS_VER}-libraries + +# Install OpenVAS Commnad Line +RUN_DEPENDS+= ${LOCALBASE}/bin/omp:security/openvas${OPENVAS_VER}-cli + +# Install OpenVAS Manager +RUN_DEPENDS+= ${LOCALBASE}/sbin/openvasmd:security/openvas${OPENVAS_VER}-manager + +# Install OpenVAS Scanner +RUN_DEPENDS+= ${LOCALBASE}/sbin/openvassd:security/openvas${OPENVAS_VER}-scanner + +# Install OpenVAS Web Interface +RUN_DEPENDS+= ${LOCALBASE}/sbin/gsad:security/greenbone-security-assistant${OPENVAS_VER} + +SUB_FILES= pkg-message +OPENVAS_VER= 8 + + +.include Added: head/security/openvas8/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openvas8/files/pkg-message.in Sun Aug 6 06:54:47 2017 (r447446) @@ -0,0 +1,56 @@ +############################################################################### + +OpenVAS 8 ports were installed + +1) Redis is a dependency of OpenVAS. Please, configure redis-server for + listening on socket /tmp/redis.sock. openvassd needs it + +2) If you installed security/openvas8-manager port (openvasmd) with PostgrSQL + support, please look at: + + %%LOCALBASE%%/share/docs/openvas-scanner/postgres-HOWTO + + It will guide you for configure PostgreSQL as OpenVAS database backend + instead of SQLite3 + +3) The following steps are neccessary before of you can access to OpenVAS web + interface (gsad): + + # openvas-mkcert + # openvas-mkcert-client -n -i + # openvasmd --rebuild --progress + # openvas-nvt-sync + # openvas-scapdata-sync + # openvas-certdata-sync + # openvasmd --create-user=admin --role=Admin + # openvasmd --user=admin --new-password=yourpassword + +4) Add the following lines to /etc/rc.conf + + openvassd_enable="YES" + openvasmd_enable="YES" + gsad_enable="YES" + +5) Start OpenVAS Scanner. It will listen on 127.0.0.1:9391 by default + + # service openvassd restart + +6) 5) Start OpenVAS Manager. It will listen on 127.0.0.1:9390 by default + + # service openvasmd restart + # openvasmd --rebuild --progress + +7) Start OpenVAS web interface. It will listen on http://127.0.0.1:8080 by + default + + # service gsad start + +8) gsad can export results to PDF. It needs print/texlive-texmf port + + # pkg install texlive-texmf + + It will install 1G of data + +9) Enjoy it + +############################################################################### Added: head/security/openvas8/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openvas8/pkg-descr Sun Aug 6 06:54:47 2017 (r447446) @@ -0,0 +1,4 @@ +This is the metaport to install the mupen64plus emulator and all libraries and +tools. + +WWW: http://www.openvas.org From owner-svn-ports-head@freebsd.org Sun Aug 6 06:57:46 2017 Return-Path: Delivered-To: svn-ports-head@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 01681DC8024; Sun, 6 Aug 2017 06:57:45 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C48BD75F4D; Sun, 6 Aug 2017 06:57:45 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v766viYD064579; Sun, 6 Aug 2017 06:57:44 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v766viUR064574; Sun, 6 Aug 2017 06:57:44 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201708060657.v766viUR064574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 6 Aug 2017 06:57:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447447 - in head/security: . openvas9 openvas9/files X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/security: . openvas9 openvas9/files X-SVN-Commit-Revision: 447447 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 06:57:46 -0000 Author: acm Date: Sun Aug 6 06:57:44 2017 New Revision: 447447 URL: https://svnweb.freebsd.org/changeset/ports/447447 Log: - New port: security/openvas9 (metaport) This is the metaport to install OpenVAS 9 applications and libraries. WWW: http://www.openvas.org Added: head/security/openvas9/ head/security/openvas9/Makefile (contents, props changed) head/security/openvas9/files/ head/security/openvas9/files/pkg-message.in (contents, props changed) head/security/openvas9/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Aug 6 06:54:47 2017 (r447446) +++ head/security/Makefile Sun Aug 6 06:57:44 2017 (r447447) @@ -440,6 +440,7 @@ SUBDIR += openvas8-libraries SUBDIR += openvas8-manager SUBDIR += openvas8-scanner + SUBDIR += openvas9 SUBDIR += openvas9-cli SUBDIR += openvas9-libraries SUBDIR += openvas9-manager Added: head/security/openvas9/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openvas9/Makefile Sun Aug 6 06:57:44 2017 (r447447) @@ -0,0 +1,32 @@ +# Created by: Alonso Cardenas Marquez +# $FreeBSD$ + +PORTNAME= openvas9 +PORTVERSION= 9.0 +CATEGORIES= security + +MAINTAINER= acm@FreeBSD.org +COMMENT= openvas 8 vulnerability scanner (metaport) + +USES= metaport + +# Install OpenVAS libraries +RUN_DEPENDS+= ${LOCALBASE}/lib/libopenvas_base.so:security/openvas${OPENVAS_VER}-libraries + +# Install OpenVAS Commnad Line +RUN_DEPENDS+= ${LOCALBASE}/bin/omp:security/openvas${OPENVAS_VER}-cli + +# Install OpenVAS Manager +RUN_DEPENDS+= ${LOCALBASE}/sbin/openvasmd:security/openvas${OPENVAS_VER}-manager + +# Install OpenVAS Scanner +RUN_DEPENDS+= ${LOCALBASE}/sbin/openvassd:security/openvas${OPENVAS_VER}-scanner + +# Install OpenVAS Web Interface +RUN_DEPENDS+= ${LOCALBASE}/sbin/gsad:security/greenbone-security-assistant${OPENVAS_VER} + +SUB_FILES= pkg-message +OPENVAS_VER= 9 + + +.include Added: head/security/openvas9/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openvas9/files/pkg-message.in Sun Aug 6 06:57:44 2017 (r447447) @@ -0,0 +1,56 @@ +############################################################################### + +OpenVAS 9 ports were installed + +1) Redis is a dependency of OpenVAS. Please, configure redis-server for + listening on socket /tmp/redis.sock. openvassd needs it + +2) If you installed security/openvas8-manager port (openvasmd) with PostgrSQL + support, please look at: + + %%LOCALBASE%%/share/docs/openvas-scanner/postgres-HOWTO + + It will guide you for configure PostgreSQL as OpenVAS database backend + instead of SQLite3 + +3) The following steps are neccessary before of you can access to OpenVAS web + interface (gsad): + + # openvas-mkcert + # openvas-mkcert-client -n -i + # openvasmd --rebuild --progress + # greenbone-nvt-sync + # greenbone-scapdata-sync + # greenbone-certdata-sync + # openvasmd --create-user=admin --role=Admin + # openvasmd --user=admin --new-password=yourpassword + +4) Add the following lines to /etc/rc.conf + + openvassd_enable="YES" + openvasmd_enable="YES" + gsad_enable="YES" + +5) Start OpenVAS Scanner. It will listen on 127.0.0.1:9391 by default + + # service openvassd restart + +6) 5) Start OpenVAS Manager. It will listen on 127.0.0.1:9390 by default + + # service openvasmd restart + # openvasmd --rebuild --progress + +7) Start OpenVAS web interface. It will listen on http://127.0.0.1:8080 by + default + + # service gsad start + +8) gsad can export results to PDF. It needs print/texlive-texmf port + + # pkg install texlive-texmf + + It will install 1G of data + +9) Enjoy it + +############################################################################### Added: head/security/openvas9/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openvas9/pkg-descr Sun Aug 6 06:57:44 2017 (r447447) @@ -0,0 +1,3 @@ +This is the metaport to install OpenVAS 9 applications and libraries. + +WWW: http://www.openvas.org From owner-svn-ports-head@freebsd.org Sun Aug 6 06:58:35 2017 Return-Path: Delivered-To: svn-ports-head@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 E158BDC809A; Sun, 6 Aug 2017 06:58:35 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABD137602B; Sun, 6 Aug 2017 06:58:35 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v766wYWp064701; Sun, 6 Aug 2017 06:58:34 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v766wYX9064700; Sun, 6 Aug 2017 06:58:34 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201708060658.v766wYX9064700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 6 Aug 2017 06:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447448 - head/security/openvas8 X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/security/openvas8 X-SVN-Commit-Revision: 447448 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 06:58:36 -0000 Author: acm Date: Sun Aug 6 06:58:34 2017 New Revision: 447448 URL: https://svnweb.freebsd.org/changeset/ports/447448 Log: - Fix pkg-descr Modified: head/security/openvas8/pkg-descr Modified: head/security/openvas8/pkg-descr ============================================================================== --- head/security/openvas8/pkg-descr Sun Aug 6 06:57:44 2017 (r447447) +++ head/security/openvas8/pkg-descr Sun Aug 6 06:58:34 2017 (r447448) @@ -1,4 +1,3 @@ -This is the metaport to install the mupen64plus emulator and all libraries and -tools. +This is the metaport to install OpenVAS 8 applications and libraries. WWW: http://www.openvas.org From owner-svn-ports-head@freebsd.org Sun Aug 6 08:04:26 2017 Return-Path: Delivered-To: svn-ports-head@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 77E91DCA5CC; Sun, 6 Aug 2017 08:04:26 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3674977C11; Sun, 6 Aug 2017 08:04:26 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7684Prq092778; Sun, 6 Aug 2017 08:04:25 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7684Pea092776; Sun, 6 Aug 2017 08:04:25 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201708060804.v7684Pea092776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 6 Aug 2017 08:04:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447449 - head/german/wordpress X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/german/wordpress X-SVN-Commit-Revision: 447449 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 08:04:26 -0000 Author: joneum Date: Sun Aug 6 08:04:24 2017 New Revision: 447449 URL: https://svnweb.freebsd.org/changeset/ports/447449 Log: The distfiles were rerolled, accidentally, however the contents are identical. Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11885 Modified: head/german/wordpress/Makefile head/german/wordpress/distinfo Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Sun Aug 6 06:58:34 2017 (r447448) +++ head/german/wordpress/Makefile Sun Aug 6 08:04:24 2017 (r447449) @@ -3,6 +3,7 @@ PORTNAME= wordpress PORTVERSION= 4.8.1 +PORTREVISION= 1 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ Modified: head/german/wordpress/distinfo ============================================================================== --- head/german/wordpress/distinfo Sun Aug 6 06:58:34 2017 (r447448) +++ head/german/wordpress/distinfo Sun Aug 6 08:04:24 2017 (r447449) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501750341 -SHA256 (wordpress-4.8.1-de_DE.tar.gz) = d7d699d73ee5cbe9e4a78bc3ff26d72e09381ab8488173c1b0f67be66fda1d23 -SIZE (wordpress-4.8.1-de_DE.tar.gz) = 8660478 +TIMESTAMP = 1501953514 +SHA256 (wordpress-4.8.1-de_DE.tar.gz) = 5363d171a81825ee72e09f9ec675bc8ed59e71a078363a4c22156b26e148e785 +SIZE (wordpress-4.8.1-de_DE.tar.gz) = 8660299 From owner-svn-ports-head@freebsd.org Sun Aug 6 08:07:09 2017 Return-Path: Delivered-To: svn-ports-head@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 5F175DCA743; Sun, 6 Aug 2017 08:07:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E06C77D40; Sun, 6 Aug 2017 08:07:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76878BF093002; Sun, 6 Aug 2017 08:07:08 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76878ZC092999; Sun, 6 Aug 2017 08:07:08 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201708060807.v76878ZC092999@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 6 Aug 2017 08:07:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447450 - head/graphics/png X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/graphics/png X-SVN-Commit-Revision: 447450 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 08:07:09 -0000 Author: antoine Date: Sun Aug 6 08:07:08 2017 New Revision: 447450 URL: https://svnweb.freebsd.org/changeset/ports/447450 Log: Update to 1.6.31 Modified: head/graphics/png/Makefile head/graphics/png/distinfo head/graphics/png/pkg-plist Modified: head/graphics/png/Makefile ============================================================================== --- head/graphics/png/Makefile Sun Aug 6 08:04:24 2017 (r447449) +++ head/graphics/png/Makefile Sun Aug 6 08:07:08 2017 (r447450) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= png -PORTVERSION= 1.6.29 +PORTVERSION= 1.6.31 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}16/${PORTVERSION} \ ftp://ftp.simplesystems.org/pub/lib${PORTNAME}/${PORTNAME}/src/lib${PORTNAME}16/ @@ -17,8 +17,6 @@ LICENSE_GROUPS= FSF GPL OSI LICENSE_NAME= libpng License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -PORTSCOUT= skipv:1.6.30 USES= cpe libtool tar:xz CPE_PRODUCT= libpng Modified: head/graphics/png/distinfo ============================================================================== --- head/graphics/png/distinfo Sun Aug 6 08:04:24 2017 (r447449) +++ head/graphics/png/distinfo Sun Aug 6 08:07:08 2017 (r447450) @@ -1,5 +1,5 @@ -TIMESTAMP = 1489819428 -SHA256 (libpng-1.6.29.tar.xz) = 4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239 -SIZE (libpng-1.6.29.tar.xz) = 987652 -SHA256 (libpng-1.6.29-apng.patch.gz) = 6120948990a86f8118d67471ff04e35ca1f93722061ef6b90842c64608584b91 -SIZE (libpng-1.6.29-apng.patch.gz) = 10313 +TIMESTAMP = 1501238385 +SHA256 (libpng-1.6.31.tar.xz) = 232a602de04916b2b5ce6f901829caf419519e6a16cc9cd7c1c91187d3ee8b41 +SIZE (libpng-1.6.31.tar.xz) = 991824 +SHA256 (libpng-1.6.31-apng.patch.gz) = a10645f0af2aa23e0f437b2b7ce784c1398ba9e05555a1b61fee510bab22c227 +SIZE (libpng-1.6.31-apng.patch.gz) = 10308 Modified: head/graphics/png/pkg-plist ============================================================================== --- head/graphics/png/pkg-plist Sun Aug 6 08:04:24 2017 (r447449) +++ head/graphics/png/pkg-plist Sun Aug 6 08:07:08 2017 (r447450) @@ -13,7 +13,7 @@ lib/libpng.so lib/libpng16.a lib/libpng16.so lib/libpng16.so.16 -lib/libpng16.so.16.29.0 +lib/libpng16.so.16.31.0 libdata/pkgconfig/libpng.pc libdata/pkgconfig/libpng16.pc man/man3/libpng.3.gz From owner-svn-ports-head@freebsd.org Sun Aug 6 08:07:56 2017 Return-Path: Delivered-To: svn-ports-head@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 8D82CDCA7BE; Sun, 6 Aug 2017 08:07:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DC0077E23; Sun, 6 Aug 2017 08:07:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7687tD0093178; Sun, 6 Aug 2017 08:07:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7687sIA093173; Sun, 6 Aug 2017 08:07:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201708060807.v7687sIA093173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 6 Aug 2017 08:07:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447451 - in head/graphics: jpeg-turbo jpeg-turbo/files libjpeg-turbo X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/graphics: jpeg-turbo jpeg-turbo/files libjpeg-turbo X-SVN-Commit-Revision: 447451 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 08:07:56 -0000 Author: antoine Date: Sun Aug 6 08:07:54 2017 New Revision: 447451 URL: https://svnweb.freebsd.org/changeset/ports/447451 Log: Update to 1.5.2 Modified: head/graphics/jpeg-turbo/Makefile head/graphics/jpeg-turbo/distinfo head/graphics/jpeg-turbo/files/patch-md5_md5.c head/graphics/libjpeg-turbo/Makefile Modified: head/graphics/jpeg-turbo/Makefile ============================================================================== --- head/graphics/jpeg-turbo/Makefile Sun Aug 6 08:07:08 2017 (r447450) +++ head/graphics/jpeg-turbo/Makefile Sun Aug 6 08:07:54 2017 (r447451) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jpeg-turbo -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 PORTREVISION?= 0 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/${PORTVERSION} Modified: head/graphics/jpeg-turbo/distinfo ============================================================================== --- head/graphics/jpeg-turbo/distinfo Sun Aug 6 08:07:08 2017 (r447450) +++ head/graphics/jpeg-turbo/distinfo Sun Aug 6 08:07:54 2017 (r447451) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475991658 -SHA256 (libjpeg-turbo-1.5.1.tar.gz) = 41429d3d253017433f66e3d472b8c7d998491d2f41caa7306b8d9a6f2a2c666c -SIZE (libjpeg-turbo-1.5.1.tar.gz) = 1650647 +TIMESTAMP = 1499953047 +SHA256 (libjpeg-turbo-1.5.2.tar.gz) = 9098943b270388727ae61de82adec73cf9f0dbb240b3bc8b172595ebf405b528 +SIZE (libjpeg-turbo-1.5.2.tar.gz) = 1657235 Modified: head/graphics/jpeg-turbo/files/patch-md5_md5.c ============================================================================== --- head/graphics/jpeg-turbo/files/patch-md5_md5.c Sun Aug 6 08:07:08 2017 (r447450) +++ head/graphics/jpeg-turbo/files/patch-md5_md5.c Sun Aug 6 08:07:54 2017 (r447451) @@ -1,6 +1,6 @@ ---- md5/md5.c.orig 2016-09-20 23:36:59 UTC +--- md5/md5.c.orig 2017-07-07 20:31:10 UTC +++ md5/md5.c -@@ -45,6 +45,8 @@ static void MD5Transform(unsigned int [4 +@@ -54,6 +54,8 @@ static void MD5Transform(unsigned int [4 #include #define le32toh(x) OSSwapLittleToHostInt32(x) #define htole32(x) OSSwapHostToLittleInt32(x) Modified: head/graphics/libjpeg-turbo/Makefile ============================================================================== --- head/graphics/libjpeg-turbo/Makefile Sun Aug 6 08:07:08 2017 (r447450) +++ head/graphics/libjpeg-turbo/Makefile Sun Aug 6 08:07:54 2017 (r447451) @@ -2,7 +2,7 @@ # $FreeBSD$ PKGNAMEPREFIX= lib -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= SIMD-accelerated JPEG codec library, provides libTurboJPEG From owner-svn-ports-head@freebsd.org Sun Aug 6 09:01:18 2017 Return-Path: Delivered-To: svn-ports-head@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 4D250DCD1BD; Sun, 6 Aug 2017 09:01:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19E017DE55; Sun, 6 Aug 2017 09:01:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7691H7n015219; Sun, 6 Aug 2017 09:01:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7691HvU015218; Sun, 6 Aug 2017 09:01:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201708060901.v7691HvU015218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 6 Aug 2017 09:01:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447452 - head/graphics/cairo-reference X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/cairo-reference X-SVN-Commit-Revision: 447452 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 09:01:18 -0000 Author: amdmi3 Date: Sun Aug 6 09:01:16 2017 New Revision: 447452 URL: https://svnweb.freebsd.org/changeset/ports/447452 Log: - Update WWW Approved by: portmgr blanket Modified: head/graphics/cairo-reference/pkg-descr Modified: head/graphics/cairo-reference/pkg-descr ============================================================================== --- head/graphics/cairo-reference/pkg-descr Sun Aug 6 08:07:54 2017 (r447451) +++ head/graphics/cairo-reference/pkg-descr Sun Aug 6 09:01:16 2017 (r447452) @@ -1,3 +1,3 @@ This port contains the programming reference for graphics/cairo. -WWW: http://www.cairographics.org +WWW: https://www.cairographics.org/ From owner-svn-ports-head@freebsd.org Sun Aug 6 09:11:46 2017 Return-Path: Delivered-To: svn-ports-head@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 62E3ADCD7E5; Sun, 6 Aug 2017 09:11:46 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25E327E22F; Sun, 6 Aug 2017 09:11:46 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v769BjEu019187; Sun, 6 Aug 2017 09:11:45 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v769BjCB019186; Sun, 6 Aug 2017 09:11:45 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201708060911.v769BjCB019186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 6 Aug 2017 09:11:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447453 - head/audio/tomahawk X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/audio/tomahawk X-SVN-Commit-Revision: 447453 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 09:11:46 -0000 Author: tcberner Date: Sun Aug 6 09:11:45 2017 New Revision: 447453 URL: https://svnweb.freebsd.org/changeset/ports/447453 Log: Mark audio/tomahawk broken. Project has been dead for a while now, and it does not build with the current qtkeychain-qt4 (while being that ports only consumer). PR: 221157 Differential Revision: https://reviews.freebsd.org/D11867 Modified: head/audio/tomahawk/Makefile Modified: head/audio/tomahawk/Makefile ============================================================================== --- head/audio/tomahawk/Makefile Sun Aug 6 09:01:16 2017 (r447452) +++ head/audio/tomahawk/Makefile Sun Aug 6 09:11:45 2017 (r447453) @@ -31,6 +31,11 @@ CMAKE_ARGS= -DBUILD_RELEASE="ON" CXXFLAGS+= -Wno-cast-align -I${LOCALBASE}/include LDFLAGS+= -lz +BROKEN= Does not build against new qtkeychain-0.80.0 +# https://github.com/tomahawk-player/tomahawk/commit/c8389592488c07079f40e7edb9195cfabbc58740 +DEPRECATED= Project is dead upstream. +EXPIRATION_DATE=2017-08-31 + GH_ACCOUNT= tomahawk-player TELEPATHY_LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 From owner-svn-ports-head@freebsd.org Sun Aug 6 09:13:12 2017 Return-Path: Delivered-To: svn-ports-head@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 2D45FDCD8C3; Sun, 6 Aug 2017 09:13:12 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED7537E4BB; Sun, 6 Aug 2017 09:13:11 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v769DB7Y021514; Sun, 6 Aug 2017 09:13:11 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v769DA2F021510; Sun, 6 Aug 2017 09:13:10 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201708060913.v769DA2F021510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 6 Aug 2017 09:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447454 - in head/audio/taglib: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/audio/taglib: . files X-SVN-Commit-Revision: 447454 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 09:13:12 -0000 Author: tcberner Date: Sun Aug 6 09:13:10 2017 New Revision: 447454 URL: https://svnweb.freebsd.org/changeset/ports/447454 Log: Update audio/taglib to 1.11.1 PR: 221157 Reviewed by: jhale Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11737 Modified: head/audio/taglib/Makefile head/audio/taglib/distinfo head/audio/taglib/files/extrapatch-rcc head/audio/taglib/pkg-plist Modified: head/audio/taglib/Makefile ============================================================================== --- head/audio/taglib/Makefile Sun Aug 6 09:11:45 2017 (r447453) +++ head/audio/taglib/Makefile Sun Aug 6 09:13:10 2017 (r447454) @@ -2,21 +2,23 @@ # $FreeBSD$ PORTNAME= taglib -PORTVERSION= 1.10 +PORTVERSION= 1.11.1 CATEGORIES= audio MASTER_SITES= http://taglib.github.io/releases/ MAINTAINER= jhale@FreeBSD.org COMMENT= Library for manipulating ID3 tags and Ogg comments -LICENSE= LGPL21 MPL +LICENSE= LGPL21 MPL11 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL USES= cmake cpe pathfix CMAKE_ARGS= -DWITH_ASF:BOOL=ON \ - -DWITH_MP4:BOOL=ON + -DWITH_MP4:BOOL=ON \ + -DBUILD_SHARED_LIBS:BOOL=ON + USE_LDCONFIG= yes CPE_VENDOR= scott_wheeler @@ -24,6 +26,12 @@ CPE_VENDOR= scott_wheeler OPTIONS_DEFINE= RCC OPTIONS_SUB= yes +# The official patches for this can be obtained from: +# http://darksoft.org/files/rusxmms/patches/ +# however, they do not seem to yet have any for taglib-1.11.1. +# So instead, use: +# https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/trunk/extras/package/win32/contrib/taglib-rusxmms/ +# RCC_DESC= Build with RusXMMS librcc patches (experimental) RCC_LIB_DEPENDS= librcc.so:devel/librcc RCC_EXTRA_PATCHES= ${FILESDIR}/extrapatch-rcc Modified: head/audio/taglib/distinfo ============================================================================== --- head/audio/taglib/distinfo Sun Aug 6 09:11:45 2017 (r447453) +++ head/audio/taglib/distinfo Sun Aug 6 09:13:10 2017 (r447454) @@ -1,2 +1,3 @@ -SHA256 (taglib-1.10.tar.gz) = 24c32d50042cb0ddf162eb263f8ac75c5a158e12bf32ed534c1d5c71ee369baa -SIZE (taglib-1.10.tar.gz) = 1233893 +TIMESTAMP = 1501054372 +SHA256 (taglib-1.11.1.tar.gz) = b6d1a5a610aae6ff39d93de5efd0fdc787aa9e9dc1e7026fa4c961b26563526b +SIZE (taglib-1.11.1.tar.gz) = 1261620 Modified: head/audio/taglib/files/extrapatch-rcc ============================================================================== --- head/audio/taglib/files/extrapatch-rcc Sun Aug 6 09:11:45 2017 (r447453) +++ head/audio/taglib/files/extrapatch-rcc Sun Aug 6 09:13:10 2017 (r447454) @@ -1,38 +1,47 @@ ---- ConfigureChecks.cmake.orig 2015-11-11 21:41:59 UTC -+++ ConfigureChecks.cmake -@@ -201,6 +201,8 @@ if(NOT ZLIB_SOURCE) - endif() +Obtained from: + https://sourceforge.net/p/qmmp-dev/code/HEAD/tree/trunk/extras/package/win32/contrib/taglib-rusxmms/taglib-1.11.1-ds-rusxmms.patch?format=raw + +diff --git CMakeLists.txt CMakeLists.txt +index a59efc9..eda2f53 100644 +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -120,6 +120,8 @@ if(NOT HAVE_ZLIB AND ZLIB_SOURCE) + set(HAVE_ZLIB_SOURCE 1) endif() +SET(HAVE_LIBRCC 1) + - if(BUILD_TESTS) - find_package(CppUnit) - if(NOT CppUnit_FOUND) ---- config.h.cmake.orig 2015-11-11 21:41:59 UTC + include_directories(${CMAKE_CURRENT_BINARY_DIR}) + configure_file(config.h.cmake "${CMAKE_CURRENT_BINARY_DIR}/config.h") + +diff --git config.h.cmake config.h.cmake +index 7eb5993..8d4a541 100644 +--- config.h.cmake +++ config.h.cmake -@@ -22,6 +22,9 @@ - /* Defined if you have libz */ - #cmakedefine HAVE_ZLIB 1 +@@ -30,4 +30,7 @@ + /* Indicates whether debug messages are shown even in release mode */ + #cmakedefine TRACE_IN_RELEASE 1 +/* Defined if you have LibRCC from RusXMMS project */ +#cmakedefine HAVE_LIBRCC 1 + - /* Indicates whether debug messages are shown even in release mode */ - #cmakedefine TRACE_IN_RELEASE 1 - ---- examples/tagreader_c.c.orig 2015-11-11 21:41:59 UTC + #cmakedefine TESTS_DIR "@TESTS_DIR@" +diff --git examples/tagreader_c.c examples/tagreader_c.c +index 0436992..e0f17d8 100644 +--- examples/tagreader_c.c +++ examples/tagreader_c.c @@ -38,7 +38,7 @@ int main(int argc, char *argv[]) TagLib_Tag *tag; const TagLib_AudioProperties *properties; - taglib_set_strings_unicode(FALSE); -+// taglib_set_strings_unicode(FALSE); ++ //taglib_set_strings_unicode(FALSE); for(i = 1; i < argc; i++) { printf("******************** \"%s\" ********************\n", argv[i]); ---- examples/tagwriter.cpp.orig 2015-11-11 21:41:59 UTC +diff --git examples/tagwriter.cpp examples/tagwriter.cpp +index ed8b0d7..6a7a263 100644 +--- examples/tagwriter.cpp +++ examples/tagwriter.cpp @@ -115,7 +115,7 @@ int main(int argc, char *argv[]) if(isArgument(argv[i]) && i + 1 < argc && !isArgument(argv[i + 1])) { @@ -43,9 +52,11 @@ TagLib::List::ConstIterator it; for(it = fileList.begin(); it != fileList.end(); ++it) { ---- taglib/CMakeLists.txt.orig 2015-11-11 21:41:59 UTC +diff --git taglib/CMakeLists.txt taglib/CMakeLists.txt +index 000f793..e30471e 100644 +--- taglib/CMakeLists.txt +++ taglib/CMakeLists.txt -@@ -38,6 +38,7 @@ set(tag_HDRS +@@ -42,6 +42,7 @@ set(tag_HDRS audioproperties.h taglib_export.h ${CMAKE_CURRENT_BINARY_DIR}/../taglib_config.h @@ -53,7 +64,7 @@ toolkit/taglib.h toolkit/tstring.h toolkit/tlist.h -@@ -291,6 +292,7 @@ set(xm_SRCS +@@ -297,6 +298,7 @@ set(xm_SRCS ) set(toolkit_SRCS @@ -61,7 +72,7 @@ toolkit/tstring.cpp toolkit/tstringlist.cpp toolkit/tbytevector.cpp -@@ -337,7 +339,7 @@ set(tag_LIB_SRCS +@@ -345,7 +347,7 @@ set(tag_LIB_SRCS add_library(tag ${tag_LIB_SRCS} ${tag_HDRS}) if(ZLIB_FOUND) @@ -69,10 +80,12 @@ + target_link_libraries(tag rcc ${ZLIB_LIBRARIES}) endif() - set_target_properties(tag PROPERTIES ---- taglib/mpeg/id3v1/id3v1tag.cpp.orig 2015-11-11 21:41:59 UTC + if(HAVE_BOOST_ATOMIC) +diff --git taglib/mpeg/id3v1/id3v1tag.cpp taglib/mpeg/id3v1/id3v1tag.cpp +index ca93041..dca5f7a 100644 +--- taglib/mpeg/id3v1/id3v1tag.cpp +++ taglib/mpeg/id3v1/id3v1tag.cpp -@@ -64,17 +64,18 @@ StringHandler::StringHandler() +@@ -69,15 +69,15 @@ StringHandler::StringHandler() String ID3v1::StringHandler::parse(const ByteVector &data) const { @@ -82,29 +95,30 @@ ByteVector ID3v1::StringHandler::render(const String &s) const { - if(!s.isLatin1()) - { -+ if (String::ID3WType(String::Latin1) == String::Latin1) +- if(s.isLatin1()) +- return s.data(String::Latin1); +- else ++ if(!s.isLatin1() && String::ID3WType(String::Latin1) == String::Latin1) return ByteVector(); - } - -- return s.data(String::Latin1); ++ + return s.data(String::Latin1ID3); } //////////////////////////////////////////////////////////////////////////////// -@@ -257,7 +258,7 @@ void ID3v1::Tag::parse(const ByteVector - d->track = uchar(data[offset + 29]); +@@ -262,7 +262,7 @@ void ID3v1::Tag::parse(const ByteVector &data) + d->track = static_cast(data[offset + 29]); } else - d->comment = data.mid(offset, 30); -+ d->comment = TagPrivate::stringHandler->parse(data.mid(offset, 30)); ++ d->comment = stringHandler->parse(data.mid(offset, 30)); offset += 30; ---- taglib/mpeg/id3v2/frames/commentsframe.cpp.orig 2015-11-11 21:41:59 UTC +diff --git taglib/mpeg/id3v2/frames/commentsframe.cpp taglib/mpeg/id3v2/frames/commentsframe.cpp +index b561832..9cfaba2 100644 +--- taglib/mpeg/id3v2/frames/commentsframe.cpp +++ taglib/mpeg/id3v2/frames/commentsframe.cpp -@@ -150,10 +150,10 @@ void CommentsFrame::parseFields(const By +@@ -148,10 +148,10 @@ void CommentsFrame::parseFields(const ByteVector &data) return; } @@ -117,12 +131,13 @@ ByteVectorList l = ByteVectorList::split(data.mid(4), textDelimiter(d->textEncoding), byteAlign, 2); -@@ -174,10 +174,12 @@ ByteVector CommentsFrame::renderFields() +@@ -171,11 +171,13 @@ ByteVector CommentsFrame::renderFields() const + ByteVector v; String::Type encoding = d->textEncoding; - ++ + encoding = String::ID3WType(encoding); -+ + encoding = checkTextEncoding(d->description, encoding); encoding = checkTextEncoding(d->text, encoding); @@ -131,9 +146,11 @@ v.append(d->language.size() == 3 ? d->language : "XXX"); v.append(d->description.data(encoding)); v.append(textDelimiter(encoding)); ---- taglib/mpeg/id3v2/frames/textidentificationframe.cpp.orig 2015-11-11 21:41:59 UTC +diff --git taglib/mpeg/id3v2/frames/textidentificationframe.cpp taglib/mpeg/id3v2/frames/textidentificationframe.cpp +index d9d3b29..74f69da 100644 +--- taglib/mpeg/id3v2/frames/textidentificationframe.cpp +++ taglib/mpeg/id3v2/frames/textidentificationframe.cpp -@@ -187,12 +187,12 @@ void TextIdentificationFrame::parseField +@@ -191,12 +191,12 @@ void TextIdentificationFrame::parseFields(const ByteVector &data) // read the string data type (the first byte of the field data) @@ -148,13 +165,13 @@ // build a small counter to strip nulls off the end of the field -@@ -223,11 +223,14 @@ void TextIdentificationFrame::parseField +@@ -227,11 +227,14 @@ void TextIdentificationFrame::parseFields(const ByteVector &data) ByteVector TextIdentificationFrame::renderFields() const { - String::Type encoding = checkTextEncoding(d->fieldList, d->textEncoding); + String::Type encoding = d->textEncoding; -+ ++ + encoding = String::ID3WType(encoding); + encoding = checkTextEncoding(d->fieldList, encoding); @@ -165,9 +182,11 @@ for(StringList::ConstIterator it = d->fieldList.begin(); it != d->fieldList.end(); it++) { ---- taglib/mpeg/id3v2/id3v2frame.cpp.orig 2015-11-11 21:41:59 UTC +diff --git taglib/mpeg/id3v2/id3v2frame.cpp taglib/mpeg/id3v2/id3v2frame.cpp +index 1f896fa..ef9d91d 100644 +--- taglib/mpeg/id3v2/id3v2frame.cpp +++ taglib/mpeg/id3v2/id3v2frame.cpp -@@ -339,7 +339,7 @@ String::Type Frame::checkEncoding(const +@@ -297,7 +297,7 @@ String::Type Frame::checkEncoding(const StringList &fields, String::Type encodin if((encoding == String::UTF8 || encoding == String::UTF16BE) && version != 4) return String::UTF16; @@ -176,7 +195,10 @@ return encoding; for(StringList::ConstIterator it = fields.begin(); it != fields.end(); ++it) { ---- taglib/toolkit/rccpatch.cpp.orig 2016-07-26 16:05:28 UTC +diff --git taglib/toolkit/rccpatch.cpp taglib/toolkit/rccpatch.cpp +new file mode 100644 +index 0000000..af99323 +--- /dev/null +++ taglib/toolkit/rccpatch.cpp @@ -0,0 +1,237 @@ +#include @@ -416,7 +438,10 @@ +#endif /* HAVE_LIBRCC */ + return TagLib::String::Latin1; +} ---- taglib/toolkit/rccpatch.h.orig 2016-07-26 16:05:28 UTC +diff --git taglib/toolkit/rccpatch.h taglib/toolkit/rccpatch.h +new file mode 100644 +index 0000000..31f4410 +--- /dev/null +++ taglib/toolkit/rccpatch.h @@ -0,0 +1,20 @@ +#ifndef _RCC_PATCH_H @@ -439,77 +464,109 @@ +TagLib::String::Type rccTaglibPatchGetID3Type(); + +#endif /* _RCC_PATCH_H */ ---- taglib/toolkit/tstring.cpp.orig 2015-11-11 21:41:59 UTC +diff --git taglib/toolkit/tstring.cpp taglib/toolkit/tstring.cpp +index 8328790..278256f 100644 +--- taglib/toolkit/tstring.cpp +++ taglib/toolkit/tstring.cpp -@@ -29,6 +29,7 @@ - #include - #endif +@@ -42,6 +42,7 @@ + #include + #include +#include "rccpatch.h" #include "tstring.h" - #include "tdebug.h" - #include "tstringlist.h" -@@ -167,8 +168,11 @@ String::String(const String &s) - String::String(const std::string &s, Type t) - : d(new StringPrivate()) + + namespace +@@ -120,15 +121,37 @@ namespace + else + return String::UTF16BE; + } ++ ++ void copyFromUTF8(std::wstring &data, const char *s, size_t length); + + // Converts a Latin-1 string into UTF-16(without BOM/CPU byte order) + // and copies it to the internal buffer. +- void copyFromLatin1(std::wstring &data, const char *s, size_t length) ++ void copyFromLatin1(std::wstring &data, const char *s, size_t length, bool prepare = false, String::Type t = String::Latin1) + { + data.resize(length); + + for(size_t i = 0; i < length; ++i) + data[i] = static_cast(s[i]); ++ ++ ++ // librcc conversation ++ if (prepare) { ++ ++ ByteVector v; ++ std::string str = std::string(s, length); ++ ++ if (t == String::Latin1ID3) v = rccTaglibPatchRecodeInputID3(str, false); ++ else if (t == String::Latin1ID3V2) v = rccTaglibPatchRecodeInputID3(str, true); ++ else /* Latin1 converted from Locale */ v = rccTaglibPatchRecodeInput(str); ++ ++ if (v.size()) { ++ copyFromUTF8(data, v.data(), v.size()); ++ } else { ++ // We don't know if we got UTF-8 encoded string or either rcc is disable or something is failed, ++ // since standard applications are really expecting here Latin1, it is safe to just check if we have violations of UTF8 ++ //if (Unicode::isLegalUTF8(s)) t = UTF8; ++ } ++ } + } + + // Converts a UTF-8 string into UTF-16(without BOM/CPU byte order) +@@ -264,8 +287,11 @@ String::String(const String &s) : + String::String(const std::string &s, Type t) : + d(new StringPrivate()) { - if(t == Latin1) -- copyFromLatin1(s.c_str(), s.length()); +- copyFromLatin1(d->data, s.c_str(), s.length()); + if(t == Locale) -+ t = rccTaglibPatchGetLocaleType(); ++ t = rccTaglibPatchGetLocaleType(); + + if(t == Latin1 || t == Latin1ID3 || t == Latin1ID3V2) -+ copyFromLatin1(s.c_str(), s.length(), true, t); ++ copyFromLatin1(d->data, s.c_str(), s.length(), true, t); else if(t == String::UTF8) - copyFromUTF8(s.c_str(), s.length()); + copyFromUTF8(d->data, s.c_str(), s.length()); else { -@@ -215,8 +219,11 @@ String::String(const wchar_t *s, Type t) - String::String(const char *s, Type t) - : d(new StringPrivate()) +@@ -312,8 +338,11 @@ String::String(const wchar_t *s, Type t) : + String::String(const char *s, Type t) : + d(new StringPrivate()) { - if(t == Latin1) -- copyFromLatin1(s, ::strlen(s)); +- copyFromLatin1(d->data, s, ::strlen(s)); + if(t == Locale) + t = rccTaglibPatchGetLocaleType(); + + if(t == Latin1 || t == Latin1ID3 || t == Latin1ID3V2) -+ copyFromLatin1(s, ::strlen(s), true, t); ++ copyFromLatin1(d->data, s, ::strlen(s), true, t); else if(t == String::UTF8) - copyFromUTF8(s, ::strlen(s)); + copyFromUTF8(d->data, s, ::strlen(s)); else { -@@ -237,7 +244,10 @@ String::String(wchar_t c, Type t) - String::String(char c, Type t) - : d(new StringPrivate(1, static_cast(c))) +@@ -344,9 +373,13 @@ String::String(const ByteVector &v, Type t) : { -- if(t != Latin1 && t != UTF8) { -+ if(t == Locale) -+ t = rccTaglibPatchGetLocaleType(); -+ -+ if(t != Latin1 && t != Latin1ID3 && t != Latin1ID3V2 && t != UTF8) { - debug("String::String() -- char should not contain UTF16."); - } - } -@@ -248,8 +258,11 @@ String::String(const ByteVector &v, Type if(v.isEmpty()) return; - -- if(t == Latin1) -- copyFromLatin1(v.data(), v.size()); ++ + if(t == Locale) -+ t = rccTaglibPatchGetLocaleType(); ++ t = rccTaglibPatchGetLocaleType(); + -+ if(t == Latin1 || t == Latin1ID3 || t == Latin1ID3V2) -+ copyFromLatin1(v.data(), v.size(), true, t); ++ if(t == Latin1 || t == Latin1ID3 || t == Latin1ID3V2) ++ copyFromLatin1(d->data, v.data(), v.size(), true, t); + +- if(t == Latin1) +- copyFromLatin1(d->data, v.data(), v.size()); else if(t == UTF8) - copyFromUTF8(v.data(), v.size()); + copyFromUTF8(d->data, v.data(), v.size()); else -@@ -396,8 +409,37 @@ bool String::isNull() const +@@ -499,8 +532,38 @@ bool String::isNull() const ByteVector String::data(Type t) const { - switch(t) - { -+ ByteVector v; ++ ByteVector v; ++ + if (t == Locale) { + // The source is either Unicode or real Latin1 (if rcc is bypassed) + std::string s = to8Bit(true); @@ -543,40 +600,8 @@ case Latin1: { ByteVector v(size(), 0); -@@ -738,12 +780,29 @@ void String::detach() - // private members - //////////////////////////////////////////////////////////////////////////////// +@@ -822,7 +885,35 @@ const TagLib::String operator+(const TagLib::String &s1, const char *s2) --void String::copyFromLatin1(const char *s, size_t length) -+void String::copyFromLatin1(const char *s, size_t length, bool prepare, Type t) - { - d->data.resize(length); -- - for(size_t i = 0; i < length; ++i) - d->data[i] = static_cast(s[i]); -+ -+ // librcc conversation -+ if (prepare) { -+ std::string s = to8Bit(false); -+ ByteVector v; -+ -+ if (t == Latin1ID3) v = rccTaglibPatchRecodeInputID3(s, false); -+ else if (t == Latin1ID3V2) v = rccTaglibPatchRecodeInputID3(s, true); -+ else /* Latin1 converted from Locale */ v = rccTaglibPatchRecodeInput(s); -+ -+ if (v.size()) { -+ copyFromUTF8(v.data(), v.size()); -+ } else { -+ // We don't know if we got UTF-8 encoded string or either rcc is disable or something is failed, -+ // since standard applications are really expecting here Latin1, it is safe to just check if we have violations of UTF8 -+ //if (Unicode::isLegalUTF8(s)) t = UTF8; -+ } -+ } - } - - void String::copyFromUTF8(const char *s, size_t length) -@@ -859,7 +918,33 @@ const TagLib::String operator+(const Tag - std::ostream &operator<<(std::ostream &s, const TagLib::String &str) { - s << str.to8Bit(); @@ -610,44 +635,39 @@ + return Latin1; + return type; +} ---- taglib/toolkit/tstring.h.orig 2015-11-11 21:41:59 UTC ++ ++ +diff --git taglib/toolkit/tstring.h taglib/toolkit/tstring.h +index b1be04b..b21f297 100644 +--- taglib/toolkit/tstring.h +++ taglib/toolkit/tstring.h @@ -96,6 +96,18 @@ namespace TagLib { */ enum Type { /*! -+ * Determine using current locale settings -+ */ ++ * Determine using current locale settings ++ */ + Locale = -1, -+ /*! -+ * Latin1 for ID3 tags. -+ */ ++ /*! ++ * Latin1 for ID3 tags. ++ */ + Latin1ID3 = 65, -+ /*! -+ * Latin1 for ID3v2 tags. -+ */ ++ /*! ++ * Latin1 for ID3v2 tags. ++ */ + Latin1ID3V2 = 66, + /*! * IS08859-1, or Latin1 encoding. 8 bit characters. */ Latin1 = 0, -@@ -118,6 +130,10 @@ namespace TagLib { +@@ -117,6 +129,10 @@ namespace TagLib { + */ UTF16LE = 4 }; - ++ + static Type ID3Type(int i); + static Type ID3WType(Type type); + static Type ID3RealType(Type type); -+ - /*! - * Constructs an empty String. - */ -@@ -519,7 +535,7 @@ namespace TagLib { - * Converts a \e Latin-1 string into \e UTF-16(without BOM/CPU byte order) - * and copies it to the internal buffer. - */ -- void copyFromLatin1(const char *s, size_t length); -+ void copyFromLatin1(const char *s, size_t length, bool prepare = false, Type t = Latin1); /*! - * Converts a \e UTF-8 string into \e UTF-16(without BOM/CPU byte order) + * Constructs an empty String. Modified: head/audio/taglib/pkg-plist ============================================================================== --- head/audio/taglib/pkg-plist Sun Aug 6 09:11:45 2017 (r447453) +++ head/audio/taglib/pkg-plist Sun Aug 6 09:13:10 2017 (r447454) @@ -56,6 +56,7 @@ include/taglib/oggpageheader.h include/taglib/opusfile.h include/taglib/opusproperties.h include/taglib/ownershipframe.h +include/taglib/podcastframe.h include/taglib/popularimeterframe.h include/taglib/privateframe.h %%RCC%%include/taglib/rccpatch.h @@ -106,7 +107,7 @@ include/taglib/xmfile.h include/taglib/xmproperties.h lib/libtag.so lib/libtag.so.1 -lib/libtag.so.1.15.1 +lib/libtag.so.1.17.0 lib/libtag_c.so lib/libtag_c.so.0 lib/libtag_c.so.0.0.0 From owner-svn-ports-head@freebsd.org Sun Aug 6 10:26:23 2017 Return-Path: Delivered-To: svn-ports-head@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 4C0FBDD10B2; Sun, 6 Aug 2017 10:26:23 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E7D580627; Sun, 6 Aug 2017 10:26:22 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76AQM8A050152; Sun, 6 Aug 2017 10:26:22 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76AQLNk050149; Sun, 6 Aug 2017 10:26:21 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201708061026.v76AQLNk050149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 6 Aug 2017 10:26:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447455 - in head/net/py-netaddr: . files X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/net/py-netaddr: . files X-SVN-Commit-Revision: 447455 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 10:26:23 -0000 Author: koobs Date: Sun Aug 6 10:26:21 2017 New Revision: 447455 URL: https://svnweb.freebsd.org/changeset/ports/447455 Log: net/py-netaddr: Update to 0.7.19 - Update PORTVERSION and distinfo checksum (0.7.19) [1] - Add TEST_DEPENDS and update test target - shebangfix not required with setuptools shebang auto-rewriting PR: 219883 Submitted by: Franco Fichtner [1] Modified: head/net/py-netaddr/Makefile head/net/py-netaddr/distinfo head/net/py-netaddr/files/patch-setup.py Modified: head/net/py-netaddr/Makefile ============================================================================== --- head/net/py-netaddr/Makefile Sun Aug 6 09:13:10 2017 (r447454) +++ head/net/py-netaddr/Makefile Sun Aug 6 10:26:21 2017 (r447455) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= netaddr -PORTVERSION= 0.7.18 -PORTREVISION= 1 +PORTVERSION= 0.7.19 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +13,11 @@ COMMENT= Manipulation of IPv4, IPv6, CIDR, EUI and MAC LICENSE= BSD3CLAUSE MIT LICENSE_COMB= multi -USES= python shebangfix +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.4.2:devel/py-pytest + +USES= python USE_PYTHON= autoplist concurrent distutils -SHEBANG_FILES= netaddr/tools/netaddr + NO_ARCH= yes OPTIONS_DEFINE= DOCS @@ -28,6 +29,6 @@ post-install-DOCS-on: ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest .include Modified: head/net/py-netaddr/distinfo ============================================================================== --- head/net/py-netaddr/distinfo Sun Aug 6 09:13:10 2017 (r447454) +++ head/net/py-netaddr/distinfo Sun Aug 6 10:26:21 2017 (r447455) @@ -1,2 +1,3 @@ -SHA256 (netaddr-0.7.18.tar.gz) = a1f5c9fcf75ac2579b9995c843dade33009543c04f218ff7c007b3c81695bd19 -SIZE (netaddr-0.7.18.tar.gz) = 1715389 +TIMESTAMP = 1496725761 +SHA256 (netaddr-0.7.19.tar.gz) = 38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd +SIZE (netaddr-0.7.19.tar.gz) = 1622835 Modified: head/net/py-netaddr/files/patch-setup.py ============================================================================== --- head/net/py-netaddr/files/patch-setup.py Sun Aug 6 09:13:10 2017 (r447454) +++ head/net/py-netaddr/files/patch-setup.py Sun Aug 6 10:26:21 2017 (r447455) @@ -1,10 +1,10 @@ ---- setup.py.orig 2017-04-21 11:40:00 UTC +--- setup.py.orig 2017-01-11 23:42:52 UTC +++ setup.py -@@ -62,11 +62,6 @@ def main(): - scripts = release.scripts, - url = release.url, - version = release.version, -- options = { +@@ -174,11 +174,6 @@ def main(): + scripts=['netaddr/tools/netaddr'], + url='https://github.com/drkjam/netaddr/', + version=netaddr.__version__, +- options={ - 'build_scripts': { - 'executable': '/usr/bin/env python', - }, From owner-svn-ports-head@freebsd.org Sun Aug 6 10:49:12 2017 Return-Path: Delivered-To: svn-ports-head@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 692F1DD1FDF; Sun, 6 Aug 2017 10:49:12 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 382B380DF1; Sun, 6 Aug 2017 10:49:12 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76AnBgl058553; Sun, 6 Aug 2017 10:49:11 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76AnB4N058552; Sun, 6 Aug 2017 10:49:11 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201708061049.v76AnB4N058552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 6 Aug 2017 10:49:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447456 - head X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 447456 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 10:49:12 -0000 Author: tcberner Date: Sun Aug 6 10:49:11 2017 New Revision: 447456 URL: https://svnweb.freebsd.org/changeset/ports/447456 Log: Remove trailing space. Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sun Aug 6 10:26:21 2017 (r447455) +++ head/MOVED Sun Aug 6 10:49:11 2017 (r447456) @@ -9463,7 +9463,7 @@ www/mediawiki126|www/mediawiki127|2017-07-10|Has expir devel/libbrotli|archivers/brotli|2017-07-12|meta project no longer required to build libs dns/opendnssec13|dns/opendnssec|2017-07-13|Has expired: Approaching EOL, upgrade to opendnssec 1.4 or 2 multimedia/banshee||2017-07-13|Has expired: Project is not being actively maintained upstream anymore -www/libhtp-suricata||2017-07-16|No longer required. security/suricata now uses official (not forked) libhtp +www/libhtp-suricata||2017-07-16|No longer required. security/suricata now uses official (not forked) libhtp databases/py-odbc|databases/py-pyodbc|2017-07-18|Rename to comply with PyPI scheme security/sshguard-ipfw|security/sshguard|2017-07-20|Merged with security/sshguard security/sshguard-pf|security/sshguard|2017-07-20|Merged with security/sshguard From owner-svn-ports-head@freebsd.org Sun Aug 6 11:26:19 2017 Return-Path: Delivered-To: svn-ports-head@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 E25A5DD4245; Sun, 6 Aug 2017 11:26:19 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B009482070; Sun, 6 Aug 2017 11:26:19 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76BQIuV074489; Sun, 6 Aug 2017 11:26:18 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76BQImc074487; Sun, 6 Aug 2017 11:26:18 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201708061126.v76BQImc074487@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 6 Aug 2017 11:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447457 - head/sysutils/rubygem-facter X-SVN-Group: ports-head X-SVN-Commit-Author: robak X-SVN-Commit-Paths: head/sysutils/rubygem-facter X-SVN-Commit-Revision: 447457 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 11:26:20 -0000 Author: robak Date: Sun Aug 6 11:26:18 2017 New Revision: 447457 URL: https://svnweb.freebsd.org/changeset/ports/447457 Log: sysutils/rubygem-facter: update 2.4.6 -> 2.5.0 PR: 221041 Submitted by: romain Modified: head/sysutils/rubygem-facter/Makefile head/sysutils/rubygem-facter/distinfo Modified: head/sysutils/rubygem-facter/Makefile ============================================================================== --- head/sysutils/rubygem-facter/Makefile Sun Aug 6 10:49:11 2017 (r447456) +++ head/sysutils/rubygem-facter/Makefile Sun Aug 6 11:26:18 2017 (r447457) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= facter -PORTVERSION= 2.4.6 +PORTVERSION= 2.5.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG \ http://downloads.puppetlabs.com/facter/ Modified: head/sysutils/rubygem-facter/distinfo ============================================================================== --- head/sysutils/rubygem-facter/distinfo Sun Aug 6 10:49:11 2017 (r447456) +++ head/sysutils/rubygem-facter/distinfo Sun Aug 6 11:26:18 2017 (r447457) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470319555 -SHA256 (rubygem/facter-2.4.6.gem) = 56ffc5fbcd550fcdb4788bc4d7fd0199bff69937d6df1e5a1f61c92d143d78fe -SIZE (rubygem/facter-2.4.6.gem) = 246272 +TIMESTAMP = 1502016414 +SHA256 (rubygem/facter-2.5.0.gem) = dd9c42a76630a7334570419b03886a1e2f0dc298db3630f92ed25090fad5241c +SIZE (rubygem/facter-2.5.0.gem) = 246784 From owner-svn-ports-head@freebsd.org Sun Aug 6 11:28:16 2017 Return-Path: Delivered-To: svn-ports-head@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 9CA76DD437B; Sun, 6 Aug 2017 11:28:16 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69D5C82176; Sun, 6 Aug 2017 11:28:16 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76BSFJa074675; Sun, 6 Aug 2017 11:28:15 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76BSFFA074674; Sun, 6 Aug 2017 11:28:15 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201708061128.v76BSFFA074674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 6 Aug 2017 11:28:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447458 - head/security/py-certbot X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/security/py-certbot X-SVN-Commit-Revision: 447458 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 11:28:16 -0000 Author: koobs Date: Sun Aug 6 11:28:15 2017 New Revision: 447458 URL: https://svnweb.freebsd.org/changeset/ports/447458 Log: security/py-certbot: Relax Python version-spec, support Python 3.x certbot has supported Python 3 (3.3+) since the 0.14.0 release [1]. Update the USES=python: to match, allowing Python 3 builds. [2] Update acme (security/py-acme) RUN_DEPENDS entry to use PORTVERSION not PKGVERSION (that includes PORTEPOCH/PORTREVISION) which caused the dependency to be incorrectly reported as unsatisfied if either was defined. Further, since *_DEPENDS version-specifiers compare against installed package versions, only a version that includes PORTEPOCH and/or PORTREVISION is available, so use >= not ==. [3] While I'm here, enable 'concurrent' to automatically produce version-suffixed files. [1] https://github.com/certbot/certbot/issues/4507 PR: 220469 221043 [3] Submitted by: Kamigishi Rei [2] Reported by: amdmi3 [3] MFH: 2017Q3 Modified: head/security/py-certbot/Makefile Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-certbot/Makefile Sun Aug 6 11:26:18 2017 (r447457) +++ head/security/py-certbot/Makefile Sun Aug 6 11:28:15 2017 (r447458) @@ -3,6 +3,7 @@ PORTNAME= certbot PORTVERSION= 0.16.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP @@ -14,7 +15,7 @@ COMMENT= Let's Encrypt client LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme==${PKGVERSION}:security/py-acme \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${PORTVERSION}:security/py-acme \ ${PYTHON_PKGNAMEPREFIX}configargparse>=0.9.3:devel/py-configargparse \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}cryptography>=1.2:security/py-cryptography \ @@ -28,8 +29,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme==${PKGVERSION ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock -USES= python:-2.7 -USE_PYTHON= autoplist distutils +# Actually 2.7,3.3+ +USES= python +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes From owner-svn-ports-head@freebsd.org Sun Aug 6 12:16:51 2017 Return-Path: Delivered-To: svn-ports-head@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 AF8B1DD6B31; Sun, 6 Aug 2017 12:16:51 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DEC083CE9; Sun, 6 Aug 2017 12:16:51 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76CGocH094678; Sun, 6 Aug 2017 12:16:50 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76CGoTH094676; Sun, 6 Aug 2017 12:16:50 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201708061216.v76CGoTH094676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 6 Aug 2017 12:16:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447459 - head/www/rubygem-goldfinger X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/www/rubygem-goldfinger X-SVN-Commit-Revision: 447459 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 12:16:51 -0000 Author: jrm Date: Sun Aug 6 12:16:50 2017 New Revision: 447459 URL: https://svnweb.freebsd.org/changeset/ports/447459 Log: www/rubygem-goldfinger: Update to version 2.0.1 Modified: head/www/rubygem-goldfinger/Makefile head/www/rubygem-goldfinger/distinfo Modified: head/www/rubygem-goldfinger/Makefile ============================================================================== --- head/www/rubygem-goldfinger/Makefile Sun Aug 6 11:28:15 2017 (r447458) +++ head/www/rubygem-goldfinger/Makefile Sun Aug 6 12:16:50 2017 (r447459) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= goldfinger -DISTVERSION= 2.0.0 +DISTVERSION= 2.0.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,9 +11,9 @@ COMMENT= Webfinger utility for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-addressable>=2.4:www/rubygem-addressable \ - rubygem-http>=2.0:www/rubygem-http \ - rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri \ +RUN_DEPENDS= rubygem-addressable>=2.5:www/rubygem-addressable \ + rubygem-http>=2.2:www/rubygem-http \ + rubygem-nokogiri>=1.8:textproc/rubygem-nokogiri \ rubygem-oj>=3.0:devel/rubygem-oj NO_ARCH= yes Modified: head/www/rubygem-goldfinger/distinfo ============================================================================== --- head/www/rubygem-goldfinger/distinfo Sun Aug 6 11:28:15 2017 (r447458) +++ head/www/rubygem-goldfinger/distinfo Sun Aug 6 12:16:50 2017 (r447459) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501017446 -SHA256 (rubygem/goldfinger-2.0.0.gem) = 85d587b7b23ac71309119c4efe9187f1b042e6dc561ae65c9a91828f6aa733a6 -SIZE (rubygem/goldfinger-2.0.0.gem) = 8192 +TIMESTAMP = 1502020761 +SHA256 (rubygem/goldfinger-2.0.1.gem) = c8778ee96fd017f4ee9e2b7ce408681d254634fe2295e034288484613840a04e +SIZE (rubygem/goldfinger-2.0.1.gem) = 8192 From owner-svn-ports-head@freebsd.org Sun Aug 6 12:17:54 2017 Return-Path: Delivered-To: svn-ports-head@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 2B9AADD6BE2; Sun, 6 Aug 2017 12:17:54 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED68C83DCE; Sun, 6 Aug 2017 12:17:53 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76CHrb2094814; Sun, 6 Aug 2017 12:17:53 GMT (envelope-from philip@FreeBSD.org) Received: (from philip@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76CHrcB094813; Sun, 6 Aug 2017 12:17:53 GMT (envelope-from philip@FreeBSD.org) Message-Id: <201708061217.v76CHrcB094813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: philip set sender to philip@FreeBSD.org using -f From: Philip Paeps Date: Sun, 6 Aug 2017 12:17:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447460 - head/graphics/dspdfviewer X-SVN-Group: ports-head X-SVN-Commit-Author: philip X-SVN-Commit-Paths: head/graphics/dspdfviewer X-SVN-Commit-Revision: 447460 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 12:17:54 -0000 Author: philip Date: Sun Aug 6 12:17:52 2017 New Revision: 447460 URL: https://svnweb.freebsd.org/changeset/ports/447460 Log: Fix build on HEAD >= 1200039. Submitted by: Santhosh Raju (maintainer) Modified: head/graphics/dspdfviewer/Makefile Modified: head/graphics/dspdfviewer/Makefile ============================================================================== --- head/graphics/dspdfviewer/Makefile Sun Aug 6 12:16:50 2017 (r447459) +++ head/graphics/dspdfviewer/Makefile Sun Aug 6 12:17:52 2017 (r447460) @@ -39,4 +39,8 @@ PLIST_FILES= bin/dspdfviewer \ CFLAGS+= -Wno-error=undefined-func-template .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200039 +CFLAGS+= -Wno-error=zero-as-null-pointer-constant +.endif + .include From owner-svn-ports-head@freebsd.org Sun Aug 6 12:51:51 2017 Return-Path: Delivered-To: svn-ports-head@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 942CDDD870B; Sun, 6 Aug 2017 12:51:51 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D3F1E6; Sun, 6 Aug 2017 12:51:51 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76CpooN010044; Sun, 6 Aug 2017 12:51:50 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76Cpo9N010043; Sun, 6 Aug 2017 12:51:50 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201708061251.v76Cpo9N010043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 6 Aug 2017 12:51:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447461 - head/multimedia/xmms X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/multimedia/xmms X-SVN-Commit-Revision: 447461 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 12:51:51 -0000 Author: tobik Date: Sun Aug 6 12:51:50 2017 New Revision: 447461 URL: https://svnweb.freebsd.org/changeset/ports/447461 Log: multimedia/xmms: - Switch to options helpers - USES=localbase - Add LICENSE_FILE Modified: head/multimedia/xmms/Makefile Modified: head/multimedia/xmms/Makefile ============================================================================== --- head/multimedia/xmms/Makefile Sun Aug 6 12:17:52 2017 (r447460) +++ head/multimedia/xmms/Makefile Sun Aug 6 12:51:50 2017 (r447461) @@ -14,10 +14,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= X Multimedia System -- audio player with Winamp GUI LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS?= ru-xmms-[0-9]* zh-xmms-[0-9]* GNU_CONFIGURE= yes -USES= desktop-file-utils gmake iconv libtool pathfix tar:bzip2 +USES= desktop-file-utils gmake iconv libtool localbase pathfix tar:bzip2 USE_GNOME= gtk12 USE_LDCONFIG= yes USE_XORG= sm x11 xxf86vm @@ -26,8 +27,6 @@ CONFIGURE_ARGS= xmms_cv_newpcm_driver=yes --disable-st CONFIGURE_ENV= INPUT_PLUGINS="${INPUT_PLUGINS}" \ OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \ VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INPUT_PLUGINS= cdaudio mpg123 tonegen wav OUTPUT_PLUGINS= OSS disk_writer @@ -41,11 +40,13 @@ OPTIONS_SUB= yes ESOUND_CONFIGURE_ENABLE=esd ESOUND_USE= GNOME=esound +ESOUND_VARS= OUTPUT_PLUGINS+=esd IPV6_CONFIGURE_ENABLE= ipv6 MIKMOD_CONFIGURE_ENABLE=mikmod MIKMOD_LIB_DEPENDS= libmikmod.so:audio/libmikmod +MIKMOD_VARS= INPUT_PLUGINS+=mikmod NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext @@ -55,33 +56,17 @@ SIMD_CONFIGURE_ENABLE= simd SPEC_DESC= Visualization opengl_spectrum SPEC_CONFIGURE_ENABLE= opengl SPEC_USE= GL=gl +SPEC_VARS= VISUALIZATION_PLUGINS+=opengl_spectrum VFILEINFO_DESC= Enable Extended Vorbis Fileinfo VFILEINFO_CPPFLAGS= -DALL_VORBIS_TAGS VORBIS_CONFIGURE_ENABLE=vorbis VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis +VORBIS_VARS= INPUT_PLUGINS+=vorbis .if !defined(WITH_DEBUG) INSTALL_TARGET= install-strip -.endif - -.include - -.if ${PORT_OPTIONS:MESOUND} -OUTPUT_PLUGINS+= esd -.endif - -.if ${PORT_OPTIONS:MMIKMOD} -INPUT_PLUGINS+= mikmod -.endif - -.if ${PORT_OPTIONS:MVORBIS} -INPUT_PLUGINS+= vorbis -.endif - -.if ${PORT_OPTIONS:MSPEC} -VISUALIZATION_PLUGINS+= opengl_spectrum .endif post-patch: From owner-svn-ports-head@freebsd.org Sun Aug 6 13:57:52 2017 Return-Path: Delivered-To: svn-ports-head@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 7159EDDAF52; Sun, 6 Aug 2017 13:57:52 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EB4F1EE5; Sun, 6 Aug 2017 13:57:52 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76Dvpb7035085; Sun, 6 Aug 2017 13:57:51 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76DvpCu035084; Sun, 6 Aug 2017 13:57:51 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201708061357.v76DvpCu035084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 6 Aug 2017 13:57:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447462 - head X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 447462 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 13:57:52 -0000 Author: adamw Date: Sun Aug 6 13:57:51 2017 New Revision: 447462 URL: https://svnweb.freebsd.org/changeset/ports/447462 Log: Add an UPDATING note about dovecot2-antispam-plugin's removal and intended replacement with dovecot2-pigeonhole. PR: 221223 Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Aug 6 12:51:50 2017 (r447461) +++ head/UPDATING Sun Aug 6 13:57:51 2017 (r447462) @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170806: + AFFECTS: users of mail/dovecot2-antispam-plugin + AUTHOR: adamw@FreeBSD.org + + Development of the antispam plugin ceased years ago, and upstream + recommends using pigeonhole (mail/dovecot2-pigeonhole) instead. + + See https://wiki2.dovecot.org/HowTo/AntispamWithSieve for a recipe + to replicate the antispam plugin's behaviour. + 20170803: AFFECTS: users of net/guacamole-client AUTHOR: ultima@FreeBSD.org From owner-svn-ports-head@freebsd.org Sun Aug 6 14:01:30 2017 Return-Path: Delivered-To: svn-ports-head@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 3DD06DAB29D; Sun, 6 Aug 2017 14:01:30 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BA1521BA; Sun, 6 Aug 2017 14:01:29 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76E1SC2036190; Sun, 6 Aug 2017 14:01:28 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76E1SNg036189; Sun, 6 Aug 2017 14:01:28 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201708061401.v76E1SNg036189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 6 Aug 2017 14:01:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447463 - head/mail/dovecot2 X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/mail/dovecot2 X-SVN-Commit-Revision: 447463 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 14:01:30 -0000 Author: adamw Date: Sun Aug 6 14:01:28 2017 New Revision: 447463 URL: https://svnweb.freebsd.org/changeset/ports/447463 Log: Remove CONFLICTS for dovecot1, which expired. Modified: head/mail/dovecot2/Makefile Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Sun Aug 6 13:57:51 2017 (r447462) +++ head/mail/dovecot2/Makefile Sun Aug 6 14:01:28 2017 (r447463) @@ -3,8 +3,7 @@ ###################################################################### # Anytime PORTVERSION changes please bump PORTREVISION of # -# mail/dovecot2-pigeonhole and also mail/dovecot2-antispam-plugin. # -# Please see ports/135311 and ports/146029 for an explanation. # +# mail/dovecot2-pigeonhole. See ports/146029 for an explanation. # # # # Please be careful when updating this port as changes to this port # # can break mail/dovecot2-pigeonhole. In order to ensure the least # @@ -24,8 +23,6 @@ COMMENT= Secure, fast and powerful IMAP and POP3 serve LICENSE= LGPL21 MIT LICENSE_COMB= dual - -CONFLICTS= dovecot-1.[0-9]* USES= cpe iconv libtool ssl USE_RC_SUBR= dovecot From owner-svn-ports-head@freebsd.org Sun Aug 6 14:31:07 2017 Return-Path: Delivered-To: svn-ports-head@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 752D8DAEC75; Sun, 6 Aug 2017 14:31:07 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 503AE30F0; Sun, 6 Aug 2017 14:31:07 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76EV6Nx047578; Sun, 6 Aug 2017 14:31:06 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76EV6QU047572; Sun, 6 Aug 2017 14:31:06 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201708061431.v76EV6QU047572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 6 Aug 2017 14:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447464 - in head/net-im/mastodon: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: in head/net-im/mastodon: . files X-SVN-Commit-Revision: 447464 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 14:31:07 -0000 Author: jrm Date: Sun Aug 6 14:31:06 2017 New Revision: 447464 URL: https://svnweb.freebsd.org/changeset/ports/447464 Log: net-im/mastodon: Work around www/node (node version 8) bug [1] on FreeBSD 11.1 that prevents building node modules with gyp [2]. [1] https://github.com/nodejs/node/issues/14076 [2] Users still have to install www/yarn and devel/rubygem-execjs with non-default NODE6 option. Added: head/net-im/mastodon/files/patch-package.json (contents, props changed) head/net-im/mastodon/files/patch-yarn.lock (contents, props changed) Modified: head/net-im/mastodon/Makefile Modified: head/net-im/mastodon/Makefile ============================================================================== --- head/net-im/mastodon/Makefile Sun Aug 6 14:01:28 2017 (r447463) +++ head/net-im/mastodon/Makefile Sun Aug 6 14:31:06 2017 (r447464) @@ -3,7 +3,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im www MAINTAINER= jrm@FreeBSD.org @@ -14,9 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libidn2.so:dns/libidn2 RUN_DEPENDS= ffmpeg>0:multimedia/ffmpeg \ - gmake>0:devel/gmake \ - libpqtypes>1.5.0:databases/libpqtypes \ - npm>=0:www/npm + libpqtypes>1.5.0:databases/libpqtypes # Dependencies below match Gemfile layout RUN_DEPENDS+= rubygem-pkg-config>=1.2.0:devel/rubygem-pkg-config Added: head/net-im/mastodon/files/patch-package.json ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/mastodon/files/patch-package.json Sun Aug 6 14:31:06 2017 (r447464) @@ -0,0 +1,15 @@ +--- package.json.orig 2017-08-05 12:54:54 UTC ++++ package.json +@@ -7,10 +7,9 @@ + "build:production": "cross-env RAILS_ENV=production ./bin/webpack", + "manage:translations": "node ./config/webpack/translationRunner.js", + "start": "node ./streaming/index.js", +- "test": "npm run test:lint && npm run test:mocha", ++ "test": "yarn run test:lint && yarn run test:mocha", + "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ streaming/", +- "test:mocha": "cross-env NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/**/*.test.js", +- "postinstall": "npm rebuild node-sass" ++ "test:mocha": "cross-env NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/**/*.test.js" + }, + "repository": { + "type": "git", Added: head/net-im/mastodon/files/patch-yarn.lock ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/mastodon/files/patch-yarn.lock Sun Aug 6 14:31:06 2017 (r447464) @@ -0,0 +1,11 @@ +--- yarn.lock.orig 2017-08-05 12:54:17 UTC ++++ yarn.lock +@@ -6587,6 +6587,8 @@ uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0: + uws@^8.14.0: + version "8.14.0" + resolved "https://registry.yarnpkg.com/uws/-/uws-8.14.0.tgz#acc1488d13ecb23fe2f942a7eafb06681fa91431" ++ dependencies: ++ node-gyp "^3.3.1" + + validate-npm-package-license@^3.0.1: + version "3.0.1" From owner-svn-ports-head@freebsd.org Sun Aug 6 15:00:07 2017 Return-Path: Delivered-To: svn-ports-head@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 55A50DB46BB; Sun, 6 Aug 2017 15:00:07 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FC833CF0; Sun, 6 Aug 2017 15:00:07 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76F06MI059730; Sun, 6 Aug 2017 15:00:06 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76F05ER059726; Sun, 6 Aug 2017 15:00:05 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201708061500.v76F05ER059726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 6 Aug 2017 15:00:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447466 - in head/databases/redis-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: in head/databases/redis-devel: . files X-SVN-Commit-Revision: 447466 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 15:00:07 -0000 Author: osa Date: Sun Aug 6 15:00:05 2017 New Revision: 447466 URL: https://svnweb.freebsd.org/changeset/ports/447466 Log: Upgrade to the latest stable release - 4.0.1. ChangeLog: https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo head/databases/redis-devel/files/extra-patch-src-Makefile.lua head/databases/redis-devel/files/extra-patch-src-Makefile.luajit Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Sun Aug 6 14:32:03 2017 (r447465) +++ head/databases/redis-devel/Makefile Sun Aug 6 15:00:05 2017 (r447466) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 4.0-rc3 +DISTVERSION= 4.0.1 CATEGORIES= databases +MASTER_SITES= http://download.redis.io/releases/ PKGNAMESUFFIX= -devel MAINTAINER= osa@FreeBSD.org @@ -12,8 +13,6 @@ COMMENT= Persistent key-value database with built-in n LICENSE= BSD3CLAUSE USES= execinfo -USE_GITHUB= yes -GH_ACCOUNT= antirez OPTIONS_DEFINE= TESTS TRIB OPTIONS_RADIO= EXTLUA Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Sun Aug 6 14:32:03 2017 (r447465) +++ head/databases/redis-devel/distinfo Sun Aug 6 15:00:05 2017 (r447466) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496741468 -SHA256 (antirez-redis-4.0-rc3_GH0.tar.gz) = bc948bcb32dc4ba43412dd791b4bb48c64de9debb797346b9c9f1b2cb98f96f4 -SIZE (antirez-redis-4.0-rc3_GH0.tar.gz) = 1743279 +TIMESTAMP = 1501940723 +SHA256 (redis-4.0.1.tar.gz) = 2049cd6ae9167f258705081a6ef23bb80b7eff9ff3d0d7481e89510f27457591 +SIZE (redis-4.0.1.tar.gz) = 1711660 Modified: head/databases/redis-devel/files/extra-patch-src-Makefile.lua ============================================================================== --- head/databases/redis-devel/files/extra-patch-src-Makefile.lua Sun Aug 6 14:32:03 2017 (r447465) +++ head/databases/redis-devel/files/extra-patch-src-Makefile.lua Sun Aug 6 15:00:05 2017 (r447466) @@ -1,5 +1,5 @@ ---- src/Makefile.orig 2017-05-06 13:55:29.224222000 -0400 -+++ src/Makefile 2017-05-06 13:57:41.129934000 -0400 +--- src/Makefile.orig 2017-08-06 10:42:53.992510000 -0400 ++++ src/Makefile 2017-08-06 10:44:57.344366000 -0400 @@ -16,7 +16,7 @@ uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not') @@ -9,7 +9,7 @@ NODEPS:=clean distclean # Default settings -@@ -58,8 +58,8 @@ +@@ -63,8 +63,8 @@ # Override default settings if possible -include .make-settings @@ -20,7 +20,7 @@ FINAL_LIBS=-lm ifeq ($(uname_S),SunOS) -@@ -107,7 +107,7 @@ +@@ -112,7 +112,7 @@ endif endif # Include paths to dependencies @@ -29,7 +29,7 @@ ifeq ($(MALLOC),tcmalloc) FINAL_CFLAGS+= -DUSE_TCMALLOC -@@ -125,6 +125,9 @@ +@@ -130,6 +130,9 @@ FINAL_LIBS+= ../deps/jemalloc/lib/libjemalloc.a endif @@ -39,15 +39,15 @@ REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS) REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) REDIS_INSTALL=$(QUIET_INSTALL)$(INSTALL) -@@ -145,6 +148,7 @@ +@@ -150,6 +153,7 @@ REDIS_SERVER_NAME=redis-server REDIS_SENTINEL_NAME=redis-sentinel - REDIS_SERVER_OBJ=adlist.o quicklist.o ae.o anet.o dict.o server.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o cluster.o crc16.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o blocked.o hyperloglog.o latency.o sparkline.o redis-check-rdb.o geo.o lazyfree.o module.o evict.o expire.o geohash.o geohash_helper.o childinfo.o defrag.o siphash.o rax.o + REDIS_SERVER_OBJ=adlist.o quicklist.o ae.o anet.o dict.o server.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o cluster.o crc16.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o blocked.o hyperloglog.o latency.o sparkline.o redis-check-rdb.o redis-check-aof.o geo.o lazyfree.o module.o evict.o expire.o geohash.o geohash_helper.o childinfo.o defrag.o siphash.o rax.o +REDIS_SERVER_OBJ+=fpconv.o lua_bit.o lua_cjson.o lua_cmsgpack.o lua_struct.o strbuf.o REDIS_CLI_NAME=redis-cli REDIS_CLI_OBJ=anet.o adlist.o redis-cli.o zmalloc.o release.o anet.o ae.o crc64.o REDIS_BENCHMARK_NAME=redis-benchmark -@@ -197,7 +201,7 @@ +@@ -201,7 +205,7 @@ # redis-server $(REDIS_SERVER_NAME): $(REDIS_SERVER_OBJ) Modified: head/databases/redis-devel/files/extra-patch-src-Makefile.luajit ============================================================================== --- head/databases/redis-devel/files/extra-patch-src-Makefile.luajit Sun Aug 6 14:32:03 2017 (r447465) +++ head/databases/redis-devel/files/extra-patch-src-Makefile.luajit Sun Aug 6 15:00:05 2017 (r447466) @@ -1,5 +1,5 @@ ---- src/Makefile.orig 2017-05-06 13:55:29.224222000 -0400 -+++ src/Makefile 2017-05-06 13:57:41.129934000 -0400 +--- src/Makefile.orig 2017-08-06 10:48:29.559222000 -0400 ++++ src/Makefile 2017-08-06 10:50:45.155432000 -0400 @@ -16,7 +16,7 @@ uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not') @@ -9,7 +9,7 @@ NODEPS:=clean distclean # Default settings -@@ -58,8 +58,8 @@ +@@ -63,8 +63,8 @@ # Override default settings if possible -include .make-settings @@ -20,7 +20,7 @@ FINAL_LIBS=-lm ifeq ($(uname_S),SunOS) -@@ -107,7 +107,7 @@ +@@ -112,7 +112,7 @@ endif endif # Include paths to dependencies @@ -29,7 +29,7 @@ ifeq ($(MALLOC),tcmalloc) FINAL_CFLAGS+= -DUSE_TCMALLOC -@@ -125,6 +125,9 @@ +@@ -130,6 +130,9 @@ FINAL_LIBS+= ../deps/jemalloc/lib/libjemalloc.a endif @@ -39,15 +39,15 @@ REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS) REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) REDIS_INSTALL=$(QUIET_INSTALL)$(INSTALL) -@@ -145,6 +148,7 @@ +@@ -150,6 +153,7 @@ REDIS_SERVER_NAME=redis-server REDIS_SENTINEL_NAME=redis-sentinel - REDIS_SERVER_OBJ=adlist.o quicklist.o ae.o anet.o dict.o server.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o cluster.o crc16.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o blocked.o hyperloglog.o latency.o sparkline.o redis-check-rdb.o geo.o lazyfree.o module.o evict.o expire.o geohash.o geohash_helper.o childinfo.o defrag.o siphash.o rax.o + REDIS_SERVER_OBJ=adlist.o quicklist.o ae.o anet.o dict.o server.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o cluster.o crc16.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o blocked.o hyperloglog.o latency.o sparkline.o redis-check-rdb.o redis-check-aof.o geo.o lazyfree.o module.o evict.o expire.o geohash.o geohash_helper.o childinfo.o defrag.o siphash.o rax.o +REDIS_SERVER_OBJ+=fpconv.o lua_bit.o lua_cjson.o lua_cmsgpack.o lua_struct.o strbuf.o REDIS_CLI_NAME=redis-cli REDIS_CLI_OBJ=anet.o adlist.o redis-cli.o zmalloc.o release.o anet.o ae.o crc64.o REDIS_BENCHMARK_NAME=redis-benchmark -@@ -197,7 +201,7 @@ +@@ -201,7 +205,7 @@ # redis-server $(REDIS_SERVER_NAME): $(REDIS_SERVER_OBJ) From owner-svn-ports-head@freebsd.org Sun Aug 6 15:02:35 2017 Return-Path: Delivered-To: svn-ports-head@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 55367DB4A10; Sun, 6 Aug 2017 15:02:35 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 22EC963370; Sun, 6 Aug 2017 15:02:35 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76F2YHB063615; Sun, 6 Aug 2017 15:02:34 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76F2Y2r063613; Sun, 6 Aug 2017 15:02:34 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201708061502.v76F2Y2r063613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sun, 6 Aug 2017 15:02:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447467 - head/databases/redis X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/databases/redis X-SVN-Commit-Revision: 447467 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 15:02:35 -0000 Author: osa Date: Sun Aug 6 15:02:33 2017 New Revision: 447467 URL: https://svnweb.freebsd.org/changeset/ports/447467 Log: Upgrade to 3.2.10. ChangeLog: https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES Modified: head/databases/redis/Makefile head/databases/redis/distinfo Modified: head/databases/redis/Makefile ============================================================================== --- head/databases/redis/Makefile Sun Aug 6 15:00:05 2017 (r447466) +++ head/databases/redis/Makefile Sun Aug 6 15:02:33 2017 (r447467) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 3.2.9 +DISTVERSION= 3.2.10 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ Modified: head/databases/redis/distinfo ============================================================================== --- head/databases/redis/distinfo Sun Aug 6 15:00:05 2017 (r447466) +++ head/databases/redis/distinfo Sun Aug 6 15:02:33 2017 (r447467) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496620704 -SHA256 (redis-3.2.9.tar.gz) = 6eaacfa983b287e440d0839ead20c2231749d5d6b78bbe0e0ffa3a890c59ff26 -SIZE (redis-3.2.9.tar.gz) = 1547695 +TIMESTAMP = 1502031657 +SHA256 (redis-3.2.10.tar.gz) = 411c604a716104f7f5a326abfad32de9cea10f15f987bec45cf86f315e9e63a0 +SIZE (redis-3.2.10.tar.gz) = 1550261 From owner-svn-ports-head@freebsd.org Sun Aug 6 15:05:31 2017 Return-Path: Delivered-To: svn-ports-head@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 26CA5DB4C06; Sun, 6 Aug 2017 15:05:31 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7DE763491; Sun, 6 Aug 2017 15:05:30 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76F5Uub063825; Sun, 6 Aug 2017 15:05:30 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76F5UZw063822; Sun, 6 Aug 2017 15:05:30 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201708061505.v76F5UZw063822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sun, 6 Aug 2017 15:05:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447468 - head/devel/p5-ExtUtils-ParseXS X-SVN-Group: ports-head X-SVN-Commit-Author: demon X-SVN-Commit-Paths: head/devel/p5-ExtUtils-ParseXS X-SVN-Commit-Revision: 447468 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 15:05:31 -0000 Author: demon Date: Sun Aug 6 15:05:29 2017 New Revision: 447468 URL: https://svnweb.freebsd.org/changeset/ports/447468 Log: Update to version 3.35. PR: 221280 Submitted by: Laurence 'GreenReaper' Parry Modified: head/devel/p5-ExtUtils-ParseXS/Makefile head/devel/p5-ExtUtils-ParseXS/distinfo Modified: head/devel/p5-ExtUtils-ParseXS/Makefile ============================================================================== --- head/devel/p5-ExtUtils-ParseXS/Makefile Sun Aug 6 15:02:33 2017 (r447467) +++ head/devel/p5-ExtUtils-ParseXS/Makefile Sun Aug 6 15:05:29 2017 (r447468) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ExtUtils-ParseXS -PORTVERSION= 3.24 -PORTREVISION= 1 +PORTVERSION= 3.35 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SMUELLER Modified: head/devel/p5-ExtUtils-ParseXS/distinfo ============================================================================== --- head/devel/p5-ExtUtils-ParseXS/distinfo Sun Aug 6 15:02:33 2017 (r447467) +++ head/devel/p5-ExtUtils-ParseXS/distinfo Sun Aug 6 15:05:29 2017 (r447468) @@ -1,2 +1,3 @@ -SHA256 (ExtUtils-ParseXS-3.24.tar.gz) = 30b60b8208fc9b7746ed934b678bb9618a8f28994dae8774548353a7b550371e -SIZE (ExtUtils-ParseXS-3.24.tar.gz) = 66863 +TIMESTAMP = 1502031346 +SHA256 (ExtUtils-ParseXS-3.35.tar.gz) = 41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c +SIZE (ExtUtils-ParseXS-3.35.tar.gz) = 68623 From owner-svn-ports-head@freebsd.org Sun Aug 6 16:15:25 2017 Return-Path: Delivered-To: svn-ports-head@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 643E6DBC584; Sun, 6 Aug 2017 16:15:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BC15655D3; Sun, 6 Aug 2017 16:15:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76GFOMB091928; Sun, 6 Aug 2017 16:15:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76GFOAG091925; Sun, 6 Aug 2017 16:15:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201708061615.v76GFOAG091925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 6 Aug 2017 16:15:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447469 - head/devel/py-pefile X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/py-pefile X-SVN-Commit-Revision: 447469 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 16:15:25 -0000 Author: antoine Date: Sun Aug 6 16:15:24 2017 New Revision: 447469 URL: https://svnweb.freebsd.org/changeset/ports/447469 Log: Update to 2017.8.1 Modified: head/devel/py-pefile/Makefile head/devel/py-pefile/distinfo Modified: head/devel/py-pefile/Makefile ============================================================================== --- head/devel/py-pefile/Makefile Sun Aug 6 15:05:29 2017 (r447468) +++ head/devel/py-pefile/Makefile Sun Aug 6 16:15:24 2017 (r447469) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pefile -PORTVERSION= 2017.5.26 +PORTVERSION= 2017.8.1 CATEGORIES= devel python MASTER_SITES= https://github.com/erocarrera/pefile/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pefile/distinfo ============================================================================== --- head/devel/py-pefile/distinfo Sun Aug 6 15:05:29 2017 (r447468) +++ head/devel/py-pefile/distinfo Sun Aug 6 16:15:24 2017 (r447469) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495864873 -SHA256 (pefile-2017.5.26.tar.gz) = 1fd02ae5489dd87ec7c9ecf44b675e92ee4a34e513efe7417befeb9f438e9987 -SIZE (pefile-2017.5.26.tar.gz) = 60766 +TIMESTAMP = 1502010353 +SHA256 (pefile-2017.8.1.tar.gz) = 363f7d1f4d58b7bf8a46dd8b1d48805d270d1ea4dab2526ce183d71ed89075b1 +SIZE (pefile-2017.8.1.tar.gz) = 60809 From owner-svn-ports-head@freebsd.org Sun Aug 6 16:34:25 2017 Return-Path: Delivered-To: svn-ports-head@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 9880EDBD287; Sun, 6 Aug 2017 16:34:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 587E365D27; Sun, 6 Aug 2017 16:34:25 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76GYO2v099995; Sun, 6 Aug 2017 16:34:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76GYO9p099993; Sun, 6 Aug 2017 16:34:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201708061634.v76GYO9p099993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 6 Aug 2017 16:34:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447470 - head/security/py-dfdatetime X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/py-dfdatetime X-SVN-Commit-Revision: 447470 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 16:34:25 -0000 Author: antoine Date: Sun Aug 6 16:34:24 2017 New Revision: 447470 URL: https://svnweb.freebsd.org/changeset/ports/447470 Log: Update to 20170719 Modified: head/security/py-dfdatetime/Makefile head/security/py-dfdatetime/distinfo Modified: head/security/py-dfdatetime/Makefile ============================================================================== --- head/security/py-dfdatetime/Makefile Sun Aug 6 16:15:24 2017 (r447469) +++ head/security/py-dfdatetime/Makefile Sun Aug 6 16:34:24 2017 (r447470) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfdatetime -PORTVERSION= 20170704 +PORTVERSION= 20170719 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP \ https://github.com/log2timeline/dfdatetime/releases/download/${PORTVERSION}/ Modified: head/security/py-dfdatetime/distinfo ============================================================================== --- head/security/py-dfdatetime/distinfo Sun Aug 6 16:15:24 2017 (r447469) +++ head/security/py-dfdatetime/distinfo Sun Aug 6 16:34:24 2017 (r447470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499163309 -SHA256 (dfdatetime-20170704.tar.gz) = 71cb5926fa70ffcfbffa4fea7893c9c7178b656df2e3294f3d605f590442d452 -SIZE (dfdatetime-20170704.tar.gz) = 27729 +TIMESTAMP = 1501704527 +SHA256 (dfdatetime-20170719.tar.gz) = 5715ee9d3b070e83a8877ee04d55c1353c35dfb739f2bbeb0edb05de4ee1b791 +SIZE (dfdatetime-20170719.tar.gz) = 27920 From owner-svn-ports-head@freebsd.org Sun Aug 6 16:36:36 2017 Return-Path: Delivered-To: svn-ports-head@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 A1AB5DBD456; Sun, 6 Aug 2017 16:36:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D7EC65E53; Sun, 6 Aug 2017 16:36:36 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76GaZWB000281; Sun, 6 Aug 2017 16:36:35 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76GaZ0J000279; Sun, 6 Aug 2017 16:36:35 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201708061636.v76GaZ0J000279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 6 Aug 2017 16:36:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447471 - head/security/py-dfvfs X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/py-dfvfs X-SVN-Commit-Revision: 447471 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 16:36:36 -0000 Author: antoine Date: Sun Aug 6 16:36:35 2017 New Revision: 447471 URL: https://svnweb.freebsd.org/changeset/ports/447471 Log: Update to 20170723 Modified: head/security/py-dfvfs/Makefile head/security/py-dfvfs/distinfo Modified: head/security/py-dfvfs/Makefile ============================================================================== --- head/security/py-dfvfs/Makefile Sun Aug 6 16:34:24 2017 (r447470) +++ head/security/py-dfvfs/Makefile Sun Aug 6 16:36:35 2017 (r447471) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfvfs -PORTVERSION= 20170406 +PORTVERSION= 20170723 CATEGORIES= security devel python MASTER_SITES= https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -32,6 +32,7 @@ RUN_DEPENDS= libbde>=a:devel/libbde \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}pytsk>=0:sysutils/py-pytsk \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock NO_ARCH= yes USES= python:2.7 @@ -48,6 +49,7 @@ TEST_DEPENDS+= ca_root_nss>=0:security/ca_root_nss .endif do-test: + @${TOUCH} ${TEST_WRKSRC}/utils/__init__.py @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests.py) .include Modified: head/security/py-dfvfs/distinfo ============================================================================== --- head/security/py-dfvfs/distinfo Sun Aug 6 16:34:24 2017 (r447470) +++ head/security/py-dfvfs/distinfo Sun Aug 6 16:36:35 2017 (r447471) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491542667 -SHA256 (dfvfs-20170406.tar.gz) = 6106edab6682efc215f47ab0d2348b47de60d3eb43c5eafcd745d595e902c5ab -SIZE (dfvfs-20170406.tar.gz) = 165327 +TIMESTAMP = 1501704272 +SHA256 (dfvfs-20170723.tar.gz) = 33b9ec370d38d44c7b18edf9f8000529281fa6c2020a0062621ddb3a4a4f1299 +SIZE (dfvfs-20170723.tar.gz) = 77652139 From owner-svn-ports-head@freebsd.org Sun Aug 6 16:53:00 2017 Return-Path: Delivered-To: svn-ports-head@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 EB61EDBE10E; Sun, 6 Aug 2017 16:53:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B25C466669; Sun, 6 Aug 2017 16:53:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76Gqxxd008307; Sun, 6 Aug 2017 16:52:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76GqxAh008305; Sun, 6 Aug 2017 16:52:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708061652.v76GqxAh008305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Aug 2017 16:52:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447472 - head/net-mgmt/2ping X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/2ping X-SVN-Commit-Revision: 447472 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 16:53:01 -0000 Author: sunpoet Date: Sun Aug 6 16:52:59 2017 New Revision: 447472 URL: https://svnweb.freebsd.org/changeset/ports/447472 Log: Update to 4.1 - Update MASTER_SITES Changes: https://github.com/rfinnie/2ping/blob/master/ChangeLog Modified: head/net-mgmt/2ping/Makefile head/net-mgmt/2ping/distinfo Modified: head/net-mgmt/2ping/Makefile ============================================================================== --- head/net-mgmt/2ping/Makefile Sun Aug 6 16:36:35 2017 (r447471) +++ head/net-mgmt/2ping/Makefile Sun Aug 6 16:52:59 2017 (r447472) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= 2ping -PORTVERSION= 4.0.1 +PORTVERSION= 4.1 CATEGORIES= net-mgmt perl5 -MASTER_SITES= http://www.finnie.org/software/2ping/ \ +MASTER_SITES= https://www.finnie.org/software/2ping/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org Modified: head/net-mgmt/2ping/distinfo ============================================================================== --- head/net-mgmt/2ping/distinfo Sun Aug 6 16:36:35 2017 (r447471) +++ head/net-mgmt/2ping/distinfo Sun Aug 6 16:52:59 2017 (r447472) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500809079 -SHA256 (2ping-4.0.1.tar.gz) = 95aa1a694da402cee7fefd1da61a08828bf11d82b012824802098a3d5e380567 -SIZE (2ping-4.0.1.tar.gz) = 67347 +TIMESTAMP = 1502014711 +SHA256 (2ping-4.1.tar.gz) = 85331ae57f445bc8895ba4e61da4c7300b67fde55642f5e42ea02f2daf07b1ed +SIZE (2ping-4.1.tar.gz) = 69510 From owner-svn-ports-head@freebsd.org Sun Aug 6 16:53:06 2017 Return-Path: Delivered-To: svn-ports-head@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 45476DBE149; Sun, 6 Aug 2017 16:53:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 113C86667C; Sun, 6 Aug 2017 16:53:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76Gr5AX008434; Sun, 6 Aug 2017 16:53:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76Gr5oG008432; Sun, 6 Aug 2017 16:53:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708061653.v76Gr5oG008432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Aug 2017 16:53:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447473 - head/devel/p5-Devel-Size X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Devel-Size X-SVN-Commit-Revision: 447473 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 16:53:06 -0000 Author: sunpoet Date: Sun Aug 6 16:53:04 2017 New Revision: 447473 URL: https://svnweb.freebsd.org/changeset/ports/447473 Log: Update to 0.81 - Strip shared library Changes: http://search.cpan.org/dist/Devel-Size/CHANGES Modified: head/devel/p5-Devel-Size/Makefile head/devel/p5-Devel-Size/distinfo Modified: head/devel/p5-Devel-Size/Makefile ============================================================================== --- head/devel/p5-Devel-Size/Makefile Sun Aug 6 16:52:59 2017 (r447472) +++ head/devel/p5-Devel-Size/Makefile Sun Aug 6 16:53:04 2017 (r447473) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-Size -PORTVERSION= 0.80 +PORTVERSION= 0.81 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,5 +15,8 @@ LICENSES= ART10 GPLv1 USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/Size/Size.so .include Modified: head/devel/p5-Devel-Size/distinfo ============================================================================== --- head/devel/p5-Devel-Size/distinfo Sun Aug 6 16:52:59 2017 (r447472) +++ head/devel/p5-Devel-Size/distinfo Sun Aug 6 16:53:04 2017 (r447473) @@ -1,2 +1,3 @@ -SHA256 (Devel-Size-0.80.tar.gz) = ca3a089cb263ab6b9751df777cf6d3df3ba470d471d300a8076e4be6e288d057 -SIZE (Devel-Size-0.80.tar.gz) = 72856 +TIMESTAMP = 1502014718 +SHA256 (Devel-Size-0.81.tar.gz) = 7714cd56b9092f0139f12bbbc3ef3758fe9fc64083f7493114deca53b401f949 +SIZE (Devel-Size-0.81.tar.gz) = 73184 From owner-svn-ports-head@freebsd.org Sun Aug 6 16:53:11 2017 Return-Path: Delivered-To: svn-ports-head@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 398DFDBE182; Sun, 6 Aug 2017 16:53:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F365B666C7; Sun, 6 Aug 2017 16:53:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76Gr9BJ008540; Sun, 6 Aug 2017 16:53:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76Gr9O9008539; Sun, 6 Aug 2017 16:53:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708061653.v76Gr9O9008539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Aug 2017 16:53:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447474 - head/www/rubygem-goldfinger X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-goldfinger X-SVN-Commit-Revision: 447474 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 16:53:11 -0000 Author: sunpoet Date: Sun Aug 6 16:53:09 2017 New Revision: 447474 URL: https://svnweb.freebsd.org/changeset/ports/447474 Log: Use PORTVERSION Modified: head/www/rubygem-goldfinger/Makefile Modified: head/www/rubygem-goldfinger/Makefile ============================================================================== --- head/www/rubygem-goldfinger/Makefile Sun Aug 6 16:53:04 2017 (r447473) +++ head/www/rubygem-goldfinger/Makefile Sun Aug 6 16:53:09 2017 (r447474) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= goldfinger -DISTVERSION= 2.0.1 +PORTVERSION= 2.0.1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-addressable>=2.5:www/rubygem-addr rubygem-oj>=3.0:devel/rubygem-oj NO_ARCH= yes - USES= gem USE_RUBY= yes From owner-svn-ports-head@freebsd.org Sun Aug 6 16:53:16 2017 Return-Path: Delivered-To: svn-ports-head@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 152BDDBE1C2; Sun, 6 Aug 2017 16:53:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4D816673E; Sun, 6 Aug 2017 16:53:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76GrF9U008661; Sun, 6 Aug 2017 16:53:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76GrEk8008659; Sun, 6 Aug 2017 16:53:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708061653.v76GrEk8008659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Aug 2017 16:53:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447475 - head/net/py-ripe.atlas.cousteau X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/py-ripe.atlas.cousteau X-SVN-Commit-Revision: 447475 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 16:53:16 -0000 Author: sunpoet Date: Sun Aug 6 16:53:14 2017 New Revision: 447475 URL: https://svnweb.freebsd.org/changeset/ports/447475 Log: Update to 1.4 - While I'm here: - Add LICENSE_FILE - Add NO_ARCH Changes: https://github.com/RIPE-NCC/ripe-atlas-cousteau/blob/master/CHANGES.rst PR: 221255 Submitted by: Max Stucchi (maintainer) Modified: head/net/py-ripe.atlas.cousteau/Makefile head/net/py-ripe.atlas.cousteau/distinfo Modified: head/net/py-ripe.atlas.cousteau/Makefile ============================================================================== --- head/net/py-ripe.atlas.cousteau/Makefile Sun Aug 6 16:53:09 2017 (r447474) +++ head/net/py-ripe.atlas.cousteau/Makefile Sun Aug 6 16:53:14 2017 (r447475) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ripe.atlas.cousteau -PORTVERSION= 1.0.6 +PORTVERSION= 1.4 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,15 @@ MAINTAINER= mstucchi@ripe.net COMMENT= Python wrapper around the RIPE Atlas API LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}socketio-client>=0.6.5:net/py-socketio-client \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests + ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}websocket-client<0.39:www/py-websocket-client -USES= python +NO_ARCH= yes +USES= python USE_PYTHON= autoplist distutils .include Modified: head/net/py-ripe.atlas.cousteau/distinfo ============================================================================== --- head/net/py-ripe.atlas.cousteau/distinfo Sun Aug 6 16:53:09 2017 (r447474) +++ head/net/py-ripe.atlas.cousteau/distinfo Sun Aug 6 16:53:14 2017 (r447475) @@ -1,2 +1,3 @@ -SHA256 (ripe.atlas.cousteau-1.0.6.tar.gz) = 1407b003a03f359739d35010812af2841bc9df2784cd2078e55ac34d0a858ad6 -SIZE (ripe.atlas.cousteau-1.0.6.tar.gz) = 45467 +TIMESTAMP = 1501961426 +SHA256 (ripe.atlas.cousteau-1.4.tar.gz) = 41e0c91ae4459a6c101448f5bafb043ba44b4abfd9a80a5ae0b4c3a1bb550a52 +SIZE (ripe.atlas.cousteau-1.4.tar.gz) = 49303 From owner-svn-ports-head@freebsd.org Sun Aug 6 17:16:04 2017 Return-Path: Delivered-To: svn-ports-head@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 1A07ADBF629 for ; Sun, 6 Aug 2017 17:16:04 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: from mail-qt0-f174.google.com (mail-qt0-f174.google.com [209.85.216.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 D3AB1675B9 for ; Sun, 6 Aug 2017 17:16:03 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: by mail-qt0-f174.google.com with SMTP id 16so30293472qtz.4 for ; Sun, 06 Aug 2017 10:16:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=WVF1TcSbqIHNnR1f7yrASZjLsviCkkXBkx0Abg2FRqA=; b=lGNKA2LwlXk/ff4IskBgfMdIr6jZbPcKU/SWCCvIs9GRHHonMfN3DrZK3JCDVu51ZI A5rL+0c40yVAYSK/rz8bj0JbXLVwSlGxc65I7X3lAxgMCauuBd57LGkolgbpqv7BSu7Y yF3ldjTtlG6TChacED55IyU7FIKheNABZEm2ySA5ekB8kVNvV+AIh2eYZK0/WmjGWazA jSXbqANuECGtKECPEiNRRkWsWIKPbIuLsBdooFhH68tmN24fiumJ/GRu7vwx0gsE2anN KV8qgpxkEpPK/ed9tljc5IOZTqJI4M1SJtUL9VE8FObtOxRJDX/8H+IOZlqm8G+HlItO SjZQ== X-Gm-Message-State: AHYfb5hPO6j1Zwk9+DOwlSkG8hY2Ha7guprEkUGGZuuF+h+QvThB0utO +5JCRdBo2H9uN4BVIipHPw== X-Received: by 10.200.50.83 with SMTP id y19mr11552246qta.108.1502039309878; Sun, 06 Aug 2017 10:08:29 -0700 (PDT) Received: from phe.ftfl.ca.ftfl.ca (hlfxns017vw-142-68-134-140.dhcp-dynamic.fibreop.ns.bellaliant.net. [142.68.134.140]) by smtp.gmail.com with ESMTPSA id t184sm3894478qkh.35.2017.08.06.10.08.28 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 06 Aug 2017 10:08:28 -0700 (PDT) From: Joseph Mingrone To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r447474 - head/www/rubygem-goldfinger References: <201708061653.v76Gr9O9008539@repo.freebsd.org> Date: Sun, 06 Aug 2017 14:08:27 -0300 In-Reply-To: <201708061653.v76Gr9O9008539@repo.freebsd.org> (Sunpoet Po-Chuan Hsieh's message of "Sun, 6 Aug 2017 16:53:09 +0000 (UTC)") Message-ID: <86bmnszks4.fsf@phe.ftfl.ca> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 17:16:04 -0000 --=-=-= Content-Type: text/plain Sunpoet Po-Chuan Hsieh writes: > Author: sunpoet > Date: Sun Aug 6 16:53:09 2017 > New Revision: 447474 > URL: https://svnweb.freebsd.org/changeset/ports/447474 > Log: > Use PORTVERSION > Modified: > head/www/rubygem-goldfinger/Makefile > Modified: head/www/rubygem-goldfinger/Makefile > ============================================================================== > --- head/www/rubygem-goldfinger/Makefile Sun Aug 6 16:53:04 2017 (r447473) > +++ head/www/rubygem-goldfinger/Makefile Sun Aug 6 16:53:09 2017 (r447474) > @@ -1,7 +1,7 @@ > # $FreeBSD$ > PORTNAME= goldfinger > -DISTVERSION= 2.0.1 > +PORTVERSION= 2.0.1 > CATEGORIES= www rubygems > MASTER_SITES= RG > @@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-addressable>=2.5:www/rubygem-addr > rubygem-oj>=3.0:devel/rubygem-oj > NO_ARCH= yes > - > USES= gem > USE_RUBY= yes Hello Sunpoet, Could explain why these changes were necessary? Thanks, Joseph --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEVbCTpybDiFVxIrrVNqQMg7DW754FAlmHTQtfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU1 QjA5M0E3MjZDMzg4NTU3MTIyQkFENTM2QTQwQzgzQjBENkVGOUUACgkQNqQMg7DW 755Gtg//cXgmiUNjT7dAwDRPkbPmaGiT8vZbscdXNgw6+AtvuiUGb31hZjCnSoZh Ofi3lwuW10sQoZajGdxpAoxME484JZNEjCHYRMtzQPFU+R6anc7yWdi2MWVRb182 x7YTpguEAweXQknAj5FbfMemhmqJHI3Moi6qtl+1levI2j7qr9JggVnyFvm1jiQY owSh9lxaQESdkYVxqOGzQoznQSQDdjcMG9Q2DuqV6WhMkIDY2fFomKOMDamU22JR GgJs9Xd+HuHabE2yoPrZi84QBXqK8u3qRAdh8HrxOlu1bC1lK/WjRaqXFENwCYnh xwrZ7s3uOrTYY3KNcAxTWsJlT9/zCGB/JY4PpDagcJKWbZxGVvrsNXYSBAwP4/h4 pLylL/F/oTO56gGmRRrJuAyAea58E3oQPtEwV2hQgmby9jt0e2jjLKBQ9rbrHD7f zbrfza4l9d0Wt8IGvnIPDRmfu5aaoIi/Lkr4aM5qv0ZKwAJvSuGUBm5B+nVX0IGa C1DmJFI0XLxW1w2Z3BZ6xan0pyF61dmyTqH/E3pcCIgyNUVckdsv8YnsLuWT4r5U kMJi5sbooPAuNRBP+LE1PN11VYCvoAVk3ofju+A9BrbBs22m+YDNj21bp+/rSlCO 2ulTVIlwA4VDoJJvC/SAeXJwO5vrFiC4Uw9AVA7XewviEEL2ZTQ= =g1l6 -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-head@freebsd.org Sun Aug 6 17:32:19 2017 Return-Path: Delivered-To: svn-ports-head@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 52A7BDC0223; Sun, 6 Aug 2017 17:32:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D6CF67D09; Sun, 6 Aug 2017 17:32:19 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76HWIrj024750; Sun, 6 Aug 2017 17:32:18 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76HWI2Z024747; Sun, 6 Aug 2017 17:32:18 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201708061732.v76HWI2Z024747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 6 Aug 2017 17:32:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447476 - in head/sysutils/py-pytsk: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/sysutils/py-pytsk: . files X-SVN-Commit-Revision: 447476 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 17:32:19 -0000 Author: antoine Date: Sun Aug 6 17:32:17 2017 New Revision: 447476 URL: https://svnweb.freebsd.org/changeset/ports/447476 Log: Update to 20170802 Modified: head/sysutils/py-pytsk/Makefile head/sysutils/py-pytsk/distinfo head/sysutils/py-pytsk/files/patch-setup.py Modified: head/sysutils/py-pytsk/Makefile ============================================================================== --- head/sysutils/py-pytsk/Makefile Sun Aug 6 16:53:14 2017 (r447475) +++ head/sysutils/py-pytsk/Makefile Sun Aug 6 17:32:17 2017 (r447476) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pytsk -PORTVERSION= 20170508 -PORTREVISION= 1 +PORTVERSION= 20170802 CATEGORIES= sysutils security devel python MASTER_SITES= CHEESESHOP \ https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ @@ -14,6 +13,7 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Python bindings for the Sleuthkit LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libtalloc.so:devel/talloc \ libtsk.so:sysutils/sleuthkit Modified: head/sysutils/py-pytsk/distinfo ============================================================================== --- head/sysutils/py-pytsk/distinfo Sun Aug 6 16:53:14 2017 (r447475) +++ head/sysutils/py-pytsk/distinfo Sun Aug 6 17:32:17 2017 (r447476) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494336296 -SHA256 (pytsk3-20170508.tar.gz) = 23865b4830f2d2819089d7fb2e6eaa1d0a592481580b37faf0e164e5dd99ac51 -SIZE (pytsk3-20170508.tar.gz) = 3004540 +TIMESTAMP = 1501704664 +SHA256 (pytsk3-20170802.tar.gz) = 32259447c997104865ee5e09fb106fc1451019d57a6d4ffa82cbbce45a7b5495 +SIZE (pytsk3-20170802.tar.gz) = 2934331 Modified: head/sysutils/py-pytsk/files/patch-setup.py ============================================================================== --- head/sysutils/py-pytsk/files/patch-setup.py Sun Aug 6 16:53:14 2017 (r447475) +++ head/sysutils/py-pytsk/files/patch-setup.py Sun Aug 6 17:32:17 2017 (r447476) @@ -1,44 +1,43 @@ # Unbundle sleuthkit and talloc ---- setup.py.orig 2017-01-28 14:19:35 UTC +--- setup.py.orig 2017-08-01 06:49:05 UTC +++ setup.py -@@ -169,9 +169,9 @@ class BuildExtCommand(build_ext): +@@ -178,9 +178,9 @@ class BuildExtCommand(build_ext): + def run(self): + compiler = new_compiler(compiler=self.compiler) + # pylint: disable=attribute-defined-outside-init +- self.define = self.configure_source_tree(compiler) ++ self.define = [("HAVE_TSK_LIBTSK_H", "")] - def run(self): - compiler = new_compiler(compiler=self.compiler) -- self.define = self.configure_source_tree(compiler) -+ self.define = [("HAVE_TSK_LIBTSK_H", "")] +- libtsk_path = os.path.join("sleuthkit", "tsk") ++ libtsk_path = os.path.join("%%LOCALBASE%%", "include", "tsk") -- libtsk_path = "sleuthkit/tsk" -+ libtsk_path = "%%LOCALBASE%%/include/tsk" + if not os.access("pytsk3.c", os.R_OK): + # Generate the Python binding code (pytsk3.c). +@@ -390,7 +390,7 @@ class ProjectBuilder(object): + self._argv = argv - if not os.access("pytsk3.c", os.R_OK): - # Generate the Python binding code (pytsk3.c). -@@ -325,7 +325,7 @@ class ProjectBuilder(object): - self._argv = argv + # The path to the sleuthkit/tsk directory. +- self._libtsk_path = os.path.join("sleuthkit", "tsk") ++ self._libtsk_path = os.path.join("%%LOCALBASE%%", "include", "tsk") - # The path to the "tsk" directory. -- self._libtsk_path = "sleuthkit/tsk" -+ self._libtsk_path = "%%LOCALBASE%%/include/tsk" + # Paths under the sleuthkit/tsk directory which contain files we need + # to compile. +@@ -400,13 +400,13 @@ class ProjectBuilder(object): + # The args for the extension builder. + self.extension_args = { + "define_macros": [], +- "include_dirs": ["talloc", self._libtsk_path, "sleuthkit", "."], +- "library_dirs": [], +- "libraries": []} ++ "include_dirs": [".", os.path.join("%%LOCALBASE%%", "include")], ++ "library_dirs": [os.path.join("%%LOCALBASE%%","lib")], ++ "libraries": ["tsk", "talloc"]} - # paths under the tsk/ directory which contain files we need to compile. - self._sub_library_names = "auto base docs fs hashdb img vs".split() -@@ -333,14 +333,14 @@ class ProjectBuilder(object): - # The args for the extension builder. - self.extension_args = dict( - define_macros=[], -- include_dirs=["talloc", "sleuthkit/tsk", "sleuthkit", "."], -- library_dirs=[], -- libraries=[], -+ include_dirs=[".", "%%LOCALBASE%%/include"], -+ library_dirs=["%%LOCALBASE%%/lib"], -+ libraries=["tsk", "talloc"], - ) + # The sources to build. + self._source_files = [ +- "class.c", "error.c", "tsk3.c", "pytsk3.c", "talloc/talloc.c"] ++ "class.c", "error.c", "tsk3.c", "pytsk3.c"] - # The sources to build. - self._source_files = ["class.c", "error.c", "tsk3.c", -- "pytsk3.c", "talloc/talloc.c"] -+ "pytsk3.c"] - - # Path to the top of the unpacked sleuthkit sources. - self._sleuthkit_path = "sleuthkit" + # Path to the top of the unpacked sleuthkit sources. + self._sleuthkit_path = "sleuthkit" From owner-svn-ports-head@freebsd.org Sun Aug 6 17:37:27 2017 Return-Path: Delivered-To: svn-ports-head@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 0C00CDC04B5; Sun, 6 Aug 2017 17:37:27 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2F9467E9B; Sun, 6 Aug 2017 17:37:26 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76HbP2k025029; Sun, 6 Aug 2017 17:37:25 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76HbPBa025028; Sun, 6 Aug 2017 17:37:25 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201708061737.v76HbPBa025028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sun, 6 Aug 2017 17:37:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447477 - head/security/tinc/files X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/security/tinc/files X-SVN-Commit-Revision: 447477 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 17:37:27 -0000 Author: dinoex Date: Sun Aug 6 17:37:25 2017 New Revision: 447477 URL: https://svnweb.freebsd.org/changeset/ports/447477 Log: - remove nojail keyword from rc.d script Submitted by: Tobias Kilb Modified: head/security/tinc/files/tincd.in Modified: head/security/tinc/files/tincd.in ============================================================================== --- head/security/tinc/files/tincd.in Sun Aug 6 17:32:17 2017 (r447476) +++ head/security/tinc/files/tincd.in Sun Aug 6 17:37:25 2017 (r447477) @@ -5,7 +5,6 @@ # PROVIDE: tincd # REQUIRE: ipfilter FILESYSTEMS sysctl netif # BEFORE: SERVERS routing -# KEYWORD: nojail # # Define these tincd_* variables in one of these files: # /etc/rc.conf From owner-svn-ports-head@freebsd.org Sun Aug 6 17:53:23 2017 Return-Path: Delivered-To: svn-ports-head@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 98899DC103D; Sun, 6 Aug 2017 17:53:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72E726876D; Sun, 6 Aug 2017 17:53:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76HrMSj033141; Sun, 6 Aug 2017 17:53:22 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76HrMmD033136; Sun, 6 Aug 2017 17:53:22 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201708061753.v76HrMmD033136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 6 Aug 2017 17:53:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447478 - in head/graphics/gle-graphics: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: in head/graphics/gle-graphics: . files X-SVN-Commit-Revision: 447478 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 17:53:23 -0000 Author: rakuco Date: Sun Aug 6 17:53:22 2017 New Revision: 447478 URL: https://svnweb.freebsd.org/changeset/ports/447478 Log: Fix libc++ and GCC6 build errors. This allows us to drop USE_GCC=yes while also allowing it to build with GCC 6, which uses -std=gnu++14 by default. PR: 217001 Submitted by: jbeich Approved by: nivit (maintainer) Added: head/graphics/gle-graphics/files/patch-src_gle_d__x.cpp (contents, props changed) head/graphics/gle-graphics/files/patch-src_gle_op__def.h (contents, props changed) head/graphics/gle-graphics/files/patch-src_gle_surface_ffitcontour.cpp (contents, props changed) head/graphics/gle-graphics/files/patch-src_gle_tokens_StringKeyHash.h (contents, props changed) Modified: head/graphics/gle-graphics/Makefile Modified: head/graphics/gle-graphics/Makefile ============================================================================== --- head/graphics/gle-graphics/Makefile Sun Aug 6 17:37:25 2017 (r447477) +++ head/graphics/gle-graphics/Makefile Sun Aug 6 17:53:22 2017 (r447478) @@ -3,7 +3,7 @@ PORTNAME= gle-graphics DISTVERSION= 4.2.4cf -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics print MASTER_SITES= SF/glx/gle4%20%28Current%20Active%20Version%29/${DISTVERSION:C,.$,,1} DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -42,7 +42,6 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} REINPLACE_FILES= configure -USE_GCC= yes USE_GL= yes USE_LDCONFIG= yes USE_QT4= corelib gui moc network opengl rcc qmake_build Added: head/graphics/gle-graphics/files/patch-src_gle_d__x.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gle-graphics/files/patch-src_gle_d__x.cpp Sun Aug 6 17:53:22 2017 (r447478) @@ -0,0 +1,20 @@ +--- src/gle/d_x.cpp.orig 2011-10-26 21:10:54 UTC ++++ src/gle/d_x.cpp +@@ -199,7 +199,7 @@ void X11GLEDevice::setfillstyle(int i) { + #define BM_HEIGHT 16 + Pixmap bm; + //unsigned +-const char bm_bits[][32] = { ++const unsigned char bm_bits[][32] = { + { 0x00, 0x80, 0x00, 0x40, 0x00, 0x20, 0x00, 0x10, 0x00, 0x08, 0x00, 0x04, + 0x00, 0x02, 0x00, 0x01, 0x80, 0x00, 0x40, 0x00, 0x20, 0x00, 0x10, 0x00, + 0x08, 0x00, 0x04, 0x00, 0x02, 0x00, 0x01, 0x00}, /* SHADE */ +@@ -238,7 +238,7 @@ const char bm_bits[][32] = { + 0x1c, 0x38, 0x0e, 0x70, 0x07, 0xe0, 0x03, 0xc0} /* GRID 5 */ + }; + +- bm = XCreateBitmapFromData(dpy,window1,bm_bits[i],BM_WIDTH,BM_HEIGHT); ++ bm = XCreateBitmapFromData(dpy,window1,(const char*)bm_bits[i],BM_WIDTH,BM_HEIGHT); + XSetStipple(dpy, gcf, bm); + XSetFillStyle(dpy, gcf, FillStippled); + XFreePixmap(dpy, bm); Added: head/graphics/gle-graphics/files/patch-src_gle_op__def.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gle-graphics/files/patch-src_gle_op__def.h Sun Aug 6 17:53:22 2017 (r447478) @@ -0,0 +1,11 @@ +--- src/gle/op_def.h.orig 2011-10-26 21:10:54 UTC ++++ src/gle/op_def.h +@@ -40,7 +40,7 @@ struct op_key { + char name[256]; + int typ; + int pos; +- int idx; ++ signed long idx; + }; + + #define typ_end 0 Added: head/graphics/gle-graphics/files/patch-src_gle_surface_ffitcontour.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gle-graphics/files/patch-src_gle_surface_ffitcontour.cpp Sun Aug 6 17:53:22 2017 (r447478) @@ -0,0 +1,18 @@ +--- src/gle/surface/ffitcontour.cpp.orig 2011-06-13 08:36:41 UTC ++++ src/gle/surface/ffitcontour.cpp +@@ -43,15 +43,9 @@ + + /* "f2c.h" defines abs() -- conflict with the definition in */ + /* changing the order solves the problem */ +-#if ( defined(__OS2__) && defined(__EMX__) ) || defined(__WIN32__) + #include + #include + #include "f2c.h" +-#else +-#include "f2c.h" +-#include +-#include +-#endif + + doublereal gutre2_(real* a, real* b); + void gd_message__(const char *s, int l); Added: head/graphics/gle-graphics/files/patch-src_gle_tokens_StringKeyHash.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gle-graphics/files/patch-src_gle_tokens_StringKeyHash.h Sun Aug 6 17:53:22 2017 (r447478) @@ -0,0 +1,15 @@ +--- src/gle/tokens/StringKeyHash.h.orig 2012-02-19 21:07:34 UTC ++++ src/gle/tokens/StringKeyHash.h +@@ -75,10 +75,12 @@ + using namespace std; + + #ifndef GCC2 ++#ifndef _LIBCPP_VERSION + #ifndef _MSC_VER + using namespace __gnu_cxx; // using gnu extensions such as "hash" + #endif + #endif ++#endif + + #include "RefCount.h" + #include "BinIO.h" From owner-svn-ports-head@freebsd.org Sun Aug 6 18:09:31 2017 Return-Path: Delivered-To: svn-ports-head@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 61BBADC1A1C; Sun, 6 Aug 2017 18:09:31 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DEC868CC4; Sun, 6 Aug 2017 18:09:31 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76I9UHk037879; Sun, 6 Aug 2017 18:09:30 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76I9U60037875; Sun, 6 Aug 2017 18:09:30 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201708061809.v76I9U60037875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Sun, 6 Aug 2017 18:09:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447479 - head/net-mgmt/icingaweb2-module-map X-SVN-Group: ports-head X-SVN-Commit-Author: lme X-SVN-Commit-Paths: head/net-mgmt/icingaweb2-module-map X-SVN-Commit-Revision: 447479 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 18:09:31 -0000 Author: lme Date: Sun Aug 6 18:09:29 2017 New Revision: 447479 URL: https://svnweb.freebsd.org/changeset/ports/447479 Log: net-mgmt/icingaweb2-module-map: Update to 1.0.1 Modified: head/net-mgmt/icingaweb2-module-map/Makefile head/net-mgmt/icingaweb2-module-map/distinfo head/net-mgmt/icingaweb2-module-map/pkg-plist Modified: head/net-mgmt/icingaweb2-module-map/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-map/Makefile Sun Aug 6 17:53:22 2017 (r447478) +++ head/net-mgmt/icingaweb2-module-map/Makefile Sun Aug 6 18:09:29 2017 (r447479) @@ -2,7 +2,7 @@ PORTNAME= icingaweb2-module-map DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0 +DISTVERSION= 1.0.1 CATEGORIES= net-mgmt www MAINTAINER= lme@FreeBSD.org Modified: head/net-mgmt/icingaweb2-module-map/distinfo ============================================================================== --- head/net-mgmt/icingaweb2-module-map/distinfo Sun Aug 6 17:53:22 2017 (r447478) +++ head/net-mgmt/icingaweb2-module-map/distinfo Sun Aug 6 18:09:29 2017 (r447479) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501967560 -SHA256 (nbuchwitz-icingaweb2-module-map-v1.0.0_GH0.tar.gz) = 5003d4ff31dfc5252cf7e7f85feb99c7ee5c8e91196f3594e64a403da6169fb8 -SIZE (nbuchwitz-icingaweb2-module-map-v1.0.0_GH0.tar.gz) = 1547054 +TIMESTAMP = 1502042784 +SHA256 (nbuchwitz-icingaweb2-module-map-v1.0.1_GH0.tar.gz) = 58b738cacd5d691f0c349aa1f69e183446a0ed89e20d640b2bafe3b207b9e73a +SIZE (nbuchwitz-icingaweb2-module-map-v1.0.1_GH0.tar.gz) = 1550863 Modified: head/net-mgmt/icingaweb2-module-map/pkg-plist ============================================================================== --- head/net-mgmt/icingaweb2-module-map/pkg-plist Sun Aug 6 17:53:22 2017 (r447478) +++ head/net-mgmt/icingaweb2-module-map/pkg-plist Sun Aug 6 18:09:29 2017 (r447479) @@ -11,6 +11,7 @@ %%WWWDIR%%/library/Map/ProvidedHook/Monitoring/HostActions.php %%WWWDIR%%/module.info %%WWWDIR%%/public/css/module.less +%%WWWDIR%%/public/css/third-party/L.Control.Locate.min.css %%WWWDIR%%/public/css/third-party/MarkerCluster.Default.css %%WWWDIR%%/public/css/third-party/MarkerCluster.css %%WWWDIR%%/public/css/third-party/leaflet.css @@ -26,12 +27,14 @@ %%WWWDIR%%/public/img/marker-icon.png %%WWWDIR%%/public/img/marker-shadow.png %%WWWDIR%%/public/js/module.js +%%WWWDIR%%/public/js/third-party/L.Control.Locate.min.js %%WWWDIR%%/public/js/third-party/leaflet.js %%WWWDIR%%/public/js/third-party/leaflet.markercluster.js %%WWWDIR%%/run.php %%WWWDIR%%/screenshots/clustered-map.png %%WWWDIR%%/screenshots/clustered-map2.png %%WWWDIR%%/screenshots/configuration-tab.png +%%WWWDIR%%/screenshots/dashboard.png %%WWWDIR%%/screenshots/detailed-map.png %%WWWDIR%%/screenshots/host-action.png %%WWWDIR%%/screenshots/host-details.png From owner-svn-ports-head@freebsd.org Sun Aug 6 20:53:41 2017 Return-Path: Delivered-To: svn-ports-head@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 1CE31DC8D3E; Sun, 6 Aug 2017 20:53:41 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BED3E6D223; Sun, 6 Aug 2017 20:53:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id CEAF8BDD31; Sun, 6 Aug 2017 22:53:37 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id AD8FFBDD25; Sun, 6 Aug 2017 22:53:37 +0200 (CEST) Subject: Re: svn commit: r447474 - head/www/rubygem-goldfinger To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201708061653.v76Gr9O9008539@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <939bd115-95a7-f0dc-f018-b276488a091c@FreeBSD.org> Date: Sun, 6 Aug 2017 22:53:19 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <201708061653.v76Gr9O9008539@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ttaxdXRKQq2uvLQAOp9iqU3rOamq8mCii" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 20:53:41 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ttaxdXRKQq2uvLQAOp9iqU3rOamq8mCii Content-Type: multipart/mixed; boundary="bpX1WxP1q7wn4n6WLEMhVtF7Kk5IWpIOv"; protected-headers="v1" From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <939bd115-95a7-f0dc-f018-b276488a091c@FreeBSD.org> Subject: Re: svn commit: r447474 - head/www/rubygem-goldfinger References: <201708061653.v76Gr9O9008539@repo.freebsd.org> In-Reply-To: <201708061653.v76Gr9O9008539@repo.freebsd.org> --bpX1WxP1q7wn4n6WLEMhVtF7Kk5IWpIOv Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Hi, Le 06/08/2017 =C3=A0 18:53, Sunpoet Po-Chuan Hsieh a =C3=A9crit : > Author: sunpoet > Date: Sun Aug 6 16:53:09 2017 > New Revision: 447474 > URL: https://svnweb.freebsd.org/changeset/ports/447474 > > Log: > Use PORTVERSION Please revert. DISTVERSION is the preferred way of setting upstream's version. https://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.htm= l#makefile-versions > Modified: > head/www/rubygem-goldfinger/Makefile > > Modified: head/www/rubygem-goldfinger/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/www/rubygem-goldfinger/Makefile Sun Aug 6 16:53:04 2017 (r447= 473) > +++ head/www/rubygem-goldfinger/Makefile Sun Aug 6 16:53:09 2017 (r447= 474) > @@ -1,7 +1,7 @@ > # $FreeBSD$ > =20 > PORTNAME=3D goldfinger > -DISTVERSION=3D 2.0.1 > +PORTVERSION=3D 2.0.1 > CATEGORIES=3D www rubygems > MASTER_SITES=3D RG > =20 > @@ -17,7 +17,6 @@ RUN_DEPENDS=3D rubygem-addressable>=3D2.5:www/rubygem= -addr > rubygem-oj>=3D3.0:devel/rubygem-oj > =20 > NO_ARCH=3D yes > - > USES=3D gem > USE_RUBY=3D yes > =20 > > --=20 Mathieu Arnold --bpX1WxP1q7wn4n6WLEMhVtF7Kk5IWpIOv-- --ttaxdXRKQq2uvLQAOp9iqU3rOamq8mCii Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJZh4HRXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85INMkQAK7mvGubycIS/PIqfL2kRqv9 YYvNH1VuXAzcX2w36pDlfslYKHyz5N08T6WCSL6I3jZqAcNgPy3W5yb+cLFozLhH mdIBxo3U8Z5OJ6N6oOMN4ff9gKq7VDr3xoGFSPetqSBjkWJXhlHtqelxkxemmOV2 4V/MrWU6Ky3yxH4Hz/GlfVChBUUf0QNVdi28l6FWCVfSWEgl2pLbQbk4jTmy1Y+k C8sE4SrrZP3Z2vBmHzoPSI5fUbTSHYLGzsaoL1ovOAVSL1M7BLZm7fH5p4khby3V 2tO0qrPz/D/rUPKparjF5aJ2WAM17CTIYRbk6oFqyxXkhHq26wPHObSU4Z6qAC/F IUMZGUsynC8A3CW/ATCIq7i4B3JvGrOsYKlgpOKe4W3YwcDldz9g2GcZ3Ion9xWL XYUdnSMrxuIEcW5elyfyOgYSGtWeGttPjcjOyVA4qKPt34rWY5OuL0w1D/6CrE0e rQkWgLQJTkNHV5wRM+hxYH3ofN25PHR2OTUe2rA9Ut6Lf1sHgRT/Kmw/YB9FwkZi BFI//z1BQTIMqUs35S1n2+X0KUrTwYTHJfRC0gkgaEKJX8ZAguwkrVIj+YullnRY bpzjZUX3sXBl2+3pc5Sh5rqxA4oeqyH2GWJvhMpXd1H/6N+2+ersiO4gjjGS8LiD lP0GGh+mYueHgRhyGVjM =TEc+ -----END PGP SIGNATURE----- --ttaxdXRKQq2uvLQAOp9iqU3rOamq8mCii-- From owner-svn-ports-head@freebsd.org Sun Aug 6 22:01:15 2017 Return-Path: Delivered-To: svn-ports-head@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 574A2DCC870; Sun, 6 Aug 2017 22:01:15 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2495B6FB16; Sun, 6 Aug 2017 22:01:15 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76M1EBp032506; Sun, 6 Aug 2017 22:01:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76M1ErA032504; Sun, 6 Aug 2017 22:01:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201708062201.v76M1ErA032504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 6 Aug 2017 22:01:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447480 - head/security/py-artifacts X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/py-artifacts X-SVN-Commit-Revision: 447480 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 22:01:15 -0000 Author: antoine Date: Sun Aug 6 22:01:13 2017 New Revision: 447480 URL: https://svnweb.freebsd.org/changeset/ports/447480 Log: Update to 20170806 Modified: head/security/py-artifacts/Makefile head/security/py-artifacts/distinfo Modified: head/security/py-artifacts/Makefile ============================================================================== --- head/security/py-artifacts/Makefile Sun Aug 6 18:09:29 2017 (r447479) +++ head/security/py-artifacts/Makefile Sun Aug 6 22:01:13 2017 (r447480) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= artifacts -PORTVERSION= 20170618 +PORTVERSION= 20170806 CATEGORIES= security python MASTER_SITES= CHEESESHOP \ https://github.com/ForensicArtifacts/artifacts/releases/download/${PORTVERSION}/ Modified: head/security/py-artifacts/distinfo ============================================================================== --- head/security/py-artifacts/distinfo Sun Aug 6 18:09:29 2017 (r447479) +++ head/security/py-artifacts/distinfo Sun Aug 6 22:01:13 2017 (r447480) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497806646 -SHA256 (artifacts-20170618.tar.gz) = 3162bb52aa26dd5b1ef93488ccc5794d86bb0a9dfcfcc12841a43f709a27df5f -SIZE (artifacts-20170618.tar.gz) = 58295 +TIMESTAMP = 1502056290 +SHA256 (artifacts-20170806.tar.gz) = fa4bd77c5cb0ac3c6ebd43a0101c495194adce27ec46d774219bea7608e91e8c +SIZE (artifacts-20170806.tar.gz) = 58705 From owner-svn-ports-head@freebsd.org Sun Aug 6 22:30:25 2017 Return-Path: Delivered-To: svn-ports-head@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 11E63DCE1C0; Sun, 6 Aug 2017 22:30:25 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4DA070F21; Sun, 6 Aug 2017 22:30:24 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v76MUOOs042414; Sun, 6 Aug 2017 22:30:24 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v76MUNXO042412; Sun, 6 Aug 2017 22:30:23 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201708062230.v76MUNXO042412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 6 Aug 2017 22:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447481 - head/devel/jenkins X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: head/devel/jenkins X-SVN-Commit-Revision: 447481 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 22:30:25 -0000 Author: lwhsu Date: Sun Aug 6 22:30:23 2017 New Revision: 447481 URL: https://svnweb.freebsd.org/changeset/ports/447481 Log: - Update to 2.72 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Sun Aug 6 22:01:13 2017 (r447480) +++ head/devel/jenkins/Makefile Sun Aug 6 22:30:23 2017 (r447481) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.71 +PORTVERSION= 2.72 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Sun Aug 6 22:01:13 2017 (r447480) +++ head/devel/jenkins/distinfo Sun Aug 6 22:30:23 2017 (r447481) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500896706 -SHA256 (jenkins/2.71/jenkins.war) = 14727da24054e956dc8b8514998e19001c99efce637891f544d2a9b3d9ea752c -SIZE (jenkins/2.71/jenkins.war) = 72956752 +TIMESTAMP = 1502058553 +SHA256 (jenkins/2.72/jenkins.war) = 7f1a9271fe4cc0680071781efb0586477168477c7f914d71c52db177906d376e +SIZE (jenkins/2.72/jenkins.war) = 72961690 From owner-svn-ports-head@freebsd.org Mon Aug 7 02:38:09 2017 Return-Path: Delivered-To: svn-ports-head@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 A7B79DD8D21; Mon, 7 Aug 2017 02:38:09 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E24977394; Mon, 7 Aug 2017 02:38:09 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v772c85R042875; Mon, 7 Aug 2017 02:38:08 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v772c8gN042872; Mon, 7 Aug 2017 02:38:08 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201708070238.v772c8gN042872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 7 Aug 2017 02:38:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447482 - head/net-im/mastodon X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/net-im/mastodon X-SVN-Commit-Revision: 447482 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 02:38:09 -0000 Author: jrm Date: Mon Aug 7 02:38:08 2017 New Revision: 447482 URL: https://svnweb.freebsd.org/changeset/ports/447482 Log: net-im/mastodon: Update to version 1.5.1 Upstream changes: https://github.com/tootsuite/mastodon/releases/tag/v1.5.1 Modified: head/net-im/mastodon/Makefile head/net-im/mastodon/distinfo head/net-im/mastodon/pkg-plist Modified: head/net-im/mastodon/Makefile ============================================================================== --- head/net-im/mastodon/Makefile Sun Aug 6 22:30:23 2017 (r447481) +++ head/net-im/mastodon/Makefile Mon Aug 7 02:38:08 2017 (r447482) @@ -2,8 +2,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v -DISTVERSION= 1.5.0 -PORTREVISION= 2 +DISTVERSION= 1.5.1 CATEGORIES= net-im www MAINTAINER= jrm@FreeBSD.org @@ -17,71 +16,71 @@ RUN_DEPENDS= ffmpeg>0:multimedia/ffmpeg \ libpqtypes>1.5.0:databases/libpqtypes # Dependencies below match Gemfile layout -RUN_DEPENDS+= rubygem-pkg-config>=1.2.0:devel/rubygem-pkg-config +RUN_DEPENDS+= rubygem-pkg-config>=1.2.3:devel/rubygem-pkg-config -RUN_DEPENDS+= rubygem-puma>0:www/rubygem-puma \ - rubygem-rails5>0:www/rubygem-rails5 \ - rubygem-uglifier>0:www/rubygem-uglifier +RUN_DEPENDS+= rubygem-puma>=3.9.1:www/rubygem-puma \ + rubygem-rails5>=5.1.3:www/rubygem-rails5 \ + rubygem-uglifier>=3.2.0:www/rubygem-uglifier -RUN_DEPENDS+= rubygem-hamlit-rails-rails5>0:www/rubygem-hamlit-rails-rails5 \ - rubygem-pg>0:databases/rubygem-pg \ - rubygem-pghero-rails5>0:databases/rubygem-pghero-rails5 \ - rubygem-dotenv-rails-rails5>0:misc/rubygem-dotenv-rails-rails5 +RUN_DEPENDS+= rubygem-hamlit-rails-rails5>=0.2.0:www/rubygem-hamlit-rails-rails5 \ + rubygem-pg>=0.21.0:databases/rubygem-pg \ + rubygem-pghero-rails5>=1.7.0:databases/rubygem-pghero-rails5 \ + rubygem-dotenv-rails-rails5>=2.2.1:misc/rubygem-dotenv-rails-rails5 -RUN_DEPENDS+= rubygem-aws-sdk>0:devel/rubygem-aws-sdk \ - rubygem-paperclip-rails5>0:devel/rubygem-paperclip-rails5 \ - rubygem-paperclip-av-transcoder>0:multimedia/rubygem-paperclip-av-transcoder +RUN_DEPENDS+= rubygem-aws-sdk>=2.10.17:devel/rubygem-aws-sdk \ + rubygem-paperclip-rails5>=5.1.0:devel/rubygem-paperclip-rails5 \ + rubygem-paperclip-av-transcoder>=0.6.4:multimedia/rubygem-paperclip-av-transcoder -RUN_DEPENDS+= rubygem-active_model_serializers>0:databases/rubygem-active_model_serializers \ - rubygem-addressable>0:www/rubygem-addressable \ - rubygem-browser>0:www/rubygem-browser \ - rubygem-charlock_holmes>0:textproc/rubygem-charlock_holmes \ - rubygem-cld3>0:textproc/rubygem-cld3 \ - rubygem-devise-rails5>0:devel/rubygem-devise-rails5 \ - rubygem-devise-two-factor-rails5>0:security/rubygem-devise-two-factor-rails5 \ - rubygem-doorkeeper-rails5>0:security/rubygem-doorkeeper-rails5 \ - rubygem-fast_blank>0:devel/rubygem-fast_blank \ - rubygem-goldfinger>0:www/rubygem-goldfinger \ - rubygem-hiredis>0:databases/rubygem-hiredis \ - rubygem-redis-namespace>0:databases/rubygem-redis-namespace \ - rubygem-htmlentities>0:textproc/rubygem-htmlentities \ - rubygem-http>0:www/rubygem-http \ - rubygem-http_accept_language>0:devel/rubygem-http_accept_language \ - rubygem-httplog>0:sysutils/rubygem-httplog \ - rubygem-idn-ruby>0:dns/rubygem-idn-ruby \ - rubygem-kaminari-rails5>0:www/rubygem-kaminari-rails5 \ - rubygem-link_header>0:www/rubygem-link_header \ - rubygem-nokogiri>0:textproc/rubygem-nokogiri \ - rubygem-oj>0:devel/rubygem-oj \ - rubygem-ostatus2>0:www/rubygem-ostatus2 \ - rubygem-ox>0:textproc/rubygem-ox \ - rubygem-pundit>0:security/rubygem-pundit \ - rubygem-rabl>0:devel/rubygem-rabl \ - rubygem-rack-attack>0:www/rubygem-rack-attack \ - rubygem-rack-cors0>0:www/rubygem-rack-cors0 \ - rubygem-rack-timeout>0:www/rubygem-rack-timeout \ - rubygem-rails-i18n>0:devel/rubygem-rails-i18n \ - rubygem-rails-settings-cached-rails5>0:www/rubygem-rails-settings-cached-rails5 \ - rubygem-redis>0:databases/rubygem-redis \ - rubygem-mario-redis-lock>0:databases/rubygem-mario-redis-lock \ - rubygem-rqrcode>0:www/rubygem-rqrcode \ - rubygem-ruby-oembed>0:www/rubygem-ruby-oembed \ - rubygem-sanitize>0:textproc/rubygem-sanitize \ - rubygem-sidekiq>0:devel/rubygem-sidekiq \ - rubygem-sidekiq-scheduler>0:devel/rubygem-sidekiq-scheduler \ - rubygem-sidekiq-unique-jobs>0:devel/rubygem-sidekiq-unique-jobs \ - rubygem-sidekiq-bulk-rails5>0:devel/rubygem-sidekiq-bulk-rails5 \ - rubygem-simple-navigation>0:devel/rubygem-simple-navigation \ - rubygem-simple_form-rails5>0:devel/rubygem-simple_form-rails5 \ - rubygem-sprockets-rails-rails5>0:devel/rubygem-sprockets-rails-rails5 \ - rubygem-statsd-instrument>0:devel/rubygem-statsd-instrument \ - rubygem-twitter-text>0:textproc/rubygem-twitter-text \ - rubygem-tzinfo-data>0:devel/rubygem-tzinfo-data \ - rubygem-webpacker-rails5>0:devel/rubygem-webpacker-rails5 \ - rubygem-webpush>0:security/rubygem-webpush +RUN_DEPENDS+= rubygem-active_model_serializers>=0.10.6:databases/rubygem-active_model_serializers \ + rubygem-addressable>=2.5.1_1:www/rubygem-addressable \ + rubygem-browser>=2.4.0:www/rubygem-browser \ + rubygem-charlock_holmes>=0.7.3_5:textproc/rubygem-charlock_holmes \ + rubygem-cld3>=3.1.3_1:textproc/rubygem-cld3 \ + rubygem-devise-rails5>=4.3.0:devel/rubygem-devise-rails5 \ + rubygem-devise-two-factor-rails5>=3.0.0:security/rubygem-devise-two-factor-rails5 \ + rubygem-doorkeeper-rails5>=4.2.6:security/rubygem-doorkeeper-rails5 \ + rubygem-fast_blank>=1.0.0:devel/rubygem-fast_blank \ + rubygem-goldfinger>=2.0.1:www/rubygem-goldfinger \ + rubygem-hiredis>=0.6.1:databases/rubygem-hiredis \ + rubygem-redis-namespace>=1.5.3:databases/rubygem-redis-namespace \ + rubygem-htmlentities>=4.3.4:textproc/rubygem-htmlentities \ + rubygem-http>=2.2.2:www/rubygem-http \ + rubygem-http_accept_language>=2.1.1:devel/rubygem-http_accept_language \ + rubygem-httplog>=0.99.7:sysutils/rubygem-httplog \ + rubygem-idn-ruby>=0.1.0:dns/rubygem-idn-ruby \ + rubygem-kaminari-rails5>=1.0.1:www/rubygem-kaminari-rails5 \ + rubygem-link_header>=0.0.8:www/rubygem-link_header \ + rubygem-nokogiri>=1.8.0_1:textproc/rubygem-nokogiri \ + rubygem-oj>=3.3.4:devel/rubygem-oj \ + rubygem-ostatus2>=2.0.1:www/rubygem-ostatus2 \ + rubygem-ox>=2.5.0:textproc/rubygem-ox \ + rubygem-pundit>=1.1.0:security/rubygem-pundit \ + rubygem-rabl>=0.13.1_1:devel/rubygem-rabl \ + rubygem-rack-attack>=5.0.1:www/rubygem-rack-attack \ + rubygem-rack-cors0>=0.4.1:www/rubygem-rack-cors0 \ + rubygem-rack-timeout>=0.4.2:www/rubygem-rack-timeout \ + rubygem-rails-i18n>=5.0.4:devel/rubygem-rails-i18n \ + rubygem-rails-settings-cached-rails5>=0.6.6:www/rubygem-rails-settings-cached-rails5 \ + rubygem-redis>=3.3.3:databases/rubygem-redis \ + rubygem-mario-redis-lock>=1.2.0:databases/rubygem-mario-redis-lock \ + rubygem-rqrcode>=0.10.1:www/rubygem-rqrcode \ + rubygem-ruby-oembed>=0.12.0:www/rubygem-ruby-oembed \ + rubygem-sanitize>=4.5.0:textproc/rubygem-sanitize \ + rubygem-sidekiq>=5.0.4:devel/rubygem-sidekiq \ + rubygem-sidekiq-scheduler>=2.1.8:devel/rubygem-sidekiq-scheduler \ + rubygem-sidekiq-unique-jobs>=5.0.9:devel/rubygem-sidekiq-unique-jobs \ + rubygem-sidekiq-bulk-rails5>=0.1.1:devel/rubygem-sidekiq-bulk-rails5 \ + rubygem-simple-navigation>=4.0.5_1:devel/rubygem-simple-navigation \ + rubygem-simple_form-rails5>=3.5.0:devel/rubygem-simple_form-rails5 \ + rubygem-sprockets-rails-rails5>=3.2.0:devel/rubygem-sprockets-rails-rails5 \ + rubygem-statsd-instrument>=2.1.4:devel/rubygem-statsd-instrument \ + rubygem-twitter-text>=1.14.7:textproc/rubygem-twitter-text \ + rubygem-tzinfo-data>=1.2017.2:devel/rubygem-tzinfo-data \ + rubygem-webpacker-rails5>=2.0:devel/rubygem-webpacker-rails5 \ + rubygem-webpush>=0.3.2_1:security/rubygem-webpush -RUN_DEPENDS+= rubygem-lograge-rails5>0:www/rubygem-lograge-rails5 \ - rubygem-redis-rails-rails5>0:www/rubygem-redis-rails-rails5 +RUN_DEPENDS+= rubygem-lograge-rails5>=0.6.0:www/rubygem-lograge-rails5 \ + rubygem-redis-rails-rails5>=5.0.2:www/rubygem-redis-rails-rails5 USES= gnome pgsql python:2 shebangfix USE_GITHUB= yes Modified: head/net-im/mastodon/distinfo ============================================================================== --- head/net-im/mastodon/distinfo Sun Aug 6 22:30:23 2017 (r447481) +++ head/net-im/mastodon/distinfo Mon Aug 7 02:38:08 2017 (r447482) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501596174 -SHA256 (tootsuite-mastodon-v1.5.0_GH0.tar.gz) = bead519f6a0fb2d45f7e83c5fa50c0340ff61b8d4c51154c6d92e490d558192a -SIZE (tootsuite-mastodon-v1.5.0_GH0.tar.gz) = 9993509 +TIMESTAMP = 1502067757 +SHA256 (tootsuite-mastodon-v1.5.1_GH0.tar.gz) = 1caa5eaf1c5095203f52c7eb4b3f13fff31569dbf0b9f2af0320995b2ac9677b +SIZE (tootsuite-mastodon-v1.5.1_GH0.tar.gz) = 9990113 Modified: head/net-im/mastodon/pkg-plist ============================================================================== --- head/net-im/mastodon/pkg-plist Sun Aug 6 22:30:23 2017 (r447481) +++ head/net-im/mastodon/pkg-plist Mon Aug 7 02:38:08 2017 (r447482) @@ -922,6 +922,7 @@ %%WWWDIR%%/app/views/layouts/embedded.html.haml %%WWWDIR%%/app/views/layouts/error.html.haml %%WWWDIR%%/app/views/layouts/mailer.text.erb +%%WWWDIR%%/app/views/layouts/modal.html.haml %%WWWDIR%%/app/views/layouts/public.html.haml %%WWWDIR%%/app/views/manifests/show.json.rabl %%WWWDIR%%/app/views/notification_mailer/_status.text.erb From owner-svn-ports-head@freebsd.org Mon Aug 7 03:48:26 2017 Return-Path: Delivered-To: svn-ports-head@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 57D39DB372B; Mon, 7 Aug 2017 03:48:26 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8ACD7DB71; Mon, 7 Aug 2017 03:48:25 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v773mPVs072204; Mon, 7 Aug 2017 03:48:25 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v773mNf2072187; Mon, 7 Aug 2017 03:48:23 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201708070348.v773mNf2072187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Mon, 7 Aug 2017 03:48:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447483 - in head/security: greenbone-security-assistant9 greenbone-security-assistant9/files openvas8 openvas8-manager openvas8-scanner openvas8/files openvas9 openvas9-manager/files o... X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/security: greenbone-security-assistant9 greenbone-security-assistant9/files openvas8 openvas8-manager openvas8-scanner openvas8/files openvas9 openvas9-manager/files openvas9-scanner openvas9-... X-SVN-Commit-Revision: 447483 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 03:48:26 -0000 Author: acm Date: Mon Aug 7 03:48:23 2017 New Revision: 447483 URL: https://svnweb.freebsd.org/changeset/ports/447483 Log: - Fix rc scripts of OpenVAS 9 ports - Change some entries of openvas8/files/pkg-message - Change some entries of openvas9/files/pkg-message. It reflects socket use of OpenVAS 9 ports. - Fix problems into OpenVAS 9 greenbone*-sync scripts - Add missing dependency (ftp/wget) - Fix socket connection from openvas9-manager to openvas9-scanner - Bump PORTREVISION Added: head/security/openvas9-manager/files/patch-src-scanner.c (contents, props changed) Modified: head/security/greenbone-security-assistant9/Makefile head/security/greenbone-security-assistant9/files/gsad.in head/security/openvas8-manager/Makefile head/security/openvas8-scanner/Makefile head/security/openvas8/Makefile head/security/openvas8/files/pkg-message.in head/security/openvas9-manager/files/openvasmd.in head/security/openvas9-manager/files/patch-tools+greenbone-certdata-sync.in head/security/openvas9-manager/files/patch-tools+greenbone-scapdata-sync.in head/security/openvas9-scanner/Makefile head/security/openvas9-scanner/files/openvassd.in head/security/openvas9-scanner/files/patch-tools_greenbone-nvt-sync.in head/security/openvas9/Makefile head/security/openvas9/files/pkg-message.in Modified: head/security/greenbone-security-assistant9/Makefile ============================================================================== --- head/security/greenbone-security-assistant9/Makefile Mon Aug 7 02:38:08 2017 (r447482) +++ head/security/greenbone-security-assistant9/Makefile Mon Aug 7 03:48:23 2017 (r447483) @@ -2,6 +2,7 @@ PORTNAME= greenbone-security-assistant9 PORTVERSION= 7.0.2 +PORTREVISION= 2 MASTER_SITES= http://wald.intevation.org/frs/download.php/2429/ COMMENT= OpenVAS 9 web interface Modified: head/security/greenbone-security-assistant9/files/gsad.in ============================================================================== --- head/security/greenbone-security-assistant9/files/gsad.in Mon Aug 7 02:38:08 2017 (r447482) +++ head/security/greenbone-security-assistant9/files/gsad.in Mon Aug 7 03:48:23 2017 (r447483) @@ -21,7 +21,7 @@ command="%%PREFIX%%/sbin/gsad" pidfile=/var/run/gsad.pid : ${gsad_enable="NO"} -: ${gsad_flags="--listen=127.0.0.1 --port=8080 --http-only"} +: ${gsad_flags="--listen=127.0.0.1 --port=8080 --http-only --munix-socket=/var/run/openvasmd.sock"} load_rc_config $name run_rc_command "$1" Modified: head/security/openvas8-manager/Makefile ============================================================================== --- head/security/openvas8-manager/Makefile Mon Aug 7 02:38:08 2017 (r447482) +++ head/security/openvas8-manager/Makefile Mon Aug 7 03:48:23 2017 (r447483) @@ -2,7 +2,7 @@ PORTNAME?= openvas8-manager PORTVERSION?= 6.0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES?= http://wald.intevation.org/frs/download.php/2445/ DISTNAME= ${PORTNAME:S/${OPENVAS_VER}//}-${PORTVERSION} @@ -19,7 +19,8 @@ LIB_DEPENDS= libgnutls.so:security/gnutls \ libgpgme.so:security/gpgme \ libgcrypt.so:security/libgcrypt \ libopenvas_base.so:security/openvas${OPENVAS_VER}-libraries -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} \ + wget:ftp/wget CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/9/}-* Modified: head/security/openvas8-scanner/Makefile ============================================================================== --- head/security/openvas8-scanner/Makefile Mon Aug 7 02:38:08 2017 (r447482) +++ head/security/openvas8-scanner/Makefile Mon Aug 7 03:48:23 2017 (r447483) @@ -3,7 +3,7 @@ PORTNAME?= openvas8-scanner PORTVERSION?= 5.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES?= http://wald.intevation.org/frs/download.php/2436/ DISTNAME= ${PORTNAME:S/${OPENVAS_VER}//}-${PORTVERSION} @@ -20,6 +20,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ RUN_DEPENDS= redis-server:databases/redis \ curl:ftp/curl \ rsync:net/rsync \ + wget:ftp/wget \ nmap:security/nmap CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/9/}-* Modified: head/security/openvas8/Makefile ============================================================================== --- head/security/openvas8/Makefile Mon Aug 7 02:38:08 2017 (r447482) +++ head/security/openvas8/Makefile Mon Aug 7 03:48:23 2017 (r447483) @@ -3,6 +3,7 @@ PORTNAME= openvas8 PORTVERSION= 8.0 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= acm@FreeBSD.org Modified: head/security/openvas8/files/pkg-message.in ============================================================================== --- head/security/openvas8/files/pkg-message.in Mon Aug 7 02:38:08 2017 (r447482) +++ head/security/openvas8/files/pkg-message.in Mon Aug 7 03:48:23 2017 (r447483) @@ -16,12 +16,13 @@ OpenVAS 8 ports were installed 3) The following steps are neccessary before of you can access to OpenVAS web interface (gsad): + # openvassd # openvas-mkcert # openvas-mkcert-client -n -i - # openvasmd --rebuild --progress # openvas-nvt-sync # openvas-scapdata-sync # openvas-certdata-sync + # openvasmd --rebuild --progress # openvasmd --create-user=admin --role=Admin # openvasmd --user=admin --new-password=yourpassword Modified: head/security/openvas9-manager/files/openvasmd.in ============================================================================== --- head/security/openvas9-manager/files/openvasmd.in Mon Aug 7 02:38:08 2017 (r447482) +++ head/security/openvas9-manager/files/openvasmd.in Mon Aug 7 03:48:23 2017 (r447483) @@ -22,7 +22,7 @@ pidfile=/var/run/openvasmd.pid extra_commands="reload" : ${openvasmd_enable="NO"} -: ${openvasmd_flags="--listen=127.0.0.1"} +: ${openvasmd_flags="--unix-socket=/var/run/${name}.sock --listen=127.0.0.1"} load_rc_config $name run_rc_command "$1" Added: head/security/openvas9-manager/files/patch-src-scanner.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openvas9-manager/files/patch-src-scanner.c Mon Aug 7 03:48:23 2017 (r447483) @@ -0,0 +1,34 @@ +--- src/scanner.c 2016-11-10 04:58:06.000000000 -0500 ++++ src/scanner.c 2017-08-06 21:58:23.868844000 -0500 +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -586,7 +587,6 @@ + openvas_scanner_connect_unix () + { + struct sockaddr_un addr; +- int len; + + openvas_scanner_socket = socket (AF_UNIX, SOCK_STREAM, 0); + if (openvas_scanner_socket == -1) +@@ -596,10 +596,12 @@ + return -1; + } + ++ memset(&addr, 0, sizeof(struct sockaddr_un)); ++ + addr.sun_family = AF_UNIX; +- strncpy (addr.sun_path, openvas_scanner_unix_path, 108); +- len = strlen (addr.sun_path) + sizeof (addr.sun_family); +- if (connect (openvas_scanner_socket, (struct sockaddr *) &addr, len) == -1) ++ strlcpy(addr.sun_path, openvas_scanner_unix_path, sizeof(addr.sun_path)); ++ ++ if (connect (openvas_scanner_socket, (struct sockaddr *) &addr, SUN_LEN(&addr)) == -1) + { + g_warning ("%s: Failed to connect to scanner (%s): %s\n", __FUNCTION__, + openvas_scanner_unix_path, strerror (errno)); Modified: head/security/openvas9-manager/files/patch-tools+greenbone-certdata-sync.in ============================================================================== --- head/security/openvas9-manager/files/patch-tools+greenbone-certdata-sync.in Mon Aug 7 02:38:08 2017 (r447482) +++ head/security/openvas9-manager/files/patch-tools+greenbone-certdata-sync.in Mon Aug 7 03:48:23 2017 (r447483) @@ -1,11 +1,20 @@ ---- tools/greenbone-certdata-sync.in.orig 2016-11-10 04:58:06.000000000 -0500 -+++ tools/greenbone-certdata-sync.in 2017-07-29 00:06:06.535930000 -0500 +--- tools/greenbone-certdata-sync.in 2016-11-10 04:58:06.000000000 -0500 ++++ tools/greenbone-certdata-sync.in 2017-08-06 13:11:30.155406000 -0500 +@@ -99,7 +99,7 @@ + + # Delay between retries + if [ -z "$SQL_RETRY_DELAY" ]; then +- SQL_RETRY_DELAY="10m" # allowed unit suffixes: see sleep command ++ SQL_RETRY_DELAY="600" # allowed unit suffixes: see sleep command + fi + + # LOG_CMD defines the command to use for logging. To have logger log to stderr @@ -766,7 +766,7 @@ for certfile in $CERT_DIR/CB-K*.xml do [ -e "$certfile" ] || break # No file found - filedate=`stat -c "%Y" $certfile | cut -d " " -f 1 | tr -d "-"` -+ filedate=`stat -c "%m" $certfile | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" $certfile | cut -d " " -f 1 | tr -d "-"` filedate=$(( $filedate - ( $filedate % 60 ) )) if [ $filedate -gt $DB_LASTUPDATE ] then @@ -14,10 +23,19 @@ do [ -e "$certfile" ] || break # no file found - filedate=`stat -c "%Y" $certfile | cut -d " " -f 1 | tr -d "-"` -+ filedate=`stat -c "%m" $certfile | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" $certfile | cut -d " " -f 1 | tr -d "-"` filedate=$(( $filedate - ( $filedate % 60 ) )) if [ $filedate -gt $DB_LASTUPDATE ] then +@@ -831,7 +831,7 @@ + + update_cvss + +- LAST_UPDATE_TIMESTAMP=`sed 's/^\(.\{8\}\)/\1 /' $TIMESTAMP | env TZ="UTC" date +%s -f -` ++ LAST_UPDATE_TIMESTAMP=`date -j -f '%Y%m%d%H%M%S' $(sed 's/$/00/g' $TIMESTAMP) +%s` + + reset_sql_tries + until [ "$try_sql" -eq 0 ] @@ -1045,7 +1045,7 @@ if [ -f "$CERT_DB" ] Modified: head/security/openvas9-manager/files/patch-tools+greenbone-scapdata-sync.in ============================================================================== --- head/security/openvas9-manager/files/patch-tools+greenbone-scapdata-sync.in Mon Aug 7 02:38:08 2017 (r447482) +++ head/security/openvas9-manager/files/patch-tools+greenbone-scapdata-sync.in Mon Aug 7 03:48:23 2017 (r447483) @@ -1,11 +1,41 @@ --- tools/greenbone-scapdata-sync.in 2016-11-10 04:58:06.000000000 -0500 -+++ tools/greenbone-scapdata-sync.in 2017-08-05 22:42:35.986283000 -0500 -@@ -1080,11 +1080,11 @@ ++++ tools/greenbone-scapdata-sync.in 2017-08-06 13:50:52.849680000 -0500 +@@ -89,7 +89,7 @@ + + # Split CVE data files into parts of this size in kB. 0 = no splitting + # The default is 1/30 of the system memory. +-SPLIT_PART_SIZE=$(awk '/MemTotal/ { print int( $2/60) }' /proc/meminfo) ++SPLIT_PART_SIZE=$((($(sysctl hw.physmem | cut -d " " -f2)/1024)/60)) + + # SQLITE3 defines the name of the sqlite binary to call, along with additional + # parameters. +@@ -109,7 +109,7 @@ + + # Delay between retries + if [ -z "$SQL_RETRY_DELAY" ]; then +- SQL_RETRY_DELAY="10m" # allowed unit suffixes: see sleep command ++ SQL_RETRY_DELAY="600" # allowed unit suffixes: see sleep command + fi + + # SCRIPT_NAME is the name the scripts will use to identify itself and to mark +@@ -234,11 +234,6 @@ + + if [ -z "$TMPDIR" ]; then + SYNC_TMP_DIR=/tmp +- # If we have mktemp, create a temporary dir (safer) +- if [ -n "`which mktemp`" ]; then +- SYNC_TMP_DIR=`mktemp -t -d greenbone-scap-data-sync.XXXXXXXXXX` || { log_err "Cannot create temporary directory for file download" ; exit 1 ; } +- trap "rm -rf $SYNC_TMP_DIR" EXIT HUP INT TRAP TERM +- fi + else + SYNC_TMP_DIR="$TMPDIR" + fi +@@ -1080,11 +1075,11 @@ then for ovalfile in $oval_files_sorted_private do - filedate=`stat -c "%Y" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` -+ filedate=`stat -c "%m" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` filedate=$(( $filedate - ( $filedate % 60 ) )) if [ $filedate -gt $DB_LASTUPDATE ] || [ 1 = "$REBUILD_OVAL" ] then @@ -14,7 +44,7 @@ if [ 1 = "$REBUILD_OVAL" ] then -@@ -1153,7 +1153,7 @@ +@@ -1153,7 +1148,7 @@ DIR_STR_LENGTH=$((`echo "$SCAP_DIR" | wc -c` + 1)) oval_files_shortened="" @@ -23,7 +53,7 @@ then for ovalfile in $oval_files_sorted_private do -@@ -1163,7 +1163,7 @@ +@@ -1163,7 +1158,7 @@ fi oval_files_clause="" @@ -32,7 +62,7 @@ then oval_files_clause="AND (xml_file NOT IN ($oval_files_shortened))" fi -@@ -1186,7 +1186,7 @@ +@@ -1186,7 +1181,7 @@ fi # TODO: This is not quite accurate as it uses the timestamp of the non-private data. @@ -41,12 +71,12 @@ reset_sql_tries until [ "$try_sql" -eq 0 ] -@@ -1208,12 +1208,12 @@ +@@ -1208,12 +1203,12 @@ CPEBASE="$SCAP_DIR/official-cpe-dictionary_v2.2.xml" if [ -e $CPEBASE ] then - filedate=`stat -c "%Y" "$CPEBASE" | cut -d " " -f 1 | tr -d "-"` -+ filedate=`stat -c "%m" "$CPEBASE" | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" "$CPEBASE" | cut -d " " -f 1 | tr -d "-"` filedate=$(( $filedate - ( $filedate % 60 ) )) if [ $filedate -gt $DB_LASTUPDATE ] then @@ -56,12 +86,12 @@ if [ "0" -ne "$SPLIT_PART_SIZE" ] && [ "$filesize" -gt $(($SPLIT_PART_SIZE * 1024)) ] then log_info "File is larger than ${SPLIT_PART_SIZE}k. Splitting into multiple parts" -@@ -1271,13 +1271,13 @@ +@@ -1271,13 +1266,13 @@ for cvefile in $SCAP_DIR/nvdcve-2.0-*.xml do [ -e "$cvefile" ] || break # no file found - filedate=`stat -c "%Y" "$cvefile" | cut -d " " -f 1 | tr -d "-"` -+ filedate=`stat -c "%m" "$cvefile" | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" "$cvefile" | cut -d " " -f 1 | tr -d "-"` filedate=$(( $filedate - ( $filedate % 60 ) )) if [ $filedate -gt $DB_LASTUPDATE ] then @@ -72,12 +102,12 @@ if [ "0" -ne "$SPLIT_PART_SIZE" ] && [ "$filesize" -gt $(($SPLIT_PART_SIZE * 1024)) ] then log_info "File is larger than ${SPLIT_PART_SIZE}k. Splitting into multiple parts" -@@ -1347,11 +1347,11 @@ +@@ -1347,11 +1342,11 @@ for ovalfile in $oval_files_sorted do - filedate=`stat -c "%Y" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` -+ filedate=`stat -c "%m" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` ++ filedate=`stat -f "%m" "$ovalfile" | cut -d " " -f 1 | tr -d "-"` filedate=$(( $filedate - ( $filedate % 60 ) )) if [ $filedate -gt $DB_LASTUPDATE ] || [ 1 = "$REBUILD_OVAL" ] then @@ -86,7 +116,7 @@ if [ 1 = "$REBUILD_OVAL" ] then -@@ -1403,7 +1403,7 @@ +@@ -1403,7 +1398,7 @@ update_cvss update_placeholders @@ -95,7 +125,7 @@ reset_sql_tries until [ "$try_sql" -eq 0 ] -@@ -1635,7 +1635,7 @@ +@@ -1635,7 +1630,7 @@ then if [ -f "$SCAP_DB" ] then Modified: head/security/openvas9-scanner/Makefile ============================================================================== --- head/security/openvas9-scanner/Makefile Mon Aug 7 02:38:08 2017 (r447482) +++ head/security/openvas9-scanner/Makefile Mon Aug 7 03:48:23 2017 (r447483) @@ -2,6 +2,7 @@ PORTNAME= openvas9-scanner PORTVERSION= 5.1.1 +PORTREVISION= 1 MASTER_SITES= http://wald.intevation.org/frs/download.php/2423/ COMMENT= OpenVAS 9 scanner Modified: head/security/openvas9-scanner/files/openvassd.in ============================================================================== --- head/security/openvas9-scanner/files/openvassd.in Mon Aug 7 02:38:08 2017 (r447482) +++ head/security/openvas9-scanner/files/openvassd.in Mon Aug 7 03:48:23 2017 (r447483) @@ -8,18 +8,21 @@ # # Add the following to /etc/rc.conf[.local] to enable this service # -# openvassd_enable="YES" +# openvassd_enable (bool): Set to NO by default. +# Set it to YES to enable openvassd. +# openvassd_flags (params): Set params used to start openvassd. # . /etc/rc.subr name=openvassd -rcvar=openvassd_enable +rcvar=${name}_enable command="%%PREFIX%%/sbin/openvassd" pidfile=/var/run/openvassd.pid extra_commands="reload" : ${openvassd_enable=NO} +: ${openvassd_flags="--unix-socket=/var/run/${name}.sock"} load_rc_config $name run_rc_command "$1" Modified: head/security/openvas9-scanner/files/patch-tools_greenbone-nvt-sync.in ============================================================================== --- head/security/openvas9-scanner/files/patch-tools_greenbone-nvt-sync.in Mon Aug 7 02:38:08 2017 (r447482) +++ head/security/openvas9-scanner/files/patch-tools_greenbone-nvt-sync.in Mon Aug 7 03:48:23 2017 (r447483) @@ -1,6 +1,18 @@ --- tools/greenbone-nvt-sync.in 2016-11-10 04:57:55.000000000 -0500 -+++ tools/greenbone-nvt-sync.in 2017-07-28 23:31:16.323079000 -0500 -@@ -577,7 +577,7 @@ ++++ tools/greenbone-nvt-sync.in 2017-08-06 13:55:03.833824000 -0500 +@@ -180,11 +180,6 @@ + + if [ -z "$TMPDIR" ]; then + SYNC_TMP_DIR=/tmp +- # If we have mktemp, create a temporary dir (safer) +- if [ -n "`which mktemp`" ]; then +- SYNC_TMP_DIR=`mktemp -t -d greenbone-nvt-sync.XXXXXXXXXX` || { echo "ERROR: Cannot create temporary directory for file download" >&2; exit 1 ; } +- trap "rm -rf $SYNC_TMP_DIR" EXIT HUP INT TRAP TERM +- fi + else + SYNC_TMP_DIR="$TMPDIR" + fi +@@ -577,7 +572,7 @@ log_err "rsync failed, aborting synchronization." exit 1 fi @@ -9,7 +21,7 @@ if [ $? -ne 0 ] ; then if [ -n "$retried" ] then -@@ -650,7 +650,7 @@ +@@ -650,7 +645,7 @@ do_self_test () { Modified: head/security/openvas9/Makefile ============================================================================== --- head/security/openvas9/Makefile Mon Aug 7 02:38:08 2017 (r447482) +++ head/security/openvas9/Makefile Mon Aug 7 03:48:23 2017 (r447483) @@ -3,6 +3,7 @@ PORTNAME= openvas9 PORTVERSION= 9.0 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= acm@FreeBSD.org Modified: head/security/openvas9/files/pkg-message.in ============================================================================== --- head/security/openvas9/files/pkg-message.in Mon Aug 7 02:38:08 2017 (r447482) +++ head/security/openvas9/files/pkg-message.in Mon Aug 7 03:48:23 2017 (r447483) @@ -16,12 +16,11 @@ OpenVAS 9 ports were installed 3) The following steps are neccessary before of you can access to OpenVAS web interface (gsad): - # openvas-mkcert - # openvas-mkcert-client -n -i - # openvasmd --rebuild --progress + # openvassd # greenbone-nvt-sync # greenbone-scapdata-sync # greenbone-certdata-sync + # openvasmd --rebuild --progress # openvasmd --create-user=admin --role=Admin # openvasmd --user=admin --new-password=yourpassword @@ -31,11 +30,11 @@ OpenVAS 9 ports were installed openvasmd_enable="YES" gsad_enable="YES" -5) Start OpenVAS Scanner. It will listen on 127.0.0.1:9391 by default +5) Start OpenVAS Scanner. It will listen on /var/run/openvassd.sock by default # service openvassd restart -6) 5) Start OpenVAS Manager. It will listen on 127.0.0.1:9390 by default +6) 5) Start OpenVAS Manager. It will listen on /var/run/openvasmd.sock by default # service openvasmd restart # openvasmd --rebuild --progress From owner-svn-ports-head@freebsd.org Mon Aug 7 07:32:56 2017 Return-Path: Delivered-To: svn-ports-head@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 9D61FDC0C71; Mon, 7 Aug 2017 07:32:56 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 656C882F31; Mon, 7 Aug 2017 07:32:56 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v777WtiT064416; Mon, 7 Aug 2017 07:32:55 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v777WtrD064415; Mon, 7 Aug 2017 07:32:55 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201708070732.v777WtrD064415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Mon, 7 Aug 2017 07:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447484 - head/devel/p5-ExtUtils-ParseXS X-SVN-Group: ports-head X-SVN-Commit-Author: demon X-SVN-Commit-Paths: head/devel/p5-ExtUtils-ParseXS X-SVN-Commit-Revision: 447484 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 07:32:56 -0000 Author: demon Date: Mon Aug 7 07:32:55 2017 New Revision: 447484 URL: https://svnweb.freebsd.org/changeset/ports/447484 Log: Add LICENCE as mentioned in README. PR: 221280 Reported by: pi Modified: head/devel/p5-ExtUtils-ParseXS/Makefile Modified: head/devel/p5-ExtUtils-ParseXS/Makefile ============================================================================== --- head/devel/p5-ExtUtils-ParseXS/Makefile Mon Aug 7 03:48:23 2017 (r447483) +++ head/devel/p5-ExtUtils-ParseXS/Makefile Mon Aug 7 07:32:55 2017 (r447484) @@ -11,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Converts Perl XS code into C code +LICENSE= ART10 + USES= perl5 shebangfix USE_PERL5= configure # Overwrite this here From owner-svn-ports-head@freebsd.org Mon Aug 7 09:01:18 2017 Return-Path: Delivered-To: svn-ports-head@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 26C6CDC565D; Mon, 7 Aug 2017 09:01:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7EAD2094; Mon, 7 Aug 2017 09:01:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7791H0h099948; Mon, 7 Aug 2017 09:01:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7791Gs1099946; Mon, 7 Aug 2017 09:01:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201708070901.v7791Gs1099946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Aug 2017 09:01:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447485 - head/www/bolt X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/www/bolt X-SVN-Commit-Revision: 447485 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 09:01:18 -0000 Author: amdmi3 Date: Mon Aug 7 09:01:16 2017 New Revision: 447485 URL: https://svnweb.freebsd.org/changeset/ports/447485 Log: - Add LICENSE_FILE - Cosmetic fixes - Update WWW Approved by: portmgr blanket Modified: head/www/bolt/Makefile head/www/bolt/pkg-descr Modified: head/www/bolt/Makefile ============================================================================== --- head/www/bolt/Makefile Mon Aug 7 07:32:55 2017 (r447484) +++ head/www/bolt/Makefile Mon Aug 7 09:01:16 2017 (r447485) @@ -11,8 +11,9 @@ MAINTAINER= feld@FreeBSD.org COMMENT= Sophisticated, lightweight & simple CMS LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= php:web +USES= php:web NO_ARCH= yes NO_BUILD= yes @@ -28,7 +29,7 @@ PGSQL_USE= PHP=pdo_pgsql SQLITE_USE= PHP=pdo_sqlite do-install: - ${INSTALL} -d -m 755 ${STAGEDIR}${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR}) .include Modified: head/www/bolt/pkg-descr ============================================================================== --- head/www/bolt/pkg-descr Mon Aug 7 07:32:55 2017 (r447484) +++ head/www/bolt/pkg-descr Mon Aug 7 09:01:16 2017 (r447485) @@ -1,4 +1,4 @@ Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL. -WWW: http://bolt.cm +WWW: https://bolt.cm/ From owner-svn-ports-head@freebsd.org Mon Aug 7 09:18:59 2017 Return-Path: Delivered-To: svn-ports-head@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 DBDD8DC6437; Mon, 7 Aug 2017 09:18:59 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A682A2B7B; Mon, 7 Aug 2017 09:18:59 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v779IwdJ005137; Mon, 7 Aug 2017 09:18:58 GMT (envelope-from tdb@FreeBSD.org) Received: (from tdb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v779Iwu5005136; Mon, 7 Aug 2017 09:18:58 GMT (envelope-from tdb@FreeBSD.org) Message-Id: <201708070918.v779Iwu5005136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tdb set sender to tdb@FreeBSD.org using -f From: Tim Bishop Date: Mon, 7 Aug 2017 09:18:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447486 - head/sysutils/puppet-lint X-SVN-Group: ports-head X-SVN-Commit-Author: tdb X-SVN-Commit-Paths: head/sysutils/puppet-lint X-SVN-Commit-Revision: 447486 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 09:19:00 -0000 Author: tdb Date: Mon Aug 7 09:18:58 2017 New Revision: 447486 URL: https://svnweb.freebsd.org/changeset/ports/447486 Log: Move maintainership to puppet@. Modified: head/sysutils/puppet-lint/Makefile Modified: head/sysutils/puppet-lint/Makefile ============================================================================== --- head/sysutils/puppet-lint/Makefile Mon Aug 7 09:01:16 2017 (r447485) +++ head/sysutils/puppet-lint/Makefile Mon Aug 7 09:18:58 2017 (r447486) @@ -6,7 +6,7 @@ PORTVERSION= 2.3.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG -MAINTAINER= tdb@FreeBSD.org +MAINTAINER= puppet@FreeBSD.org COMMENT= Checks Puppet manifests against the style guide LICENSE= MIT From owner-svn-ports-head@freebsd.org Mon Aug 7 10:14:10 2017 Return-Path: Delivered-To: svn-ports-head@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 229CADC91EB; Mon, 7 Aug 2017 10:14:10 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3A9163FD8; Mon, 7 Aug 2017 10:14:09 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77AE9gS029333; Mon, 7 Aug 2017 10:14:09 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77AE8Ru029330; Mon, 7 Aug 2017 10:14:08 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708071014.v77AE8Ru029330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 7 Aug 2017 10:14:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447487 - in head/devel: . rubygem-hike1 rubygem-sprockets X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/devel: . rubygem-hike1 rubygem-sprockets X-SVN-Commit-Revision: 447487 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 10:14:10 -0000 Author: tz Date: Mon Aug 7 10:14:08 2017 New Revision: 447487 URL: https://svnweb.freebsd.org/changeset/ports/447487 Log: Repo-copy devel/rubygem-hike to devel/rubygem-hike1 and fix devel/rubygem-sprockets with it. PR: 220638 Added: head/devel/rubygem-hike1/ - copied from r427339, head/devel/rubygem-hike/ Modified: head/devel/Makefile head/devel/rubygem-hike1/Makefile head/devel/rubygem-sprockets/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Aug 7 09:18:58 2017 (r447486) +++ head/devel/Makefile Mon Aug 7 10:14:08 2017 (r447487) @@ -5424,6 +5424,7 @@ SUBDIR += rubygem-health_check SUBDIR += rubygem-highline SUBDIR += rubygem-hike + SUBDIR += rubygem-hike1 SUBDIR += rubygem-hitimes SUBDIR += rubygem-hoe SUBDIR += rubygem-holidays Modified: head/devel/rubygem-hike1/Makefile ============================================================================== --- head/devel/rubygem-hike/Makefile Mon Nov 28 18:18:08 2016 (r427339) +++ head/devel/rubygem-hike1/Makefile Mon Aug 7 10:14:08 2017 (r447487) @@ -6,12 +6,15 @@ PORTVERSION= 1.2.3 PORTEPOCH= 1 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 1 MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library for finding files in a set of paths LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE + +PORTSCOUT= limit:^1.* NO_ARCH= yes USE_RUBY= yes Modified: head/devel/rubygem-sprockets/Makefile ============================================================================== --- head/devel/rubygem-sprockets/Makefile Mon Aug 7 09:18:58 2017 (r447486) +++ head/devel/rubygem-sprockets/Makefile Mon Aug 7 10:14:08 2017 (r447487) @@ -12,7 +12,7 @@ COMMENT= Ruby library that preprocesses and concatenat LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-hike>=1.2:devel/rubygem-hike \ +RUN_DEPENDS= rubygem-hike1>=1.2:devel/rubygem-hike1 \ rubygem-multi_json>=1.0:devel/rubygem-multi_json \ rubygem-rack16>=1.0:www/rubygem-rack16 \ rubygem-tilt1>=1.1:devel/rubygem-tilt1 From owner-svn-ports-head@freebsd.org Mon Aug 7 10:21:10 2017 Return-Path: Delivered-To: svn-ports-head@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 95CF9DC97C6; Mon, 7 Aug 2017 10:21:10 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62BF56424A; Mon, 7 Aug 2017 10:21:10 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77AL9OZ031814; Mon, 7 Aug 2017 10:21:09 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77AL9PW031812; Mon, 7 Aug 2017 10:21:09 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201708071021.v77AL9PW031812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 7 Aug 2017 10:21:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447488 - head/lang/perl5-devel X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/lang/perl5-devel X-SVN-Commit-Revision: 447488 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 10:21:10 -0000 Author: mat Date: Mon Aug 7 10:21:09 2017 New Revision: 447488 URL: https://svnweb.freebsd.org/changeset/ports/447488 Log: Update to v5.27.2-105-gd819dc5. Changes: https://github.com/Perl/perl5/compare/v5.27.2-82-g3c76107...v5.27.2-105-gd819dc5 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Aug 7 10:14:08 2017 (r447487) +++ head/lang/perl5-devel/Makefile Mon Aug 7 10:21:09 2017 (r447488) @@ -35,7 +35,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.27.2-82-g3c76107 +GH_TAGNAME= v5.27.2-105-gd819dc5 OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT MULTIPLICITY SITECUSTOMIZE \ THREADS PERL_MALLOC DTRACE DOT_INC Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Aug 7 10:14:08 2017 (r447487) +++ head/lang/perl5-devel/distinfo Mon Aug 7 10:21:09 2017 (r447488) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501496598 -SHA256 (perl/Perl-perl5-v5.27.2-82-g3c76107_GH0.tar.gz) = 4965e49a695a9fa6fbd7bb9bd8bc17d84ff03140ebea428b42ed0dbde29ab8ca -SIZE (perl/Perl-perl5-v5.27.2-82-g3c76107_GH0.tar.gz) = 18644838 +TIMESTAMP = 1502100176 +SHA256 (perl/Perl-perl5-v5.27.2-105-gd819dc5_GH0.tar.gz) = 2fa8b8eb02e0c1faea2deab2ffe739ef1e8538ebedd2e19f92a5bec507dc0434 +SIZE (perl/Perl-perl5-v5.27.2-105-gd819dc5_GH0.tar.gz) = 18647792 From owner-svn-ports-head@freebsd.org Mon Aug 7 10:21:18 2017 Return-Path: Delivered-To: svn-ports-head@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 16565DC981D; Mon, 7 Aug 2017 10:21:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5E7B64294; Mon, 7 Aug 2017 10:21:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77ALH8Z031981; Mon, 7 Aug 2017 10:21:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77ALG79031976; Mon, 7 Aug 2017 10:21:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201708071021.v77ALG79031976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 7 Aug 2017 10:21:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447489 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns/bind9-devel: . files X-SVN-Commit-Revision: 447489 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 10:21:18 -0000 Author: mat Date: Mon Aug 7 10:21:16 2017 New Revision: 447489 URL: https://svnweb.freebsd.org/changeset/ports/447489 Log: Update to latest commit. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl (contents, props changed) head/dns/bind9-devel/files/patch-configure (contents, props changed) head/dns/bind9-devel/pkg-plist (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Aug 7 10:21:09 2017 (r447488) +++ head/dns/bind9-devel/Makefile Mon Aug 7 10:21:16 2017 (r447489) @@ -31,8 +31,8 @@ LICENSE= MPL LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2017.07.29 -HASH= 93ae9a0 +ISCVERSION= 9.12.0a.2017.08.05 +HASH= 13053ff USES= cpe libedit Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Aug 7 10:21:09 2017 (r447488) +++ head/dns/bind9-devel/distinfo Mon Aug 7 10:21:16 2017 (r447489) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501497412 -SHA256 (bind9-93ae9a0.tar.gz) = 3796835eae382f9e299008d5cf1f2e2285e58029590c951d9c9cde5ca4a61fc0 -SIZE (bind9-93ae9a0.tar.gz) = 11886050 +TIMESTAMP = 1502100339 +SHA256 (bind9-13053ff.tar.gz) = 85947064a2626c80c819d326c3b53ae59d3e6887ca5708bf4ee5a8a4726fab30 +SIZE (bind9-13053ff.tar.gz) = 11906171 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Aug 7 10:21:09 2017 (r447488) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Aug 7 10:21:16 2017 (r447489) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2017-07-29 01:10:15 UTC +--- bin/named/config.c.orig 2017-08-05 02:36:31 UTC +++ bin/named/config.c @@ -156,6 +156,8 @@ options {\n\ lame-ttl 600;\n\ @@ -9,7 +9,7 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 90%;\n\ ---- bin/named/server.c.orig 2017-07-29 01:10:15 UTC +--- bin/named/server.c.orig 2017-08-05 02:36:31 UTC +++ bin/named/server.c @@ -3722,6 +3722,16 @@ configure_view(dns_view_t *view, dns_vie } @@ -28,7 +28,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2017-07-29 01:10:15 UTC +--- lib/dns/include/dns/view.h.orig 2017-08-05 02:36:31 UTC +++ lib/dns/include/dns/view.h @@ -144,6 +144,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,9 +39,9 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2017-07-29 01:10:15 UTC +--- lib/dns/resolver.c.orig 2017-08-05 02:36:31 UTC +++ lib/dns/resolver.c -@@ -5468,6 +5468,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5683,6 +5683,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -60,7 +60,7 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2017-07-29 01:10:15 UTC +--- lib/isccfg/namedconf.c.orig 2017-08-05 02:36:31 UTC +++ lib/isccfg/namedconf.c @@ -1894,6 +1894,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault, Modified: head/dns/bind9-devel/files/patch-configure ============================================================================== --- head/dns/bind9-devel/files/patch-configure Mon Aug 7 10:21:09 2017 (r447488) +++ head/dns/bind9-devel/files/patch-configure Mon Aug 7 10:21:16 2017 (r447489) @@ -1,6 +1,6 @@ ---- configure.orig 2017-05-12 01:09:53 UTC +--- configure.orig 2017-08-05 02:36:31 UTC +++ configure -@@ -14402,27 +14402,9 @@ done +@@ -14408,27 +14408,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,7 +30,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -14465,47 +14447,7 @@ $as_echo "no" >&6; } ;; +@@ -14471,47 +14453,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -22825,7 +22767,7 @@ $as_echo "" >&6; } +@@ -22997,7 +22939,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). Modified: head/dns/bind9-devel/pkg-plist ============================================================================== --- head/dns/bind9-devel/pkg-plist Mon Aug 7 10:21:09 2017 (r447488) +++ head/dns/bind9-devel/pkg-plist Mon Aug 7 10:21:16 2017 (r447489) @@ -262,6 +262,7 @@ include/pk11/pk11.h include/pk11/result.h include/pk11/site.h include/pkcs11/cryptoki.h +include/pkcs11/eddsa.h include/pkcs11/pkcs11.h include/pkcs11/pkcs11f.h include/pkcs11/pkcs11t.h From owner-svn-ports-head@freebsd.org Mon Aug 7 10:37:41 2017 Return-Path: Delivered-To: svn-ports-head@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 D8AC5DCA1CB; Mon, 7 Aug 2017 10:37:41 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7E3864A31; Mon, 7 Aug 2017 10:37:41 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77Abe7B037541; Mon, 7 Aug 2017 10:37:40 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77AbeEY037540; Mon, 7 Aug 2017 10:37:40 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201708071037.v77AbeEY037540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 7 Aug 2017 10:37:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447490 - head/dns/bind9-devel/files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/dns/bind9-devel/files X-SVN-Commit-Revision: 447490 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 10:37:42 -0000 Author: mat Date: Mon Aug 7 10:37:40 2017 New Revision: 447490 URL: https://svnweb.freebsd.org/changeset/ports/447490 Log: Fix build with --enable-querytrace. Sponsored by: Absolight Added: head/dns/bind9-devel/files/patch-r-73cc289e7932e288cf9aed82b1d6e82ea5615c16 (contents, props changed) Added: head/dns/bind9-devel/files/patch-r-73cc289e7932e288cf9aed82b1d6e82ea5615c16 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/bind9-devel/files/patch-r-73cc289e7932e288cf9aed82b1d6e82ea5615c16 Mon Aug 7 10:37:40 2017 (r447490) @@ -0,0 +1,18 @@ +Revert this commit: + +commit 73cc289e7932e288cf9aed82b1d6e82ea5615c16 +Author: Mark Andrews +Date: 2017-08-05 12:31:45 +1000 + + remove unused variable 'fctx' from rctx_next + +--- lib/dns/resolver.c.orig 2017-08-05 02:36:31 UTC ++++ lib/dns/resolver.c +@@ -8939,6 +8939,7 @@ rctx_resend(respctx_t *rctx, dns_adbaddr + */ + static void + rctx_next(respctx_t *rctx) { ++ fetchctx_t *fctx = rctx->fctx; + isc_result_t result; + + FCTXTRACE("nextitem"); From owner-svn-ports-head@freebsd.org Mon Aug 7 12:00:40 2017 Return-Path: Delivered-To: svn-ports-head@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 D56B0DCE9A5; Mon, 7 Aug 2017 12:00:40 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4F52675DA; Mon, 7 Aug 2017 12:00:40 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77C0dPM070051; Mon, 7 Aug 2017 12:00:39 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77C0dkD070049; Mon, 7 Aug 2017 12:00:39 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201708071200.v77C0dkD070049@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Mon, 7 Aug 2017 12:00:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447491 - head/databases/mysql55-server X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/databases/mysql55-server X-SVN-Commit-Revision: 447491 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 12:00:40 -0000 Author: ale Date: Mon Aug 7 12:00:39 2017 New Revision: 447491 URL: https://svnweb.freebsd.org/changeset/ports/447491 Log: Update to 5.5.57 release. Modified: head/databases/mysql55-server/Makefile head/databases/mysql55-server/distinfo Modified: head/databases/mysql55-server/Makefile ============================================================================== --- head/databases/mysql55-server/Makefile Mon Aug 7 10:37:40 2017 (r447490) +++ head/databases/mysql55-server/Makefile Mon Aug 7 12:00:39 2017 (r447491) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.5.56 +PORTVERSION= 5.5.57 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.5 Modified: head/databases/mysql55-server/distinfo ============================================================================== --- head/databases/mysql55-server/distinfo Mon Aug 7 10:37:40 2017 (r447490) +++ head/databases/mysql55-server/distinfo Mon Aug 7 12:00:39 2017 (r447491) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498812944 -SHA256 (mysql-5.5.56.tar.gz) = 3fd30a24267cef84ee8aeb327a5b08a669d3ab8c4d76d1b1b3b66d26cf777a0a -SIZE (mysql-5.5.56.tar.gz) = 21025832 +TIMESTAMP = 1502103057 +SHA256 (mysql-5.5.57.tar.gz) = c1c2bd321e524f92e43fe73d0d6745badd538c984c7561b273ae10e9aef57384 +SIZE (mysql-5.5.57.tar.gz) = 21044615 From owner-svn-ports-head@freebsd.org Mon Aug 7 13:42:46 2017 Return-Path: Delivered-To: svn-ports-head@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 DD077DD49A1; Mon, 7 Aug 2017 13:42:46 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 092E96CC4B; Mon, 7 Aug 2017 13:42:45 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77DgjDZ015732; Mon, 7 Aug 2017 13:42:45 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77Dgjvv015730; Mon, 7 Aug 2017 13:42:45 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201708071342.v77Dgjvv015730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Mon, 7 Aug 2017 13:42:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447492 - head/databases/pg_dirtyread X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/databases/pg_dirtyread X-SVN-Commit-Revision: 447492 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 13:42:47 -0000 Author: krion Date: Mon Aug 7 13:42:44 2017 New Revision: 447492 URL: https://svnweb.freebsd.org/changeset/ports/447492 Log: Update to version 1.2 PR: 221304 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11910 Modified: head/databases/pg_dirtyread/Makefile head/databases/pg_dirtyread/distinfo Modified: head/databases/pg_dirtyread/Makefile ============================================================================== --- head/databases/pg_dirtyread/Makefile Mon Aug 7 12:00:39 2017 (r447491) +++ head/databases/pg_dirtyread/Makefile Mon Aug 7 13:42:44 2017 (r447492) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pg_dirtyread -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- Modified: head/databases/pg_dirtyread/distinfo ============================================================================== --- head/databases/pg_dirtyread/distinfo Mon Aug 7 12:00:39 2017 (r447491) +++ head/databases/pg_dirtyread/distinfo Mon Aug 7 13:42:44 2017 (r447492) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500809216 -SHA256 (ChristophBerg-pg_dirtyread-1.1_GH0.tar.gz) = 47ea47b76b4f231d7665f22216621276d1d3387953fd2456099caecdbf2cef1f -SIZE (ChristophBerg-pg_dirtyread-1.1_GH0.tar.gz) = 12020 +TIMESTAMP = 1502099070 +SHA256 (ChristophBerg-pg_dirtyread-1.2_GH0.tar.gz) = 3576f81333800402bf99d1c142f6edb9db123e650cba8c29abe29fc17a2abfcb +SIZE (ChristophBerg-pg_dirtyread-1.2_GH0.tar.gz) = 12866 From owner-svn-ports-head@freebsd.org Mon Aug 7 13:43:29 2017 Return-Path: Delivered-To: svn-ports-head@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 C37B3DD4A1A; Mon, 7 Aug 2017 13:43:29 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90D6A6CD2E; Mon, 7 Aug 2017 13:43:29 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77DhSiM015885; Mon, 7 Aug 2017 13:43:28 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77DhSIK015883; Mon, 7 Aug 2017 13:43:28 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201708071343.v77DhSIK015883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Mon, 7 Aug 2017 13:43:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447493 - head/security/tor X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: head/security/tor X-SVN-Commit-Revision: 447493 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 13:43:29 -0000 Author: krion Date: Mon Aug 7 13:43:28 2017 New Revision: 447493 URL: https://svnweb.freebsd.org/changeset/ports/447493 Log: Update to version 0.3.0.10 PR: 221299 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11909 Modified: head/security/tor/Makefile head/security/tor/distinfo Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Mon Aug 7 13:42:44 2017 (r447492) +++ head/security/tor/Makefile Mon Aug 7 13:43:28 2017 (r447493) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -PORTVERSION= 0.3.0.9 +PORTVERSION= 0.3.0.10 CATEGORIES= security net ipv6 MASTER_SITES= TOR Modified: head/security/tor/distinfo ============================================================================== --- head/security/tor/distinfo Mon Aug 7 13:42:44 2017 (r447492) +++ head/security/tor/distinfo Mon Aug 7 13:43:28 2017 (r447493) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498778280 -SHA256 (tor-0.3.0.9.tar.gz) = 48d4880bf6ccb19ce9af2abde6946d7cf0635cc807548badbf4a221a79581e42 -SIZE (tor-0.3.0.9.tar.gz) = 5811303 +TIMESTAMP = 1502098144 +SHA256 (tor-0.3.0.10.tar.gz) = 9a8e6e49a1688dae64dca10f84a414ec9a4f393fb2256ae28e0c2e3239185ab1 +SIZE (tor-0.3.0.10.tar.gz) = 5845205 From owner-svn-ports-head@freebsd.org Mon Aug 7 13:46:52 2017 Return-Path: Delivered-To: svn-ports-head@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 35E2BDD4C02; Mon, 7 Aug 2017 13:46:52 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 099F26CE75; Mon, 7 Aug 2017 13:46:51 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77DkpGi016254; Mon, 7 Aug 2017 13:46:51 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77DkoK6016248; Mon, 7 Aug 2017 13:46:50 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708071346.v77DkoK6016248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 7 Aug 2017 13:46:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447494 - in head/databases: . pgloader3 pgloader3/files X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/databases: . pgloader3 pgloader3/files X-SVN-Commit-Revision: 447494 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 13:46:52 -0000 Author: tz Date: Mon Aug 7 13:46:50 2017 New Revision: 447494 URL: https://svnweb.freebsd.org/changeset/ports/447494 Log: New port: databases/pgloader3 Pgloader loads data into PostgreSQL using the COPY streaming protocol,and doing so with separate threads for reading and writing data.Asynchronous IO,compiled to the metal programming language. pgloader knows how to read data from MySQL,SQLite or dBase databases,and knows how to discover the schema and properly cast data types over.It also knows how to read CSV files in several definitions of CSV,and fixed columns files. WWW: http://pgloader.io PR: 219165 Submitted by: Jov Added: head/databases/pgloader3/ head/databases/pgloader3/Makefile (contents, props changed) head/databases/pgloader3/distinfo (contents, props changed) head/databases/pgloader3/files/ head/databases/pgloader3/files/patch-Makefile (contents, props changed) head/databases/pgloader3/files/patch-pgloader__wrapper.sh (contents, props changed) head/databases/pgloader3/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Mon Aug 7 13:43:28 2017 (r447493) +++ head/databases/Makefile Mon Aug 7 13:46:50 2017 (r447494) @@ -586,6 +586,7 @@ SUBDIR += pgFormatter SUBDIR += pgfouine SUBDIR += pgloader + SUBDIR += pgloader3 SUBDIR += pglogical SUBDIR += pgmodeler SUBDIR += pgpool Added: head/databases/pgloader3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgloader3/Makefile Mon Aug 7 13:46:50 2017 (r447494) @@ -0,0 +1,45 @@ +# Created by: Jov +# $FreeBSD$ + +PORTNAME= pgloader +PORTVERSION= 3.4.1 +DISTVERSIONPREFIX= v +CATEGORIES= databases +PKGNAMESUFFIX= 3 + +MAINTAINER= amutu@amutu.com +COMMENT= Data loading tool for PostgreSQL,using the COPY command + +LICENSE= PostgreSQL + +BUILD_DEPENDS= ccl:lang/ccl +LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ + libtdsodbc.so:databases/freetds + +CONFLICTS= pgloader-2* + +USES= gmake + +USE_GITHUB= yes +GH_ACCOUNT= dimitri +GH_TUPLE= amutu:quicklisp_offline:e9008cc:qlp/build/quicklisp + +PLIST_FILES= bin/pgloader \ + bin/pgloader3 \ + man/man1/pgloader.1.gz + +MAKE_ARGS= CL=ccl +MAKE_ENV= ASDF_OUTPUT_TRANSLATIONS=/: + +# stripping can break lisp binaries +STRIP= + +post-patch: + ${LN} ${WRKSRC}/build/quicklisp/quicklisp.lisp ${WRKSRC}/build + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/pgloader ${STAGEDIR}${PREFIX}/bin/pgloader3 + ${INSTALL_SCRIPT} ${WRKSRC}/pgloader_wrapper.sh ${STAGEDIR}${PREFIX}/bin/pgloader + ${INSTALL_MAN} ${WRKSRC}/pgloader.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +.include Added: head/databases/pgloader3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgloader3/distinfo Mon Aug 7 13:46:50 2017 (r447494) @@ -0,0 +1,5 @@ +TIMESTAMP = 1499825145 +SHA256 (dimitri-pgloader-v3.4.1_GH0.tar.gz) = 3ac4d03706057a35e1d4d0e63571b84be7d0d07ea09e015d90e242200488fe82 +SIZE (dimitri-pgloader-v3.4.1_GH0.tar.gz) = 4218005 +SHA256 (amutu-quicklisp_offline-e9008cc_GH0.tar.gz) = 2085b87b2c62b0eca85784995c86a66a0a202950c242e100273c9cea4cde0453 +SIZE (amutu-quicklisp_offline-e9008cc_GH0.tar.gz) = 4833120 Added: head/databases/pgloader3/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgloader3/files/patch-Makefile Mon Aug 7 13:46:50 2017 (r447494) @@ -0,0 +1,38 @@ +--- Makefile.orig 2017-07-06 14:53:29 UTC ++++ Makefile +@@ -84,7 +84,7 @@ $(QLDIR)/local-projects/cl-csv: + + $(QLDIR)/setup.lisp: + mkdir -p $(BUILDDIR) +- curl -o $(BUILDDIR)/quicklisp.lisp http://beta.quicklisp.org/quicklisp.lisp ++# curl -o $(BUILDDIR)/quicklisp.lisp http://beta.quicklisp.org/quicklisp.lisp + $(CL) $(CL_OPTS) --load $(BUILDDIR)/quicklisp.lisp \ + --load src/getenv.lisp \ + --eval '(quicklisp-quickstart:install :path "$(BUILDDIR)/quicklisp" :proxy (getenv "http_proxy"))' \ +@@ -97,7 +97,7 @@ clones: $(QLDIR)/local-projects/cl-ixf \ + $(QLDIR)/local-projects/cl-csv \ + $(QLDIR)/local-projects/qmynd ; + +-$(LIBS): $(QLDIR)/setup.lisp clones ++$(LIBS): $(QLDIR)/setup.lisp + $(CL) $(CL_OPTS) --load $(QLDIR)/setup.lisp \ + --eval '(push "$(PWD)/" asdf:*central-registry*)' \ + --eval '(ql:quickload "pgloader")' \ +@@ -113,7 +113,7 @@ $(MANIFEST): $(LIBS) + + manifest: $(MANIFEST) ; + +-$(BUILDAPP_CCL): $(QLDIR)/setup.lisp ++$(BUILDAPP_CCL): $(QLDIR)/setup.lisp $(LIBS) + mkdir -p $(BUILDDIR)/bin + $(CL) $(CL_OPTS) --load $(QLDIR)/setup.lisp \ + --eval '(ql:quickload "buildapp")' \ +@@ -176,7 +176,7 @@ $(BUNDLE): $(BUNDLEDIR) + sed -e s/%VERSION%/$(VERSION)/ < bundle/Makefile > $(BUNDLEDIR)/Makefile + git archive --format=tar --prefix=pgloader-$(VERSION)/ master \ + | tar -C $(BUNDLEDIR)/local-projects/ -xf - +- make QLDIR=$(BUNDLEDIR) clones ++ make QLDIR=$(BUNDLEDIR) + tar -C build/bundle \ + --exclude bin \ + --exclude test/sqlite \ Added: head/databases/pgloader3/files/patch-pgloader__wrapper.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgloader3/files/patch-pgloader__wrapper.sh Mon Aug 7 13:46:50 2017 (r447494) @@ -0,0 +1,11 @@ +--- pgloader_wrapper.sh.orig 2017-07-14 08:47:14 UTC ++++ pgloader_wrapper.sh +@@ -0,0 +1,8 @@ ++#!/bin/sh ++ ++# There is a bug for current ccl on FreeBSD, which is determine_executable_name ++# doesn't do the job for FreeBSD. Now we use this script as a workaround. See: ++# https://github.com/Clozure/ccl/issues/38 ++ ++BIN_DIR="$(cd $(/usr/bin/dirname $0);pwd)" ++exec "${BIN_DIR}"/pgloader3 "${@}" Added: head/databases/pgloader3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgloader3/pkg-descr Mon Aug 7 13:46:50 2017 (r447494) @@ -0,0 +1,9 @@ +Pgloader loads data into PostgreSQL using the COPY streaming protocol,and +doing so with separate threads for reading and writing data.Asynchronous +IO,compiled to the metal programming language. +pgloader knows how to read data from MySQL,SQLite or dBase databases,and +knows how to discover the schema and properly cast data types over.It also +knows how to read CSV files in several definitions of CSV,and fixed columns +files. + +WWW: http://pgloader.io From owner-svn-ports-head@freebsd.org Mon Aug 7 14:27:09 2017 Return-Path: Delivered-To: svn-ports-head@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 9C722DD67C0; Mon, 7 Aug 2017 14:27:09 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 637386E472; Mon, 7 Aug 2017 14:27:09 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77ER8Rk032433; Mon, 7 Aug 2017 14:27:08 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77ER8D5032432; Mon, 7 Aug 2017 14:27:08 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708071427.v77ER8D5032432@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 7 Aug 2017 14:27:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447495 - head/www/glpi X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/www/glpi X-SVN-Commit-Revision: 447495 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 14:27:09 -0000 Author: tz Date: Mon Aug 7 14:27:08 2017 New Revision: 447495 URL: https://svnweb.freebsd.org/changeset/ports/447495 Log: www/glpi: Add curl to PHP dependency list Without the extension the port is not functional PR: 220842 Reported by: dasti MFH: 2017Q3 Modified: head/www/glpi/Makefile Modified: head/www/glpi/Makefile ============================================================================== --- head/www/glpi/Makefile Mon Aug 7 13:46:50 2017 (r447494) +++ head/www/glpi/Makefile Mon Aug 7 14:27:08 2017 (r447495) @@ -3,6 +3,7 @@ PORTNAME= glpi PORTVERSION= 9.1.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= https://github.com/glpi-project/glpi/releases/download/${PORTVERSION}/ @@ -14,7 +15,7 @@ LICENSE= GPLv2 USES= cpe gettext php tar:tgz CPE_VENDOR= glpi-project -USE_PHP= ctype fileinfo filter gd json mbstring mysqli \ +USE_PHP= ctype curl fileinfo filter gd json mbstring mysqli \ pcre session simplexml wddx xml xmlrpc zlib WRKSRC= ${WRKDIR}/${PORTNAME} From owner-svn-ports-head@freebsd.org Mon Aug 7 15:33:53 2017 Return-Path: Delivered-To: svn-ports-head@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 54EC3DD9C2E; Mon, 7 Aug 2017 15:33:53 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EFD970C00; Mon, 7 Aug 2017 15:33:53 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77FXqDi060718; Mon, 7 Aug 2017 15:33:52 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77FXppI060715; Mon, 7 Aug 2017 15:33:51 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201708071533.v77FXppI060715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 7 Aug 2017 15:33:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447496 - in head/audio: . aubio py-aubio X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/audio: . aubio py-aubio X-SVN-Commit-Revision: 447496 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 15:33:53 -0000 Author: jhale Date: Mon Aug 7 15:33:51 2017 New Revision: 447496 URL: https://svnweb.freebsd.org/changeset/ports/447496 Log: New port: audio/py-aubio - Python bindings for audio/aubio - Adjust audio/aubio to be the master port for audio/py-aubio - Take maintainership - Fix LICENSE Added: head/audio/py-aubio/ head/audio/py-aubio/Makefile (contents, props changed) Modified: head/audio/Makefile head/audio/aubio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Mon Aug 7 14:27:08 2017 (r447495) +++ head/audio/Makefile Mon Aug 7 15:33:51 2017 (r447496) @@ -628,6 +628,7 @@ SUBDIR += py-al SUBDIR += py-ao SUBDIR += py-apetag + SUBDIR += py-aubio SUBDIR += py-cddb SUBDIR += py-discid SUBDIR += py-discogs-client Modified: head/audio/aubio/Makefile ============================================================================== --- head/audio/aubio/Makefile Mon Aug 7 14:27:08 2017 (r447495) +++ head/audio/aubio/Makefile Mon Aug 7 15:33:51 2017 (r447496) @@ -3,18 +3,22 @@ PORTNAME= aubio PORTVERSION= 0.4.5 -CATEGORIES= audio +PORTREVISION?= 0 +CATEGORIES?= audio MASTER_SITES= http://aubio.org/pub/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Library for audio labelling +MAINTAINER?= jhale@FreeBSD.org +COMMENT?= Library for audio labelling -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +USES+= pkgconfig tar:bzip2 + +.if !defined(SLAVEPORT) BUILD_DEPENDS= txt2man:textproc/txt2man -USES= pkgconfig tar:bzip2 waf +USES+= waf CONFIGURE_ARGS= --mandir=${MANPREFIX}/man USE_LDCONFIG= yes @@ -48,5 +52,7 @@ post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/aubio${b} .endfor @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaubio.so + +.endif # !defined(SLAVEPORT) .include Added: head/audio/py-aubio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-aubio/Makefile Mon Aug 7 15:33:51 2017 (r447496) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= audio python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jhale@FreeBSD.org +COMMENT= Python bindings for aubio music analysis + +LIB_DEPENDS= libaubio.so:audio/aubio +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} +TEST_DEPENDS= sox:audio/sox \ + ${PYTHON_PKGNAMEPREFIX}nose2>=0.6.5:devel/py-nose2 + +USES+= python +USE_PYTHON= autoplist distutils + +CPPFLAGS+= -I${PYTHON_SITELIBDIR}/numpy/core/include + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${WRKSRC}/`ls -rtd build/lib.* | head -1` +TEST_TARGET= test +DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYSETUP} + +MASTERDIR= ${.CURDIR}/../../audio/aubio +SLAVEPORT= py +PLIST= ${.CURDIR}/pkg-plist + +pre-test: + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} create_test_sounds) + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/_aubio.so + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-head@freebsd.org Mon Aug 7 16:04:43 2017 Return-Path: Delivered-To: svn-ports-head@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 33F61DAE9BF; Mon, 7 Aug 2017 16:04:43 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F257A71CBB; Mon, 7 Aug 2017 16:04:42 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77G4fqW072953; Mon, 7 Aug 2017 16:04:41 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77G4fh4072951; Mon, 7 Aug 2017 16:04:41 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201708071604.v77G4fh4072951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 7 Aug 2017 16:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447497 - head/devel/p5-Test-Kwalitee X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/devel/p5-Test-Kwalitee X-SVN-Commit-Revision: 447497 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 16:04:43 -0000 Author: culot Date: Mon Aug 7 16:04:41 2017 New Revision: 447497 URL: https://svnweb.freebsd.org/changeset/ports/447497 Log: - Update to 1.26 Changes: http://search.cpan.org/dist/Test-Kwalitee/Changes Modified: head/devel/p5-Test-Kwalitee/Makefile head/devel/p5-Test-Kwalitee/distinfo Modified: head/devel/p5-Test-Kwalitee/Makefile ============================================================================== --- head/devel/p5-Test-Kwalitee/Makefile Mon Aug 7 15:33:51 2017 (r447496) +++ head/devel/p5-Test-Kwalitee/Makefile Mon Aug 7 16:04:41 2017 (r447497) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Kwalitee -PORTVERSION= 1.22 -PORTREVISION= 1 +PORTVERSION= 1.26 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,15 +13,14 @@ COMMENT= Test the Kwalitee of a distribution before yo LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Module-CPANTS-Analyse>=0.92:devel/p5-Module-CPANTS-Analyse \ - p5-namespace-clean>0:devel/p5-namespace-clean +BUILD_DEPENDS= p5-Module-CPANTS-Analyse>=0.92:devel/p5-Module-CPANTS-Analyse RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-CPAN-Meta-Check>=0.007:devel/p5-CPAN-Meta-Check \ +TEST_DEPENDS= p5-CPAN-Meta-Check>=0.011:devel/p5-CPAN-Meta-Check \ p5-Test-Deep>0:devel/p5-Test-Deep \ p5-Test-Warnings>=0.009:devel/p5-Test-Warnings NO_ARCH= yes USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure .include Modified: head/devel/p5-Test-Kwalitee/distinfo ============================================================================== --- head/devel/p5-Test-Kwalitee/distinfo Mon Aug 7 15:33:51 2017 (r447496) +++ head/devel/p5-Test-Kwalitee/distinfo Mon Aug 7 16:04:41 2017 (r447497) @@ -1,2 +1,3 @@ -SHA256 (Test-Kwalitee-1.22.tar.gz) = 09f05d75c8ec2d94deafd6a6aaf6fde1e32508b2116280a52f993cb6a2ef84ae -SIZE (Test-Kwalitee-1.22.tar.gz) = 32258 +TIMESTAMP = 1502121451 +SHA256 (Test-Kwalitee-1.26.tar.gz) = f7dc8efbad2ce1747b65679e2695485907d18c09c9f4b78e994f79b31411c176 +SIZE (Test-Kwalitee-1.26.tar.gz) = 34338 From owner-svn-ports-head@freebsd.org Mon Aug 7 16:26:16 2017 Return-Path: Delivered-To: svn-ports-head@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 F41FDDB46A7; Mon, 7 Aug 2017 16:26:15 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDA0873054; Mon, 7 Aug 2017 16:26:15 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77GQEwN081213; Mon, 7 Aug 2017 16:26:14 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77GQEhZ081211; Mon, 7 Aug 2017 16:26:14 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201708071626.v77GQEhZ081211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 7 Aug 2017 16:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447498 - head/devel/p5-Test-Portability-Files X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/devel/p5-Test-Portability-Files X-SVN-Commit-Revision: 447498 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 16:26:16 -0000 Author: culot Date: Mon Aug 7 16:26:14 2017 New Revision: 447498 URL: https://svnweb.freebsd.org/changeset/ports/447498 Log: - Update to 0.07 - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Test-Portability-Files/Changes Modified: head/devel/p5-Test-Portability-Files/Makefile head/devel/p5-Test-Portability-Files/distinfo Modified: head/devel/p5-Test-Portability-Files/Makefile ============================================================================== --- head/devel/p5-Test-Portability-Files/Makefile Mon Aug 7 16:04:41 2017 (r447497) +++ head/devel/p5-Test-Portability-Files/Makefile Mon Aug 7 16:26:14 2017 (r447498) @@ -2,15 +2,19 @@ # $FreeBSD$ PORTNAME= Test-Portability-Files -PORTVERSION= 0.06 -PORTREVISION= 1 +PORTVERSION= 0.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org -COMMENT= Test::Portability::Files Check file names portability +COMMENT= Check file names portability +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= YES USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Test-Portability-Files/distinfo ============================================================================== --- head/devel/p5-Test-Portability-Files/distinfo Mon Aug 7 16:04:41 2017 (r447497) +++ head/devel/p5-Test-Portability-Files/distinfo Mon Aug 7 16:26:14 2017 (r447498) @@ -1,2 +1,3 @@ -SHA256 (Test-Portability-Files-0.06.tar.gz) = 3e0fd033387ab82df8aedd42a14a8e64200aebd59447ad62a3bc411ff4a808a8 -SIZE (Test-Portability-Files-0.06.tar.gz) = 16892 +TIMESTAMP = 1502122306 +SHA256 (Test-Portability-Files-0.07.tar.gz) = 5563cb65346e294bfbd732e195ab55198a978de3d810235a3568d80b676cb985 +SIZE (Test-Portability-Files-0.07.tar.gz) = 17928 From owner-svn-ports-head@freebsd.org Mon Aug 7 17:32:32 2017 Return-Path: Delivered-To: svn-ports-head@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 B6AD0DBD253; Mon, 7 Aug 2017 17:32:32 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 85D4276433; Mon, 7 Aug 2017 17:32:32 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77HWV7p009710; Mon, 7 Aug 2017 17:32:31 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77HWViD009709; Mon, 7 Aug 2017 17:32:31 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201708071732.v77HWViD009709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 7 Aug 2017 17:32:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447499 - head/Tools/scripts X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/Tools/scripts X-SVN-Commit-Revision: 447499 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 17:32:32 -0000 Author: bdrewery Date: Mon Aug 7 17:32:31 2017 New Revision: 447499 URL: https://svnweb.freebsd.org/changeset/ports/447499 Log: Fix resurrected ports not being warned about if they have a new dest entry. This now warns about these 2 ports as needing to be marked as resurrected: archivers/brotli|archivers/py-brotli|2016-11-24|Brotli is a python module devel/libbrotli|archivers/brotli|2017-07-12|meta project no longer required to build libs www/rubygem-jquery-rails||2017-01-07|Has expired: Depends on deprecated www/rubygem-railties www/rubygem-jquery-rails4|www/rubygem-jquery-rails|2017-03-27|Remove PKGNAMESUFFIX Modified: head/Tools/scripts/MOVEDlint.awk Modified: head/Tools/scripts/MOVEDlint.awk ============================================================================== --- head/Tools/scripts/MOVEDlint.awk Mon Aug 7 16:26:14 2017 (r447498) +++ head/Tools/scripts/MOVEDlint.awk Mon Aug 7 17:32:31 2017 (r447499) @@ -77,11 +77,12 @@ $3 !~ /^20[0-3][0-9]-[01][0-9]-[0-3][0-9]$/ { else resurrected[$1] = NR - if ($2) + if ($2) { if (system("test -f " portsdir "/" $2 "/Makefile")) missing[$2] = NR - else - delete resurrected[$2] +# else +# delete resurrected[$2] + } # Produces too many false positives # if ($4 ~ /^[a-z].*/) From owner-svn-ports-head@freebsd.org Mon Aug 7 17:35:50 2017 Return-Path: Delivered-To: svn-ports-head@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 3C508DBD4C6; Mon, 7 Aug 2017 17:35:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B0D57659A; Mon, 7 Aug 2017 17:35:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 245A677FD; Mon, 7 Aug 2017 17:35:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id E5ED48D4A; Mon, 7 Aug 2017 17:35:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id 2bi0lgyThNlJ; Mon, 7 Aug 2017 17:35:41 +0000 (UTC) Subject: Re: svn commit: r445604 - in head: . archivers archivers/brotli archivers/brotli/files devel devel/libbrotli DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 15F8B8D2A To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201707121944.v6CJiuqA045797@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: Date: Mon, 7 Aug 2017 10:35:20 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <201707121944.v6CJiuqA045797@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="En7VQiOvB3EvFFdTMVJWGPG05S0n9q9lV" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 17:35:50 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --En7VQiOvB3EvFFdTMVJWGPG05S0n9q9lV Content-Type: multipart/mixed; boundary="UFblpPX5h5u7HfxvPUGX4mRtkx8Ajg240"; protected-headers="v1" From: Bryan Drewery To: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r445604 - in head: . archivers archivers/brotli archivers/brotli/files devel devel/libbrotli References: <201707121944.v6CJiuqA045797@repo.freebsd.org> In-Reply-To: <201707121944.v6CJiuqA045797@repo.freebsd.org> --UFblpPX5h5u7HfxvPUGX4mRtkx8Ajg240 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 7/12/2017 12:44 PM, Bernard Spil wrote: > Author: brnrd > Date: Wed Jul 12 19:44:56 2017 > New Revision: 445604 > URL: https://svnweb.freebsd.org/changeset/ports/445604 >=20 > Log: > archivers/brotli: Move and update to 0.6.0 > =20 > - Move from devel/libbrotli to archivers/brotli > - Remove meta-project for library build > - Bump epoch for meta 1.0 to upstream 0.6 update > - Add MOVED entry > - Switch from autoconf to cmake > =20 > PR: 218813, 218851 > Submitted by: Markus Kohlmeyer > Approved by: maintainer time-out > Differential Revision: https://reviews.freebsd.org/D11290 >=20 > Added: > head/archivers/brotli/ > - copied from r445603, head/devel/libbrotli/ > Deleted: > head/archivers/brotli/files/ > head/devel/libbrotli/ > Modified: > head/MOVED > head/archivers/Makefile > head/archivers/brotli/Makefile > head/archivers/brotli/distinfo > head/archivers/brotli/pkg-descr > head/archivers/brotli/pkg-plist > head/devel/Makefile >=20 > Modified: head/MOVED > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/MOVED Wed Jul 12 19:31:40 2017 (r445603) > +++ head/MOVED Wed Jul 12 19:44:56 2017 (r445604) > @@ -9461,3 +9461,4 @@ deskutils/california|deskutils/gnome-calendar|201= 7-07- > devel/etcd3|devel/etcd31|2017-07-07|Version 3.2 introduces breaking ch= anges > sysutils/py-iocage|sysutils/py3-iocage|2017-07-10|Has expired: obsolet= ed by sysutils/py3-iocage port using Python 3 instead of Python 2 > www/mediawiki126|www/mediawiki127|2017-07-10|Has expired: Upstream sup= port EoL > +devel/libbrotli|archivers/brotli|2017-07-12|meta project no longer req= uired to build libs Now we have 2 conflicting entries: > archivers/brotli|archivers/py-brotli|2016-11-24|Brotli is a python modu= le > devel/libbrotli|archivers/brotli|2017-07-12|meta project no longer requ= ired to build libs The simplest is to remove the first since it now exists again. But now we've lost that archivers/brotli (the python package) is built from archivers/py-brotli. There's no sane way to keep that while renaming devel/libbrotli to archivers/brotli since MOVED doesn't track PKGNAME. I've fixed Tools/scripts/MOVEDlint.awk to report on this: > 8774: archivers/brotli must be marked as resurrected --=20 Regards, Bryan Drewery --UFblpPX5h5u7HfxvPUGX4mRtkx8Ajg240-- --En7VQiOvB3EvFFdTMVJWGPG05S0n9q9lV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJZiKTYAAoJEDXXcbtuRpfPfVcH/RxE3l4zimRFOSrUSDaYu4Ym xyi9h9jLwR8G67lbe7zr2+XWBFxzRAlWAkmZ5h0HqbhAce9xduWZjbggEeuUaenV DKO8AEv114JeHpsI2fDZq9Ji51YRBqQtB3MaiBM2U2zt+ClLup8TVYr5L4wwXiMu E+j5nTg2VSloSspMf2c6IGAcqdguRv19qDgWtCODqevXV6//tEnv515aWKHGVa2t xxbie2Z9Ddl1qFIoS+fL3o75B0fRbrpD8/SV1/un3tp9UGU0jDFZ2Fo1ab9xbRNo cWntPAXiyCIdPSwccYGcFRIP92rLhsTXFmnuZHakSHy0MSFpJKGQpaXQJRvGfg4= =Dynq -----END PGP SIGNATURE----- --En7VQiOvB3EvFFdTMVJWGPG05S0n9q9lV-- From owner-svn-ports-head@freebsd.org Mon Aug 7 18:22:36 2017 Return-Path: Delivered-To: svn-ports-head@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 6F0D0DC0017; Mon, 7 Aug 2017 18:22:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A1C87C42A; Mon, 7 Aug 2017 18:22:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77IMZIk029847; Mon, 7 Aug 2017 18:22:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77IMZNK029843; Mon, 7 Aug 2017 18:22:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201708071822.v77IMZNK029843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 7 Aug 2017 18:22:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447500 - in head/www: firefox-esr firefox-esr-i18n X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www: firefox-esr firefox-esr-i18n X-SVN-Commit-Revision: 447500 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 18:22:36 -0000 Author: jbeich Date: Mon Aug 7 18:22:35 2017 New Revision: 447500 URL: https://svnweb.freebsd.org/changeset/ports/447500 Log: www/firefox-esr: update to 52.3.0 Changes: https://www.mozilla.org/firefox/52.3.0/releasenotes/ Security: 555b244e-6b20-4546-851f-d8eb7d6c1ffa MFH: 2017Q3 Modified: head/www/firefox-esr-i18n/Makefile (contents, props changed) head/www/firefox-esr-i18n/distinfo (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox-esr/distinfo (contents, props changed) Modified: head/www/firefox-esr-i18n/Makefile ============================================================================== --- head/www/firefox-esr-i18n/Makefile Mon Aug 7 17:32:31 2017 (r447499) +++ head/www/firefox-esr-i18n/Makefile Mon Aug 7 18:22:35 2017 (r447500) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -PORTVERSION= 52.2.1 +PORTVERSION= 52.3.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}esr/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}esr-candidates/build2/linux-i686/xpi Modified: head/www/firefox-esr-i18n/distinfo ============================================================================== --- head/www/firefox-esr-i18n/distinfo Mon Aug 7 17:32:31 2017 (r447499) +++ head/www/firefox-esr-i18n/distinfo Mon Aug 7 18:22:35 2017 (r447500) @@ -1,185 +1,185 @@ -TIMESTAMP = 1498672201 -SHA256 (xpi/firefox-52.2.1/ach.xpi) = 6f322acba8e1ac1c80897d552b0414dea7e8fa8509b838162278d1d09c7906b8 -SIZE (xpi/firefox-52.2.1/ach.xpi) = 427640 -SHA256 (xpi/firefox-52.2.1/af.xpi) = 9f2ed40d747af31fbb217f60cafba3b10b5a3c07ec3c56fa06d01896ea47b53d -SIZE (xpi/firefox-52.2.1/af.xpi) = 436823 -SHA256 (xpi/firefox-52.2.1/an.xpi) = 63e536ea0a98eed0ef2bfe34c06ea5ec1389292df6c65117f75af31655be2854 -SIZE (xpi/firefox-52.2.1/an.xpi) = 445142 -SHA256 (xpi/firefox-52.2.1/ar.xpi) = 828a7889e5e1d5c5b24048b8fb8ac4c0dcbde0887eff6151e6ef3ca652b4d3d8 -SIZE (xpi/firefox-52.2.1/ar.xpi) = 473381 -SHA256 (xpi/firefox-52.2.1/as.xpi) = 100b1a86e3ad0096eacb83f96664c55ed7689290fed7469ebc0790cfd4b362ed -SIZE (xpi/firefox-52.2.1/as.xpi) = 486888 -SHA256 (xpi/firefox-52.2.1/ast.xpi) = e697473b44a01d358af1e50f3dd02ed381f965648068e5adf3bba8acf7dd9de4 -SIZE (xpi/firefox-52.2.1/ast.xpi) = 440033 -SHA256 (xpi/firefox-52.2.1/az.xpi) = d5b002192f07d1d36ff6a2bb9fd564b771ee2e2068edb6206bee1e8de046bba5 -SIZE (xpi/firefox-52.2.1/az.xpi) = 454923 -SHA256 (xpi/firefox-52.2.1/bg.xpi) = ffb864450510a979e72b028d6f1335628d1b6bb16bb9875f046d51cbca0e0159 -SIZE (xpi/firefox-52.2.1/bg.xpi) = 487892 -SHA256 (xpi/firefox-52.2.1/bn-BD.xpi) = a63103754d85735556f52c38ab7a34310a6f8e32f7dd4e443bf04e040696cafa -SIZE (xpi/firefox-52.2.1/bn-BD.xpi) = 511994 -SHA256 (xpi/firefox-52.2.1/bn-IN.xpi) = 843b533b14fda446a2e630fd1f63ff680121f1bfb6e6a694ef2eddfe78bd78d6 -SIZE (xpi/firefox-52.2.1/bn-IN.xpi) = 509375 -SHA256 (xpi/firefox-52.2.1/br.xpi) = 3db61e3b47bfd247b5213297acd8af880ee27cc12968d1402476d4335d3456ed -SIZE (xpi/firefox-52.2.1/br.xpi) = 435483 -SHA256 (xpi/firefox-52.2.1/bs.xpi) = aad2ed1c36a3b4345a75f92c7ef04157aff053fe689c664681556c53b5dc6da1 -SIZE (xpi/firefox-52.2.1/bs.xpi) = 441782 -SHA256 (xpi/firefox-52.2.1/ca.xpi) = 4b0845538487c9160c92b3cff9745a511430101708d8fdec8e668d4219308f48 -SIZE (xpi/firefox-52.2.1/ca.xpi) = 443304 -SHA256 (xpi/firefox-52.2.1/cak.xpi) = c3238a87cb33f5925d9388923728c3d1c4a5705a07e98ce907db350f0edb9db3 -SIZE (xpi/firefox-52.2.1/cak.xpi) = 459184 -SHA256 (xpi/firefox-52.2.1/cs.xpi) = f7a4887513654d0b452130eaeea09d27dcdf4b72dee6b84ea2d4a7a7474aa8b7 -SIZE (xpi/firefox-52.2.1/cs.xpi) = 444075 -SHA256 (xpi/firefox-52.2.1/cy.xpi) = 8d4f5f9f9df5ff0c541fa27b3bfd6104ccc5cecb9350c99735d8e27a14818c18 -SIZE (xpi/firefox-52.2.1/cy.xpi) = 436583 -SHA256 (xpi/firefox-52.2.1/da.xpi) = 654dc48a03f40688bf19956580fea4999afb3761b14e3b9624558d0f99cc899d -SIZE (xpi/firefox-52.2.1/da.xpi) = 424394 -SHA256 (xpi/firefox-52.2.1/de.xpi) = 42a54ff904f22f376c0d0c12bd5fa8676a06ba1de22023c61fe57c48cab9e12f -SIZE (xpi/firefox-52.2.1/de.xpi) = 442478 -SHA256 (xpi/firefox-52.2.1/dsb.xpi) = 47d951eab1cf5cf7f08652ab5f92e189c8b1b2b53cf93b9c9cf501a7e8586f0e -SIZE (xpi/firefox-52.2.1/dsb.xpi) = 459424 -SHA256 (xpi/firefox-52.2.1/el.xpi) = 123f9c56895356e900eb6185249f2def18b241074313688776373652dc68bffb -SIZE (xpi/firefox-52.2.1/el.xpi) = 516592 -SHA256 (xpi/firefox-52.2.1/en-GB.xpi) = 10b0b869ebf9eefbe2593200baeee6546331af120e1bc318de0340780aff16b8 -SIZE (xpi/firefox-52.2.1/en-GB.xpi) = 419323 -SHA256 (xpi/firefox-52.2.1/en-US.xpi) = 46336f145148267cb911205e675b213ad707a386651b4363a17b229516e08adb -SIZE (xpi/firefox-52.2.1/en-US.xpi) = 428630 -SHA256 (xpi/firefox-52.2.1/en-ZA.xpi) = 8476c9f6f0b322199dd6773945806c4f5e193587683028ebc50f8da8a7df29aa -SIZE (xpi/firefox-52.2.1/en-ZA.xpi) = 412212 -SHA256 (xpi/firefox-52.2.1/eo.xpi) = 608edc5f6082d2f54b55d1dfd6f200894ee165e69a7564a363538a5351e7c1ff -SIZE (xpi/firefox-52.2.1/eo.xpi) = 437473 -SHA256 (xpi/firefox-52.2.1/es-AR.xpi) = 9092d82ec96bc36c4a18b742da903a8574242ff7602ba9eb4340d35f2cb2d338 -SIZE (xpi/firefox-52.2.1/es-AR.xpi) = 445925 -SHA256 (xpi/firefox-52.2.1/es-CL.xpi) = 7239dcce45cea11374ab275109d0086f7b5bc5b475b659e0ecff03fa07f4aec7 -SIZE (xpi/firefox-52.2.1/es-CL.xpi) = 445676 -SHA256 (xpi/firefox-52.2.1/es-ES.xpi) = 45114c93ac215a19393c44b33f31e135014914e0b323e7ac87a0563977a1390e -SIZE (xpi/firefox-52.2.1/es-ES.xpi) = 344875 -SHA256 (xpi/firefox-52.2.1/es-MX.xpi) = f57a26513c9a5fe9ee3e6ae484f6b58f374826b7f9c5fe761f3a8de541601f17 -SIZE (xpi/firefox-52.2.1/es-MX.xpi) = 448384 -SHA256 (xpi/firefox-52.2.1/et.xpi) = 5c4416896bf26573e47e53f8ed98f2db5d154cb1f5620b3b8ee1f675273d29cd -SIZE (xpi/firefox-52.2.1/et.xpi) = 425113 -SHA256 (xpi/firefox-52.2.1/eu.xpi) = be2db5f5fff287c8c83b68ccdbad09a844eef5016eab5fb69def997fb77f27ef -SIZE (xpi/firefox-52.2.1/eu.xpi) = 438479 -SHA256 (xpi/firefox-52.2.1/fa.xpi) = 3e08f0061a5fbac8d24f30f1428a68bc7c24b9f20d769fddfc152c512e5a2efb -SIZE (xpi/firefox-52.2.1/fa.xpi) = 491343 -SHA256 (xpi/firefox-52.2.1/ff.xpi) = c1cd2afa828ea6d35d518357112b843575689417e942c4e5c4b9e606c1f6b3c7 -SIZE (xpi/firefox-52.2.1/ff.xpi) = 440928 -SHA256 (xpi/firefox-52.2.1/fi.xpi) = 01ba30743517d6055646f55fbd9ea78ff40b9a328665b2cff2c2554f6db5bbb7 -SIZE (xpi/firefox-52.2.1/fi.xpi) = 430061 -SHA256 (xpi/firefox-52.2.1/fr.xpi) = ca6d1042661f5ed47a1a8e937cad3da1b7844def118e17edbc9da48a26ddee4a -SIZE (xpi/firefox-52.2.1/fr.xpi) = 450210 -SHA256 (xpi/firefox-52.2.1/fy-NL.xpi) = 78c9133ffe356f8126714df406ac267773a6fed3ddc786d9172d1f2bf313ad17 -SIZE (xpi/firefox-52.2.1/fy-NL.xpi) = 444973 -SHA256 (xpi/firefox-52.2.1/ga-IE.xpi) = 6b02bccd2e4a1bb1e92e813d3caaa148e609c02373d884a628cb6aebeea38b85 -SIZE (xpi/firefox-52.2.1/ga-IE.xpi) = 458164 -SHA256 (xpi/firefox-52.2.1/gd.xpi) = 8e5795ace208aa88a6652b5e8dde0e391dfd22a586b3dbff9a982eaf60a29a9f -SIZE (xpi/firefox-52.2.1/gd.xpi) = 447267 -SHA256 (xpi/firefox-52.2.1/gl.xpi) = f0e2bca02c4f9735382dd45da8a6fd6185f316d0e71f99a14df8a1c76db151e0 -SIZE (xpi/firefox-52.2.1/gl.xpi) = 447295 -SHA256 (xpi/firefox-52.2.1/gn.xpi) = a61350ceaa5962826ed1a14f16b96833a30db4c5656ea5362056250d0adc5105 -SIZE (xpi/firefox-52.2.1/gn.xpi) = 456214 -SHA256 (xpi/firefox-52.2.1/gu-IN.xpi) = 1c92d76b9b828304cb67b66baa043d4c5e814d41f114ab28e67922fe95f99570 -SIZE (xpi/firefox-52.2.1/gu-IN.xpi) = 489365 -SHA256 (xpi/firefox-52.2.1/he.xpi) = e55f5f2590103bb2aaa87c436c6d23927be2e7da8a463666ff2fdeb503103109 -SIZE (xpi/firefox-52.2.1/he.xpi) = 455282 -SHA256 (xpi/firefox-52.2.1/hi-IN.xpi) = 170960f9e0acd2c92151d66ad52c139bf6adf1c40cbb7ee6b1551b3a2bcc068d -SIZE (xpi/firefox-52.2.1/hi-IN.xpi) = 506519 -SHA256 (xpi/firefox-52.2.1/hr.xpi) = 79f603fc20abe2043704f3b6d84b4f171b7267adcf9d737e538b9d44be575747 -SIZE (xpi/firefox-52.2.1/hr.xpi) = 447502 -SHA256 (xpi/firefox-52.2.1/hsb.xpi) = 22b0472f98006f6ebe00a5823c0e10a19d09895499ae56ce8cbd10f1b57193de -SIZE (xpi/firefox-52.2.1/hsb.xpi) = 457258 -SHA256 (xpi/firefox-52.2.1/hu.xpi) = 95450026065b4d73ff52ba04d7d600e7ef74f4ddc2ae45ba26d0a8236395c0fe -SIZE (xpi/firefox-52.2.1/hu.xpi) = 451496 -SHA256 (xpi/firefox-52.2.1/hy-AM.xpi) = faa79506c758344d9f6b9fc027b4fdaafe430d13d2471dfc7ec020db1a618838 -SIZE (xpi/firefox-52.2.1/hy-AM.xpi) = 495773 -SHA256 (xpi/firefox-52.2.1/id.xpi) = 5891baad8f5229e0afe676b3293b43cc61f419204ba247402ef866a34f816a40 -SIZE (xpi/firefox-52.2.1/id.xpi) = 426023 -SHA256 (xpi/firefox-52.2.1/is.xpi) = df59d4fcee80e62f5236b22314e6cdc7737a6fa87216df2ce465903e3cebf451 -SIZE (xpi/firefox-52.2.1/is.xpi) = 442693 -SHA256 (xpi/firefox-52.2.1/it.xpi) = c2f29eb7e0a5056d873db01862883d8615bd594598fcd60c8138a612f3aa4bcc -SIZE (xpi/firefox-52.2.1/it.xpi) = 339220 -SHA256 (xpi/firefox-52.2.1/ja.xpi) = ea3a01c466b2b91344821592bde95e50b97dfa31a741303b95525c9256aec7c0 -SIZE (xpi/firefox-52.2.1/ja.xpi) = 488343 -SHA256 (xpi/firefox-52.2.1/ka.xpi) = 923cbb59f808f6c7db8a6bcc964986a92142b883eb6b6ae4dff213768b739b97 -SIZE (xpi/firefox-52.2.1/ka.xpi) = 475375 -SHA256 (xpi/firefox-52.2.1/kab.xpi) = 52b8e975377e70811cdd4775b36b0224c6f31c8f2b43bb1c6dd3e7abfe1f522c -SIZE (xpi/firefox-52.2.1/kab.xpi) = 444519 -SHA256 (xpi/firefox-52.2.1/kk.xpi) = 26afac7bb581907b1462df6cfb154f75d66c4d1ae7d2952794a589ced5e52518 -SIZE (xpi/firefox-52.2.1/kk.xpi) = 496939 -SHA256 (xpi/firefox-52.2.1/km.xpi) = a7d2cb4c5a0373654676dcd10a342c7b94ba8a884c4975823a5cf9ebc67f3b31 -SIZE (xpi/firefox-52.2.1/km.xpi) = 520343 -SHA256 (xpi/firefox-52.2.1/kn.xpi) = 25964f0093ef5f00ba174ebf87c3f9aced7809e75edc090b2033f563da48ec9c -SIZE (xpi/firefox-52.2.1/kn.xpi) = 519455 -SHA256 (xpi/firefox-52.2.1/ko.xpi) = ecf0f7c60cc3075b1d6101ad69b76810b350b001935a926fdcbf0a258df5f301 -SIZE (xpi/firefox-52.2.1/ko.xpi) = 463629 -SHA256 (xpi/firefox-52.2.1/lij.xpi) = e59c03c7752b322905822cb0dd056b566baaeabfbecbe5cdd5d4e748ac70d12d -SIZE (xpi/firefox-52.2.1/lij.xpi) = 421070 -SHA256 (xpi/firefox-52.2.1/lt.xpi) = 4b1e0e6ea00db63bba50fb6d899e900e51d760861cc122a4a7c0917b11e89984 -SIZE (xpi/firefox-52.2.1/lt.xpi) = 452235 -SHA256 (xpi/firefox-52.2.1/lv.xpi) = 01d1ad49e58021d2e8121d9f46564322f7664e7547972b301740318be63b4631 -SIZE (xpi/firefox-52.2.1/lv.xpi) = 448450 -SHA256 (xpi/firefox-52.2.1/mai.xpi) = 2c56f03cf8d843c8ecd09a89c61f9ce59cf3daa4d6f7251da4f435b0bd2414ac -SIZE (xpi/firefox-52.2.1/mai.xpi) = 499841 -SHA256 (xpi/firefox-52.2.1/mk.xpi) = 136314fc16c701cf38680a0737fa028a03f297ae47ee78481e95c74f3a65546a -SIZE (xpi/firefox-52.2.1/mk.xpi) = 496199 -SHA256 (xpi/firefox-52.2.1/ml.xpi) = b1c0a845ae525d0c9a40b20c93b1f16982d19938893737a376ca00588f0acbda -SIZE (xpi/firefox-52.2.1/ml.xpi) = 516486 -SHA256 (xpi/firefox-52.2.1/mr.xpi) = 0f19ace8e85e5efd278c155d4b6e684da2ddc7ac31a257e3aca56b46c6d3593a -SIZE (xpi/firefox-52.2.1/mr.xpi) = 502431 -SHA256 (xpi/firefox-52.2.1/ms.xpi) = 7c7474347c7765847e9a2919d4a12e46fe6b5dac85b6580779d65fa7564124fe -SIZE (xpi/firefox-52.2.1/ms.xpi) = 435990 -SHA256 (xpi/firefox-52.2.1/nb-NO.xpi) = 2c86ab76fa9c7a4dc2edd522eee73cce6ebe42be1799d8c87885e20ac1c8e1d0 -SIZE (xpi/firefox-52.2.1/nb-NO.xpi) = 434412 -SHA256 (xpi/firefox-52.2.1/nl.xpi) = 0110aa8cd97c1aca6f654b3af23a177ff99673daaa1838325739850fa4b6493d -SIZE (xpi/firefox-52.2.1/nl.xpi) = 432007 -SHA256 (xpi/firefox-52.2.1/nn-NO.xpi) = 16413c5b055ef5737f6614336d000a0f1aa9b4bc7df103e9e473422435df68a2 -SIZE (xpi/firefox-52.2.1/nn-NO.xpi) = 428644 -SHA256 (xpi/firefox-52.2.1/or.xpi) = e0bcd57cd4f650518ece9a7c0db05c965e09b57ca031915819c3176eb4bae082 -SIZE (xpi/firefox-52.2.1/or.xpi) = 496917 -SHA256 (xpi/firefox-52.2.1/pa-IN.xpi) = 3b59b2c7546e655828b6f3a42698e321a386fcb39c7d72b669cad45d17ca05e5 -SIZE (xpi/firefox-52.2.1/pa-IN.xpi) = 476587 -SHA256 (xpi/firefox-52.2.1/pl.xpi) = 6ff5ee0948c09ab7376b7bdab807832c5b1579c230ececef99fc2614c7a1d997 -SIZE (xpi/firefox-52.2.1/pl.xpi) = 352851 -SHA256 (xpi/firefox-52.2.1/pt-BR.xpi) = 603640ac685a4021ea0907ce85f75bcb217bf92d295ba86edc26511f4de3e467 -SIZE (xpi/firefox-52.2.1/pt-BR.xpi) = 438169 -SHA256 (xpi/firefox-52.2.1/pt-PT.xpi) = 13db70d3d845ac9948ce10c2fe71197fbdd4306ffd2e86c65eaabf66e9142ce9 -SIZE (xpi/firefox-52.2.1/pt-PT.xpi) = 436727 -SHA256 (xpi/firefox-52.2.1/rm.xpi) = 035898b48fa7e5050a6c6dc73aa867866c7f32c00f73bbf7e49c035f623f44f6 -SIZE (xpi/firefox-52.2.1/rm.xpi) = 434608 -SHA256 (xpi/firefox-52.2.1/ro.xpi) = 536e52c56ae374ac067c75f72bc19a3817e8a9a2f44d9b06db080b82ef161a83 -SIZE (xpi/firefox-52.2.1/ro.xpi) = 449938 -SHA256 (xpi/firefox-52.2.1/ru.xpi) = ffae33b22a590c10f4443a4d03afe5d5f3c6935de0ecc3bface16d480a54eeca -SIZE (xpi/firefox-52.2.1/ru.xpi) = 395364 -SHA256 (xpi/firefox-52.2.1/si.xpi) = a98945fd6c1920f518565a20a591f0320659471dff003868388ad5f2c6913c3f -SIZE (xpi/firefox-52.2.1/si.xpi) = 491958 -SHA256 (xpi/firefox-52.2.1/sk.xpi) = 95e750788d1b5fed076d170d177db8aaf3b3a8be6b0a96ccc57cb9dd65ac362b -SIZE (xpi/firefox-52.2.1/sk.xpi) = 455820 -SHA256 (xpi/firefox-52.2.1/sl.xpi) = 7e37e5019bbe78306eebb70609db38605480812eb87b262b589337a8d597790f -SIZE (xpi/firefox-52.2.1/sl.xpi) = 433482 -SHA256 (xpi/firefox-52.2.1/son.xpi) = c2d99424d7b5d4a2c2759cb383619a5411d904d2e81626eb3de2ac0c4998a4ee -SIZE (xpi/firefox-52.2.1/son.xpi) = 435127 -SHA256 (xpi/firefox-52.2.1/sq.xpi) = b99c6349486638db297a3d6ab929fcab6d377903e3a12d4a7cddee05e531e81d -SIZE (xpi/firefox-52.2.1/sq.xpi) = 448156 -SHA256 (xpi/firefox-52.2.1/sr.xpi) = b79cea0b4b91be15e6a9725bd80e441a09f4cc8c6d56b4440bda86bf5fb9b633 -SIZE (xpi/firefox-52.2.1/sr.xpi) = 463394 -SHA256 (xpi/firefox-52.2.1/sv-SE.xpi) = 6efe321bc62c17d8d249d0afca8094b395349b3a8d7c9dc296b2c77b38acadf3 -SIZE (xpi/firefox-52.2.1/sv-SE.xpi) = 441181 -SHA256 (xpi/firefox-52.2.1/ta.xpi) = 379c748f8be7dbecd02db4274c9368e8af1590ef5b7732d37457d59e375aee71 -SIZE (xpi/firefox-52.2.1/ta.xpi) = 494799 -SHA256 (xpi/firefox-52.2.1/te.xpi) = 57523eca0d44a3f8cdd319b4789886ac1ff59f629d6b247937642dc2b8b70a47 -SIZE (xpi/firefox-52.2.1/te.xpi) = 515241 -SHA256 (xpi/firefox-52.2.1/th.xpi) = 865be40fdad5b65ef9831621780b38d7397cbb2dd7679a6e885e19310cc30853 -SIZE (xpi/firefox-52.2.1/th.xpi) = 489379 -SHA256 (xpi/firefox-52.2.1/tr.xpi) = cfb8b2cddc8438b9dcddb1c3701d38d1c66b6db83b58eea0abdf82826d9cf5dd -SIZE (xpi/firefox-52.2.1/tr.xpi) = 443673 -SHA256 (xpi/firefox-52.2.1/uk.xpi) = a91f8948f8dd389241949b1e608dd585ac759b7ea4fc7cd75038dc1cb490ed67 -SIZE (xpi/firefox-52.2.1/uk.xpi) = 495095 -SHA256 (xpi/firefox-52.2.1/uz.xpi) = 539185551af3eba416b87c3f8d6d48b2e4b5ce0ed7005dfa4e0a0490b9767df8 -SIZE (xpi/firefox-52.2.1/uz.xpi) = 447916 -SHA256 (xpi/firefox-52.2.1/vi.xpi) = 349fbadda7f160a91ae312c0f34a1f542d8f364c9fdcd090ff336e39b01e2c65 -SIZE (xpi/firefox-52.2.1/vi.xpi) = 450805 -SHA256 (xpi/firefox-52.2.1/xh.xpi) = 445eaad51d60c4ecbe8c0f2cd3518ee3345e1d49ee4a1a1acd880a752ad2a26b -SIZE (xpi/firefox-52.2.1/xh.xpi) = 441172 -SHA256 (xpi/firefox-52.2.1/zh-CN.xpi) = 3839268e26cea482c15b6923233da752991c91a297b2a38ffe58d14ac2089485 -SIZE (xpi/firefox-52.2.1/zh-CN.xpi) = 461694 -SHA256 (xpi/firefox-52.2.1/zh-TW.xpi) = 4d70207576f6ffb9ee07ab2619abeb0b3c0605b0aae581bcf514843821094fcf -SIZE (xpi/firefox-52.2.1/zh-TW.xpi) = 472534 +TIMESTAMP = 1501645147 +SHA256 (xpi/firefox-52.3.0/ach.xpi) = c0aacc28486d754902edbbbe50ed183abad204a8cce75b11863e1cf96a60d825 +SIZE (xpi/firefox-52.3.0/ach.xpi) = 427640 +SHA256 (xpi/firefox-52.3.0/af.xpi) = 207af367fa9f488aeacc765706cd94d7cf3c105ee457e705209d627037822dcc +SIZE (xpi/firefox-52.3.0/af.xpi) = 436823 +SHA256 (xpi/firefox-52.3.0/an.xpi) = e72d2816b03299b1194c2a88d1ed582d1ee159ed1202ed00bc1a062a6e1deef8 +SIZE (xpi/firefox-52.3.0/an.xpi) = 445142 +SHA256 (xpi/firefox-52.3.0/ar.xpi) = 0e8b755d190e1c55eecb7821ee2069d680695bef0a89b10cb4b53f65baa67b17 +SIZE (xpi/firefox-52.3.0/ar.xpi) = 473382 +SHA256 (xpi/firefox-52.3.0/as.xpi) = 238f44c6f9377d9d28859ae4a956ad7078a0c1e32ea90704e5bb748d54cb7eae +SIZE (xpi/firefox-52.3.0/as.xpi) = 486889 +SHA256 (xpi/firefox-52.3.0/ast.xpi) = 2ef4009632b74fca6615b56d7416f6af9d22584c4ee35031162d3ac9ffa097dc +SIZE (xpi/firefox-52.3.0/ast.xpi) = 440033 +SHA256 (xpi/firefox-52.3.0/az.xpi) = 768244143eda032162c3daea1d2c1533b31c6a86b6d0d19ce5ec39e09a43e523 +SIZE (xpi/firefox-52.3.0/az.xpi) = 454923 +SHA256 (xpi/firefox-52.3.0/bg.xpi) = 1bac7681facb8cc8c04ac68f605bf97e2d8b4edb6c9cf1e98aa1dd379812ef13 +SIZE (xpi/firefox-52.3.0/bg.xpi) = 487891 +SHA256 (xpi/firefox-52.3.0/bn-BD.xpi) = 397b9e0887ee70f343c3952ad1e0e9cc7656cbdedd73e059e9ca9dc6f0e1ef5c +SIZE (xpi/firefox-52.3.0/bn-BD.xpi) = 511995 +SHA256 (xpi/firefox-52.3.0/bn-IN.xpi) = d66093cc936920feb983c1489d6cce00c8fa8a0bf9bb5330ceb7f5d78e871e61 +SIZE (xpi/firefox-52.3.0/bn-IN.xpi) = 509376 +SHA256 (xpi/firefox-52.3.0/br.xpi) = 29fa4dc8bad69fe943baf9c089ff1f27c3a42e42dde597823742dfbd96a7752c +SIZE (xpi/firefox-52.3.0/br.xpi) = 435483 +SHA256 (xpi/firefox-52.3.0/bs.xpi) = a1d4e7260166048e4f19e5d633ab058edd84d3ae39515d243d3bdff8db08f8ce +SIZE (xpi/firefox-52.3.0/bs.xpi) = 441782 +SHA256 (xpi/firefox-52.3.0/ca.xpi) = e5f075e6cadc0d8cb1c53717f4f67f5e929a992508d9dcdb10d94ab8573cc1f9 +SIZE (xpi/firefox-52.3.0/ca.xpi) = 443304 +SHA256 (xpi/firefox-52.3.0/cak.xpi) = 14811772d5c76968e667f3207b2e5ac5bc6f455e62b7c6fcfcfbc57ca8ac26f6 +SIZE (xpi/firefox-52.3.0/cak.xpi) = 459185 +SHA256 (xpi/firefox-52.3.0/cs.xpi) = a69dc84defc8c777a7ff19fa3554aab9fbfd3cb268abdc2049034dc7acbcc189 +SIZE (xpi/firefox-52.3.0/cs.xpi) = 444075 +SHA256 (xpi/firefox-52.3.0/cy.xpi) = b373c2f301d0c88486ba29fde7dcf10cf40011398b1efcfd19c8213afad6e8a7 +SIZE (xpi/firefox-52.3.0/cy.xpi) = 436583 +SHA256 (xpi/firefox-52.3.0/da.xpi) = 94747b5e4ad531a57945abb45903fcd954b61c3b34340cc765abebb7f8a2ee6d +SIZE (xpi/firefox-52.3.0/da.xpi) = 424394 +SHA256 (xpi/firefox-52.3.0/de.xpi) = d6b299afd7c1ffbc1ea998a44700dcbd8d0903c5a5257e24b8a7559f2d0dd9f1 +SIZE (xpi/firefox-52.3.0/de.xpi) = 442479 +SHA256 (xpi/firefox-52.3.0/dsb.xpi) = 767e298998ad290b3cd2dd15936362d1018fc2b1dd0ce2cf4fd4d2535d402f70 +SIZE (xpi/firefox-52.3.0/dsb.xpi) = 459425 +SHA256 (xpi/firefox-52.3.0/el.xpi) = 59fafef324b25195dce95869dd2caf80ae63608f9274a34b3378fe8f6881957f +SIZE (xpi/firefox-52.3.0/el.xpi) = 516592 +SHA256 (xpi/firefox-52.3.0/en-GB.xpi) = ced1286a91e7c870814fe38247805bed009f12fcc3b527a0b990fc946efb7846 +SIZE (xpi/firefox-52.3.0/en-GB.xpi) = 419323 +SHA256 (xpi/firefox-52.3.0/en-US.xpi) = 267dd3d9070915c1b949982f64d5f727f49faa0c32c4a06b0b5ac0efd9239f16 +SIZE (xpi/firefox-52.3.0/en-US.xpi) = 428630 +SHA256 (xpi/firefox-52.3.0/en-ZA.xpi) = f8270ae9412b220fb7d57a6afb6d29890e8d8a17f42898e206b96c5060f69cc4 +SIZE (xpi/firefox-52.3.0/en-ZA.xpi) = 412212 +SHA256 (xpi/firefox-52.3.0/eo.xpi) = ffe9c253de049981753a1bb5f29d8f1f8f5ce958d727de19d152e3c0433f8c05 +SIZE (xpi/firefox-52.3.0/eo.xpi) = 437474 +SHA256 (xpi/firefox-52.3.0/es-AR.xpi) = c30654478b3855f25946478656106052d44c30b5751c6a0354f064628b85c354 +SIZE (xpi/firefox-52.3.0/es-AR.xpi) = 445925 +SHA256 (xpi/firefox-52.3.0/es-CL.xpi) = e59310284b6034c665e8c294fa1733aabc267929aae2d00008e7601b4fc6af4b +SIZE (xpi/firefox-52.3.0/es-CL.xpi) = 445676 +SHA256 (xpi/firefox-52.3.0/es-ES.xpi) = d70ddac75d37e654dac89bc1c0c4ff963bfbc8743d552efc08e663df5c07702b +SIZE (xpi/firefox-52.3.0/es-ES.xpi) = 344875 +SHA256 (xpi/firefox-52.3.0/es-MX.xpi) = a708b3395913ad9a0a45659be578822a4211de8b381d851cf2404c07b8703a80 +SIZE (xpi/firefox-52.3.0/es-MX.xpi) = 448385 +SHA256 (xpi/firefox-52.3.0/et.xpi) = 465c067184efdec93c8d8f4678ece0e1acfae458fc7caa646fa3e7b26a1f5e83 +SIZE (xpi/firefox-52.3.0/et.xpi) = 425113 +SHA256 (xpi/firefox-52.3.0/eu.xpi) = 8a3dbf459aa5e5bcffb69f4c42d27c940d08e6fb14293c2375f1d7352ae506df +SIZE (xpi/firefox-52.3.0/eu.xpi) = 438479 +SHA256 (xpi/firefox-52.3.0/fa.xpi) = f41c413d7b0e2bd96776b5f400835ebea9483ed6ff8b36171f72653cf91326a8 +SIZE (xpi/firefox-52.3.0/fa.xpi) = 491344 +SHA256 (xpi/firefox-52.3.0/ff.xpi) = 408d13cab9eec8dba25caa288240612b018329a484fdac20a8e7a8fa458c4251 +SIZE (xpi/firefox-52.3.0/ff.xpi) = 440928 +SHA256 (xpi/firefox-52.3.0/fi.xpi) = 62c5f927f1c265170eb65e748b9b005dcbcca2b25d26b9f593aec0dbf1ed5c16 +SIZE (xpi/firefox-52.3.0/fi.xpi) = 430061 +SHA256 (xpi/firefox-52.3.0/fr.xpi) = 1254dc79973bceb1f50ef4c5806cbb9b05be71ed7b4019b524a120429efd2c4b +SIZE (xpi/firefox-52.3.0/fr.xpi) = 450210 +SHA256 (xpi/firefox-52.3.0/fy-NL.xpi) = af1c46ce12cced81d0d16f124805250a64b8ea4cfb8b2c50b56b25710c591d78 +SIZE (xpi/firefox-52.3.0/fy-NL.xpi) = 444970 +SHA256 (xpi/firefox-52.3.0/ga-IE.xpi) = 7de28f84b6b75f2d20e45d4f47bdc232c192c33d95c6267f05a9fd4057bc477b +SIZE (xpi/firefox-52.3.0/ga-IE.xpi) = 458164 +SHA256 (xpi/firefox-52.3.0/gd.xpi) = 04b66cd227d63d88af75966da3fb7af63dd4c9cd895b426b4316b6f3b6fca06a +SIZE (xpi/firefox-52.3.0/gd.xpi) = 447268 +SHA256 (xpi/firefox-52.3.0/gl.xpi) = efaa0f33d619dc0fd5b2c4ca663b02051a0aaef260c41e6a6929af7a74e888c7 +SIZE (xpi/firefox-52.3.0/gl.xpi) = 447295 +SHA256 (xpi/firefox-52.3.0/gn.xpi) = a415eb324efc28fd0fd40ca0984c0da3c4bee5edef61535c038f12ea9d5913c2 +SIZE (xpi/firefox-52.3.0/gn.xpi) = 456214 +SHA256 (xpi/firefox-52.3.0/gu-IN.xpi) = 79a00a6a34ec1ddb108cc5aaa069e1fa63d26809b0bd3960de7ea1b95d521867 +SIZE (xpi/firefox-52.3.0/gu-IN.xpi) = 489364 +SHA256 (xpi/firefox-52.3.0/he.xpi) = fe6b5002bf32098bec2900958dfe6fee6a738b3cf6bed34420ce3168ef6b5688 +SIZE (xpi/firefox-52.3.0/he.xpi) = 455283 +SHA256 (xpi/firefox-52.3.0/hi-IN.xpi) = 54873b68e7ba70b2b5c49d2c053bb8db6f1263c90300e1a8dd072d3f8054b5f8 +SIZE (xpi/firefox-52.3.0/hi-IN.xpi) = 506519 +SHA256 (xpi/firefox-52.3.0/hr.xpi) = c04362df15f9b547e28afabe693837d23f5719dc2ba5cb226137e4a95a99a885 +SIZE (xpi/firefox-52.3.0/hr.xpi) = 447503 +SHA256 (xpi/firefox-52.3.0/hsb.xpi) = 89d2919938885e466d5ba0dd400a8e286f3b30aaef352c43af7db9d652d862ce +SIZE (xpi/firefox-52.3.0/hsb.xpi) = 457259 +SHA256 (xpi/firefox-52.3.0/hu.xpi) = a601b2d34694509cc21bb3c5c946e888a91493718814b9ba47836cc8f8ad6645 +SIZE (xpi/firefox-52.3.0/hu.xpi) = 451496 +SHA256 (xpi/firefox-52.3.0/hy-AM.xpi) = 6e3f082abd61476672c23534f7f95b5002e49f08b0d953185e8c9f4faf289e01 +SIZE (xpi/firefox-52.3.0/hy-AM.xpi) = 495773 +SHA256 (xpi/firefox-52.3.0/id.xpi) = 0bb07e6d635a2232b8082dd39013ca49de04a2e2fe5352bcdcdd19a6b533d079 +SIZE (xpi/firefox-52.3.0/id.xpi) = 426023 +SHA256 (xpi/firefox-52.3.0/is.xpi) = fd20e675130a0a585d91dce4a5106c80ae6e7bf909824d2f941b9a0b38bd6b4b +SIZE (xpi/firefox-52.3.0/is.xpi) = 442694 +SHA256 (xpi/firefox-52.3.0/it.xpi) = 9589fe155880559c82ef6ea24c8ca021912eee157b52be0a9cdb2b88ba842770 +SIZE (xpi/firefox-52.3.0/it.xpi) = 339221 +SHA256 (xpi/firefox-52.3.0/ja.xpi) = 04f35c740f43a4d48bd5c5a3feba707c844467d1ec25662e7b2c04f8aec0157b +SIZE (xpi/firefox-52.3.0/ja.xpi) = 488343 +SHA256 (xpi/firefox-52.3.0/ka.xpi) = 76ed819e06dd339dccc2a5d7bab98b675868b0389571d02fca97cb4bc4200c80 +SIZE (xpi/firefox-52.3.0/ka.xpi) = 475375 +SHA256 (xpi/firefox-52.3.0/kab.xpi) = 664b673704e86a8878339f9c7c0edf12944da58e097521237f4840eeffeaba5b +SIZE (xpi/firefox-52.3.0/kab.xpi) = 444520 +SHA256 (xpi/firefox-52.3.0/kk.xpi) = 0247e0acbb439ae7903b40211d4b99d442e5dcc7fedbe200d790df8adb65eb3d +SIZE (xpi/firefox-52.3.0/kk.xpi) = 496939 +SHA256 (xpi/firefox-52.3.0/km.xpi) = 6eb3f00754d8966de6b73ea9126a479831111b4585af2fd3db801840119295d7 +SIZE (xpi/firefox-52.3.0/km.xpi) = 520344 +SHA256 (xpi/firefox-52.3.0/kn.xpi) = d6bdbde687f2cedbe9cf416b10d1d7ea2a6fa897836f4b9309682aeada87ca6f +SIZE (xpi/firefox-52.3.0/kn.xpi) = 519454 +SHA256 (xpi/firefox-52.3.0/ko.xpi) = 29acfdef713913306dca8a3a5c720df92c855f8ebfb85c6a72563e05454001d7 +SIZE (xpi/firefox-52.3.0/ko.xpi) = 463630 +SHA256 (xpi/firefox-52.3.0/lij.xpi) = 79e6bc6f251ae76c57f12e6262510e193236503a534fbfd5d162eab4663c8ee3 +SIZE (xpi/firefox-52.3.0/lij.xpi) = 421071 +SHA256 (xpi/firefox-52.3.0/lt.xpi) = 06251c9170717780d2d0ef5591e36f7956780a4944be54abd63b6a66a5733c36 +SIZE (xpi/firefox-52.3.0/lt.xpi) = 452235 +SHA256 (xpi/firefox-52.3.0/lv.xpi) = 7f51052a2f1304401bb75282cce13d00b2a11775fe53e459047d94f33e0676fc +SIZE (xpi/firefox-52.3.0/lv.xpi) = 448450 +SHA256 (xpi/firefox-52.3.0/mai.xpi) = 958a0cc344f19e5fc73b65243582f13b103bd89bd3ad8d2edaae4452e05892f1 +SIZE (xpi/firefox-52.3.0/mai.xpi) = 499841 +SHA256 (xpi/firefox-52.3.0/mk.xpi) = edbe13a53ab97555ed6392b7550cf7742da4ad8a2e43da159d3a3439cb95a529 +SIZE (xpi/firefox-52.3.0/mk.xpi) = 496199 +SHA256 (xpi/firefox-52.3.0/ml.xpi) = e62c41c31010b7b07bee966fd54c944c81ef4a10aad7d56e5951dbed2325de45 +SIZE (xpi/firefox-52.3.0/ml.xpi) = 516487 +SHA256 (xpi/firefox-52.3.0/mr.xpi) = 853783790923104f333c5f98f4fc9c79a30a45cd95b103863c3437689e8810e7 +SIZE (xpi/firefox-52.3.0/mr.xpi) = 502431 +SHA256 (xpi/firefox-52.3.0/ms.xpi) = 59341afa10dbd2dbee2a5b2f1764d0949d7254104738b8e4a950138540d445d0 +SIZE (xpi/firefox-52.3.0/ms.xpi) = 435991 +SHA256 (xpi/firefox-52.3.0/nb-NO.xpi) = e9a3814fa0244b9b1955a44e2659e58f35318785db1fc1ed39b47ef7e90d5b68 +SIZE (xpi/firefox-52.3.0/nb-NO.xpi) = 434412 +SHA256 (xpi/firefox-52.3.0/nl.xpi) = a250553eb68dae9856a3d642b02a34d9ec4b08d8c95c468a22bafab5d28cb927 +SIZE (xpi/firefox-52.3.0/nl.xpi) = 432007 +SHA256 (xpi/firefox-52.3.0/nn-NO.xpi) = 2c9658b313547ae23defe170f5338c19bb2fd290505b32f86f9687d09a4eb681 +SIZE (xpi/firefox-52.3.0/nn-NO.xpi) = 428645 +SHA256 (xpi/firefox-52.3.0/or.xpi) = e6fd7b8e2495fa5fa2e455dc93882fbe956bbd69ceb1028974f19c5134e9d18e +SIZE (xpi/firefox-52.3.0/or.xpi) = 496917 +SHA256 (xpi/firefox-52.3.0/pa-IN.xpi) = 4c116bc2534cfe7828408e007e97ee10f4ce676d07c1788383a2a08ac6d970cb +SIZE (xpi/firefox-52.3.0/pa-IN.xpi) = 476587 +SHA256 (xpi/firefox-52.3.0/pl.xpi) = 488fb4dc5e2c6dfb72d0c093dc0489ced730117f85154027a68b61d53046a120 +SIZE (xpi/firefox-52.3.0/pl.xpi) = 352851 +SHA256 (xpi/firefox-52.3.0/pt-BR.xpi) = 06e1d14174175a2a7e507e6768c2da488d6c942bfc25e121ec8f98830d28ce7b +SIZE (xpi/firefox-52.3.0/pt-BR.xpi) = 438170 +SHA256 (xpi/firefox-52.3.0/pt-PT.xpi) = 706004d4d41d4a95aa7ebcb8a414d1247f82850bca7977004e70d69c03c11d3f +SIZE (xpi/firefox-52.3.0/pt-PT.xpi) = 436727 +SHA256 (xpi/firefox-52.3.0/rm.xpi) = b1ec6987f5b522c59bb77fc85e1469c498c2017d449e9232ddda1f7da2bd72de +SIZE (xpi/firefox-52.3.0/rm.xpi) = 434609 +SHA256 (xpi/firefox-52.3.0/ro.xpi) = ae523a1649c133d895f61b1da543d612d5fdb309fc0131299320a5755447bc2e +SIZE (xpi/firefox-52.3.0/ro.xpi) = 449938 +SHA256 (xpi/firefox-52.3.0/ru.xpi) = c8901b71bc06e55d03276bf6e87db0b0f29e84ca213b6d613af3f0c7ca99acb3 +SIZE (xpi/firefox-52.3.0/ru.xpi) = 395364 +SHA256 (xpi/firefox-52.3.0/si.xpi) = 3bbb55aad8181ab949623d2aeae7a91f1ad0228bd1a6415ab674d717fbb3ed87 +SIZE (xpi/firefox-52.3.0/si.xpi) = 491959 +SHA256 (xpi/firefox-52.3.0/sk.xpi) = b4b0e72778e495ae9ff9376b15b7d98061c03698983f0673ce55580bd2f2275c +SIZE (xpi/firefox-52.3.0/sk.xpi) = 455820 +SHA256 (xpi/firefox-52.3.0/sl.xpi) = 4de94b52639ccafeaf69cc4c036b03303bcc22f5a7a8f40de2f9376ace18694d +SIZE (xpi/firefox-52.3.0/sl.xpi) = 433482 +SHA256 (xpi/firefox-52.3.0/son.xpi) = bef2c59b89bbcbf6ab00e6738c44b1bad29f4110e49a7d975dbd974826ae7451 +SIZE (xpi/firefox-52.3.0/son.xpi) = 435128 +SHA256 (xpi/firefox-52.3.0/sq.xpi) = 0f43fcf1e3f8b5cc2c9a625b9b3adead743101d278568dc040ee16224920b213 +SIZE (xpi/firefox-52.3.0/sq.xpi) = 448156 +SHA256 (xpi/firefox-52.3.0/sr.xpi) = 78e9bd35f77e2286711c141be0462bdecd071ead330c3f2118bbc9dd8c67d56c +SIZE (xpi/firefox-52.3.0/sr.xpi) = 463394 +SHA256 (xpi/firefox-52.3.0/sv-SE.xpi) = 2037a612d56dab5c05b452b37ea8bc37cd836b01246f66463b11c644cbe1d4d2 +SIZE (xpi/firefox-52.3.0/sv-SE.xpi) = 441178 +SHA256 (xpi/firefox-52.3.0/ta.xpi) = b5d75397a8f1290cd9613e2dece0a85f2e65866493b07d9fc900212a64214559 +SIZE (xpi/firefox-52.3.0/ta.xpi) = 494798 +SHA256 (xpi/firefox-52.3.0/te.xpi) = 21abd4943f8e041eb3028391fc8212f2080f04796cce8bebd5156afc029cc481 +SIZE (xpi/firefox-52.3.0/te.xpi) = 515241 +SHA256 (xpi/firefox-52.3.0/th.xpi) = bdc05f6b3463c6f79393ce2fb224d49aa4077087604cf29429aa44c8f50bb4bd +SIZE (xpi/firefox-52.3.0/th.xpi) = 489379 +SHA256 (xpi/firefox-52.3.0/tr.xpi) = a53e53cfbb8e3f4f871980e4bf6d9bb5e7bf0adb45fe7272fd34337d5d0f0905 +SIZE (xpi/firefox-52.3.0/tr.xpi) = 443673 +SHA256 (xpi/firefox-52.3.0/uk.xpi) = 2df09f7facb021332ce80ec7b1105d5ba9d79b1f56372e5b96ff9b1af7258a3e +SIZE (xpi/firefox-52.3.0/uk.xpi) = 495095 +SHA256 (xpi/firefox-52.3.0/uz.xpi) = e3e7d5e42e0ed8a74b0eb5fa215095a56094ab826f812319d7faf057f76ec488 +SIZE (xpi/firefox-52.3.0/uz.xpi) = 447917 +SHA256 (xpi/firefox-52.3.0/vi.xpi) = 35e5d402e48d3df920d47bdb4c6e818a0bf7ff3fbe74decf00c5a241cf309b37 +SIZE (xpi/firefox-52.3.0/vi.xpi) = 450805 +SHA256 (xpi/firefox-52.3.0/xh.xpi) = f47466dc94ebcd3e60b01aaf8cfae1db7acd6faa7c49c7b05fb8c864f97a06f9 +SIZE (xpi/firefox-52.3.0/xh.xpi) = 441173 +SHA256 (xpi/firefox-52.3.0/zh-CN.xpi) = 161a266089d3ad502d4808e678996114dc0967769eac14d8c06334480f344f48 +SIZE (xpi/firefox-52.3.0/zh-CN.xpi) = 461695 +SHA256 (xpi/firefox-52.3.0/zh-TW.xpi) = 664a51f492f2e41479c99b16295c3ce1925de11f72dee61408ed1313950f613a +SIZE (xpi/firefox-52.3.0/zh-TW.xpi) = 472534 Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Mon Aug 7 17:32:31 2017 (r447499) +++ head/www/firefox-esr/Makefile Mon Aug 7 18:22:35 2017 (r447500) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 52.2.1 +DISTVERSION= 52.3.0 DISTVERSIONSUFFIX=esr.source PORTEPOCH= 1 CATEGORIES= www ipv6 Modified: head/www/firefox-esr/distinfo ============================================================================== --- head/www/firefox-esr/distinfo Mon Aug 7 17:32:31 2017 (r447499) +++ head/www/firefox-esr/distinfo Mon Aug 7 18:22:35 2017 (r447500) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498672201 -SHA256 (firefox-52.2.1esr.source.tar.xz) = 8ee3ae10e8e782d867e9164eaed4613783959266fd7d01daf972159ca426efdb -SIZE (firefox-52.2.1esr.source.tar.xz) = 212033732 +TIMESTAMP = 1501720050 +SHA256 (firefox-52.3.0esr.source.tar.xz) = c16bc86d6cb8c2199ed1435ab80a9ae65f9324c820ea0eeb38bf89a97d253b5b +SIZE (firefox-52.3.0esr.source.tar.xz) = 210881900 From owner-svn-ports-head@freebsd.org Mon Aug 7 18:22:54 2017 Return-Path: Delivered-To: svn-ports-head@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 11D94DC0075; Mon, 7 Aug 2017 18:22:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A48A7C519; Mon, 7 Aug 2017 18:22:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v77IMquR030271; Mon, 7 Aug 2017 18:22:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v77IMpG3030259; Mon, 7 Aug 2017 18:22:51 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201708071822.v77IMpG3030259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 7 Aug 2017 18:22:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447501 - in head: Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: Mk/Uses www/firefox www/firefox-i18n www/firefox/files X-SVN-Commit-Revision: 447501 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2017 18:22:54 -0000 Author: jbeich Date: Mon Aug 7 18:22:51 2017 New Revision: 447501 URL: https://svnweb.freebsd.org/changeset/ports/447501 Log: www/firefox: update to 55.0 This is the last release to support RUST=off. Later versions remove non-Rust codepaths e.g., via encoding_rs. Changes: https://www.mozilla.org/firefox/55.0/releasenotes/ PR: 216541 219963 Security: 555b244e-6b20-4546-851f-d8eb7d6c1ffa MFH: 2017Q3 Added: head/www/firefox/files/patch-bug1312182 (contents, props changed) head/www/firefox/files/patch-bug1385597 (contents, props changed) head/www/firefox/files/patch-third__party_python_futures_concurrent_futures_process.py (contents, props changed) - copied, changed from r447500, head/www/firefox/files/patch-python_futures_concurrent_futures_process.py Deleted: head/www/firefox/files/patch-bug1356709 head/www/firefox/files/patch-bug1357874 head/www/firefox/files/patch-bug1360321 head/www/firefox/files/patch-bug1376411 head/www/firefox/files/patch-bug981348 head/www/firefox/files/patch-python_futures_concurrent_futures_process.py Modified: head/Mk/Uses/gecko.mk (contents, props changed) head/www/firefox-i18n/Makefile (contents, props changed) head/www/firefox-i18n/Makefile.lang (contents, props changed) head/www/firefox-i18n/Makefile.option (contents, props changed) head/www/firefox-i18n/distinfo (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/firefox/distinfo (contents, props changed) head/www/firefox/files/patch-bug1021761 (contents, props changed) head/www/firefox/files/patch-bug702179 (contents, props changed) head/www/firefox/files/patch-bug826985 (contents, props changed) head/www/firefox/files/patch-bug847568 (contents, props changed) head/www/firefox/files/patch-rust-option (contents, props changed) Modified: head/Mk/Uses/gecko.mk ============================================================================== --- head/Mk/Uses/gecko.mk Mon Aug 7 18:22:35 2017 (r447500) +++ head/Mk/Uses/gecko.mk Mon Aug 7 18:22:51 2017 (r447501) @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul .elif ${gecko_ARGS:Mfirefox} _GECKO_DEFAULT_VERSION= 52 -_GECKO_VERSIONS= 52 54 +_GECKO_VERSIONS= 52 55 _GECKO_TYPE= firefox # Dependence lines for different Firefox versions 52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr -54_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox +55_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox .if exists(${LOCALBASE}/bin/firefox) _GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null Modified: head/www/firefox-i18n/Makefile ============================================================================== --- head/www/firefox-i18n/Makefile Mon Aug 7 18:22:35 2017 (r447500) +++ head/www/firefox-i18n/Makefile Mon Aug 7 18:22:51 2017 (r447501) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= firefox-i18n -PORTVERSION= 54.0.1 +PORTVERSION= 55.0 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build3/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:archivers/zip -USES= zip:infozip gecko:firefox,54,build +USES= zip:infozip gecko:firefox,55,build USE_XPI= firefox NO_ARCH= yes Modified: head/www/firefox-i18n/Makefile.lang ============================================================================== --- head/www/firefox-i18n/Makefile.lang Mon Aug 7 18:22:35 2017 (r447500) +++ head/www/firefox-i18n/Makefile.lang Mon Aug 7 18:22:51 2017 (r447501) @@ -1,7 +1,7 @@ # Created by: Koji Yokota # $FreeBSD$ -FIREFOX_I18N_ALL_= ach af an ar as ast az bg bn-BD bn-IN br bs ca cak \ +FIREFOX_I18N_ALL_= ach af an ar as ast az be bg bn-BD bn-IN br bs ca cak \ cs cy da de dsb el en-GB en-US en-ZA eo es-AR es-CL \ es-ES es-MX et eu fa ff fi fr fy-NL ga-IE gd gl gn \ gu-IN he hi-IN hr hsb hu hy-AM id is it ja ka kab \ @@ -32,6 +32,9 @@ FIREFOX_I18N+= ast .endif .if ${PORT_OPTIONS:MLANG_AZ} FIREFOX_I18N+= az +.endif +.if ${PORT_OPTIONS:MLANG_BE} +FIREFOX_I18N+= be .endif .if ${PORT_OPTIONS:MLANG_BG} FIREFOX_I18N+= bg Modified: head/www/firefox-i18n/Makefile.option ============================================================================== --- head/www/firefox-i18n/Makefile.option Mon Aug 7 18:22:35 2017 (r447500) +++ head/www/firefox-i18n/Makefile.option Mon Aug 7 18:22:51 2017 (r447501) @@ -9,6 +9,7 @@ OPTIONS_DEFINE= LANG_ACH \ LANG_AS \ LANG_AST \ LANG_AZ \ + LANG_BE \ LANG_BG \ LANG_BB \ LANG_BN \ Modified: head/www/firefox-i18n/distinfo ============================================================================== --- head/www/firefox-i18n/distinfo Mon Aug 7 18:22:35 2017 (r447500) +++ head/www/firefox-i18n/distinfo Mon Aug 7 18:22:51 2017 (r447501) @@ -1,189 +1,191 @@ -TIMESTAMP = 1498670356 -SHA256 (xpi/firefox-i18n-54.0.1/ach.xpi) = 2ac6571fee99dbb0886e6b4d75d9ed9b793b5a2551413d0969c4b443e797b9a8 -SIZE (xpi/firefox-i18n-54.0.1/ach.xpi) = 426785 -SHA256 (xpi/firefox-i18n-54.0.1/af.xpi) = 86e4a12e511e7a88b7eb762b0755984e72b8774c77398481609237e9ca44b4a5 -SIZE (xpi/firefox-i18n-54.0.1/af.xpi) = 436585 -SHA256 (xpi/firefox-i18n-54.0.1/an.xpi) = a925947a8d77450357b2e85454c8b02b71f2553a6abc373d6ef865a098acef6a -SIZE (xpi/firefox-i18n-54.0.1/an.xpi) = 445344 -SHA256 (xpi/firefox-i18n-54.0.1/ar.xpi) = 8e7d0af2143a5df4f93fb70d0e240180b897320234d9e0f17274f996c9e7ca29 -SIZE (xpi/firefox-i18n-54.0.1/ar.xpi) = 473124 -SHA256 (xpi/firefox-i18n-54.0.1/as.xpi) = 3f4f218ce4da291d008630f20b29d032182f8c5356c387be81a55616881585d3 -SIZE (xpi/firefox-i18n-54.0.1/as.xpi) = 484171 -SHA256 (xpi/firefox-i18n-54.0.1/ast.xpi) = b215e69042c029156b8e787c03f9504beb5e056ea71f0e8e6eb706205f8eee1f -SIZE (xpi/firefox-i18n-54.0.1/ast.xpi) = 440269 -SHA256 (xpi/firefox-i18n-54.0.1/az.xpi) = a092eb7b69b97e44a375ac1244a8f1bfc48acfd7d99051350803632273164e68 -SIZE (xpi/firefox-i18n-54.0.1/az.xpi) = 454243 -SHA256 (xpi/firefox-i18n-54.0.1/bg.xpi) = 2d12828369f44e8c805e2825946cec5ef040585a92b35c89ff17aceac8a0a83d -SIZE (xpi/firefox-i18n-54.0.1/bg.xpi) = 485835 -SHA256 (xpi/firefox-i18n-54.0.1/bn-BD.xpi) = ab3a823e662776edf0aeaf9c4535f451ebe4e8ad5811023377ca88eebef56306 -SIZE (xpi/firefox-i18n-54.0.1/bn-BD.xpi) = 508867 -SHA256 (xpi/firefox-i18n-54.0.1/bn-IN.xpi) = 0acff03ac54f2a4609c626d4e5b461c0abacb8b24d6df4dc1b3f2cffc6baffa7 -SIZE (xpi/firefox-i18n-54.0.1/bn-IN.xpi) = 506168 -SHA256 (xpi/firefox-i18n-54.0.1/br.xpi) = e164f7ba23ce3fac8240f9f3cb3b44dd0555c558550d0f9fc98cbfa5eb05de8d -SIZE (xpi/firefox-i18n-54.0.1/br.xpi) = 434372 -SHA256 (xpi/firefox-i18n-54.0.1/bs.xpi) = 7b74a68b66b6763922cfa08ed8c2dab8dad64fe4b8cd8e51f3b023c635d0dddc -SIZE (xpi/firefox-i18n-54.0.1/bs.xpi) = 441131 -SHA256 (xpi/firefox-i18n-54.0.1/ca.xpi) = 104ae2cc9b629669005648e5fb2e7cad06965eb700c6246bacc8874c48180b82 -SIZE (xpi/firefox-i18n-54.0.1/ca.xpi) = 443027 -SHA256 (xpi/firefox-i18n-54.0.1/cak.xpi) = aced374c69e3cd85800b685bd1003b290b58f0a37c870e42badce50c740a0a36 -SIZE (xpi/firefox-i18n-54.0.1/cak.xpi) = 458232 -SHA256 (xpi/firefox-i18n-54.0.1/cs.xpi) = 937ab90c522119406605eb0051f81dbe0a0c716826cf222cee532bbaeeb049ac -SIZE (xpi/firefox-i18n-54.0.1/cs.xpi) = 443929 -SHA256 (xpi/firefox-i18n-54.0.1/cy.xpi) = 6a095bdbe2c274da1772c87914aad3ca4a788f6f3a0d3a10d9432cfdf646a6a3 -SIZE (xpi/firefox-i18n-54.0.1/cy.xpi) = 436310 -SHA256 (xpi/firefox-i18n-54.0.1/da.xpi) = 1a0d5e22c79b0f558031b14edc8aa8a4dd1ce0a5c418549c68c8223c5ab7a7f9 -SIZE (xpi/firefox-i18n-54.0.1/da.xpi) = 423766 -SHA256 (xpi/firefox-i18n-54.0.1/de.xpi) = 1bc9004a9aa4f41245c610ab0c239496cd649157e8ad7bbb89feb83585889b60 -SIZE (xpi/firefox-i18n-54.0.1/de.xpi) = 442814 -SHA256 (xpi/firefox-i18n-54.0.1/dsb.xpi) = 0946b957ff6765bd30171477394ed5e0345cc3c6dadf1fee07b85a57d789515d -SIZE (xpi/firefox-i18n-54.0.1/dsb.xpi) = 458691 -SHA256 (xpi/firefox-i18n-54.0.1/el.xpi) = 60f7e95db941c2c2b9bdbbb7b4c601badd2cc92f59c716e3ea82294fb7078e63 -SIZE (xpi/firefox-i18n-54.0.1/el.xpi) = 511228 -SHA256 (xpi/firefox-i18n-54.0.1/en-GB.xpi) = 50b09222acad38c4d2a878850905b55cd399f5923fa9aa2b2fa118a48560883e -SIZE (xpi/firefox-i18n-54.0.1/en-GB.xpi) = 419545 -SHA256 (xpi/firefox-i18n-54.0.1/en-US.xpi) = 14e0d08ce9fd79cd1b9ade2c19d92b255b758384c7e7e608d573beed36f639a3 -SIZE (xpi/firefox-i18n-54.0.1/en-US.xpi) = 425757 -SHA256 (xpi/firefox-i18n-54.0.1/en-ZA.xpi) = 1fcea8c4bd696913c4d93fdd8dc3569707de035e6b5ed4808892e85a8945b58f -SIZE (xpi/firefox-i18n-54.0.1/en-ZA.xpi) = 413431 -SHA256 (xpi/firefox-i18n-54.0.1/eo.xpi) = d32c2f771aea465c62c4b9d782fccc1d22969be3ea827027d7acdb592ee66e19 -SIZE (xpi/firefox-i18n-54.0.1/eo.xpi) = 437027 -SHA256 (xpi/firefox-i18n-54.0.1/es-AR.xpi) = c1b6a6ffdf9f74d653f72cf3157b820b95eddf26fabc72be3d2bae84457f5d78 -SIZE (xpi/firefox-i18n-54.0.1/es-AR.xpi) = 445558 -SHA256 (xpi/firefox-i18n-54.0.1/es-CL.xpi) = 222dd573b6f877926bee2d58963366b670a4d5176c839663073da1bb6ff51eb5 -SIZE (xpi/firefox-i18n-54.0.1/es-CL.xpi) = 445585 -SHA256 (xpi/firefox-i18n-54.0.1/es-ES.xpi) = 494983532ee064521a37d90cbfbef46d0fab37fe82d4d72b3ade3c539db3585b -SIZE (xpi/firefox-i18n-54.0.1/es-ES.xpi) = 341281 -SHA256 (xpi/firefox-i18n-54.0.1/es-MX.xpi) = 3a74d108671f717c3bb5954298eb396c861aa902cf7c426cc2cc02ecc15f6dbf -SIZE (xpi/firefox-i18n-54.0.1/es-MX.xpi) = 447976 -SHA256 (xpi/firefox-i18n-54.0.1/et.xpi) = 4a926107e99dd4bd6a8b6089f08fc53a33f5fb7d55dab8197121558bfc8df1d8 -SIZE (xpi/firefox-i18n-54.0.1/et.xpi) = 423855 -SHA256 (xpi/firefox-i18n-54.0.1/eu.xpi) = 17fc4a655d72a25ed1acc41276fcdd22f5c3662c87b61bca48195345d45f5a3a -SIZE (xpi/firefox-i18n-54.0.1/eu.xpi) = 438025 -SHA256 (xpi/firefox-i18n-54.0.1/fa.xpi) = 325b3a51f4e5adb0fad02fe050d43d6bfd3b0f6f8bcec24eeccc93df4e2a61da -SIZE (xpi/firefox-i18n-54.0.1/fa.xpi) = 490360 -SHA256 (xpi/firefox-i18n-54.0.1/ff.xpi) = 7f3616ce409ef5a709321b230541236c0654848b943f7f08e538d8f9606290c5 -SIZE (xpi/firefox-i18n-54.0.1/ff.xpi) = 441539 -SHA256 (xpi/firefox-i18n-54.0.1/fi.xpi) = 1e124737d0d1a51f8edfa2452e39db0da28068fa0a8ba1de97d8a5a8fceac5d2 -SIZE (xpi/firefox-i18n-54.0.1/fi.xpi) = 428998 -SHA256 (xpi/firefox-i18n-54.0.1/fr.xpi) = a77a3ff17a868e64fa45f3543a43a7a35b7c2a8b63a83a9f3ab25ade74252c81 -SIZE (xpi/firefox-i18n-54.0.1/fr.xpi) = 451596 -SHA256 (xpi/firefox-i18n-54.0.1/fy-NL.xpi) = c604b47608caaef2101a1465efdbd70519ceef08d06a7527934a5b612a0af65c -SIZE (xpi/firefox-i18n-54.0.1/fy-NL.xpi) = 444473 -SHA256 (xpi/firefox-i18n-54.0.1/ga-IE.xpi) = 78e5c09e43ae6c8f0ce17e16c26a50e64a5ec6c71f942c3c3fd78c3087ea6dd5 -SIZE (xpi/firefox-i18n-54.0.1/ga-IE.xpi) = 457484 -SHA256 (xpi/firefox-i18n-54.0.1/gd.xpi) = 8ee562188ed70c78e997215c4c00d9a1f97360dcee5ea430cf6830405c69d40f -SIZE (xpi/firefox-i18n-54.0.1/gd.xpi) = 446084 -SHA256 (xpi/firefox-i18n-54.0.1/gl.xpi) = d1b440764c3a50c5e69369d459e2ec1be1bded24096d6c33fe09af12b74e0b47 -SIZE (xpi/firefox-i18n-54.0.1/gl.xpi) = 443277 -SHA256 (xpi/firefox-i18n-54.0.1/gn.xpi) = 1c43832720ff7355b5edc8d95e112395abc18c810840de5c2b768a1756b9a981 -SIZE (xpi/firefox-i18n-54.0.1/gn.xpi) = 456068 -SHA256 (xpi/firefox-i18n-54.0.1/gu-IN.xpi) = ddcda3eaf8c04d3eccde0a86e3a95642377d9881849599c8150a9751ee129a93 -SIZE (xpi/firefox-i18n-54.0.1/gu-IN.xpi) = 487118 -SHA256 (xpi/firefox-i18n-54.0.1/he.xpi) = 99b4ea64591e975b5207418812e8b178f1d139fec32d1042d86f69563ca182ae -SIZE (xpi/firefox-i18n-54.0.1/he.xpi) = 454287 -SHA256 (xpi/firefox-i18n-54.0.1/hi-IN.xpi) = 4031a32ad3f54f38aac8748839404e3ac9da1c2c46ecfe80c59ed31d5a2dd3ff -SIZE (xpi/firefox-i18n-54.0.1/hi-IN.xpi) = 504632 -SHA256 (xpi/firefox-i18n-54.0.1/hr.xpi) = 9e9c3133951e1af4c71aa3f0583102a78420aec89c6b5ba270b5695b554d5578 -SIZE (xpi/firefox-i18n-54.0.1/hr.xpi) = 447780 -SHA256 (xpi/firefox-i18n-54.0.1/hsb.xpi) = 3e1756b6ebd88994d14cd46bd93bb83041f2da4e33df22a21c27fcd158dd70a8 -SIZE (xpi/firefox-i18n-54.0.1/hsb.xpi) = 456528 -SHA256 (xpi/firefox-i18n-54.0.1/hu.xpi) = 5050f78682cf02e180005fa305751bf65dc12b76e1b0d15178d553a1ab8aae25 -SIZE (xpi/firefox-i18n-54.0.1/hu.xpi) = 451123 -SHA256 (xpi/firefox-i18n-54.0.1/hy-AM.xpi) = eef38f7bbaf2f6d3ec282931eeb0032951e44db39469cbf532ae8883c887217f -SIZE (xpi/firefox-i18n-54.0.1/hy-AM.xpi) = 496020 -SHA256 (xpi/firefox-i18n-54.0.1/id.xpi) = b5c619719efee4a36e2b5008f6ce2cb4251faa9308f59502909933e14836f36f -SIZE (xpi/firefox-i18n-54.0.1/id.xpi) = 425284 -SHA256 (xpi/firefox-i18n-54.0.1/is.xpi) = d4a28ac291cd5e6649800b1babd39ec3e7dd808da15b608b16ac15e4548cd256 -SIZE (xpi/firefox-i18n-54.0.1/is.xpi) = 441708 -SHA256 (xpi/firefox-i18n-54.0.1/it.xpi) = ccadf76ba443e1ee2ce80db7a895dae99b0a7670736b78eb21cd75788b97e278 -SIZE (xpi/firefox-i18n-54.0.1/it.xpi) = 335501 -SHA256 (xpi/firefox-i18n-54.0.1/ja.xpi) = 820b33c1c4675fe59f8bc73328da8718bddcec6fd3b7ceeb171ff1994322dcb3 -SIZE (xpi/firefox-i18n-54.0.1/ja.xpi) = 486807 -SHA256 (xpi/firefox-i18n-54.0.1/ka.xpi) = 2d596db623a85e87c45fa698e18ad9e66733f29534be8297ef4c52e7288db8a7 -SIZE (xpi/firefox-i18n-54.0.1/ka.xpi) = 473231 -SHA256 (xpi/firefox-i18n-54.0.1/kab.xpi) = a0611e7f5bebefb65a7de1b0b80b921ae01a5448c65c7218eabdd31ee292d7e6 -SIZE (xpi/firefox-i18n-54.0.1/kab.xpi) = 443917 -SHA256 (xpi/firefox-i18n-54.0.1/kk.xpi) = 9f2d4fb392830db601a650ec0a86860a99647150d65f2a3f58d3ca5f86c667bf -SIZE (xpi/firefox-i18n-54.0.1/kk.xpi) = 493048 -SHA256 (xpi/firefox-i18n-54.0.1/km.xpi) = 9ba58f2ad59b02905f39ab52e10c967555f4e9d4efde5832d4fed9d9acbdba06 -SIZE (xpi/firefox-i18n-54.0.1/km.xpi) = 517240 -SHA256 (xpi/firefox-i18n-54.0.1/kn.xpi) = e4ee165edd2accef0b75e7ac373be81bac94be182d9184477cee7ba72a9eefb0 -SIZE (xpi/firefox-i18n-54.0.1/kn.xpi) = 516492 -SHA256 (xpi/firefox-i18n-54.0.1/ko.xpi) = 34258d81a65b8e8d82992c359c2c864208f9cbe775b6d8503bff73639a4f38de -SIZE (xpi/firefox-i18n-54.0.1/ko.xpi) = 460422 -SHA256 (xpi/firefox-i18n-54.0.1/lij.xpi) = 5175475d43dad7033fc3d5ff29bf2ef4b6b7c7c78aa5772494e9e0b076a83b88 -SIZE (xpi/firefox-i18n-54.0.1/lij.xpi) = 431675 -SHA256 (xpi/firefox-i18n-54.0.1/lt.xpi) = 965dac8a258b3f1fa95408f7bb1e4778a4935b0c5259f4b4cadc261a2202b9b0 -SIZE (xpi/firefox-i18n-54.0.1/lt.xpi) = 451195 -SHA256 (xpi/firefox-i18n-54.0.1/lv.xpi) = 28fa09ca2dfa0e35fa939b1e404b38d247b921fbae83d12e84a75a3fe2d506d9 -SIZE (xpi/firefox-i18n-54.0.1/lv.xpi) = 447753 -SHA256 (xpi/firefox-i18n-54.0.1/mai.xpi) = 549b205729fda9ac5b518e4fd14e482cdf53330195cac9aa5abd7a5960e6bd94 -SIZE (xpi/firefox-i18n-54.0.1/mai.xpi) = 497012 -SHA256 (xpi/firefox-i18n-54.0.1/mk.xpi) = bb71fa5d9de5b7f22e9a61846a9712039307d82e410c283ec4c5646eb1722dfc -SIZE (xpi/firefox-i18n-54.0.1/mk.xpi) = 493118 -SHA256 (xpi/firefox-i18n-54.0.1/ml.xpi) = cf8fd4617b462f10014b56d058526afe5a21c5d27437e6e7bd2d3972d6a80f5f -SIZE (xpi/firefox-i18n-54.0.1/ml.xpi) = 512264 -SHA256 (xpi/firefox-i18n-54.0.1/mr.xpi) = 5721566ae1bb2aab7bcd10ab5d6461d4828c0665e778694bfc41f7dcda7ec46b -SIZE (xpi/firefox-i18n-54.0.1/mr.xpi) = 501035 -SHA256 (xpi/firefox-i18n-54.0.1/ms.xpi) = 1ae16e71b6fc08b3eb7bd3db4f356300e33a8eb4093587e7c553109774378541 -SIZE (xpi/firefox-i18n-54.0.1/ms.xpi) = 435502 -SHA256 (xpi/firefox-i18n-54.0.1/my.xpi) = f634472bbd81089fdcf675d4c05078b6a380b5b32f35efcfd2549ae322062ee5 -SIZE (xpi/firefox-i18n-54.0.1/my.xpi) = 511255 -SHA256 (xpi/firefox-i18n-54.0.1/nb-NO.xpi) = 64b19a30823f1ceca9790f91d663569da7e3559f56c91af6d52fe3cb12b42685 -SIZE (xpi/firefox-i18n-54.0.1/nb-NO.xpi) = 433681 -SHA256 (xpi/firefox-i18n-54.0.1/nl.xpi) = 3a42e931b4f4504e7459f5e976cbb6b23d2660d98751a2307fca4da5bf600579 -SIZE (xpi/firefox-i18n-54.0.1/nl.xpi) = 431501 -SHA256 (xpi/firefox-i18n-54.0.1/nn-NO.xpi) = e423caf98330b9655476c5c6181b5390caccdb73c6c1260788d7d854ce2135d3 -SIZE (xpi/firefox-i18n-54.0.1/nn-NO.xpi) = 427871 -SHA256 (xpi/firefox-i18n-54.0.1/or.xpi) = 21542c795149a5014c762ab5b0d80758228d520fbb29d5da3575bac319efcc20 -SIZE (xpi/firefox-i18n-54.0.1/or.xpi) = 494082 -SHA256 (xpi/firefox-i18n-54.0.1/pa-IN.xpi) = ff23be5a0183b9ab0f508e0454363ccb4d4ea787e234f47f506a59a53b823900 -SIZE (xpi/firefox-i18n-54.0.1/pa-IN.xpi) = 473517 -SHA256 (xpi/firefox-i18n-54.0.1/pl.xpi) = f5b54399bde33a78e26ed608a541641cbbd455d6f615ebadaf51a1d4a070c49b -SIZE (xpi/firefox-i18n-54.0.1/pl.xpi) = 347205 -SHA256 (xpi/firefox-i18n-54.0.1/pt-BR.xpi) = d2fec0d257a63098d1815c19cfda9485898671b05cbd04d405d7aea37bab0da6 -SIZE (xpi/firefox-i18n-54.0.1/pt-BR.xpi) = 437173 -SHA256 (xpi/firefox-i18n-54.0.1/pt-PT.xpi) = 81ab31f6e804bb4000e82d8e5c0f1a523a06017b5c70702080b3d37e69a0cddc -SIZE (xpi/firefox-i18n-54.0.1/pt-PT.xpi) = 436178 -SHA256 (xpi/firefox-i18n-54.0.1/rm.xpi) = 1f97345a398a8debe697c52c1c9470e8e372b27358f03b97c362936961075c42 -SIZE (xpi/firefox-i18n-54.0.1/rm.xpi) = 433406 -SHA256 (xpi/firefox-i18n-54.0.1/ro.xpi) = a240485bcc277196ff5d9dc83b0ca3682bdb28eea348de9675d076a0cda90252 -SIZE (xpi/firefox-i18n-54.0.1/ro.xpi) = 449474 -SHA256 (xpi/firefox-i18n-54.0.1/ru.xpi) = ed18d1fdb2e0f71bf08a272e80d8954e3cbb67e47656f3c37d94f3368f9d5013 -SIZE (xpi/firefox-i18n-54.0.1/ru.xpi) = 487731 -SHA256 (xpi/firefox-i18n-54.0.1/si.xpi) = 4dce9708ecdd61c82621d97eb88476a4c13212efa136e1cf2db0f7df7e0c4271 -SIZE (xpi/firefox-i18n-54.0.1/si.xpi) = 491069 -SHA256 (xpi/firefox-i18n-54.0.1/sk.xpi) = fa7d3fdf5448c1fde3d875b1897207e129b04e3338d8e20eb050b65d6db1a383 -SIZE (xpi/firefox-i18n-54.0.1/sk.xpi) = 455015 -SHA256 (xpi/firefox-i18n-54.0.1/sl.xpi) = 31795653987c7dc1a1968006b3c8068f6e1089b0f2311d9d53c08cb73d2d3617 -SIZE (xpi/firefox-i18n-54.0.1/sl.xpi) = 433176 -SHA256 (xpi/firefox-i18n-54.0.1/son.xpi) = f1ee7a8fe539071cd78361d40f1e547ee25d0a5e10a72e040ff56d9f20bc297a -SIZE (xpi/firefox-i18n-54.0.1/son.xpi) = 435053 -SHA256 (xpi/firefox-i18n-54.0.1/sq.xpi) = 4310b19b43b5cd4c841ded13a62c621cf3eea4391e516b08bb70a4ea3e008a9a -SIZE (xpi/firefox-i18n-54.0.1/sq.xpi) = 448158 -SHA256 (xpi/firefox-i18n-54.0.1/sr.xpi) = 22a1101556894ea99607cc9e447bf6e54705a906e476245e3f599fd7ffc24484 -SIZE (xpi/firefox-i18n-54.0.1/sr.xpi) = 461355 -SHA256 (xpi/firefox-i18n-54.0.1/sv-SE.xpi) = 6fbaa53965beac50102a130257e3703ceddc4621744941beace41d172ab8d559 -SIZE (xpi/firefox-i18n-54.0.1/sv-SE.xpi) = 440479 -SHA256 (xpi/firefox-i18n-54.0.1/ta.xpi) = 192fe9dcf242ff01da8e51c216f04d32fe4a91170dbce22e5e40ecfa7f5e0759 -SIZE (xpi/firefox-i18n-54.0.1/ta.xpi) = 493957 -SHA256 (xpi/firefox-i18n-54.0.1/te.xpi) = c4e2bef212d4fbc5c250808f92318165db9f3bb0936be28b2517f43f213a3010 -SIZE (xpi/firefox-i18n-54.0.1/te.xpi) = 513339 -SHA256 (xpi/firefox-i18n-54.0.1/th.xpi) = be7902e644099d01405198a7f3a7c651494012c26e9729aa63f103a58adb28ba -SIZE (xpi/firefox-i18n-54.0.1/th.xpi) = 487219 -SHA256 (xpi/firefox-i18n-54.0.1/tr.xpi) = 4460fb3b0c3419ccc67de5b81709337e3990bd0f3753e66cbed467b468e58aff -SIZE (xpi/firefox-i18n-54.0.1/tr.xpi) = 440413 -SHA256 (xpi/firefox-i18n-54.0.1/uk.xpi) = 9009a1ff5f9e53b2041dd58a47b377d73e0e9dc59d257b49c2ce0f4fe9e15471 -SIZE (xpi/firefox-i18n-54.0.1/uk.xpi) = 490758 -SHA256 (xpi/firefox-i18n-54.0.1/ur.xpi) = efa36df7c6ccda5551d3be4a0beaff1069310607afb99040b7d586a9abd422e4 -SIZE (xpi/firefox-i18n-54.0.1/ur.xpi) = 496584 -SHA256 (xpi/firefox-i18n-54.0.1/uz.xpi) = 90b31da2151bbf9c89766074afec716c4cd05bfbae3d30bac1ccf14a0eb1db62 -SIZE (xpi/firefox-i18n-54.0.1/uz.xpi) = 448113 -SHA256 (xpi/firefox-i18n-54.0.1/vi.xpi) = b971ef91795039963a35e59ab7d653d7f0568760c3a0e2c95dccaf5052fd3750 -SIZE (xpi/firefox-i18n-54.0.1/vi.xpi) = 449655 -SHA256 (xpi/firefox-i18n-54.0.1/xh.xpi) = dbb7ca463660d3bf1fc2c079551b6380dc8d238be1a34cd2426cae4b74382bb9 -SIZE (xpi/firefox-i18n-54.0.1/xh.xpi) = 440803 -SHA256 (xpi/firefox-i18n-54.0.1/zh-CN.xpi) = 0acf841d128b347c85ceb8fa34dd2dcdb3177b1c4cb9fa2a97666ba0912dd16b -SIZE (xpi/firefox-i18n-54.0.1/zh-CN.xpi) = 458333 -SHA256 (xpi/firefox-i18n-54.0.1/zh-TW.xpi) = bebd2c45d83ba97ebafc3fd463385d3a75d3818bae33bf71e3430594f5f5abbc -SIZE (xpi/firefox-i18n-54.0.1/zh-TW.xpi) = 469166 +TIMESTAMP = 1501529467 +SHA256 (xpi/firefox-i18n-55.0/ach.xpi) = 7effd111a095cddfa54f351259213bf344a63a594ecee1619c5ea181dae1b26f +SIZE (xpi/firefox-i18n-55.0/ach.xpi) = 447503 +SHA256 (xpi/firefox-i18n-55.0/af.xpi) = b17db928990810aac31c86d01d92e73f0e4a0bfcdb98d7ec3d9ab1dcaadb0e30 +SIZE (xpi/firefox-i18n-55.0/af.xpi) = 448923 +SHA256 (xpi/firefox-i18n-55.0/an.xpi) = e15aa4930d21d29b7f409beb1fdcf18603eee54670672f856eb0019304442b34 +SIZE (xpi/firefox-i18n-55.0/an.xpi) = 468637 +SHA256 (xpi/firefox-i18n-55.0/ar.xpi) = 6f574ebea13627ade9f0732f5ef8857cf24c9986b41f83d4162f5b4dd934f65b +SIZE (xpi/firefox-i18n-55.0/ar.xpi) = 492759 +SHA256 (xpi/firefox-i18n-55.0/as.xpi) = eda8c3227dcc8ff518a85184a9d9bd121b54a9d9bef7936650a59ff405bee942 +SIZE (xpi/firefox-i18n-55.0/as.xpi) = 501506 +SHA256 (xpi/firefox-i18n-55.0/ast.xpi) = 4003edf17a241136abcc2722131b4d0c9f0ad5f9d3cad30f0903786c11dbe527 +SIZE (xpi/firefox-i18n-55.0/ast.xpi) = 460839 +SHA256 (xpi/firefox-i18n-55.0/az.xpi) = 227f74edc75a27483eacac85f775a7aed4d551f2da8b80ec8f6df102855d0e0d +SIZE (xpi/firefox-i18n-55.0/az.xpi) = 475367 +SHA256 (xpi/firefox-i18n-55.0/be.xpi) = 3e93a38c9e81ecd6b12686cb553a9d4963b3aa27544eca1a7d702dfb4d59bf17 +SIZE (xpi/firefox-i18n-55.0/be.xpi) = 522574 +SHA256 (xpi/firefox-i18n-55.0/bg.xpi) = 85a0566d0df2b8501f76c7680c47aed147d07f74bad80a4734a3e5a0f1c5d93a +SIZE (xpi/firefox-i18n-55.0/bg.xpi) = 520010 +SHA256 (xpi/firefox-i18n-55.0/bn-BD.xpi) = 477429b439a1bf73b59f21690988786ae87c06c5b587cdee8269c1cc2f5ffeca +SIZE (xpi/firefox-i18n-55.0/bn-BD.xpi) = 535105 +SHA256 (xpi/firefox-i18n-55.0/bn-IN.xpi) = 9d7004f7d7cc21ec8026d34fbc7a78c52bc8205f738df715d9d53bd57e56f664 +SIZE (xpi/firefox-i18n-55.0/bn-IN.xpi) = 526353 +SHA256 (xpi/firefox-i18n-55.0/br.xpi) = 1f2c64f8e11262340895ce55c16130745cff855778068b576b0e832cfa3a8f8c +SIZE (xpi/firefox-i18n-55.0/br.xpi) = 457058 +SHA256 (xpi/firefox-i18n-55.0/bs.xpi) = b18b81b09302846fdc9a53294b5c905406949fbe54abb172229ab5da62ae03fb +SIZE (xpi/firefox-i18n-55.0/bs.xpi) = 465024 +SHA256 (xpi/firefox-i18n-55.0/ca.xpi) = 6060c966fe663d4e6c44b4de7f4b8accab722ebc5788ca41fc2c1b846d238ede +SIZE (xpi/firefox-i18n-55.0/ca.xpi) = 473016 +SHA256 (xpi/firefox-i18n-55.0/cak.xpi) = 057900bfde342f8543734d95d83a31873a7bd727879f2a0662826ffef66f6855 +SIZE (xpi/firefox-i18n-55.0/cak.xpi) = 481773 +SHA256 (xpi/firefox-i18n-55.0/cs.xpi) = 807db70a47d46de4bce82027ca45fa2c1b0b0beecedd93c51134ac148e022025 +SIZE (xpi/firefox-i18n-55.0/cs.xpi) = 476808 +SHA256 (xpi/firefox-i18n-55.0/cy.xpi) = 11d8e6ae3ef64b878d33de9c1e87627c71f3c8d7858cdfd7fb901fda0e51a05f +SIZE (xpi/firefox-i18n-55.0/cy.xpi) = 458724 +SHA256 (xpi/firefox-i18n-55.0/da.xpi) = 5eee7d6abfdff7b63a71ad75c7628f8b9d2f3e06292c547d2c32521b86ddc170 +SIZE (xpi/firefox-i18n-55.0/da.xpi) = 452603 +SHA256 (xpi/firefox-i18n-55.0/de.xpi) = 9e59e27baff599dd0450c31a77532f8db37ca217f105b780ff14822607cfb85b +SIZE (xpi/firefox-i18n-55.0/de.xpi) = 465988 +SHA256 (xpi/firefox-i18n-55.0/dsb.xpi) = 1ace2c50ed147c64764eb9e55f8aa6a7917b4f1e76fac660f0ae282655d4fc43 +SIZE (xpi/firefox-i18n-55.0/dsb.xpi) = 482080 +SHA256 (xpi/firefox-i18n-55.0/el.xpi) = 776251cf76587518eebc4c3398168eb226d5e859c69e6068031d72e42d13d233 +SIZE (xpi/firefox-i18n-55.0/el.xpi) = 539776 +SHA256 (xpi/firefox-i18n-55.0/en-GB.xpi) = 9f298233d64ed509211dced494b206271457d29d82a06e999a2e4ec3c09cfadf +SIZE (xpi/firefox-i18n-55.0/en-GB.xpi) = 439267 +SHA256 (xpi/firefox-i18n-55.0/en-US.xpi) = 6e48418b8251189baa662323892c0ca71be87d22cd3e4b786557cecd813802ee +SIZE (xpi/firefox-i18n-55.0/en-US.xpi) = 439813 +SHA256 (xpi/firefox-i18n-55.0/en-ZA.xpi) = 3c207e0c0da51086665dfbcb3932e428b5a43fa78633df8165d6f164d8e12921 +SIZE (xpi/firefox-i18n-55.0/en-ZA.xpi) = 438620 +SHA256 (xpi/firefox-i18n-55.0/eo.xpi) = 43291d1441f465ccef16c78dd1d7185b105f853c072956b64cca85d25951ccb7 +SIZE (xpi/firefox-i18n-55.0/eo.xpi) = 461138 +SHA256 (xpi/firefox-i18n-55.0/es-AR.xpi) = a15bdfad6500e6e5843c24d0e7ee05962505346db9c200269c4bf01dc4a5a6db +SIZE (xpi/firefox-i18n-55.0/es-AR.xpi) = 467617 +SHA256 (xpi/firefox-i18n-55.0/es-CL.xpi) = 361e31c430cbb7cd6480d4449c6626c58688a4c2ccfcf29307542b7bd2c6fdae +SIZE (xpi/firefox-i18n-55.0/es-CL.xpi) = 471598 +SHA256 (xpi/firefox-i18n-55.0/es-ES.xpi) = 7f5a906ef66e606436763730909324171bbf32ae5ccb7604c76f503b91a34bdc +SIZE (xpi/firefox-i18n-55.0/es-ES.xpi) = 359822 +SHA256 (xpi/firefox-i18n-55.0/es-MX.xpi) = 5d72f78c861a79ee8e44a60b65bd6e0ff709a5233335dac2ce14b7434a660930 +SIZE (xpi/firefox-i18n-55.0/es-MX.xpi) = 474243 +SHA256 (xpi/firefox-i18n-55.0/et.xpi) = 38b9ec43a0dbf4b9fa85c40e0dcf9105f4f685a4953145b6777fe93f20920e33 +SIZE (xpi/firefox-i18n-55.0/et.xpi) = 454469 +SHA256 (xpi/firefox-i18n-55.0/eu.xpi) = 9c389e96c5ae242b8a6367540c06726ec97b932ccb8e6648cfc1499072d724c1 +SIZE (xpi/firefox-i18n-55.0/eu.xpi) = 460418 +SHA256 (xpi/firefox-i18n-55.0/fa.xpi) = 1447f4827395e5def561df5cd900087ff7ff1dd725c06a613eb9ab10bc8ea7e8 +SIZE (xpi/firefox-i18n-55.0/fa.xpi) = 511559 +SHA256 (xpi/firefox-i18n-55.0/ff.xpi) = df842a9519944fc4346c2ab1ddd303e3dfddbb0ae816e7c8d25541860a0cfe5b +SIZE (xpi/firefox-i18n-55.0/ff.xpi) = 455293 +SHA256 (xpi/firefox-i18n-55.0/fi.xpi) = d7d5e06340d93be95e392825f135482c85872578706920ef5cf5fa5d539c54d5 +SIZE (xpi/firefox-i18n-55.0/fi.xpi) = 453944 +SHA256 (xpi/firefox-i18n-55.0/fr.xpi) = 8d671e1013ee08d17a7817f3a892ec497b53a0bf71acf94bfc8eb9d07e1fbaab +SIZE (xpi/firefox-i18n-55.0/fr.xpi) = 476666 +SHA256 (xpi/firefox-i18n-55.0/fy-NL.xpi) = 9697130fdecbc7ac9efa4e4710b613de8f932dc2d13c935d6f6cd7aa6d25dd85 +SIZE (xpi/firefox-i18n-55.0/fy-NL.xpi) = 469967 +SHA256 (xpi/firefox-i18n-55.0/ga-IE.xpi) = bc4116e1db74fa3505408a2bcd32ac4528c5378b1db218068120963dc984a6ea +SIZE (xpi/firefox-i18n-55.0/ga-IE.xpi) = 481439 +SHA256 (xpi/firefox-i18n-55.0/gd.xpi) = 660b7b327fe3fdc6b4adb759086d8c9d3cf1cc7dc3d50067f94cece10861771d +SIZE (xpi/firefox-i18n-55.0/gd.xpi) = 469053 +SHA256 (xpi/firefox-i18n-55.0/gl.xpi) = e086f3751c598394b3724afdb6d043df9dab988c4db67ead8871ce1ea7e74833 +SIZE (xpi/firefox-i18n-55.0/gl.xpi) = 459110 +SHA256 (xpi/firefox-i18n-55.0/gn.xpi) = 1ebe6518168127627febf8fab8bfb14da0cf31d28af680506dc42c72283a1499 +SIZE (xpi/firefox-i18n-55.0/gn.xpi) = 476200 +SHA256 (xpi/firefox-i18n-55.0/gu-IN.xpi) = cb0d3a437140f901f11367bbd09ee8679f4c7d19c2984ef39e82411fd093617c +SIZE (xpi/firefox-i18n-55.0/gu-IN.xpi) = 498981 +SHA256 (xpi/firefox-i18n-55.0/he.xpi) = e2fb06c845cc39cf414793afdab3012b362faed05c52b7c821f70f2fbed6c84f +SIZE (xpi/firefox-i18n-55.0/he.xpi) = 479880 +SHA256 (xpi/firefox-i18n-55.0/hi-IN.xpi) = bd2b6ebca05d02227168a51fe30f781a3836d707033074a76556394edb479e66 +SIZE (xpi/firefox-i18n-55.0/hi-IN.xpi) = 530570 +SHA256 (xpi/firefox-i18n-55.0/hr.xpi) = cdbd72e04a0432cd9177bb9b8ab92fc8d80a80ab5785746d3b9e4721fd65c298 +SIZE (xpi/firefox-i18n-55.0/hr.xpi) = 467990 +SHA256 (xpi/firefox-i18n-55.0/hsb.xpi) = cc36ffd9f41dc787edaa9b2d80fa84cdd462bda961b02407e1a08f31ba7d9127 +SIZE (xpi/firefox-i18n-55.0/hsb.xpi) = 479796 +SHA256 (xpi/firefox-i18n-55.0/hu.xpi) = 9e609583fa23225324b217862fd266300a0766e070a06c20812921d248fa19e1 +SIZE (xpi/firefox-i18n-55.0/hu.xpi) = 481644 +SHA256 (xpi/firefox-i18n-55.0/hy-AM.xpi) = d050ef2cf16ce9dc955ec06155073315ecb73b8495e45bf278fa7f803c81ef15 +SIZE (xpi/firefox-i18n-55.0/hy-AM.xpi) = 520877 +SHA256 (xpi/firefox-i18n-55.0/id.xpi) = da15ba92adf6c3d745b294f1e2b264bcdfca1929c9a6320b9448e8dac2279ef3 +SIZE (xpi/firefox-i18n-55.0/id.xpi) = 450289 +SHA256 (xpi/firefox-i18n-55.0/is.xpi) = 0f8efe945dd9faee7d4fd2c88ba3b9caa810e2fda7b390e0793b84b5c6575979 +SIZE (xpi/firefox-i18n-55.0/is.xpi) = 464367 +SHA256 (xpi/firefox-i18n-55.0/it.xpi) = 45daddf8cd24a00716877a9bac62fc76257d8abba7bde2861a16feb88778a4b8 +SIZE (xpi/firefox-i18n-55.0/it.xpi) = 352939 +SHA256 (xpi/firefox-i18n-55.0/ja.xpi) = 07a7a1adecbebaf193a77beec7df50ae44550c1bfea91de82b751a9bf256341f +SIZE (xpi/firefox-i18n-55.0/ja.xpi) = 519762 +SHA256 (xpi/firefox-i18n-55.0/ka.xpi) = a2de711f6531681ee4e9bff14fd0fe0d8d987eeb8bc9a1171da70d9708713c70 +SIZE (xpi/firefox-i18n-55.0/ka.xpi) = 493534 +SHA256 (xpi/firefox-i18n-55.0/kab.xpi) = ca6b5c9c05ec6bfe7c209457b8f326e9554f7e6cfc0c7da942fbbf807373f4b7 +SIZE (xpi/firefox-i18n-55.0/kab.xpi) = 470043 +SHA256 (xpi/firefox-i18n-55.0/kk.xpi) = 91d5d5279c7ca52211c66b11ce16cbbe448ea1e0f77b8516bdb730dc26ede4a0 +SIZE (xpi/firefox-i18n-55.0/kk.xpi) = 526706 +SHA256 (xpi/firefox-i18n-55.0/km.xpi) = 66b2d22c136861fe25b0030d937758f2b9304cebc00ea1c1204440ade26cf0d0 +SIZE (xpi/firefox-i18n-55.0/km.xpi) = 540645 +SHA256 (xpi/firefox-i18n-55.0/kn.xpi) = 9304a1dd34f0549df39cd49e598945916a9342ca82497f8365bf69adfc845128 +SIZE (xpi/firefox-i18n-55.0/kn.xpi) = 538857 +SHA256 (xpi/firefox-i18n-55.0/ko.xpi) = 10e257126a527261de33c1eb32aae8686d04074a5d158d0643f7728f51f0d761 +SIZE (xpi/firefox-i18n-55.0/ko.xpi) = 494545 +SHA256 (xpi/firefox-i18n-55.0/lij.xpi) = 0297bac042dcf9bbf5309b2162248a2a7f39c32ef28313aac40f8bbbf7291653 +SIZE (xpi/firefox-i18n-55.0/lij.xpi) = 458696 +SHA256 (xpi/firefox-i18n-55.0/lt.xpi) = 119039f74baf681c36bebbbc1238c80b1a75cdf22a43aefdbe8973552d0173fc +SIZE (xpi/firefox-i18n-55.0/lt.xpi) = 481080 +SHA256 (xpi/firefox-i18n-55.0/lv.xpi) = 70c391da7f6e396a9dc0b5edae49858ea3b6bfd2d5790feb4ed1702f0f02d8d8 +SIZE (xpi/firefox-i18n-55.0/lv.xpi) = 473735 +SHA256 (xpi/firefox-i18n-55.0/mai.xpi) = ab6ba18d08c4cacd10da473362c9b60037429b3fde6b65519ad975b1ce36fa40 +SIZE (xpi/firefox-i18n-55.0/mai.xpi) = 517893 +SHA256 (xpi/firefox-i18n-55.0/mk.xpi) = 8e1bac561a9e4f8bf63e5fe5f0371869278ea8bf16a9dcd2b5d808daacf0cb3d +SIZE (xpi/firefox-i18n-55.0/mk.xpi) = 500205 +SHA256 (xpi/firefox-i18n-55.0/ml.xpi) = 53440574bd1e31bd11a31874c0a3dbad7bb4ebe6009cc4add6219ba9790010f9 +SIZE (xpi/firefox-i18n-55.0/ml.xpi) = 540980 +SHA256 (xpi/firefox-i18n-55.0/mr.xpi) = 96556da0ac4ed3d4a328bfcfc0d1559de7857a10d6c5546efb659117e4e76f7c +SIZE (xpi/firefox-i18n-55.0/mr.xpi) = 528248 +SHA256 (xpi/firefox-i18n-55.0/ms.xpi) = 779321a93bd2a406fbbfa53977e3965678df5449f882cdfede8a71662943313d +SIZE (xpi/firefox-i18n-55.0/ms.xpi) = 459190 +SHA256 (xpi/firefox-i18n-55.0/my.xpi) = 610c3680b94ba69f17755e62428267d873375c1700d6cb7c2ebf1e14f85f4a44 +SIZE (xpi/firefox-i18n-55.0/my.xpi) = 528096 +SHA256 (xpi/firefox-i18n-55.0/nb-NO.xpi) = 088ebff9c0be6ed01060d75a8b9bce408051093e4529ae1b7f6258311ed1e3f1 +SIZE (xpi/firefox-i18n-55.0/nb-NO.xpi) = 457644 +SHA256 (xpi/firefox-i18n-55.0/nl.xpi) = d5755cd3d461dcf7003220bd93d8c8d7fa78a09d67a8ed09bb48ca372e61a0f6 +SIZE (xpi/firefox-i18n-55.0/nl.xpi) = 461509 +SHA256 (xpi/firefox-i18n-55.0/nn-NO.xpi) = 83fb7df21553416dc7e489b5968bc9824c8f971ea68194a3c7addab58db1ef9a +SIZE (xpi/firefox-i18n-55.0/nn-NO.xpi) = 458455 +SHA256 (xpi/firefox-i18n-55.0/or.xpi) = 4f36dfd176d808da70e67deb9029536a6ed2fa23c59129ca9cf520f22c607c8c +SIZE (xpi/firefox-i18n-55.0/or.xpi) = 511353 +SHA256 (xpi/firefox-i18n-55.0/pa-IN.xpi) = b51b39635f527402cb2cb723b87b83c9939306f628835ef99a09bd75babfc737 +SIZE (xpi/firefox-i18n-55.0/pa-IN.xpi) = 498452 +SHA256 (xpi/firefox-i18n-55.0/pl.xpi) = 887fa9c5fc493d42ea9dfa3a7d79c16f2b24943e23473ca6031ef2a2993632e0 +SIZE (xpi/firefox-i18n-55.0/pl.xpi) = 372428 +SHA256 (xpi/firefox-i18n-55.0/pt-BR.xpi) = ff7e424a31a2c8488b8d35be6c8a369ccec3b7b6ec28909217d0f3275fba1a5b +SIZE (xpi/firefox-i18n-55.0/pt-BR.xpi) = 462715 +SHA256 (xpi/firefox-i18n-55.0/pt-PT.xpi) = 2b28680e0e18b5c2d6377fac95a24f307328cc1a92d83fcd934d4492def8f257 +SIZE (xpi/firefox-i18n-55.0/pt-PT.xpi) = 465236 +SHA256 (xpi/firefox-i18n-55.0/rm.xpi) = 2c856ef717e74bfce70667cd588bb722ee8e61ee6ae4f5c41c5cc32161451323 +SIZE (xpi/firefox-i18n-55.0/rm.xpi) = 458263 +SHA256 (xpi/firefox-i18n-55.0/ro.xpi) = 74a29131e14d4168046d802227b9682c62d68531b4cafd536726baf0401e3dd0 +SIZE (xpi/firefox-i18n-55.0/ro.xpi) = 462971 +SHA256 (xpi/firefox-i18n-55.0/ru.xpi) = b0ebd011dd78ab946a8c06018bf74fed3e05b579f04df8a5c7d855f93282edfc +SIZE (xpi/firefox-i18n-55.0/ru.xpi) = 530900 +SHA256 (xpi/firefox-i18n-55.0/si.xpi) = 3691c7971d7cbec72294ca8c81258237b22add5cee54a5c7602421e46fb81baf +SIZE (xpi/firefox-i18n-55.0/si.xpi) = 508352 +SHA256 (xpi/firefox-i18n-55.0/sk.xpi) = 6a4dc2028c74439b36ef52bdd7348a52663fd007802ae730d014ca881d1a6d11 +SIZE (xpi/firefox-i18n-55.0/sk.xpi) = 487581 +SHA256 (xpi/firefox-i18n-55.0/sl.xpi) = 951fd5826419431e1ac0c6030e637bf57d043353b367472868bc0309197e2a63 +SIZE (xpi/firefox-i18n-55.0/sl.xpi) = 465759 +SHA256 (xpi/firefox-i18n-55.0/son.xpi) = ba61b906f3d02913365c552a876cf30f0933e967d925f2c62bfe892d9218b829 +SIZE (xpi/firefox-i18n-55.0/son.xpi) = 456958 +SHA256 (xpi/firefox-i18n-55.0/sq.xpi) = 499e363cfe095148e945a768b6d6f2a9989df91b1435293dcfac9e3d1ee09866 +SIZE (xpi/firefox-i18n-55.0/sq.xpi) = 470630 +SHA256 (xpi/firefox-i18n-55.0/sr.xpi) = e7c70b9ff895314ddfa13a88b5cae2a94e40cfb2c972e2d861b746f878bb5454 +SIZE (xpi/firefox-i18n-55.0/sr.xpi) = 494876 +SHA256 (xpi/firefox-i18n-55.0/sv-SE.xpi) = 5d83139e9a87bc6fdbafc8c4a191cfbe0e7200dab351e2431b1394cf683a80d6 +SIZE (xpi/firefox-i18n-55.0/sv-SE.xpi) = 466008 +SHA256 (xpi/firefox-i18n-55.0/ta.xpi) = 05629092b140728440133c3d07c9263bdf42152bd02757d9afaf31d0128a4bee +SIZE (xpi/firefox-i18n-55.0/ta.xpi) = 519995 +SHA256 (xpi/firefox-i18n-55.0/te.xpi) = 5115e0039746aafa84a01b867a2e05d702776574eb09ce43ed71f1ab98d3868e +SIZE (xpi/firefox-i18n-55.0/te.xpi) = 542538 +SHA256 (xpi/firefox-i18n-55.0/th.xpi) = d4b2df41441fbfc46a94728ec16c99d2a30f1de6a7f4b33b848114d8dba0e9f7 +SIZE (xpi/firefox-i18n-55.0/th.xpi) = 511902 +SHA256 (xpi/firefox-i18n-55.0/tr.xpi) = 31d971310a408e20bf792dfe42cbb5cd66d148bc66d072b735ff20f4be344a0e +SIZE (xpi/firefox-i18n-55.0/tr.xpi) = 472160 +SHA256 (xpi/firefox-i18n-55.0/uk.xpi) = 174f6c9acb71ec6ae67f60f6c25ced02fdc639d97be2347376552d6908d7d298 +SIZE (xpi/firefox-i18n-55.0/uk.xpi) = 526435 +SHA256 (xpi/firefox-i18n-55.0/ur.xpi) = 6a829c48c17a3fbcf51474c6e7aac74c855ea4fb5db954bcaffc6f847bafca49 +SIZE (xpi/firefox-i18n-55.0/ur.xpi) = 520745 +SHA256 (xpi/firefox-i18n-55.0/uz.xpi) = 67efdac191ae3e71e1d3148857ba2a88cbcc9b059fd662c75fb13162fae76197 +SIZE (xpi/firefox-i18n-55.0/uz.xpi) = 467670 +SHA256 (xpi/firefox-i18n-55.0/vi.xpi) = de824a1b4d8b3b9adccb5eb523e186b4d0e96b5ea134cd7856ac29d9ddf0255d +SIZE (xpi/firefox-i18n-55.0/vi.xpi) = 476525 +SHA256 (xpi/firefox-i18n-55.0/xh.xpi) = 8c06e786d7ba8c302f3be831b1c39aa770131af4f0ffb3b2f0930eba9ae0a27c +SIZE (xpi/firefox-i18n-55.0/xh.xpi) = 470718 +SHA256 (xpi/firefox-i18n-55.0/zh-CN.xpi) = d7f69b51ba7ab586714221b1dce74e0896459b218067155b10bc461e9f4d5d55 +SIZE (xpi/firefox-i18n-55.0/zh-CN.xpi) = 490382 +SHA256 (xpi/firefox-i18n-55.0/zh-TW.xpi) = bc110d30be7ad0cced842c2d50774d76d5feec842284722fa11ee9034bc2757b +SIZE (xpi/firefox-i18n-55.0/zh-TW.xpi) = 489345 Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Mon Aug 7 18:22:35 2017 (r447500) +++ head/www/firefox/Makefile Mon Aug 7 18:22:51 2017 (r447501) @@ -2,26 +2,25 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 54.0.1 +DISTVERSION= 55.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.14:devel/nspr \ - nss>=3.30.2:security/nss \ +BUILD_DEPENDS= nspr>=4.15:devel/nspr \ + nss>=3.31:security/nss \ libevent>=2.0.22:devel/libevent \ - harfbuzz>=1.4.3:print/harfbuzz \ + harfbuzz>=1.4.6:print/harfbuzz \ graphite2>=1.3.10:graphics/graphite2 \ png>=1.6.28:graphics/png \ libvorbis>=1.3.5,3:audio/libvorbis \ libvpx>=1.5.0:multimedia/libvpx \ - sqlite3>=3.17.0:databases/sqlite3 \ + sqlite3>=3.19.2:databases/sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ v4l_compat>0:multimedia/v4l_compat \ autoconf-2.13:devel/autoconf213 \ @@ -47,6 +46,7 @@ MOZ_OPTIONS= --enable-application=browser \ OPTIONS_DEFINE= RUST OPTIONS_DEFAULT= BUNDLED_CAIRO +OPTIONS_EXCLUDE= GNOMEUI # XXX lang/rust and devel/cargo currently build only on these platforms OPTIONS_DEFAULT_aarch64=RUST OPTIONS_DEFAULT_amd64= RUST Modified: head/www/firefox/distinfo ============================================================================== --- head/www/firefox/distinfo Mon Aug 7 18:22:35 2017 (r447500) +++ head/www/firefox/distinfo Mon Aug 7 18:22:51 2017 (r447501) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498670356 -SHA256 (firefox-54.0.1.source.tar.xz) = 07843e68f2f64842bb230b7fe821e45c82944e64dc3f2a3a90d3ea9f1efa7f77 -SIZE (firefox-54.0.1.source.tar.xz) = 229935420 +TIMESTAMP = 1501791759 +SHA256 (firefox-55.0.source.tar.xz) = 0db9f315ca67c65e36b4298465af4d08c4245eedeccf04040051c2fdc9f4576f +SIZE (firefox-55.0.source.tar.xz) = 235014712 Modified: head/www/firefox/files/patch-bug1021761 ============================================================================== --- head/www/firefox/files/patch-bug1021761 Mon Aug 7 18:22:35 2017 (r447500) +++ head/www/firefox/files/patch-bug1021761 Mon Aug 7 18:22:51 2017 (r447501) @@ -122,8 +122,19 @@ index 57bcb4c13652..68be024f4a68 100644 static int validate_stream_params(cubeb_stream_params * input_stream_params, -@@ -138,6 +141,9 @@ cubeb_init(cubeb ** context, char const * context_name) +@@ -155,6 +158,10 @@ cubeb_init(cubeb ** context, char const * context_name, char const * backend_nam #if defined(USE_KAI) + init_oneshot = kai_init; + #endif ++ } else if (!strcmp(backend_name, "oss")) { ++#if defined(USE_OSS) ++ init_oneshot = oss_init; ++#endif + } else { + /* Already set */ + } +@@ -196,6 +203,9 @@ cubeb_init(cubeb ** context, char const * context_name, char const * backend_nam + #if defined(USE_KAI) kai_init, #endif +#if defined(USE_OSS) @@ -246,7 +257,7 @@ index 05ad27fef53b..3ea78e994f59 100644 + char * buftail = stm->buffer + WRAP(snd_pcm_frames_to_bytes)(stm->pcm, stm->bufframes); /* Correct read size to the other stream available frames */ - if (stm->other_stream && got > stm->other_stream->bufframes) { + if (stm->other_stream && got > (snd_pcm_sframes_t) stm->other_stream->bufframes) { @@ -372,8 +421,8 @@ alsa_process_stream(cubeb_stream * stm) long drain_frames = avail - stm->bufframes; double drain_time = (double) drain_frames / stm->params.rate; @@ -579,7 +590,7 @@ index 05ad27fef53b..3ea78e994f59 100644 + r = WRAP(snd_pcm_poll_descriptors)(stm->pcm, stm->saved_fds, stm->nfds); assert((nfds_t) r == stm->nfds); - r = pthread_cond_init(&stm->cond, NULL); + if (alsa_register_stream(ctx, stm) != 0) { @@ -1048,7 +1156,7 @@ alsa_stream_destroy(cubeb_stream * stm) pthread_mutex_lock(&stm->mutex); if (stm->pcm) { @@ -1182,29 +1193,14 @@ diff --git media/libcubeb/update.sh media/libcubeb/upd index b139b8f497fd..d1f8a223c6d8 100755 --- media/libcubeb/update.sh +++ media/libcubeb/update.sh -@@ -17,6 +17,7 @@ cp $1/src/cubeb_audiounit.cpp src - cp $1/src/cubeb_osx_run_loop.h src - cp $1/src/cubeb_jack.cpp src +@@ -20,6 +20,7 @@ cp $1/src/cubeb_log.h src + cp $1/src/cubeb_mixer.cpp src + cp $1/src/cubeb_mixer.h src cp $1/src/cubeb_opensl.c src +cp $1/src/cubeb_oss.c src - cp $1/src/cubeb_array_queue.h src + cp $1/src/cubeb_osx_run_loop.h src cp $1/src/cubeb_panner.cpp src cp $1/src/cubeb_panner.h src -diff --git media/webrtc/signaling/test/common.build media/webrtc/signaling/test/common.build -index 3e5450f5d63a..dd45427f655a 100644 ---- media/webrtc/signaling/test/common.build -+++ media/webrtc/signaling/test/common.build -@@ -99,8 +99,8 @@ USE_LIBS += ['mozglue'] - OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS'] - OS_LIBS += CONFIG['REALTIME_LIBS'] - --if CONFIG['MOZ_ALSA']: -- OS_LIBS += CONFIG['MOZ_ALSA_LIBS'] -+if CONFIG['MOZ_OSS']: -+ OS_LIBS += CONFIG['MOZ_OSS_LIBS'] - - if CONFIG['MOZ_SYSTEM_JPEG']: - OS_LIBS += CONFIG['MOZ_JPEG_LIBS'] diff --git toolkit/library/moz.build toolkit/library/moz.build index a61c689c83c3..7764df6f8a6b 100644 --- toolkit/library/moz.build Added: head/www/firefox/files/patch-bug1312182 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1312182 Mon Aug 7 18:22:51 2017 (r447501) @@ -0,0 +1,376 @@ +commit 0d02dac1638ad +Author: Alessio Placitelli +Date: Tue May 30 10:42:42 2017 +0200 + + Bug 1312182 - Consolidate the uses of MOZ_TELEMETRY_REPORTING in the code. r=flod,gfritzsche,jaws + + The MOZ_TELEMETRY_REPORTING define does not control whether or not Telemetry is enabled + but rather if it will send the gathered data to Mozilla servers. We still want to + display the about:preferences options and let developers know about this behaviour. + Please note that this patch is not changing any behaviour: it's only making it explicit + by showing the options as disabled rather than hiding them. + + MozReview-Commit-ID: 7A0y0E0hm0Q + + --HG-- + extra : rebase_source : 36d1a7f5ec5c05b43731daf9507d3068fe7674ee +--- + browser/base/content/baseMenuOverlay.xul | 2 +- + browser/components/nsBrowserGlue.js | 8 +-- + .../components/preferences/in-content-new/main.xul | 2 - + .../preferences/in-content-new/privacy.js | 32 +++++------ + .../preferences/in-content-new/privacy.xul | 14 ++--- + .../components/preferences/in-content/advanced.js | 63 +++++++++++----------- + .../components/preferences/in-content/advanced.xul | 7 ++- + .../chrome/browser/preferences-old/advanced.dtd | 5 ++ + .../en-US/chrome/browser/preferences/advanced.dtd | 5 ++ + 9 files changed, 67 insertions(+), 71 deletions(-) + +diff --git browser/base/content/baseMenuOverlay.xul browser/base/content/baseMenuOverlay.xul +index 1befa2bb66cc..804bbdebb797 100644 +--- browser/base/content/baseMenuOverlay.xul ++++ browser/base/content/baseMenuOverlay.xul +@@ -61,7 +61,7 @@ + onclick="checkForMiddleClick(this, event);" + label="&helpKeyboardShortcuts.label;" + accesskey="&helpKeyboardShortcuts.accesskey;"/> +-#ifdef MOZ_TELEMETRY_REPORTING ++#ifdef MOZ_SERVICES_HEALTHREPORT + + +-#ifdef MOZ_TELEMETRY_REPORTING + +-#endif + + + + +-#ifdef MOZ_TELEMETRY_REPORTING +-