Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-27 Thread Adam Dinwoodie via Cygwin
On Sun, 26 May 2024 at 23:45, David Dyck via Cygwin wrote: > > After updating I still get the same error. > > $ git clone -v https://github.com/lxml/lxml.git > Cloning into 'lxml'... > POST git-upload-pack (175 bytes) > POST git-upload-pack (gzip 8652 to 4282 bytes) > remote: Enumerating objects:

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-26 Thread Adam Dinwoodie via Cygwin
On Sun, 26 May 2024 at 05:10, David Dyck via Cygwin wrote: > > I upgraded to the most recent git and I get the following error > ( stable2.45.1-1x86_648597 KiB2024-05-25 18:58 ) > > $ git clone -v https://github.com/lxml/lxml.git > Cloning into 'lxml'... > POST git-upload-pack (175 bytes) > POST

git 2.45.1-1

2024-05-25 Thread Adam Dinwoodie via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * git-2.45.1-1 * git-cvs-2.45.1-1 * git-debuginfo-2.45.1-1 * git-email-2.45.1-1 * git-gui-2.45.1-1 * git-p4-2.45.1-1 * git-svn-2.45.1-1 * gitk-2.45.1-1 * gitweb-2.45.1-1 Git is a free and open source distributed version

Re: [PATCH cygport] Add customization support for announce command

2024-05-01 Thread Adam Dinwoodie via Cygwin-apps
On Wed, May 01, 2024 at 04:49:10PM +0200, Christian Franke via Cygwin-apps wrote: > Adam Dinwoodie via Cygwin-apps wrote: > > On Tue, Apr 30, 2024 at 12:27:35PM +0200, Christian Franke via Cygwin-apps > > wrote: > > > Jon Turney wrote: > > > > On 10/03/202

Re: [PATCH cygport] Add customization support for announce command

2024-05-01 Thread Adam Dinwoodie via Cygwin-apps
On Tue, Apr 30, 2024 at 12:27:35PM +0200, Christian Franke via Cygwin-apps wrote: > Jon Turney wrote: > > On 10/03/2024 16:33, Christian Franke via Cygwin-apps wrote: > > > +    /bin/bash -c "cd ${top} || exit 1 > > > +${HOMEPAGE+HOMEPAGE=${HOMEPAGE@Q}} > > > +P=${P@Q}; PF=${PF@Q}; PN=${PN@Q};

Re: NetPbm

