From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x732.google.com (mail-qk1-x732.google.com [IPv6:2607:f8b0:4864:20::732]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 469CB1F5AE for ; Wed, 21 Apr 2021 15:13:11 +0000 (UTC) Received: by mail-qk1-x732.google.com with SMTP id e13so33271438qkl.6 for ; Wed, 21 Apr 2021 08:13:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-disposition; bh=JXPediQmIdF2tmjbihso8n/KEIQGg5ta2pMIPzGhanA=; b=TBMQr+HavEuYfvf/5XsyN2q+Hv+RMdupHuPLkJwfEQNytOm3qBWZ0Jq3ybT7VKbfV7 AWCiHadY4qvmBIzFbDek2nO3KaSs8gpF1nCpeTl84Ryf9eewy5wwefF6kymLq9JzRUqy CZJf9DPA5o3CD1bXKZJMlTYgmz1FffhyQPRpA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :mime-version:content-disposition; bh=JXPediQmIdF2tmjbihso8n/KEIQGg5ta2pMIPzGhanA=; b=ev7SFSPhsmhwsHt3iypHA+GY5AQCVLlleFiMFuv7psbUSPDiwD9MQWGtX/Piw6rzCk /NKj4CHU+eABJJ13tEueAoV4wT0Z6vxdW+D/0ZjCuzKWOk+DUX4sZADR6tfiqTmP9jko ybpzjbIQrNrTNaBupnu2e8mMPcsEksIZWp4Pvcds2pO1HXJecgBcF+dDw6SLJNL7gr2N AWiTEMOIS46ZpF3ZUg9zu8bq/2gDimBKSESj7peQXqSA1lCidd4cIVVy5s+Omm3qd3NF iVYX9TF1jv8tFbtL31ENeB+Nc59/j4f2rdt+ms9QWT0K54F3PBmmODMIRfalaQN2Yxo0 FW8A== X-Gm-Message-State: AOAM530HxMM0ogACXFZsjXR8xX5wOvZMvZPXrz3RoIYlvtSTC9YFOS5X ZglrvzdpeebrX6I5putlPCM2bOsCqhlc2veW X-Google-Smtp-Source: ABdhPJxbCFz1saHytJgEDvWT2feHBkd56DILhqiJEygJAI0vTAdsHwzdcNaggKhvqDkMwYgMpZl7yA== X-Received: by 2002:ae9:f20d:: with SMTP id m13mr22737313qkg.434.1619017989940; Wed, 21 Apr 2021 08:13:09 -0700 (PDT) Received: from nitro.local (bras-base-mtrlpq5031w-grc-32-216-209-220-18.dsl.bell.ca. [216.209.220.18]) by smtp.gmail.com with ESMTPSA id k126sm2331619qkb.4.2021.04.21.08.13.09 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Apr 2021 08:13:09 -0700 (PDT) Date: Wed, 21 Apr 2021 11:13:08 -0400 From: Konstantin Ryabitsev To: meta@public-inbox.org Subject: newer xapian and git packages for CentOS7 Message-ID: <20210421151308.yz5hzkgm75klunpe@nitro.local> Mail-Followup-To: meta@public-inbox.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: Sending a quick note here since this can be of interest to others. If you want to run public-inbox on CentOS-7 with newer git and xapian, you can use the following packages I am maintaining: https://copr.fedorainfracloud.org/coprs/icon/lfit/packages/ To enable on your system: yum install yum-plugin-copr yum copr enable icon/lfit # if you don't already have git and xapian installed: yum install git231-core xapian14-core # if you already do, you'll need yum-plugin-replace from ius: # https://ius.io/setup#rhelcentos-7 yum replace git --replace-with git231 yum replace xapian-core --replace-with xapian14-core -K