compat-cyrus-sasl: New package.
Message ID | 1461748733-24090-1-git-send-email-stefan.schantl@ipfire.org |
---|---|
State | Accepted |
Commit | 4395261414211e079dbb451d469ca615fc8097ac |
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 DE78962864 for <patchwork@ipfire.org>; Wed, 27 Apr 2016 11:19:19 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 1CECE1800; Wed, 27 Apr 2016 11:19:19 +0200 (CEST) Received: from tuxedo.stevee (77.119.131.73.wireless.dyn.drei.com [77.119.131.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id CBE3CA5C; Wed, 27 Apr 2016 11:19:13 +0200 (CEST) From: Stefan Schantl <stefan.schantl@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] compat-cyrus-sasl: New package. Date: Wed, 27 Apr 2016 11:18:53 +0200 Message-Id: <1461748733-24090-1-git-send-email-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.5.5 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
Stefan Schantl
April 27, 2016, 7:18 p.m. UTC
As a result of a *.so bump in the latest cyrus-sasl package
and binaries wich are still linked against the old version
we have to create a compatibility package to cover this
bump.
Fixes #10892.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
compat-cyrus-sasl/compat-cyrus-sasl.nm | 74 ++++++++++++++++++++++
.../patches/cyrus-sasl-2.1.23-db5.patch | 22 +++++++
2 files changed, 96 insertions(+)
create mode 100644 compat-cyrus-sasl/compat-cyrus-sasl.nm
create mode 100644 compat-cyrus-sasl/patches/cyrus-sasl-2.1.23-db5.patch