[PATCH] cygport install infinite loop when symlink in path

2020-07-10 Thread Brian Inglis
src_postinstall(_prep_libtool_modules): infinite loop when symlink in path added readlink to also resolve symlinks in path to DEST host prefix --- lib/src_postinst.cygpart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/src_postinst.cygpart b/lib/src_postinst.cygpart

[PATCH] cygport announce SMTP HELO fails without smtp server FQDN

2020-07-10 Thread Brian Inglis
pkg_upload.cygpart(__pkg_announce): added perl code to embedded perl script for email domain FQDN copied from git send-email with minor hooks --- lib/pkg_upload.cygpart | 51 +- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git

[ITA] libiconv-1.16-1, libiconv2-1.16, libcharset1-1.16-1

2020-07-10 Thread Lemures Lemniscati via Cygwin-apps
Hi! I suggest an update to libiconv 1.16, since the current Cygwin packages of libiconv 1.14 are old (updated 5 years ago). Cygport files are forked to https://github.com/cygwin-lem/libiconv-cygport/tree/w_1.16 from http://cygwin.com/git/cygwin-packages/libiconv . New test package files are

Re: [PATCH] COMMIT_MSG - cygport patches

2020-07-10 Thread Brian Inglis
Sorry, These cygport patches were expected to allow edits as usual but just went! Minor "unrelated" ~/.gitconfig changes seem to have removed confirmation. This should have been an -F COMMIT_MSG but I typed -m COMMIT_MSG. The next fixes a cygport announce SMTP server issue using code from git

[PATCH] pkg_upload.cygpart __pkg_announce SMTP HELO fails without smtp server FQDN

2020-07-10 Thread Brian Inglis
added git send-email perl code for FQDN with hooks in perl script --- lib/pkg_upload.cygpart | 51 +- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/lib/pkg_upload.cygpart b/lib/pkg_upload.cygpart index f88525d..06024b4 100644 ---

[PATCH] src_postinstall _prep_libtool_modules infinite loop when symlink in path