2024-04-18 Thread Adam Dinwoodie via Cygwin
On Tue, 16 Apr 2024 at 20:53, Ourson 35 via Cygwin wrote: > > Hi, > I need to use NetPbm 11.6 (2024) for Windows, or at least 10.99 (2022). > > But your last version is 10.80 (2017) ... :-( > Please, is it possible to update ? > Thanks Unfortunately this package is unmaintained, per

Re: Cygwin a bit slow

2024-04-08 Thread Adam Dinwoodie via Cygwin
On Fri, 5 Apr 2024 at 16:19, J M via Cygwin wrote: > > Hi, > > I'm seeing that Cygwin is a bit slow, directly and after comparing to > simple ubuntu virtual machines by example. > > Specifically: > > - Copy and paste texts in vim, I see clearly the slow in paste. > - Using sed and/or grep that

Re: bash builtin printf date format problem

2024-04-01 Thread Adam Dinwoodie via Cygwin
On Mon, 1 Apr 2024 at 16:29, Chris Elvidge via Cygwin wrote: > > Using bash builtin printf '%(fmt)T', when fmt contains %-d (or %_d), > there is no output - should print daynumber with no preceding 0 (or with > preceding space). Similarly %-e. date +"%B %-d" works OK. > > $ uname -a >

jq bug report: jq errors trigger assertion errors rather than being handled

2024-03-26 Thread Adam Dinwoodie via Cygwin
Hi, I'm seeing consistent behaviour when running `jq` on Cygwin, where commands that should trigger jq to produce an error message instead cause it to assert and die. Simple test case: run `jq -n 'error("oh no!")'`, which should raise a jq error with the text "oh no!". Output on Cygwin: $

Re: How to map a NAS drive in /etc/fstab that is of type

2024-01-08 Thread Adam Dinwoodie via Cygwin
On Mon, 8 Jan 2024 at 07:46, /dev /local/ca via Cygwin wrote: > > What would an entry in */etc/fstab* look like on Windows to map a nas > mapped drive N: > > When provisioning the drives, I selected file system type: btrfs > > --- > I am on Windows 10 Pro and want to access the drive with the

Updated: Git v2.43.0-1

2024-01-08 Thread Adam Dinwoodie via Cygwin-announce
Version 2.43.0-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Re: Cannot set up cron as a service on corporate PC

2023-12-12 Thread Adam Dinwoodie via Cygwin
On Mon, Dec 11, 2023 at 02:07:08PM +, Jon Turney wrote: > On 09/12/2023 21:55, Adam Dinwoodie via Cygwin wrote: > > Hi, > > > > I've been trying to set up Cygwin cron to work as a service on my work > > PC. I'm able to get it working just fine on a Windows

Re: Cannot set up cron as a service on corporate PC

2023-12-11 Thread Adam Dinwoodie via Cygwin
On Sun, Dec 10, 2023 at 09:22:12AM -0700, Brian Inglis via Cygwin wrote: > On 2023-12-09 14:55, Adam Dinwoodie via Cygwin wrote: > > I've been trying to set up Cygwin cron to work as a service on my work > > PC. I'm able to get it working just fine on a Windows system wher

Cannot set up cron as a service on corporate PC

2023-12-09 Thread Adam Dinwoodie via Cygwin
Hi, I've been trying to set up Cygwin cron to work as a service on my work PC. I'm able to get it working just fine on a Windows system where I'm using a personal Microsoft account, but when I attempt the same process using on a Windows system using my work account, I get the following error:

Re: Please support download setup-x86_64.exe on IPv6-only network

2023-11-16 Thread Adam Dinwoodie via Cygwin
On Thu, Nov 16, 2023 at 08:13:30AM +0100, Martin Wege via Cygwin wrote: > On Thu, Nov 16, 2023 at 2:40 AM Bin W via Cygwin wrote: > > > > https://www.cygwin.com/setup-x86_64.exe > > IPv6-only network can't download the installer. > > Details please. Does > https://www.cygwin.com/setup-x86_64.exe

New: python-rfc6555 0.1.0-1

2023-11-13 Thread Adam Dinwoodie via Cygwin-announce
Version 0.1.0-1 of python-rfc6555 has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. python-rfc6555 is an implementation of the RFC 6555 "Happy Eyeballs" algorithm for improving connection speeds from IPv4/IPv6 dual-stack systems to some

Re: [ITP] python-rfc6555 0.1.0

2023-11-12 Thread Adam Dinwoodie via Cygwin-apps
On Fri, Nov 10, 2023 at 04:23:31PM +, Jon Turney wrote: > On 08/11/2023 17:56, Adam Dinwoodie via Cygwin-apps wrote: > > I'd like to package python-rfc6555. This is a Python module that's now > > required for offlineimap, for which I'm slowly working towards > &

Re: python-requests update request

2023-11-12 Thread Adam Dinwoodie via Cygwin
On Sun, Nov 12, 2023 at 02:35:38PM +, Jon Turney wrote: > On 06/11/2023 14:58, Adam Dinwoodie via Cygwin wrote: > > Hi Marco, > > > > python-requests is currently at v2.27.1, and the latest upstream release > > is v2.31.0. I'm chasing down a long requirem

Re: Missing Python dependencies for venv standard library module

2023-11-10 Thread Adam Dinwoodie via Cygwin
On Fri, Nov 10, 2023 at 02:35:16PM +, Jon Turney wrote: > On 08/11/2023 16:17, Adam Dinwoodie via Cygwin wrote: > > Hullo, > > > > It looks like the python39 package is missing dependencies on > > python-setuptools-wheel and python-pip-wheel. I've not checked

[ITP] python-rfc6555 0.1.0

2023-11-08 Thread Adam Dinwoodie via Cygwin-apps
I'd like to package python-rfc6555. This is a Python module that's now required for offlineimap, for which I'm slowly working towards submitting an ITA. The Python module has an Apache 2.0 license, and is available at least from Debian per https://packages.debian.org/bookworm/python3-rfc6555

Missing Python dependencies for venv standard library module

2023-11-08 Thread Adam Dinwoodie via Cygwin
Hullo, It looks like the python39 package is missing dependencies on python-setuptools-wheel and python-pip-wheel. I've not checked, but I suspect earlier Python versions are missing the same dependencies. Without these, the Python built-in venv module doesn't work: $ python3 -m venv v

python-requests update request

2023-11-06 Thread Adam Dinwoodie via Cygwin
Hi Marco, python-requests is currently at v2.27.1, and the latest upstream release is v2.31.0. I'm chasing down a long requirement chain as part of trying to update Cygwin's OfflineIMAP package to run against Python 3, and one of those requirements wants python-requests to be at least v2.30.0.

Re: [cygport RFC PATCH 1/1] Run install functions separately

2023-11-05 Thread Adam Dinwoodie via Cygwin-apps
On Sun, Nov 05, 2023 at 10:24:43PM +, Adam Dinwoodie via Cygwin-apps wrote: > ``` > #!/usr/bin/bash > > src_install () { > false > echo "This step *does* run" > } > > src_install && echo "As does this step" > ``` The abov

Re: [cygport RFC PATCH 1/1] Run install functions separately

2023-11-05 Thread Adam Dinwoodie via Cygwin-apps
On Fri, Nov 03, 2023 at 05:57:08PM +0100, ASSI via Cygwin-apps wrote: > Adam Dinwoodie via Cygwin-apps writes: > > When running as part of a `&&` chain, Bash's `set -e` behaviour is > > suppressed entirely, which means calls that produce non-zero error codes > > will

Updated: Git v2.42.1-1

2023-11-02 Thread Adam Dinwoodie via Cygwin-announce
Version 2.42.1-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Re: Cant install Cygwin Virt-manager that asks for library that asks for python2

2023-11-01 Thread Adam Dinwoodie via Cygwin
On Wed, 1 Nov 2023 at 06:33, Bill Sharp via Cygwin wrote: > > On Tue, 31 Oct 2023 at 22:58, Jānis Ķengurs via Cygwin > wrote: > > > I wanted to use some KVM or Qemu or something on linux and windows that can > > fast open iso files for testing > > Downloaded on Windows 10 > > Here shows what

[cygport RFC PATCH 1/1] Run install functions separately

2023-10-30 Thread Adam Dinwoodie via Cygwin-apps
When running as part of a `&&` chain, Bash's `set -e` behaviour is suppressed entirely, which means calls that produce non-zero error codes will be ignored if they're called inside functions that are part of such a chain. To avoid silent failures from commands in a src_install function being

[cygport RFC PATCH 0/1] Bug fix? src_install commands fail silently

2023-10-30 Thread Adam Dinwoodie via Cygwin-apps
similar code for the `cygport compile` command. It might make sense to fix this in far more locations. - I wouldn't be at all surprised if this bug, and others of the same ilk, have become load-bearing. If this gets fixed, it might cause a lot of build scripts that have otherwise been happily ignor

Updated: inih v57-1

2023-10-30 Thread Adam Dinwoodie via Cygwin-announce
Version 57-1 of inih has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. >From the upstream description[0]: > inih (INI Not Invented Here) is a simple .INI file parser written in > C. It's only a couple of pages of code, and it was designed to

[cygport PATCH] Check for pythonXX-wheel when using python-wheel

2023-10-27 Thread Adam Dinwoodie via Cygwin-apps
The python wheel package is required for building using the python-wheel cygclass, but nothing in cygport verifies its existence, and the error from the Python commands themselves aren't particularly helpful either. To avoid other people wasting the time I just did trying to debug Python build

Updated: Git v2.42.0-1

2023-10-26 Thread Adam Dinwoodie via Cygwin-announce
Version 2.42.0-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Re: tzdata packaging options

2023-10-18 Thread Adam Dinwoodie via Cygwin-apps
On Tue, 17 Oct 2023 at 23:48, Brian Inglis via Cygwin-apps wrote: > > Hi folks, > > I have been building and distributing tzdata with maximal backward > compatibility > since adopting the package. > > The maintainer and some distros are choosing to consolidate data and drop > historical details

Re: Ruby EOL in Cygwin 3.4.9?

2023-10-13 Thread Adam Dinwoodie via Cygwin
On Thu, 12 Oct 2023, 22:46 Eric Hendrickson wrote: > The comparison to Debian Stable - I hear you but I don’t think that is a > fair comparison. Debian Stable is not shipping EOL packages at the time it > was released. To pick a fairly high-profile example, Debian Bullseye was released as Debian

Re: Ruby EOL in Cygwin 3.4.9?

2023-10-12 Thread Adam Dinwoodie via Cygwin
Picking up a few threads that I think others might have missed, and which I think are worthy of acknowledgement… On Thu, 12 Oct 2023 at 05:16, Eric D Hendrickson via Cygwin wrote: > How does Cygwin being an all volunteer effort have any bearing on this > question, other than the time and

Re: Most git executables are hard links to git.exe?

2023-07-22 Thread Adam Dinwoodie via Cygwin
On Fri, 21 Jul 2023 at 22:54, Jim Garrison via Cygwin wrote: > > On 07/21/23 14:52, Brian Inglis wrote: > > On 2023-07-21 14:59, Jim Garrison via Cygwin wrote: > >> Git comes with over 100 executables, mostly in /usr/libexec/git-core, > >> that all appear to be *hard* links to /bin/git, in both

Re: git submodule + gettext / envsubst

2023-06-23 Thread Adam Dinwoodie via Cygwin
On Fri, 23 Jun 2023 at 08:59, Andreas Heckel via Cygwin wrote: > > Hi, > > I recently faced some error messages when using git submodules. I found, that > Cygwin's git works nicely on its own. But when I have MSYS binary paths in my > environment, Cygwin's git finds the msys gettext and envsubst

Re: git 2.39.0 change from relative to absolute submodule paths

2023-05-20 Thread Adam Dinwoodie via Cygwin
On Wed, May 17, 2023 at 06:26:38AM +, Fuchs, Thorsten via Cygwin wrote: > Hello, > > After submodule update with git 2.39.0 some of our sub modules got > their worktree settings in the .git/modules//config fil set > as absolute paths. See the attached config files as example. It seems > that

Re: ECCN for Cygwin 1.7.34 - FREE

2023-05-15 Thread Adam Dinwoodie via Cygwin
On Mon, 15 May 2023 at 21:46, Justin Reeves via Cygwin wrote: > > To Whom It May Concern; > > I am a project manager at Caterpillar and I am working on compliance for > programs/applications. I am looking to find the Electronic Classification > Control Number (ECCN) for "Cygwin 1.7.34 - FREE".

Re: python2 removal

2023-04-30 Thread Adam Dinwoodie via Cygwin-apps
On Sun, 30 Apr 2023 at 19:25, Jon Turney wrote: > > On 25/02/2023 16:51, Adam Dinwoodie via Cygwin-apps wrote: > > On Sat, 25 Feb 2023 at 16:23, Jon Turney via Cygwin-apps wrote: > >> On 16/01/2023 12:49, Jon Turney via Cygwin-apps wrote: > >>> On 15/01/2023

Re: bash shell script: recently running, now failing

2023-04-06 Thread Adam Dinwoodie via Cygwin
On Thu, Apr 06, 2023 at 04:43:51AM +, Fergus Daly via Cygwin wrote: > I have a "hash bang" bash shell script i.e. first line > #! /bin/sh > or equivalently > #! /bin/bash > For various reasons I want this file to be identified as binary so its second > line > is the single character null \x00

Re: xlsx2csv package may not be required.

2023-03-17 Thread Adam Dinwoodie via Cygwin-apps
On Thu, Mar 16, 2023 at 07:58:48PM -0600, Doug Henderson via Cygwin-apps wrote: > There is a current pure python version of xlsx2csv which runs for many > versions of Python 2 and Python 3. > > It may not be necessary to provide a package for it in cygwin. > Instead, users may install the pure

Re: python2 removal

2023-02-25 Thread Adam Dinwoodie via Cygwin-apps
On Sat, 25 Feb 2023 at 16:23, Jon Turney via Cygwin-apps wrote: > On 16/01/2023 12:49, Jon Turney via Cygwin-apps wrote: > > On 15/01/2023 12:52, Jon Turney via Cygwin-apps wrote: > > [...] > >> Python 2.7 is the last python2 version, which was sunsetted on January > >> 1, 2020. > > [...] > >> 2)

