libdb: Update to 6.1.26
Message ID | 1460014732-29048-1-git-send-email-alexander.marx@ipfire.org |
---|---|
State | Accepted |
Commit | 4d95524bcc537639bb0885ee6ff135d0942c68a8 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id B095A62784 for <patchwork@ipfire.org>; Thu, 7 Apr 2016 09:39:03 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id DDD8E4400; Thu, 7 Apr 2016 09:39:02 +0200 (CEST) Received: from ipfire.localdomain.localdomain (ip1f126212.dynamic.kabel-deutschland.de [31.18.98.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 76E16C20; Thu, 7 Apr 2016 09:38:58 +0200 (CEST) From: Alexander Marx <alexander.marx@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] libdb: Update to 6.1.26 Date: Thu, 7 Apr 2016 09:38:52 +0200 Message-Id: <1460014732-29048-1-git-send-email-alexander.marx@ipfire.org> X-Mailer: git-send-email 2.6.3 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Alexander Marx
April 7, 2016, 5:38 p.m. UTC
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
---
libdb/libdb.nm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Comments
Hi, I merged this and updated the compat-db package accordingly. http://git.ipfire.org/?p=ipfire-3.x.git;a=commitdiff;h=972881e665d8981a74b4adee2 a6557d054f52bf1 Please check if there are any compat packages first and either drop or replace old versions or update them to the previous version of the main package. Best, -Michael On Thu, 2016-04-07 at 09:38 +0200, Alexander Marx wrote: > Signed-off-by: Alexander Marx <alexander.marx@ipfire.org> > --- > libdb/libdb.nm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/libdb/libdb.nm b/libdb/libdb.nm > index 7c580f2..27e9534 100644 > --- a/libdb/libdb.nm > +++ b/libdb/libdb.nm > @@ -4,9 +4,9 @@ > ############################################################################# > ## > > name = libdb > -version_major = 5 > -version_minor = 3 > -version_patch = 28 > +version_major = 6 > +version_minor = 1 > +version_patch = 26 > version = %{version_major}.%{version_minor}.%{version_patch} > release = 1 > thisapp = db-%{version}