From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1035.google.com (mail-pj1-x1035.google.com [IPv6:2607:f8b0:4864:20::1035]) by sourceware.org (Postfix) with ESMTPS id 6AA873857C67 for ; Sat, 5 Jun 2021 22:36:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6AA873857C67 Received: by mail-pj1-x1035.google.com with SMTP id mp5-20020a17090b1905b029016dd057935fso1364670pjb.5 for ; Sat, 05 Jun 2021 15:36:55 -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=Xuk0GiLB8q2jMOLJ3gLhteAZxbfSSu/VwwAxKoTDvEo=; b=B/zqfMCW2+wOkApymO4qE+Lwtr5QuBDHF+SEc7+le3j3nKtnWxU2QvdUFJ4URFemft 2gtDTaripnSdIYPi8cUbLP6sNf9k2lvH1lU3Pb9mHAYj7VI9IKGIDGajeC7+Z4jYJkPG EdybiSpzrIkEFLw+EVCdLSrYuH73B5cyatkN9XS+oPloA8n6C4Kbao9YGMl25yT3ux12 ver6gHlWZxAurCtQMhlT+rFwRPe6xhIjQtoqeG9lDJZygt7Vpe0MDtZLaeB6+eE9WkKb zenpWPb8t2NbjNSIeliRK3sP7psgXUP9bIOobUbf3oAWPPQXOuck1H/bb31EJGPFqFNY dLbA== X-Gm-Message-State: AOAM532PrQVTdn+9EQurL+wtTu0TYMqNVqCOQm+DE65yPdq282IYz35b xn9NIQTB06AbVIp5LeSHSd6lnS6pBDE= X-Google-Smtp-Source: ABdhPJyhQLHr5ircj7xOWCM3OcTTUUkErkyYsxWa8kx1uAKJt3N28oLxXafV6kXjFdCuL6VRu5seZA== X-Received: by 2002:a17:90b:4c12:: with SMTP id na18mr12375962pjb.234.1622932614289; Sat, 05 Jun 2021 15:36:54 -0700 (PDT) Received: from [192.168.3.3] ([2400:2411:aa20:4300:6dbd:3f51:9fc4:f904]) by smtp.gmail.com with ESMTPSA id i22sm4682274pfq.6.2021.06.05.15.36.53 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Jun 2021 15:36:53 -0700 (PDT) Date: Sun, 06 Jun 2021 07:36:53 +0900 From: Lemures Lemniscati To: cygwin-announce@cygwin.com Subject: Test: lua-5.4.3-3 In-Reply-To: References: Message-Id: <20210606073652.2768.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:36:57 -0000 The following packages have been uploaded to the Cygwin distribution: * lua-5.4.3-3 * liblua5.3-5.4.3-3 * liblua-devel-5.4.3-3 * lua-5.4.3-3-src * lua-debuginfo-5.4.3-3 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.4.3-2 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=969f89bfe6c2d39016c9e8f2692188de0e1c3461 Note: From lua-5.4.3-1, some files come with version number: e.g: lua5.4.exe, which is symlinked from lua by alternatives. Note: Modules for Lua 5.4 is not prepared yet. This is just a TEST of the interpreter/compiler. Lemures Lemniscati