Re: other services ok, ftp not (was 1.5.11 - tcp problems)

2004-10-13 Thread Carlo Florendo
Hello Brian, Brian Dessent wrote: Carlo Florendo wrote: File: inetutils-1.3.2-28 /ftp/main.c (line numbers preceed each line) 147 sp = getservbyname(ftp, tcp); 148 if (sp == 0) 149 errx(1, ftp/tcp: unknown service); Okay, so the 'SYSTEM' thing was a red herring, and

Re: Setup failure: mount error

2004-10-13 Thread luke
Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of luke.kendall Sent: 12 October 2004 09:00 The registry contained the key HKCU-Software-Cygnus Solutions-Cygwin-mounts v2- with nothing (to be precise: Name (Default), Type REG_SZ, Data (value not set)). But deleting the

Re: other services ok, ftp not (was 1.5.11 - tcp problems)

2004-10-13 Thread Brian Dessent
Carlo Florendo wrote: Here's what I got: getservbyname() returned NULL: Operation not permitted Hmm. That's the same thing I get if I rename my services file to something else so that it's not found. But it seems we've already thoroughly checked that. If you also get win32 error 11004

non-interactive cygwin setup

2004-10-13 Thread Rainer Hochreiter
is there a chance to install cygwin without gui dialog? my plan is to download all needed packages into a local directory and then install the packages from that local directory by starting setup from a command line without further user interaction. -- rainer -- Unsubscribe info:

Re: other services ok, ftp not (was 1.5.11 - tcp problems)

2004-10-13 Thread Carlo Florendo
Brian Dessent wrote: Brian Dessent wrote: cat ENDL getservbyname-mingw.c gcc -mno-cygwin \ getservbyname-mingw.c -o getservbyname-mingw ./getservbyname-mingw Correction: add -lws2_32 to the gcc options. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Setup failure: mount error

2004-10-13 Thread luke
luke wrote: Dave Korn wrote: That's what I thought. My problem was in trusting the Registry's search command. Actually, the search is relative to whatever key you have selected. So, to search the whole registry you have to select the root. Unfortunately, it's still failing. Are there any other

RE: Bash: when is WinXP not WinXP??

2004-10-13 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Daniel Miller Sent: 13 October 2004 01:57 [Reply-To set on TITTTL!] Dave Korn dk [GADZOOKS!] artimi [WHOOPSVICAR] com wrote in news:[EMAIL PROTECTED]: Hey Dan! http://cygwin.com/acronyms#PCYMTNQREAIYR ! -Original

Re: other services ok, ftp not (was 1.5.11 - tcp problems)

2004-10-13 Thread Carlo Florendo
Brian Dessent wrote: Brian Dessent wrote: cat ENDL getservbyname-mingw.c gcc -mno-cygwin \ getservbyname-mingw.c -o getservbyname-mingw ./getservbyname-mingw Correction: add -lws2_32 to the gcc options. -- Oh, thank you so much. I added the -lws2_32 after *.c, thus compiling the

Re: other services ok, ftp not (was 1.5.11 - tcp problems)

2004-10-13 Thread Brian Dessent
Carlo Florendo wrote: Anyway, I got this error: getservbyname() returned NULL: win32 error 11004 Googling shows that this is consistent with trying to run a program/server that tries to look up its port in the services file when no such matching line exists. I also read the message

Backup script not working properly

2004-10-13 Thread Fredrik Persson
I have used a very nice backup script i Linux which i now want to use in cygwin. -- #!/bin/sh # for FULL backups # this backs up the important stuffs listed in ${lists} to ${BKPDIR} # the lists *should* be in ${BKPDIR} and

script replacement: ttyrec-1.0.6 ported

2004-10-13 Thread Gerrit P. Haase
Hello, sionce it is requested often, I ported a replacement for script: ttyrec-1.0.6: http://namazu.org/~satoru/ttyrec/ Patch is attached. Have fun, Gerrit -- =^..^= ttyrec.diff Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Backup script not working properly