Re: Python 3 versions

2023-02-10 Thread Adam Dinwoodie via Cygwin
On Fri, 10 Feb 2023 at 18:46, Jose Isaias Cabrera via Cygwin wrote: > Greetings. > > I am going to start a project using python, but I need to be able to run some > of the python3 libraries. When I use setup to install python, there are a > bunch of python* versions: > python2* > python3 >

[ANNOUNCEMENT] Updated: AsciiDoc v10.2.0-1

2023-01-20 Thread Adam Dinwoodie via Cygwin
asciidoc v10.2.0-1 has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Quoting the upstream project description at https://asciidoc-py.github.io > AsciiDoc.py is a legacy processor for this syntax, handling an older > rendition of AsciiDoc. As

Updated: AsciiDoc v10.2.0-1

2023-01-20 Thread Adam Dinwoodie
asciidoc v10.2.0-1 has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Quoting the upstream project description at https://asciidoc-py.github.io > AsciiDoc.py is a legacy processor for this syntax, handling an older > rendition of AsciiDoc. As

Re: Version string of package

2023-01-17 Thread Adam Dinwoodie via Cygwin-apps
On Fri, Jan 13, 2023 at 01:22:44PM +, Jon Turney via Cygwin-apps wrote: > On 13/01/2023 11:52, Takashi Yano via Cygwin-apps wrote: > > Hi, > > > > Is it allowed to include '-' in version string (e.g. '20230113-stable')? > > I'm asking because mksetupini warns: > > > > mksetupini: file

