Re: cygport patches for TeX Live

2015-01-04 Thread Yaakov Selkowitz
On 2014-12-18 07:11, Ken Brown wrote: On 12/18/2014 3:22 AM, Achim Gratz wrote: Ken Brown writes: +if [ -d /usr/share/texmf-dist ] Looks like you'd want if [ -d ${D}/usr/share/texmf-dist ] here. Thanks. I hope this is the last of the careless mistakes. Patch 0001 applied with

Backwards compatibility

2015-01-04 Thread Laurens Blankers
Hi, I was wondering what the Cygwin community thinks about maintaining backwards compatibility, especially regarding configuration files when updating or changing a package. As a long time Debian user I have grown accustomed to upgrades going very smoothly, backwards compatibility with

Re: run.exe will not work with upgrade from 1.14.4 to 1.16.3

2015-01-04 Thread Laurens Blankers
On 2015-01-04 00:02, Larry Hall (Cygwin-X) wrote: The fact that the recent changes interfere with previous usage is an issue that needs attention for sure but reverting, while the maintainer's call, just trades misbehaviour in the eyes of one group for that of the other. That may be true, but

Re: Backwards compatibility

2015-01-04 Thread Andrey Repin
Greetings, Laurens Blankers! I was wondering what the Cygwin community thinks about maintaining backwards compatibility, especially regarding configuration files when updating or changing a package. As a long time Debian user I have grown accustomed to upgrades going very smoothly,

Re: Possibly wrong Admin group ID in cygwin 1.7.34-003 (x64)

2015-01-04 Thread Achim Gratz
Ilya Dogolazky writes: But if I use the testing cygwin package 1.7.34-003 (available in the installer by clicking on cygwin package), then the group 544 doesn't appear anymore: Plain window: 197121 197610 545 4 66049 11 15 4095 66048 262154 401408 Admin window: 197121 197610 0 545 4 66049 11

Updated: cppcheck-1.68-1

2015-01-04 Thread David Stacey
Version 1.68-1 of cppcheck has been uploaded. RELEASE NOTES = http://sourceforge.net/p/cppcheck/news/2015/01/cppcheck-168/ CHANGE LOG == Changes from 1.67 to 1.68: New checks: - Multifile checking for buffer overruns and uninitialized variables Improvements: -

Updated: perl-Text-CSV_XS-1.13-2 [TEST]

2015-01-04 Thread David Stacey
Version 1.13-2 of perl-Text-CSV_XS has been uploaded. This is a test release, built against the test version of perl 5.18.2, and is only available for x86 at this time. CHANGE LOG == 1.13- 2015-01-01, H.Merijn Brand - Simplify code path for old perl - Fix quote_binary

[ANNOUNCEMENT] Updated: cppcheck-1.68-1

2015-01-04 Thread David Stacey
Version 1.68-1 of cppcheck has been uploaded. RELEASE NOTES = http://sourceforge.net/p/cppcheck/news/2015/01/cppcheck-168/ CHANGE LOG == Changes from 1.67 to 1.68: New checks: - Multifile checking for buffer overruns and uninitialized variables Improvements: -

Updated: perl-Text-CSV_XS-1.13-1

