RE: Trouble with RSA authentication

2002-10-31 Thread Ross Smith II
/usr/doc/Cygwin/openssh-3.4p1-5.README states that RSA authentication only works if sshd runs under a user account (as opposed to the SYSTEM account). To that end, I've created 2 shell scripts to allow one to switch from running sshd as SYSTEM to running as a user, and visa versa. These scripts

Updated sshd install scripts

2002-11-10 Thread Ross Smith II
I've updated my sshd install scripts to support named options: $ sshd_system.sh -? Usage: sshd_system.sh [options] options: -P|--port port -s|--sshd sshd options(quotes are required) -f|--config sshd_config_file (default is /etc/sshd_config)

RE: cmd.exe as telnetd login shell: mode con LINES=24 COLS=80 has no effect..

2002-11-29 Thread Ross Smith II
Tom, The Windows Telnet Service fixes the MORE and DOSKEY problems you describe. If you want to disallow external telnet, you could block port 23, and require users to ssh in, and then run % telnet localhost Of course, they'll have to enter their NTLM username/password. You could even change

expat-1.95.5: undefined reference to `XML_ParserCreate'

2002-12-22 Thread Ross Smith II
I'm trying to compile a simple expat program: #include stdio.h #include expat.h int main() { XML_ParserCreate(NULL); return 0; } but I get: $ gcc -lexpat -L/lib expattest.c /cygdrive/...:expattest.c: undefined reference to `XML_ParserCreate' yet: $ nm /lib/libexpat.a | grep XML_ParserCreate

RE: Burning cygwin distribution CDs

2002-12-27 Thread Ross Smith II
From: Laurynas Biveinis I want to burn CDs with full cygwin distribution with sources and so on. I've downloaded everything from ftp://ftp.gwdg.de/pub/linux/sources.redhat/cygwin/release, but it takes almost 1 GB. How should I burn it into 2 CDs so that setup.exe still works correctly? What

[ANNOUNCEMENT] New Package: email-2.3.0-2

2004-10-21 Thread Ross Smith II
The following package has recently been added to the Cygwin distribution: email-2.3.0-2: Command line sending of email, optionally with GnuPG encryption. Email is a simple command-line program to send emails. It can be configured to use either your sendmail installation or directly via SMTP. It

ssh patches to fix installation issues

2002-10-23 Thread Ross Smith II
Attached are three small patches to the following files: /bin/ssh-host-config /bin/ssh-user-config /usr/doc/Cygwin/openssh-3.4p1-5.README to fix some installation issues and better explain using sshd in Windows. The ssh-user-config changes are due to the fact that the default cygwin umask is

RE: Cygwin, GNU make and VC++ ?

2002-10-28 Thread Ross Smith II
From: Of Igor Pechtchanski Anyway, we're making progress in being able to compile with CL.EXE, but we're having trouble with include files. We use the flag '-I/home/user/dg/include' to point to the include directory, but it can't find it. /home/user/dg/include makes no sense in

[ANNOUNCEMENT] Updated: email 2.5.1-1

2007-07-19 Thread Ross Smith II
The cygwin email package has been updated to the current stable version 2.5.1. To ease packaging, the default configuration files that were stored in /etc/defaults/etc/email/ are now stored in /etc/defaults/etc/. The actual configuration files are still kept in /etc/email. Upstream changelog:

[ANNOUNCEMENT] Updated: email-3.1.2-1

2009-03-31 Thread Ross Smith II
I've made a new version of 'email' available for installation. This is the most recent version of email available from http://www.cleancode.org/projects/email. Changes since 2.5.1: - Minimal TLS support - Added UTF-8 support for headers and message - Added a timeout option - Fixed bug that was

[ANNOUNCEMENT] [1.7] Updated: email-3.1.2-2

2009-03-31 Thread Ross Smith II
I've made a new version of 'email' available for installation. This is the most recent version of email available from http://www.cleancode.org/projects/email. Changes since 2.5.1: - Minimal TLS support - Added UTF-8 support for headers and message - Added a timeout option - Fixed bug that was

