From owner-svn-ports-branches@freebsd.org Sun May 21 09:02:25 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3D1FD77FB2; Sun, 21 May 2017 09:02:24 +0000 (UTC) (envelope-from madpilot@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 AF4EE15E7; Sun, 21 May 2017 09:02:24 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4L92NRN011905; Sun, 21 May 2017 09:02:23 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4L92MHn011890; Sun, 21 May 2017 09:02:22 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201705210902.v4L92MHn011890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 21 May 2017 09:02:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441360 - in branches/2017Q2/net: asterisk13 asterisk13/files pjsip pjsip/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 May 2017 09:02:25 -0000 Author: madpilot Date: Sun May 21 09:02:22 2017 New Revision: 441360 URL: https://svnweb.freebsd.org/changeset/ports/441360 Log: MFH: r437954 r438620 r441292 Update net/asterisk13 to 13.15.0. - Add patches to fix build with LibreSSL [1] - Add dependencies and new SHEBANG_FILE to per stage-qa warnings - Stop istalling python script to avoid stage-qa error about wrong python shabang(adding a python dependency just for a contributed python script seems overkill) PR: 218599 [1] Submitted by: OlivierW Obtained from: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/telephony/asterisk/patches/ [1] - Update net/asterisk13 to 13.15.1 - Import patches to fix security issues in net/pjsip [1] - While here regenerate net/pjsip patches Obtained from: Asterisk 13.15.1 distribution file [1] Security: 0537afa3-3ce0-11e7-bf9d-001999f8d30b Security: fab87bff-3ce5-11e7-bf9d-001999f8d30b Approved by: ports-secteam (miwi) Added: branches/2017Q2/net/asterisk13/files/patch-contrib_Makefile - copied unchanged from r438620, head/net/asterisk13/files/patch-contrib_Makefile branches/2017Q2/net/asterisk13/files/patch-main_libasteriskssl.c - copied unchanged from r438620, head/net/asterisk13/files/patch-main_libasteriskssl.c branches/2017Q2/net/asterisk13/files/patch-main_tcptls.c - copied unchanged from r438620, head/net/asterisk13/files/patch-main_tcptls.c branches/2017Q2/net/pjsip/files/patch-pjsip_src_pjsip_sip__multipart.c - copied unchanged from r441292, head/net/pjsip/files/patch-pjsip_src_pjsip_sip__multipart.c branches/2017Q2/net/pjsip/files/patch-pjsip_src_pjsip_sip__transaction.c - copied unchanged from r441292, head/net/pjsip/files/patch-pjsip_src_pjsip_sip__transaction.c Modified: branches/2017Q2/net/asterisk13/Makefile branches/2017Q2/net/asterisk13/distinfo branches/2017Q2/net/asterisk13/files/patch-main__Makefile branches/2017Q2/net/asterisk13/pkg-plist branches/2017Q2/net/pjsip/Makefile branches/2017Q2/net/pjsip/files/patch-aconfigure branches/2017Q2/net/pjsip/files/patch-build.mak.in branches/2017Q2/net/pjsip/files/patch-pjlib_src_pj_ssl__sock__ossl.c branches/2017Q2/net/pjsip/files/patch-pjmedia_build_os-auto.mak.in branches/2017Q2/net/pjsip/files/patch-third__party_build_os-auto.mak.in Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/net/asterisk13/Makefile ============================================================================== --- branches/2017Q2/net/asterisk13/Makefile Sun May 21 09:00:34 2017 (r441359) +++ branches/2017Q2/net/asterisk13/Makefile Sun May 21 09:02:22 2017 (r441360) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.14.1 +PORTVERSION= 13.15.1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ @@ -171,6 +171,8 @@ PGSQL_USES= pgsql PJSIP_CONFIGURE_WITH= pjproject PJSIP_USES= pkgconfig +PJSIP_LIB_DEPENDS= libspeex.so:audio/speex \ + libspeexdsp.so:audio/speexdsp PORTAUDIO_CONFIGURE_WITH= portaudio PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio @@ -179,13 +181,16 @@ RADIUS_CONFIGURE_WITH= radius RADIUS_LIB_DEPENDS= libradiusclient-ng.so:net/radiusclient SNMP_CONFIGURE_WITH= netsnmp -SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp +SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \ + libpkg.so:ports-mgmt/pkg SPANDSP_CONFIGURE_WITH= spandsp -SPANDSP_LIB_DEPENDS= libspandsp.so:comms/spandsp +SPANDSP_LIB_DEPENDS= libspandsp.so:comms/spandsp \ + libtiff.so:graphics/tiff SPEEX_CONFIGURE_WITH= speex -SPEEX_LIB_DEPENDS= libspeex.so:audio/speex +SPEEX_LIB_DEPENDS= libspeex.so:audio/speex \ + libspeexdsp.so:audio/speexdsp SQLITE2_CONFIGURE_WITH= sqlite SQLITE2_LIB_DEPENDS= libsqlite.so:databases/sqlite2 @@ -195,7 +200,8 @@ SRTP_CONFIGURE_WITH= srtp SYSINFO_LIB_DEPENDS= libsysinfo.so:devel/libsysinfo VORBIS_CONFIGURE_WITH= ogg -VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis +VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis \ + libogg.so:audio/libogg XMPP_CONFIGURE_WITH= iksemel XMPP_LIB_DEPENDS= libiksemel.so:textproc/iksemel Modified: branches/2017Q2/net/asterisk13/distinfo ============================================================================== --- branches/2017Q2/net/asterisk13/distinfo Sun May 21 09:00:34 2017 (r441359) +++ branches/2017Q2/net/asterisk13/distinfo Sun May 21 09:02:22 2017 (r441360) @@ -1,6 +1,6 @@ -TIMESTAMP = 1491323117 -SHA256 (asterisk-13.14.1.tar.gz) = 8ff01bad466fc5a96998a327937353fac92cf2eee97fc3f23343218e445a8afc -SIZE (asterisk-13.14.1.tar.gz) = 32787798 +TIMESTAMP = 1495231925 +SHA256 (asterisk-13.15.1.tar.gz) = 03d29bcb0e1791809fb21fa80c3a7e8ab2f521e1f4397f625d1fe982f64186e2 +SIZE (asterisk-13.15.1.tar.gz) = 32828857 SHA256 (asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 Copied: branches/2017Q2/net/asterisk13/files/patch-contrib_Makefile (from r438620, head/net/asterisk13/files/patch-contrib_Makefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/net/asterisk13/files/patch-contrib_Makefile Sun May 21 09:02:22 2017 (r441360, copy of r438620, head/net/asterisk13/files/patch-contrib_Makefile) @@ -0,0 +1,15 @@ +--- contrib/Makefile.orig 2017-04-12 21:47:53 UTC ++++ contrib/Makefile +@@ -24,10 +24,10 @@ install: + $(INSTALL) -m 755 scripts/ast_logescalator "$(DESTDIR)$(ASTDATADIR)/scripts/ast_logescalator" + $(INSTALL) -m 755 scripts/ast_loggrabber "$(DESTDIR)$(ASTDATADIR)/scripts/ast_loggrabber" + $(INSTALL) -m 755 scripts/ast_coredumper "$(DESTDIR)$(ASTDATADIR)/scripts/ast_coredumper" +- $(INSTALL) -m 755 scripts/refcounter.py "$(DESTDIR)$(ASTDATADIR)/scripts/refcounter.py" ++# $(INSTALL) -m 755 scripts/refcounter.py "$(DESTDIR)$(ASTDATADIR)/scripts/refcounter.py" + + uninstall: + -rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/ast_logescalator" + -rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/ast_loggrabber" + -rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/ast_coredumper" +- -rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/refcounter.py" ++# -rm -f "$(DESTDIR)$(ASTDATADIR)/scripts/refcounter.py" Modified: branches/2017Q2/net/asterisk13/files/patch-main__Makefile ============================================================================== --- branches/2017Q2/net/asterisk13/files/patch-main__Makefile Sun May 21 09:00:34 2017 (r441359) +++ branches/2017Q2/net/asterisk13/files/patch-main__Makefile Sun May 21 09:02:22 2017 (r441360) @@ -1,6 +1,6 @@ ---- main/Makefile.orig 2016-07-21 14:54:02 UTC +--- main/Makefile.orig 2017-03-24 08:40:58 UTC +++ main/Makefile -@@ -79,9 +79,12 @@ endif +@@ -81,9 +81,12 @@ endif ifeq ($(OSARCH),FreeBSD) # -V is understood by BSD Make, not by GNU make. @@ -14,13 +14,3 @@ endif ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) -@@ -351,9 +354,6 @@ else # Darwin - $(INSTALL) -m 755 $(ASTPJ_LIB) "$(DESTDIR)$(ASTLIBDIR)/" - endif - endif --ifneq ($(LDCONFIG),) -- $(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/" --endif - $(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk" - - binuninstall: Copied: branches/2017Q2/net/asterisk13/files/patch-main_libasteriskssl.c (from r438620, head/net/asterisk13/files/patch-main_libasteriskssl.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/net/asterisk13/files/patch-main_libasteriskssl.c Sun May 21 09:02:22 2017 (r441360, copy of r438620, head/net/asterisk13/files/patch-main_libasteriskssl.c) @@ -0,0 +1,20 @@ +--- main/libasteriskssl.c.orig 2017-04-12 21:07:31 UTC ++++ main/libasteriskssl.c +@@ -74,7 +74,7 @@ static void ssl_lock(int mode, int n, const char *file + } + } + +-#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER < 0x10100000L ++#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + int SSL_library_init(void) + { + #if defined(AST_DEVMODE) +@@ -129,7 +129,7 @@ void ERR_free_strings(void) + int ast_ssl_init(void) + { + #if defined(HAVE_OPENSSL) && defined(OPENSSL_VERSION_NUMBER) && \ +- OPENSSL_VERSION_NUMBER < 0x10100000L ++ (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) + unsigned int i; + int (*real_SSL_library_init)(void); + void (*real_CRYPTO_set_id_callback)(unsigned long (*)(void)); Copied: branches/2017Q2/net/asterisk13/files/patch-main_tcptls.c (from r438620, head/net/asterisk13/files/patch-main_tcptls.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/net/asterisk13/files/patch-main_tcptls.c Sun May 21 09:02:22 2017 (r441360, copy of r438620, head/net/asterisk13/files/patch-main_tcptls.c) @@ -0,0 +1,18 @@ +--- main/tcptls.c.orig 2017-04-12 21:06:16 UTC ++++ main/tcptls.c +@@ -400,13 +400,13 @@ static int tcptls_stream_close(void *cookie) + SSL_get_error(stream->ssl, res)); + } + +-#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + if (!SSL_is_server(stream->ssl)) { + #else + if (!stream->ssl->server) { + #endif + /* For client threads, ensure that the error stack is cleared */ +-#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER < 0x10100000L ++#if !defined(OPENSSL_VERSION_NUMBER) || OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + #if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10000000L + ERR_remove_thread_state(NULL); + #else Modified: branches/2017Q2/net/asterisk13/pkg-plist ============================================================================== --- branches/2017Q2/net/asterisk13/pkg-plist Sun May 21 09:00:34 2017 (r441359) +++ branches/2017Q2/net/asterisk13/pkg-plist Sun May 21 09:02:22 2017 (r441360) @@ -364,7 +364,6 @@ sbin/safe_asterisk %%DATADIR%%/scripts/ast_coredumper %%DATADIR%%/scripts/ast_logescalator %%DATADIR%%/scripts/ast_loggrabber -%%DATADIR%%/scripts/refcounter.py %%DATADIR%%/static-http/appdocsxml.xslt %%DATADIR%%/static-http/ajamdemo.html %%DATADIR%%/static-http/astman.css Modified: branches/2017Q2/net/pjsip/Makefile ============================================================================== --- branches/2017Q2/net/pjsip/Makefile Sun May 21 09:00:34 2017 (r441359) +++ branches/2017Q2/net/pjsip/Makefile Sun May 21 09:02:22 2017 (r441360) @@ -2,6 +2,7 @@ PORTNAME= pjsip PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.pjsip.org/release/${PORTVERSION}/ DISTNAME= pjproject-${DISTVERSION} Modified: branches/2017Q2/net/pjsip/files/patch-aconfigure ============================================================================== --- branches/2017Q2/net/pjsip/files/patch-aconfigure Sun May 21 09:00:34 2017 (r441359) +++ branches/2017Q2/net/pjsip/files/patch-aconfigure Sun May 21 09:02:22 2017 (r441360) @@ -1,6 +1,6 @@ --- aconfigure.orig 2017-01-25 11:23:08 UTC +++ aconfigure -@@ -6310,14 +6310,7 @@ $as_echo "Checking sound device backend. +@@ -6310,14 +6310,7 @@ $as_echo "Checking sound device backend... null sound" ;; *) ac_pjmedia_snd=alsa @@ -24,7 +24,7 @@ fi for ac_prog in pkg-config "python pkgconfig.py" -@@ -8493,7 +8486,7 @@ $as_echo "Checking if libwebrtc is disab +@@ -8493,7 +8486,7 @@ $as_echo "Checking if libwebrtc is disabled...no" >&6; ac_webrtc_instset=sse2 ac_webrtc_cflags="-msse2" ;; Modified: branches/2017Q2/net/pjsip/files/patch-build.mak.in ============================================================================== --- branches/2017Q2/net/pjsip/files/patch-build.mak.in Sun May 21 09:00:34 2017 (r441359) +++ branches/2017Q2/net/pjsip/files/patch-build.mak.in Sun May 21 09:02:22 2017 (r441360) @@ -1,6 +1,6 @@ --- build.mak.in.orig 2016-08-25 01:36:33 UTC +++ build.mak.in -@@ -106,7 +106,7 @@ APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/t +@@ -106,7 +106,7 @@ APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib endif endif Modified: branches/2017Q2/net/pjsip/files/patch-pjlib_src_pj_ssl__sock__ossl.c ============================================================================== --- branches/2017Q2/net/pjsip/files/patch-pjlib_src_pj_ssl__sock__ossl.c Sun May 21 09:00:34 2017 (r441359) +++ branches/2017Q2/net/pjsip/files/patch-pjlib_src_pj_ssl__sock__ossl.c Sun May 21 09:02:22 2017 (r441360) @@ -9,7 +9,7 @@ # include -@@ -112,7 +112,7 @@ static unsigned get_nid_from_cid(unsigne +@@ -112,7 +112,7 @@ static unsigned get_nid_from_cid(unsigned cid) #endif @@ -27,7 +27,7 @@ openssl_curves_num = SSL_get_shared_curve(ssl,-1); if (openssl_curves_num > PJ_ARRAY_SIZE(openssl_curves)) openssl_curves_num = PJ_ARRAY_SIZE(openssl_curves); -@@ -1069,7 +1069,7 @@ static pj_status_t set_cipher_list(pj_ss +@@ -1069,7 +1069,7 @@ static pj_status_t set_cipher_list(pj_ssl_sock_t *ssoc static pj_status_t set_curves_list(pj_ssl_sock_t *ssock) { @@ -36,7 +36,7 @@ int ret; int curves[PJ_SSL_SOCK_MAX_CURVES]; unsigned cnt; -@@ -1100,7 +1100,7 @@ static pj_status_t set_curves_list(pj_ss +@@ -1100,7 +1100,7 @@ static pj_status_t set_curves_list(pj_ssl_sock_t *ssoc static pj_status_t set_sigalgs(pj_ssl_sock_t *ssock) { Modified: branches/2017Q2/net/pjsip/files/patch-pjmedia_build_os-auto.mak.in ============================================================================== --- branches/2017Q2/net/pjsip/files/patch-pjmedia_build_os-auto.mak.in Sun May 21 09:00:34 2017 (r441359) +++ branches/2017Q2/net/pjsip/files/patch-pjmedia_build_os-auto.mak.in Sun May 21 09:02:22 2017 (r441360) @@ -1,6 +1,6 @@ --- pjmedia/build/os-auto.mak.in.orig 2016-08-25 01:36:33 UTC +++ pjmedia/build/os-auto.mak.in -@@ -215,50 +215,7 @@ export CFLAGS += -I$(THIRD_PARTY)/webrtc +@@ -215,50 +215,7 @@ export CFLAGS += -I$(THIRD_PARTY)/webrtc/src endif endif Copied: branches/2017Q2/net/pjsip/files/patch-pjsip_src_pjsip_sip__multipart.c (from r441292, head/net/pjsip/files/patch-pjsip_src_pjsip_sip__multipart.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/net/pjsip/files/patch-pjsip_src_pjsip_sip__multipart.c Sun May 21 09:02:22 2017 (r441360, copy of r441292, head/net/pjsip/files/patch-pjsip_src_pjsip_sip__multipart.c) @@ -0,0 +1,25 @@ +--- pjsip/src/pjsip/sip_multipart.c.orig 2017-01-24 05:59:05 UTC ++++ pjsip/src/pjsip/sip_multipart.c +@@ -646,13 +646,15 @@ PJ_DEF(pjsip_msg_body*) pjsip_multipart_parse(pj_pool_ + + end_body = curptr; + +- /* The newline preceeding the delimiter is conceptually part of +- * the delimiter, so trim it from the body. +- */ +- if (*(end_body-1) == '\n') +- --end_body; +- if (*(end_body-1) == '\r') +- --end_body; ++ if (end_body > start_body) { ++ /* The newline preceeding the delimiter is conceptually part of ++ * the delimiter, so trim it from the body. ++ */ ++ if (*(end_body-1) == '\n') ++ --end_body; ++ if (*(end_body-1) == '\r') ++ --end_body; ++ } + + /* Now that we have determined the part's boundary, parse it + * to get the header and body part of the part. Copied: branches/2017Q2/net/pjsip/files/patch-pjsip_src_pjsip_sip__transaction.c (from r441292, head/net/pjsip/files/patch-pjsip_src_pjsip_sip__transaction.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/net/pjsip/files/patch-pjsip_src_pjsip_sip__transaction.c Sun May 21 09:02:22 2017 (r441360, copy of r441292, head/net/pjsip/files/patch-pjsip_src_pjsip_sip__transaction.c) @@ -0,0 +1,12 @@ +--- pjsip/src/pjsip/sip_transaction.c.orig 2016-02-22 13:36:31 UTC ++++ pjsip/src/pjsip/sip_transaction.c +@@ -288,7 +288,8 @@ static pj_status_t create_tsx_key_2543( pj_pool_t *poo + host = &rdata->msg_info.via->sent_by.host; + + /* Calculate length required. */ +- len_required = 9 + /* CSeq number */ ++ len_required = method->name.slen + /* Method */ ++ 9 + /* CSeq number */ + rdata->msg_info.from->tag.slen + /* From tag. */ + rdata->msg_info.cid->id.slen + /* Call-ID */ + host->slen + /* Via host. */ Modified: branches/2017Q2/net/pjsip/files/patch-third__party_build_os-auto.mak.in ============================================================================== --- branches/2017Q2/net/pjsip/files/patch-third__party_build_os-auto.mak.in Sun May 21 09:00:34 2017 (r441359) +++ branches/2017Q2/net/pjsip/files/patch-third__party_build_os-auto.mak.in Sun May 21 09:02:22 2017 (r441360) @@ -1,6 +1,6 @@ --- third_party/build/os-auto.mak.in.orig 2016-12-22 09:33:55 UTC +++ third_party/build/os-auto.mak.in -@@ -104,8 +104,7 @@ else ifneq ($(findstring mips,@ac_webrtc +@@ -104,8 +104,7 @@ else ifneq ($(findstring mips,@ac_webrtc_instset@),) else # Generic fixed point WEBRTC_SRC = \ modules/audio_processing/aecm/aecm_core_c.o \ From owner-svn-ports-branches@freebsd.org Sun May 21 10:48:15 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44219D77580; Sun, 21 May 2017 10:48:15 +0000 (UTC) (envelope-from riggs@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 15F21269; Sun, 21 May 2017 10:48:15 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4LAmEdW054334; Sun, 21 May 2017 10:48:14 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4LAmEXh054333; Sun, 21 May 2017 10:48:14 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201705211048.v4LAmEXh054333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 21 May 2017 10:48:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441368 - branches/2017Q2/ftp/ncftp3 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 May 2017 10:48:15 -0000 Author: riggs Date: Sun May 21 10:48:13 2017 New Revision: 441368 URL: https://svnweb.freebsd.org/changeset/ports/441368 Log: MFH: r441304 Update to upstream version 3.2.6 Approved by: portmgr (miwi) Modified: branches/2017Q2/ftp/ncftp3/Makefile branches/2017Q2/ftp/ncftp3/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/ftp/ncftp3/Makefile ============================================================================== --- branches/2017Q2/ftp/ncftp3/Makefile Sun May 21 10:45:23 2017 (r441367) +++ branches/2017Q2/ftp/ncftp3/Makefile Sun May 21 10:48:13 2017 (r441368) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ncftp -PORTVERSION= 3.2.5 +PORTVERSION= 3.2.6 PORTREVISION?= 0 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ \ @@ -15,7 +15,7 @@ COMMENT= FTP client with advanced user i LICENSE= ARTPERL10 LICENSE_FILE= ${WRKSRC}/doc/LICENSE.txt -USES= ncurses tar:bzip2 +USES= ncurses tar:xz WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} USE_LDCONFIG= yes Modified: branches/2017Q2/ftp/ncftp3/distinfo ============================================================================== --- branches/2017Q2/ftp/ncftp3/distinfo Sun May 21 10:45:23 2017 (r441367) +++ branches/2017Q2/ftp/ncftp3/distinfo Sun May 21 10:48:13 2017 (r441368) @@ -1,2 +1,3 @@ -SHA256 (ncftp-3.2.5-src.tar.bz2) = b4ebe2415761a5137cd1d313c8fc1352f26d8963cc9e9e354e29720aa2089d42 -SIZE (ncftp-3.2.5-src.tar.bz2) = 454682 +TIMESTAMP = 1495274945 +SHA256 (ncftp-3.2.6-src.tar.xz) = 5f200687c05d0807690d9fb770327b226f02dd86155b49e750853fce4e31098d +SIZE (ncftp-3.2.6-src.tar.xz) = 420564 From owner-svn-ports-branches@freebsd.org Sun May 21 14:31:01 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68D92D77F3E; Sun, 21 May 2017 14:31:01 +0000 (UTC) (envelope-from cmt@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 2D1EDBF1; Sun, 21 May 2017 14:31:01 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4LEV0mC050634; Sun, 21 May 2017 14:31:00 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4LEUx6S050626; Sun, 21 May 2017 14:30:59 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201705211430.v4LEUx6S050626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sun, 21 May 2017 14:30:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441397 - in branches/2017Q2/mail: thunderbird thunderbird-i18n X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 May 2017 14:31:01 -0000 Author: cmt Date: Sun May 21 14:30:59 2017 New Revision: 441397 URL: https://svnweb.freebsd.org/changeset/ports/441397 Log: MFH: r441389 mail/thunderbird: update to 52.1.1 Release Notes: https://www.mozilla.org/en-US/thunderbird/52.1.1/releasenotes/ PR: 219424 Approved by: jbeich (maintainer) Approved by: ports-secteam (miwi) Modified: branches/2017Q2/mail/thunderbird-i18n/Makefile branches/2017Q2/mail/thunderbird-i18n/distinfo branches/2017Q2/mail/thunderbird/Makefile branches/2017Q2/mail/thunderbird/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/mail/thunderbird-i18n/Makefile ============================================================================== --- branches/2017Q2/mail/thunderbird-i18n/Makefile Sun May 21 14:14:53 2017 (r441396) +++ branches/2017Q2/mail/thunderbird-i18n/Makefile Sun May 21 14:30:59 2017 (r441397) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 52.1.0 +PORTVERSION= 52.1.1 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build4/linux-i686/xpi Modified: branches/2017Q2/mail/thunderbird-i18n/distinfo ============================================================================== --- branches/2017Q2/mail/thunderbird-i18n/distinfo Sun May 21 14:14:53 2017 (r441396) +++ branches/2017Q2/mail/thunderbird-i18n/distinfo Sun May 21 14:30:59 2017 (r441397) @@ -1,117 +1,117 @@ -TIMESTAMP = 1493665677 -SHA256 (xpi/thunderbird-i18n-52.1.0/ar.xpi) = cd1d424120449b922d970b3fee89d753ae231354e4181a4d4700dc807504f6d1 -SIZE (xpi/thunderbird-i18n-52.1.0/ar.xpi) = 604235 -SHA256 (xpi/thunderbird-i18n-52.1.0/ast.xpi) = d920be2b1070c04a806745a91e15ab1139d5d2e97480755dd62642bc15222c40 -SIZE (xpi/thunderbird-i18n-52.1.0/ast.xpi) = 541172 -SHA256 (xpi/thunderbird-i18n-52.1.0/be.xpi) = 9da12e3f1b9bccddddb673c7e8b613badecd2e71b28aaaccf16ea6ec4a64e095 -SIZE (xpi/thunderbird-i18n-52.1.0/be.xpi) = 570931 -SHA256 (xpi/thunderbird-i18n-52.1.0/bg.xpi) = 151a7deaddafcdfd704abf7f933daafcc1f1465624b01a856f7c0ff02e3b8701 -SIZE (xpi/thunderbird-i18n-52.1.0/bg.xpi) = 634897 -SHA256 (xpi/thunderbird-i18n-52.1.0/bn-BD.xpi) = f281a18cbd823db0331e351f02543249b90d414f9146579b52d45f2826463403 -SIZE (xpi/thunderbird-i18n-52.1.0/bn-BD.xpi) = 676900 -SHA256 (xpi/thunderbird-i18n-52.1.0/br.xpi) = b31c85a62f99cc6f8e043f52b16f977124f3ba89a0539b064b0b751910496689 -SIZE (xpi/thunderbird-i18n-52.1.0/br.xpi) = 559380 -SHA256 (xpi/thunderbird-i18n-52.1.0/ca.xpi) = 5bb06005edc6dc5cad1836abf4bf2a79a71912a841ea5dcede9ee04c50410e3f -SIZE (xpi/thunderbird-i18n-52.1.0/ca.xpi) = 569909 -SHA256 (xpi/thunderbird-i18n-52.1.0/cs.xpi) = 41d2fcc1cc5aed3f6036f6337bf93aaa9b37a32e99bd9145f4921a6a927b451b -SIZE (xpi/thunderbird-i18n-52.1.0/cs.xpi) = 579149 -SHA256 (xpi/thunderbird-i18n-52.1.0/cy.xpi) = 28321a38846a06bed47996fe5f68c5579baa6c8804138866c307df0d26147fd5 -SIZE (xpi/thunderbird-i18n-52.1.0/cy.xpi) = 554857 -SHA256 (xpi/thunderbird-i18n-52.1.0/da.xpi) = ee813026f6312a6f11572422f0bdac9bb866eb820d8fef917bde943747df18c1 -SIZE (xpi/thunderbird-i18n-52.1.0/da.xpi) = 543334 -SHA256 (xpi/thunderbird-i18n-52.1.0/de.xpi) = bfa9265887d64317841f85222638ec901cc95ec230670994f2231e65d4952836 -SIZE (xpi/thunderbird-i18n-52.1.0/de.xpi) = 555743 -SHA256 (xpi/thunderbird-i18n-52.1.0/dsb.xpi) = e29a9433a9f7b9b8d17bc4be1f95ebfd2c4982fefc3ca90372ae2d627f20ad71 -SIZE (xpi/thunderbird-i18n-52.1.0/dsb.xpi) = 584581 -SHA256 (xpi/thunderbird-i18n-52.1.0/el.xpi) = eedb7abd583f2a4b7a61f81ad79d5ff02159535faba07fc30088776e75837207 -SIZE (xpi/thunderbird-i18n-52.1.0/el.xpi) = 662964 -SHA256 (xpi/thunderbird-i18n-52.1.0/en-GB.xpi) = b916e3be5c5529e321a8defb0397dadc45116d9d06378e86d7007d7babe9fb45 -SIZE (xpi/thunderbird-i18n-52.1.0/en-GB.xpi) = 531233 -SHA256 (xpi/thunderbird-i18n-52.1.0/en-US.xpi) = 803d67f5d6729116b2d1d3ad619c174c122cbe57a51d36f96390f2b563405fa8 -SIZE (xpi/thunderbird-i18n-52.1.0/en-US.xpi) = 529123 -SHA256 (xpi/thunderbird-i18n-52.1.0/es-AR.xpi) = 1140407c98f609ddcfeef4ad9a3538e3c68da86b3fa8a138ab042453e737645b -SIZE (xpi/thunderbird-i18n-52.1.0/es-AR.xpi) = 565995 -SHA256 (xpi/thunderbird-i18n-52.1.0/es-ES.xpi) = 1dad4a61a98a594304708eb8c3056463b07482210cf404a1cc5ab96736eb9c94 -SIZE (xpi/thunderbird-i18n-52.1.0/es-ES.xpi) = 445464 -SHA256 (xpi/thunderbird-i18n-52.1.0/et.xpi) = b54d1f3692b492ae7792ee42ba6c15e668e3ea76021496464feac0414bfcae52 -SIZE (xpi/thunderbird-i18n-52.1.0/et.xpi) = 551660 -SHA256 (xpi/thunderbird-i18n-52.1.0/eu.xpi) = 552f2943a37ec9a3f997d904bd5b852d7cdf9977f0b8fbb87b511662f944e986 -SIZE (xpi/thunderbird-i18n-52.1.0/eu.xpi) = 555536 -SHA256 (xpi/thunderbird-i18n-52.1.0/fi.xpi) = aeb4bdb8cd8a5e1933b784e16ce121c6653b4aaa05c2c6f9b056309933521475 -SIZE (xpi/thunderbird-i18n-52.1.0/fi.xpi) = 550669 -SHA256 (xpi/thunderbird-i18n-52.1.0/fr.xpi) = f41fde901cc9210967ec39e3d258ad568d889f07a1f2fb1e10747ef933631cf0 -SIZE (xpi/thunderbird-i18n-52.1.0/fr.xpi) = 577560 -SHA256 (xpi/thunderbird-i18n-52.1.0/fy-NL.xpi) = a7e856a42d8e021f1e1385857525e5ea751ff143ff725aa15eb6e1c6b78c76cd -SIZE (xpi/thunderbird-i18n-52.1.0/fy-NL.xpi) = 563631 -SHA256 (xpi/thunderbird-i18n-52.1.0/ga-IE.xpi) = 78aa1c4f60ffc943b4541d8ebf08a9c804c7f8c0dad3264e6f09aacb1d5c9e74 -SIZE (xpi/thunderbird-i18n-52.1.0/ga-IE.xpi) = 583555 -SHA256 (xpi/thunderbird-i18n-52.1.0/gd.xpi) = d27cd41dd6595ee588e18ed10736d84b2587f192b84efcaa99a172c055513f11 -SIZE (xpi/thunderbird-i18n-52.1.0/gd.xpi) = 574064 -SHA256 (xpi/thunderbird-i18n-52.1.0/gl.xpi) = 8ea7ae7a48e45854e194ff300510a7f10fb064a68bf0c9fa5cc8c54bb860fa44 -SIZE (xpi/thunderbird-i18n-52.1.0/gl.xpi) = 575150 -SHA256 (xpi/thunderbird-i18n-52.1.0/he.xpi) = 100b0da1c56554c496cf93f1489aff171a6794371e0f2336206f408dc5dbb862 -SIZE (xpi/thunderbird-i18n-52.1.0/he.xpi) = 592565 -SHA256 (xpi/thunderbird-i18n-52.1.0/hr.xpi) = 5161640824d3cd84dafe08f7fef762dbe00c6ec0cc0ada9669c72e42869804e6 -SIZE (xpi/thunderbird-i18n-52.1.0/hr.xpi) = 564779 -SHA256 (xpi/thunderbird-i18n-52.1.0/hu.xpi) = e8264f71facb7aa89aa73ba19253d7d37b247d01bc98399c1bfcb9749b9b8e57 -SIZE (xpi/thunderbird-i18n-52.1.0/hu.xpi) = 586446 -SHA256 (xpi/thunderbird-i18n-52.1.0/hsb.xpi) = d32e7b469905e2831a311bf3b541330b530d57d7bc618d9e2f1e01d4fdf337e2 -SIZE (xpi/thunderbird-i18n-52.1.0/hsb.xpi) = 582241 -SHA256 (xpi/thunderbird-i18n-52.1.0/hy-AM.xpi) = 3fcf04ae1c549aa2408b131389bbbf7d96b3f5ae80ee51fbabcaf57f9af73581 -SIZE (xpi/thunderbird-i18n-52.1.0/hy-AM.xpi) = 629879 -SHA256 (xpi/thunderbird-i18n-52.1.0/id.xpi) = b258b88c3618cf03258e1f2a88b58ed8a9ac8d6f510cbedc65d30fd0d1833a5f -SIZE (xpi/thunderbird-i18n-52.1.0/id.xpi) = 546525 -SHA256 (xpi/thunderbird-i18n-52.1.0/is.xpi) = 9a9ac947b7fa56ad90940214a383d1a2e284f1fae723683fdc03cc5cc044a7f9 -SIZE (xpi/thunderbird-i18n-52.1.0/is.xpi) = 555712 -SHA256 (xpi/thunderbird-i18n-52.1.0/it.xpi) = 81439f2a46fc2fcbaba27a790d13371bb29944dbce536adf3a4bc88c57c58708 -SIZE (xpi/thunderbird-i18n-52.1.0/it.xpi) = 455407 -SHA256 (xpi/thunderbird-i18n-52.1.0/ja.xpi) = c614414408bd3ef96c0acae40c01cef76af07457f73ba3388f96ed646d0e93fb -SIZE (xpi/thunderbird-i18n-52.1.0/ja.xpi) = 630052 -SHA256 (xpi/thunderbird-i18n-52.1.0/ko.xpi) = 3f652698258901e7dfc05751b9c44e6c6cb303b9580b8393b85aa5ba532a5145 -SIZE (xpi/thunderbird-i18n-52.1.0/ko.xpi) = 595516 -SHA256 (xpi/thunderbird-i18n-52.1.0/lt.xpi) = 6800858ccd1722bb805a899af954a62cff97feb6645648ee75cfcb8948628cef -SIZE (xpi/thunderbird-i18n-52.1.0/lt.xpi) = 580598 -SHA256 (xpi/thunderbird-i18n-52.1.0/nb-NO.xpi) = dc7703816f06360432c9f7d69eb4db6524db38605bb43dc33fa61be0582ada08 -SIZE (xpi/thunderbird-i18n-52.1.0/nb-NO.xpi) = 551103 -SHA256 (xpi/thunderbird-i18n-52.1.0/nl.xpi) = cc1bf83672eba56775988c6671ac0101330df302ff7d3b34e3f8d84a3486ee2a -SIZE (xpi/thunderbird-i18n-52.1.0/nl.xpi) = 557956 -SHA256 (xpi/thunderbird-i18n-52.1.0/nn-NO.xpi) = 557458360291cf1b69634329b58e9f8d59f0e235ea23fe04c83692784aa05956 -SIZE (xpi/thunderbird-i18n-52.1.0/nn-NO.xpi) = 551891 -SHA256 (xpi/thunderbird-i18n-52.1.0/pa-IN.xpi) = a7fbb749c6222a020cc50ddd11428c16c3fc9b1349b757426b9d2e2204e2356d -SIZE (xpi/thunderbird-i18n-52.1.0/pa-IN.xpi) = 646568 -SHA256 (xpi/thunderbird-i18n-52.1.0/pl.xpi) = 0ecfed322da41c4e6b21a7fab03d61a2436f0f4e0898928f19eac28b52da8a05 -SIZE (xpi/thunderbird-i18n-52.1.0/pl.xpi) = 469901 -SHA256 (xpi/thunderbird-i18n-52.1.0/pt-BR.xpi) = d5b5bec393b299367610794958ac2d7bef54ad2cc9a29ca2559c8c230bf6564b -SIZE (xpi/thunderbird-i18n-52.1.0/pt-BR.xpi) = 558223 -SHA256 (xpi/thunderbird-i18n-52.1.0/pt-PT.xpi) = 998587a0074de0b0a26206c7de2cb83ff5bebd194e7ce184783fcc2d58eefe97 -SIZE (xpi/thunderbird-i18n-52.1.0/pt-PT.xpi) = 565623 -SHA256 (xpi/thunderbird-i18n-52.1.0/rm.xpi) = 33a1c4dc8cee63c7640f7b492c171015b391f88b2629660b83845726925d1604 -SIZE (xpi/thunderbird-i18n-52.1.0/rm.xpi) = 557604 -SHA256 (xpi/thunderbird-i18n-52.1.0/ro.xpi) = f59e4ac38e6f60808bc7552da66a74a9b059f3e6fd8d1aef2999cac3b157de5a -SIZE (xpi/thunderbird-i18n-52.1.0/ro.xpi) = 570529 -SHA256 (xpi/thunderbird-i18n-52.1.0/ru.xpi) = d152fa89d2e6769b00ef8a7c04debc6da8e8a7013a5faf92038651a99172bec9 -SIZE (xpi/thunderbird-i18n-52.1.0/ru.xpi) = 530669 -SHA256 (xpi/thunderbird-i18n-52.1.0/si.xpi) = f4d0a47bef66689b53506078e961547c0100e7104a5960c9eec2341facad27d5 -SIZE (xpi/thunderbird-i18n-52.1.0/si.xpi) = 649009 -SHA256 (xpi/thunderbird-i18n-52.1.0/sk.xpi) = 5d57f3e86f4e19daf5fa0fc5cb63aaff646d4cbd47a742c04ba77259c25dffb7 -SIZE (xpi/thunderbird-i18n-52.1.0/sk.xpi) = 583881 -SHA256 (xpi/thunderbird-i18n-52.1.0/sl.xpi) = 56dda066bd8e6367351d0790a2765a05813bf19b65aeab27cbdc133609a30b2c -SIZE (xpi/thunderbird-i18n-52.1.0/sl.xpi) = 562830 -SHA256 (xpi/thunderbird-i18n-52.1.0/sq.xpi) = 8a2773b55f020278f658b7254dcedf0d17154b6f5d63400943cd15bf902c9019 -SIZE (xpi/thunderbird-i18n-52.1.0/sq.xpi) = 570615 -SHA256 (xpi/thunderbird-i18n-52.1.0/sr.xpi) = 09f3de38925c36734471ec2694094211236d1edae433280e7547ec57c8040826 -SIZE (xpi/thunderbird-i18n-52.1.0/sr.xpi) = 609019 -SHA256 (xpi/thunderbird-i18n-52.1.0/sv-SE.xpi) = 5f3705d4270357b3e57fd26131155516fc51a47886a20ef143905e15334dd86a -SIZE (xpi/thunderbird-i18n-52.1.0/sv-SE.xpi) = 565777 -SHA256 (xpi/thunderbird-i18n-52.1.0/ta-LK.xpi) = bb585f6cc8166e5445e84220cd432a99489ea898e58edcd7a0b0f2134ba73acd -SIZE (xpi/thunderbird-i18n-52.1.0/ta-LK.xpi) = 675038 -SHA256 (xpi/thunderbird-i18n-52.1.0/tr.xpi) = d95eeadbf12ae6e554a7f9a1453befc6dc3530b3e441491db4ed96aa7c355463 -SIZE (xpi/thunderbird-i18n-52.1.0/tr.xpi) = 569926 -SHA256 (xpi/thunderbird-i18n-52.1.0/uk.xpi) = 124146d36b56811e02c1f6a849611e4977a2189fd95b793b71347532caf76070 -SIZE (xpi/thunderbird-i18n-52.1.0/uk.xpi) = 652854 -SHA256 (xpi/thunderbird-i18n-52.1.0/vi.xpi) = 8e3c84b436a9d0465507bdf42dd42c9b26d23987fd7f7a46cad8dd9f6ad0afcc -SIZE (xpi/thunderbird-i18n-52.1.0/vi.xpi) = 637163 -SHA256 (xpi/thunderbird-i18n-52.1.0/zh-CN.xpi) = e372440fcafc54328c5df328fc22642924eec67fd05e33f8ad5a15cfdbef878b -SIZE (xpi/thunderbird-i18n-52.1.0/zh-CN.xpi) = 593611 -SHA256 (xpi/thunderbird-i18n-52.1.0/zh-TW.xpi) = 2ba552e364815ddebef45de1e7442add05bd81d34516a512b4f6f59b9c3cfdfa -SIZE (xpi/thunderbird-i18n-52.1.0/zh-TW.xpi) = 595728 +TIMESTAMP = 1495278082 +SHA256 (xpi/thunderbird-i18n-52.1.1/ar.xpi) = 8989418e122cc3b92d2691e74db44cccfe238369e02e66fbb78832620978fcd3 +SIZE (xpi/thunderbird-i18n-52.1.1/ar.xpi) = 604235 +SHA256 (xpi/thunderbird-i18n-52.1.1/ast.xpi) = 44c8f31f8f6fdb34e5287e0bddae18257e85f5962b68be3a1f3a4c92ef5235d5 +SIZE (xpi/thunderbird-i18n-52.1.1/ast.xpi) = 541173 +SHA256 (xpi/thunderbird-i18n-52.1.1/be.xpi) = f48fde4ea03dcf4a257f13cb2c3c85c9a47f12e846c027964b8c89a62497b735 +SIZE (xpi/thunderbird-i18n-52.1.1/be.xpi) = 570931 +SHA256 (xpi/thunderbird-i18n-52.1.1/bg.xpi) = 36185e9fd2f82e422924336a331cec03b7581bab3411237e71b45f89e5635fa4 +SIZE (xpi/thunderbird-i18n-52.1.1/bg.xpi) = 634897 +SHA256 (xpi/thunderbird-i18n-52.1.1/bn-BD.xpi) = 6a85c7568b7f4ff35becda3ba679d8eb85a4c00aef8836b26edf3bffd3383435 +SIZE (xpi/thunderbird-i18n-52.1.1/bn-BD.xpi) = 676900 +SHA256 (xpi/thunderbird-i18n-52.1.1/br.xpi) = f59aad266c68c72fc55f56869591680b4c7fa433cda06d66c0eb20064edb6dcf +SIZE (xpi/thunderbird-i18n-52.1.1/br.xpi) = 559380 +SHA256 (xpi/thunderbird-i18n-52.1.1/ca.xpi) = 4e1ae4b5bec308de0042373fda1f7202df576a3ef1edf574e805edb2666d3ff3 +SIZE (xpi/thunderbird-i18n-52.1.1/ca.xpi) = 569910 +SHA256 (xpi/thunderbird-i18n-52.1.1/cs.xpi) = de56bde1e43551b20961fda8e1715a6d805ea9224b60ea80bfe3bcb05894253e +SIZE (xpi/thunderbird-i18n-52.1.1/cs.xpi) = 579149 +SHA256 (xpi/thunderbird-i18n-52.1.1/cy.xpi) = 195db139fa9d56e9e74e7dda0a541adcc5d199786f460b64bb6f510e8dbb5dcf +SIZE (xpi/thunderbird-i18n-52.1.1/cy.xpi) = 554858 +SHA256 (xpi/thunderbird-i18n-52.1.1/da.xpi) = e3f698c3c694566ead0a740bb56f6a6c865f349f6affd8608d0492a1b9a90a1d +SIZE (xpi/thunderbird-i18n-52.1.1/da.xpi) = 543335 +SHA256 (xpi/thunderbird-i18n-52.1.1/de.xpi) = f23e5c40553c9ea9dcbc3fdd04a4a64dc751523b5431279e5d4af592bb21f48d +SIZE (xpi/thunderbird-i18n-52.1.1/de.xpi) = 555743 +SHA256 (xpi/thunderbird-i18n-52.1.1/dsb.xpi) = a9742e533a925e6753d7d1b5bb9408d295bc5730b7c106824260f0194f70b2c8 +SIZE (xpi/thunderbird-i18n-52.1.1/dsb.xpi) = 584581 +SHA256 (xpi/thunderbird-i18n-52.1.1/el.xpi) = 7a3910110d3e6cfbdca99a12b387ddd1f3fa37a0589c9571626271eb30363230 +SIZE (xpi/thunderbird-i18n-52.1.1/el.xpi) = 662964 +SHA256 (xpi/thunderbird-i18n-52.1.1/en-GB.xpi) = a53a70c4b7e184295130d54774f4fe079ec7ea4986874aa2835f50cdb59f0646 +SIZE (xpi/thunderbird-i18n-52.1.1/en-GB.xpi) = 531233 +SHA256 (xpi/thunderbird-i18n-52.1.1/en-US.xpi) = 761e992ae206dcb9d216886ef7ce7d78b2a3525d87aeac7a108ee8b08e0ccd5d +SIZE (xpi/thunderbird-i18n-52.1.1/en-US.xpi) = 529123 +SHA256 (xpi/thunderbird-i18n-52.1.1/es-AR.xpi) = 45b58b0aad67eaa25d23fbf8c15dc800b349a253077414bcfbd174c37c31ccb9 +SIZE (xpi/thunderbird-i18n-52.1.1/es-AR.xpi) = 565995 +SHA256 (xpi/thunderbird-i18n-52.1.1/es-ES.xpi) = 29f8158a9e20c2ac464bca8e2875fd6155b2f8fb34cec03d38faf5bbca563d69 +SIZE (xpi/thunderbird-i18n-52.1.1/es-ES.xpi) = 445463 +SHA256 (xpi/thunderbird-i18n-52.1.1/et.xpi) = 574856171aa7c02b21c87772888c14bbb540eaa048ad6752e0030030a838aa9e +SIZE (xpi/thunderbird-i18n-52.1.1/et.xpi) = 551661 +SHA256 (xpi/thunderbird-i18n-52.1.1/eu.xpi) = 59be73eafbf4cbbf51318c75eedc48a157b8c7226640e39fa79a0cadf27cd0ef +SIZE (xpi/thunderbird-i18n-52.1.1/eu.xpi) = 555536 +SHA256 (xpi/thunderbird-i18n-52.1.1/fi.xpi) = 0f3bda7ffb6b9612b1dad155862cb5d5aa018f151755db33f92da93de8765c0a +SIZE (xpi/thunderbird-i18n-52.1.1/fi.xpi) = 550669 +SHA256 (xpi/thunderbird-i18n-52.1.1/fr.xpi) = 309ef19ab2f8908461be3169effa5091059940577c6ad733b1752d58b0956f95 +SIZE (xpi/thunderbird-i18n-52.1.1/fr.xpi) = 577560 +SHA256 (xpi/thunderbird-i18n-52.1.1/fy-NL.xpi) = bae2d16a97756d9458b60d84ef73df94f040ecc39213abdb45e7f4148d7b214a +SIZE (xpi/thunderbird-i18n-52.1.1/fy-NL.xpi) = 563632 +SHA256 (xpi/thunderbird-i18n-52.1.1/ga-IE.xpi) = 99ee91424007f96ff32f8fea1a38a3d79ff0f435c6c6fd0e22db2708e4cfc694 +SIZE (xpi/thunderbird-i18n-52.1.1/ga-IE.xpi) = 583556 +SHA256 (xpi/thunderbird-i18n-52.1.1/gd.xpi) = d4cca6dabca20202be03bdd7f734661a3edd1ad1db3e1fe9c9e1ebd0fd191138 +SIZE (xpi/thunderbird-i18n-52.1.1/gd.xpi) = 574065 +SHA256 (xpi/thunderbird-i18n-52.1.1/gl.xpi) = 7bfd0facdf087912c129972e5ebfceb022dfaae6d391aad1535669f35efa91fb +SIZE (xpi/thunderbird-i18n-52.1.1/gl.xpi) = 575150 +SHA256 (xpi/thunderbird-i18n-52.1.1/he.xpi) = 464862f5df1ee1ea2baf2271f38ccacd05f06ef0bacf036525da5309391414a1 +SIZE (xpi/thunderbird-i18n-52.1.1/he.xpi) = 592566 +SHA256 (xpi/thunderbird-i18n-52.1.1/hr.xpi) = 77b5e1354eead17606bd0953964c2b0635018a6d0d8bb29967fd7ef6ce284f4a +SIZE (xpi/thunderbird-i18n-52.1.1/hr.xpi) = 564778 +SHA256 (xpi/thunderbird-i18n-52.1.1/hu.xpi) = 2bef50fdace350a57579b10cf29ec11af6cd90e7f526bf74dc63b0118ec32a6f +SIZE (xpi/thunderbird-i18n-52.1.1/hu.xpi) = 586446 +SHA256 (xpi/thunderbird-i18n-52.1.1/hsb.xpi) = 68a06ff1f01b4108c7f0509370d13337b29035f3c2c539dcc3e6152fab10f88f +SIZE (xpi/thunderbird-i18n-52.1.1/hsb.xpi) = 582241 +SHA256 (xpi/thunderbird-i18n-52.1.1/hy-AM.xpi) = fc3885a3cabfc8fa987df6d28fcfa25b8248717259fde1a30d4ad368805a09c4 +SIZE (xpi/thunderbird-i18n-52.1.1/hy-AM.xpi) = 629879 +SHA256 (xpi/thunderbird-i18n-52.1.1/id.xpi) = c490f42ba64d7b0ee64b0adc130428f8be4febadca4538a8e6dd821829ff99e8 +SIZE (xpi/thunderbird-i18n-52.1.1/id.xpi) = 546526 +SHA256 (xpi/thunderbird-i18n-52.1.1/is.xpi) = e3aa6a97453a03db3861244146ec7ed5fd6f7d787c78bae829460502805b9ae3 +SIZE (xpi/thunderbird-i18n-52.1.1/is.xpi) = 555712 +SHA256 (xpi/thunderbird-i18n-52.1.1/it.xpi) = 02878743a1b033e7274b32468f3549598badd41a73760e881c660eb02115d685 +SIZE (xpi/thunderbird-i18n-52.1.1/it.xpi) = 455408 +SHA256 (xpi/thunderbird-i18n-52.1.1/ja.xpi) = 790e6aaf84525b87e6568d9aa538d55be84624a513a7102e7c21e77ed5b6e2f5 +SIZE (xpi/thunderbird-i18n-52.1.1/ja.xpi) = 630052 +SHA256 (xpi/thunderbird-i18n-52.1.1/ko.xpi) = c83d44349445a23dae904e4ca4636270e0333ff7be8581b353a1dfcf1b062bc5 +SIZE (xpi/thunderbird-i18n-52.1.1/ko.xpi) = 595517 +SHA256 (xpi/thunderbird-i18n-52.1.1/lt.xpi) = fd77205c5540eb04717d86a7c65f8e4519f7594e9343d7683bddb3def7b19806 +SIZE (xpi/thunderbird-i18n-52.1.1/lt.xpi) = 580598 +SHA256 (xpi/thunderbird-i18n-52.1.1/nb-NO.xpi) = 4f3d71463d2533677e25975a1a6028aefab31fc4a1ddb8515afea0893c26d621 +SIZE (xpi/thunderbird-i18n-52.1.1/nb-NO.xpi) = 551104 +SHA256 (xpi/thunderbird-i18n-52.1.1/nl.xpi) = 36c3c9739db6e0abc2eee2841a6137caf02c8bbbcb1b2de2db69adee417dd121 +SIZE (xpi/thunderbird-i18n-52.1.1/nl.xpi) = 557956 +SHA256 (xpi/thunderbird-i18n-52.1.1/nn-NO.xpi) = 2672106f09d1a8c55afbcadc94ca5344a7a128a47ca3bab893360708a2332d7c +SIZE (xpi/thunderbird-i18n-52.1.1/nn-NO.xpi) = 551891 +SHA256 (xpi/thunderbird-i18n-52.1.1/pa-IN.xpi) = 111c9b043021a3c078d243e0ecfc77ce5b96801368216934dac86ef1c623fd8e +SIZE (xpi/thunderbird-i18n-52.1.1/pa-IN.xpi) = 646568 +SHA256 (xpi/thunderbird-i18n-52.1.1/pl.xpi) = 900d859d66c4f05c1a9db5df9d19682b3ecbd05001f3dfd888e9e833d56d63ac +SIZE (xpi/thunderbird-i18n-52.1.1/pl.xpi) = 469901 +SHA256 (xpi/thunderbird-i18n-52.1.1/pt-BR.xpi) = 3ed1a5554e09ada1fa504f56327e58cf12559695eefad71c011fd829ead4f184 +SIZE (xpi/thunderbird-i18n-52.1.1/pt-BR.xpi) = 558223 +SHA256 (xpi/thunderbird-i18n-52.1.1/pt-PT.xpi) = 9ddbcd520d1d56200cef0933a5a0e2cfc9a3555bbe009b2d883668b2bf617804 +SIZE (xpi/thunderbird-i18n-52.1.1/pt-PT.xpi) = 565623 +SHA256 (xpi/thunderbird-i18n-52.1.1/rm.xpi) = 37d3e7cc420431524b0252048a81f987d44848d29d433da1297f23f87a2504e3 +SIZE (xpi/thunderbird-i18n-52.1.1/rm.xpi) = 557605 +SHA256 (xpi/thunderbird-i18n-52.1.1/ro.xpi) = 7da713a9624ad3bb504997f3161976d6fd92f960879872ec85cb47a4aec0b551 +SIZE (xpi/thunderbird-i18n-52.1.1/ro.xpi) = 570530 +SHA256 (xpi/thunderbird-i18n-52.1.1/ru.xpi) = f03fb4c40f4ce052c0b709ee101b4ba738b0d1f5e9724dac7de08bfca816ac90 +SIZE (xpi/thunderbird-i18n-52.1.1/ru.xpi) = 530670 +SHA256 (xpi/thunderbird-i18n-52.1.1/si.xpi) = 147b98ce414b8570f9d9ade1423487ed2a1801978b113b9d10cf506783c88a1b +SIZE (xpi/thunderbird-i18n-52.1.1/si.xpi) = 649010 +SHA256 (xpi/thunderbird-i18n-52.1.1/sk.xpi) = 644e60ebbb42e2bda79681bedf747ebaea7172f91739190985eb44171d3a0d95 +SIZE (xpi/thunderbird-i18n-52.1.1/sk.xpi) = 583882 +SHA256 (xpi/thunderbird-i18n-52.1.1/sl.xpi) = 6191e56b2ae8e0617414ca5c3a6f22056596983f45439cea8b01ad52d22b5376 +SIZE (xpi/thunderbird-i18n-52.1.1/sl.xpi) = 562832 +SHA256 (xpi/thunderbird-i18n-52.1.1/sq.xpi) = 942458c9049c927b9287f8dbd1fb17bc944e7a6c90f181d2b050709742741fdc +SIZE (xpi/thunderbird-i18n-52.1.1/sq.xpi) = 570617 +SHA256 (xpi/thunderbird-i18n-52.1.1/sr.xpi) = 948b10e7311a5e6907f1c606887f29d69cfa86ed4c9968690e0456b102ce95a1 +SIZE (xpi/thunderbird-i18n-52.1.1/sr.xpi) = 609019 +SHA256 (xpi/thunderbird-i18n-52.1.1/sv-SE.xpi) = 4d51f169f6c7c780c42ef4f330cf7b518eec27f13816f4e9e3358d4bd011564d +SIZE (xpi/thunderbird-i18n-52.1.1/sv-SE.xpi) = 565777 +SHA256 (xpi/thunderbird-i18n-52.1.1/ta-LK.xpi) = 3a3537d063d5ec33726b4feef86fd1f84a37ef8004647bc2c14626cf0944521f +SIZE (xpi/thunderbird-i18n-52.1.1/ta-LK.xpi) = 675039 +SHA256 (xpi/thunderbird-i18n-52.1.1/tr.xpi) = 8f919bef670da5a1fc99a42a3028be14a818764abf4b821ea84f095b65d97a06 +SIZE (xpi/thunderbird-i18n-52.1.1/tr.xpi) = 569926 +SHA256 (xpi/thunderbird-i18n-52.1.1/uk.xpi) = 798cd3910ef1ce076b1afe0007ac33a9791a466ffa0b7773d4c6f141d72cdb92 +SIZE (xpi/thunderbird-i18n-52.1.1/uk.xpi) = 652854 +SHA256 (xpi/thunderbird-i18n-52.1.1/vi.xpi) = 26f58c791d9c20696b265fdac8e463a1f4a4c5187fe28fc18ecaf7c6511e5d69 +SIZE (xpi/thunderbird-i18n-52.1.1/vi.xpi) = 637164 +SHA256 (xpi/thunderbird-i18n-52.1.1/zh-CN.xpi) = 628dc0c2565586b7ea9cae3e72ae6d6b285f57bcabf3304070e78b59653865f4 +SIZE (xpi/thunderbird-i18n-52.1.1/zh-CN.xpi) = 593612 +SHA256 (xpi/thunderbird-i18n-52.1.1/zh-TW.xpi) = 706882e9356551b2d9e7e26e89ccc3bb4db76278f2a71a20c7c5fa6b79a2b710 +SIZE (xpi/thunderbird-i18n-52.1.1/zh-TW.xpi) = 595728 Modified: branches/2017Q2/mail/thunderbird/Makefile ============================================================================== --- branches/2017Q2/mail/thunderbird/Makefile Sun May 21 14:14:53 2017 (r441396) +++ branches/2017Q2/mail/thunderbird/Makefile Sun May 21 14:30:59 2017 (r441397) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 52.1.0 +DISTVERSION= 52.1.1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build4/source Modified: branches/2017Q2/mail/thunderbird/distinfo ============================================================================== --- branches/2017Q2/mail/thunderbird/distinfo Sun May 21 14:14:53 2017 (r441396) +++ branches/2017Q2/mail/thunderbird/distinfo Sun May 21 14:30:59 2017 (r441397) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493583865 -SHA256 (thunderbird-52.1.0.source.tar.xz) = c33ca35b6acd1a0dc0d0f4b1df16745a33144c5d3d3715fe05454a5e9eefd48b -SIZE (thunderbird-52.1.0.source.tar.xz) = 228493044 +TIMESTAMP = 1495277987 +SHA256 (thunderbird-52.1.1.source.tar.xz) = 88211d0d57dfdae9232617244f9c5406520a538e9e7be6ceec79fdfed175ba84 +SIZE (thunderbird-52.1.1.source.tar.xz) = 228534928 From owner-svn-ports-branches@freebsd.org Sun May 21 14:45:04 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADD0DD77394; Sun, 21 May 2017 14:45:04 +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 8926614BF; Sun, 21 May 2017 14:45:04 +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 v4LEj3lb056487; Sun, 21 May 2017 14:45:03 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4LEj3qh056485; Sun, 21 May 2017 14:45:03 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705211445.v4LEj3qh056485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 21 May 2017 14:45:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441398 - in branches/2017Q2/security/gnupg: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 May 2017 14:45:04 -0000 Author: adamw Date: Sun May 21 14:45:03 2017 New Revision: 441398 URL: https://svnweb.freebsd.org/changeset/ports/441398 Log: MFH: r441252 Add an upstream patch to prevent erroneous failures involving the smartcard daemon. PR: 219400 Submitted by: Philip Jocks Obtained from: https://dev.gnupg.org/rGa8dd96826f8484c0ae93c954035b95c2a75c80f2 See also: https://lists.gnupg.org/pipermail/gnupg-users/2017-May/058233.html Approved by: ports-secteam (miwi) Added: branches/2017Q2/security/gnupg/files/patch-scdaemon - copied unchanged from r441252, head/security/gnupg/files/patch-scdaemon Modified: branches/2017Q2/security/gnupg/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/security/gnupg/Makefile ============================================================================== --- branches/2017Q2/security/gnupg/Makefile Sun May 21 14:30:59 2017 (r441397) +++ branches/2017Q2/security/gnupg/Makefile Sun May 21 14:45:03 2017 (r441398) @@ -2,6 +2,7 @@ PORTNAME= gnupg PORTVERSION= 2.1.21 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG Copied: branches/2017Q2/security/gnupg/files/patch-scdaemon (from r441252, head/security/gnupg/files/patch-scdaemon) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/security/gnupg/files/patch-scdaemon Sun May 21 14:45:03 2017 (r441398, copy of r441252, head/security/gnupg/files/patch-scdaemon) @@ -0,0 +1,84 @@ +From a8dd96826f8484c0ae93c954035b95c2a75c80f2 Mon Sep 17 00:00:00 2001 +From: NIIBE Yutaka +Date: Wed, 17 May 2017 09:46:06 +0900 +Subject: [PATCH] g10: Suppress error for card availability check. + +* g10/call-agent.c (start_agent): Add semantics for card; Suppress +error for card check. +(warn_version_mismatch): Ignore an error for scdaemon. +(agent_scd_serialno): Call start_agent with +FLAG_FOR_CARD_SUPPRESS_ERRORS. + +-- + +GnuPG-bug-id: 3165 +Fixes-commit: 97a2394ecafaa6f58e4a1f70ecfd04408dc15606 +Signed-off-by: NIIBE Yutaka +--- + g10/call-agent.c | 15 +++++++++------ + 1 file changed, 9 insertions(+), 6 deletions(-) + +diff --git a/g10/call-agent.c b/g10/call-agent.c +index be8c33d74..4698a25a7 100644 +--- g10/call-agent.c ++++ g10/call-agent.c +@@ -184,7 +184,8 @@ default_inq_cb (void *opaque, const char *line) + + + /* Print a warning if the server's version number is less than our +- version number. Returns an error code on a connection problem. */ ++ version number. Returns an error code on a connection problem. ++ Ignore an error for scdaemon (MODE==2). */ + static gpg_error_t + warn_version_mismatch (assuan_context_t ctx, const char *servername, int mode) + { +@@ -193,7 +194,7 @@ warn_version_mismatch (assuan_context_t ctx, const char *servername, int mode) + const char *myversion = strusage (13); + + err = get_assuan_server_version (ctx, mode, &serverversion); +- if (err) ++ if (err && mode != 2) + log_error (_("error getting version from '%s': %s\n"), + servername, gpg_strerror (err)); + else if (compare_version_strings (serverversion, myversion) < 0) +@@ -217,10 +218,12 @@ warn_version_mismatch (assuan_context_t ctx, const char *servername, int mode) + } + + ++#define FLAG_FOR_CARD_SUPPRESS_ERRORS 2 ++ + /* Try to connect to the agent via socket or fork it off and work by + pipes. Handle the server's initial greeting */ + static int +-start_agent (ctrl_t ctrl, int for_card) ++start_agent (ctrl_t ctrl, int flag_for_card) + { + int rc; + +@@ -280,7 +283,7 @@ start_agent (ctrl_t ctrl, int for_card) + } + } + +- if (!rc && for_card && !did_early_card_test) ++ if (!rc && flag_for_card && !did_early_card_test) + { + /* Request the serial number of the card for an early test. */ + struct agent_card_info_s info; +@@ -292,7 +295,7 @@ start_agent (ctrl_t ctrl, int for_card) + rc = assuan_transact (agent_ctx, "SCD SERIALNO openpgp", + NULL, NULL, NULL, NULL, + learn_status_cb, &info); +- if (rc) ++ if (rc && !(flag_for_card & FLAG_FOR_CARD_SUPPRESS_ERRORS)) + { + switch (gpg_err_code (rc)) + { +@@ -1023,7 +1026,7 @@ agent_scd_serialno (char **r_serialno, const char *demand) + char *serialno = NULL; + char line[ASSUAN_LINELENGTH]; + +- err = start_agent (NULL, 1); ++ err = start_agent (NULL, 1 | FLAG_FOR_CARD_SUPPRESS_ERRORS); + if (err) + return err; + From owner-svn-ports-branches@freebsd.org Mon May 22 19:06:44 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B0FDD79A30; Mon, 22 May 2017 19:06:44 +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 733E41838; Mon, 22 May 2017 19:06:44 +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 v4MJ6hSj059670; Mon, 22 May 2017 19:06:43 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4MJ6hRv059666; Mon, 22 May 2017 19:06:43 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705221906.v4MJ6hRv059666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 22 May 2017 19:06:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441488 - in branches/2017Q2/graphics/tiff: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2017 19:06:44 -0000 Author: antoine Date: Mon May 22 19:06:42 2017 New Revision: 441488 URL: https://svnweb.freebsd.org/changeset/ports/441488 Log: MFH: r441487 Update to 4.0.8 PR: 219458, 216259 Submitted by: Vidar Karlsen Modified: branches/2017Q2/graphics/tiff/Makefile branches/2017Q2/graphics/tiff/distinfo branches/2017Q2/graphics/tiff/files/patch-Makefile.in branches/2017Q2/graphics/tiff/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/graphics/tiff/Makefile ============================================================================== --- branches/2017Q2/graphics/tiff/Makefile Mon May 22 18:53:04 2017 (r441487) +++ branches/2017Q2/graphics/tiff/Makefile Mon May 22 19:06:42 2017 (r441488) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tiff -PORTVERSION= 4.0.7 -PORTREVISION= 1 +PORTVERSION= 4.0.8 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/libtiff/ Modified: branches/2017Q2/graphics/tiff/distinfo ============================================================================== --- branches/2017Q2/graphics/tiff/distinfo Mon May 22 18:53:04 2017 (r441487) +++ branches/2017Q2/graphics/tiff/distinfo Mon May 22 19:06:42 2017 (r441488) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479629608 -SHA256 (tiff-4.0.7.tar.gz) = 9f43a2cfb9589e5cecaa66e16bf87f814c945f22df7ba600d63aac4632c4f019 -SIZE (tiff-4.0.7.tar.gz) = 2076392 +TIMESTAMP = 1495471154 +SHA256 (tiff-4.0.8.tar.gz) = 59d7a5a8ccd92059913f246877db95a2918e6c04fb9d43fd74e5c3390dac2910 +SIZE (tiff-4.0.8.tar.gz) = 2065574 Modified: branches/2017Q2/graphics/tiff/files/patch-Makefile.in ============================================================================== --- branches/2017Q2/graphics/tiff/files/patch-Makefile.in Mon May 22 18:53:04 2017 (r441487) +++ branches/2017Q2/graphics/tiff/files/patch-Makefile.in Mon May 22 19:06:42 2017 (r441488) @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2016-11-19 17:40:20 UTC +--- Makefile.in.orig 2017-05-21 18:49:35 UTC +++ Makefile.in @@ -495,19 +495,6 @@ distclean-libtool: -rm -f libtool config.lt Modified: branches/2017Q2/graphics/tiff/pkg-plist ============================================================================== --- branches/2017Q2/graphics/tiff/pkg-plist Mon May 22 18:53:04 2017 (r441487) +++ branches/2017Q2/graphics/tiff/pkg-plist Mon May 22 19:06:42 2017 (r441488) @@ -24,19 +24,17 @@ include/tiffvers.h lib/libtiff.a lib/libtiff.so lib/libtiff.so.5 -lib/libtiff.so.5.2.5 +lib/libtiff.so.5.2.6 lib/libtiffxx.a lib/libtiffxx.so lib/libtiffxx.so.5 -lib/libtiffxx.so.5.2.5 +lib/libtiffxx.so.5.2.6 libdata/pkgconfig/libtiff-4.pc man/man1/fax2ps.1.gz man/man1/fax2tiff.1.gz man/man1/pal2rgb.1.gz man/man1/ppm2tiff.1.gz man/man1/raw2tiff.1.gz -man/man1/rgb2ycbcr.1.gz -man/man1/thumbnail.1.gz man/man1/tiff2bw.1.gz man/man1/tiff2pdf.1.gz man/man1/tiff2ps.1.gz @@ -228,8 +226,6 @@ man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/man/pal2rgb.1.html %%PORTDOCS%%%%DOCSDIR%%/man/ppm2tiff.1.html %%PORTDOCS%%%%DOCSDIR%%/man/raw2tiff.1.html -%%PORTDOCS%%%%DOCSDIR%%/man/rgb2ycbcr.1.html -%%PORTDOCS%%%%DOCSDIR%%/man/thumbnail.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2bw.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2pdf.1.html %%PORTDOCS%%%%DOCSDIR%%/man/tiff2ps.1.html @@ -291,3 +287,4 @@ man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/v4.0.5.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.6.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.7.html +%%PORTDOCS%%%%DOCSDIR%%/v4.0.8.html From owner-svn-ports-branches@freebsd.org Wed May 24 12:22:39 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02E5DD78F30; Wed, 24 May 2017 12:22:39 +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 C18221A98; Wed, 24 May 2017 12:22:38 +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 v4OCMbI9001452; Wed, 24 May 2017 12:22:37 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4OCMbJQ001450; Wed, 24 May 2017 12:22:37 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201705241222.v4OCMbJQ001450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Wed, 24 May 2017 12:22:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441576 - branches/2017Q2/net/miniupnpc X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 May 2017 12:22:39 -0000 Author: dinoex Date: Wed May 24 12:22:37 2017 New Revision: 441576 URL: https://svnweb.freebsd.org/changeset/ports/441576 Log: MFH: r441436 - Security Update to 2.0.20170509 Security: CVE-2017-8798 Security: https://github.com/tintinweb/pub/tree/master/pocs/cve-2017-8798 Reported by: Thomas Bernard Approved by: ports-secteam (miwi) Modified: branches/2017Q2/net/miniupnpc/Makefile branches/2017Q2/net/miniupnpc/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/net/miniupnpc/Makefile ============================================================================== --- branches/2017Q2/net/miniupnpc/Makefile Wed May 24 11:26:01 2017 (r441575) +++ branches/2017Q2/net/miniupnpc/Makefile Wed May 24 12:22:37 2017 (r441576) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= miniupnpc -PORTVERSION= 2.0.20161216 +PORTVERSION= 2.0.20170509 CATEGORIES?= net MASTER_SITES= http://miniupnp.free.fr/files/ Modified: branches/2017Q2/net/miniupnpc/distinfo ============================================================================== --- branches/2017Q2/net/miniupnpc/distinfo Wed May 24 11:26:01 2017 (r441575) +++ branches/2017Q2/net/miniupnpc/distinfo Wed May 24 12:22:37 2017 (r441576) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482692935 -SHA256 (miniupnpc-2.0.20161216.tar.gz) = 01e14408d6fc628de9afabc4417b84adeaba4c0ec517e7b8e278cb2993dafd3e -SIZE (miniupnpc-2.0.20161216.tar.gz) = 85780 +TIMESTAMP = 1495439582 +SHA256 (miniupnpc-2.0.20170509.tar.gz) = d3c368627f5cdfb66d3ebd64ca39ba54d6ff14a61966dbecb8dd296b7039f16a +SIZE (miniupnpc-2.0.20170509.tar.gz) = 86055 From owner-svn-ports-branches@freebsd.org Wed May 24 21:28:49 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3D30D7CA75; Wed, 24 May 2017 21:28:49 +0000 (UTC) (envelope-from feld@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 8297D178E; Wed, 24 May 2017 21:28:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4OLSmoo027804; Wed, 24 May 2017 21:28:48 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4OLSm7E027803; Wed, 24 May 2017 21:28:48 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705242128.v4OLSm7E027803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 24 May 2017 21:28:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441619 - branches/2017Q2/net-mgmt/p5-Net-NSCA-Client X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 May 2017 21:28:49 -0000 Author: feld Date: Wed May 24 21:28:48 2017 New Revision: 441619 URL: https://svnweb.freebsd.org/changeset/ports/441619 Log: MFH: r441618 net-mgmt/p5-Net-NSCA-Client: Add missing runtime dependency Approved by: portmgr (with hat) Modified: branches/2017Q2/net-mgmt/p5-Net-NSCA-Client/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/net-mgmt/p5-Net-NSCA-Client/Makefile ============================================================================== --- branches/2017Q2/net-mgmt/p5-Net-NSCA-Client/Makefile Wed May 24 21:28:05 2017 (r441618) +++ branches/2017Q2/net-mgmt/p5-Net-NSCA-Client/Makefile Wed May 24 21:28:48 2017 (r441619) @@ -2,7 +2,7 @@ PORTNAME= Net-NSCA-Client PORTVERSION= 0.009002 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,7 +21,8 @@ RUN_DEPENDS= p5-Const-Fast>=0.013:devel/ p5-MooseX-StrictConstructor>=0.08:devel/p5-MooseX-StrictConstructor \ p5-MooseX-Types>=0.35:devel/p5-MooseX-Types \ p5-MooseX-Types-PortNumber>=0.02:devel/p5-MooseX-Types-PortNumber \ - p5-namespace-clean>=0.04:devel/p5-namespace-clean + p5-namespace-clean>=0.04:devel/p5-namespace-clean \ + p5-List-MoreUtils>0:lang/p5-List-MoreUtils BUILD_DEPENDS= p5-Const-Fast>=0.013:devel/p5-Const-Fast \ p5-Convert-Binary-C>=0.76:converters/p5-Convert-Binary-C \ p5-Data-Rand>=0.0.4:devel/p5-Data-Rand \ From owner-svn-ports-branches@freebsd.org Thu May 25 10:13:17 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8160ED77C0B; Thu, 25 May 2017 10:13:17 +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 36EBB1DF9; Thu, 25 May 2017 10:13:17 +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 v4PADGOY049512; Thu, 25 May 2017 10:13:16 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4PADGtR049510; Thu, 25 May 2017 10:13:16 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201705251013.v4PADGtR049510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 25 May 2017 10:13:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441672 - branches/2017Q2/sysutils/isomd5sum X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2017 10:13:17 -0000 Author: rakuco Date: Thu May 25 10:13:15 2017 New Revision: 441672 URL: https://svnweb.freebsd.org/changeset/ports/441672 Log: MFH: r441671 Switch to USE_GITHUB. fedorahosted.org is gone, and the project is now hosted on GitHub. I've compared the new GitHub tarball with the old copy from distcache.FreeBSD.org and the contents are identical. PR: 218091 Approved by: ports-secteam (blanket approval) Modified: branches/2017Q2/sysutils/isomd5sum/Makefile branches/2017Q2/sysutils/isomd5sum/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/sysutils/isomd5sum/Makefile ============================================================================== --- branches/2017Q2/sysutils/isomd5sum/Makefile Thu May 25 10:12:10 2017 (r441671) +++ branches/2017Q2/sysutils/isomd5sum/Makefile Thu May 25 10:13:15 2017 (r441672) @@ -5,7 +5,6 @@ PORTNAME= isomd5sum PORTVERSION= 1.0.11 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://git.fedorahosted.org/cgit/isomd5sum.git/snapshot/ MAINTAINER= delgod@portaone.com COMMENT= Implanting and checking checksums within an ISO9660 image @@ -14,7 +13,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libpopt.so:devel/popt -USES= gmake python tar:bzip2 +USES= gmake python +USE_GITHUB= yes +GH_ACCOUNT= rhinstaller MAKE_ENV+= PYTHONPREFIX_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR} PYTHON_INCLUDEDIR=${PYTHON_INCLUDEDIR} MAKE_JOBS_UNSAFE= yes Modified: branches/2017Q2/sysutils/isomd5sum/distinfo ============================================================================== --- branches/2017Q2/sysutils/isomd5sum/distinfo Thu May 25 10:12:10 2017 (r441671) +++ branches/2017Q2/sysutils/isomd5sum/distinfo Thu May 25 10:13:15 2017 (r441672) @@ -1,2 +1,3 @@ -SHA256 (isomd5sum-1.0.11.tar.bz2) = f37a2ed2a4cd9ac518627d73165c3ca103d09a84986b57fee5865c5aa792c6fe -SIZE (isomd5sum-1.0.11.tar.bz2) = 18120 +TIMESTAMP = 1495699686 +SHA256 (rhinstaller-isomd5sum-1.0.11_GH0.tar.gz) = b8e8c76e3119b71838940b348ccab2fb61d73d507bc493f847a1f5b062990f69 +SIZE (rhinstaller-isomd5sum-1.0.11_GH0.tar.gz) = 18855 From owner-svn-ports-branches@freebsd.org Thu May 25 10:29:03 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FCECD80295; Thu, 25 May 2017 10:29:03 +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 460AE15C7; Thu, 25 May 2017 10:29:03 +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 v4PAT2Cs053850; Thu, 25 May 2017 10:29:02 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4PAT2nl053847; Thu, 25 May 2017 10:29:02 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201705251029.v4PAT2nl053847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 25 May 2017 10:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441674 - branches/2017Q2/net-mgmt/omping X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2017 10:29:03 -0000 Author: rakuco Date: Thu May 25 10:29:01 2017 New Revision: 441674 URL: https://svnweb.freebsd.org/changeset/ports/441674 Log: MFH: r441673 Switch to USE_GITHUB. fedorahosted.org is down and the project has switched to GitHub. Comparing the GitHub tarball and the old one from distcache.FreeBSD.org, the former has a few new files: * .gitignore * extras/img/omping-banner-url.svg * extras/img/omping-banner.svg * extras/img/omping-icon.svg All the other contents are identical. PR: 218099 Approved by: ports-secteam (blanket approval) Modified: branches/2017Q2/net-mgmt/omping/Makefile branches/2017Q2/net-mgmt/omping/distinfo branches/2017Q2/net-mgmt/omping/pkg-descr Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/net-mgmt/omping/Makefile ============================================================================== --- branches/2017Q2/net-mgmt/omping/Makefile Thu May 25 10:27:59 2017 (r441673) +++ branches/2017Q2/net-mgmt/omping/Makefile Thu May 25 10:29:01 2017 (r441674) @@ -4,7 +4,6 @@ PORTNAME= omping PORTVERSION= 0.0.4 CATEGORIES= net-mgmt -MASTER_SITES= https://fedorahosted.org/releases/o/m/${PORTNAME}/ MAINTAINER= fw@moov.de COMMENT= Tool to test IP multicast functionality @@ -12,6 +11,8 @@ COMMENT= Tool to test IP multicast funct LICENSE= MIT USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= jfriesse PLIST_FILES= bin/${PORTNAME} \ man/man8/omping.8.gz Modified: branches/2017Q2/net-mgmt/omping/distinfo ============================================================================== --- branches/2017Q2/net-mgmt/omping/distinfo Thu May 25 10:27:59 2017 (r441673) +++ branches/2017Q2/net-mgmt/omping/distinfo Thu May 25 10:29:01 2017 (r441674) @@ -1,2 +1,3 @@ -SHA256 (omping-0.0.4.tar.gz) = 8909616b007139138d9d1cb51cc234edaf728f20a26897ef2959a570da02dc0a -SIZE (omping-0.0.4.tar.gz) = 44287 +TIMESTAMP = 1495700714 +SHA256 (jfriesse-omping-0.0.4_GH0.tar.gz) = d3792111a748e3b884496c9d3c249cf20f3a576bb7d3ee957694a637196fc60b +SIZE (jfriesse-omping-0.0.4_GH0.tar.gz) = 48462 Modified: branches/2017Q2/net-mgmt/omping/pkg-descr ============================================================================== --- branches/2017Q2/net-mgmt/omping/pkg-descr Thu May 25 10:27:59 2017 (r441673) +++ branches/2017Q2/net-mgmt/omping/pkg-descr Thu May 25 10:29:01 2017 (r441674) @@ -7,4 +7,4 @@ Features * Implementation of RFC Draft draft-ietf-mboned-ssmping-08 * Any-source and Source-specific Multicast -WWW: https://fedorahosted.org/omping/ +WWW: https://github.com/jfriesse/omping From owner-svn-ports-branches@freebsd.org Fri May 26 14:33:50 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 378CED82DED; Fri, 26 May 2017 14:33:50 +0000 (UTC) (envelope-from feld@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 11E1D1805; Fri, 26 May 2017 14:33:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4QEXnGw055324; Fri, 26 May 2017 14:33:49 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4QEXmvR055320; Fri, 26 May 2017 14:33:48 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705261433.v4QEXmvR055320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 26 May 2017 14:33:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441785 - in branches/2017Q2/databases: mysql56-client mysql56-client/files mysql56-server X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2017 14:33:50 -0000 Author: feld Date: Fri May 26 14:33:48 2017 New Revision: 441785 URL: https://svnweb.freebsd.org/changeset/ports/441785 Log: MFH: r438698 databases/mysql56-{server client}: Update to latest 5.6.36 Also Delete patches that merged/fixed by upstream. And fix some no-longer-valid (but needed) patches. PR: 219521 Approved by: ports-secteam (with hat) Modified: branches/2017Q2/databases/mysql56-client/Makefile branches/2017Q2/databases/mysql56-client/files/patch-support-files_CMakeLists.txt branches/2017Q2/databases/mysql56-server/Makefile branches/2017Q2/databases/mysql56-server/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/databases/mysql56-client/Makefile ============================================================================== --- branches/2017Q2/databases/mysql56-client/Makefile Fri May 26 14:27:45 2017 (r441784) +++ branches/2017Q2/databases/mysql56-client/Makefile Fri May 26 14:33:48 2017 (r441785) @@ -2,7 +2,6 @@ # $FreeBSD$ PORTNAME= mysql -PORTREVISION?= 3 PKGNAMESUFFIX= 56-client COMMENT= Multithreaded SQL database (client) Modified: branches/2017Q2/databases/mysql56-client/files/patch-support-files_CMakeLists.txt ============================================================================== --- branches/2017Q2/databases/mysql56-client/files/patch-support-files_CMakeLists.txt Fri May 26 14:27:45 2017 (r441784) +++ branches/2017Q2/databases/mysql56-client/files/patch-support-files_CMakeLists.txt Fri May 26 14:33:48 2017 (r441785) @@ -1,6 +1,6 @@ ---- support-files/CMakeLists.txt.orig 2016-11-28 13:36:22 UTC +--- support-files/CMakeLists.txt.orig 2017-03-18 06:43:12 UTC +++ support-files/CMakeLists.txt -@@ -44,14 +44,17 @@ ELSE() +@@ -44,11 +44,13 @@ ELSE() SET(inst_location ${INSTALL_SUPPORTFILESDIR}) ENDIF() @@ -13,12 +13,16 @@ +ENDIF() IF(UNIX) + IF(CMAKE_SYSTEM_NAME MATCHES "Linux") +@@ -57,6 +59,7 @@ IF(UNIX) + SET (PIDOF "pgrep -d' ' -f") + ENDIF() SET(prefix ${CMAKE_INSTALL_PREFIX}) +IF(FALSE) FOREACH(script mysqld_multi.server mysql-log-rotate binary-configure) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${script}.sh ${CMAKE_CURRENT_BINARY_DIR}/${script} @ONLY ) -@@ -68,8 +71,10 @@ IF(UNIX) +@@ -73,8 +76,10 @@ IF(UNIX) IF(INSTALL_SUPPORTFILESDIR) INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) ENDIF() @@ -29,7 +33,7 @@ CONFIGURE_FILE(MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/MySQL-shared-compat.spec @ONLY) CONFIGURE_FILE(mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql.spec @ONLY) -@@ -94,3 +99,4 @@ IF(UNIX) +@@ -99,3 +104,4 @@ IF(UNIX) PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) ENDIF() Modified: branches/2017Q2/databases/mysql56-server/Makefile ============================================================================== --- branches/2017Q2/databases/mysql56-server/Makefile Fri May 26 14:27:45 2017 (r441784) +++ branches/2017Q2/databases/mysql56-server/Makefile Fri May 26 14:33:48 2017 (r441785) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME?= mysql -PORTVERSION= 5.6.35 -PORTREVISION?= 7 +PORTVERSION= 5.6.36 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.6 PKGNAMESUFFIX?= 56-server Modified: branches/2017Q2/databases/mysql56-server/distinfo ============================================================================== --- branches/2017Q2/databases/mysql56-server/distinfo Fri May 26 14:27:45 2017 (r441784) +++ branches/2017Q2/databases/mysql56-server/distinfo Fri May 26 14:33:48 2017 (r441785) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484753208 -SHA256 (mysql-5.6.35.tar.gz) = dddcba169b98844d7c65346cbd791c853edf942d78440381685087b84aa35020 -SIZE (mysql-5.6.35.tar.gz) = 32167628 +TIMESTAMP = 1492102457 +SHA256 (mysql-5.6.36.tar.gz) = 0af81a5538fc7fe2b747295dfa96589ace8831d2a7d4a26660fca456babeb147 +SIZE (mysql-5.6.36.tar.gz) = 32192348 From owner-svn-ports-branches@freebsd.org Sat May 27 16:05:48 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2590CD83004; Sat, 27 May 2017 16:05:48 +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 00E6B1A4A; Sat, 27 May 2017 16:05:47 +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 v4RG5lgh083194; Sat, 27 May 2017 16:05:47 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4RG5kGW083190; Sat, 27 May 2017 16:05:46 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705271605.v4RG5kGW083190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 27 May 2017 16:05:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441851 - in branches/2017Q2: sysutils/vimpager www/fcgi www/fcgiwrap www/fcgiwrap/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 May 2017 16:05:48 -0000 Author: adamw Date: Sat May 27 16:05:46 2017 New Revision: 441851 URL: https://svnweb.freebsd.org/changeset/ports/441851 Log: MFH: r438923 r441799 r438923: Release these ports to the collective. r441799: Fix stale processes not being terminated by the rc(8) script. Previously, when fcgiwrap_flags="-c [n]" with n > 1, only the controlling process was terminated, with the children running. This patch fixes this behaviour, terminating the children. PR: 217297 Submitted by: lstewart Reported by: spry anarchy in the ph Approved by: ports-secteam (miwi) Modified: branches/2017Q2/sysutils/vimpager/Makefile branches/2017Q2/www/fcgi/Makefile branches/2017Q2/www/fcgiwrap/Makefile branches/2017Q2/www/fcgiwrap/files/fcgiwrap.in Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/sysutils/vimpager/Makefile ============================================================================== --- branches/2017Q2/sysutils/vimpager/Makefile Sat May 27 16:00:49 2017 (r441850) +++ branches/2017Q2/sysutils/vimpager/Makefile Sat May 27 16:05:46 2017 (r441851) @@ -5,7 +5,7 @@ PORTNAME= vimpager DISTVERSION= 2.06 CATEGORIES= sysutils -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Use ViM as a pager LICENSE= BSD2CLAUSE Modified: branches/2017Q2/www/fcgi/Makefile ============================================================================== --- branches/2017Q2/www/fcgi/Makefile Sat May 27 16:00:49 2017 (r441850) +++ branches/2017Q2/www/fcgi/Makefile Sat May 27 16:05:46 2017 (r441851) @@ -8,7 +8,7 @@ CATEGORIES= www MASTER_SITES= LOCAL/adamw PKGNAMESUFFIX= -devkit -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= FastCGI Development Kit LICENSE= Open_Market_FastCGI_license Modified: branches/2017Q2/www/fcgiwrap/Makefile ============================================================================== --- branches/2017Q2/www/fcgiwrap/Makefile Sat May 27 16:00:49 2017 (r441850) +++ branches/2017Q2/www/fcgiwrap/Makefile Sat May 27 16:05:46 2017 (r441851) @@ -2,10 +2,10 @@ PORTNAME= fcgiwrap PORTVERSION= 1.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple FastCGI wrapper for CGI scripts LICENSE= MIT Modified: branches/2017Q2/www/fcgiwrap/files/fcgiwrap.in ============================================================================== --- branches/2017Q2/www/fcgiwrap/files/fcgiwrap.in Sat May 27 16:00:49 2017 (r441850) +++ branches/2017Q2/www/fcgiwrap/files/fcgiwrap.in Sat May 27 16:05:46 2017 (r441851) @@ -87,7 +87,18 @@ fcgiwrap_postcmd() { fi } -fcgiwrap_cleansocket() { +fcgiwrap_stop() { + fcgiwrap_pgrp=$(/bin/ps -o ppid= $(cat ${pidfile})) + if [ -z "$fcgiwrap_pgrp" ] || ! kill -0 $fcgiwrap_pgrp; then + [ -n "$rc_fast" ] && return 0 + _run_rc_notrunning + return 1 + fi + fcgiwrap_pgrp_pids=$(/bin/pgrep -d ' ' -g ${fcgiwrap_pgrp}) + echo "Stopping ${name}." + kill -TERM -- -${fcgiwrap_pgrp} + wait_for_pids ${fcgiwrap_pgrp_pids} + # Workaround the fact that fcgiwrap doesn't cleanup his socket at stopping case ${fcgiwrap_socket} in unix*) @@ -104,7 +115,7 @@ procname="%%PREFIX%%/sbin/${name}" command="/usr/sbin/daemon" start_precmd="fcgiwrap_precmd" start_postcmd="fcgiwrap_postcmd" -stop_postcmd="fcgiwrap_cleansocket" +stop_cmd="fcgiwrap_stop" load_rc_config $name From owner-svn-ports-branches@freebsd.org Sat May 27 22:05:25 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3AE2D85EB8; Sat, 27 May 2017 22:05:25 +0000 (UTC) (envelope-from tijl@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 84E761820; Sat, 27 May 2017 22:05:25 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4RM5OH9032535; Sat, 27 May 2017 22:05:24 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4RM5OnF032533; Sat, 27 May 2017 22:05:24 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201705272205.v4RM5OnF032533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 27 May 2017 22:05:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441880 - branches/2017Q2/security/linux-c7-nss X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 May 2017 22:05:25 -0000 Author: tijl Date: Sat May 27 22:05:24 2017 New Revision: 441880 URL: https://svnweb.freebsd.org/changeset/ports/441880 Log: MFH: r441770 Update to 3.28.4. PR: 218793 Submitted by: Piotr Kubaj Security: https://rhn.redhat.com/errata/RHSA-2017-1100.html Approved by: ports-secteam (miwi) Modified: branches/2017Q2/security/linux-c7-nss/Makefile branches/2017Q2/security/linux-c7-nss/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/security/linux-c7-nss/Makefile ============================================================================== --- branches/2017Q2/security/linux-c7-nss/Makefile Sat May 27 21:43:26 2017 (r441879) +++ branches/2017Q2/security/linux-c7-nss/Makefile Sat May 27 22:05:24 2017 (r441880) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.28.2 +PORTVERSION= 3.28.4 CATEGORIES= security linux LIB_DISTNAMES= ${DISTNAME} \ - ${PORTNAME}-util-${PORTVERSION}-1.1.el7_3 \ + ${PORTNAME}-util-${PORTVERSION}-1.0.el7_3 \ ${PORTNAME}-softokn-3.16.2.3-14.4.el7 \ ${PORTNAME}-softokn-freebl-3.16.2.3-14.4.el7 SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE \ - ${PORTNAME}-util-${PORTVERSION}-1.1.el7_3${SRC_SUFX}:SOURCE \ + ${PORTNAME}-util-${PORTVERSION}-1.0.el7_3${SRC_SUFX}:SOURCE \ ${PORTNAME}-softokn-3.16.2.3-14.4.el7${SRC_SUFX}:SOURCE MAINTAINER= emulation@FreeBSD.org @@ -18,7 +18,7 @@ COMMENT= Network Security Services (Linu CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 1.6.el7_3 +RPMVERSION= 1.0.el7_3 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= nspr sqlite3 Modified: branches/2017Q2/security/linux-c7-nss/distinfo ============================================================================== --- branches/2017Q2/security/linux-c7-nss/distinfo Sat May 27 21:43:26 2017 (r441879) +++ branches/2017Q2/security/linux-c7-nss/distinfo Sat May 27 22:05:24 2017 (r441880) @@ -1,8 +1,8 @@ -TIMESTAMP = 1489070967 -SHA256 (centos/nss-3.28.2-1.6.el7_3.i686.rpm) = f903ae7228a486794fc475c6f1e5c95b441144e69697ba5915a125b5d0c47eac -SIZE (centos/nss-3.28.2-1.6.el7_3.i686.rpm) = 892724 -SHA256 (centos/nss-3.28.2-1.6.el7_3.x86_64.rpm) = 997bf50bedd8b277f58b892c5fce32693ce41a1daa0f80cce14c4f348f697d95 -SIZE (centos/nss-3.28.2-1.6.el7_3.x86_64.rpm) = 894288 +TIMESTAMP = 1492785132 +SHA256 (centos/nss-3.28.4-1.0.el7_3.i686.rpm) = 7c0e9cbeacb07e7d2868f2f364527ff71816cdfef0dc18474e05db16e57e25e7 +SIZE (centos/nss-3.28.4-1.0.el7_3.i686.rpm) = 892792 +SHA256 (centos/nss-3.28.4-1.0.el7_3.x86_64.rpm) = 86968563fe276b36b88f07fa11f06c3366a9a96b20c4b2691338748f649f3d4d +SIZE (centos/nss-3.28.4-1.0.el7_3.x86_64.rpm) = 894376 SHA256 (centos/nss-softokn-3.16.2.3-14.4.el7.i686.rpm) = 025d3affd527ed34f4eb842b91d089f0cd7b1c6e91eca99233250b12769bc159 SIZE (centos/nss-softokn-3.16.2.3-14.4.el7.i686.rpm) = 313312 SHA256 (centos/nss-softokn-3.16.2.3-14.4.el7.x86_64.rpm) = 872dfee1cfb387678c8f5d9d34ab3754a942926503eb67dd6809b96cea9868f6 @@ -11,13 +11,13 @@ SHA256 (centos/nss-softokn-freebl-3.16.2 SIZE (centos/nss-softokn-freebl-3.16.2.3-14.4.el7.i686.rpm) = 192344 SHA256 (centos/nss-softokn-freebl-3.16.2.3-14.4.el7.x86_64.rpm) = 32bf92422265c3684d9fef702c882fdb3600765ccd624d0cc29917e8286bb714 SIZE (centos/nss-softokn-freebl-3.16.2.3-14.4.el7.x86_64.rpm) = 209092 -SHA256 (centos/nss-util-3.28.2-1.1.el7_3.i686.rpm) = 4fa594de013548c41deed341d101062104ba382b33a64434e0fd71019db3b106 -SIZE (centos/nss-util-3.28.2-1.1.el7_3.i686.rpm) = 73424 -SHA256 (centos/nss-util-3.28.2-1.1.el7_3.x86_64.rpm) = 4ddbdb0cc496c5d6bbe4bbe7edfb1c8a1ebb7d3ae7a3eb90dda8890280048427 -SIZE (centos/nss-util-3.28.2-1.1.el7_3.x86_64.rpm) = 74892 -SHA256 (centos/nss-3.28.2-1.6.el7_3.src.rpm) = bdc27cc85a0f92d93385bb711f4bc69fbf617dd649d70384be53666e01324d36 -SIZE (centos/nss-3.28.2-1.6.el7_3.src.rpm) = 7596884 -SHA256 (centos/nss-util-3.28.2-1.1.el7_3.src.rpm) = bcee8b9c13e01f912a50965455bf4a26f9ecfe98683dee488ccccbc2cb028de8 -SIZE (centos/nss-util-3.28.2-1.1.el7_3.src.rpm) = 1125907 +SHA256 (centos/nss-util-3.28.4-1.0.el7_3.i686.rpm) = 847b8da43f05a5f24b81b01efbc991e70c5d2c9c659f6bd9feb420bbfe59ba5e +SIZE (centos/nss-util-3.28.4-1.0.el7_3.i686.rpm) = 73664 +SHA256 (centos/nss-util-3.28.4-1.0.el7_3.x86_64.rpm) = f23201ad7af7e0d5105bbde62ea32c2a10b62cfd1cdce92fe904306bdfb4ae43 +SIZE (centos/nss-util-3.28.4-1.0.el7_3.x86_64.rpm) = 75120 +SHA256 (centos/nss-3.28.4-1.0.el7_3.src.rpm) = 8031fd77de059ce3786fb98712737a9e9e83a8e4e29e8071050ce90ae4a1cb53 +SIZE (centos/nss-3.28.4-1.0.el7_3.src.rpm) = 7595007 +SHA256 (centos/nss-util-3.28.4-1.0.el7_3.src.rpm) = df5fc54dc4fa11167312e53541dc2334c45398132b61f879f1dc2a27cd55f436 +SIZE (centos/nss-util-3.28.4-1.0.el7_3.src.rpm) = 1126022 SHA256 (centos/nss-softokn-3.16.2.3-14.4.el7.src.rpm) = f99e80bc6ba4abde11f91a20cca8111afedc1c8eea2920240a302e8caa4f2035 SIZE (centos/nss-softokn-3.16.2.3-14.4.el7.src.rpm) = 1748819