From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id A998138582A1; Sat, 24 Feb 2024 12:14:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A998138582A1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708776853; bh=/a7VuSmaEtaR90UkvNKeVb8bVyadKX4c6AdNfYtBAkY=; h=From:To:Subject:Date:From; b=jlg8PtSQK7HT+jrVWdgqd4PURSrhEXdLklL/FQhcHYVEL+ta3wlkIW3uQFpDiSN7b kstpT5tCpzpXYNMkJ6Uxp2kUggaucqRF9C+vRlV+6M72mg+vBMML52xQeBy6ONfxtj E/BI11Afxz28zyF+ZiEPuzYOa53o4vNwSmAsGsvA= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: add newgrp release notes X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/main X-Git-Oldrev: 0e3bb302dec35e79dc778c3bcd213e063335b67c X-Git-Newrev: 388da83dce0477bdb91ec8f77691aaa67e5d966b Message-Id: <20240224121413.A998138582A1@sourceware.org> Date: Sat, 24 Feb 2024 12:14:13 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D388da83dce0= 477bdb91ec8f77691aaa67e5d966b commit 388da83dce0477bdb91ec8f77691aaa67e5d966b Author: Corinna Vinschen AuthorDate: Sat Feb 24 13:12:00 2024 +0100 Commit: Corinna Vinschen CommitDate: Sat Feb 24 13:12:14 2024 +0100 Cygwin: add newgrp release notes =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/release/3.5.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winsup/cygwin/release/3.5.1 b/winsup/cygwin/release/3.5.1 index efea5ae2f1cf..a7d74fa6b689 100644 --- a/winsup/cygwin/release/3.5.1 +++ b/winsup/cygwin/release/3.5.1 @@ -26,3 +26,6 @@ Fixes: =20 - Fix two bugs in strptime, error checking of invalid numerical input and %p handling. + +- Fix newgrp(1) group handling. Only allow groups already in the user + token, as Windows doesn't allow otherwise.