From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751585AbbBLVk4 (ORCPT ); Thu, 12 Feb 2015 16:40:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55277 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751199AbbBLVky (ORCPT ); Thu, 12 Feb 2015 16:40:54 -0500 From: Paul Moore To: libseccomp@googlegroups.com, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: ANN: libseccomp v2.2.0 released Date: Thu, 12 Feb 2015 16:40:51 -0500 Message-ID: <6143762.g4BTK3eOEQ@sifl> Organization: Red Hat User-Agent: KMail/4.14.3 (Linux/3.16.7-gentoo; KDE/4.14.3; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We've just released a new version of libseccomp, libseccomp version 2.2.0. The libseccomp library provides an easy to use, platform independent interface to the Linux enhanced syscall filtering mechanism that was first introduced in Linux 3.5. * https://github.com/seccomp/libseccomp/releases/tag/v2.2.0 This new version of libseccomp builds upon the previous release and should be a drop-in replacement for the 2.x releases. All users are encouraged to upgrade to the new version at their earliest convenience. Changes in the 2.2.0 release include: * Migrated the build system to autotools * Added support for the aarch64 architecture * Added support for the mips, mips64, and mips64n32 architectures * Added support for the new seccomp() syscall and thread sync * Added Python bindings * Updated the internal syscall tables to Linux v3.19 * Added documentation to help contributors wishing to submit patches * Numerous minor bug fixes In addition, the libseccomp project has migrated away from SourceForge and to a combination of Github and Google Groups, please use the new git repository and mailing list: * https://github.com/seccomp/libseccomp * https://groups.google.com/d/forum/libseccomp Finally, thank you to everyone who has submitted suggestions, provided testing help, and contributed patches to the project. -- paul moore security @ redhat