[ANNOUNCEMENT] Updated: cppunit-0.12.0-1

2007-10-26 Thread Ross Smith II
I've updated the version of cppunit to 0.12.0-1. This is a bugfix release. The Cygwin release is the vanilla version, no additional patches. === New in CppUnit 1.12.0: -- * Portability: - autogen.sh

[ANNOUNCEMENT] Updated: email-2.5.0-1

2006-06-26 Thread Ross Smith II
Version 2.5.0-1 of email has been uploaded. Email is a simple command-line program to send emails. It can be configured to use either your sendmail installation or directly via SMTP. It supports binary attachments, and a simple text based address book, with groups. Also, if GnuPG is installed,

ssh patches to fix installation issues

2002-10-23 Thread Ross Smith II
Attached are three small patches to the following files: /bin/ssh-host-config /bin/ssh-user-config /usr/doc/Cygwin/openssh-3.4p1-5.README to fix some installation issues and better explain using sshd in Windows. The ssh-user-config changes are due to the fact that the default cygwin umask is

Re: [ITP] cdrtools-2.01

2004-09-18 Thread Ross Smith II
Quoting Corinna Vinschen [EMAIL PROTECTED]: On Sep 17 09:41, Ross Smith II wrote: Does anyone see any issues with producing this package? Sorry, but yes. Joerg is providing ProDVD executables for Cygwin for which he doesn't provide the source code, so he's clearly infringing the Cygwin

Re: [ITP] cdrtools-2.01

2004-09-20 Thread Ross Smith II
Quoting Corinna Vinschen [EMAIL PROTECTED]: The author provides a ProDVD edition, which is based on the same source as cdrecord, but contains proprietary code to access DVD drives. By providing a closed source application in binary only form linked against Cygwin, he's infringing the GPL.

Re: [ITP] cdrtools-2.01

2004-10-01 Thread Ross Smith II
Quoting Corinna Vinschen: The author provides a ProDVD edition, which is based on the same source as cdrecord, but contains proprietary code to access DVD drives. By providing a closed source application in binary only form linked against Cygwin, he's infringing the GPL. I've contacted

Re: [ITP] email-2.3.0

2004-10-17 Thread Ross Smith II
Christopher Faylor wrote: I'm sorry but, here again, we're talking about porting an AFAICT, non-standard package to cygwin when we're missing something as basic as mailx (or nail, or whatever). Given that argument, how would a new program ever become standard? Isn't there anyone out there

Re: [ITP] email-2.3.0 (review)

2004-10-19 Thread Ross Smith II
Christopher Faylor wrote: I tried this out and noticed three things. 1) Should SMTP_AUTH be set in /etc/email/email.conf? I don't think it is standard to use authentication for sending email. Shouldn't it be commented out? Yes, it should. 2) The binary tar ball contains an empty

Re: nail-11.11

2004-10-20 Thread Ross Smith II
Adding set sendmail=/usr/sbin/ssmtp.exe to /etc/mail.rc allows nail to work with ssmtp. What's weird, is that nail saw every command line option as an email address: $ echo test | nail -s subject [EMAIL PROTECTED] $ smtp-server: 501 -s: recipient address must contain a domain . . . message not

Re: [ITP] email-2.3.0 (review)

2004-10-20 Thread Ross Smith II
I've fixed the issues Christopher listed below, and a couple more. 2.3.0-2 is now available. It now defaults to using ssmtp. If you want to use SMTP, you will need to run email-config. Package setup.hint: === @ email category: Mail requires: cygwin sdesc: Command line sending of email with

Re: [ITP] email-2.3.0 (review)

2004-10-21 Thread Ross Smith II
Christopher Faylor wrote: It's close but the SMTP_AUTH stuff still doesn't seem right. It only offers LOGIN or PLAIN. I chose PLAIN but I couldn't send email using my non-SMTP_AUTH email server. I don't think any authorization should be used at all as the default or at least there should

Re: [ITP] email-2.3.0 (review)

