Updated: ed-1.19-1

2023-02-21 Thread Marco Atzeri via Cygwin-announce

New version 1.19-1 of

ed

is available in the Cygwin distribution:

CHANGES
It is a upstream bugfix release.

DESCRIPTION
GNU ed is a line-oriented text editor. It is used to create, display,
modify and otherwise manipulate text files, both interactively and
via shell scripts. A restricted version of ed, red, can only edit
files in the current directory and cannot execute shell commands.
Ed is the "standard" text editor in the sense that it is the original
editor for Unix, and thus widely available.

HOMEPAGE
http://www.gnu.org/software/ed/

Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .



Updated: autoconf-archive-2023.02.20-1

2023-02-21 Thread Achim Gratz


Autoconf Archive has been updated to the latest upstream release
2023.02.20 on Cygwin.

The GNU Autoconf Archive is a collection of more than 450 macros for
GNU Autoconf that have been contributed as free software by friendly
supporters of the cause from all over the Internet.

-- 
  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


Updated: openssl 1.1.1t-1, mingw64-{i686,x86_64}-openssl-1.1.1t-0.2 (security)

2023-02-21 Thread Achim Gratz


The following packages have been uploaded to the Cygwin distribution.
This release updates to the latest upstream security patch release and
continues to use the Fedora patches from an earlier release (Fedora has
already switched to openssl 3.x).

* openssl-1.1.1t-1
* openssl-perl-1.1.1t-1
* libssl1.1-1.1.1t-1
* libssl-devel-1.1.1t-1

The following MinGW64 test packages are made available:

* mingw64-i686-openssl-1.1.1t-0.2
* mingw64-x86_64-openssl-1.1.1t-0.2

The OpenSSL toolkit provides support for secure communications between
machines. OpenSSL includes a certificate management tool and shared
libraries which provide various cryptographic algorithms and protocols.


-- 
  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


gdb 13.1-1 (TEST)

2023-02-21 Thread Jon Turney



The following package has been updated in the Cygwin distribution:

* gdb-13.1-1

The GNU debugger allows you to debug programs written in C, C++, and 
other languages, by executing them in a controlled fashion and printing 
their data.


This is an update to the latest upstream version:

https://sourceware.org/pipermail/gdb-announce/2023/000134.html

See the /usr/share/doc/gdb/NEWS file for a list of user-visible changes.

Of particular interest:

* The 'disable-randomization' setting now works on Windows versions 
which support disabling ASLR for a spawned process. If supported, it's 
on by default.


* GDB can now show thread names set with SetThreadDescription() (which 
is used by Cygwin's implementation of pthread_setname_np(), the 
equivalent UNIX API)


In addition, it contains the following patches carried forward from the 
previous Cygwin package:


* Teach the demangler to deal with '@'-decorated __stdcall functions
* (experimental) Teach gdb how to unwind frames for the Cygwin signal 
delivery wrapper functions _sigbe and sigdelayed
* Fix a memory leak which would occur in the case when the result of 
realpath() is greater than or equal to SO_NAME_MAX_PATH_SIZE (Corinna 
Vinschen)

* Simplify and improve handling of inferior context after a Cygwin signal
* Use cygwin pgid if inferior is a cygwin process (Takashi Yano)