[ITP] doxygen-1.8.0-1

2012-10-04 Thread David Stacey
wget \ http://www.drstacey.talktalk.net/doxygen-1.8.0-1.tar.bz2 \ http://www.drstacey.talktalk.net/doxygen-1.8.0-1-src.tar.bz2 \ http://www.drstacey.talktalk.net/setup.hint \ http://www.drstacey.talktalk.net/md5.sum Revised package that implements suggestions made by Warren Young and

Re: [RFU] lftp

2012-10-04 Thread Christopher Faylor
On Wed, Oct 03, 2012 at 09:29:26PM -0400, Andrew Schulman wrote: Please upload, removing version 4.3.3-1 and leaving 4.3.7-1 as previous. Thanks, Andrew. wget \ http://home.comcast.net/~andrex2/cygwin/lftp/lftp-4.4.0-1.tar.bz2 \

Re: Updated: xorg-server-1.13.0-1 (TEST)

2012-10-04 Thread Jon TURNEY
On 01/10/12 17:38, Jim Reisert AD1C wrote: On Fri, Sep 7, 2012 at 10:15 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: The following packages have been updated in the Cygwin distribution: *** xorg-server-*1.13.0-1 These packages contain XWin and the other X.Org X11 servers. This is the

Re: Check if a package is installed

2012-10-04 Thread Vincent Rivière
On 04/10/2012 01:05, Larry Hall (Cygwin) wrote: Well it has to use something to validate the package. The data it uses is the list of files in the .lst.gz file you deleted. So it can't do allot of validating without that metadata. Indeed. But I suppose it would make sense to not return OK if

Re: Request for lftp update

2012-10-04 Thread Chris Sutcliffe
On 3 October 2012 09:32, Andrew Schulman wrote: Would it be possible to have lftp updated to the latest release to capture the bittorrent enhancements added? Sure. If everything goes smoothly, I should be able to get an update out in a day or so. I see the RFU on the apps list, thank you!

Re: hdparm 6.9-1 will not function as expected

2012-10-04 Thread Sean Murphy
On Wed, Oct 3, 2012 at 10:31 PM, Larry Hall (Cygwin) reply-to-list-only-lh at cygwin dot com wrote: On 10/3/2012 8:26 PM, Sean Murphy wrote: Try /usr/sbin/hdparm.exe. /usr/sbin is not in your path by default. -- Larry _

Re: hdparm 6.9-1 will not function as expected

2012-10-04 Thread Earnie Boyd
On Thu, Oct 4, 2012 at 7:30 AM, Sean Murphy wrote: That did it. Placed the executable in /bin, and it ran as expected. You should not move /usr/sbin files to /bin. You should use /usr/sbin/BINARY or add /usr/sbin to the PATH variable. You'll get confused when an update seemingly replaces

Re: SMB symlink compatibility between Cygwin, Windows XP, and Windows 7

2012-10-04 Thread Earnie Boyd
On Wed, Oct 3, 2012 at 8:33 PM, Brian Alexander wrote: Anyone have any other ideas of how to make a shortcut to a SMB path that will work in both Windows XP and Windows 7, and is also traversable by cygwin? I'm not familiar with CYGWIN=winsymlink to understand what it does; I can guess but

Re: hdparm 6.9-1 will not function as expected

2012-10-04 Thread Sean Murphy
On Thu, Oct 4, 2012 at 8:32 AM, Earnie Boyd wrote: On Thu, Oct 4, 2012 at 7:30 AM, Sean Murphy wrote: That did it. Placed the executable in /bin, and it ran as expected. You should not move /usr/sbin files to /bin. You should use /usr/sbin/BINARY or add /usr/sbin to the PATH variable.

Re: SMB symlink compatibility between Cygwin, Windows XP, and Windows 7

2012-10-04 Thread Brian Alexander
On Wed, Oct 3, 2012 at 8:33 PM, Brian Alexander wrote: Anyone have any other ideas of how to make a shortcut to a SMB path that will work in both Windows XP and Windows 7, and is also traversable by cygwin? I'm not familiar with CYGWIN=winsymlink to understand what it does; I can guess but

Re: bash very slow in cygwin 1.7.16-1 Win7/64 bit

2012-10-04 Thread Adam Kessel
On Tue, Oct 2, 2012 at 6:04 AM, Andrey Repin anrdae...@freemail.ru wrote: This suggest that you're looking into wrong direction, and real culprit is something you didn't caught yet. Try HijackThis http://sourceforge.net/projects/hjt/ to see if there's any suspicious handlers installed in your

[ANNOUNCEMENT] Updated: {libtasn1/libtasn1_3/libtasn1-devel}-2.14-1: Tiny ASN.1 library

2012-10-04 Thread Dr . Volker Zell
Hi New versions of 'libtasn1/libtasn1_3/libtasn1-devel' have been uploaded to a server near you. o Update to latest upstream release o Build for cygwin 1.7.16 with gcc-4.5.3 libtasn1 NEWS: === o Added asn1_read_node_value() to obtain a node's value. This is to deprecate the

Fifo blocking and performance issues - some more code snips

2012-10-04 Thread bob
Forgot to mention in my last code snip post that the Linux code below is the desired behavior of the fifos to match the existing Linux code in the SIMPL toolkit. In this Linux code snip we open the receive end of the fifo as RDWR (without the O_NONBLOCK flag) and Linux conveniently allows

Re: Fifo blocking and performance issues - some more code snips

2012-10-04 Thread Christopher Faylor
On Thu, Oct 04, 2012 at 03:46:17PM -0400, bob wrote: The astute reader might be asking why RDWR and not RDONLY. This astute reader is asking why you are starting a new thread every time. Please stick to one. cgf -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: sshd crashing

2012-10-04 Thread bourne
Corinna Vinschen corinna-cygwin at cygwin.com writes: --- SNIPPET --- I can reproduce this as well. I also found the patch which introduced the problem, but it's not clear yet, why. Stay tuned. I've just applied a patch to fix this problem.

Re: [Packaging bug] Re: [ANNOUNCEMENT] Updated: sendxmpp 1.22-1 -- Command line XMPP (jabber) utility

2012-10-04 Thread Jari Aalto
2012-10-03 16:23 Dr. Volker Zell vz...@volkerzell.de: | Homepage: http://freecode.com/projects/sendxmpp | | Jari, I think the consensus for perl packages is to not provide the | perllocal.pod Fixed. Thanks, Jari -- Problem reports: http://cygwin.com/problems.html FAQ:

Updated: {libtasn1/libtasn1_3/libtasn1-devel}-2.14-1: Tiny ASN.1 library

2012-10-04 Thread Dr . Volker Zell
Hi New versions of 'libtasn1/libtasn1_3/libtasn1-devel' have been uploaded to a server near you. o Update to latest upstream release o Build for cygwin 1.7.16 with gcc-4.5.3 libtasn1 NEWS: === o Added asn1_read_node_value() to obtain a node's value. This is to deprecate the