From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1033.google.com (mail-pj1-x1033.google.com [IPv6:2607:f8b0:4864:20::1033]) by sourceware.org (Postfix) with ESMTPS id 789283857C67 for ; Sat, 5 Jun 2021 22:26:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 789283857C67 Received: by mail-pj1-x1033.google.com with SMTP id h16so7571046pjv.2 for ; Sat, 05 Jun 2021 15:26:58 -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=EBvVguYAcj/Mf7sUPIC97hUP0iQD+0/xxmtGO5NYmRg=; b=uMH0+VQ9UEFIUnk4gi+KxiAXpZCL2Ry8CeAhYdaNP7AzLri/itRMAIePOY+AOJUEok nwFIzZaWy7tks7YOw+08KYO4EMySs4yzQ6X2fn72kyCnqGS3EMEHGX81DokmxskaJygb 0Ce/tH/VRJn/q0ZSpcj1VzXKLF+8z0bCo7XPQOzORaJpkg0hTpzpFQv4jXAG0ZIWUgNc Z9IOh2PuYETsxZb3PmfXWcN+DTF8n7UMkimdKqP7KFf5mICApJebY85I6d1v/k/piyfW 9otzzhmcXh/X8Xuy++5K0s4XlhX6UMKp7ZfIyHjmbXyaoGreYIMcUJdZZSei6vMmOo4G TpNw== X-Gm-Message-State: AOAM530IAcjvVSzvsHWqmOuFBJ/AQLsME2+234F+sI/H/qB3NHw3AOGT aKkQY/ZuNv3S6w7ZQ4RmifL8MoI8xEY= X-Google-Smtp-Source: ABdhPJwUEEi+NLDioD5qy90h8w8vJECelvfLSPRfKPTrQX99uFADtrh8DJsg7vY4auzbi5yIqNB6yA== X-Received: by 2002:a17:90a:bb13:: with SMTP id u19mr7112761pjr.92.1622932017576; Sat, 05 Jun 2021 15:26:57 -0700 (PDT) Received: from [192.168.3.3] ([2400:2411:aa20:4300:6dbd:3f51:9fc4:f904]) by smtp.gmail.com with ESMTPSA id m191sm5011692pga.88.2021.06.05.15.26.56 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Jun 2021 15:26:57 -0700 (PDT) Date: Sun, 06 Jun 2021 07:26:57 +0900 From: Lemures Lemniscati To: cygwin-announce@cygwin.com Subject: Updated: lua-5.3.6-4 In-Reply-To: References: Message-Id: <20210606072654.2764.50F79699@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.75.04 [ja] X-Antivirus: Avast (VPS 210605-4, 2021/06/05), 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-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2021 22:26:59 -0000 The following packages have been uploaded to the Cygwin distribution: * lua-5.3.6-4 * liblua5.3-5.3.6-4 * liblua-devel-5.3.6-4 * lua-5.3.6-4-src * lua-debuginfo-5.3.6-4 Added workaround to postinstall/preremove scripts in case CYGWIN=winsymlinks:nativestrict is specified. -- Lua is a powerful, light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language. -- Cygwin Changes from lua-5.3.6-3 Added a workaround to postinstall/preremove scripts in case CYGWIN=winsymlinks:nativestrict is specified. In such cases, postinstall/preremove scripts temporarily override CYGWIN with CYGWIN="${CYGWIN} winsymlinks:native" [1]. And comments about it are printed, so that we can see them in 'setup.full.log'. [1]: https://www.cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/lua.git;a=blob;f=winsymlinks-nativestrict.sh;hb=cf9925fd2452d3422d092a5babeacf70fa1f76c6 Note: From 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