Re: [PATCH] Fix optional variables in libargp

2022-02-18 Thread Andrew Schulman via Cygwin
> Hello! > I have successfully tested it on i386. Really, just remove PREFIX > completely and it's okay. GetProcAddress() appears to be "clever" and adds > the leading underscope by itself on i386. I don't know what you did wrong > and why you could not reproduce the solution. > However, i have

Re: fish-3.5.0-1: /etc/fish/conf.d/cygwin.fish only readable by owner

2022-10-18 Thread Andrew Schulman via Cygwin
> The permission of cygwin.fish looks somewhat random (depends on umask > during build?): > > $ tar tvf fish-3.4.1-1.tar.xz etc/defaults/etc/fish/conf.d/cygwin.fish > -rw-r-xr-- ... 1101 2022-04-07 20:34 > etc/defaults/etc/fish/conf.d/cygwin.fish > > $ tar tvf fish-3.5.0-1.tar.xz etc/defaults/e

Re: unison package missed the "unison-fsmonitor" in Cygwin

2023-06-29 Thread Andrew Schulman via Cygwin
> Hi, > The unison-fsmonitor is missed in Cygwin, according to its official page, the > fsmonitor should support Cygwin. > https://github.com/bcpierce00/unison/blob/master/src/fsmonitor/watchercommon.ml > > Please consider ship it with unison package in Cygwin. Thanks. Thanks for pointing me to

dig and host don't work in IPv6

2023-07-28 Thread Andrew Schulman via Cygwin
Our agency has started using IPv6. My PC has IPv4 and IPv6 addresses. DNS servers are all IPv6 addresses. All of this works great, except that now the host and dig commands no longer work, even with -6: $ dig -6 cygwin.com ; <<>> DiG 9.11.9 <<>> -6 cygwin.com ;; global options: +cmd ;; connectio

Re: [EXTERNAL] dig and host don't work in IPv6

