From patchwork Sun Mar 3 20:47:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2132 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id ACBEF88AE02 for ; Sun, 3 Mar 2019 09:47:24 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44ByxR2wmDz57J65; Sun, 3 Mar 2019 09:47:23 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1551606443; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references:list-id:list-unsubscribe:list-subscribe:list-post; bh=K8PLhbThuzqmXm6dhEWX+vLGgyYtrPE7XU2xOD/JJjw=; b=W8mWbYIb2j65h9T1/x73n+BeoZl2zViSpGNAk5O41TeWGpVDt6H9QYQU0J2+07wsRlBDYc gC91EQVMzO3svW2wpKRnHnKNU8pmo/GB2xiXTC1KvTgYKLjIIjcO89HXdEh2ERla4UOm/f jUwC5FXxjYxCkYpRJlybxLRt1KG4E49UPty08/V53ut36XvK+5rI0OYoZd9056HMUuhMN1 PixSDfLEDjeL574udIocQrQvOCUEB5FREUtqvI2f6sYiBWie4U0fSASMwhajelhS3IMyQa ITl0+MrZPmRHGFM2LKHirXrL1fv1t9xPiFsaXSxrIPNKD/bPtyHevkOQhcEA8Q== Received: from tuxedo.stevee (unknown [46.125.250.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 44ByxN2DmXz57HZw; Sun, 3 Mar 2019 09:47:20 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1551606440; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references; bh=K8PLhbThuzqmXm6dhEWX+vLGgyYtrPE7XU2xOD/JJjw=; b=lp4yV+yzbvaRlI24Z45q6BrWbTbrbP1XMf/dbIE29PQ9yhmKt1J7yaSkLsMSkI7FR3XVi7 yX28YiCvl+3oY927zbFt7+Owxp7Hau0Lk4cQLvLgY7e62UKfGQ/hRLeXu5276CjKIejmWC VuaWdazW/Fc5SBUn2jKJgcxlQVF8/Na9J4xrL8xSbhVwLoXZTAwUogoRC/mkRnlVFF04fi F6/SAcZ+J/yp4y4J0aKnxissF0g8r90gb8sRIojMl9ylz6oPx3rlcicz9AjiKAIU49l9eJ /m69PzQ6gQhC6H+vUSx18jIlq1FKsXSzepAYbXnuRfGeB1jcu6FDtxTAu/Mf3g== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] libcap-ng: Update to 0.7.9 Date: Sun, 3 Mar 2019 10:47:17 +0100 Message-Id: <20190303094717.27517-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Spam-Status: No, score=2.54 X-Rspamd-Server: mail01.i.ipfire.org Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-Spamd-Result: default: False [2.54 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_MISSING_CHARSET(2.50)[]; MIME_GOOD(-0.10)[text/plain]; BROKEN_CONTENT_TYPE(1.50)[]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-2.36)[-0.787,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8412, ipnet:46.124.0.0/15, country:AT]; RCVD_TLS_ALL(0.00)[] X-Spam-Level: ** X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" * Re-enabled testsuite Signed-off-by: Stefan Schantl --- libcap-ng/libcap-ng.nm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libcap-ng/libcap-ng.nm b/libcap-ng/libcap-ng.nm index 54e0e20a9..ddc640d06 100644 --- a/libcap-ng/libcap-ng.nm +++ b/libcap-ng/libcap-ng.nm @@ -4,7 +4,7 @@ ############################################################################### name = libcap-ng -version = 0.7.4 +version = 0.7.9 release = 1 groups = System/Libraries @@ -25,7 +25,9 @@ build python end - # The testsuite is broken by the package developers + test + make check + end end packages