From owner-svn-ports-branches@freebsd.org Sun Feb 28 00:31:03 2016 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 A10D3AB5F3D; Sun, 28 Feb 2016 00:31:03 +0000 (UTC) (envelope-from junovitch@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 5149A148A; Sun, 28 Feb 2016 00:31:03 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1S0V2xi099872; Sun, 28 Feb 2016 00:31:02 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1S0V1YI099861; Sun, 28 Feb 2016 00:31:01 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602280031.u1S0V1YI099861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 28 Feb 2016 00:31:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409707 - in branches/2016Q1: emulators/xen emulators/xen-kernel emulators/xen-kernel/files sysutils/xen-tools sysutils/xen-tools/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 00:31:03 -0000 Author: junovitch Date: Sun Feb 28 00:31:01 2016 New Revision: 409707 URL: https://svnweb.freebsd.org/changeset/ports/409707 Log: MFH: r409604 xen: update port and apply security fixes * Apply the following Xen security fixes (XSAs): 167, 168, 170. * Update SeaBIOS version to 1.8.2, and apply build fix so it builds with ELF toolchain objcopy [0]. * Perform the backport of two functional changes to the Xen kernel in order to improve PVH Dom0 hardware support [1]. Security: CVE-2016-1570 Security: CVE-2016-1571 Security: CVE-2016-2271 Security: https://vuxml.FreeBSD.org/freebsd/7ed7c36f-ddaf-11e5-b2bd-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/80adc394-ddaf-11e5-b2bd-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/81f9d6a4-ddaf-11e5-b2bd-002590263bf5.html Sponsored by: Citrix Systems R&D Requested by: Gustau P?rez [1] PR: 207170 [0] Approved by: bapt Approved by: ports-secteam (with hat) Differential revision: https://reviews.freebsd.org/D5420 Added: branches/2016Q1/emulators/xen-kernel/files/0001-x86-pvh-use-a-custom-IO-bitmap-for-PVH-hardware-doma.patch - copied unchanged from r409604, head/emulators/xen-kernel/files/0001-x86-pvh-use-a-custom-IO-bitmap-for-PVH-hardware-doma.patch branches/2016Q1/emulators/xen-kernel/files/0002-x86-pvh-trap-access-to-sensitive-IO-ports.patch - copied unchanged from r409604, head/emulators/xen-kernel/files/0002-x86-pvh-trap-access-to-sensitive-IO-ports.patch branches/2016Q1/emulators/xen-kernel/files/xsa167-4.6.patch - copied unchanged from r409604, head/emulators/xen-kernel/files/xsa167-4.6.patch branches/2016Q1/emulators/xen-kernel/files/xsa168.patch - copied unchanged from r409604, head/emulators/xen-kernel/files/xsa168.patch branches/2016Q1/emulators/xen-kernel/files/xsa170-4.5.patch - copied unchanged from r409604, head/emulators/xen-kernel/files/xsa170-4.5.patch branches/2016Q1/sysutils/xen-tools/files/0001-build-fix-.text-section-address-alignment.patch - copied unchanged from r409604, head/sysutils/xen-tools/files/0001-build-fix-.text-section-address-alignment.patch Modified: branches/2016Q1/emulators/xen-kernel/Makefile branches/2016Q1/emulators/xen/Makefile branches/2016Q1/sysutils/xen-tools/Makefile branches/2016Q1/sysutils/xen-tools/distinfo branches/2016Q1/sysutils/xen-tools/files/patch-tools_firmware_seabios-dir_scripts_buildversion.sh Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/emulators/xen-kernel/Makefile ============================================================================== --- branches/2016Q1/emulators/xen-kernel/Makefile Sun Feb 28 00:29:10 2016 (r409706) +++ branches/2016Q1/emulators/xen-kernel/Makefile Sun Feb 28 00:31:01 2016 (r409707) @@ -3,7 +3,7 @@ PORTNAME= xen PKGNAMESUFFIX= -kernel PORTVERSION= 4.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ @@ -31,10 +31,15 @@ EXTRA_PATCHES= ${FILESDIR}/0001-introduc ${FILESDIR}/0005-x86-rework-paging_log_dirty_op-to-work-with-hvm-gues.patch:-p2 \ ${FILESDIR}/0006-xen-pvh-enable-mmu_update-hypercall.patch:-p2 \ ${FILESDIR}/0007-iommu-fix-usage-of-shared-EPT-IOMMU-page-tables-on-P.patch:-p2 \ + ${FILESDIR}/0001-x86-pvh-use-a-custom-IO-bitmap-for-PVH-hardware-doma.patch:-p2 \ + ${FILESDIR}/0002-x86-pvh-trap-access-to-sensitive-IO-ports.patch:-p2 \ ${FILESDIR}/xsa156-4.5.patch:-p2 \ ${FILESDIR}/xsa159.patch:-p2 \ ${FILESDIR}/xsa165-4.5.patch:-p2 \ - ${FILESDIR}/xsa166-4.5.patch:-p2 + ${FILESDIR}/xsa166-4.5.patch:-p2 \ + ${FILESDIR}/xsa167-4.6.patch:-p2 \ + ${FILESDIR}/xsa168.patch:-p2 \ + ${FILESDIR}/xsa170-4.5.patch:-p2 .include Copied: branches/2016Q1/emulators/xen-kernel/files/0001-x86-pvh-use-a-custom-IO-bitmap-for-PVH-hardware-doma.patch (from r409604, head/emulators/xen-kernel/files/0001-x86-pvh-use-a-custom-IO-bitmap-for-PVH-hardware-doma.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/emulators/xen-kernel/files/0001-x86-pvh-use-a-custom-IO-bitmap-for-PVH-hardware-doma.patch Sun Feb 28 00:31:01 2016 (r409707, copy of r409604, head/emulators/xen-kernel/files/0001-x86-pvh-use-a-custom-IO-bitmap-for-PVH-hardware-doma.patch) @@ -0,0 +1,197 @@ +From 8ddb99287cd18da99a95a9f70904a97b52893599 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Roger=20Pau=20Monn=C3=A9?= +Date: Wed, 20 May 2015 13:26:43 +0200 +Subject: [PATCH 1/2] x86/pvh: use a custom IO bitmap for PVH hardware domains +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Since a PVH hardware domain has access to the physical hardware create a +custom more permissive IO bitmap. The permissions set on the bitmap are +populated based on the contents of the ioports rangeset. + +Signed-off-by: Roger Pau Monné +Signed-off-by: Jan Beulich +--- + xen/arch/x86/hvm/hvm.c | 24 ++++++++++++++++++++++-- + xen/arch/x86/hvm/svm/vmcb.c | 2 +- + xen/arch/x86/hvm/vmx/vmcs.c | 4 ++-- + xen/arch/x86/setup.c | 28 ++++++++++++++++++++++++++++ + xen/common/domain.c | 3 +++ + xen/include/asm-x86/hvm/domain.h | 2 ++ + xen/include/asm-x86/setup.h | 1 + + 7 files changed, 59 insertions(+), 5 deletions(-) + +diff --git a/xen/arch/x86/hvm/hvm.c b/xen/arch/x86/hvm/hvm.c +index 689e402..89423fa 100644 +--- a/xen/arch/x86/hvm/hvm.c ++++ b/xen/arch/x86/hvm/hvm.c +@@ -77,9 +77,13 @@ integer_param("hvm_debug", opt_hvm_debug_level); + + struct hvm_function_table hvm_funcs __read_mostly; + +-/* I/O permission bitmap is globally shared by all HVM guests. */ ++/* ++ * The I/O permission bitmap is globally shared by all HVM guests except ++ * the hardware domain which needs a more permissive one. ++ */ ++#define HVM_IOBITMAP_SIZE (3 * PAGE_SIZE) + unsigned long __attribute__ ((__section__ (".bss.page_aligned"))) +- hvm_io_bitmap[3*PAGE_SIZE/BYTES_PER_LONG]; ++ hvm_io_bitmap[HVM_IOBITMAP_SIZE / BYTES_PER_LONG]; + + /* Xen command-line option to enable HAP */ + static bool_t __initdata opt_hap_enabled = 1; +@@ -1461,6 +1465,20 @@ int hvm_domain_initialise(struct domain *d) + goto fail1; + d->arch.hvm_domain.io_handler->num_slot = 0; + ++ /* Set the default IO Bitmap. */ ++ if ( is_hardware_domain(d) ) ++ { ++ d->arch.hvm_domain.io_bitmap = _xmalloc(HVM_IOBITMAP_SIZE, PAGE_SIZE); ++ if ( d->arch.hvm_domain.io_bitmap == NULL ) ++ { ++ rc = -ENOMEM; ++ goto fail1; ++ } ++ memset(d->arch.hvm_domain.io_bitmap, ~0, HVM_IOBITMAP_SIZE); ++ } ++ else ++ d->arch.hvm_domain.io_bitmap = hvm_io_bitmap; ++ + if ( is_pvh_domain(d) ) + { + register_portio_handler(d, 0, 0x10003, handle_pvh_io); +@@ -1496,6 +1514,8 @@ int hvm_domain_initialise(struct domain *d) + stdvga_deinit(d); + vioapic_deinit(d); + fail1: ++ if ( is_hardware_domain(d) ) ++ xfree(d->arch.hvm_domain.io_bitmap); + xfree(d->arch.hvm_domain.io_handler); + xfree(d->arch.hvm_domain.params); + fail0: +diff --git a/xen/arch/x86/hvm/svm/vmcb.c b/xen/arch/x86/hvm/svm/vmcb.c +index 21292bb..6339d2a 100644 +--- a/xen/arch/x86/hvm/svm/vmcb.c ++++ b/xen/arch/x86/hvm/svm/vmcb.c +@@ -118,7 +118,7 @@ static int construct_vmcb(struct vcpu *v) + svm_disable_intercept_for_msr(v, MSR_AMD64_LWP_CBADDR); + + vmcb->_msrpm_base_pa = (u64)virt_to_maddr(arch_svm->msrpm); +- vmcb->_iopm_base_pa = (u64)virt_to_maddr(hvm_io_bitmap); ++ vmcb->_iopm_base_pa = __pa(v->domain->arch.hvm_domain.io_bitmap); + + /* Virtualise EFLAGS.IF and LAPIC TPR (CR8). */ + vmcb->_vintr.fields.intr_masking = 1; +diff --git a/xen/arch/x86/hvm/vmx/vmcs.c b/xen/arch/x86/hvm/vmx/vmcs.c +index 3123706..355d1b5 100644 +--- a/xen/arch/x86/hvm/vmx/vmcs.c ++++ b/xen/arch/x86/hvm/vmx/vmcs.c +@@ -1032,8 +1032,8 @@ static int construct_vmcs(struct vcpu *v) + } + + /* I/O access bitmap. */ +- __vmwrite(IO_BITMAP_A, virt_to_maddr((char *)hvm_io_bitmap + 0)); +- __vmwrite(IO_BITMAP_B, virt_to_maddr((char *)hvm_io_bitmap + PAGE_SIZE)); ++ __vmwrite(IO_BITMAP_A, __pa(d->arch.hvm_domain.io_bitmap)); ++ __vmwrite(IO_BITMAP_B, __pa(d->arch.hvm_domain.io_bitmap) + PAGE_SIZE); + + if ( cpu_has_vmx_virtual_intr_delivery ) + { +diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c +index 2b9787a..cd333f9 100644 +--- a/xen/arch/x86/setup.c ++++ b/xen/arch/x86/setup.c +@@ -1446,6 +1446,8 @@ void __init noreturn __start_xen(unsigned long mbi_p) + + dmi_end_boot(); + ++ setup_io_bitmap(dom0); ++ + system_state = SYS_STATE_active; + + domain_unpause_by_systemcontroller(dom0); +@@ -1509,6 +1511,32 @@ int __hwdom_init xen_in_range(unsigned long mfn) + return 0; + } + ++static int __hwdom_init io_bitmap_cb(unsigned long s, unsigned long e, ++ void *ctx) ++{ ++ struct domain *d = ctx; ++ unsigned int i; ++ ++ ASSERT(e <= INT_MAX); ++ for ( i = s; i <= e; i++ ) ++ __clear_bit(i, d->arch.hvm_domain.io_bitmap); ++ ++ return 0; ++} ++ ++void __hwdom_init setup_io_bitmap(struct domain *d) ++{ ++ int rc; ++ ++ if ( has_hvm_container_domain(d) ) ++ { ++ bitmap_fill(d->arch.hvm_domain.io_bitmap, 0x10000); ++ rc = rangeset_report_ranges(d->arch.ioport_caps, 0, 0x10000, ++ io_bitmap_cb, d); ++ BUG_ON(rc); ++ } ++} ++ + /* + * Local variables: + * mode: C +diff --git a/xen/common/domain.c b/xen/common/domain.c +index 6803c4d..b0e83f5 100644 +--- a/xen/common/domain.c ++++ b/xen/common/domain.c +@@ -42,6 +42,7 @@ + #include + #include + #include ++#include + + /* Linux config option: propageted to domain0 */ + /* xen_processor_pmbits: xen control Cx, Px, ... */ +@@ -219,6 +220,8 @@ static int late_hwdom_init(struct domain *d) + rangeset_swap(d->iomem_caps, dom0->iomem_caps); + #ifdef CONFIG_X86 + rangeset_swap(d->arch.ioport_caps, dom0->arch.ioport_caps); ++ setup_io_bitmap(d); ++ setup_io_bitmap(dom0); + #endif + + rcu_unlock_domain(dom0); +diff --git a/xen/include/asm-x86/hvm/domain.h b/xen/include/asm-x86/hvm/domain.h +index 0f8b19a..bdab45d 100644 +--- a/xen/include/asm-x86/hvm/domain.h ++++ b/xen/include/asm-x86/hvm/domain.h +@@ -141,6 +141,8 @@ struct hvm_domain { + */ + uint64_t sync_tsc; + ++ unsigned long *io_bitmap; ++ + union { + struct vmx_domain vmx; + struct svm_domain svm; +diff --git a/xen/include/asm-x86/setup.h b/xen/include/asm-x86/setup.h +index 08bc23a..381d9f8 100644 +--- a/xen/include/asm-x86/setup.h ++++ b/xen/include/asm-x86/setup.h +@@ -32,6 +32,7 @@ int construct_dom0( + module_t *initrd, + void *(*bootstrap_map)(const module_t *), + char *cmdline); ++void setup_io_bitmap(struct domain *d); + + unsigned long initial_images_nrpages(nodeid_t node); + void discard_initial_images(void); +-- +2.5.4 (Apple Git-61) + Copied: branches/2016Q1/emulators/xen-kernel/files/0002-x86-pvh-trap-access-to-sensitive-IO-ports.patch (from r409604, head/emulators/xen-kernel/files/0002-x86-pvh-trap-access-to-sensitive-IO-ports.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/emulators/xen-kernel/files/0002-x86-pvh-trap-access-to-sensitive-IO-ports.patch Sun Feb 28 00:31:01 2016 (r409707, copy of r409604, head/emulators/xen-kernel/files/0002-x86-pvh-trap-access-to-sensitive-IO-ports.patch) @@ -0,0 +1,52 @@ +From 72d5acdc1d5b83107066e25054f9119e7771cf70 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Roger=20Pau=20Monn=C3=A9?= +Date: Wed, 20 May 2015 13:27:23 +0200 +Subject: [PATCH 2/2] x86/pvh: trap access to sensitive IO ports +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +This is needed so Xen can properly trap 4 byte accesses to 0xcf8 in order to +keep consistency with accesses to 0xcfc. + +The access to RTC ports also needs to be trapped in order to keep +consistency, this includes RTC_PORT(0) and RTC_PORT(1) (0x70 and 0x71 +respectively). + +Signed-off-by: Roger Pau Monné +--- + xen/arch/x86/setup.c | 11 +++++++++++ + 1 file changed, 11 insertions(+) + +diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c +index cd333f9..2cc9185 100644 +--- a/xen/arch/x86/setup.c ++++ b/xen/arch/x86/setup.c +@@ -49,6 +49,7 @@ + #include + #include + #include ++#include + + /* opt_nosmp: If true, secondary processors are ignored. */ + static bool_t __initdata opt_nosmp; +@@ -1534,6 +1535,16 @@ void __hwdom_init setup_io_bitmap(struct domain *d) + rc = rangeset_report_ranges(d->arch.ioport_caps, 0, 0x10000, + io_bitmap_cb, d); + BUG_ON(rc); ++ /* ++ * NB: we need to trap accesses to 0xcf8 in order to intercept ++ * 4 byte accesses, that need to be handled by Xen in order to ++ * keep consistency. ++ * Access to 1 byte RTC ports also needs to be trapped in order ++ * to keep consistency with PV. ++ */ ++ __set_bit(0xcf8, d->arch.hvm_domain.io_bitmap); ++ __set_bit(RTC_PORT(0), d->arch.hvm_domain.io_bitmap); ++ __set_bit(RTC_PORT(1), d->arch.hvm_domain.io_bitmap); + } + } + +-- +2.5.4 (Apple Git-61) + Copied: branches/2016Q1/emulators/xen-kernel/files/xsa167-4.6.patch (from r409604, head/emulators/xen-kernel/files/xsa167-4.6.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/emulators/xen-kernel/files/xsa167-4.6.patch Sun Feb 28 00:31:01 2016 (r409707, copy of r409604, head/emulators/xen-kernel/files/xsa167-4.6.patch) @@ -0,0 +1,77 @@ +x86/mm: PV superpage handling lacks sanity checks + +MMUEXT_{,UN}MARK_SUPER fail to check the input MFN for validity before +dereferencing pointers into the superpage frame table. + +get_superpage() has a similar issue. + +This is XSA-167. + +Reported-by: Qinghao Tang +Signed-off-by: Jan Beulich +Acked-by: Ian Campbell + +--- a/xen/arch/x86/mm.c ++++ b/xen/arch/x86/mm.c +@@ -2624,6 +2624,9 @@ int get_superpage(unsigned long mfn, str + + ASSERT(opt_allow_superpage); + ++ if ( !mfn_valid(mfn | (L1_PAGETABLE_ENTRIES - 1)) ) ++ return -EINVAL; ++ + spage = mfn_to_spage(mfn); + y = spage->type_info; + do { +@@ -3401,42 +3404,26 @@ long do_mmuext_op( + } + + case MMUEXT_MARK_SUPER: ++ case MMUEXT_UNMARK_SUPER: + { + unsigned long mfn = op.arg1.mfn; + +- if ( unlikely(d != pg_owner) ) +- rc = -EPERM; +- else if ( mfn & (L1_PAGETABLE_ENTRIES-1) ) +- { +- MEM_LOG("Unaligned superpage reference mfn %lx", mfn); +- okay = 0; +- } +- else if ( !opt_allow_superpage ) ++ if ( !opt_allow_superpage ) + { + MEM_LOG("Superpages disallowed"); + rc = -ENOSYS; + } +- else +- rc = mark_superpage(mfn_to_spage(mfn), d); +- break; +- } +- +- case MMUEXT_UNMARK_SUPER: +- { +- unsigned long mfn = op.arg1.mfn; +- +- if ( unlikely(d != pg_owner) ) ++ else if ( unlikely(d != pg_owner) ) + rc = -EPERM; +- else if ( mfn & (L1_PAGETABLE_ENTRIES-1) ) ++ else if ( mfn & (L1_PAGETABLE_ENTRIES - 1) ) + { + MEM_LOG("Unaligned superpage reference mfn %lx", mfn); +- okay = 0; +- } +- else if ( !opt_allow_superpage ) +- { +- MEM_LOG("Superpages disallowed"); +- rc = -ENOSYS; ++ rc = -EINVAL; + } ++ else if ( !mfn_valid(mfn | (L1_PAGETABLE_ENTRIES - 1)) ) ++ rc = -EINVAL; ++ else if ( op.cmd == MMUEXT_MARK_SUPER ) ++ rc = mark_superpage(mfn_to_spage(mfn), d); + else + rc = unmark_superpage(mfn_to_spage(mfn)); + break; Copied: branches/2016Q1/emulators/xen-kernel/files/xsa168.patch (from r409604, head/emulators/xen-kernel/files/xsa168.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/emulators/xen-kernel/files/xsa168.patch Sun Feb 28 00:31:01 2016 (r409707, copy of r409604, head/emulators/xen-kernel/files/xsa168.patch) @@ -0,0 +1,27 @@ +x86/VMX: prevent INVVPID failure due to non-canonical guest address + +While INVLPG (and on SVM INVLPGA) don't fault on non-canonical +addresses, INVVPID fails (in the "individual address" case) when passed +such an address. + +Since such intercepted INVLPG are effectively no-ops anyway, don't fix +this in vmx_invlpg_intercept(), but instead have paging_invlpg() never +return true in such a case. + +This is XSA-168. + +Signed-off-by: Jan Beulich +Reviewed-by: Andrew Cooper +Acked-by: Ian Campbell + +--- a/xen/include/asm-x86/paging.h ++++ b/xen/include/asm-x86/paging.h +@@ -245,7 +245,7 @@ paging_fault(unsigned long va, struct cp + * or 0 if it's safe not to do so. */ + static inline int paging_invlpg(struct vcpu *v, unsigned long va) + { +- return paging_get_hostmode(v)->invlpg(v, va); ++ return is_canonical_address(va) && paging_get_hostmode(v)->invlpg(v, va); + } + + /* Translate a guest virtual address to the frame number that the Copied: branches/2016Q1/emulators/xen-kernel/files/xsa170-4.5.patch (from r409604, head/emulators/xen-kernel/files/xsa170-4.5.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/emulators/xen-kernel/files/xsa170-4.5.patch Sun Feb 28 00:31:01 2016 (r409707, copy of r409604, head/emulators/xen-kernel/files/xsa170-4.5.patch) @@ -0,0 +1,79 @@ +x86/VMX: sanitize rIP before re-entering guest + +... to prevent guest user mode arranging for a guest crash (due to +failed VM entry). (On the AMD system I checked, hardware is doing +exactly the canonicalization being added here.) + +Note that fixing this in an architecturally correct way would be quite +a bit more involved: Making the x86 instruction emulator check all +branch targets for validity, plus dealing with invalid rIP resulting +from update_guest_eip() or incoming directly during a VM exit. The only +way to get the latter right would be by not having hardware do the +injection. + +Note further that there are a two early returns from +vmx_vmexit_handler(): One (through vmx_failed_vmentry()) leads to +domain_crash() anyway, and the other covers real mode only and can +neither occur with a non-canonical rIP nor result in an altered rIP, +so we don't need to force those paths through the checking logic. + +This is XSA-170. + +Reported-by: 刘令 +Signed-off-by: Jan Beulich +Reviewed-by: Andrew Cooper +Tested-by: Andrew Cooper + +--- a/xen/arch/x86/hvm/vmx/vmx.c ++++ b/xen/arch/x86/hvm/vmx/vmx.c +@@ -2675,7 +2675,7 @@ void vmx_handle_EOI_induced_exit(struct + void vmx_vmexit_handler(struct cpu_user_regs *regs) + { + unsigned long exit_qualification, exit_reason, idtv_info, intr_info = 0; +- unsigned int vector = 0; ++ unsigned int vector = 0, mode; + struct vcpu *v = current; + + __vmread(GUEST_RIP, ®s->rip); +@@ -3219,6 +3219,41 @@ void vmx_vmexit_handler(struct cpu_user_ + out: + if ( nestedhvm_vcpu_in_guestmode(v) ) + nvmx_idtv_handling(); ++ ++ /* ++ * VM entry will fail (causing the guest to get crashed) if rIP (and ++ * rFLAGS, but we don't have an issue there) doesn't meet certain ++ * criteria. As we must not allow less than fully privileged mode to have ++ * such an effect on the domain, we correct rIP in that case (accepting ++ * this not being architecturally correct behavior, as the injected #GP ++ * fault will then not see the correct [invalid] return address). ++ * And since we know the guest will crash, we crash it right away if it ++ * already is in most privileged mode. ++ */ ++ mode = vmx_guest_x86_mode(v); ++ if ( mode == 8 ? !is_canonical_address(regs->rip) ++ : regs->rip != regs->_eip ) ++ { ++ struct segment_register ss; ++ ++ gdprintk(XENLOG_WARNING, "Bad rIP %lx for mode %u\n", regs->rip, mode); ++ ++ vmx_get_segment_register(v, x86_seg_ss, &ss); ++ if ( ss.attr.fields.dpl ) ++ { ++ __vmread(VM_ENTRY_INTR_INFO, &intr_info); ++ if ( !(intr_info & INTR_INFO_VALID_MASK) ) ++ hvm_inject_hw_exception(TRAP_gp_fault, 0); ++ /* Need to fix rIP nevertheless. */ ++ if ( mode == 8 ) ++ regs->rip = (long)(regs->rip << (64 - VADDR_BITS)) >> ++ (64 - VADDR_BITS); ++ else ++ regs->rip = regs->_eip; ++ } ++ else ++ domain_crash(v->domain); ++ } + } + + void vmx_vmenter_helper(const struct cpu_user_regs *regs) Modified: branches/2016Q1/emulators/xen/Makefile ============================================================================== --- branches/2016Q1/emulators/xen/Makefile Sun Feb 28 00:29:10 2016 (r409706) +++ branches/2016Q1/emulators/xen/Makefile Sun Feb 28 00:31:01 2016 (r409707) @@ -2,7 +2,7 @@ PORTNAME= xen PORTVERSION= 4.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= royger@FreeBSD.org Modified: branches/2016Q1/sysutils/xen-tools/Makefile ============================================================================== --- branches/2016Q1/sysutils/xen-tools/Makefile Sun Feb 28 00:29:10 2016 (r409706) +++ branches/2016Q1/sysutils/xen-tools/Makefile Sun Feb 28 00:31:01 2016 (r409707) @@ -2,7 +2,7 @@ PORTNAME= xen PORTVERSION= 4.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils emulators MASTER_SITES= http://bits.xensource.com/oss-xen/release/${PORTVERSION}/ \ http://code.coreboot.org/p/seabios/downloads/get/:seabios @@ -24,7 +24,7 @@ OPTIONS_DEFINE= DOCS ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than amd64" -SEABIOSVERSION= 1.8.1 +SEABIOSVERSION= 1.8.2 DISTFILES+= ${DISTNAME}.tar.gz \ seabios-${SEABIOSVERSION}.tar.gz:seabios @@ -49,6 +49,7 @@ QEMU_ARGS= --disable-gtk \ --cxx=c++ EXTRA_PATCHES= ${FILESDIR}/0002-libxc-fix-xc_dom_load_elf_symtab.patch:-p1 \ + ${FILESDIR}/0001-build-fix-.text-section-address-alignment.patch:-p1 \ ${FILESDIR}/xsa160-4.6.patch:-p1 CONFIGURE_ARGS+= --with-extra-qemuu-configure-args="${QEMU_ARGS}" @@ -77,9 +78,9 @@ post-patch: ${WRKSRC}/tools/qemu-xen-traditional/i386-dm/helper2.c \ ${WRKSRC}/docs/man/* @for p in ${FILESDIR}/*qemuu*.patch; do \ - ${ECHO_CMD} "====> Applying $${p##*/}" ; \ - ${PATCH} -s -p1 -i $${p} -d ${WRKSRC}/tools/qemu-xen ; \ - done + ${ECHO_CMD} "====> Applying $${p##*/}" ; \ + ${PATCH} -s -p1 -i $${p} -d ${WRKSRC}/tools/qemu-xen ; \ + done post-install: ${MKDIR} ${STAGEDIR}/var/run/xen Modified: branches/2016Q1/sysutils/xen-tools/distinfo ============================================================================== --- branches/2016Q1/sysutils/xen-tools/distinfo Sun Feb 28 00:29:10 2016 (r409706) +++ branches/2016Q1/sysutils/xen-tools/distinfo Sun Feb 28 00:31:01 2016 (r409707) @@ -1,4 +1,4 @@ SHA256 (xen-4.5.2.tar.gz) = 4c9e5dac4eea484974e9f76da2756c8e0973b4e884d28d37e955df9ebf00e7e8 SIZE (xen-4.5.2.tar.gz) = 18416220 -SHA256 (seabios-1.8.1.tar.gz) = 283bd848f5ce9d4bc52add973a856347e02c9ce89a9e6bc92c99359b87c9871d -SIZE (seabios-1.8.1.tar.gz) = 537712 +SHA256 (seabios-1.8.2.tar.gz) = f59479307fdae840de398b75aacb2333c8eba24a5964d68c77e32ca6c987ee61 +SIZE (seabios-1.8.2.tar.gz) = 538497 Copied: branches/2016Q1/sysutils/xen-tools/files/0001-build-fix-.text-section-address-alignment.patch (from r409604, head/sysutils/xen-tools/files/0001-build-fix-.text-section-address-alignment.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/sysutils/xen-tools/files/0001-build-fix-.text-section-address-alignment.patch Sun Feb 28 00:31:01 2016 (r409707, copy of r409604, head/sysutils/xen-tools/files/0001-build-fix-.text-section-address-alignment.patch) @@ -0,0 +1,71 @@ +From 70a912f04dec2b556f37a60d1f596fcedb13f8a8 Mon Sep 17 00:00:00 2001 +From: Kevin O'Connor +Date: Wed, 24 Feb 2016 11:45:55 +0100 +Subject: [PATCH] build: fix .text section address alignment +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Some linkers verify that sections have a start address that is aligned +with the minimum alignment of that section. Add extra padding to the +".text" section to ensure it is always aligned with the maximum +alignment of any section placed in ".text". + +Signed-off-by: Kevin O'Connor +Signed-off-by: Roger Pau Monné +Reported by: Ed Maste +--- + scripts/layoutrom.py | 14 ++++++++++---- + 1 file changed, 10 insertions(+), 4 deletions(-) + +diff --git a/tools/firmware/seabios-dir/scripts/layoutrom.py b/tools/firmware/seabios-dir/scripts/layoutrom.py +index dd770fe..c7e406c 100755 +--- a/tools/firmware/seabios-dir/scripts/layoutrom.py ++++ b/tools/firmware/seabios-dir/scripts/layoutrom.py +@@ -34,18 +34,22 @@ COMMONTRAILER = """ + # Determine section locations + ###################################################################### + +-# Align 'pos' to 'alignbytes' offset ++# Align 'pos' up to 'alignbytes' offset + def alignpos(pos, alignbytes): + mask = alignbytes - 1 + return (pos + mask) & ~mask + ++# Align 'pos' down to 'alignbytes' offset ++def aligndown(pos, alignbytes): ++ mask = alignbytes - 1 ++ return pos & ~mask ++ + # Determine the final addresses for a list of sections that end at an + # address. + def setSectionsStart(sections, endaddr, minalign=1, segoffset=0): + totspace = 0 + for section in sections: +- if section.align > minalign: +- minalign = section.align ++ minalign = max(minalign, section.align) + totspace = alignpos(totspace, section.align) + section.size + startaddr = int((endaddr - totspace) / minalign) * minalign + curaddr = startaddr +@@ -267,7 +271,7 @@ def doLayout(sections, config, genreloc): + final_sec32low_end = BUILD_LOWRAM_END + zonelow_base = final_sec32low_end - 64*1024 + relocdelta = final_sec32low_end - sec32low_end +- li.sec32low_start, li.sec32low_align = setSectionsStart( ++ li.sec32low_start, sec32low_align = setSectionsStart( + sections32low, sec32low_end, 16 + , segoffset=zonelow_base - relocdelta) + li.sec32low_end = sec32low_end +@@ -399,6 +403,8 @@ def writeLinkerScripts(li, out16, out32seg, out32flat): + filesections32flat = getSectionsFileid(li.sections, '32flat') + out = outXRefs([], exportsyms=li.varlowsyms + , forcedelta=li.final_sec32low_start-li.sec32low_start) ++ sec32all_align = max([section.align for section in li.sections]) ++ sec32all_start = aligndown(sec32all_start, sec32all_align) + out += outXRefs(filesections32flat, exportsyms=[li.entrysym]) + """ + _reloc_min_align = 0x%x ; + zonefseg_start = 0x%x ; +-- +2.5.4 (Apple Git-61) + Modified: branches/2016Q1/sysutils/xen-tools/files/patch-tools_firmware_seabios-dir_scripts_buildversion.sh ============================================================================== --- branches/2016Q1/sysutils/xen-tools/files/patch-tools_firmware_seabios-dir_scripts_buildversion.sh Sun Feb 28 00:29:10 2016 (r409706) +++ branches/2016Q1/sysutils/xen-tools/files/patch-tools_firmware_seabios-dir_scripts_buildversion.sh Sun Feb 28 00:31:01 2016 (r409707) @@ -1,11 +1,11 @@ --- tools/firmware/seabios-dir/scripts/buildversion.sh.orig 2015-03-13 09:02:17 UTC +++ tools/firmware/seabios-dir/scripts/buildversion.sh -@@ -11,7 +11,7 @@ elif [ -f .version ]; then +@@ -12,7 +12,7 @@ if [ -z "$BUILD_VERSION" ]; then + else + VERSION="?" + fi +- VERSION="${VERSION}-`date +"%Y%m%d_%H%M%S"`-`hostname`" ++ VERSION="${VERSION}" else - VERSION="?" + VERSION="$BUILD_VERSION" fi --VERSION="${VERSION}-`date +"%Y%m%d_%H%M%S"`-`hostname`" -+VERSION="${VERSION}" - echo "Version: ${VERSION}" - - # Build header file From owner-svn-ports-branches@freebsd.org Sun Feb 28 18:57:48 2016 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 75819AB7DB6; Sun, 28 Feb 2016 18:57:48 +0000 (UTC) (envelope-from girgen@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 501C91094; Sun, 28 Feb 2016 18:57:48 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1SIvlCa028735; Sun, 28 Feb 2016 18:57:47 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SIvkuH028730; Sun, 28 Feb 2016 18:57:46 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201602281857.u1SIvkuH028730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sun, 28 Feb 2016 18:57:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409757 - in branches/2016Q1: security/shibboleth2-sp textproc/xerces-c3 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 18:57:48 -0000 Author: girgen Date: Sun Feb 28 18:57:46 2016 New Revision: 409757 URL: https://svnweb.freebsd.org/changeset/ports/409757 Log: MFH: r409756 Update xerces-c3 and shibboleth to latest versions The update in xerces fixes a buffer overflow security problem that exposes the possibility of a denial of service attack, and could conceivably result in remote code execution. Users of Shibboleth or any other service usingi the xerces-c3 xml library are recommended to upgrade promptly. URL: http://xerces.apache.org/xerces-c/secadv/CVE-2016-0729.txt Security: CVE-2016-0729 Approved by: ports-secteam (feld) Modified: branches/2016Q1/security/shibboleth2-sp/Makefile branches/2016Q1/security/shibboleth2-sp/distinfo branches/2016Q1/security/shibboleth2-sp/pkg-plist branches/2016Q1/textproc/xerces-c3/Makefile branches/2016Q1/textproc/xerces-c3/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/shibboleth2-sp/Makefile ============================================================================== --- branches/2016Q1/security/shibboleth2-sp/Makefile Sun Feb 28 18:55:43 2016 (r409756) +++ branches/2016Q1/security/shibboleth2-sp/Makefile Sun Feb 28 18:57:46 2016 (r409757) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= shibboleth-sp -PORTVERSION= 2.5.5 -PORTREVISION= 1 +PORTVERSION= 2.5.6 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ Modified: branches/2016Q1/security/shibboleth2-sp/distinfo ============================================================================== --- branches/2016Q1/security/shibboleth2-sp/distinfo Sun Feb 28 18:55:43 2016 (r409756) +++ branches/2016Q1/security/shibboleth2-sp/distinfo Sun Feb 28 18:57:46 2016 (r409757) @@ -1,2 +1,2 @@ -SHA256 (shibboleth-sp-2.5.5.tar.gz) = 30da36e0bba2ce4606a9effc37c05cd110dafdd6d3141468c4aa0f57ce4d96ce -SIZE (shibboleth-sp-2.5.5.tar.gz) = 1003433 +SHA256 (shibboleth-sp-2.5.6.tar.gz) = 024739a7b5190aebecac913d9445719912c6e4e401bfe256a25ca75ab4e67ad5 +SIZE (shibboleth-sp-2.5.6.tar.gz) = 987020 Modified: branches/2016Q1/security/shibboleth2-sp/pkg-plist ============================================================================== --- branches/2016Q1/security/shibboleth2-sp/pkg-plist Sun Feb 28 18:55:43 2016 (r409756) +++ branches/2016Q1/security/shibboleth2-sp/pkg-plist Sun Feb 28 18:57:46 2016 (r409757) @@ -93,7 +93,6 @@ include/shibsp/util/PropertySet.h include/shibsp/util/SPConstants.h include/shibsp/util/TemplateParameters.h include/shibsp/version.h -lib/libshibsp.so.6.0.5 lib/libshibsp.so.6 lib/libshibsp.so lib/shibboleth/adfs.so @@ -103,7 +102,6 @@ lib/shibboleth/plugins-lite.so lib/shibboleth/plugins.so %%WITH_APACHE_22%%lib/shibboleth/mod_shib_22.so %%WITH_APACHE_24%%lib/shibboleth/mod_shib_24.so -lib/libshibsp-lite.so.6.0.5 lib/libshibsp-lite.so.6 lib/libshibsp-lite.so sbin/shibd Modified: branches/2016Q1/textproc/xerces-c3/Makefile ============================================================================== --- branches/2016Q1/textproc/xerces-c3/Makefile Sun Feb 28 18:55:43 2016 (r409756) +++ branches/2016Q1/textproc/xerces-c3/Makefile Sun Feb 28 18:57:46 2016 (r409757) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xerces-c -PORTVERSION= 3.1.2 +PORTVERSION= 3.1.3 CATEGORIES= textproc MASTER_SITES= APACHE/xerces/c/3/sources PKGNAMESUFFIX= 3 Modified: branches/2016Q1/textproc/xerces-c3/distinfo ============================================================================== --- branches/2016Q1/textproc/xerces-c3/distinfo Sun Feb 28 18:55:43 2016 (r409756) +++ branches/2016Q1/textproc/xerces-c3/distinfo Sun Feb 28 18:57:46 2016 (r409757) @@ -1,2 +1,2 @@ -SHA256 (xerces-c-3.1.2.tar.gz) = 743bd0a029bf8de56a587c270d97031e0099fe2b7142cef03e0da16e282655a0 -SIZE (xerces-c-3.1.2.tar.gz) = 6959894 +SHA256 (xerces-c-3.1.3.tar.gz) = f3d4f73db7c981e16db2b16d9424b0c75d9fbd30ad81747cac047bc6170b5b49 +SIZE (xerces-c-3.1.3.tar.gz) = 9009575 From owner-svn-ports-branches@freebsd.org Sun Feb 28 20:40:05 2016 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 14A4BAB727E; Sun, 28 Feb 2016 20:40:05 +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 D9D691FB5; Sun, 28 Feb 2016 20:40:04 +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 u1SKe31J057583; Sun, 28 Feb 2016 20:40:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SKe3Mn057581; Sun, 28 Feb 2016 20:40:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201602282040.u1SKe3Mn057581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 28 Feb 2016 20:40:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409758 - in branches/2016Q1/x11-drivers/xf86-input-wacom: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 20:40:05 -0000 Author: jbeich Date: Sun Feb 28 20:40:03 2016 New Revision: 409758 URL: https://svnweb.freebsd.org/changeset/ports/409758 Log: MFH: r409737 x11-drivers/xf86-input-wacom: prevent devd(8) loading ums(4) first devd(8) tries to load drivers for some classes of devices while rc.d/wacom disables ums(4) for wacom devices. Adding quirks after the driver is loaded would be too late. PR: 207506 Submitted by: rozhuk.im@gmail.com Approved by: ports-secteam (feld) Modified: branches/2016Q1/x11-drivers/xf86-input-wacom/Makefile branches/2016Q1/x11-drivers/xf86-input-wacom/files/wacom.in Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/x11-drivers/xf86-input-wacom/Makefile ============================================================================== --- branches/2016Q1/x11-drivers/xf86-input-wacom/Makefile Sun Feb 28 18:57:46 2016 (r409757) +++ branches/2016Q1/x11-drivers/xf86-input-wacom/Makefile Sun Feb 28 20:40:03 2016 (r409758) @@ -2,6 +2,7 @@ PORTNAME= xf86-input-wacom PORTVERSION= 0.32.0 +PORTREVISION= 1 CATEGORIES= x11-drivers MASTER_SITES= SF/linuxwacom/${PORTNAME} Modified: branches/2016Q1/x11-drivers/xf86-input-wacom/files/wacom.in ============================================================================== --- branches/2016Q1/x11-drivers/xf86-input-wacom/files/wacom.in Sun Feb 28 18:57:46 2016 (r409757) +++ branches/2016Q1/x11-drivers/xf86-input-wacom/files/wacom.in Sun Feb 28 20:40:03 2016 (r409758) @@ -4,6 +4,7 @@ # # PROVIDE: wacom # REQUIRE: mountcritlocal +# BEFORE: devd # KEYWORD: nojail # # Add the following lines to /etc/rc.conf to enable this service: From owner-svn-ports-branches@freebsd.org Sun Feb 28 20:56:58 2016 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 1CFC5AB782B; Sun, 28 Feb 2016 20:56:58 +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 E907B19C4; Sun, 28 Feb 2016 20:56:57 +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 u1SKuurF063671; Sun, 28 Feb 2016 20:56:56 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SKuuGm063668; Sun, 28 Feb 2016 20:56:56 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602282056.u1SKuuGm063668@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, 28 Feb 2016 20:56:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409761 - branches/2016Q1/sysutils/fusefs-cryptofs X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 20:56:58 -0000 Author: rakuco Date: Sun Feb 28 20:56:56 2016 New Revision: 409761 URL: https://svnweb.freebsd.org/changeset/ports/409761 Log: MFH: r409760 Unmark broken, pass maintainership to submitter. PR: 206182 Submitted by: Chris Hutchinson Approved by: portmgr blanket approval Modified: branches/2016Q1/sysutils/fusefs-cryptofs/Makefile branches/2016Q1/sysutils/fusefs-cryptofs/distinfo branches/2016Q1/sysutils/fusefs-cryptofs/pkg-descr Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/sysutils/fusefs-cryptofs/Makefile ============================================================================== --- branches/2016Q1/sysutils/fusefs-cryptofs/Makefile Sun Feb 28 20:55:43 2016 (r409760) +++ branches/2016Q1/sysutils/fusefs-cryptofs/Makefile Sun Feb 28 20:56:56 2016 (r409761) @@ -5,19 +5,19 @@ PORTNAME= cryptofs PORTVERSION= 0.6.0 PORTREVISION= 7 CATEGORIES= sysutils -MASTER_SITES= http://reboot78.re.funpic.de/cryptofs/ +MASTER_SITES= http://BSDforge.com/projects/source/sysutils/fusefs-cryptofs/ PKGNAMEPREFIX= fusefs- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Encrypted filesystem for FUSE -BROKEN= unfetchable +LICENSE= GPLv2 LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libglib-2.0.so:${PORTSDIR}/devel/glib20 GNU_CONFIGURE= yes -USES= fuse pkgconfig tar:bzip2 +USES= fuse pkgconfig DOCS= README cryptofs.conf OPTIONS_DEFINE= DOCS Modified: branches/2016Q1/sysutils/fusefs-cryptofs/distinfo ============================================================================== --- branches/2016Q1/sysutils/fusefs-cryptofs/distinfo Sun Feb 28 20:55:43 2016 (r409760) +++ branches/2016Q1/sysutils/fusefs-cryptofs/distinfo Sun Feb 28 20:56:56 2016 (r409761) @@ -1,2 +1,2 @@ -SHA256 (cryptofs-0.6.0.tar.bz2) = 163174257c32ac9b92195bcd050df9845c35c9eb0bc8860f32608fe541073b03 -SIZE (cryptofs-0.6.0.tar.bz2) = 242440 +SHA256 (cryptofs-0.6.0.tar.gz) = d884199e38ee09848841dda247db1db0361236b1ce8cc7dd3acb5031f80f6b57 +SIZE (cryptofs-0.6.0.tar.gz) = 352805 Modified: branches/2016Q1/sysutils/fusefs-cryptofs/pkg-descr ============================================================================== --- branches/2016Q1/sysutils/fusefs-cryptofs/pkg-descr Sun Feb 28 20:55:43 2016 (r409760) +++ branches/2016Q1/sysutils/fusefs-cryptofs/pkg-descr Sun Feb 28 20:56:56 2016 (r409761) @@ -1,7 +1,7 @@ CryptoFS is a encrypted filesystem for Filesystem in Userspace (FUSE) and the Linux Userland FileSystem (LUFS). Visit http://fuse.sourceforge.net/ -for more information on FUSE or http://lufs.sourceforge.net/lufs/ for more -information on LUFS. +for more information on FUSE, or http://lufs.sourceforge.net/lufs/ for +more information on LUFS. CryptoFS will use a normal directory to store files encrypted. The mountpoint will contain the decrypted files. Every file stored in this @@ -11,9 +11,9 @@ be access by mounting the directory with FUSE/LUFS filesystems it does not need root access or any complicated setup like creating a filesystem on a encrypted disk using the loop device. -CryptoFS can be build for FUSE and LUFS. When you build for FUSE you get a -program to mount the filesystem. For LUFS a shared library will be built +CryptoFS can be build for FUSE, and LUFS. When you build for FUSE you get +a program to mount the filesystem. For LUFS a shared library will be built that can be used by LUFS's lufsd. Both methods can use the same encrypted directory. -WWW: http://reboot78.re.funpic.de/cryptofs/ +WWW: http://BSDforge.com/projects/sysutils/fusefs-cryptofs/ From owner-svn-ports-branches@freebsd.org Sun Feb 28 21:06:13 2016 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 A3426AB7BDC; Sun, 28 Feb 2016 21:06:13 +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 5B23110A; Sun, 28 Feb 2016 21:06:13 +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 u1SL6C2Q066867; Sun, 28 Feb 2016 21:06:12 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SL6C9l066865; Sun, 28 Feb 2016 21:06:12 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602282106.u1SL6C9l066865@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, 28 Feb 2016 21:06:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409763 - branches/2016Q1/devel/clig X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 21:06:13 -0000 Author: rakuco Date: Sun Feb 28 21:06:12 2016 New Revision: 409763 URL: https://svnweb.freebsd.org/changeset/ports/409763 Log: MFH: r409762 Unmark BROKEN, pass maintainership to submitter. PR: 206695 Submitted by: Chris Hutchinson Approved by: portmgr blanket approval Modified: branches/2016Q1/devel/clig/Makefile branches/2016Q1/devel/clig/pkg-descr Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/clig/Makefile ============================================================================== --- branches/2016Q1/devel/clig/Makefile Sun Feb 28 21:05:21 2016 (r409762) +++ branches/2016Q1/devel/clig/Makefile Sun Feb 28 21:06:12 2016 (r409763) @@ -5,15 +5,14 @@ PORTNAME= clig PORTVERSION= 1.9.11.1 PORTREVISION= 3 CATEGORIES= devel tcl -MASTER_SITES= http://wsd.iitb.fhg.de/~geg/clighome/ +MASTER_SITES= http://BSDforge.com/projects/source/devel/clig/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Auto-generate an (argc, argv) processor, usage message, and manpage LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING-2.0 -BROKEN= Does not fetch USES= shebangfix tcl tk SHEBANG_FILES= tcl/*.tcl tk_OLD_CMD= /usr/bin/wish8.0 Modified: branches/2016Q1/devel/clig/pkg-descr ============================================================================== --- branches/2016Q1/devel/clig/pkg-descr Sun Feb 28 21:05:21 2016 (r409762) +++ branches/2016Q1/devel/clig/pkg-descr Sun Feb 28 21:06:12 2016 (r409763) @@ -1,10 +1,10 @@ Clig generates C code to take apart the typical command-line arguments -given to a C program. Input to clig is a simple description file that +given to a C program. Input to clig is a simple description file that specifies the name and number of options, their type (Flag, String, -Float, Int) and permissible range, and which options are mandatory. From +Float, Int) and permissible range, and which options are mandatory. From this, clig will generate self-contained C code to include in your program, a usage message, and a manual page skeleton. Clig does a lot more than getopt! -WWW: http://wsd.iitb.fhg.de/~geg/clighome/ +WWW: http://BSDforge.com/projects/devel/clig From owner-svn-ports-branches@freebsd.org Sun Feb 28 21:47:49 2016 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 8597CAB617F; Sun, 28 Feb 2016 21:47: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 400B01A53; Sun, 28 Feb 2016 21:47: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 u1SLlmpF079375; Sun, 28 Feb 2016 21:47:48 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SLlmCY079372; Sun, 28 Feb 2016 21:47:48 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602282147.u1SLlmCY079372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 28 Feb 2016 21:47:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409769 - branches/2016Q1/www/tomcat6 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 21:47:49 -0000 Author: feld Date: Sun Feb 28 21:47:47 2016 New Revision: 409769 URL: https://svnweb.freebsd.org/changeset/ports/409769 Log: MFH: r409768 www/tomcat6: Update to 6.0.45 Changelog: http://tomcat.apache.org/tomcat-6.0-doc/changelog.html Security: CVE-2015-5345 Security: CVE-2015-5346 Security: CVE-2016-0706 Security: CVE-2016-0714 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/www/tomcat6/Makefile branches/2016Q1/www/tomcat6/distinfo branches/2016Q1/www/tomcat6/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/tomcat6/Makefile ============================================================================== --- branches/2016Q1/www/tomcat6/Makefile Sun Feb 28 21:46:35 2016 (r409768) +++ branches/2016Q1/www/tomcat6/Makefile Sun Feb 28 21:47:47 2016 (r409769) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 6.0.44 +PORTVERSION= 6.0.45 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-6/v${PORTVERSION}/bin DISTNAME= apache-${PORTNAME}-${PORTVERSION} Modified: branches/2016Q1/www/tomcat6/distinfo ============================================================================== --- branches/2016Q1/www/tomcat6/distinfo Sun Feb 28 21:46:35 2016 (r409768) +++ branches/2016Q1/www/tomcat6/distinfo Sun Feb 28 21:47:47 2016 (r409769) @@ -1,2 +1,2 @@ -SHA256 (apache-tomcat-6.0.44.tar.gz) = aab792322e75c6502675120933cbc519cfb59ac8d192f4fa103371a335708224 -SIZE (apache-tomcat-6.0.44.tar.gz) = 7065218 +SHA256 (apache-tomcat-6.0.45.tar.gz) = 8f9bd3e02f1e7798ca8f99f3254594688307ced3e7325dfb10f336750d82482d +SIZE (apache-tomcat-6.0.45.tar.gz) = 7073612 Modified: branches/2016Q1/www/tomcat6/pkg-plist ============================================================================== --- branches/2016Q1/www/tomcat6/pkg-plist Sun Feb 28 21:46:35 2016 (r409768) +++ branches/2016Q1/www/tomcat6/pkg-plist Sun Feb 28 21:47:47 2016 (r409769) @@ -478,6 +478,7 @@ %%T%%/webapps/host-manager/images/tomcat.gif %%T%%/webapps/host-manager/images/update.gif %%T%%/webapps/host-manager/images/void.gif +%%T%%/webapps/host-manager/index.jsp %%T%%/webapps/host-manager/manager.xml %%T%%/webapps/manager/META-INF/context.xml %%T%%/webapps/manager/WEB-INF/jsp/401.jsp @@ -494,6 +495,7 @@ %%T%%/webapps/manager/images/tomcat.gif %%T%%/webapps/manager/images/update.gif %%T%%/webapps/manager/images/void.gif +%%T%%/webapps/manager/index.jsp %%T%%/webapps/manager/status.xsd %%T%%/webapps/manager/xform.xsl @dir %%T%%/endorsed From owner-svn-ports-branches@freebsd.org Sun Feb 28 22:08:30 2016 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 B8809AB6B62; Sun, 28 Feb 2016 22:08:30 +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 8C1291603; Sun, 28 Feb 2016 22:08:30 +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 u1SM8TkG085480; Sun, 28 Feb 2016 22:08:29 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SM8THw085478; Sun, 28 Feb 2016 22:08:29 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602282208.u1SM8THw085478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 28 Feb 2016 22:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409772 - branches/2016Q1/www/tomcat7 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 22:08:30 -0000 Author: feld Date: Sun Feb 28 22:08:29 2016 New Revision: 409772 URL: https://svnweb.freebsd.org/changeset/ports/409772 Log: MFH: r409771 www/tomcat7: Update to 7.0.67 Changelog: http://tomcat.apache.org/tomcat-7.0-doc/changelog.html Security: CVE-2015-5345 Security: CVE-2015-5346 Security: CVE-2015-5351 Security: CVE-2016-0706 Security: CVE-2016-0714 Security: CVE-2016-0763 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/www/tomcat7/Makefile branches/2016Q1/www/tomcat7/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/tomcat7/Makefile ============================================================================== --- branches/2016Q1/www/tomcat7/Makefile Sun Feb 28 22:07:44 2016 (r409771) +++ branches/2016Q1/www/tomcat7/Makefile Sun Feb 28 22:08:29 2016 (r409772) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 7.0.65 +PORTVERSION= 7.0.67 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-7/v${PORTVERSION}/bin PKGNAMESUFFIX= 7 Modified: branches/2016Q1/www/tomcat7/distinfo ============================================================================== --- branches/2016Q1/www/tomcat7/distinfo Sun Feb 28 22:07:44 2016 (r409771) +++ branches/2016Q1/www/tomcat7/distinfo Sun Feb 28 22:08:29 2016 (r409772) @@ -1,2 +1,2 @@ -SHA256 (apache-tomcat-7.0.65.tar.gz) = ef0edb1f560702adc4096097ddfba038086d62da77d0b247d927fd326bc637e9 -SIZE (apache-tomcat-7.0.65.tar.gz) = 8866946 +SHA256 (apache-tomcat-7.0.67.tar.gz) = cd6074f30e2cc98f55213fd396264a760f4a4c8a9b3d4842546578eab8f5220e +SIZE (apache-tomcat-7.0.67.tar.gz) = 8886737 From owner-svn-ports-branches@freebsd.org Sun Feb 28 22:14:24 2016 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 90AC5AB6F62; Sun, 28 Feb 2016 22:14:24 +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 6466A1DA2; Sun, 28 Feb 2016 22:14:24 +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 u1SMENDn088816; Sun, 28 Feb 2016 22:14:23 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SMENdW088814; Sun, 28 Feb 2016 22:14:23 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602282214.u1SMENdW088814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 28 Feb 2016 22:14:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409776 - branches/2016Q1/www/tomcat8 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 22:14:24 -0000 Author: feld Date: Sun Feb 28 22:14:23 2016 New Revision: 409776 URL: https://svnweb.freebsd.org/changeset/ports/409776 Log: MFH: r409775 www/tomcat8: Update to 8.0.30 Changelog: http://tomcat.apache.org/tomcat-8.0-doc/changelog.html Security: CVE-2015-5345 Security: CVE-2015-5346 Security: CVE-2015-5351 Security: CVE-2016-0706 Security: CVE-2016-0714 Security: CVE-2016-0763 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/www/tomcat8/Makefile branches/2016Q1/www/tomcat8/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/tomcat8/Makefile ============================================================================== --- branches/2016Q1/www/tomcat8/Makefile Sun Feb 28 22:13:45 2016 (r409775) +++ branches/2016Q1/www/tomcat8/Makefile Sun Feb 28 22:14:23 2016 (r409776) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 8.0.28 +PORTVERSION= 8.0.30 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-8/v${PORTVERSION}/bin PKGNAMESUFFIX= 8 Modified: branches/2016Q1/www/tomcat8/distinfo ============================================================================== --- branches/2016Q1/www/tomcat8/distinfo Sun Feb 28 22:13:45 2016 (r409775) +++ branches/2016Q1/www/tomcat8/distinfo Sun Feb 28 22:14:23 2016 (r409776) @@ -1,2 +1,2 @@ -SHA256 (apache-tomcat-8.0.28.tar.gz) = a7a6c092b79fc5a8cffe5916d0e5554254eddcb3c1911ed90696c153b4f13d10 -SIZE (apache-tomcat-8.0.28.tar.gz) = 9130958 +SHA256 (apache-tomcat-8.0.30.tar.gz) = 2fc3dde305e08388a12bd2868063ab6829a1d70acd9affe3a8707bd9679e0059 +SIZE (apache-tomcat-8.0.30.tar.gz) = 9150593 From owner-svn-ports-branches@freebsd.org Sun Feb 28 22:18:46 2016 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 86C09AB71C4; Sun, 28 Feb 2016 22:18:46 +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 598321FFA; Sun, 28 Feb 2016 22:18:46 +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 u1SMIj2Y089097; Sun, 28 Feb 2016 22:18:45 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SMIjRg089096; Sun, 28 Feb 2016 22:18:45 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602282218.u1SMIjRg089096@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, 28 Feb 2016 22:18:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409777 - branches/2016Q1/multimedia/kaffeine X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 22:18:46 -0000 Author: rakuco Date: Sun Feb 28 22:18:45 2016 New Revision: 409777 URL: https://svnweb.freebsd.org/changeset/ports/409777 Log: MFH: r409770 Depend on multimedia/vlc-qt4 instead of multimedia/vlc. multimedia/vlc conflicts with multimedia/vlc-qt4, and the latter is needed by multimedia/phonon-qt4 and consequently by x11/kde4-workspace and other KDE4 ports. Since Kaffeine depends on parts of KDE4 such as x11/kdelibs4, it makes more sense to depend on vlc-qt4 instead. PR: 204690 Approved by: ports-secteam (feld) Modified: branches/2016Q1/multimedia/kaffeine/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/multimedia/kaffeine/Makefile ============================================================================== --- branches/2016Q1/multimedia/kaffeine/Makefile Sun Feb 28 22:14:23 2016 (r409776) +++ branches/2016Q1/multimedia/kaffeine/Makefile Sun Feb 28 22:18:45 2016 (r409777) @@ -3,6 +3,7 @@ PORTNAME= kaffeine PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= multimedia kde MASTER_SITES= SF/kaffeine/current @@ -13,7 +14,7 @@ LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= libvlc.so:${PORTSDIR}/multimedia/vlc +LIB_DEPENDS= libvlc.so:${PORTSDIR}/multimedia/vlc-qt4 USES= cmake cpe gettext gmake pkgconfig USE_KDE4= automoc4 kdelibs kdeprefix From owner-svn-ports-branches@freebsd.org Sun Feb 28 23:48:47 2016 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 17010AB7594; Sun, 28 Feb 2016 23:48:47 +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 D94AB13C3; Sun, 28 Feb 2016 23:48:46 +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 u1SNmjlI016228; Sun, 28 Feb 2016 23:48:45 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SNmjKI016227; Sun, 28 Feb 2016 23:48:45 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602282348.u1SNmjKI016227@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, 28 Feb 2016 23:48:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409786 - branches/2016Q1/japanese/today X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 23:48:47 -0000 Author: rakuco Date: Sun Feb 28 23:48:45 2016 New Revision: 409786 URL: https://svnweb.freebsd.org/changeset/ports/409786 Log: MFH: r409785 Fix line breaks conversion. Current japanese/today converts each file's line breaks from CRLF to LF with the following procedure in Makefile: ${SED} 's/.$$//' It is a very problematic method, and breaks many Japanese strings in the data files (*.tbl). To solve the problem, use "${TR} -d '\015'" for the conversion. PR: 206568 Submitted by: WATANABE Kazuhiro (maintainer) Approved by: portmgr blanket approval Modified: branches/2016Q1/japanese/today/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/japanese/today/Makefile ============================================================================== --- branches/2016Q1/japanese/today/Makefile Sun Feb 28 23:47:38 2016 (r409785) +++ branches/2016Q1/japanese/today/Makefile Sun Feb 28 23:48:45 2016 (r409786) @@ -3,7 +3,7 @@ PORTNAME= today PORTVERSION= 2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese games MASTER_SITES= http://ftp.vector.co.jp/29/42/476/ DISTNAME= ja-${PORTNAME}-${PORTVERSION} @@ -32,7 +32,7 @@ post-extract: gengo.tbl hist??.tbl history.tbl holiday.tbl magazine.tbl \ monthly.tbl schedule.tbl suffix.tbl week.tbl; \ do \ - ${SED} 's/.$$//' $$i | nkf -Se > $$i.tmp ;\ + nkf -Se $$i | ${TR} -d '\015' > $$i.tmp ;\ ${MV} -f $$i.tmp $$i ; \ done) From owner-svn-ports-branches@freebsd.org Mon Feb 29 00:55:46 2016 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 9454DAB75F4; Mon, 29 Feb 2016 00:55:46 +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 62784EB6; Mon, 29 Feb 2016 00:55:46 +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 u1T0tja4037504; Mon, 29 Feb 2016 00:55:45 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1T0tjnm037502; Mon, 29 Feb 2016 00:55:45 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602290055.u1T0tjnm037502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 29 Feb 2016 00:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409794 - branches/2016Q1/www/tomcat7 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Feb 2016 00:55:46 -0000 Author: feld Date: Mon Feb 29 00:55:45 2016 New Revision: 409794 URL: https://svnweb.freebsd.org/changeset/ports/409794 Log: MFH: r409780 Security upgrade from 7.0.67 to 7.0.68. ChangeLog: http://tomcat.apache.org/tomcat-7.0-doc/changelog.html Security ChangeLog: https://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.68 Security: CVE-2015-5345 Security: CVE-2015-5351 Security: CVE-2016-0706 Security: CVE-2016-0714 Security: CVE-2016-0763 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/www/tomcat7/Makefile branches/2016Q1/www/tomcat7/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/tomcat7/Makefile ============================================================================== --- branches/2016Q1/www/tomcat7/Makefile Mon Feb 29 00:53:32 2016 (r409793) +++ branches/2016Q1/www/tomcat7/Makefile Mon Feb 29 00:55:45 2016 (r409794) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 7.0.67 +PORTVERSION= 7.0.68 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-7/v${PORTVERSION}/bin PKGNAMESUFFIX= 7 Modified: branches/2016Q1/www/tomcat7/distinfo ============================================================================== --- branches/2016Q1/www/tomcat7/distinfo Mon Feb 29 00:53:32 2016 (r409793) +++ branches/2016Q1/www/tomcat7/distinfo Mon Feb 29 00:55:45 2016 (r409794) @@ -1,2 +1,2 @@ -SHA256 (apache-tomcat-7.0.67.tar.gz) = cd6074f30e2cc98f55213fd396264a760f4a4c8a9b3d4842546578eab8f5220e -SIZE (apache-tomcat-7.0.67.tar.gz) = 8886737 +SHA256 (apache-tomcat-7.0.68.tar.gz) = 2c1a02422f265607de733521e54f18613e9dd5efc2861914fe45a858227bb8e0 +SIZE (apache-tomcat-7.0.68.tar.gz) = 8900822 From owner-svn-ports-branches@freebsd.org Mon Feb 29 06:17:34 2016 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 1775DAB825C; Mon, 29 Feb 2016 06:17:34 +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 CF09E1F29; Mon, 29 Feb 2016 06:17:33 +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 u1T6HWnb031326; Mon, 29 Feb 2016 06:17:32 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1T6HWvt031324; Mon, 29 Feb 2016 06:17:32 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201602290617.u1T6HWvt031324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 29 Feb 2016 06:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409801 - in branches/2016Q1/multimedia/emby-server: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Feb 2016 06:17:34 -0000 Author: riggs Date: Mon Feb 29 06:17:32 2016 New Revision: 409801 URL: https://svnweb.freebsd.org/changeset/ports/409801 Log: MFH: r409735 Respect timezone settings, remove unnecessary pkg-install script Detailed maintainer log: - Remove the setting of the TZ, LC_ALL and LANG shell variables from rc script. This resolves an issue where the emby-server timezone was set to UTC, causing show air dates and TV guides to be off by a number of hours for some users [1]. Setting these variables was originally added when mono 3.12.1 was in the ports tree, to avoid mono throwing a number of System.TimeZoneNotFound exceptions when run in debugging mode [2]. Whilst these exceptions are still thrown, they are caught and the mono code now only sets the time to UTC if the correct timezone cannot be found from the TZ variable or /etc/localtime. - Remove pkg-install script as it is no longer necessary to download Mozilla's root certificates and import them into the Mono Trust store (this was actually never effective, as the certificates were saved into the root user's mono trust store instead of the emby user's store). - Bump PORTREVISION [1] http://emby.media/community/index.php?/topic/13083-freenas-plugin/?p=299783 [2] mono --debug --trace=N:nothing /usr/local/lib/emby-server/MediaBrowser.Server.Mono.exe -ffmpeg /usr/local/bin/ffmpeg -ffprobe /usr/local/bin/ffprobe -programdata /var/db/emby-server PR: 207436 Submitted by: woodsb02@gmail.com (maintainer) Approved by: ports-secteam (feld) Deleted: branches/2016Q1/multimedia/emby-server/pkg-install Modified: branches/2016Q1/multimedia/emby-server/Makefile branches/2016Q1/multimedia/emby-server/files/emby-server.in (contents, props changed) Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/multimedia/emby-server/Makefile ============================================================================== --- branches/2016Q1/multimedia/emby-server/Makefile Mon Feb 29 05:57:39 2016 (r409800) +++ branches/2016Q1/multimedia/emby-server/Makefile Mon Feb 29 06:17:32 2016 (r409801) @@ -3,6 +3,7 @@ PORTNAME= emby-server PORTVERSION= 3.0.5781.2 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com Modified: branches/2016Q1/multimedia/emby-server/files/emby-server.in ============================================================================== --- branches/2016Q1/multimedia/emby-server/files/emby-server.in Mon Feb 29 05:57:39 2016 (r409800) +++ branches/2016Q1/multimedia/emby-server/files/emby-server.in Mon Feb 29 06:17:32 2016 (r409801) @@ -50,13 +50,6 @@ command_args="-f -p ${pidfile} ${procnam start_precmd=%%RC_NAME%%_precmd %%RC_NAME%%_precmd() { - : ${LC_ALL:="C"} - : ${LANG:="C"} - : ${TZ:="UTC"} - export LC_ALL - export LANG - export TZ - if [ ! -e "${pidfile}" ]; then install -g ${%%RC_NAME%%_group} -o ${%%RC_NAME%%_user} -- /dev/null "${pidfile}"; fi From owner-svn-ports-branches@freebsd.org Tue Mar 1 02:07:56 2016 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 3BD31AA9A70; Tue, 1 Mar 2016 02:07:56 +0000 (UTC) (envelope-from junovitch@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 1820E1575; Tue, 1 Mar 2016 02:07:56 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2127tUo082219; Tue, 1 Mar 2016 02:07:55 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2127sdT082213; Tue, 1 Mar 2016 02:07:54 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201603010207.u2127sdT082213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 1 Mar 2016 02:07:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409839 - in branches/2016Q1/www: moodle28 moodle29 moodle30 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2016 02:07:56 -0000 Author: junovitch Date: Tue Mar 1 02:07:54 2016 New Revision: 409839 URL: https://svnweb.freebsd.org/changeset/ports/409839 Log: MFH: r405822 - Update to moodle-2.8.10, moodle-2.9.4 and moodle-3.0.2 Approved by: ports-secteam (with hat) Security: CVE-2016-0725 Security: CVE-2016-0724 Security: https://vuxml.FreeBSD.org/freebsd/2d299950-ddb0-11e5-8fa8-14dae9d210b8.html Modified: branches/2016Q1/www/moodle28/Makefile branches/2016Q1/www/moodle28/distinfo branches/2016Q1/www/moodle29/Makefile branches/2016Q1/www/moodle29/distinfo branches/2016Q1/www/moodle30/Makefile branches/2016Q1/www/moodle30/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/moodle28/Makefile ============================================================================== --- branches/2016Q1/www/moodle28/Makefile Tue Mar 1 01:00:05 2016 (r409838) +++ branches/2016Q1/www/moodle28/Makefile Tue Mar 1 02:07:54 2016 (r409839) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 2.8.9 +PORTVERSION= 2.8.10 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable28/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: branches/2016Q1/www/moodle28/distinfo ============================================================================== --- branches/2016Q1/www/moodle28/distinfo Tue Mar 1 01:00:05 2016 (r409838) +++ branches/2016Q1/www/moodle28/distinfo Tue Mar 1 02:07:54 2016 (r409839) @@ -1,2 +1,2 @@ -SHA256 (moodle-2.8.9.tgz) = 09fca589cdf4b63052e5319931e8c42ca2e0e53d5eeb12cab852ef84bb50f034 -SIZE (moodle-2.8.9.tgz) = 35992485 +SHA256 (moodle-2.8.10.tgz) = e213cf8e3290d00470a8e5174b854fa8b4992da553416d74629cdd1810287930 +SIZE (moodle-2.8.10.tgz) = 35989148 Modified: branches/2016Q1/www/moodle29/Makefile ============================================================================== --- branches/2016Q1/www/moodle29/Makefile Tue Mar 1 01:00:05 2016 (r409838) +++ branches/2016Q1/www/moodle29/Makefile Tue Mar 1 02:07:54 2016 (r409839) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 2.9.3 +PORTVERSION= 2.9.4 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable29/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: branches/2016Q1/www/moodle29/distinfo ============================================================================== --- branches/2016Q1/www/moodle29/distinfo Tue Mar 1 01:00:05 2016 (r409838) +++ branches/2016Q1/www/moodle29/distinfo Tue Mar 1 02:07:54 2016 (r409839) @@ -1,2 +1,2 @@ -SHA256 (moodle-2.9.3.tgz) = 48f59bd77df53fb5f608da492f09c21eb7c8994c3ddce39fa7a9fd8e3e0e8f46 -SIZE (moodle-2.9.3.tgz) = 36476693 +SHA256 (moodle-2.9.4.tgz) = f4e087e34fc34207a74d85758e8d064a667d9b2ae17ee8c055e94e9172ae67f9 +SIZE (moodle-2.9.4.tgz) = 36513561 Modified: branches/2016Q1/www/moodle30/Makefile ============================================================================== --- branches/2016Q1/www/moodle30/Makefile Tue Mar 1 01:00:05 2016 (r409838) +++ branches/2016Q1/www/moodle30/Makefile Tue Mar 1 02:07:54 2016 (r409839) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moodle -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable30/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} Modified: branches/2016Q1/www/moodle30/distinfo ============================================================================== --- branches/2016Q1/www/moodle30/distinfo Tue Mar 1 01:00:05 2016 (r409838) +++ branches/2016Q1/www/moodle30/distinfo Tue Mar 1 02:07:54 2016 (r409839) @@ -1,2 +1,2 @@ -SHA256 (moodle-3.0.1.tgz) = 3570ea84acd02d33b31cc013b700cbc14a69426302104fdb6826a240fe86b704 -SIZE (moodle-3.0.1.tgz) = 38019687 +SHA256 (moodle-3.0.2.tgz) = 6f6eb95f0e354dc519067538ce60c54151b998efed6f981084ec929266d1b149 +SIZE (moodle-3.0.2.tgz) = 38045086 From owner-svn-ports-branches@freebsd.org Tue Mar 1 03:02:47 2016 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 62987AB93CB; Tue, 1 Mar 2016 03:02:47 +0000 (UTC) (envelope-from junovitch@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 190F91BC5; Tue, 1 Mar 2016 03:02:47 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2132kIr000653; Tue, 1 Mar 2016 03:02:46 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2132jQI000649; Tue, 1 Mar 2016 03:02:45 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201603010302.u2132jQI000649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 1 Mar 2016 03:02:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409843 - branches/2016Q1/net/wireshark X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2016 03:02:47 -0000 Author: junovitch Date: Tue Mar 1 03:02:45 2016 New Revision: 409843 URL: https://svnweb.freebsd.org/changeset/ports/409843 Log: MFH: r408267 Update to 2.0.1. The list of changes can be found at https://www.wireshark.org/docs/relnotes/wireshark-2.0.1.html . Security: https://vuxml.FreeBSD.org/freebsd/42c2c422-df55-11e5-b2bd-002590263bf5.html Approved by: ports-secteam (with hat) Modified: branches/2016Q1/net/wireshark/Makefile branches/2016Q1/net/wireshark/distinfo branches/2016Q1/net/wireshark/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/net/wireshark/Makefile ============================================================================== --- branches/2016Q1/net/wireshark/Makefile Tue Mar 1 03:00:41 2016 (r409842) +++ branches/2016Q1/net/wireshark/Makefile Tue Mar 1 03:02:45 2016 (r409843) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= wireshark -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 PORTREVISION?= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ Modified: branches/2016Q1/net/wireshark/distinfo ============================================================================== --- branches/2016Q1/net/wireshark/distinfo Tue Mar 1 03:00:41 2016 (r409842) +++ branches/2016Q1/net/wireshark/distinfo Tue Mar 1 03:02:45 2016 (r409843) @@ -1,2 +1,2 @@ -SHA256 (wireshark-2.0.0.tar.bz2) = 90026c761a85701d7783c7e2eaa4c1de247dfbadbd53221df355f121e42691dd -SIZE (wireshark-2.0.0.tar.bz2) = 30976957 +SHA256 (wireshark-2.0.1.tar.bz2) = c9bd07dd0d0045d6ca7537390a1afbcdf33716d193ea7d7084ae4f6c30b683ab +SIZE (wireshark-2.0.1.tar.bz2) = 31016295 Modified: branches/2016Q1/net/wireshark/pkg-plist ============================================================================== --- branches/2016Q1/net/wireshark/pkg-plist Tue Mar 1 03:00:41 2016 (r409842) +++ branches/2016Q1/net/wireshark/pkg-plist Tue Mar 1 03:02:45 2016 (r409843) @@ -18,10 +18,10 @@ bin/tshark %%TEXT2PCAP%% lib/libwireshark.so lib/libwireshark.so.6 -lib/libwireshark.so.6.0.0 +lib/libwireshark.so.6.0.1 lib/libwiretap.so lib/libwiretap.so.5 -lib/libwiretap.so.5.0.0 +lib/libwiretap.so.5.0.1 lib/libwsutil.so lib/libwsutil.so.6 lib/libwsutil.so.6.0.0 From owner-svn-ports-branches@freebsd.org Tue Mar 1 03:05:20 2016 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 8F01FAB94E3; Tue, 1 Mar 2016 03:05:20 +0000 (UTC) (envelope-from junovitch@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 41B6C1CE7; Tue, 1 Mar 2016 03:05:20 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2135JBm000907; Tue, 1 Mar 2016 03:05:19 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2135IOJ000903; Tue, 1 Mar 2016 03:05:18 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201603010305.u2135IOJ000903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 1 Mar 2016 03:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409844 - branches/2016Q1/net/wireshark X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2016 03:05:20 -0000 Author: junovitch Date: Tue Mar 1 03:05:18 2016 New Revision: 409844 URL: https://svnweb.freebsd.org/changeset/ports/409844 Log: MFH: r409672 Update to 2.0.2. See https://www.wireshark.org/docs/relnotes/wireshark-2.0.2.html for changes in this release. Security: CVE-2016-2522 Security: CVE-2016-2523 Security: CVE-2016-2524 Security: CVE-2016-2525 Security: CVE-2016-2526 Security: CVE-2016-2527 Security: CVE-2016-2528 Security: CVE-2016-2529 Security: CVE-2016-2530 Security: CVE-2016-2531 Security: CVE-2016-2532 Security: https://vuxml.FreeBSD.org/freebsd/45117749-df55-11e5-b2bd-002590263bf5.html Approved by: ports-secteam (with hat) Modified: branches/2016Q1/net/wireshark/Makefile branches/2016Q1/net/wireshark/distinfo branches/2016Q1/net/wireshark/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/net/wireshark/Makefile ============================================================================== --- branches/2016Q1/net/wireshark/Makefile Tue Mar 1 03:02:45 2016 (r409843) +++ branches/2016Q1/net/wireshark/Makefile Tue Mar 1 03:05:18 2016 (r409844) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= wireshark -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 PORTREVISION?= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ Modified: branches/2016Q1/net/wireshark/distinfo ============================================================================== --- branches/2016Q1/net/wireshark/distinfo Tue Mar 1 03:02:45 2016 (r409843) +++ branches/2016Q1/net/wireshark/distinfo Tue Mar 1 03:05:18 2016 (r409844) @@ -1,2 +1,2 @@ -SHA256 (wireshark-2.0.1.tar.bz2) = c9bd07dd0d0045d6ca7537390a1afbcdf33716d193ea7d7084ae4f6c30b683ab -SIZE (wireshark-2.0.1.tar.bz2) = 31016295 +SHA256 (wireshark-2.0.2.tar.bz2) = e921fb072085a5654d899949bb561d0687f4819f7b63ba35777bb949a9b6b9c1 +SIZE (wireshark-2.0.2.tar.bz2) = 31073440 Modified: branches/2016Q1/net/wireshark/pkg-plist ============================================================================== --- branches/2016Q1/net/wireshark/pkg-plist Tue Mar 1 03:02:45 2016 (r409843) +++ branches/2016Q1/net/wireshark/pkg-plist Tue Mar 1 03:05:18 2016 (r409844) @@ -18,10 +18,10 @@ bin/tshark %%TEXT2PCAP%% lib/libwireshark.so lib/libwireshark.so.6 -lib/libwireshark.so.6.0.1 +lib/libwireshark.so.6.0.2 lib/libwiretap.so lib/libwiretap.so.5 -lib/libwiretap.so.5.0.1 +lib/libwiretap.so.5.0.2 lib/libwsutil.so lib/libwsutil.so.6 lib/libwsutil.so.6.0.0 From owner-svn-ports-branches@freebsd.org Tue Mar 1 11:01:32 2016 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 5DB61ABD6CD; Tue, 1 Mar 2016 11:01:32 +0000 (UTC) (envelope-from matthew@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 28474195B; Tue, 1 Mar 2016 11:01:32 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u21B1VqK041973; Tue, 1 Mar 2016 11:01:31 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u21B1UDc041970; Tue, 1 Mar 2016 11:01:30 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201603011101.u21B1UDc041970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 1 Mar 2016 11:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409867 - branches/2016Q1/databases/phpmyadmin X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2016 11:01:32 -0000 Author: matthew Date: Tue Mar 1 11:01:30 2016 New Revision: 409867 URL: https://svnweb.freebsd.org/changeset/ports/409867 Log: MFH: r409852 Security Update to 4.5.5.1 Multiple XSS vulnerabilities and a man-in-the-middle attack against API calls to GitHub. Security: f682a506-df7c-11e5-81e4-6805ca0b3d42 Approved by: ports-secteam (junovitch) Modified: branches/2016Q1/databases/phpmyadmin/Makefile branches/2016Q1/databases/phpmyadmin/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/databases/phpmyadmin/Makefile ============================================================================== --- branches/2016Q1/databases/phpmyadmin/Makefile Tue Mar 1 10:43:40 2016 (r409866) +++ branches/2016Q1/databases/phpmyadmin/Makefile Tue Mar 1 11:01:30 2016 (r409867) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.5.4 +DISTVERSION= 4.5.5.1 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: branches/2016Q1/databases/phpmyadmin/distinfo ============================================================================== --- branches/2016Q1/databases/phpmyadmin/distinfo Tue Mar 1 10:43:40 2016 (r409866) +++ branches/2016Q1/databases/phpmyadmin/distinfo Tue Mar 1 11:01:30 2016 (r409867) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.5.4-all-languages.tar.xz) = 544670aea61d40c1a6e569f0955de2725c354f61c959870749b525d6b3d503dd -SIZE (phpMyAdmin-4.5.4-all-languages.tar.xz) = 5810856 +SHA256 (phpMyAdmin-4.5.5.1-all-languages.tar.xz) = bf8ab258d5c6ce5cfaf7ff330827599c1cfd29b0cc4c9b83f4263ee143c00ef4 +SIZE (phpMyAdmin-4.5.5.1-all-languages.tar.xz) = 5987876 From owner-svn-ports-branches@freebsd.org Wed Mar 2 02:32:26 2016 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 403F1AC0A8F; Wed, 2 Mar 2016 02:32:26 +0000 (UTC) (envelope-from junovitch@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 EABF11472; Wed, 2 Mar 2016 02:32:25 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u222WOkV020155; Wed, 2 Mar 2016 02:32:24 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u222WOXZ020152; Wed, 2 Mar 2016 02:32:24 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201603020232.u222WOXZ020152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 2 Mar 2016 02:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409907 - in branches/2016Q1/net-mgmt/cacti: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 02:32:26 -0000 Author: junovitch Date: Wed Mar 2 02:32:24 2016 New Revision: 409907 URL: https://svnweb.freebsd.org/changeset/ports/409907 Log: MFH: r409474 Update to 0.8.8g PR: 207444 Security: CVE-2015-8377 Security: CVE-2015-8604 Security: CVE-2016-2313 Security: https://vuxml.FreeBSD.org/freebsd/db3301be-e01c-11e5-b2bd-002590263bf5.html Approved by: ports-secteam (with hat) Deleted: branches/2016Q1/net-mgmt/cacti/files/patch-CVE-2015-8369 Modified: branches/2016Q1/net-mgmt/cacti/Makefile branches/2016Q1/net-mgmt/cacti/distinfo branches/2016Q1/net-mgmt/cacti/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/net-mgmt/cacti/Makefile ============================================================================== --- branches/2016Q1/net-mgmt/cacti/Makefile Wed Mar 2 02:28:45 2016 (r409906) +++ branches/2016Q1/net-mgmt/cacti/Makefile Wed Mar 2 02:32:24 2016 (r409907) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cacti -PORTVERSION= 0.8.8f${PATCHLEVEL} -PORTREVISION= 2 +PORTVERSION= 0.8.8g${PATCHLEVEL} CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ \ ftp://ftpmirror.uk/freebsd-ports/cacti/ Modified: branches/2016Q1/net-mgmt/cacti/distinfo ============================================================================== --- branches/2016Q1/net-mgmt/cacti/distinfo Wed Mar 2 02:28:45 2016 (r409906) +++ branches/2016Q1/net-mgmt/cacti/distinfo Wed Mar 2 02:32:24 2016 (r409907) @@ -1,2 +1,2 @@ -SHA256 (cacti-0.8.8f.tar.gz) = 2ea92407c11bf13302558a5bc9e1f3a57bd14a1d9ded48c505ec495762f76738 -SIZE (cacti-0.8.8f.tar.gz) = 2594409 +SHA256 (cacti-0.8.8g.tar.gz) = 3187bd5054ae4e54496bb23187f14c79a441fedcfd397a2d27cd60179f0dee33 +SIZE (cacti-0.8.8g.tar.gz) = 2584879 Modified: branches/2016Q1/net-mgmt/cacti/pkg-plist ============================================================================== --- branches/2016Q1/net-mgmt/cacti/pkg-plist Wed Mar 2 02:28:45 2016 (r409906) +++ branches/2016Q1/net-mgmt/cacti/pkg-plist Wed Mar 2 02:32:24 2016 (r409907) @@ -137,7 +137,6 @@ %%CACTIDIR%%/docs/html/user_management.html %%CACTIDIR%%/docs/html/using_spine.html %%CACTIDIR%%/docs/html/variables.html -%%CACTIDIR%%/docs/pdf/README %%CACTIDIR%%/docs/txt/manual.txt %%CACTIDIR%%/gprint_presets.php %%CACTIDIR%%/graph.php @@ -348,6 +347,7 @@ %%CACTIDIR%%/install/0_8_8c_to_0_8_8d.php %%CACTIDIR%%/install/0_8_8d_to_0_8_8e.php %%CACTIDIR%%/install/0_8_8e_to_0_8_8f.php +%%CACTIDIR%%/install/0_8_8f_to_0_8_8g.php %%CACTIDIR%%/install/0_8_to_0_8_1.php %%CACTIDIR%%/install/index.php %%CACTIDIR%%/install/install_finish.gif From owner-svn-ports-branches@freebsd.org Wed Mar 2 04:27:18 2016 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 E49EDAC00F0; Wed, 2 Mar 2016 04:27:17 +0000 (UTC) (envelope-from delphij@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 C11451EDB; Wed, 2 Mar 2016 04:27:17 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u224RG9j053938; Wed, 2 Mar 2016 04:27:16 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u224RGG4053935; Wed, 2 Mar 2016 04:27:16 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201603020427.u224RGG4053935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 2 Mar 2016 04:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409910 - branches/2016Q1/security/openssl X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 04:27:18 -0000 Author: delphij Date: Wed Mar 2 04:27:16 2016 New Revision: 409910 URL: https://svnweb.freebsd.org/changeset/ports/409910 Log: MFH: r407415, r408778, r409885 (dinoex): - add new manpages Submitted by: olli hauer - mark options ASM broken on sparc64 PR: 204527 - Security update to 1.0.2g Security: https://www.openssl.org/news/secadv/20160301.txt Security: CVE-2016-0800 Security: CVE-2016-0705 Security: CVE-2016-0798 Security: CVE-2016-0797 Security: CVE-2016-0799 Security: CVE-2016-0702 Security: CVE-2016-0703 Security: CVE-2016-0704 Approved by: ports-secteam Modified: branches/2016Q1/security/openssl/Makefile branches/2016Q1/security/openssl/distinfo branches/2016Q1/security/openssl/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/openssl/Makefile ============================================================================== --- branches/2016Q1/security/openssl/Makefile Wed Mar 2 03:53:52 2016 (r409909) +++ branches/2016Q1/security/openssl/Makefile Wed Mar 2 04:27:16 2016 (r409910) @@ -3,8 +3,8 @@ PORTNAME= openssl PORTVERSION= 1.0.2 -DISTVERSIONSUFFIX= f -PORTREVISION= 7 +DISTVERSIONSUFFIX= g +PORTREVISION= 9 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ @@ -92,6 +92,7 @@ EXTRACONFIGURE+= no-sse2 .endif .if ${PORT_OPTIONS:MASM} +BROKEN_sparc64= option ASM generates illegal instructions EXTRACONFIGURE+= enable-asm .else EXTRACONFIGURE+= no-asm Modified: branches/2016Q1/security/openssl/distinfo ============================================================================== --- branches/2016Q1/security/openssl/distinfo Wed Mar 2 03:53:52 2016 (r409909) +++ branches/2016Q1/security/openssl/distinfo Wed Mar 2 04:27:16 2016 (r409910) @@ -1,10 +1,10 @@ -SHA256 (openssl-1.0.2f/openssl-1.0.2f.tar.gz) = 932b4ee4def2b434f85435d9e3e19ca8ba99ce9a065a61524b429a9d5e9b2e9c -SIZE (openssl-1.0.2f/openssl-1.0.2f.tar.gz) = 5258384 -SHA256 (openssl-1.0.2f/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 2eddcb7ab342285cb637ce6b6be143cca835f449f35dd9bb8c7b9167ba2117a7 -SIZE (openssl-1.0.2f/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 3717 -SHA256 (openssl-1.0.2f/1002-backport-changes-from-upstream-padlock-module.patch) = aee88a24622ce9d71e38deeb874e58435dcf8ff5690f56194f0e4a00fb09b260 -SIZE (openssl-1.0.2f/1002-backport-changes-from-upstream-padlock-module.patch) = 5770 -SHA256 (openssl-1.0.2f/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = c10b8aaf56a4f4f79ca195fc587e0bb533f643e777d7a3e6fb0350399a6060ea -SIZE (openssl-1.0.2f/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = 20935 -SHA256 (openssl-1.0.2f/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 2f7c850af078a3ae71b2dd38d5d0b3964ea4262e52673e36ff33498cc6223e6c -SIZE (openssl-1.0.2f/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 809 +SHA256 (openssl-1.0.2g/openssl-1.0.2g.tar.gz) = b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33 +SIZE (openssl-1.0.2g/openssl-1.0.2g.tar.gz) = 5266102 +SHA256 (openssl-1.0.2g/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 2eddcb7ab342285cb637ce6b6be143cca835f449f35dd9bb8c7b9167ba2117a7 +SIZE (openssl-1.0.2g/1001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch) = 3717 +SHA256 (openssl-1.0.2g/1002-backport-changes-from-upstream-padlock-module.patch) = aee88a24622ce9d71e38deeb874e58435dcf8ff5690f56194f0e4a00fb09b260 +SIZE (openssl-1.0.2g/1002-backport-changes-from-upstream-padlock-module.patch) = 5770 +SHA256 (openssl-1.0.2g/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = c10b8aaf56a4f4f79ca195fc587e0bb533f643e777d7a3e6fb0350399a6060ea +SIZE (openssl-1.0.2g/1003-engines-e_padlock-implement-sha1-sha224-sha256-accel.patch) = 20935 +SHA256 (openssl-1.0.2g/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 97eb4411d0fc0890e94bc7c2d682f68b71135da782af769ca73914b37da2b1fd +SIZE (openssl-1.0.2g/1004-crypto-engine-autoload-padlock-dynamic-engine.patch) = 832 Modified: branches/2016Q1/security/openssl/pkg-plist ============================================================================== --- branches/2016Q1/security/openssl/pkg-plist Wed Mar 2 03:53:52 2016 (r409909) +++ branches/2016Q1/security/openssl/pkg-plist Wed Mar 2 04:27:16 2016 (r409910) @@ -1149,8 +1149,8 @@ man/man3/SSL_CTX_add1_chain_cert.3.gz man/man3/SSL_CTX_add_client_CA.3.gz man/man3/SSL_CTX_add_client_custom_ext.3.gz man/man3/SSL_CTX_add_extra_chain_cert.3.gz -man/man3/SSL_CTX_add_session.3.gz man/man3/SSL_CTX_add_server_custom_ext.3.gz +man/man3/SSL_CTX_add_session.3.gz man/man3/SSL_CTX_build_cert_chain.3.gz man/man3/SSL_CTX_callback_ctrl.3.gz man/man3/SSL_CTX_check_private_key.3.gz @@ -1242,6 +1242,8 @@ man/man3/SSL_CTX_set_session_cache_mode. man/man3/SSL_CTX_set_session_id_context.3.gz man/man3/SSL_CTX_set_ssl_version.3.gz man/man3/SSL_CTX_set_timeout.3.gz +man/man3/SSL_CTX_set_tlsext_status_arg.3.gz +man/man3/SSL_CTX_set_tlsext_status_cb.3.gz man/man3/SSL_CTX_set_tlsext_ticket_key_cb.3.gz man/man3/SSL_CTX_set_tmp_dh.3.gz man/man3/SSL_CTX_set_tmp_dh_callback.3.gz @@ -1327,6 +1329,7 @@ man/man3/SSL_get_session.3.gz man/man3/SSL_get_shared_curve.3.gz man/man3/SSL_get_shutdown.3.gz man/man3/SSL_get_ssl_method.3.gz +man/man3/SSL_get_tlsext_status_ocsp_resp.3.gz man/man3/SSL_get_verify_callback.3.gz man/man3/SSL_get_verify_depth.3.gz man/man3/SSL_get_verify_mode.3.gz @@ -1377,6 +1380,8 @@ man/man3/SSL_set_session.3.gz man/man3/SSL_set_session_id_context.3.gz man/man3/SSL_set_shutdown.3.gz man/man3/SSL_set_ssl_method.3.gz +man/man3/SSL_set_tlsext_status_ocsp_resp.3.gz +man/man3/SSL_set_tlsext_status_type.3.gz man/man3/SSL_set_tmp_dh.3.gz man/man3/SSL_set_tmp_dh_callback.3.gz man/man3/SSL_set_tmp_rsa.3.gz @@ -1540,8 +1545,8 @@ man/man3/d2i_DHparams.3.gz man/man3/d2i_DSAPrivateKey.3.gz man/man3/d2i_DSAPublicKey.3.gz man/man3/d2i_DSA_PUBKEY.3.gz -man/man3/d2i_DSAparams.3.gz man/man3/d2i_DSA_SIG.3.gz +man/man3/d2i_DSAparams.3.gz man/man3/d2i_ECDSA_SIG.3.gz man/man3/d2i_ECPKParameters.3.gz man/man3/d2i_ECPKParameters_bio.3.gz @@ -1582,8 +1587,8 @@ man/man3/err.3.gz man/man3/evp.3.gz man/man3/hmac.3.gz man/man3/i2d_ASN1_OBJECT.3.gz -man/man3/i2d_CMS_bio_stream.3.gz man/man3/i2d_CMS_ContentInfo.3.gz +man/man3/i2d_CMS_bio_stream.3.gz man/man3/i2d_DHparams.3.gz man/man3/i2d_DSAPrivateKey.3.gz man/man3/i2d_DSAPublicKey.3.gz From owner-svn-ports-branches@freebsd.org Wed Mar 2 16:22:11 2016 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 554B5AC15BD; Wed, 2 Mar 2016 16:22:11 +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 275DF10C2; Wed, 2 Mar 2016 16:22:11 +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 u22GMASe069683; Wed, 2 Mar 2016 16:22:10 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u22GMAsH069682; Wed, 2 Mar 2016 16:22:10 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603021622.u22GMAsH069682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 2 Mar 2016 16:22:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409952 - in branches/2016Q1/databases/libzdb: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 16:22:11 -0000 Author: rakuco Date: Wed Mar 2 16:22:09 2016 New Revision: 409952 URL: https://svnweb.freebsd.org/changeset/ports/409952 Log: MFH: r409792 Fix the port's configure script to properly detect SQLite3. This has been broken since r397227 ("Upgrade to 3.1"): the port's build system passes -ldl when trying to detect SQLite3. Since this will always fail on FreeBSD, SQLite3 support will always be disabled as well. PR: 203424 Approved by: ports-secteam (junovitch) Added: branches/2016Q1/databases/libzdb/files/ - copied from r409792, head/databases/libzdb/files/ Modified: branches/2016Q1/databases/libzdb/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/databases/libzdb/Makefile ============================================================================== --- branches/2016Q1/databases/libzdb/Makefile Wed Mar 2 16:04:11 2016 (r409951) +++ branches/2016Q1/databases/libzdb/Makefile Wed Mar 2 16:22:09 2016 (r409952) @@ -3,6 +3,7 @@ PORTNAME= libzdb PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.tildeslash.com/libzdb/dist/ @@ -28,7 +29,7 @@ MYSQL_CONFIGURE_OFF= --without-mysql PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-postgresql=${LOCALBASE}/bin/pg_config PGSQL_CONFIGURE_OFF= --without-postgresql -SQLITE_USE= sqlite=3 +SQLITE_USES= sqlite SQLITE_CONFIGURE_ON= --with-sqlite=${LOCALBASE} SQLITE_CONFIGURE_OFF= --without-sqlite SSL_USE= openssl=yes From owner-svn-ports-branches@freebsd.org Wed Mar 2 17:17:32 2016 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 68C78AC1A86; Wed, 2 Mar 2016 17:17:32 +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 2011C11AD; Wed, 2 Mar 2016 17:17:32 +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 u22HHVMT084641; Wed, 2 Mar 2016 17:17:31 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u22HHVNf084639; Wed, 2 Mar 2016 17:17:31 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201603021717.u22HHVNf084639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 2 Mar 2016 17:17:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409955 - in branches/2016Q1/security/py-cryptography: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 17:17:32 -0000 Author: koobs Date: Wed Mar 2 17:17:30 2016 New Revision: 409955 URL: https://svnweb.freebsd.org/changeset/ports/409955 Log: MFH: r409954: security/py-cryptography: Fix build with OpenSSL 1.0.2g Backport upstream commit [1] fixing build failures after the OpenSSL 1.0.2g update [1] https://github.com/pyca/cryptography/commit/df779dfec9ce87b79e48448aea3c597a4716b29e PR: 207624 Reported by: matthew, Pierre Guinoiseau Approved by: ports-secteam (blanket) Added: branches/2016Q1/security/py-cryptography/files/patch-64c9d893 - copied unchanged from r409954, head/security/py-cryptography/files/patch-64c9d893 Modified: branches/2016Q1/security/py-cryptography/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/py-cryptography/Makefile ============================================================================== --- branches/2016Q1/security/py-cryptography/Makefile Wed Mar 2 17:14:23 2016 (r409954) +++ branches/2016Q1/security/py-cryptography/Makefile Wed Mar 2 17:17:30 2016 (r409955) @@ -3,7 +3,7 @@ PORTNAME= cryptography PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Copied: branches/2016Q1/security/py-cryptography/files/patch-64c9d893 (from r409954, head/security/py-cryptography/files/patch-64c9d893) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/security/py-cryptography/files/patch-64c9d893 Wed Mar 2 17:17:30 2016 (r409955, copy of r409954, head/security/py-cryptography/files/patch-64c9d893) @@ -0,0 +1,31 @@ +From 64c9d893c3748e962d01a935625c58610826f23c Mon Sep 17 00:00:00 2001 +From: Paul Kehrer +Date: Tue, 1 Mar 2016 14:22:32 -0600 +Subject: [PATCH] move BIO_new_mem_buf to macros to handle 1.0.2g signature + change + +--- + src/_cffi_src/openssl/bio.py | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/src/_cffi_src/openssl/bio.py b/src/_cffi_src/openssl/bio.py +index ac86683..6439e63 100644 +--- src/_cffi_src/openssl/bio.py ++++ src/_cffi_src/openssl/bio.py +@@ -99,7 +99,6 @@ + BIO *BIO_next(BIO *); + BIO *BIO_find_type(BIO *, int); + BIO_METHOD *BIO_s_mem(void); +-BIO *BIO_new_mem_buf(void *, int); + BIO_METHOD *BIO_s_file(void); + BIO *BIO_new_file(const char *, const char *); + BIO *BIO_new_fp(FILE *, int); +@@ -127,6 +126,8 @@ + """ + + MACROS = """ ++/* BIO_new_mem_buf became const void * in 1.0.2g */ ++BIO *BIO_new_mem_buf(void *, int); + long BIO_set_fd(BIO *, long, int); + long BIO_get_fd(BIO *, char *); + long BIO_set_mem_eof_return(BIO *, int); From owner-svn-ports-branches@freebsd.org Wed Mar 2 22:29:08 2016 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 96F6CAC2201; Wed, 2 Mar 2016 22:29:08 +0000 (UTC) (envelope-from vsevolod@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 74C4E1B14; Wed, 2 Mar 2016 22:29:08 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u22MT7dY076349; Wed, 2 Mar 2016 22:29:07 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u22MT7Xq076346; Wed, 2 Mar 2016 22:29:07 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201603022229.u22MT7Xq076346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Wed, 2 Mar 2016 22:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409966 - branches/2016Q1/mail/exim X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 22:29:08 -0000 Author: vsevolod Date: Wed Mar 2 22:29:07 2016 New Revision: 409966 URL: https://svnweb.freebsd.org/changeset/ports/409966 Log: MFH: r409960 - Update to 4.86.2 Security: 7d09b9ee-e0ba-11e5-abc4-6fb07af136d2 Approved by: ports-secteam (feld) Modified: branches/2016Q1/mail/exim/Makefile branches/2016Q1/mail/exim/distinfo branches/2016Q1/mail/exim/pkg-message Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/mail/exim/Makefile ============================================================================== --- branches/2016Q1/mail/exim/Makefile Wed Mar 2 22:24:08 2016 (r409965) +++ branches/2016Q1/mail/exim/Makefile Wed Mar 2 22:29:07 2016 (r409966) @@ -3,7 +3,6 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} -PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= EXIM/exim4/:exim DISTNAME= ${PORTNAME}-${EXIM_VERSION} @@ -96,7 +95,7 @@ MASTER_SITES+= http://marc.merlins.org/l DISTFILES+= sa-exim-${SA_EXIM_VERSION}.tar.gz:sa_exim .endif -EXIM_VERSION= 4.86 +EXIM_VERSION= 4.86.2 SA_EXIM_VERSION=4.2 EXIM_INSTALL_ARG+= "-no_chown" "-no_symlink" Modified: branches/2016Q1/mail/exim/distinfo ============================================================================== --- branches/2016Q1/mail/exim/distinfo Wed Mar 2 22:24:08 2016 (r409965) +++ branches/2016Q1/mail/exim/distinfo Wed Mar 2 22:29:07 2016 (r409966) @@ -1,4 +1,4 @@ -SHA256 (exim/exim-4.86.tar.bz2) = f1ccf2ce2ea51b7fbbf160e7e0e41d24ca401cf44a185128ad99ea04635fc456 -SIZE (exim/exim-4.86.tar.bz2) = 1804807 +SHA256 (exim/exim-4.86.2.tar.bz2) = 7756deafd0583776e091f2efcba9b36203e668cf420d8876f314980803636eb3 +SIZE (exim/exim-4.86.2.tar.bz2) = 1799316 SHA256 (exim/sa-exim-4.2.tar.gz) = 72e0a735547f18b05785e6c58a71d24623858f0f5234a5dc0e24cb453999e99a SIZE (exim/sa-exim-4.2.tar.gz) = 66575 Modified: branches/2016Q1/mail/exim/pkg-message ============================================================================== --- branches/2016Q1/mail/exim/pkg-message Wed Mar 2 22:24:08 2016 (r409965) +++ branches/2016Q1/mail/exim/pkg-message Wed Mar 2 22:29:07 2016 (r409966) @@ -1,23 +1,36 @@ - IMPORTANT NOTE: =============== -Please read %%DOCSDIR%%/POST-INSTALL-NOTES for important -information regarding your Exim installation. +All installations having Exim set-uid root and using 'perl_startup' are +vulnerable to a local privilege escalation. Any user who can start an +instance of Exim (and this is normally *any* user) can gain root +privileges. If you do not use 'perl_startup' you *should* be safe. + +New options +----------- +We had to introduce two new configuration options: -How to restore pre-4.77 behaviour of match_* expansions -======================================================= + keep_environment = + add_environment = -Just two steps to do it: +Both options are empty per default. That is, Exim cleans the complete +environment on startup. This affects Exim itself and any subprocesses, +as transports, that may call other programs via some alias mechanisms, +as routers (queryprogram), lookups, and so on. This may affect used +libraries (e.g. LDAP). - 1. first, read README.UPDATING and in most cases you will - realize that pre-4.77 behaviour is not what you want; +** THIS MAY BREAK your existing installation ** - 2. if you're still here, turn on port's knob LISTMATCH_RHS - and carefully review your configuration for untrusted - right-hand sides in match_* operations. +New behaviour +------------- +Now Exim changes it's working directory to / right after startup, +even before reading it's configuration. (Later Exim changes it's working +directory to $spool_directory, as usual.) + +Exim only accepts an absolute configuration file path now, when using +the -C option. Upgrades to Exim 4.80 ===================== @@ -34,4 +47,3 @@ There are more details, covering more ch We now enable accept_8bitmime by default, as the Exim maintainers agree with Dan Bernstein about the best way to deal with the 8BITMIME extension. - From owner-svn-ports-branches@freebsd.org Wed Mar 2 22:33:33 2016 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 901FEAC24C8; Wed, 2 Mar 2016 22:33:33 +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 5E98110D3; Wed, 2 Mar 2016 22:33:33 +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 u22MXWST079351; Wed, 2 Mar 2016 22:33:32 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u22MXWIS079350; Wed, 2 Mar 2016 22:33:32 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603022233.u22MXWIS079350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 2 Mar 2016 22:33:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409968 - branches/2016Q1/security/openssl X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 22:33:33 -0000 Author: feld Date: Wed Mar 2 22:33:32 2016 New Revision: 409968 URL: https://svnweb.freebsd.org/changeset/ports/409968 Log: MFH: r409967 security/openssl: Disable SSLv2 and MD2 SSLv2 is being disabled due to DROWN. MD2 is being disabled as it should not have been enabled by default. This was disabled by upstream back in 2009. PR: 195796 Approved by: delphij, eadler Security: CVE-2009-2409 Security: CVE-2016-0800 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/security/openssl/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/openssl/Makefile ============================================================================== --- branches/2016Q1/security/openssl/Makefile Wed Mar 2 22:31:29 2016 (r409967) +++ branches/2016Q1/security/openssl/Makefile Wed Mar 2 22:33:32 2016 (r409968) @@ -4,7 +4,7 @@ PORTNAME= openssl PORTVERSION= 1.0.2 DISTVERSIONSUFFIX= g -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ @@ -23,7 +23,7 @@ LICENSE= OpenSSL LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= SHARED THREADS I386 SSE2 ASM PADLOCK ZLIB GMP SCTP SSL2 SSL3 RFC3779 MD2 RC5 EXPCIPHERS DOCS MAN3 -OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL2 SSL3 MD2 MAN3 +OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL3 MAN3 .for a in amd64 ia64 OPTIONS_DEFINE_${a}= EC OPTIONS_DEFAULT_${a}= EC From owner-svn-ports-branches@freebsd.org Wed Mar 2 22:56:15 2016 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 7A289AC145E; Wed, 2 Mar 2016 22:56:15 +0000 (UTC) (envelope-from jkim@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 57F3C1217; Wed, 2 Mar 2016 22:56:15 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u22MuEWJ087197; Wed, 2 Mar 2016 22:56:14 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u22MuEwN087196; Wed, 2 Mar 2016 22:56:14 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201603022256.u22MuEwN087196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 2 Mar 2016 22:56:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409982 - branches/2016Q1/emulators/virtualbox-ose/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 22:56:15 -0000 Author: jkim Date: Wed Mar 2 22:56:14 2016 New Revision: 409982 URL: https://svnweb.freebsd.org/changeset/ports/409982 Log: MFH: r409965 Fix build on head. Approved by: ports-secteam (blanket) Modified: branches/2016Q1/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c ============================================================================== --- branches/2016Q1/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c Wed Mar 2 22:50:29 2016 (r409981) +++ branches/2016Q1/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-VBoxNetFlt-freebsd.c Wed Mar 2 22:56:14 2016 (r409982) @@ -3,8 +3,8 @@ Add VLAN trunking support to vboxnetflt See: http://lists.freebsd.org/pipermail/freebsd-emulation/2012-April/009698.html See: http://lists.freebsd.org/pipermail/freebsd-emulation/2013-May/010605.html Submitted by: Landon J Fuller ---- ./src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c.orig 2013-04-12 06:38:11.000000000 -0400 -+++ ./src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c 2013-05-25 20:14:52.152180452 -0400 +--- src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c.orig 2016-01-19 19:18:38 UTC ++++ src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c @@ -51,6 +51,7 @@ #include #include @@ -13,7 +13,31 @@ Submitted by: Landon J Fuller #include -@@ -427,6 +428,8 @@ +@@ -369,7 +370,11 @@ static int ng_vboxnetflt_rcvdata(hook_p + mtx_lock_spin(&pThis->u.s.inq.ifq_mtx); + _IF_ENQUEUE(&pThis->u.s.inq, m); + mtx_unlock_spin(&pThis->u.s.inq.ifq_mtx); ++#if __FreeBSD_version >= 1100100 ++ taskqueue_enqueue(taskqueue_fast, &pThis->u.s.tskin); ++#else + taskqueue_enqueue_fast(taskqueue_fast, &pThis->u.s.tskin); ++#endif + } + /* + * Handle mbufs on the outgoing hook, frames going to the interface +@@ -387,7 +392,11 @@ static int ng_vboxnetflt_rcvdata(hook_p + mtx_lock_spin(&pThis->u.s.outq.ifq_mtx); + _IF_ENQUEUE(&pThis->u.s.outq, m); + mtx_unlock_spin(&pThis->u.s.outq.ifq_mtx); ++#if __FreeBSD_version >= 1100100 ++ taskqueue_enqueue(taskqueue_fast, &pThis->u.s.tskout); ++#else + taskqueue_enqueue_fast(taskqueue_fast, &pThis->u.s.tskout); ++#endif + } + else + { +@@ -427,6 +436,8 @@ static void vboxNetFltFreeBSDinput(void struct ifnet *ifp = pThis->u.s.ifp; unsigned int cSegs = 0; bool fDropIt = false, fActive; @@ -22,7 +46,7 @@ Submitted by: Landon J Fuller if_vnet); -@@ -439,6 +442,19 @@ +@@ -439,6 +450,19 @@ static void vboxNetFltFreeBSDinput(void if (m == NULL) break; @@ -42,7 +66,7 @@ Submitted by: Landon J Fuller m_next) if (m0->m_len > 0) cSegs++; -@@ -453,6 +469,27 @@ +@@ -453,6 +477,27 @@ static void vboxNetFltFreeBSDinput(void vboxNetFltFreeBSDMBufToSG(pThis, m, pSG, cSegs, 0); fDropIt = pThis->pSwitchPort->pfnRecv(pThis->pSwitchPort, NULL /* pvIf */, pSG, INTNETTRUNKDIR_WIRE); RTMemTmpFree(pSG); From owner-svn-ports-branches@freebsd.org Thu Mar 3 00:08:24 2016 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 67527AC1CDE; Thu, 3 Mar 2016 00:08:24 +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 1FDFE148F; Thu, 3 Mar 2016 00:08:24 +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 u2308N3L008996; Thu, 3 Mar 2016 00:08:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2308NaR008994; Thu, 3 Mar 2016 00:08:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603030008.u2308NaR008994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 3 Mar 2016 00:08:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409992 - in branches/2016Q1: . audio/alsa-plugins X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2016 00:08:24 -0000 Author: jbeich Date: Thu Mar 3 00:08:22 2016 New Revision: 409992 URL: https://svnweb.freebsd.org/changeset/ports/409992 Log: MFH: r409976 audio/alsa-plugins: partially revert r380063 Restore BUFSZ_P2=on by default as a temporarily fix for excessive CPU usage in Firefox. r378529 wasn't enough to make BUFSZ_P2=off transition smooth. PR: 203732 Reported by: Henry Hu, Arto Pekkanen, many more indirectly Approved by: ports-secteam (feld) Modified: branches/2016Q1/UPDATING branches/2016Q1/audio/alsa-plugins/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/UPDATING ============================================================================== --- branches/2016Q1/UPDATING Wed Mar 2 23:46:37 2016 (r409991) +++ branches/2016Q1/UPDATING Thu Mar 3 00:08:22 2016 (r409992) @@ -5,6 +5,22 @@ 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. +20160302: + AFFECTS: audio/alsa-utils, www/firefox, www/firefox-esr, www/seamonkey + AUTHOR: jbeich@FreeBSD.org + + ALSA backend in libcubeb as used by Firefox has an unresolved issue + with the OSS patch in audio/alsa-plugins. To avoid excessive CPU + usage when playing HTML5 videos rebuild the port with BUFSZ_P2 + option enabled or reset options to default. + + However, with BUFSZ_P2 enabled alsa-utils may crash: + + $ aplay test.wav + Playing WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Stereo + Assertion failed: (err >= 0), function set_params, file aplay.c, line 1289. + Aborted by signal Abort trap... + 20151227: AFFECTS: users of games/nethack34 AUTHOR: glewis@FreeBSD.org Modified: branches/2016Q1/audio/alsa-plugins/Makefile ============================================================================== --- branches/2016Q1/audio/alsa-plugins/Makefile Wed Mar 2 23:46:37 2016 (r409991) +++ branches/2016Q1/audio/alsa-plugins/Makefile Thu Mar 3 00:08:22 2016 (r409992) @@ -3,6 +3,7 @@ PORTNAME= alsa-plugins PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ALSA/plugins \ GENTOO @@ -20,7 +21,7 @@ EXTRA_PATCHES+= ${FILESDIR}/alsa-plugins INSTALL_TARGET= install-strip CPPFLAGS+= -I${.CURDIR}/../alsa-lib/files -OPTIONS_DEFAULT=IO_PTR +OPTIONS_DEFAULT=BUFSZ_P2 IO_PTR OPTIONS_DEFINE= JACK FFMPEG PULSEAUDIO SAMPLERATE SPEEX OPTIONS_SUB= yes From owner-svn-ports-branches@freebsd.org Thu Mar 3 00:10:32 2016 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 B5B48AC1DCC; Thu, 3 Mar 2016 00:10:32 +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 7799D15E4; Thu, 3 Mar 2016 00:10:32 +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 u230AVPU009278; Thu, 3 Mar 2016 00:10:31 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u230AVO0009274; Thu, 3 Mar 2016 00:10:31 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603030010.u230AVO0009274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 3 Mar 2016 00:10:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409993 - in branches/2016Q1/security: ca_root_nss nss X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2016 00:10:32 -0000 Author: jbeich Date: Thu Mar 3 00:10:30 2016 New Revision: 409993 URL: https://svnweb.freebsd.org/changeset/ports/409993 Log: MFH: r409978 security/nss: update to 3.22.2 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.22.2_release_notes Changes: https://hg.mozilla.org/projects/nss/rev/ec7aee1a4c24 Approved by: ports-secteam (feld) Modified: branches/2016Q1/security/ca_root_nss/Makefile branches/2016Q1/security/ca_root_nss/distinfo branches/2016Q1/security/nss/Makefile branches/2016Q1/security/nss/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/ca_root_nss/Makefile ============================================================================== --- branches/2016Q1/security/ca_root_nss/Makefile Thu Mar 3 00:08:22 2016 (r409992) +++ branches/2016Q1/security/ca_root_nss/Makefile Thu Mar 3 00:10:30 2016 (r409993) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.22 +VERSION_NSS= 3.22.2 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: branches/2016Q1/security/ca_root_nss/distinfo ============================================================================== --- branches/2016Q1/security/ca_root_nss/distinfo Thu Mar 3 00:08:22 2016 (r409992) +++ branches/2016Q1/security/ca_root_nss/distinfo Thu Mar 3 00:10:30 2016 (r409993) @@ -1,2 +1,2 @@ -SHA256 (nss-3.22.tar.gz) = 30ebd121c77e725a1383618eff79a6752d6e9f0f21882ad825ddab12e7227611 -SIZE (nss-3.22.tar.gz) = 6992347 +SHA256 (nss-3.22.2.tar.gz) = 07d49287c527ac31200f02dcf8494cef19e936d8ed470802749c4dfc782d3650 +SIZE (nss-3.22.2.tar.gz) = 6982164 Modified: branches/2016Q1/security/nss/Makefile ============================================================================== --- branches/2016Q1/security/nss/Makefile Thu Mar 3 00:08:22 2016 (r409992) +++ branches/2016Q1/security/nss/Makefile Thu Mar 3 00:10:30 2016 (r409993) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.22.1 +PORTVERSION= 3.22.2 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2016Q1/security/nss/distinfo ============================================================================== --- branches/2016Q1/security/nss/distinfo Thu Mar 3 00:08:22 2016 (r409992) +++ branches/2016Q1/security/nss/distinfo Thu Mar 3 00:10:30 2016 (r409993) @@ -1,2 +1,2 @@ -SHA256 (nss-3.22.1.tar.gz) = 89e1fc7074e5c325962821289f4cd7d8207ae95af2308ba881215ed9ca68fa4f -SIZE (nss-3.22.1.tar.gz) = 6993562 +SHA256 (nss-3.22.2.tar.gz) = 07d49287c527ac31200f02dcf8494cef19e936d8ed470802749c4dfc782d3650 +SIZE (nss-3.22.2.tar.gz) = 6982164 From owner-svn-ports-branches@freebsd.org Thu Mar 3 01:50:35 2016 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 8081DAC2380; Thu, 3 Mar 2016 01:50:35 +0000 (UTC) (envelope-from jgh@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 5256F1B17; Thu, 3 Mar 2016 01:50:35 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u231oYJ0039181; Thu, 3 Mar 2016 01:50:34 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u231oYET039180; Thu, 3 Mar 2016 01:50:34 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201603030150.u231oYET039180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 3 Mar 2016 01:50:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409998 - branches/2016Q1/security/snortreport X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2016 01:50:35 -0000 Author: jgh Date: Thu Mar 3 01:50:34 2016 New Revision: 409998 URL: https://svnweb.freebsd.org/changeset/ports/409998 Log: MFH: r409996 - unbreak and pass maintainer-ship to submitter PR: 207646 Submitted by: vvelox@vvelox.net Approved by: ports-secteam (with hat) Modified: branches/2016Q1/security/snortreport/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/snortreport/Makefile ============================================================================== --- branches/2016Q1/security/snortreport/Makefile Thu Mar 3 01:46:17 2016 (r409997) +++ branches/2016Q1/security/snortreport/Makefile Thu Mar 3 01:50:34 2016 (r409998) @@ -4,13 +4,11 @@ PORTNAME= snortreport PORTVERSION= 1.3.4 CATEGORIES= security www -MASTER_SITES= http://www.symmetrixtech.com/ids/ +MASTER_SITES= http://symmetrixtech.com/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vvelox@vvelox.net COMMENT= Add-on module for snort to generate real-time web reports -BROKEN= unfetchable - LICENSE= GPLv2 OPTIONS_DEFINE= BARNYARD JPGRAPH MYSQL PGSQL DOCS From owner-svn-ports-branches@freebsd.org Thu Mar 3 02:57:35 2016 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 3B614AC1F14; Thu, 3 Mar 2016 02:57:35 +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 E701E1F6A; Thu, 3 Mar 2016 02:57:34 +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 u232vX8L059634; Thu, 3 Mar 2016 02:57:33 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u232vXcr059633; Thu, 3 Mar 2016 02:57:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603030257.u232vXcr059633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 3 Mar 2016 02:57:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r410001 - branches/2016Q1/security/nss/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2016 02:57:35 -0000 Author: jbeich Date: Thu Mar 3 02:57:33 2016 New Revision: 410001 URL: https://svnweb.freebsd.org/changeset/ports/410001 Log: MFH: r410000 security/nss: unbreak build on 9.x after r409978 Drop -ansi as it often breaks build e.g., C++-style comments in C code. secasn1d.c: In function 'sec_asn1d_parse_leaf': secasn1d.c:1611: error: expected expression before '/' token secasn1d.c:1622: error: expected expression before '/' token secasn1d.c:1629: error: expected expression before '/' token secasn1d.c:1621: warning: unused variable 'len_in_bits' Reported by: pkg-fallout Pointy hat: jbeich Approved by: ports-secteam bustage fix blanket Added: branches/2016Q1/security/nss/files/patch-bug1250891 - copied unchanged from r410000, head/security/nss/files/patch-bug1250891 Modified: Directory Properties: branches/2016Q1/ (props changed) Copied: branches/2016Q1/security/nss/files/patch-bug1250891 (from r410000, head/security/nss/files/patch-bug1250891) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/security/nss/files/patch-bug1250891 Thu Mar 3 02:57:33 2016 (r410001, copy of r410000, head/security/nss/files/patch-bug1250891) @@ -0,0 +1,38 @@ +# Drop poisonous -ansi from default *BSD flags + +diff --git a/coreconf/FreeBSD.mk b/coreconf/FreeBSD.mk +--- coreconf/FreeBSD.mk ++++ coreconf/FreeBSD.mk +@@ -21,7 +21,7 @@ ifeq ($(CPU_ARCH),amd64) + CPU_ARCH = x86_64 + endif + +-OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK ++OS_CFLAGS = $(DSO_CFLAGS) -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK + + DSO_CFLAGS = -fPIC + DSO_LDOPTS = -shared -Wl,-soname -Wl,$(notdir $@) +diff --git a/coreconf/NetBSD.mk b/coreconf/NetBSD.mk +--- coreconf/NetBSD.mk ++++ coreconf/NetBSD.mk +@@ -26,7 +26,7 @@ else + DLL_SUFFIX = so.1.0 + endif + +-OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -Wno-switch -pipe -DNETBSD -Dunix -DHAVE_STRERROR -DHAVE_BSD_FLOCK ++OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -Wall -Wno-switch -pipe -DNETBSD -Dunix -DHAVE_STRERROR -DHAVE_BSD_FLOCK + + OS_LIBS = -lcompat + +diff --git a/coreconf/OpenBSD.mk b/coreconf/OpenBSD.mk +--- coreconf/OpenBSD.mk ++++ coreconf/OpenBSD.mk +@@ -26,7 +26,7 @@ endif + + DLL_SUFFIX = so.1.0 + +-OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -Wno-switch -pipe -DOPENBSD ++OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -Wall -Wno-switch -pipe -DOPENBSD + + OS_LIBS = + From owner-svn-ports-branches@freebsd.org Thu Mar 3 10:01:11 2016 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 898E3A935C6; Thu, 3 Mar 2016 10:01:11 +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 570FCA12; Thu, 3 Mar 2016 10:01:11 +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 u23A1Aw6086078; Thu, 3 Mar 2016 10:01:10 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u23A1AYX086077; Thu, 3 Mar 2016 10:01:10 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603031001.u23A1AYX086077@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, 3 Mar 2016 10:01:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r410019 - branches/2016Q1/databases/libzdb 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.21 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, 03 Mar 2016 10:01:11 -0000 Author: rakuco Date: Thu Mar 3 10:01:10 2016 New Revision: 410019 URL: https://svnweb.freebsd.org/changeset/ports/410019 Log: Partially revert r409952. Switch back to USE_SQLITE=3 instead of USES=sqlite because the 2016Q1 branch does not support the latter. PR: 203424 Approved by: portmgr (antoine) Modified: branches/2016Q1/databases/libzdb/Makefile Modified: branches/2016Q1/databases/libzdb/Makefile ============================================================================== --- branches/2016Q1/databases/libzdb/Makefile Thu Mar 3 09:35:59 2016 (r410018) +++ branches/2016Q1/databases/libzdb/Makefile Thu Mar 3 10:01:10 2016 (r410019) @@ -29,7 +29,7 @@ MYSQL_CONFIGURE_OFF= --without-mysql PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-postgresql=${LOCALBASE}/bin/pg_config PGSQL_CONFIGURE_OFF= --without-postgresql -SQLITE_USES= sqlite +SQLITE_USE= sqlite=3 SQLITE_CONFIGURE_ON= --with-sqlite=${LOCALBASE} SQLITE_CONFIGURE_OFF= --without-sqlite SSL_USE= openssl=yes From owner-svn-ports-branches@freebsd.org Thu Mar 3 13:59:35 2016 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 674E4A932DF; Thu, 3 Mar 2016 13:59:35 +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 34E39810; Thu, 3 Mar 2016 13:59:35 +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 u23DxYAA060592; Thu, 3 Mar 2016 13:59:34 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u23DxYjv060591; Thu, 3 Mar 2016 13:59:34 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201603031359.u23DxYjv060591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 3 Mar 2016 13:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r410040 - branches/2016Q1/security/openssl X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.21 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, 03 Mar 2016 13:59:35 -0000 Author: feld Date: Thu Mar 3 13:59:33 2016 New Revision: 410040 URL: https://svnweb.freebsd.org/changeset/ports/410040 Log: MFH: r410039 security/openssl: Revert disabling of SSLv2 and MD2 Disabling SSLv2 without a shared library bump has a visible impact to some applications. It is unclear at this time if disabling MD2 could cause the same issues, but both are being reverted at the moment to be safe. PR: 195796 Approved by: ports-secteam (with hat) Modified: branches/2016Q1/security/openssl/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/openssl/Makefile ============================================================================== --- branches/2016Q1/security/openssl/Makefile Thu Mar 3 13:58:50 2016 (r410039) +++ branches/2016Q1/security/openssl/Makefile Thu Mar 3 13:59:33 2016 (r410040) @@ -4,7 +4,7 @@ PORTNAME= openssl PORTVERSION= 1.0.2 DISTVERSIONSUFFIX= g -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ @@ -23,7 +23,7 @@ LICENSE= OpenSSL LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= SHARED THREADS I386 SSE2 ASM PADLOCK ZLIB GMP SCTP SSL2 SSL3 RFC3779 MD2 RC5 EXPCIPHERS DOCS MAN3 -OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL3 MAN3 +OPTIONS_DEFAULT=SHARED THREADS SSE2 SCTP SSL2 SSL3 MD2 MAN3 .for a in amd64 ia64 OPTIONS_DEFINE_${a}= EC OPTIONS_DEFAULT_${a}= EC From owner-svn-ports-branches@freebsd.org Sat Mar 5 11:48:36 2016 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 BFCAD9DA725; Sat, 5 Mar 2016 11:48:36 +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 818CDA5C; Sat, 5 Mar 2016 11:48:36 +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 u25BmZr4092014; Sat, 5 Mar 2016 11:48:35 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u25BmZZK092013; Sat, 5 Mar 2016 11:48:35 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603051148.u25BmZZK092013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 5 Mar 2016 11:48:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r410170 - branches/2016Q1/textproc/dblatex 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.21 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, 05 Mar 2016 11:48:37 -0000 Author: rakuco Date: Sat Mar 5 11:48:35 2016 New Revision: 410170 URL: https://svnweb.freebsd.org/changeset/ports/410170 Log: MFH: r410097 Make print/tex-dvipsk a runtime dependency. Two reasons for this: 1. Document builds can fail without it even when using pdftex. From dblatex -d -D: Build uwm-pc-user-guide.pdf pdflatex failed Unexpected error occured Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/dbtexmf/core/dbtex.py", line 332, in compile donefiles = self._compile() File "/usr/local/lib/python2.7/site-packages/dbtexmf/core/dbtex.py", line 400, in _compile self.make_bin() File "/usr/local/lib/python2.7/site-packages/dbtexmf/core/dbtex.py", line 317, in make_bin batch=self.texbatch) File "/usr/local/lib/python2.7/site-packages/dbtexmf/dblatex/runtex.py", line 113, in compile self.texer.compile(texfile) File "/usr/local/lib/python2.7/site-packages/dbtexmf/dblatex/grubber/texbuilder.py", line 73, in compile raise OSError("%s compilation failed" % self.tex.program) OSError: pdflatex compilation failed /tmp/tmpe0bJK0 not removed From tail -n 11 /tmp/tmpe0bJK0/uwm-pc-user-guide.log: Here is how much of TeX's memory you used: 22571 strings out of 493117 331796 string characters out of 6138550 659827 words of memory out of 5000000 19593 multiletter control sequences out of 15000+600000 89643 words of font info for 150 fonts, out of 8000000 for 9000 1141 hyphenation exceptions out of 8191 48i,21n,51p,484b,2429s stack positions out of 5000i,2500n,10000p,300000b,80000s !pdfTeX error: pdflatex (file 8r.enc): cannot open encoding file for reading ==> Fatal error occurred, no output PDF file produced! 2. dvips is a valid backend to specify with dblatex -b. PR: 201592 Submitted by: Jason Bacon Approved by: portmgr (miwi) Modified: branches/2016Q1/textproc/dblatex/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/textproc/dblatex/Makefile ============================================================================== --- branches/2016Q1/textproc/dblatex/Makefile Sat Mar 5 11:00:28 2016 (r410169) +++ branches/2016Q1/textproc/dblatex/Makefile Sat Mar 5 11:48:35 2016 (r410170) @@ -3,6 +3,7 @@ PORTNAME= dblatex PORTVERSION= 0.3.6 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -15,7 +16,7 @@ RUN_DEPENDS= xsltproc:${PORTSDIR}/textpr USES= tar:bzip2 python:2 USE_PYTHON= distutils autoplist -USE_TEX= tex +USE_TEX= dvipsk:run tex NO_ARCH= yes PYDISTUTILS_INSTALLARGS+= --catalogs=${LOCALBASE}/share/xml/catalog.ports From owner-svn-ports-branches@freebsd.org Sat Mar 5 21:38:15 2016 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 A0F20A9262A; Sat, 5 Mar 2016 21:38:15 +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 73677AA0; Sat, 5 Mar 2016 21:38:15 +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 u25LcEoR075568; Sat, 5 Mar 2016 21:38:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u25LcEIl075566; Sat, 5 Mar 2016 21:38:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603052138.u25LcEIl075566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 5 Mar 2016 21:38:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r410212 - branches/2016Q1/graphics/graphite2 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.21 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, 05 Mar 2016 21:38:15 -0000 Author: jbeich Date: Sat Mar 5 21:38:14 2016 New Revision: 410212 URL: https://svnweb.freebsd.org/changeset/ports/410212 Log: MFH: r410185 graphics/graphite2: update to 1.3.6 PR: 207686 Reviewed by: tijl Approved by: ports-secteam (feld) Modified: branches/2016Q1/graphics/graphite2/Makefile branches/2016Q1/graphics/graphite2/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/graphics/graphite2/Makefile ============================================================================== --- branches/2016Q1/graphics/graphite2/Makefile Sat Mar 5 20:39:49 2016 (r410211) +++ branches/2016Q1/graphics/graphite2/Makefile Sat Mar 5 21:38:14 2016 (r410212) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= graphite2 -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= graphics print MASTER_SITES= SF/silgraphite/${PORTNAME} +DISTFILES= graphite-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= office@FreeBSD.org COMMENT= Rendering capabilities for complex non-Roman writing systems Modified: branches/2016Q1/graphics/graphite2/distinfo ============================================================================== --- branches/2016Q1/graphics/graphite2/distinfo Sat Mar 5 20:39:49 2016 (r410211) +++ branches/2016Q1/graphics/graphite2/distinfo Sat Mar 5 21:38:14 2016 (r410212) @@ -1,2 +1,2 @@ -SHA256 (graphite2-1.3.5.tgz) = f4712626eda0a1804367133460770560b545bbe75b1c4aab480c9b8e4e1c64bd -SIZE (graphite2-1.3.5.tgz) = 3880214 +SHA256 (graphite-1.3.6.tgz) = 475e7657ac606ed8805518031729c1273cf7d9d422169ac6f7882e01d832af75 +SIZE (graphite-1.3.6.tgz) = 3881106 From owner-svn-ports-branches@freebsd.org Sat Mar 5 22:23:13 2016 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 D69199DA5EF; Sat, 5 Mar 2016 22:23:13 +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 8C30DF02; Sat, 5 Mar 2016 22:23:13 +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 u25MNCJP090420; Sat, 5 Mar 2016 22:23:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u25MNCuU090418; Sat, 5 Mar 2016 22:23:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603052223.u25MNCuU090418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 5 Mar 2016 22:23:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r410214 - branches/2016Q1/emulators/ppsspp 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.21 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, 05 Mar 2016 22:23:13 -0000 Author: jbeich Date: Sat Mar 5 22:23:12 2016 New Revision: 410214 URL: https://svnweb.freebsd.org/changeset/ports/410214 Log: MFH: r410213 emulators/ppsspp: minor manpage update - Added --fullscreen parameter in man page Approved by: ports-secteam (feld) Modified: branches/2016Q1/emulators/ppsspp/Makefile branches/2016Q1/emulators/ppsspp/distinfo Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/emulators/ppsspp/Makefile ============================================================================== --- branches/2016Q1/emulators/ppsspp/Makefile Sat Mar 5 21:44:22 2016 (r410213) +++ branches/2016Q1/emulators/ppsspp/Makefile Sat Mar 5 22:23:12 2016 (r410214) @@ -3,10 +3,10 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.1.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators # XXX Get from Debian once #697821 lands -MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/1/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage +MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage DISTFILES= ${PORTNAME}.1:manpage EXTRACT_ONLY= ${DISTFILES:N*\:manpage:C/:.*//} Modified: branches/2016Q1/emulators/ppsspp/distinfo ============================================================================== --- branches/2016Q1/emulators/ppsspp/distinfo Sat Mar 5 21:44:22 2016 (r410213) +++ branches/2016Q1/emulators/ppsspp/distinfo Sat Mar 5 22:23:12 2016 (r410214) @@ -1,5 +1,5 @@ -SHA256 (ppsspp.1) = 8e335555393a6400c97d5f6d23798af801f88b909181bb5af676dfdcb4f8f8be -SIZE (ppsspp.1) = 1507 +SHA256 (ppsspp.1) = 64a7cca4c3a5fc6ad5b63399edef9056b0c85ea68fed00fb7e97f4b2724e503b +SIZE (ppsspp.1) = 1598 SHA256 (hrydgard-ppsspp-v1.1.1_GH0.tar.gz) = 4bcd1cc1b3b1f50f5ebbde8dfd47aceffebc07624c03ea651e80c87ce5f68cc8 SIZE (hrydgard-ppsspp-v1.1.1_GH0.tar.gz) = 14771667 SHA256 (hrydgard-ppsspp-lang-c0db1fc_GH0.tar.gz) = 0eb8e2a076e3d1920a76420e1f6d470d8b34a5eba227a744e0828fa7602192bd