From owner-freebsd-ports@freebsd.org Sun Aug 9 07:49:22 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D63B73AFC68 for ; Sun, 9 Aug 2020 07:49:22 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BPWSy5N3Gz3XVP for ; Sun, 9 Aug 2020 07:49:22 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id B57143AFB46; Sun, 9 Aug 2020 07:49:22 +0000 (UTC) Delivered-To: ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B4FBE3AFAE4; Sun, 9 Aug 2020 07:49:22 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BPWSy4Kv2z3XSD; Sun, 9 Aug 2020 07:49:22 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f170.google.com (mail-yb1-f170.google.com [209.85.219.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 729E427448; Sun, 9 Aug 2020 07:49:22 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f170.google.com with SMTP id y134so3465983yby.2; Sun, 09 Aug 2020 00:49:22 -0700 (PDT) X-Gm-Message-State: AOAM531/3t6YFdyznK0psE1IG6K+VQZ3xix+a1D+aD/tztuVy5Y8RwCj bLVyHQPJfxhaTBjdrWXbTceA2uMbtkY6lPtnjqM= X-Google-Smtp-Source: ABdhPJzb5z9KEjvSWwEzrrHAlJyq0vYX3dYeRX9L8enDhFr6wykTxMQHhLbH2acb8mEGgJp3FldP1pMGlMtlr/ORnhY= X-Received: by 2002:a5b:602:: with SMTP id d2mr32784908ybq.451.1596959361737; Sun, 09 Aug 2020 00:49:21 -0700 (PDT) MIME-Version: 1.0 References: <1a608f4b-ae7c-4c00-b280-c85e6c3d20f2@Canary> <74a64c09-6c52-458b-8d9f-fb1b161044b4@Canary> <20200728132530.GA4303@home.opsec.eu> In-Reply-To: <20200728132530.GA4303@home.opsec.eu> From: Li-Wen Hsu Date: Sun, 9 Aug 2020 15:49:08 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: LibreOffice 7.0 call for testing To: office Cc: FreeBSD Ports , Kurt Jaeger Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2020 07:49:22 -0000 On Tue, Jul 28, 2020 at 9:25 PM Kurt Jaeger wrote: > > Hi! > > > Pre-built packages for 11 and 12 amd64 are available at > > https://people.freebsd.org/~lwhsu/libreoffice/ 7.0.0 is officially released, thanks fluffy again for updating the WIP repository: https://lists.freebsd.org/pipermail/freebsd-office/2020-July/005822.html The pre-built packages for 11, 12, 13 amd64 are available at the same place. Please help test. We plan to commit the 7.0.0 update soon. > The downloads seems to have problems: > > fetch https://people.freebsd.org/~lwhsu/libreoffice/12_amd64/libreoffice-7.0.0.2.txz > libreoffice-7.0.0.2.txz 9% of 109 MB 3126 kBps 37s > fetch: libreoffice-7.0.0.2.txz appears to be truncated: 10934724/114563696 bytes > > fetch https://people.freebsd.org/~lwhsu/libreoffice/12_amd64/libreoffice-7.0.0.2.txz > libreoffice-7.0.0.2.txz 13% of 109 MB 3492 kBps 26s > fetch: libreoffice-7.0.0.2.txz appears to be truncated: 14944401/114563696 bytes Haven't had a chance to look into this, it might be related to the reverse proxy in the front of the web server. I'm trying to identify the issue and fix it. Li-Wen