2004-10-21 Thread Ross Smith II
Corinna Vinschen wrote: On Oct 20 18:32, Ross Smith II wrote: I don't understand this one. Exim as well as ssmtp both have a config script which sets /usr/sbin/sendmail so that it points to the real executable, if /usr/sbin/sendmail doesn't exists. Wouldn't it be better to use /usr/sbin

Re: [ITP] email-2.3.0 (review)

2004-10-21 Thread Ross Smith II
Sorry for all those glitches. I just took another setup.hint and modified it. I must not have grabbed a nice one. Thanks again for all the help, Ross Christopher Faylor wrote: I've uploaded this but I made a few changes to the setup.hint file. 1) I removed the extraneous '@ chere' from

Re: Your nail works for me.

2004-10-24 Thread Ross Smith II
Harold L Hunt II wrote: Can I get two more +1 votes? I never got nail 11.11 to work properly. The biggest issue is nail sees all command line options as email addresses: $ echo test | nail -s subject [EMAIL PROTECTED] [EMAIL PROTECTED] ~ $ smtp-server: 501 -s: recipient address must contain

Re: [ITP] cdrtools-2.01

2004-12-10 Thread Ross Smith II
Corinna, Have you heard anything from Joerg? If not, should I just package it, try to follow up with Joerg, or simply drop the matter? -Ross Ross Smith II wrote: Corinna, Any news? I'm still eager to package cdrecord. Thanks, -Ross Corinna Vinschen wrote: On Oct 1 08:59, Ross Smith II wrote

Please upload: email-2.3.2-1

2005-02-14 Thread Ross Smith II
Hi. Please upload new email-2.3.2-1 files: http://smithii.com/files/cygwin/email/email-2.3.2-1.tar.bz2 http://smithii.com/files/cygwin/email/email-2.3.2-1-src.tar.bz2 http://smithii.com/files/cygwin/email/setup.hint This version fixes a bug that effected Cygwin users that needed SMTP AUTH. See

Please upload: email-2.3.2-2

2005-02-18 Thread Ross Smith II
Hi. Please upload new email-2.3.2-2 files: http://smithii.com/files/cygwin/email/email-2.3.2-2.tar.bz2 http://smithii.com/files/cygwin/email/email-2.3.2-2-src.tar.bz2 This version fixes the fact that installing email-2.3.2-1 would overwrite a users existing /etc/email/email.conf file. I have

Re: Summary, was Re: Welcoming ...

2005-05-05 Thread Ross Smith II
Brian, In setup, when you click the Keep/Reinstall/Source/Version/Uninstall field, it's impossible to get everything you want uninstalled in one setup run, due to dependencies. It would be better, IMHO, if the Uninstall option, came right after the Keep option. That way you don't have to cycle

Please upload email-2.3.4-1

2005-06-29 Thread Ross Smith II
Hi. Please upload new email-2.3.4-1 files: http://www.smithii.com/files/cygwin/email/email-2.3.4-1.tar.bz2 http://www.smithii.com/files/cygwin/email/email-2.3.4-1-src.tar.bz2 897a837b182a0ad7420147657c05ca63 *email-2.3.4-1-src.tar.bz2 bd5469e06281d50d279d68c1d169cf59 *email-2.3.4-1.tar.bz2 and

Re: Upload: coreutils-5.3.0-9

