delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/03/30/13:51:54

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 245BA385E020
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1585590601;
bh=Zw77FPCIcVavvs8ChBJKNPNKYDOrUvTDM+tk2nsXfn0=;
h=From:To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:
List-Post:List-Help:List-Subscribe:Reply-To:From;
b=GLaSiEx0+sli4cv9sNt40PTB5eF4TvQZnbqRU8WaUhW0MChw6o0fDybilzdgLGXGQ
faVU3scPXdW9VUBGKPf9hVNJYMuCwBHWeCiQ1dODDESnFeOcrxKn1Vqaw5OzFuEXms
vkczTH1w89O9NaFUVNnEG4oiLCIS6LA0mShmucIE=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89EA9385DC26
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1585590599;
bh=cXPrVijpgbX5gdBThjbBaSFRCSU3XYlBQPGzyO2bx8Y=;
h=From:To:Date:Subject:Reply-To:From;
b=rfxiiLBQyu7Q1ROgFFWFjcH455hWiEUNR35xCS2M+gmyaSqrRmDxQFu+X6Tvnb3rr
H+ZQ199VtTW50hDgu4/HYUL6xF4UkkdcNshHpBauuLNfqj7R3gpX5e3Dmn1/vlesXZ
NMyJyB2jVTrt13h1C9T39ALg2SDyezs70rrck3js=
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C4E4385DC20
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1585590599;
bh=cXPrVijpgbX5gdBThjbBaSFRCSU3XYlBQPGzyO2bx8Y=;
h=From:To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:
List-Help:List-Subscribe:From;
b=I/SvdyMDGUSNFVHDKyz/8WsJqEAU6puMIIh0ua0DMHzk5xtG5YOEYo59WMHa4NEEY
2K2Y5LKnF8/aQEamrIWt0DlI/L9hBq5BgWAe3H3l1VE3FcPY35vCpuNKOIFDZTsnXQ
YZt88IFDWN5pwYDlGwdsrBHd+U3FL8Fvq9TxX5sI=
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0959E385DC01
Authentication-Results: sourceware.org;
dmarc=none (p=none dis=none) header.from=cygwin.com
Authentication-Results: sourceware.org;
spf=fail smtp.mailfrom=yselkowitz AT cygwin DOT com
X-MC-Unique: rUKKV-zQPaCfUBtohPumLQ-1
X-Mailbox-Line: From cygwin-announce-pcre-8.44-1 Mon Mar 30 13:47:38 2020
From: Yaakov Selkowitz <yselkowitz AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Date: Mon, 30 Mar 2020 13:47:38 -0400
Message-Id: <announce.20200330134738.93547-1-yselkowitz@cygwin.com>
Subject: [ANNOUNCEMENT] pcre 8.44-1, pcre2 10.34-1
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13
X-Mimecast-Spam-Score: 0
X-Mimecast-Originator: cygwin.com
X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NEUTRAL,
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-Mailman-Approved-At: Mon, 30 Mar 2020 17:49:57 +0000
X-BeenThere: cygwin-announce AT cygwin DOT com
X-Mailman-Version: 2.1.29
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin AT cygwin DOT com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <http://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Reply-To: cygwin AT cygwin DOT com
MIME-Version: 1.0
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

The following packages have been uploaded to the Cygwin distribution:

* pcre-8.44-1
* pcre2-10.34-1
* libpcre1-8.44-1
* libpcre16_0-8.44-1
* libpcre32_0-8.44-1
* libpcrecpp0-8.44-1
* libpcreposix0-8.44-1
* libpcre-devel-8.44-1
* libpcre-doc-8.44-1
* libpcre2_8_0-10.34-1
* libpcre2_16_0-10.34-1
* libpcre2_32_0-10.34-1
* libpcre2-posix2-10.34-1
* libpcre2-devel-10.34-1
* libpcre2-doc-10.34-1

The PCRE library is a set of functions that implement regular expression 
pattern matching using the same syntax and semantics as Perl, with just 
a few differences.

This is an update to the latest upstream releases.

--
Yaakov

--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019