2004-10-13 Thread Brian Dessent
Fredrik Persson wrote: All works but for the last for-loop which is responsible for deleting old backups such that only NUMBKPS=4 of the last backups are stored. The problem is in 'if [ ${num} -le 0 ]' and 'else num=$((${num}-1))'. It seems like the num-variable can't be used as an integer.

[ANNOUNCEMENT] NEW: cyrus-sasl-2.1.19-1, libsasl2-2.1.19-1, libsasl2-devel-2.1.19-1

2004-10-13 Thread Gareth Pearce
The Cyrus SASL API implementation is now available via the cygwin mirrors. This library allows applications the ability to authenticate and secure connections between client and server via a standardised method. It is an extensible system which supports many different authentication techniques

Re: libtool / assembler problem with -DPIC

2004-10-13 Thread Gerrit P. Haase
Charles wrote: Gerrit P. Haase wrote: With GNU as PIC is not an noop, when -DPIC is used to invoke gas the generated assembly is broken. I saw this problem with a reautoconfiscated version of GMP. This may be unusual, but there was libtool used to invoke gas. While -DPIC is a noop for

Buffered output/Forked processes

2004-10-13 Thread Nuno Leitao
Hi, I have a Perl script which looks like: open( VMSTAT, vmstat 5| ); VMSTAT-autoflush( 1 ); while( VMSTAT) { print $_; } Now, under Linux and other UNIX OS's this works fine, and print $_ will print the vmstat output every 5 seconds since the output from vmstat is not

RE: other services ok, ftp not (was 1.5.11 - tcp problems)

2004-10-13 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Corinna Vinschen Sent: 13 October 2004 09:43 On Oct 13 00:05, Brian Dessent wrote: Carlo Florendo wrote: Here's what I got: getservbyname() returned NULL: Operation not permitted Not good. Time to start

RE: non-interactive cygwin setup

2004-10-13 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Rainer Hochreiter Sent: 13 October 2004 08:32 is there a chance to install cygwin without gui dialog? my plan is to download all needed packages into a local directory and then install the packages from that local directory by

Tcl doesn't build out of src repository on cygwin

2004-10-13 Thread Dave Korn
Should it? I see loads of error messages caused by a bad table of static initialisers in src/tcl/win/tclWin32Dll.c. cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: script replacement: ttyrec-1.0.6 ported

2004-10-13 Thread Reini Urban
Gerrit P. Haase schrieb: since it is requested often, I ported a replacement for script: ttyrec-1.0.6: http://namazu.org/~satoru/ttyrec/ Patch is attached. Great! Don't we want that as package? I do. Maybe with the java class ttyplayer.class and some example data also. In Debian it's in bsdutils,

Re: Tcl doesn't build out of src repository on cygwin

2004-10-13 Thread Corinna Vinschen
On Oct 13 13:15, Dave Korn wrote: Should it? I see loads of error messages caused by a bad table of static initialisers in src/tcl/win/tclWin32Dll.c. It happens because DLLIMPORT is used a lot in w32api which is only conditionalized with __INSIDE_CYGWIN__. That's solved in w32api in CVS

RE: Tcl doesn't build out of src repository on cygwin

2004-10-13 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Corinna Vinschen Sent: 13 October 2004 14:53 On Oct 13 13:15, Dave Korn wrote: Should it? I see loads of error messages caused by a bad table of static initialisers in src/tcl/win/tclWin32Dll.c. It happens because

Re: Tcl doesn't build out of src repository on cygwin

2004-10-13 Thread Corinna Vinschen
On Oct 13 15:01, Dave Korn wrote: From: cygwin-owner On Behalf Of Corinna Vinschen That's solved in w32api in CVS or in recent snapshots. Or (but that's ugly and not actually recommended, use at your own risk) use #define __INSIDE_CYGWIN__ at the beginning of the affected files

Re: No longer works.

2004-10-13 Thread David Baron
OK -- here is the result of cygcheck: Cygwin Win95/NT Configuration Diagnostics Current System Time: Wed Oct 13 15:39:28 2004 Windows 98 Ver 4.10 Build 1998 Path: C:\ C:\WIN98 C:\WIN98\COMMAND C:\WIN98\SYSTEM32 C:\WIN98\SYSTEM C:\PROGRA~1\EXECUT~1\DISKEE~5 C:\PROGRA~1\INTERAD\BUILDI~1

