From patchwork Tue Nov 20 11:10:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Drung X-Patchwork-Id: 10690285 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 629D21869 for ; Tue, 20 Nov 2018 11:17:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 538D4295C3 for ; Tue, 20 Nov 2018 11:17:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4755D29A18; Tue, 20 Nov 2018 11:17:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 376552A7F8 for ; Tue, 20 Nov 2018 11:17:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728750AbeKTVpo (ORCPT ); Tue, 20 Nov 2018 16:45:44 -0500 Received: from mx1.ionos.com ([46.16.72.21]:41026 "EHLO mx1.ionos.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728764AbeKTVpo (ORCPT ); Tue, 20 Nov 2018 16:45:44 -0500 Received: from mail.pb.local (mail.pb.local [192.168.178.100]) by mx1.ionos.com (Postfix) with ESMTP id 174FA5F981 for ; Tue, 20 Nov 2018 11:10:25 +0000 (UTC) Received: from konstrukt.pb.local (konstrukt.pb.local [192.168.88.20]) by mail.pb.local (Postfix) with SMTP id 85F3F3FF1D; Tue, 20 Nov 2018 12:10:15 +0100 (CET) Received: (nullmailer pid 17928 invoked by uid 1000); Tue, 20 Nov 2018 11:10:15 -0000 From: Benjamin Drung To: linux-rdma@vger.kernel.org Cc: Benjamin Drung Subject: [PATCH rdma-core 4/5] debian: Add Debian uploads up to version 21.0-1 Date: Tue, 20 Nov 2018 12:10:05 +0100 Message-Id: <20181120111006.16643-5-benjamin.drung@cloud.ionos.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181120111006.16643-1-benjamin.drung@cloud.ionos.com> References: <20181120111006.16643-1-benjamin.drung@cloud.ionos.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP rdma-core 17.0-1 up to 21.0-1 were uploaded to Debian unstable. Include the changelogs from these uploads and update the timestamp from the top commit. Signed-off-by: Benjamin Drung --- debian/changelog | 76 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 75 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index dcd36788..966e26d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,81 @@ rdma-core (22.0-1) unstable; urgency=medium * New upstream release. - -- Jason Gunthorpe Thu, 15 Feb 2018 12:06:48 +0100 + -- Jason Gunthorpe Tue, 20 Nov 2018 12:00:59 +0100 + +rdma-core (21.0-1) unstable; urgency=medium + + * New upstream release. + - Drop ibacm sysV init script to avoid issues with the sysV to systemd + wrapper starting the service instead of the socket (LP: #1794825) + - Include static libraries in the build + * Update private libibverbs symbols + * Specify Build-Depends-Package in symbols + + -- Benjamin Drung Tue, 20 Nov 2018 11:49:25 +0100 + +rdma-core (20.0-1) unstable; urgency=medium + + * New upstream release. + - Switch from net-tools to iproute2 for rxe_cfg + - Install pkg-config files + * Update libibverbs symbols and let libibverbs1 break ibverbs-providers < 20~ + * Drop all patches (accepted upstream) + * Bump Standards-Version to 4.2.1 (no changes needed) + + -- Benjamin Drung Mon, 10 Sep 2018 11:23:11 +0200 + +rdma-core (19.0-1) unstable; urgency=medium + + * New upstream release. + * Switch to debhelper 11 + * Add patch to fix bad whatis entries in man pages + + -- Benjamin Drung Thu, 28 Jun 2018 15:01:27 +0200 + +rdma-core (18.1-1) unstable; urgency=medium + + * New upstream bugfix release. + * Drop all patches (applied upstream) + + -- Benjamin Drung Tue, 12 Jun 2018 11:53:44 +0200 + +rdma-core (18.0-1) unstable; urgency=medium + + * New upstream release. + * Update private libibverbs symbols and let libibverbs1 break + ibverbs-providers < 18~ + * Fix bad whatis entries in man pages + * Fix spelling mistakes in ibv_create_flow_action.3 man page + * Use versioned Breaks & Replaces for ibverbs-providers to make it + multi-arch coinstallable (Closes: #898055) + + -- Benjamin Drung Mon, 07 May 2018 13:40:40 +0200 + +rdma-core (17.1-2) unstable; urgency=medium + + * Support for new architecture riscv64 (Closes: #894995) by + - Whitelist (instead of blacklist) architectures that support valgrind + - Whitelist (instead of blacklist) coherent DMA supporting architectures + * Bump Standards-Version to 4.1.4 (no changes needed) + + -- Benjamin Drung Mon, 30 Apr 2018 19:01:44 +0200 + +rdma-core (17.1-1) unstable; urgency=medium + + * New upstream bugfix release. + + -- Benjamin Drung Mon, 19 Mar 2018 13:32:31 +0100 + +rdma-core (17.0-1) unstable; urgency=medium + + * New upstream release + - Remove the obsolete libibcm library + * Update private libibverbs symbols and let libibverbs1 break + ibverbs-providers < 17~ + * Update copyright for kernel-headers directory + + -- Benjamin Drung Mon, 19 Feb 2018 12:47:42 +0100 rdma-core (16.2-1) unstable; urgency=medium