[ANNOUNCEMENT] New package: inih v56-1

2023-01-17 Thread Adam Dinwoodie via Cygwin
inih v56-1 has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. >From the upstream description[0]: > inih (INI Not Invented Here) is a simple .INI file parser written in > C. It's only a couple of pages of code, and it was designed to be > small

New package: inih v56-1

2023-01-17 Thread Adam Dinwoodie
inih v56-1 has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. >From the upstream description[0]: > inih (INI Not Invented Here) is a simple .INI file parser written in > C. It's only a couple of pages of code, and it was designed to be > small

Re: [ITP] libinih

2023-01-15 Thread Adam Dinwoodie via Cygwin-apps
On Fri, Jan 13, 2023 at 02:27:46PM +, Jon Turney wrote: > On 11/01/2023 23:16, Adam Dinwoodie via Cygwin-apps wrote: > > On Wed 11 Jan 2023 at 03:14:20PM +, Jon Turney wrote: > > > On 09/01/2023 16:32, Adam Dinwoodie via Cygwin-apps wrote: > > > > As

Re: vmstat yields error 'Unable to create system stat structure' on W11x64

2023-01-15 Thread Adam Dinwoodie via Cygwin
On Sun, 15 Jan 2023 at 22:05, System Administrator via Cygwin wrote: > > Hello, > > I am trying to migrate my framework to Windows 11 running Cygwin. > When executing vmstat it returns the following error: > > "Unable to create system stat structure” > > Using the very same packages (install

