Message ID | 20180208083917.16047-1-i@jhuang.me |
---|---|
Headers | show
Return-Path: <pacman-dev-bounces@archlinux.org> Delivered-To: patchwork@archlinux.org Received: from apollo.archlinux.org (localhost [127.0.0.1]) by apollo.archlinux.org (Postfix) with ESMTP id 19A5E20C4066 for <patchwork@archlinux.org>; Thu, 8 Feb 2018 08:39:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on apollo.archlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED=-2.3 autolearn=ham autolearn_force=no version=3.4.1 X-Spam-BL-Results: <dns:50.65.12.183.zen.spamhaus.org> [127.0.0.11] <dns:70.91.198.88.list.dnswl.org> [127.0.9.2] Received: from orion.archlinux.org (orion.archlinux.org [88.198.91.70]) by apollo.archlinux.org (Postfix) with ESMTPS for <patchwork@archlinux.org>; Thu, 8 Feb 2018 08:39:58 +0000 (UTC) Received: from orion.archlinux.org (localhost [127.0.0.1]) by orion.archlinux.org (Postfix) with ESMTP id 4C2D788640AD9; Thu, 8 Feb 2018 08:39:53 +0000 (UTC) Received: from luna.archlinux.org (luna.archlinux.org [5.9.250.164]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by orion.archlinux.org (Postfix) with ESMTPS; Thu, 8 Feb 2018 08:39:53 +0000 (UTC) Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id 3143C2B32C; Thu, 8 Feb 2018 08:39:53 +0000 (UTC) Authentication-Results: luna.archlinux.org; dkim=none Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id 5DF3E2077F for <pacman-dev@lists.archlinux.org>; Thu, 8 Feb 2018 08:39:50 +0000 (UTC) Received: from orion.archlinux.org (orion.archlinux.org [88.198.91.70]) by luna.archlinux.org (Postfix) with ESMTPS for <pacman-dev@lists.archlinux.org>; Thu, 8 Feb 2018 08:39:50 +0000 (UTC) Received: from orion.archlinux.org (localhost [127.0.0.1]) by orion.archlinux.org (Postfix) with ESMTP id 87C2488640AD5 for <pacman-dev@archlinux.org>; Thu, 8 Feb 2018 08:39:45 +0000 (UTC) Received: from smtpbgsg2.qq.com (smtpbgsg2.qq.com [54.254.200.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orion.archlinux.org (Postfix) with ESMTPS for <pacman-dev@archlinux.org>; Thu, 8 Feb 2018 08:39:44 +0000 (UTC) X-QQ-mid: bizesmtp16t1518079176t382aplb Received: from localhost.localdomain (unknown [183.12.65.50]) by esmtp4.qq.com (ESMTP) with id ; Thu, 08 Feb 2018 16:39:35 +0800 (CST) X-QQ-SSF: 00100000004000F0FF10000A0000000 X-QQ-FEAT: 3noLnNIVIX5mxGhQygFKgfMczHoedI+ES7ZXayoHLu6Hoj2jAGwg+vfHq12/I msj7aCkZXSmt2kJuGxIqNX/+Jzl3nFM72VmEsOPVqcP8VUP8E40shqeIStvkVaxN+znVMuB w80CKVqDK+NTdAwBIktZIxY+gE0GSqkF4lQfhziPWuVDHam8PS4ByA3HTSLIXjIPA16JrFv ph9Rc/OMDveXj8Kmh/Qb8QlxH3I1WRjds3RCAq8pl/evuF9oWh6zlBiJpsAPWpYwkNosnYZ lRmVfcnyxTj8Hs X-QQ-GoodBg: 0 From: =?utf-8?b?SHXDoW5nIErDuW5sacOgbmc=?= <i@jhuang.me> To: pacman-dev@archlinux.org Date: Thu, 8 Feb 2018 16:39:16 +0800 Message-Id: <20180208083917.16047-1-i@jhuang.me> X-Mailer: git-send-email 2.16.1 In-Reply-To: <i@jhuang.me> References: <i@jhuang.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:jhuang.me:qybgforeign:qybgforeign4 X-QQ-Bgrelay: 1 Subject: [pacman-dev] [PATCH 0/1] Fix libarchive 2 compatibility X-BeenThere: pacman-dev@archlinux.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussion list for pacman development <pacman-dev.archlinux.org> List-Unsubscribe: <https://lists.archlinux.org/options/pacman-dev>, <mailto:pacman-dev-request@archlinux.org?subject=unsubscribe> List-Archive: <https://lists.archlinux.org/pipermail/pacman-dev/> List-Post: <mailto:pacman-dev@archlinux.org> List-Help: <mailto:pacman-dev-request@archlinux.org?subject=help> List-Subscribe: <https://lists.archlinux.org/listinfo/pacman-dev>, <mailto:pacman-dev-request@archlinux.org?subject=subscribe> Reply-To: Discussion list for pacman development <pacman-dev@archlinux.org> Errors-To: pacman-dev-bounces@archlinux.org Sender: "pacman-dev" <pacman-dev-bounces@archlinux.org> |