2023-07-28 Thread Andrew Schulman via Cygwin
> > Should I be doing something differently? Or is it a bug? > > It may be sort of a limitation (IIRC, in Cygwin's minires) but: > > Did you try to use > > options=osquery > > and (separate by spaces) / or > > options=inet6 > > in /etc/resolv.conf ? Thanks. Unfortunately neither of those opt

Re: [EXTERNAL] dig and host don't work in IPv6

2023-07-29 Thread Andrew Schulman via Cygwin
> Sorry... Did you try using the -d option to see what DNS servers these > commands try to actually connect to (and time out, eventually). No help unfortunately. $ host -d6 cygwin.com Trying "cygwin.com" ;; connection timed out; no servers could be reached > (strace can help as well, I think.)

Re: Map home dir drive (H:) to /home/myuser/ ?

2023-07-29 Thread Andrew Schulman via Cygwin
> Does Cygwin have a way to map a (NFS) home dir drive (H:) to > /home/myuser/, without resorting to POSIX-style softlinks ([1]) ? Yes. Put the following in either /etc/fstab (system-wide) or /etc/fstab.d/myuser (user-specific): H:/ /home/myuser nfs binary,user 0 0 Then run mount -a, or exit

Re: Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-24 Thread Andrew Schulman via Cygwin
> Hello, > > How can I find out whether the current Cygwin terminal has > Administrator rights? I want to safeguard our admin scripts with a > simple test and bail out with an error if someone wants to do admin > stuff (say: regtool) without admin privileges. https://superuser.com/questions/66019

Re: Capturing a Cygwin instance from another PC

2023-12-07 Thread Andrew Schulman via Cygwin
> I have a new Win11 PC, and I wanted to capture the same Cygwin setup that I > have in another Win10 PC. I copied the C:\cygwin64 folder from the Win10 pc > to the Win11 pc, then I downloaded a fresh setup-x86_64.exe from cygwin.com > to the win11 PC. I ran it and chose "Install from Local Dire

Re: socat 1.8 release, please update it

2023-12-12 Thread Andrew Schulman via Cygwin
> On 10/12/2023 17:06, xvac--- via Cygwin wrote: > > Hi, > > > > I notice socat 1.8 release, so socat package in cygwin is outdate. > > > > please up it to date, 1.8 has much new feature very useful. > > > > thanks ;p > > Do not spam the cygwin maintainer/packager list please > > See : > > ht

Re: Automatic Cygwin installation for CI ?

2023-12-22 Thread Andrew Schulman via Cygwin
> Is there any documentation how Cygwin 3.5.0 can be automatically (without GUI > and user intervention, e.g. via *.bat script) be installed as part of a CI > (Continuous integration) build environment ? https://stackoverflow.com/questions/745275/can-i-script-a-cygwin-install-to-include-certain-

Re: socat 1.8 release, please update it

2024-01-04 Thread Andrew Schulman via Cygwin
> Hi, > > I notice socat 1.8 release, so socat package in cygwin is outdate. > > please up it to date, 1.8 has much new feature very useful. > > thanks ;p I fixed the build error with socat 1.8, so I'll get the new release out shortly. Andrew -- Problem reports: https://cygwin.com/probl

Re: fish shell config issue starting 3.6.4 package

2024-01-12 Thread Andrew Schulman via Cygwin
> >> Since fish shell has been updated to 3.6.4 at the beginning of the > >> year, I > >> obtain a configuration error: > >> > >> fish: Unknown command: pgrep > >> /etc/fish/conf.d/01_fish_variables.fish (line 13): > >> pgrep fish | grep -v \^$fish_pid\$ | xargs -r kill > >>

Re: fish shell config issue starting 3.6.4 package

2024-01-12 Thread Andrew Schulman via Cygwin
> > I have adjusted the dependencies for fish 3.6.4 and 3.7.0 in the package > > repository on sourceware to add procps-ng. > > > > If this is correct, please remember to make this adjustment in future > > packages. > > Ouch! Sorry everybody! And thank you Xavier, for reporting that. > > Yes,

Re: ssh over stunnel hangs on second connection

2024-02-16 Thread Andrew Schulman via Cygwin
> I am using Cygwin stunnel 5.71 on Windows 11 to connect to 'ssh' into my > Ubuntu > server over 'stunnel'. > > - The first time I ssh via stunnel it works fine The second time, I > - try to connect, it hangs with 'ssh -v' showing only the initial > local steps of connection: > > OpenSS

Re: ssh over stunnel hangs on second connection

2024-02-17 Thread Andrew Schulman via Cygwin
> > > > But supposing you keep your current configuration. Can you please clarify > how > > you're invoking stunnel? Do you have a ProxyCommand directive in your > > .ssh/config, like: > > > > ProxyCommand /usr/bin/stunnel stunnel.conf > > No... I just ssh to 'localhost' on the port that

[ANNOUNCEMENT] stow 2.3.0-1

2019-07-26 Thread Andrew Schulman via cygwin
stow 2.3.0-1 is now available in Cygwin. This release has many new features, bug fixes, and documentation improvements since the previous release, 2.2.2-2. See the upstream changelog at https://git.savannah.gnu.org/cgit/stow.git/tree/NEWS. Stow manages the installation of local software packages b

[ANNOUNCEMENT] stow 2.3.1-1

2019-08-30 Thread Andrew Schulman via cygwin
stow 2.3.1-1 is now available in Cygwin. This release has a few bug fixes, mainly removal of a run-time dependency on the Perl Hash::Merge and Clone::Choose libraries. See the upstream changelog at https://git.savannah.gnu.org/cgit/stow.git/tree/NEWS. Stow manages the installation of local softwar

[ANNOUNCEMENT] screen-4.7.0-1

2019-10-03 Thread Andrew Schulman via cygwin
screen-4.7.0-1 is now available in Cygwin. This release includes lots of small fixes and documentation improvements. See the upstream changelog[1] for details. This release also includes a small change to the default /etc/screenrc, reported to fix a screen corruption problem for some users, that w

Re: Bug reporting

2019-11-25 Thread Andrew Schulman via cygwin
> Hello > > We are facing a bug problem during compilation. > 1. "makedepend: error: out of space: increase MAXFILES" > 2. make[1]: *** [Makefile:327: dep] error 1 > > Request to address this problem. Brian gave you a very polite and helpful reply. But you didn't do your part by asking a reasona

Re: Bug reporting

2019-11-29 Thread Andrew Schulman via cygwin
> On 2019-11-25 08:24, Andrew Schulman via cygwin wrote: > > On 2019-11-19 21:59, Pasunuti Prashanth wrote: > >> We are facing a bug problem during compilation. > >> 1. "makedepend: error: out of space: increase MAXFILES" > >> 2. make[1]: *** [M

[ANNOUNCEMENT] stunnel 5.56-1

2019-12-06 Thread Andrew Schulman via cygwin
stunnel 5.56-1 is now available in Cygwin. This release includes minor bug fixes and documentation improvements. Please see the upstream changelog[1] for the full list. stunnel is a program that allows you to encrypt arbitrary TCP connections inside TLS (Transport Layer Security, the successor to

[ANNOUNCEMENT] multitail 6.5.0-1

2019-12-06 Thread Andrew Schulman via cygwin
multitail 6.5.0-1 is now available in Cygwin. This is a new upstream release. The author of multitail doesn't provide an up-to-date changelog, but there's a little bit of explanation on the project home page[1], and an older changelog[2]. MultiTail lets you view one or multiple files like the orig

Re: [GOLDSTAR][PLUSH HIPPO] Re: [ANNOUNCEMENT] cygwin 3.1.0-1

2019-12-17 Thread Andrew Schulman via cygwin
> > > - Support pseudo console in PTY. Pseudo console is a new feature > > >in Windows 10 1809, which provides console APIs on virtual > > >terminal. With this patch, native console applications can work > > >in PTYs such as mintty, ssh, gnu screen or tmux. > > May I suggest a plush hip

Re: stow package missing dependency

2019-12-20 Thread Andrew Schulman via cygwin
> stow needs perl-Stow to run, get an error like "Can't locate Stow.pm in @INC > ..." without it on most stow commands, but it is not currently a dependency > of stow. Hi. Hm, sorry about that. Yes, stow does depend on perl-Stow, which is just a Perl package split out of the build from the same

[ANNOUNCEMENT] stow 2.3.1-2

2019-12-20 Thread Andrew Schulman via cygwin
stow 2.3.1-2 is now available in Cygwin. This release is identical to the previous release, 2.3.1-1, except that it includes the dependency on the perl-Stow package, which was missing in just the previous release I believe. So if you installed stow for the first time in the last release, it might

[ANNOUNCEMENT] lftp 4.9.0-1

2020-01-07 Thread Andrew Schulman via cygwin
lftp 4.9.0-1 is now available in Cygwin. This release has lots of small new features and bug fixes. Please see the upstream changelog at http://lftp.tech/news.html. lftp is a sophisticated file transfer program and ftp/http/bittorrent client. It supports multiple network protocols. It offers tab

[ANNOUNCEMENT] lftp 4.9.0-2

2020-01-22 Thread Andrew Schulman via cygwin
lftp 4.9.0-2 is now available in Cygwin. This is a Cygwin-only update that tries to fix a segmentation fault some users are seeing in the previous release, 4.9.0-1[1]. The bug appears to happen only on hosts that aren't IPv6-enabled. The fix was helpfully contributed by Henry S. Thompson[2]. Thank

Re: [ANNOUNCEMENT] lftp 4.9.0-2

2020-01-23 Thread Andrew Schulman via cygwin
> This was already fixed on lftp 4.9.1 released by the developer. You should > probably just release that version instead of the patched version. OK, yep. Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http:

[ANNOUNCEMENT] lftp 4.9.1-1

2020-01-24 Thread Andrew Schulman via cygwin
lftp 4.9.1-1 is now available in Cygwin. This upstream release fixes (we think) the segfault on non-IPv6-enabled hosts in version 4.9.0-1. See http://lftp.tech/news.html for the upstream changelog. lftp is a sophisticated file transfer program and ftp/http/bittorrent client. It supports multiple n

[ANNOUNCEMENT] screen 4.8.0-1

2020-02-06 Thread Andrew Schulman via cygwin
screen 4.8.0-1 is now available in Cygwin. This release includes several bug fixes, including a fix for a memory overwrite that could be a security vulnerability. Everyone is urged to upgrade to this release. See the release announcement[1] and upstream changelog[2] for more details. Screen is a

Re: [ANNOUNCEMENT] [New] cpuid 20200211

2020-02-24 Thread Andrew Schulman via cygwin
> The following new package has been uploaded to the Cygwin distribution: > > * cpuid-20200211-1 > > The program displays detailed information about the CPU(s) gathered from > the CPUID instruction, and also determines the exact model of CPU(s). > > Whereas /proc/cpuinfo is like an abstract of t

Re: [ANN] Cygwin-OpenSSH 8.2.2.2

2020-02-28 Thread Andrew Schulman via cygwin
> On Thu, Feb 27, 2020 at 3:31 PM Brian Inglis wrote: > > No, you must backport all sources to the current and all previous versions > > and > > redistribute, or at least make them visible and available on your site, > > otherwise you are in breach of the licence and must withdraw all > > distribu

Re: gnu screen crashes on ssh disconnect

2020-03-17 Thread Andrew Schulman via Cygwin
> On Thu, 12 Mar 2020 19:01:41 -0700 > Wayne Davison wrote: > > In recent Cygwin versions I've had gnu screen crash if the parent ssh > > connection closes before an explicit disconnect is performed. Thanks for reporting. I don't have any Cygwin hosts set up as ssh servers, so I'm not able to test

Re: Problem about installing PGI on Cygwin

2020-04-02 Thread Andrew Schulman via Cygwin
> I tried to install PGI (Linux version) on Cygwin, however, Cygwin told me > that PGI can only be installed under Linux operator system. So is there any > method to install PGI on Cygwin? What is PGI? Where do you get it? -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: [ANNOUNCEMENT] unison2.48-2.48.4-2 (Warning: possible breakage)

2020-08-31 Thread Andrew Schulman via Cygwin
> > There is unfortunately another layer of incompatibility in Unison: Two > > Unison executables are only compatible if they were built with the same > > version of OCaml. > > What a mess! Glad you understand :) > Would you consider embedding the OCaml version in the package name > as sugges

Re: LFTP 4.9.2 - 2020-08-13 (Cygwin current 4.9.1)

2020-09-04 Thread Andrew Schulman via Cygwin
> Can this be updated please. > > Change log - https://lftp.yar.ru/news.html Sure, will do. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsu

Re: /dev/p* causes shell crash in i686

2020-09-10 Thread Andrew Schulman via Cygwin
> On Sep 9 08:08, Andrew Schulman via Cygwin wrote: > > Here's a strange one. In bash in i686, try to run: > > > > ls /dev/ptmx > > > > I only get about as far as: > > > > ls /dev/p > > > > and then my terminal window vanishes. Th

Re: /dev/p* causes shell crash in i686

2020-09-10 Thread Andrew Schulman via Cygwin
> > When I substitute cygwin1-20090909.dll for cygwin1.dll in i686, I can't run > > any commands. They all give "The application was unable to start correctly > > (0xc022)". Anything different I should be doing? > > Check the permissions on cygwin1-20090909.dll. Is it executable? Doh. Thanks

Re: Happy TwentyFifth (25th) Birthday Cygwin!

2020-11-10 Thread Andrew Schulman via Cygwin
> ...and many more until Windows runs on a POSIX compatible kernel! > > Thanks to all the contributors, documentors, testers, and especially users, > who > keep us honest, and without which we would have little encouragement to > continue! Gold watch awarded! https://cygwin.com/goldstars/#Cygwi

Re: socat UDP-LISTEN,fork misbehaves

2021-10-26 Thread Andrew Schulman via Cygwin
> I have socat 1.7.4.1-1 and the same version on Linux. > When I try to create a forking UDP server, only the first client is served, > unlike in Linux where subsequent clients are served properly. > > Test case. Terminal 1: > > socat -v UDP-LISTEN:12345,reuseaddr,fork SYSTEM:"stdbuf -i0 -o0

Re: [HEADSUP] Phasing out old Windows versions and 32 bit support

2021-10-27 Thread Andrew Schulman via Cygwin
> On Tue, 26 Oct 2021 22:55:01 +0200 > Corinna Vinschen wrote: > > We're also planning to drop Support for the 32 bit release of Cygwin in > > 2022, thus Cygwin 3.4.0 won't come in 32 bit anymore, and the package > > maintainers won't have to update 32 bit packages anymore. If you're > > still run

Re: New pipe code means a gold star is merited

2021-11-12 Thread Andrew Schulman via Cygwin
> On 11/10/2021 1:45 PM, Henry S. Thompson via Cygwin wrote: > > for Ken Brown and Takashi Yano, don't you think? > > Even though we made XEmacs unusable?!? :) > > But seriously, it was a joint effort among the two of us and Corinna. Awarded! https://cygwin.com/goldstars#CV https://cygwin.com/g

Re: [GOLDSTAR] Re: [ANNOUNCEMENT] Updated: autoconf-15-1, autoconf2.7-2.71-1

2021-12-16 Thread Andrew Schulman via Cygwin
> On 12/5/2021 3:50 AM, Achim Gratz wrote: > > > > Autoconf has been updated to the latest upstream release 2.71, see the > > packaging notes below. Additionally the automake wrapper has been > > updated to the latest upstream version 15 (with some modifications for > > Cygwin). > > Great work,

[ANNOUNCEMENT] New: unison2.51+4.04.2, unison2.51+4.10.0

2022-02-18 Thread Andrew Schulman via Cygwin-announce
*Two new Unison packages are now available in Cygwin:unison2.51+4.04.2unison2.51+4.10.0Both of these are Unison 2.51.5, but compiled with OCaml 4.04.2 and 4.10.0, respectively. For the reasons explained below, we now need separate Unison packages for incompatible versions of both Unison and OCaml.u

[ANNOUNCEMENT] screen-4.9.0-1

2022-02-18 Thread Andrew Schulman via Cygwin-announce
screen 4.9.0-1 is now available in Cygwin. This release includes several bug fixes, including for a possible denial of service by a crafted UTF-8 character sequence. Everyone is urged to upgrade to this release. See the release announcement[1] and upstream changelog[2] for more details. Screen is

[ANNOUNCEMENT] socat-1.7.4.3-1

2022-02-18 Thread Andrew Schulman via Cygwin-announce
socat 1.7.4.3-1 is now available in Cygwin. This release has bug fixes and a few new features. See the Release Notes[1] and CHANGES[2] files for details. socat is a relay for bidirectional data transfer between two independent data channels. Each channel may be a file, pipe, device (serial line et

[ANNOUNCEMENT] stunnel-5.62-1

2022-02-18 Thread Andrew Schulman via Cygwin-announce
stunnel 5.62-1 is now available in Cygwin. This release has bug fixes and minor improvements. Please see the upstream changelog[1] for the full list. stunnel is a program that allows you to encrypt arbitrary TCP connections inside TLS (Transport Layer Security, the successor to Secure Sockets Laye

[ANNOUNCEMENT] fish 3.4.1-1

2022-04-19 Thread Andrew Schulman via Cygwin-announce
fish 3.4.1-1 is now available in Cygwin. This release has many small improvements and bug fixes since the previous Cygwin release, 3.3.1-1. See the upstream release notes[1] for a list. fish is the friendly interactive shell. It's a Unix shell that focuses on interactive use, discoverability, and

[ANNOUNCEMENT] New: unison 2.52.0-2

2022-04-19 Thread Andrew Schulman via Cygwin-announce
unison 2.52.0-2 is now available in Cygwin. Unison is a file synchronizer for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the

[ANNOUNCEMENT] stunnel 5.64-1

2022-06-21 Thread Andrew Schulman via Cygwin-announce
stunnel 5.64-1 is now available in Cygwin. This release has bug fixes and minor improvements. Please see the upstream changelog[1] for the full list. stunnel is a program that allows you to encrypt arbitrary TCP connections inside TLS (Transport Layer Security, the successor to Secure Sockets Lay

[ANNOUNCEMENT] multitail 6.5.2-1

2022-06-21 Thread Andrew Schulman via Cygwin-announce
multitail 6.5.2-1 is now available in Cygwin. This is a new upstream release. See the upstream changelog[1] for details. MultiTail lets you view one or multiple files like the original tail program. The difference is that it creates multiple windows on your console (with ncurses). It can also: *

[ANNOUNCEMENT] unison 2.52.1-2

2022-06-21 Thread Andrew Schulman via Cygwin-announce
unison 2.52.1-2 is now available in Cygwin. This is a new upstream release from the previous Cygwin release, 2.52.0-2. It also includes the README.Cygwin file that was accidentally left out of previous releases. Unison is a file synchronizer for Unix and Windows. It allows two replicas of a collec

[ANNOUNCEMENT] fish 3.5.0-1

2022-07-05 Thread Andrew Schulman via Cygwin-announce
fish 3.5.0-1 is now available in Cygwin. This release has many small improvements and bug fixes since the previous Cygwin release, 3.4.1-1. See the upstream release notes[1] for a list. fish is the friendly interactive shell. It's a Unix shell that focuses on interactive use, discoverability, and

[ANNOUNCEMENT] stunnel 5.66-1

2022-10-19 Thread Andrew Schulman via Cygwin-announce
stunnel 5.66-1 is now available in Cygwin. This release has bug fixes and minor improvements. Please see the upstream changelog[1] for the full list. stunnel is a program that allows you to encrypt arbitrary TCP connections inside TLS (Transport Layer Security, the successor to Secure Sockets Laye

[ANNOUNCEMENT] fish 3.5.1-2

2022-10-19 Thread Andrew Schulman via Cygwin-announce
fish 3.5.1-2 is now available in Cygwin. This is a minor bugfix release. See the upstream release notes[1] for a list of changes. This release should also fix a Cygwin-specific permission problem in /etc/fish/conf.d/cygwin.fish. fish is the friendly interactive shell. It's a Unix shell that focuse

[ANNOUNCEMENT] stunnel 5.67-1

2022-11-15 Thread Andrew Schulman via Cygwin-announce
stunnel 5.67-1 is now available in Cygwin. This release has bug fixes and minor improvements. Please see the upstream changelog[1] for the full list. stunnel is a program that allows you to encrypt arbitrary TCP connections inside TLS (Transport Layer Security, the successor to Secure Sockets Lay

[ANNOUNCEMENT] unison 2.53.0-1

2022-11-15 Thread Andrew Schulman via Cygwin-announce
unison 2.53.0-1 is now available in Cygwin. This is a new upstream release, with new features and bug fixes. See the upstream release log[1] for details. Unison is a file synchronizer for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different h

[ANNOUNCEMENT] fish-3.1.2

2020-08-31 Thread Andrew Schulman via Cygwin-announce
fish 3.1.2-1 is now available in Cygwin. This release has many bug fixes since the previous release Cygwin, 3.1.0-1. See https://fishshell.com/release_notes.html for the list. fish is the friendly interactive shell. It's a Unix shell that focuses on interactive use, discoverability, and user frien

[ANNOUNCEMENT] unison2.48-2.48.4-2 (Warning: possible breakage)

2020-08-31 Thread Andrew Schulman via Cygwin-announce
The unison2.48 package has been updated in Cygwin. This new release, version 2.48.4-2, has been rebuilt with OCaml 4.08.1, which makes it compatible for syncing with Ubuntu Focal and the current Debian testing. *Warning*: This update may be a breaking change, if you use unison2.48 to synchronize w

[ANNOUNCEMENT] New: unison2.48+4.04.2, unison2.48+4.08.1 [test]

2020-09-08 Thread Andrew Schulman via Cygwin-announce
Two new Unison packages are now available in test: unison2.48+4.04.2 unison2.48+4.08.1 Both of these are Unison 2.48.4, but compiled with OCaml 4.04.2 and 4.08.1, respectively. For the reasons explained below, we now need separate Unison packages for compatible versions of both Unison and OCaml.

[ANNOUNCEMENT] lftp 4.9.2-1

2020-09-09 Thread Andrew Schulman via Cygwin-announce
lftp 4.9.2-1 is now available in Cygwin. This upstream release fixes a few bugs, notably a possible truncation with sftp, and adds a few new minor features. See http://lftp.tech/news.html for the upstream changelog. lftp is a sophisticated file transfer program and ftp/http/bittorrent client. It s

[ANNOUNCEMENT] discus 0.4.0-1

2020-09-13 Thread Andrew Schulman via Cygwin-announce
discus 0.4.0-1 is now available in Cygwin. This release adds Python 3 compatibility, and minor improvements such as adapting its display to the terminal width. Discus aims to make df prettier, with features such as color, graphs, and smart formatting of numbers (automatically choosing the most sui

[ANNOUNCEMENT] fish-3.1.2-2

2020-09-18 Thread Andrew Schulman via Cygwin-announce
fish 3.1.2-2 is now available in Cygwin. This release updates the default fish_prompt function to the version shipped in the upstream fish 3.1.2. The new default prompt function has lots more stuff in it, like a colored username, version control branch name, and numerical exit status code of the p

[ANNOUNCEMENT] new: socat2 2.0.0-0.1.b9; updated: socat 1.7.3.4-2

2020-09-21 Thread Andrew Schulman via Cygwin-announce
The 1.x and 2.x versions of socat have now been separated into separate packages for Cygwin. socat 1.7.3.4-2 is now available. It's the same as the -1 package, but the package hint now clarifies that it's the 1.x series. socat2 2.0.0-0.1.b9 is now available. This is upstream version 2.0.0-b9. so

[ANNOUNCEMENT] fish 3.6.1-1

2023-04-05 Thread Andrew Schulman via Cygwin-announce via Cygwin
fish 3.6.1-1 is now available in Cygwin. This is a new upstream release, with minor improvements and bug fixes. See the upstream release notes[1] for a list of changes. Also in this release, the fish documentation has been moved into a separate package, fish-doc. The same documentation is availabl

[ANNOUNCEMENT] discus 0.5.0-1

2023-04-05 Thread Andrew Schulman via Cygwin-announce via Cygwin
discus 0.5.0-1 is now available in Cygwin. This is a new upstream release, with a minor bug fix. See the upstream changelog[1] for details. discus is a pretty version of the df(1) command. It adds features such as color, graphs, and smart formatting of numbers (automatically choosing the most suit

[ANNOUNCEMENT] unison 2.53.2-1

2023-04-06 Thread Andrew Schulman via Cygwin-announce via Cygwin
unison 2.53.2-1 is now available in Cygwin. This is a new upstream release, with new features and bug fixes. See the upstream release log[1] for details. Unison is a file synchronizer for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different ho

[ANNOUNCEMENT] stunnel 5.69-1

2023-04-07 Thread Andrew Schulman via Cygwin-announce via Cygwin
stunnel 5.69-1 is now available in Cygwin. This release has bug fixes and minor improvements. Please see the upstream changelog[1] for the full list. stunnel is a program that allows you to encrypt arbitrary TCP connections inside TLS (Transport Layer Security, the successor to Secure Sockets Laye

[ANNOUNCEMENT] socat 1.7.4.4-1

2023-04-08 Thread Andrew Schulman via Cygwin-announce via Cygwin
socat 1.7.4.4-1 is now available in Cygwin. This release has many small bug fixes since the last Cygwin release, 1.7.4.3-1. See the upstream commit log[1] for details. socat is a relay for bidirectional data transfer between two independent data channels. Each channel may be a file, pipe, device (

[ANNOUNCEMENT] bc 1.07.1-1

2023-04-11 Thread Andrew Schulman via Cygwin-announce via Cygwin
bc version 1.07.1-1 is now available in Cygwin. This is a minor bugfix release. bc is an arbitrary precision numeric processing tool, that supports batch or interactive use. The package also includes dc, and arbitrary precision reverse-Polish calculator. Homepage: https://www.gnu.org/software/bc/

[ANNOUNCEMENT] [test] fish 3.6.1-2

2023-04-26 Thread Andrew Schulman via Cygwin-announce via Cygwin
fish 3.6.1-2 is now available in Cygwin as a TEST release. This release moves fish's universal variable files from its previous, Cygwin-specific location (~/.config/fish/fish_variables.x86_64) to fish' standard location (~/.config/fish/fish_variables). I've tested the migration on my hosts, and it

[ANNOUNCEMENT] unison 2.53.3-1

2023-05-02 Thread Andrew Schulman via Cygwin-announce via Cygwin
unison 2.53.3-1 is now available in Cygwin. This is a new upstream release, with new features and bug fixes. See the upstream release log[1] for details. Unison is a file synchronizer for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different ho

[ANNOUNCEMENT] stow 2.3.1+5.36-1

2023-05-05 Thread Andrew Schulman via Cygwin-announce via Cygwin
stow 2.3.1+5.36-1 is now available in Cygwin. This update makes stow work with Perl 5.36. stow manages the installation of local software packages by creating sets of symlinks from the installed location (e.g. /usr/local) to a stow directory (e.g. /usr/local/stow/emacs) where the real files live.

[ANNOUNCEMENT] libargp-20230708-1

2023-07-09 Thread Andrew Schulman via Cygwin-announce via Cygwin
A new release of libargp, version 20230708-1, is available in Cygwin. This release contains many small improvements and bug fixes since the last release, 20110921-3 - yes, 12 years ago. For a list of the changes, see the upstream commit log[1]. Argp is an interface for parsing unix-style argument

[ANNOUNCEMENT] libargp-20230708-2

2023-07-11 Thread Andrew Schulman via Cygwin-announce via Cygwin
A new release of libargp, version 20230708-2, is available in Cygwin. This Cygwin-only update fixes a bug in the previous release, 20230708-1, that could make libargp output the wrong bug report address, or return the wrong exit status. I recommend that all users upgrade. Argp is an interface for

[ANNOUNCEMENT] stunnel 5.70-1 (test)

2023-07-20 Thread Andrew Schulman via Cygwin-announce via Cygwin
stunnel 5.70-1 is now available as a TEST release in Cygwin. This release has bug fixes and minor improvements. Please see the upstream changelog[1] for the full list. This is a test release because it's linked against OpenSSL version 3 (libssl3), which is still in test. stunnel is a program that

[ANNOUNCEMENT] pv 1.7.0-1

2023-07-20 Thread Andrew Schulman via Cygwin-announce via Cygwin
pv 1.7.0-1 is now available in Cygwin. This is a new upstream release, with bug fixes and minor enhancements. See the upstream changelog[1] for the full list. pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipe

[ANNOUNCEMENT] pv 1.7.24-1

2023-07-31 Thread Andrew Schulman via Cygwin-announce via Cygwin
pv 1.7.24-1 is now available in Cygwin. This is a new upstream release, with bug fixes and minor enhancements. See the upstream changelog[1] for the full list. pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pip

[ANNOUNCEMENT] screen 4.9.1-1

2023-08-27 Thread Andrew Schulman via Cygwin-announce via Cygwin
screen 4.9.1-1 is now available in Cygwin. This release includes bug fixes and documentation updates. See the release announcement[1] and upstream changelog[2] for more details. Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interac

[ANNOUNCEMENT] [SECURITY] stunnel 5.57-1

2021-01-01 Thread Andrew Schulman via Cygwin-announce via Cygwin
stunnel 5.57-1 is now available in Cygwin. This release includes the following security fix: * The "redirect" option was fixed to properly handle "verifyChain = yes" If you have stunnel installed, you should update to this release right away. Please see the upstream changelog[1] for the full list

[ANNOUNCEMENT] socat 1.7.4.1-1

2021-01-12 Thread Andrew Schulman via Cygwin-announce via Cygwin
socat 1.7.4.1-1 is now available in Cygwin. This release has bug fixes and a few new features. See the Release Notes[1] and CHANGES[2] files for details. socat is a relay for bidirectional data transfer between two independent data channels. Each channel may be a file, pipe, device (serial line et

[ANNOUNCEMENT] stow 2.3.1+5.32-1

2021-02-18 Thread Andrew Schulman via Cygwin-announce via Cygwin
stow 2.3.1+5.32-1 is now available in Cygwin. This release is identical to the previous release, 2.3.1-2, except that it includes a dependency on perl 5.32. This is reflected in the version number. Stow manages the installation of local software packages by creating sets of symlinks from the ins

[ANNOUNCEMENT] fish-3.2.0-1

2021-03-05 Thread Andrew Schulman via Cygwin-announce via Cygwin
fish 3.2.0-1 is now available in Cygwin. This release has many new features and bug fixes. See the upstream release notes[1] for a list. fish is the friendly interactive shell. It's a Unix shell that focuses on interactive use, discoverability, and user friendliness. The design goal of fish is to

[ANNOUNCEMENT] [SECURITY] stunnel 5.58-1

2021-03-16 Thread Andrew Schulman via Cygwin-announce via Cygwin
stunnel 5.58-1 is now available in Cygwin. This release includes one security fix related to Cygwin: * The "redirect" option was fixed to properly handle unauthenticated requests (thx to Martin Stein). Plus other new features and bug fixes. Everyone should upgrade to this release. Please see the

[ANNOUNCEMENT] fish 3.2.2-1

2021-04-09 Thread Andrew Schulman via Cygwin-announce via Cygwin
fish 3.2.2-1 is now available in Cygwin. This release has several bug fixes since the previous Cygwin release, 3.2.0-1. See the upstream release notes[1] for a list. fish is the friendly interactive shell. It's a Unix shell that focuses on interactive use, discoverability, and user friendliness. T

[ANNOUNCEMENT] pv 1.6.6-1

2021-04-09 Thread Andrew Schulman via Cygwin-announce via Cygwin
pv 1.6.6-1 is now available in Cygwin. This release has many updates since the previous Cygwin release, 1.4.12-1. See the release notes[1] for details. pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline be

[ANNOUNCEMENT] fish-3.3.0-1

2021-07-01 Thread Andrew Schulman via Cygwin-announce via Cygwin
fish 3.3.0-1 is now available in Cygwin. This release has many small improvements and bug fixes since the previous Cygwin release, 3.2.2-1. See the upstream release notes[1] for a list. fish is the friendly interactive shell. It's a Unix shell that focuses on interactive use, discoverability, and

[ANNOUNCEMENT] fish 3.3.1-1

2021-08-09 Thread Andrew Schulman via Cygwin-announce via Cygwin
fish 3.3.1-1 is now available in Cygwin. This release fixes a few bugs since the previous Cygwin release, 3.3.0-1. See the upstream release notes[1] for a list. fish is the friendly interactive shell. It's a Unix shell that focuses on interactive use, discoverability, and user friendliness. The de

[ANNOUNCEMENT] pv 1.6.20-1

2021-10-19 Thread Andrew Schulman via Cygwin-announce via Cygwin
pv 1.6.20-1 is now available in Cygwin. This release has bug fixes and documentation updates since the previous Cygwin release, 1.6.6-1. See the release notes[1] for details. pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into

[ANNOUNCEMENT] stunnel 5.60-1

2021-11-05 Thread Andrew Schulman via Cygwin-announce via Cygwin
stunnel 5.60-1 is now available in Cygwin. This release has bug fixes and minor improvements. Please see the upstream changelog[1] for the full list. stunnel is a program that allows you to encrypt arbitrary TCP connections inside TLS (Transport Layer Security, the successor to Secure Sockets Layer