Re: Question about slow access to file information

2023-01-14 Thread Adam Dinwoodie via Cygwin
On Sat, Jan 14, 2023 at 11:42:58AM +1100, Eliot Moss via Cygwin wrote: > Dear Cygwin'ers - > > I have a separate drive mounted this way: > > d:/ /cygdrive/d ntfs binary,posix=0,user,noacl,auto 0 0 > > One thing I use it for is to store backup files. These tend to be 2 Gb > chunks, and there

Re: newlib-cygwin.git repository: Switching "master" to "main"

2023-01-13 Thread Adam Dinwoodie via Cygwin
On Fri, Jan 13, 2023 at 02:23:44PM -0500, Mike Frysinger via Cygwin wrote: > thanks for doing this! > -mike Seconded! This clearly isn't going to solve racism in a single step, but making our community that bit more welcoming -- particularly when the cost of the change is essentially zero -- has

Re: [ATTN MAINTAINER] tig

2023-01-13 Thread Adam Dinwoodie via Cygwin-apps
On Fri, Jan 13, 2023 at 06:06:22PM +0100, Libor Ukropec via Cygwin-apps wrote: > Dne 13.01.2023 v 17:59 Libor Ukropec via Cygwin-apps napsal(a): > > Dne 10.01.2023 v 15:04 Jari Aalto via Cygwin-apps napsal(a): > > > > > > > > Hi, Thanks for the heads up. I've uploaded new version and added the >

Re: [ITP] libinih

2023-01-11 Thread Adam Dinwoodie via Cygwin-apps
On Wed 11 Jan 2023 at 03:14:20PM +, Jon Turney wrote: > On 09/01/2023 16:32, Adam Dinwoodie via Cygwin-apps wrote: > > As requested at [0], I've offered to package libinih for Cygwin. It has > > a BSD license[1] and is already packaged for a bunch of *nix distros, > > inc

Re: Maximizing windows during "git log" locks mintty both in "Git for Windows" and cygwin 3.4.3

2023-01-10 Thread Adam Dinwoodie via Cygwin
On Tue, Jan 10, 2023 at 04:50:26PM +0100, Francesco Pretto via Cygwin wrote: > Hello, > > I want to report a bug in mintty that is mostly suffered by "Git for > Windows" users, which in version 2.39.0.2 they are using mintty 3.6.1. > The bug has been reported in this "Git for Windows" issue[1]. >

[ITP] libinih

2023-01-09 Thread Adam Dinwoodie via Cygwin-apps
As requested at [0], I've offered to package libinih for Cygwin. It has a BSD license[1] and is already packaged for a bunch of *nix distros, including Fedora, Debian and Arch[2]. [0]: https://cygwin.com/pipermail/cygwin/2023-January/252780.html [1]:

Re: Package request libinih & libinih-devel

2023-01-05 Thread Adam Dinwoodie via Cygwin
On Thu, 5 Jan 2023 at 12:32, miloskomarcevic--- wrote: > > Please package https://github.com/benhoyt/inih as it will be a new dependency > for exiv2 > Thanks, and best regards, > Milos & the Exiv2 team Hi Milos, I've just attempted to package this for Cygwin. Are you able to test the

Re: Resizing window while showing git log locks up Command Line

2022-12-21 Thread Adam Dinwoodie via Cygwin
On Wed, 21 Dec 2022 at 16:08, Gregory Mason via Cygwin wrote: > > Hello Cygwin volunteers, > > I was asked to forward this bug report from the git-for-windows bug report: > https://github.com/git-for-windows/git/issues/4060 > Original bug report from garretwilson > > > Find a Git repository with

Re: Long lines in posts to this mailing list

2022-12-14 Thread Adam Dinwoodie via Cygwin
On Wed, Dec 14, 2022 at 10:53:47AM +, Fergus Daly via Cygwin wrote: > What causes long lines without word wrap in posts to this list (such as the > immediately preceding > "gcc v.11.3.0 failing") and how can they be avoided? > (They are very inconvenient - sorry!) This is entirely down to

Re: [ATTN MAINTAINER] tig

