From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79EFE139694 for ; Tue, 25 Jul 2017 17:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDC6CE0E83; Tue, 25 Jul 2017 17:42:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DBBEE0E83 for ; Tue, 25 Jul 2017 17:42:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95E433417D1 for ; Tue, 25 Jul 2017 17:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CF26291E for ; Tue, 25 Jul 2017 17:42:37 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1501004543.5e6d4dbf947c0fa2ca5a597dcf86dffc34ea2631.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/openldap/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nds/openldap/files/openldap-2.4.45-fix-lmpasswd-gnutls-symbols.patch X-VCS-Directories: net-nds/openldap/files/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 5e6d4dbf947c0fa2ca5a597dcf86dffc34ea2631 X-VCS-Branch: master Date: Tue, 25 Jul 2017 17:42:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: da23c86a-4f11-4b5a-93ee-7cbcd34e0c27 X-Archives-Hash: c7c491630aa62cad545429257753704c commit: 5e6d4dbf947c0fa2ca5a597dcf86dffc34ea2631 Author: Matthew Thode gentoo org> AuthorDate: Tue Jul 25 17:42:04 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Tue Jul 25 17:42:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6d4dbf net-nds/openldap: fix bug 622460 in place, build error Package-Manager: Portage-2.3.6, Repoman-2.3.3 .../openldap/files/openldap-2.4.45-fix-lmpasswd-gnutls-symbols.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-nds/openldap/files/openldap-2.4.45-fix-lmpasswd-gnutls-symbols.patch b/net-nds/openldap/files/openldap-2.4.45-fix-lmpasswd-gnutls-symbols.patch index 0859d53caef..29688fcb14c 100644 --- a/net-nds/openldap/files/openldap-2.4.45-fix-lmpasswd-gnutls-symbols.patch +++ b/net-nds/openldap/files/openldap-2.4.45-fix-lmpasswd-gnutls-symbols.patch @@ -19,7 +19,7 @@ X-Debian-Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=245341 + +typedef const void* des_key; +typedef unsigned char DES_cblock[8]; -+typedef des_cblock des_data_block; ++typedef DES_cblock des_data_block; +typedef int DES_key_schedule; /* unused */ +typedef DES_key_schedule des_context; /* unused */ +#define des_failed(encrypted) 0