From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71243 invoked by alias); 27 Feb 2018 08:55:49 -0000 Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com Received: (qmail 70940 invoked by uid 89); 27 Feb 2018 08:55:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=H*Ad:U*cygwin-announce, HTo:U*cygwin-announce, Apps X-HELO: mx1.redhat.com X-Mailbox-Line: From cygwin-announce-cygport-0.31.0-1 Tue Feb 27 02:43:19 2018 From: Yaakov Selkowitz To: cygwin-announce@cygwin.com Date: Tue, 27 Feb 2018 08:55:00 -0000 Message-Id: <20180227024319.8704-1-yselkowitz@cygwin.com> Subject: cygport 0.31.0-1 X-SW-Source: 2018-02/txt/msg00053.txt.bz2 The following packages have been uploaded to the Cygwin distribution: * cygport-0.31.0-1 cygport is the standard method for building and maintaining packages for the Cygwin distribution. This release includes some new features: * CMake-based builds use Ninja instead of Unix Makefiles to compile if the default src_compile() functions are used. Otherwise, Unix Makefiles will still be used to avoid breaking API; however, if you use the default src_compile() but a custom src_install(), then you will have to change your .cygport file. The value of CYGCMAKE_GENERATOR overrides the default. * Cross-compiling with Meson uses the system cross files; this requires the latest Meson 0.44.1. * Compiler flags for enabling Stack Smashing Protection and Object Size Checking guards have been added to the default CFLAGS/etc., except when cross-compiling to MinGW. This requires Cygwin 2.10. * The LLVM tools will be used, if present, for stripping binaries and detecting DLL dependencies, as they tend to be faster than Binutils. Jon Turney (1): Produce obsoletes: headers in .hint files Yaakov Selkowitz (15): prepstrip: use LLVM toolchain where available Add Message-Id to announcements cmake: support and use Ninja generator kde4: use Ninja cmake generator by default kf5: use Ninja cmake generator by default qt4-cmake: use Ninja cmake generator by default meson: fix installation of i686-w64-mingw32 specs Add security flags to CFLAGS cross: remove SSP flags from CFLAGS for MinGW meson: use system cross files kf5: separate kf5_cmake command, redefine kf5_compile kde4: update kde-l10n pruning for Apps 17.12 deprecation list_deps: use LLVM tools if present Update gnuconfig Bump version to 0.31.0 -- Yaakov