2020-07-10 Thread Brian Inglis
--- lib/src_postinst.cygpart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/src_postinst.cygpart b/lib/src_postinst.cygpart index 68381a0..091994a 100644 --- a/lib/src_postinst.cygpart +++ b/lib/src_postinst.cygpart @@ -1293,8 +1293,10 @@ __prep_libtool_modules() {

[PATCH] COMMIT_MSG

2020-07-10 Thread Brian Inglis
--- lib/src_postinst.cygpart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/src_postinst.cygpart b/lib/src_postinst.cygpart index 68381a0..091994a 100644 --- a/lib/src_postinst.cygpart +++ b/lib/src_postinst.cygpart @@ -1293,8 +1293,10 @@ __prep_libtool_modules() {

[ANNOUNCEMENT] Updated: vttest 20200610

2020-07-10 Thread Brian Inglis
The following package has been upgraded in the Cygwin distribution: * vttest 20200610 Tests the functionality of a VT100 terminal (or emulator thereof). Tests both display (escape sequence handling) and keyboard. The program is menu-driven and contains full operating instructions. To run a given

Updated: vttest 20200610

2020-07-10 Thread Brian Inglis
The following package has been upgraded in the Cygwin distribution: * vttest 20200610 Tests the functionality of a VT100 terminal (or emulator thereof). Tests both display (escape sequence handling) and keyboard. The program is menu-driven and contains full operating instructions. To run a given

Re: sshd.exe infected with IDP.Generic?

2020-07-10 Thread Brian Inglis
On 2020-07-10 13:59, Marco Atzeri via Cygwin wrote: > On 10.07.2020 21:01, Ernie Rael wrote: >> On Win7. To get an elevated shell, I typically do "$ ssh xxx@yyy". And not >> very often. >> Below is an excerpt of something potentially horrible that just happened. >> Note the >> rm * >> I exited the

Re: sshd.exe infected with IDP.Generic?

2020-07-10 Thread Marco Atzeri via Cygwin
On 10.07.2020 21:01, Ernie Rael wrote: On Win7. To get an elevated shell, I typically do "$ ssh xxx@yyy". And not very often. Below is an excerpt of something potentially horrible that just happened. Note the    rm * I exited the shell. I did the "ssh..." again (yeah I'm crazy), in a

sshd.exe infected with IDP.Generic?

2020-07-10 Thread Ernie Rael
On Win7. To get an elevated shell, I typically do "$ ssh xxx@yyy". And not very often. Below is an excerpt of something potentially horrible that just happened. Note the rm * I exited the shell. I did the "ssh..." again (yeah I'm crazy), in a different bash window. And this time avast

RE: [PATCH] Fix incorrect sign-extension of pointer in 32-bit acl __to_entry

2020-07-10 Thread David Allsopp via Cygwin-patches
Corinna Vinschen wrote: > On Jul 10 15:22, David Allsopp via Cygwin-patches wrote: > > Corinna Vinschen wrote: > > > On Jul 9 20:30, David Allsopp via Cygwin-patches wrote: > > > > I have some code where the acl_t returned by get_file_acl is > > > > allocated at 0x80038248. As a result the

Update FAQ 1.6 Who's behind the project?

2020-07-10 Thread Brian Inglis
Suggest also under 1.6: https://cygwin.com/faq.html#faq.what.who which seems to be from when Redhat sold Cygwin, so: - omit Redhat from Corinna's entry, and clean up: "Corinna Vinschen is the current project lead. Corinna is a senior Red Hat engineer. Corinna is responsible for the

Re: [PATCH 2/2] Clarify FAQ 1.5 What version of Cygwin is this, anyway? Relate Cygwin DLL to Unix kernel, add required options to command examples, differentiate Unix and Cygwin commands; mention that

2020-07-10 Thread Brian Inglis
Thanks, Gotcha - sent all rather than waiting for chance to edit 2/2 - ops do sometimes seem to squash commit messages - fixed - added refs to list threads - sent v3 - learned do do something new in git. On 2020-07-10 02:35, Corinna Vinschen wrote: > I'd like to suggest to merge the two patches

[PATCH v3] Clarify FAQ 1.5 What version of Cygwin is this, anyway?

2020-07-10 Thread Brian Inglis
Patch to: https://cygwin.com/git/?p=cygwin-htdocs.git;f=faq/faq.html;hb=HEAD as a result of thread: https://cygwin.com/pipermail/cygwin/2020-July/245442.html and comments: https://cygwin.com/pipermail/cygwin-patches/2020q3/010331.html Relate Cygwin DLL to Unix kernel, add

Re: [PATCH] Fix incorrect sign-extension of pointer in 32-bit acl __to_entry

2020-07-10 Thread Corinna Vinschen
On Jul 10 15:22, David Allsopp via Cygwin-patches wrote: > Corinna Vinschen wrote: > > On Jul 9 20:30, David Allsopp via Cygwin-patches wrote: > > > I have some code where the acl_t returned by get_file_acl is allocated > > > at 0x80038248. As a result the acl_entry_t generated by acl_get_entry >

Re: [ITP] mingw64-i686-libtommath/mingw64-x86_64-libtommath

2020-07-10 Thread Marco Atzeri via Cygwin-apps
On 10.07.2020 15:07, Jan Nijtmans via Cygwin-apps wrote: Hi all, I would like to upload new packages for libtommath for Windows 32 and 64. They will be needed when Tcl 8.7 approaches final state (that will still take considerable time ...), but at least it will allow me to do some testing

RE: [PATCH] Fix incorrect sign-extension of pointer in 32-bit acl __to_entry

2020-07-10 Thread David Allsopp via Cygwin-patches
Corinna Vinschen wrote: > On Jul 9 20:30, David Allsopp via Cygwin-patches wrote: > > I have some code where the acl_t returned by get_file_acl is allocated > > at 0x80038248. As a result the acl_entry_t generated by acl_get_entry > > has an "index" of -1, since the pointer was sign-extended to

[ITP] mingw64-i686-libtommath/mingw64-x86_64-libtommath

2020-07-10 Thread Jan Nijtmans via Cygwin-apps
Hi all, I would like to upload new packages for libtommath for Windows 32 and 64. They will be needed when Tcl 8.7 approaches final state (that will still take considerable time ...), but at least it will allow me to do some testing earlier: libtommath 1.2 is final, so no need to wait for that.

Re: [ITA] python-imaging

2020-07-10 Thread marco atzeri via Cygwin-apps
On Fri, Jul 10, 2020 at 12:28 PM Hamish McIntyre-Bhatty via Cygwin-apps wrote: > > On 10/07/2020 01:20, airplanemath via Cygwin-apps wrote: > >> I tend to use loops like > >> > >> for ver in ${PYTHON_WHEEL_VERSIONS//:/ }; > >> do > >> /usr/bin/python${ver} script > >> done > >> > >> for the

Re: [ITA] python-imaging

2020-07-10 Thread Hamish McIntyre-Bhatty via Cygwin-apps
On 10/07/2020 01:20, airplanemath via Cygwin-apps wrote: >> I tend to use loops like >> >> for ver in ${PYTHON_WHEEL_VERSIONS//:/ }; >> do >>     /usr/bin/python${ver} script >> done >> >> for the tests.  Also, I believe ${ARCH} is the same as $(uname -m) here, >> if you want to streamline the

Re: [ITA] libuninameslist-20200413-1, python-libuninameslist-0.2-1

2020-07-10 Thread Lemures Lemniscati via Cygwin-apps
Date: Thu, 9 Jul 2020 20:46:43 +0200 From: Marco Atzeri via Cygwin-apps > On 09.07.2020 14:13, Lemures Lemniscati via Cygwin-apps wrote: > > Date: Thu, 09 Jul 2020 00:30:53 +0900 > > From: Lemures Lemniscati > > > >> Hi! > >> > >> Current Cygwin packages of LibUniNamesList are very old (updated

Re: [PATCH 2/2] Clarify FAQ 1.5 What version of Cygwin is this, anyway? Relate Cygwin DLL to Unix kernel, add required options to command examples, differentiate Unix and Cygwin commands; mention that

2020-07-10 Thread Corinna Vinschen
Hi Brian, I'd like to suggest to merge the two patches into one. Also, check your log message of patch 2. It looks like there's an empty line missing in line 2. Thanks, Corinna On Jul 9 19:15, Brian Inglis wrote: > --- > faq/faq.html | 25 ++--- > 1 file changed, 14

Re: [PATCH] Fix incorrect sign-extension of pointer in 32-bit acl __to_entry

2020-07-10 Thread Corinna Vinschen
On Jul 9 20:30, David Allsopp via Cygwin-patches wrote: > I have some code where the acl_t returned by get_file_acl is allocated at > 0x80038248. As a result the acl_entry_t generated by acl_get_entry has an > "index" of -1, since the pointer was sign-extended to 64-bits. > > My fix is trivial