2005-07-13 Thread Ross Smith II
Eric Blake wrote On 7/13/2005 6:10 AM -0800: setup.hint remains unchanged. (Does anyone know of a free web hosting location that lets me host more than 25 meg?

Please upload: email-2.5.0-1

2006-06-20 Thread Ross Smith II
http://smithii.com/files/cygwin/email/email-2.5.0-1.tar.bz2 http://smithii.com/files/cygwin/email/email-2.5.0-1-src.tar.bz2 setup.hint hasn't changed 2.3.4-1 becomes prev Changelog here: http://email.cleancode.org/ Thanks, Ross

Please upload email-2.5.1-1

2007-07-18 Thread Ross Smith II
Please upload email-2.5.1-1 from http://smithii.com/files/cygwin/email/email-2.5.1-1.tar.bz2 http://smithii.com/files/cygwin/email/email-2.5.1-1-src.tar.bz2 and keep 2.5.0 only. No change in setup.hint. This release uses the following cygport script:

[ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-13 Thread Ross Smith II
I would like to adopt cppunit (orphaned at 1.9.14) Thanks, -Ross wget \ http://smithii.com/files/cygwin/cppunit/cppunit-1.10.2-1.tar.bz2 \ http://smithii.com/files/cygwin/cppunit/cppunit-1.10.2-1-src.tar.bz2 \ http://smithii.com/files/cygwin/cppunit/setup.hint

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-15 Thread Ross Smith II
Dr. Volker Zell wrote On 8/15/2007 8:53 AM -0800: Ross Smith, writes: I would like to adopt cppunit (orphaned at 1.9.14) Thanks, Builds fine from source and packaging looks good. Your package is missing the shared library. The old cppunit did include a shared lib. Volker, I'm

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-16 Thread Ross Smith II
Dr. Volker Zell wrote On 8/16/2007 12:10 AM -0800: Ross Smith, writes: Volker, I'm not sure what you mean by shared lib. I compared the contents of the old cppunit-1.9.14-1.tar.bz2, and new new cppunit-1.10.2-1.tar.bz2. The only difference I can see is that the file

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-17 Thread Ross Smith II
Dr. Volker Zell wrote On 8/16/2007 10:59 PM -0800: Ross Smith, writes: ... /usr/bin/cygcppunit-1-10-2.dll /usr/lib/libcppunit.dll.a ... tar -tvjf on both cppunit-1.10.2-1.tar.bz2 I downloaded from your site and the one I get from building from source gives: Volker, My sincere

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-08-17 Thread Ross Smith II
Dr. Volker Zell wrote On 8/17/2007 5:20 AM -0800: Did you see http://cygwin.com/ml/cygwin-apps/2007-08/msg00119.html Volker, Yes, I did. I had assumed that 1.12.0 was unstable, as the project's home page http://cppunit.sourceforge.net/cppunit-wiki made no mention of it. Researching further,

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework

2007-10-20 Thread Ross Smith II
appreciated, -Ross Corinna Vinschen wrote On 10/19/2007 4:06 AM -0800: Ross, On Aug 17 10:02, Ross Smith II wrote: Dr. Volker Zell wrote On 8/17/2007 5:20 AM -0800: Did you see http://cygwin.com/ml/cygwin-apps/2007-08/msg00119.html Volker, Yes, I did. I had assumed that 1.12.0 was unstable

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-20 Thread Ross Smith II
Sorry, the URL's should read: http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygport http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygwin.patch http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.src.patch but the 1.10.2 files fail as well. -Ross Ross Smith II wrote

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-21 Thread Ross Smith II
suggestions that may help me out of this mess? I'm clueless. Thanks, Ross David Rothenberger wrote On 10/20/2007 11:32 AM -0800: On 10/19/2007 11:13 PM, Ross Smith II wrote: Sorry, the URL's should read: http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygport http://smithii.com/files

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-23 Thread Ross Smith II
Brian Dessent wrote On 10/23/2007 2:28 AM -0800: Dave Korn wrote: The am-wrapper script is the one that tries to deduce and reuse the original version used to first build the file, IIUIC. I'm pretty sure that's not what's going on here; you'd see the same thing without alternatives or

Re: [ITA] cppunit 1.10.2 - A C++ unit testing framework (REVISED)

2007-10-24 Thread Ross Smith II
David Rothenberger wrote On 10/24/2007 7:20 AM -0800: On 10/23/2007 9:13 PM, Yaakov (Cygwin Ports) wrote: What version of cygport is everyone running here? Ross and I are both running the same version, 0.2.10-1. It appears the problems I was having are system related, even though I had

Please upload: cppunit-1.12.0

2007-10-24 Thread Ross Smith II
Please upload new version. Setup.hint has not changed: wget \ http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1-src.tar.bz2 \ http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.tar.bz2 \ http://smithii.com/files/cygwin/cppunit/setup.hint FYI, built with:

Re: Please upload: cppunit-1.12.0

2007-10-24 Thread Ross Smith II
David Rothenberger wrote On 10/24/2007 10:11 AM -0800: On 10/24/2007 10:08 AM, Ross Smith II wrote: FYI, built with: http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygport You should change your SRC_URI to: SRC_URI=mirror://sourceforge/cppunit/${P}.tar.gz The mirror: lets

Re: Please upload: cppunit-1.12.0

2007-10-25 Thread Ross Smith II
Corinna Vinschen wrote On 10/25/2007 3:01 AM -0800: On Oct 24 10:20, Ross Smith II wrote: David Rothenberger wrote On 10/24/2007 10:11 AM -0800: On 10/24/2007 10:08 AM, Ross Smith II wrote: FYI, built with: http://smithii.com/files/cygwin/cppunit/cppunit-1.12.0-1.cygport You should change

[RFU] email-3.1.2-1

2009-03-31 Thread Ross Smith II
New upstream release. Please mark email-2.5.1-1 as previous and remove email-2.5.0-1. wget -x -nH --cut-dirs=2 \ http://smithii.com/files/cygwin/email/email-3.1.2-1-src.tar.bz2 \ http://smithii.com/files/cygwin/email/email-3.1.2-1.tar.bz2 \ http://smithii.com/files/cygwin/email/setup.hint

[RFU] [1.7] email-3.1.2-2

2009-03-31 Thread Ross Smith II
New upstream release. Built with gcc-4. There were no differences with 3.1.2-1, but I bumped the release to '-2' to match how others released 1.7 packages. Is that correct? wget -x -nH --cut-dirs=2 \ http://smithii.com/files/cygwin/email/email-3.1.2-2-src.tar.bz2 \

Re: GPL-3

2009-05-03 Thread Ross Smith II
Andy, I just installed Cygwin 1.7, and didn't install any extra packages. Here's what I see: r...@varuna ~ $ gunzip -c /etc/setup/base-files.lst.gz | grep GPL-3 usr/share/doc/common-licenses/GPL-3.0 usr/share/doc/common-licenses/LGPL-3.0 r...@varuna ~ $ ls -l /usr/share/doc/common-licenses |

Re: Rsync question on version 3.0.4

2009-05-22 Thread Ross Smith II
Jan, Wrong list. Try the main cygwin list (and tell them the actual command line that is causing you grief). Jan Alphenaar wrote On 5/22/2009 2:18 PM -0800: Hi everybody, I have just downloaded the latest version of rsync (3.0.4) available via the CygWin setup tool. Unfortunately, it

New Package: email-2.3.0-2

2004-10-21 Thread Ross Smith II
The following package has recently been added to the Cygwin distribution: email-2.3.0-2: Command line sending of email, optionally with GnuPG encryption. Email is a simple command-line program to send emails. It can be configured to use either your sendmail installation or directly via SMTP. It

Updated: email-2.5.0-1

2006-06-26 Thread Ross Smith II
Version 2.5.0-1 of email has been uploaded. Email is a simple command-line program to send emails. It can be configured to use either your sendmail installation or directly via SMTP. It supports binary attachments, and a simple text based address book, with groups. Also, if GnuPG is installed,

Updated: email 2.5.1-1

2007-07-19 Thread Ross Smith II
The cygwin email package has been updated to the current stable version 2.5.1. To ease packaging, the default configuration files that were stored in /etc/defaults/etc/email/ are now stored in /etc/defaults/etc/. The actual configuration files are still kept in /etc/email. Upstream changelog:

Updated: cppunit-0.12.0-1

2007-10-26 Thread Ross Smith II
I've updated the version of cppunit to 0.12.0-1. This is a bugfix release. The Cygwin release is the vanilla version, no additional patches. === New in CppUnit 1.12.0: -- * Portability: - autogen.sh

Updated: email-3.1.2-1

2009-03-31 Thread Ross Smith II
I've made a new version of 'email' available for installation. This is the most recent version of email available from http://www.cleancode.org/projects/email. Changes since 2.5.1: - Minimal TLS support - Added UTF-8 support for headers and message - Added a timeout option - Fixed bug that was