delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/12/31/07:58:31

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 13F013851C0B
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1609419454;
bh=BYBe0NjFHODl1OkwtVMHx8iZ+FMpIz1mIdIF7mp0Nqo=;
h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:Cc:From;
b=NzvhAqCUAjbYNhXB1+Km312ZcTl09SEz0tySQ6GZ8U3m8iFZmEwIUSxyRbversdmP
Rdyl6pLkzpmnRT3E3MBSv6KWv4kvgUB2JCWOlgrj6rNjTq5KK3F03I8iL7LPlpfkiV
00FxFQT/WMNTrhGxL4PePz34bYyPtIiYBUTGNpuM=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CAF8F385E00E
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5C7703854832
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EB959385800A
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:to:from:subject:message-id:date:user-agent
:mime-version:content-language:content-transfer-encoding;
bh=FU85ke7l3nsW8YOziLdLxjXOxj6dDK4vTgTAbktoMZA=;
b=a7Kkncu82VROa0EUNDeJ3ARbIXM4PMTu4f5fMMQThuuN9/n/Ex28ypbp/GVDxWgA+a
Qjz1b4CR7RFLgGDa+tHLxvFPnAuC1PULxnJqpBkqlOBM8/CcWGvxJ1kMJxqIU3YUQlb1
n4VUq2uYTmzIt7MX0YOqrAakACqVXE9u3BH8qZcQZ9ESVACulJMtrZ1V3F5ht4n1S+kP
+3Z8FoGq1CimBjzJ6EZkl1LDU1AayYJ5NTzx9mW8cBtIClSqbKkfkbYhYLkmG9+ZBFio
ePLhDbu7r3XhdUzgNlmtgbHdpVzp+q8xQOPVLSxPB9fJ1JTScLLmu5/jYk9X81x8zZ6m
hG9w==
X-Gm-Message-State: AOAM530CsbDVhZMy6cQjhNZJQZyt5XriUgQoRMTlT971cAwtF/52KxMR
1gMPbELmzdJcDSMK4Jeyr+65CpLHaY5hDg==
X-Google-Smtp-Source: ABdhPJzoRyy/ldRzgQpGARggq9cjdyNyOgy893l3bwZWO4gYxPsdhunE49GB5hJBt/kBPNooBs1mFw==
X-Received: by 2002:a50:fd18:: with SMTP id i24mr55780304eds.146.1609419449062;
Thu, 31 Dec 2020 04:57:29 -0800 (PST)
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] Test: popt-1.18-1
Message-Id: <announce.75109f06-6fd9-f9e7-5bd1-8a201a9442f2@gmail.com>
Date: Thu, 31 Dec 2020 13:57:27 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.6.0
MIME-Version: 1.0
X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT,
KAM_SHORT, RCVD_IN_BARRACUDACENTRAL, 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 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: <https://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: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Marco Atzeri via Cygwin-announce via Cygwin <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Marco Atzeri via Cygwin-announce <cygwin-announce AT cygwin DOT com>
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

Test version 1.18-1 of

     popt
     libpopt0
     libpopt-common
     libpopt-devel

have been uploaded for cygwin.

CHANGES
This is a new upstream release, with improvements and bugfixes:
http://lists.rpm.org/pipermail/rpm-announce/2020-June/000079.html

DESCRIPTION
This is the popt(3) command line option parsing library. While it
is similar to getopt(3), it contains a number of enhancements, including:

         1) popt is fully reentrant
         2) popt can parse arbitrary argv[] style arrays while
            getopt(3) makes this quite difficult
         3) popt allows users to alias command line arguments
         4) popt provides convenience functions for parsing strings
            into argv[] style arrays

HOMEPAGE
http://rpm.org/
https://github.com/rpm-software-management/popt/releases

Regards

Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .
--
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