2022-12-13 Thread Adam Dinwoodie via Cygwin-apps
On Tue, 13 Dec 2022 at 17:16, Libor Ukropec via Cygwin-apps wrote: > > Dne 12.12.2022 v 17:32 Adam Dinwoodie via Cygwin-apps napsal(a): > > On Sun, Dec 11, 2022 at 11:15:35PM +0100, Libor Ukropec via Cygwin-apps > > wrote: > >> Hello Jari, > >> > >> cy

[ANNOUNCEMENT] Updated: Git v2.39.0

2022-12-13 Thread Adam Dinwoodie via Cygwin
Version 2.39.0-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Updated: Git v2.39.0

2022-12-13 Thread Adam Dinwoodie
Version 2.39.0-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Re: [ATTN MAINTAINER] tig

2022-12-12 Thread Adam Dinwoodie via Cygwin-apps
On Sun, Dec 11, 2022 at 11:15:35PM +0100, Libor Ukropec via Cygwin-apps wrote: > Hello Jari, > > cygwin contains "tig" in version 2.4.1 (2019-07-30) and there's already > 2.5.4 (2021) with many bug fixes and improvements available. > Can I kindly ask whether it is possible to update the package?

[ANNOUNCEMENT] Updated: Git v2.38.2

2022-12-12 Thread Adam Dinwoodie via Cygwin
Version 2.38.2-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Updated: Git v2.38.2

2022-12-12 Thread Adam Dinwoodie
Version 2.38.2-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Re: New to cygwin list. How to request or assist with a package update?

2022-11-27 Thread Adam Dinwoodie
On Sat, Nov 26, 2022 at 01:03:27PM -0500, Mark Murawski wrote: > Hi! > > > What would the best way to go about getting an updated build of a specific > package? > > Right now I'm particularly interested in getting the latest version of > terminator. > > > Terminator Terminal Package: > >

Re: Issues to install cygwin 3.3.6

2022-11-21 Thread Adam Dinwoodie
On Mon, 21 Nov 2022 at 18:20, Jim Garrison via Cygwin wrote: > > On 11/21/22 08:03, Adam Dinwoodie wrote: > > On Mon, 21 Nov 2022 at 14:19, Michel Robitaille wrote: > >> > >> Hello, > >> > >> Running setup-x86_64.exe (version 3.3.6) requi

Re: [ANNOUNCEMENT] Updated: setup (2.923)

2022-11-21 Thread Adam Dinwoodie
On Mon, 21 Nov 2022 at 12:46, Jon Turney wrote: > - Add view modes "Removable" and "Unneeded" (thanks to Christian Franke) > > -- "Removable" shows installed packages that were selected, but can now > be safely removed, as no installed package depends on them > -- "Unneeded" shows packages which

Re: Issues to install cygwin 3.3.6

2022-11-21 Thread Adam Dinwoodie
On Mon, 21 Nov 2022 at 14:19, Michel Robitaille wrote: > > Hello, > > Running setup-x86_64.exe (version 3.3.6) requires an app on Windows 11 (fully > up to date). > It is looking for an app that does not exist with Microsoft Store. > > This was not required for any of the previous version. > > Is

Re: [ANNOUNCEMENT] Updated: gettext{,-devel,doc} emacs-gettext lib{gettextpo,asprintf}{0,-devel} libintl{8,-devel} mingw64-{x86_64,i686}-gettext 0.21.1

2022-11-10 Thread Adam Dinwoodie
On Sat, Oct 29, 2022 at 11:00:11PM -0600, Cygwin Gettext Maintainer wrote: > The following packages have been uploaded to the Cygwin distribution: > > * gettext 0.21.1 > * gettext-devel 0.21.1 > * gettext-doc 0.21.1 > * emacs-gettext

Re: Git not fetching https repository: cannot open shared object file (probably cyggsasl-18.dll ?)