Re: non-interactive cygwin setup

2004-10-13 Thread Christopher Faylor
On Wed, Oct 13, 2004 at 01:01:07PM +0100, Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Rainer Hochreiter Sent: 13 October 2004 08:32 is there a chance to install cygwin without gui dialog? my plan is to download all needed packages into a local directory and

Re: Bash: when is WinXP not WinXP??

2004-10-13 Thread Christopher Faylor
On Wed, Oct 13, 2004 at 10:49:55AM +0100, Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Daniel Miller Sent: 13 October 2004 01:57 hStdOut = GetStdHandle(STD_OUTPUT_HANDLE); ^ PERR(hStdOut !=

Re: inetd is unable to accept incoming connections when started as service on WinXP SP1

2004-10-13 Thread [EMAIL PROTECTED]
Igor, thank you for quick replying. I read the page following the link you gave me. It addresses another problem. When I run 'inetd' from command line (bash) all works fine. That means there is not a configuration problem. The key information is that 'inetd' refuses ALL incoming connections

SableVM Cygwin (was: Re: sablevm + windows)

2004-10-13 Thread Gerrit P. Haase
Hi Peter, coming back to this now. I'm also willing to help port and maintain. Fine. I have to offer two possible scenarios. 1. I have a stripped down standalone libffi package with a shared libffi now. This version is based on the sources from the cygwin release of gcc-3.3.3. You can take

Re: other services ok, ftp not (was 1.5.11 - tcp problems)

2004-10-13 Thread Reini Urban
Dave Korn schrieb: Time to start suspecting LSP problems, which I think are known to sometimes damage the getXbyY functions. Maybe netsh winsock reset catalog (sp2 only) or http://www.cexx.org/lspfix.htm could help? Thanks. This saved my day! (Babylon was my culprit, but gDivx is also very

When is WinXP not WinXP?? - not *really* OT

2004-10-13 Thread Daniel Miller
Daniel Miller [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: I propose that this is *not* really off-topic, since the problems that I'm experiencing do not occur in cmd.exe, nor in 4NT, only in Bash. So it's something Bash is doing in its environment that is breaking StdOut, at least

Re: inetd is unable to accept incoming connections when started as service on WinXP SP1

2004-10-13 Thread Corinna Vinschen
On Oct 13 17:45, [EMAIL PROTECTED] wrote: Igor, thank you for quick replying. I read the page following the link you gave me. It addresses another problem. When I run 'inetd' from command line (bash) all works fine. That means there is not a configuration problem. The key information

lseek 2GB wrap problem (with tail)?

2004-10-13 Thread Alexander Geraldy
Hello! I've seen the following problem and don't know how to handle it. Configuration: Cygwin 1.5.11-1, tail (textutils) 2.0.21, strace (cygwin) 1.21 I noticed that various utilities (including grep and tail) have problems with the following textfile (let's call it test.txt): ls -l test.txt

Re: When is WinXP not WinXP?? - not *really* OT

2004-10-13 Thread Daniel Miller
Daniel Miller [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: Daniel Miller [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: I propose that this is *not* really off-topic, since the problems that I'm experiencing do not occur in cmd.exe, nor in 4NT, only in Bash. So it's something

RE: Tcl doesn't build out of src repository on cygwin

2004-10-13 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Corinna Vinschen Sent: 13 October 2004 15:11 On Oct 13 15:01, Dave Korn wrote: From: cygwin-owner On Behalf Of Corinna Vinschen That's solved in w32api in CVS or in recent snapshots. Or (but that's ugly and not actually

RE: non-interactive cygwin setup

2004-10-13 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Christopher Faylor Sent: 13 October 2004 15:17 On Wed, Oct 13, 2004 at 01:01:07PM +0100, Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Rainer Hochreiter Sent: 13 October 2004 08:32 is there a

Re: gcc exception handling

2004-10-13 Thread Peter Xiaochuan Huang
Responses are below --- Peter Xiaochuan Huang [EMAIL PROTECTED] wrote: -Original Message- From: cygwin-owner On Behalf Of Peter Xiaochuan Huang Sent: 12 October 2004 17:59 I don't know if this a known issue. But I encounter this problem when using gcc 3.3.3 on cygwin.

Re: non-interactive cygwin setup

2004-10-13 Thread Jan Nieuwenhuizen
Rainer Hochreiter writes: is there a chance to install cygwin without gui dialog? There's my cyg-apt script that I use to keep my cross build environment up to date. It tries to be compatible with setup.exe, but it lacks registry settings, postinstall scripts, and needs python.popen to work.

Re: SableVM Cygwin (was: Re: sablevm + windows)

2004-10-13 Thread Peter Lovell
Hi Gerrit, many thanks for this. Great ! Speaking only for myself, I believe that option (2) would be the appropriate one. It might be nice to include it also back to gcc but I suspect that sablevm developers might prefer to not have that dependency. I'll fetch your patches and test and let

vim problem with my install, y?

2004-10-13 Thread Lane, Frank L
Hi List, Just installed cygwin, and tried to use vi. For some reason, which I hope someone on the list will make abundantly clear to me, all the keyboard input was focused into the leftmost, topmost character of my edit screen. I tried reinstalling vim, uninstalling and going back a version,

Re: When is WinXP not WinXP?? - not *really* OT

2004-10-13 Thread Christopher Faylor
On Wed, Oct 13, 2004 at 04:45:46PM +, Daniel Miller wrote: Daniel Miller [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: Daniel Miller [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: I propose that this is *not* really off-topic, since the problems that I'm experiencing do not

Re: vim problem with my install, y?

2004-10-13 Thread Christopher Faylor
On Wed, Oct 13, 2004 at 02:40:57PM -0500, Lane, Frank L wrote: Just installed cygwin, and tried to use vi. For some reason, which I hope someone on the list will make abundantly clear to me, all the keyboard input was focused into the leftmost, topmost character of my edit screen. Sounds like

RE: vim problem with my install, y?

2004-10-13 Thread Lane, Frank L
Thanks Chris: you nailed it. TERM was nutc, whatever that's supposed to be, changed it to cygwin and all's well with the world!:-) Thanks, Frank -Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 4:07 PM To: [EMAIL PROTECTED]

Re: Ping: Cygwin libtool / assembler problem with -DPIC

2004-10-13 Thread Gerrit P. Haase
Noah Misch wrote: On Tue, Oct 12, 2004 at 03:29:10PM +0200, Gerrit P. Haase wrote: Gerrit wrote: PING! Hello, With GNU as PIC is not an noop, when -DPIC is used to invoke gas the generated assembly is broken. I saw this problem with a reautoconfiscated version of GMP. This may be unusual, but

Re: Backup script not working properly

2004-10-13 Thread Robin Bowes
Brian Dessent wrote: Fredrik Persson wrote: All works but for the last for-loop which is responsible for deleting old backups such that only NUMBKPS=4 of the last backups are stored. The problem is in 'if [ ${num} -le 0 ]' and 'else num=$((${num}-1))'. It seems like the num-variable can't be used

tcsh and chere-0.3-1

2004-10-13 Thread Andrew Grimm
The new (very cool!) chere package doesn't work with tcsh, at least on my system. The problem is that tcsh -l doesn't work with any additional arguments. There is even a comment to that effect in the script: tcsh ) # Apparently -l only applies if it is the only argument # so

Re: When is WinXP not WinXP?? - not *really* OT

2004-10-13 Thread Daniel Miller
Christopher Faylor [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: Daniel Miller [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: I propose that this is *not* really off-topic, since the problems that I'm experiencing do not occur in cmd.exe, nor in 4NT, only in Bash. So it's

Re: tcsh and chere-0.3-1

2004-10-13 Thread Andrew Grimm
Actually I made a minor goof, the order should be: /etc/csh.cshrc /etc/csh.login ~/.tcshrc ~/.login There is also the possibility that ~/.tcshrc does not exist, if that is the case ~/.cshrc should be read (but not both). I didn't bother with that as I use

Re: tcsh and chere-0.3-1

2004-10-13 Thread Christopher Faylor
On Wed, Oct 13, 2004 at 03:58:02PM -0600, Andrew Grimm wrote: The new (very cool!) chere package doesn't work with tcsh, at least on my system. The problem is that tcsh -l doesn't work with any additional arguments. There is even a comment to that effect in the script: tcsh ) #

Re: tcsh and chere-0.3-1

2004-10-13 Thread Christopher Faylor
On Wed, Oct 13, 2004 at 07:02:13PM -0400, Christopher Faylor wrote: It almost seems like you could just use to invoke the real shell in all ash cases. That would be faster. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: [ANNOUNCEMENT] NEW: cyrus-sasl-2.1.19-1, libsasl2-2.1.19-1, libsasl2-devel-2.1.19-1

2004-10-13 Thread Gareth Pearce
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dr. Volker Zell Sent: Thursday, 14 October 2004 3:49 AM Subject: Re: [ANNOUNCEMENT] NEW: cyrus-sasl-2.1.19-1, libsasl2-2.1.19-1, libsasl2-devel-2.1.19-1 Hi Gareth I'm just trying to compile openldap with cyrus-sasl

Re: cygwin openssh(d) login without password (gold star)

2004-10-13 Thread Robert R Schneck-McConnell
Igor Pechtchanski wrote: On Tue, 12 Oct 2004, Robert R Schneck wrote: But hey... my Jan 2004 gold star seems to have gone missing. Huh? From http://cygwin.com/goldstars/: Robert R. Schneck * (Jan 2004) * (Oct 2004) -- For an attempt to apply a creative solution to a problem A case of

Re: tcsh and chere-0.3-1

2004-10-13 Thread Andrew Grimm
On Wed, Oct 13, 2004 at 07:02:13PM -0400, Christopher Faylor wrote: Actually, All shells which support -l seem to cd to the home directory. I'm not sure what the -l adds to the above since the above code just calls the shell again after cd'ing to the directory. I think the purpose of that is to

Re: tcsh and chere-0.3-1

2004-10-13 Thread Christopher Faylor
On Wed, Oct 13, 2004 at 06:20:55PM -0600, Andrew Grimm wrote: I think with most login shells the cd $HOME behavior is due to the way the scripts are written in /etc (for example Cygwin's /etc/csh.login). That is probably a good thing to have in the script, but it presents a difficulty for this

Re: problem with find/grep

2004-10-13 Thread Joshua Daniel Franklin
On Tue, 12 Oct 2004 12:04:11 -0600, Mark Paulus [EMAIL PROTECTED] wrote: Thanks. I was not aware of the -print0 option. This is what I love about *n*x: Always something new to learn, or another way to find a solution. What! Do NOT use -print0! It will null-terminate EVERY LINE! --

Re: problem with find/grep

2004-10-13 Thread Christopher Faylor
On Wed, Oct 13, 2004 at 07:43:33PM -0700, Joshua Daniel Franklin wrote: On Tue, 12 Oct 2004 12:04:11 -0600, Mark Paulus [EMAIL PROTECTED] wrote: Thanks. I was not aware of the -print0 option. This is what I love about *n*x: Always something new to learn, or another way to find a solution.

Re: Ping: Cygwin libtool / assembler problem with -DPIC

2004-10-13 Thread Noah Misch
On Tue, Oct 12, 2004 at 03:29:10PM +0200, Gerrit P. Haase wrote: Gerrit wrote: PING! Hello, With GNU as PIC is not an noop, when -DPIC is used to invoke gas the generated assembly is broken. I saw this problem with a reautoconfiscated version of GMP. This may be unusual, but

Re: lseek 2GB wrap problem (with tail)? [need textutils repackage]

2004-10-13 Thread Brian Dessent
Alexander Geraldy wrote: I've seen the following problem and don't know how to handle it. Configuration: Cygwin 1.5.11-1, tail (textutils) 2.0.21, strace (cygwin) 1.21 Unfortunately, it looks like the textutils package has gone unmaintained. The last release of it was in Feb of 2002:

RE: generic build script 'help' patch

2004-10-13 Thread Hannu E K Nevalainen
Igor wrote: On Mon, 11 Oct 2004, Hannu E K Nevalainen wrote: Igor: I hacked around some, and ended up short of my intentions; in hope it helps some I've *EDITED down* my changes to the attached patch. Feel free to do with it whatever you like. (Non copyrighted material, cgf BEWARE! ;-)

Re: Update: cyrus-sasl 2.1.19-3 (bah!)

2004-10-13 Thread Christopher Faylor
On Thu, Oct 14, 2004 at 09:08:13AM +1000, Gareth Pearce wrote: And now for -3 Please Upload. Uploaded. cgf

Re: [Patch] cygwin terminfo ``smacs'' setting.

2004-10-13 Thread Christopher Faylor
On Wed, Oct 13, 2004 at 02:00:37PM +0200, mined wrote: When playing around with a terminfo-aware app (see User-Agent header), I noticed that the ``smacs''-setting in the cygwin-entry reads ``\E11m'', not the apparently correct ``\E[11m'', causing line-drawing to fail. Following patch should

Re: Birthday Calendar

2004-10-13 Thread Robert McNulty Junior
Kesrin Hanprasert wrote: Hi, Please click on the link below and enter your birthday for me. I am creating a birthday calendar for myself. Don't worry it is quick, and you don't have to enter your year of birth:-). http://www.BirthdayAlarm.com/dob2/26538508a321608672b242706762c904 Thanks,

Re: cygwin/x symantec antivirus conflict

2004-10-13 Thread Dick Repasky
On Sun, 10 Oct 2004, Christopher Faylor wrote: Would you mind trying a new snapshot? The snapshot is terrific. What took several minutes before now takes 10 seconds. Thanks! Dick - Dick Repasky Bioinformatics Support UITS Cubicle 101.08 Indiana University USA [EMAIL PROTECTED]

Re: Tunneling does not seem to work here (newbie)?

2004-10-13 Thread Igor Pechtchanski
On Wed, 13 Oct 2004, savantsaro wrote: box 1: Windows 2000 Server cygwin box 2: Mac OS X 10.3 (Panther) cygwin was installed with openssh, today, from the latest setup.exe. FYI, it's probably a good idea to review http://cygwin.com/problems.html before sending bug reports...

Re: xwin produces flickery gray screen; cut/paste

2004-10-13 Thread kynn
[EMAIL PROTECTED] wrote: On Tue, 12 Oct 2004 [EMAIL PROTECTED] wrote: Hi! I just installed Cygwin, including X, on my Windows2000 workstation. When I execute xwin, I get an awful-looking window, with horizontal gray lines flickering annoyingly across the screen, which is pretty

xtermcontrol --deiconify/--raise/--lower don't work in multiwindow mode

2004-10-13 Thread Mark Paulus
Hi, I have been working with the author of xtermcontrol to get it working nicely under Cygwin, and it seems to be working except for 3 issues I have noticed. (And I only noticed them as a fluke). Normally I run my X in fullscreen mode, using wmaker as my WindowManager. When I make

Updated: ORBit2-2.12.0-1, ORBit2-devel-2.12.0-1

2004-10-13 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following packages have been updated in the Cygwin distribution: *** ORBit2-2.12.0-1 *** ORBit2-devel-2.12.0-1 This is an update to the newest upstream release for GNOME 2.8. In addition, some Cygwin-related changes: * Build fixes for gcc-3.3.3

NEW: cyrus-sasl-2.1.19-1, libsasl2-2.1.19-1, libsasl2-devel-2.1.19-1

2004-10-13 Thread Gareth Pearce
The Cyrus SASL API implementation is now available via the cygwin mirrors. This library allows applications the ability to authenticate and secure connections between client and server via a standardised method. It is an extensible system which supports many different authentication techniques