From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x531.google.com (mail-pg1-x531.google.com [IPv6:2607:f8b0:4864:20::531]) by sourceware.org (Postfix) with ESMTPS id CA02E394D833 for ; Tue, 1 Jun 2021 14:39:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CA02E394D833 Received: by mail-pg1-x531.google.com with SMTP id t8so4644257pgb.9 for ; Tue, 01 Jun 2021 07:39:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:in-reply-to:references :message-id:mime-version:content-transfer-encoding; bh=mGnx9am6GML1zLC5w61rPAoKQpfj7GjEOy8hAlJJYjQ=; b=IvewbxmJFaY5rZoo1eiMxzgYiG1C1qel5NqiQelSMah6UYQZtyL5YJuhkU5rd4ZWIU Q1sB2N5IpKqOGMwI3FSJfcSeTNOw9sX/oUh5kA67qz9sxiftGThSc80EUqLdW3JvADZW Sq5LmrcMJBSqE/I8evqEHFDEZ9+gRVz08rypfQ8/GEM/8dPtLm0RMPIoX2lYLBVfqu2U ohGbSNpGAsZ/BysDkPM60PpuAFKMREGI0/o71kPT7pvDEdot7L775VvoLcJuMj0brN1t bSEKRg9qgV1hQ1hUxwQRwwaWzkjK/G/e7f7v56vFN3zK8tfJXalRRGFMPlHMI4o4Ek4T JWoA== X-Gm-Message-State: AOAM533jgpaRmtXnJ/WtaSU5Xq/K0HKNTE2TUoIksbxrVdYL5TuY0Z12 6YyTxByUgtIgRaDrxt5XKTx2Cyfb5xg= X-Google-Smtp-Source: ABdhPJzWwR9L9ZTsFZnZvm70LKMAi5ico0FC5GKK1+QAs3K/6wjSrDp4i+VzuQggQmlKBSmwnwtUrQ== X-Received: by 2002:a63:f557:: with SMTP id e23mr28346150pgk.55.1622558385788; Tue, 01 Jun 2021 07:39:45 -0700 (PDT) Received: from [172.26.80.1] ([2400:2411:aa20:4300:85dd:c458:27cb:37d0]) by smtp.gmail.com with ESMTPSA id p11sm14240632pjo.19.2021.06.01.07.39.44 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Jun 2021 07:39:45 -0700 (PDT) Date: Tue, 01 Jun 2021 23:39:45 +0900 From: Lemures Lemniscati To: cygwin@cygwin.com Subject: Updated: lua-5.3.6-3 In-Reply-To: References: Message-Id: <20210601233944.A148.50F79699@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Becky! ver. 2.75.04 [ja] X-Antivirus: Avast (VPS 210601-6, 2021/06/01), Outbound message X-Antivirus-Status: Clean X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2021 14:39:48 -0000 The following packages have been uploaded to the Cygwin distribution: * lua-5.3.6-3 * liblua5.3-5.3.6-3 * liblua-devel-5.3.6-3 * lua-5.3.6-3-src * lua-debuginfo-5.3.6-3 Lua is a powerful, light-weight programming language designed for extending= =20 applications. Lua is also frequently used as a general-purpose, stand-alone= =20 language. -- Cygwin Changes from lua-5.3.6-2 Fixed postinstall/preremove scripts in order to avoid making symlinks to non-existent files. Please, note that, when CYGWIN=3Dwinsymlinks:nativestrict is specified, they might still fail. =46rom lua-5.3.6-2, some files come with version number: e.g: lua5.3.exe, which is symlinked from lua by alternatives. Lemures Lemniscati