2022-10-31 Thread Adam Dinwoodie
On Mon, Oct 31, 2022 at 12:25:29PM +0100, Arrigo Marchiori via Cygwin wrote: > Dear All, > > on my Cygwin installation, updated today, I cannot run `git fetch' > on a https repository. > > Transcript: > > 8<8<8<8<8<8<8<- > > $ git

Re: How to search this Archive

2022-10-25 Thread Adam Dinwoodie
On Tue, Oct 25, 2022 at 07:12:21AM +, Fergus Daly wrote: > I know I have asked this before but because I cannot search the Archive I > cannot find the query > or any responses. > One used to be able to type > site:cygwin.com "keyword1 keyword2 .." > into Google and depending on the search

Re: [ITP] passwdqc 2.0.2

2022-10-23 Thread Adam Dinwoodie
On Sun, 23 Oct 2022 at 20:31, Chad Dougherty wrote: > On 2022-10-23 15:19, Adam Dinwoodie wrote: > > On Sun, 23 Oct 2022 at 20:13, Chad Dougherty wrote: > >> I can't reproduce this and they all look OK in my local environment. By > >> any chance do you have a pointer

Re: [ITP] passwdqc 2.0.2

2022-10-23 Thread Adam Dinwoodie
On Sun, 23 Oct 2022 at 20:13, Chad Dougherty wrote: > On 2022-10-23 13:42, Adam Dinwoodie wrote: > >> .hint and .cygport files are attached and can also be found here along > >> with built packages: > >> https://github.com/crd477/passwdqc-cygport > > >

Re: [ITP] passwdqc 2.0.2

2022-10-23 Thread Adam Dinwoodie
On Sat, 22 Oct 2022 at 00:06, Chad Dougherty wrote: > > Hello, > > I'm interested in becoming a package maintainer for passwdqc: > https://www.openwall.com/passwdqc/ > > > > .hint and .cygport files are attached and can also be found here along > with built packages: >

Re: [ITA] lz4

2022-10-23 Thread Adam Dinwoodie
On Sat, 22 Oct 2022 at 21:59, Chad Dougherty wrote: > I'd like to adopt the lz4 library that is currently listed as orphaned. > > I've updated the cygport to the current version, 1.9.4: > https://github.com/crd477/lz4-cygport I've not tested the actual compilation, but I have done some test

[ANNOUNCEMENT] git-filter-repo 2.38.0-1

2022-10-19 Thread Adam Dinwoodie
[Resending as I've spotted something went very wrong with my MUA when I previously tried to send this announcement, meaning some people may not have received it. This should have been sent on 11 October 2022.] The following packages have been uploaded to the Cygwin distribution: *

git-filter-repo 2.38.0-1

2022-10-19 Thread Adam Dinwoodie
[Resending as I've spotted something went very wrong with my MUA when I previously tried to send this announcement, meaning some people may not have received it. This should have been sent on 11 October 2022.] The following packages have been uploaded to the Cygwin distribution: *

[ANNOUNCEMENT] Security update: Git v2.38.1

2022-10-19 Thread Adam Dinwoodie
Version 2.38.1-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Security update: Git v2.38.1

2022-10-19 Thread Adam Dinwoodie
Version 2.38.1-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Re: LICENSE values for non-standard OSS licenses

2022-10-15 Thread Adam Dinwoodie
On Fri, 14 Oct 2022 at 17:28, Jon Turney wrote: > > On 11/10/2022 09:37, Adam Dinwoodie wrote: > [... > > ``` > > ERROR: invalid hints git-filter-repo-2.38.0-1-src.hint > > ERROR: package 'git-filter-repo': errors in license expression: ['Unknown > > licen

Re: Commands are hanging on Windows 2019

2022-10-15 Thread Adam Dinwoodie
On Wed, 12 Oct 2022 at 16:13, Derek Pagel via Cygwin wrote: > > We're seeing a bunch of commands (mv, which, rm) that are hanging or take a > long time to complete on Windows 2019. It does not happen consistently but > intermittently about once a week. The issue doesn't happen when running the

Re: LICENSE values for non-standard OSS licenses

2022-10-13 Thread Adam Dinwoodie
On Wed, Oct 12, 2022 at 04:28:36PM -0600, Brian Inglis wrote: > On 2022-10-12 18:59 UTC, Adam Dinwoodie wrote: > > On Wed, Oct 12, 2022 at 07:58:56PM +0200, Achim Gratz wrote: > > > Adam Dinwoodie writes: > > > > ERROR: invalid hints git-filter-repo-2.38.0-1-src.hi

Re: LICENSE values for non-standard OSS licenses

2022-10-12 Thread Adam Dinwoodie
On Wed, Oct 12, 2022 at 09:45:35AM -0600, Brian Inglis wrote: > On 2022-10-12 9:00 UTC, Adam Dinwoodie wrote:> On Tue, Oct 11, 2022 at > 02:13:00PM -0600, Brian Inglis wrote: > > > On Tue, 11 Oct 2022 09:37:23 +0100, Adam Dinwoodie wrote: > > > > I'm trying to uplo

Re: LICENSE values for non-standard OSS licenses

2022-10-12 Thread Adam Dinwoodie
On Wed, Oct 12, 2022 at 07:58:56PM +0200, Achim Gratz wrote: > Adam Dinwoodie writes: > > ERROR: invalid hints git-filter-repo-2.38.0-1-src.hint > > ERROR: package 'git-filter-repo': errors in license expression: ['Unknown > > license key(s): LicenseRef-inherit-git, Licen

Re: LICENSE values for non-standard OSS licenses

2022-10-12 Thread Adam Dinwoodie
On Wed, Oct 12, 2022 at 10:36:02AM +0200, Thomas Wolff wrote: > > > Am 11/10/2022 um 22:13 schrieb Brian Inglis: > > On Tue, 11 Oct 2022 09:37:23 +0100, Adam Dinwoodie wrote: > > > I'm trying to upload a new version of git-filter-repo, and took the > > > opp

Re: LICENSE values for non-standard OSS licenses

2022-10-12 Thread Adam Dinwoodie
On Tue, Oct 11, 2022 at 02:13:00PM -0600, Brian Inglis wrote: > On Tue, 11 Oct 2022 09:37:23 +0100, Adam Dinwoodie wrote: > > I'm trying to upload a new version of git-filter-repo, and took the > > opportunity to set the LICENSE value in the cygport file. The new value > >

LICENSE values for non-standard OSS licenses

2022-10-11 Thread Adam Dinwoodie
/home/Adam Dinwoodie/noarch/release/git-filter-repo/git-filter-repo-2.38.0-1-src.hint ERROR: error while reading uploaded arch noarch packages from maintainer Adam Dinwoodie SUMMARY: 5 ERROR(s) ``` So it looks like the issue is the way I've encoded the non-standard licensing options. "LicenseRef-&q

Re: Cygwin Git repos refusing push

2022-10-08 Thread Adam Dinwoodie
On Sat, 8 Oct 2022 at 14:12, Jon Turney wrote: > > On 04/10/2022 15:02, Adam Dinwoodie wrote: > [...] > >> > >> I've adjusted the gitolite configuration so this should work again. > > > > Would it be possible to add some output to the hooks to provide a

Re: Feature request: File descriptor support by sockets.

2022-10-08 Thread Adam Dinwoodie
On Thu, 6 Oct 2022 at 18:37, Darren Whobrey wrote: > > Hi, I'm using the latest version of Cygwin (3.3.6) and the Cygwin OpenSSH > (OpenSSH_9.0p1, OpenSSL 1.1.1q 5 Jul 2022) version of ssh to talk to hosts > using ControlMaster connection sharing. This uses sockets behind the scenes. > When

Re: Frequent Warning messages using gv

2022-10-08 Thread Adam Dinwoodie
On Wed, 5 Oct 2022 at 06:46, Fergus Daly wrote: > Whenever I use gv on a PostScript file as in > $ gv filename.ps > then a (usually) successful display is (almost invariably) accompanied by > Warning messages about font conversions. > It is not obvious what limitations or errors are affecting the

Re: [ITP] rsync 3.2.6

2022-10-06 Thread Adam Dinwoodie
On Wed, Oct 05, 2022 at 09:29:08PM -0400, Chad Dougherty wrote: > Hello all, > > I've been using cygwin for a long time but this is my first attempt at this > process so please be gentle :) > > I noticed that the current rsync package (3.2.3+20200903+git9f9240b-4) is > trailing on security

Re: Cygwin Git repos refusing push

2022-10-04 Thread Adam Dinwoodie
On Tue, Oct 04, 2022 at 01:28:27PM +0100, Jon Turney wrote: > On 04/10/2022 08:55, Adam Dinwoodie wrote: > > There's a hook on the Cygwin Git infrastructure that is refusing to > > accept updated tags for the git package. There's no explanation of why > > the p

[ANNOUNCEMENT] Updated: Git v2.38.0

2022-10-04 Thread Adam Dinwoodie
Version 2.38.0-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Updated: Git v2.38.0

2022-10-04 Thread Adam Dinwoodie
Version 2.38.0-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Cygwin Git repos refusing push

2022-10-04 Thread Adam Dinwoodie
, origin/main, origin/HEAD) Merge: f3e0456 65b7884 Author: Adam Dinwoodie Date: Mon Oct 3 19:18:59 2022 +0100 Merge branch 'v2.38.0' $ git remote -v cygwin https://cygwin.com/git/cygwin-packages/git.git (fetch) cygwin cyg...@cygwin.com:git/cygwin-packages

[ANNOUNCEMENT] Updated: Git v2.37.3

2022-09-02 Thread Adam Dinwoodie
Version 2.37.3-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Updated: Git v2.37.3

2022-09-02 Thread Adam Dinwoodie
Version 2.37.3-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Re: Does the Cygwin setup program do internal sanity checks on startup?

2022-08-25 Thread Adam Dinwoodie
On Wed, Aug 24, 2022 at 08:46:10PM +, Brian Cowan via Cygwin wrote: > Why would I ask that question? Because I have a host running a > hodgepodge of company-mandated security software, and -- only on that > host -- the Cygwin setup tool crashes... > > Oddities: > 1. The crash generates 3 dump

Re: single key stroke `git add -p` bug

2022-08-25 Thread Adam Dinwoodie
On Thu, Aug 25, 2022 at 01:17:28AM +0200, trashyankes wrote: > Hello I update recently all cygwin packages and after that `git add > -p` stop working correctly. (previous update I did around 2 month > ago) I use mintty on Windows 10 x64, and have set `git config > --global

  1   2   3   4   5   6   7   >