2015-01-04 Thread David Stacey
Version 1.13-1 of perl-Text-CSV_XS has been uploaded. CHANGE LOG == 1.13- 2015-01-01, H.Merijn Brand - Simplify code path for old perl - Fix quote_binary (#RT100676) - Fix csv () for hashrefs with aliased headers - Update copyright to 2015 DESCRIPTION ===

[ANNOUNCEMENT] Updated: perl-Text-CSV_XS-1.13-1

2015-01-04 Thread David Stacey
Version 1.13-1 of perl-Text-CSV_XS has been uploaded. CHANGE LOG == 1.13- 2015-01-01, H.Merijn Brand - Simplify code path for old perl - Fix quote_binary (#RT100676) - Fix csv () for hashrefs with aliased headers - Update copyright to 2015 DESCRIPTION ===

[ANNOUNCEMENT] Updated: perl-Text-CSV_XS-1.13-2 [TEST]

2015-01-04 Thread David Stacey
Version 1.13-2 of perl-Text-CSV_XS has been uploaded. This is a test release, built against the test version of perl 5.18.2, and is only available for x86 at this time. CHANGE LOG == 1.13- 2015-01-01, H.Merijn Brand - Simplify code path for old perl - Fix quote_binary

[ANNOUNCEMENT] Updated: doxygen-1.8.9.1-1

2015-01-04 Thread David Stacey
Version 1.8.9.1-1 of doxygen has been uploaded. CHANGES === Numerous new features and bug fixes. For the full change log, please see: http://www.doxygen.org/manual/changelog.html#log_1_8_9_1 DESCRIPTION === Doxygen is a documentation system for C++, C, Java, Objective-C, Python,

Updated: doxygen-1.8.9.1-1

2015-01-04 Thread David Stacey
Version 1.8.9.1-1 of doxygen has been uploaded. CHANGES === Numerous new features and bug fixes. For the full change log, please see: http://www.doxygen.org/manual/changelog.html#log_1_8_9_1 DESCRIPTION === Doxygen is a documentation system for C++, C, Java, Objective-C, Python,

Cygwin 1.7 pthread hides segmentation fault

2015-01-04 Thread Howard Guo
It seems that segfaults go unreported using pthread and Cygwin 1.7.33-2. Here is a minimal code piece to reproduce: #include pthread.h void* thread_run(void* _) { int *p = 0; *p = 1; return NULL; } int main(int argc, char** argv) { pthread_t t1;

Cygwin script wrapper (native)

2015-01-04 Thread Andrey Repin
Greetings, All! I think I've finally ironed out most of the issues I had with it. (Infinite number of arguments, quoting, etc.) The only known issues that cause script to break seems to be the same as you would expect with direct script executions - uneven/misplaced quotation marks. How to use:

Fix for ssh-user-config /etc/passwd parsing

2015-01-04 Thread Andrey Repin
Greetings, All! Replace line 79 with pwdhome=$(getent passwd ${uid} | cut -sd : -f 6 ) The error messages in the next few lines should probably be updated as well. Something along the lines of 83: Unable to determine user's home directory from system settings. \ 90: ${pwdhome} is

Happy new year!

2015-01-04 Thread Andrey Repin
Greetings, All! Execute from Cygwin terminal with write access to installation root. echo -e [.ShellClassInfo]\r\nIconFile=Cygwin.ico\r\nIconIndex=0\r\n /Desktop.Ini; attrib +R $(cygpath -w /); explorer /select,$(cygpath -w /) -- WBR, Andrey Repin Sorry for my terrible english... --

SSH login to cygwin sshd (6.7p1-1) fails with error seteuid1000: Operation not permitted when ~/.ssh/id_rsa keys available on client

2015-01-04 Thread The Sec Maestro
SSH Login, using 'tester' account (in Adminstrators group) to the Cygwin sshd server fails from a client machine which has ~/.ssh/id_rsa keys available. Login from the same client, without the id_rsa keys is successful. SSH locally (on cygwin box) is also successful. Comparison of the sshd logs

Re: Backwards compatibility

2015-01-04 Thread Larry Hall (Cygwin)
On 01/04/2015 06:31 AM, Laurens Blankers wrote: Of course this question doesn't come out of the blue. It is triggered by the release of xinit 1.3.4-1 last month, which breaks setups for many people. If you like you can check the cygwin-xfree mailing list. Unfortunately the responds from the

Re: SSH login to cygwin sshd (6.7p1-1) fails with error seteuid1000: Operation not permitted when ~/.ssh/id_rsa keys available on client

2015-01-04 Thread Andrey Repin
Greetings, The Sec Maestro! SSH Login, using 'tester' account (in Adminstrators group) to the Cygwin sshd server fails from a client machine which has ~/.ssh/id_rsa keys available. Check permissions on the ~/.ssh directory and subsequent files. ssh is VERY picky about them. Both standard

Re: run.exe will not work with upgrade from 1.14.4 to 1.16.3

2015-01-04 Thread Larry Hall (Cygwin-X)
On 01/04/2015 06:41 AM, Laurens Blankers wrote: On 2015-01-04 00:02, Larry Hall (Cygwin-X) wrote: The fact that the recent changes interfere with previous usage is an issue that needs attention for sure but reverting, while the maintainer's call, just trades misbehaviour in the eyes of one