X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:from:to:date:message-id:subject; q= dns; s=default; b=uosclx27v0N5WkoY+LzYhYccFHB4kJ2XmTGfX1l19knhJi eZb1Gb5ufxvw8ar2Lj2g+mddRoBwf0A6M/1mXUtJY4VvKrMjek+xObqhmqSjMnSQ sUUJVc6EC9OfiJqYJPTrG19T3cu4HbL/lN8UzbvoXxWUTT88FkIZugkUZA2Rk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:from:to:date:message-id:subject; s= default; bh=/WEiMqwgFXLxEuUa/iJXHdRCuBQ=; b=YOGEvx9Ic2Hu39PPjPYt AfWx02hayCKfo8f3naltkvXvAGZKPeM1A7Rk3yrgbsCUe19IJiSN5Od0ZLkRX+jT NlcosAc2VMGrdFeC9/BIbdoLGUN/DtmPWotNeQxOsvvOymeI7QjNONrvbbq0T+EP XBNahkAtkoRZDhUR/F6mnQU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KAM_NUMSUBJECT autolearn=no version=3.3.2 spammy=Apps, HX-HELO:sk:localho X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Mailbox-Line: From cygwin-announce-cygport-0.31.0-1 Tue Feb 27 02:43:19 2018 From: Yaakov Selkowitz To: cygwin AT cygwin DOT com Date: Tue, 27 Feb 2018 02:43:19 -0600 Message-Id: Subject: [ANNOUNCEMENT] cygport 0.31.0-1 X-IsSubscribed: yes 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 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple