Re: [ITP] cadaver: Command-line WebDAV client

2005-12-07 Thread Dr. Volker Zell
 Volker Zell writes:

 Hi
 I would like to contribute and maintain the cadaver package:

  * http://www.webdav.org/cadaver/ (Homepage)
  * http://www.webdav.org/cadaver/ (Download location) 

 It seems to be in a lot of distros: 
http://rpmfind.net/linux/rpm2html/search.php?query=cadaver

 
 Ciao
   Volker

 --

 Here is the setup.hint file:

 sdesc: Command-line WebDAV client
 ldesc: cadaver is a command-line WebDAV client, with support for file 
upload,
 download, on-screen display, in-place editing, namespace operations
 (move/copy), collection creation and deletion, property manipulation,
 and resource locking..
 category: Web
 requires: cygwin libneon24 libreadline6

  cut here 

 #!/bin/bash

 mkdir cadaver
 cd cadaver

 wget 
http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/cadaver/setup.hint
 wget 
http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/cadaver/cadaver-0.22.2-1-src.tar.bz2
 wget 
http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/cadaver/cadaver-0.22.2-1.tar.bz2
  cut here 


Nobody, who wants to review this package ?
It's nothing fancy

tar -tvjf /usr/local/objs/release/cadaver/cadaver-0.22.2-1.tar.bz2 
drwxr-xr-x vzell/admin   0 2005-11-18 17:54:50 usr/
drwxr-xr-x vzell/admin   0 2005-11-18 17:54:51 usr/bin/
-rwxr-xr-x vzell/admin   75264 2005-11-18 17:54:51 usr/bin/cadaver.exe
drwxr-xr-x vzell/admin   0 2005-11-18 17:54:50 usr/share/
drwxr-xr-x vzell/admin   0 2005-11-18 17:54:50 usr/share/doc/
drwxr-xr-x vzell/admin   0 2005-11-18 17:54:50 usr/share/doc/cadaver-0.22.2/
-rw-r--r-- vzell/admin 455 2005-11-18 17:54:50 
usr/share/doc/cadaver-0.22.2/BUGS
-rw-r--r-- vzell/admin   73318 2005-11-18 17:54:50 
usr/share/doc/cadaver-0.22.2/ChangeLog
-rw-r--r-- vzell/admin   17982 2005-11-18 17:54:50 
usr/share/doc/cadaver-0.22.2/COPYING
-rw-r--r-- vzell/admin1294 2005-11-18 17:54:50 
usr/share/doc/cadaver-0.22.2/FAQ
-rw-r--r-- vzell/admin7830 2005-11-18 17:54:50 
usr/share/doc/cadaver-0.22.2/INSTALL
-rw-r--r-- vzell/admin1383 2005-11-18 17:54:50 
usr/share/doc/cadaver-0.22.2/INTEROP
-rw-r--r-- vzell/admin   14431 2005-11-18 17:54:50 
usr/share/doc/cadaver-0.22.2/NEWS
-rw-r--r-- vzell/admin 523 2005-11-18 17:54:50 
usr/share/doc/cadaver-0.22.2/README
-rw-r--r-- vzell/admin 609 2005-11-18 17:54:50 
usr/share/doc/cadaver-0.22.2/THANKS
-rw-r--r-- vzell/admin5850 2005-11-18 17:54:50 
usr/share/doc/cadaver-0.22.2/TODO
drwxr-xr-x vzell/admin   0 2005-11-18 17:54:51 usr/share/doc/Cygwin/
-rw-r--r-- vzell/admin1695 2005-11-18 17:54:51 
usr/share/doc/Cygwin/cadaver-0.22.2.README
drwxr-xr-x vzell/admin   0 2005-11-18 17:54:50 usr/share/man/
drwxr-xr-x vzell/admin   0 2005-11-18 17:54:50 usr/share/man/man1/
-rw-r--r-- vzell/admin1376 2005-11-18 17:54:50 
usr/share/man/man1/cadaver.1.gz


Ciao
  Volker



Re: [ITP] cadaver: Command-line WebDAV client

2005-12-07 Thread Corinna Vinschen
On Dec  7 20:52, Dr. Volker Zell wrote:
   cut here 
 
  #!/bin/bash
 
  mkdir cadaver
  cd cadaver
 
  wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/cadaver/setup.hint
  wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/cadaver/cadaver-0.22.2-1-src.tar.bz2
  wget 
 http://cygwin.dev.wapme.net/packages/vzell/cygwin/release/cadaver/cadaver-0.22.2-1.tar.bz2
   cut here 
 
 
 Nobody, who wants to review this package ?

Looks good, uploaded.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat, Inc.


RE: [ITP] cadaver: Command-line WebDAV client

2005-12-07 Thread Robb, Sam
 Nobody, who wants to review this package ?

OK, I'll do my maintainerly duties :-)

Downloaded, unpacked, and checked it out - everything seemed to
work fine.  Was able to build the package from source without
any problems as well.

+1.

My only concern is that I'm seeing the following message whenever
I attempt to connect to the WebDAV server I was using for testing:

  WARNING: Untrusted server certificate presented for `*.timesys.com':
  Issued to: TimeSys Corporation, Pittsburgh, Pennsylvania, US
  Issued by: ServerSign CA, GlobalSign nv-sa, BE
  Certificate is valid from Apr 22 06:16:06 2005 GMT to Apr 22 06:16:06 2006 GMT
  Do you wish to accept the certificate? (y/n) 

When I'm using cadaver 0.22.2 on Linux (FC4, Gentoo) I don't get
this message.  Additionally, even if I say that I wish to accept
the certificate, the next time I start cadaver I will be asked
the same question :-/

-Samrobb


Re: [ITP] cadaver: Command-line WebDAV client

2005-11-19 Thread Dr. Volker Zell
 Max Bowsher writes:

 Dr. Volker Zell wrote:
 I would like to contribute and maintain the cadaver package:
 
 * http://www.webdav.org/cadaver/ (Homepage)
 
 Max, would it be possible to recompile neon so that it picks up the new 
 openssl package ?

 Refreshing neon is of course, not a problem.

Thanks.

 However, there is another potential problem.

 Neon is still in development, and breaks API compat fairly regularly. I
 was planning to move from neon 0.24.x to 0.25.x soon (an API break).

 When I do, of course a _runtime_ compat package will remain, but after
 investigation, I found that it would require quite a lot of work to make
 it possible for multiple versions of development versions of neon to
 co-exist - so I hadn't been planning on doing that.

 This isn't a problem, so long as all client applications are actively
 maintained, and get updated reasonably promptly to compile against new
 upstream neon versions, but cadaver hasn't had a release in over a year.

 I couldn't find conclusive information on whether the current cadaver
 release is compatible with 0.25.x - do you happen to know?

It's under discussion on the cadaver mailing list.

If you upgrade neon to 0.25.x and cadaver is not compatible I can always
rebuild it with the bundled version of neon (0.24.6)

 Max.

Ciao
  Volker



Re: [ITP] cadaver: Command-line WebDAV client

2005-11-19 Thread Max Bowsher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dr. Volker Zell wrote:
Max Bowsher writes:
 
  Dr. Volker Zell wrote:
  Max, would it be possible to recompile neon so that it picks up the 
 new 
  openssl package ?
 
  Refreshing neon is of course, not a problem.
 
 Thanks.

No problem, I'll do this today.

  I couldn't find conclusive information on whether the current cadaver
  release is compatible with 0.25.x - do you happen to know?
 
 It's under discussion on the cadaver mailing list.
 
 If you upgrade neon to 0.25.x and cadaver is not compatible I can always
 rebuild it with the bundled version of neon (0.24.6)

OK.

What I can do, is keep the 0.24.7 neon package as [prev] for a while,
even if I release multiple 0.25.x releases. Hopefully by the time neon
0.26.x arrives, cadaver development will have reawakened, and put out a
new release.


Max.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Cygwin)

iD8DBQFDf2uVfFNSmcDyxYARAg2lAKCF04ZyJBeMpLnYXM2qeryGbbLpkgCfQHrs
BlroIwamm68XVvOyrhFsxHo=
=ymUg
-END PGP SIGNATURE-


Re: [ITP] cadaver: Command-line WebDAV client

2005-11-18 Thread Max Bowsher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dr. Volker Zell wrote:
 I would like to contribute and maintain the cadaver package:
 
  * http://www.webdav.org/cadaver/ (Homepage)
  
 Max, would it be possible to recompile neon so that it picks up the new 
 openssl package ?

Refreshing neon is of course, not a problem.

However, there is another potential problem.

Neon is still in development, and breaks API compat fairly regularly. I
was planning to move from neon 0.24.x to 0.25.x soon (an API break).

When I do, of course a _runtime_ compat package will remain, but after
investigation, I found that it would require quite a lot of work to make
it possible for multiple versions of development versions of neon to
co-exist - so I hadn't been planning on doing that.

This isn't a problem, so long as all client applications are actively
maintained, and get updated reasonably promptly to compile against new
upstream neon versions, but cadaver hasn't had a release in over a year.

I couldn't find conclusive information on whether the current cadaver
release is compatible with 0.25.x - do you happen to know?


Max.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Cygwin)

iD8DBQFDfhdYfFNSmcDyxYARAmTuAKCzVI+FneVqxD3ljVB6Bdv87BX6RgCgqVn8
ijENMyyuGp2BXWrgOUN+VYs=
=JWFy
-END PGP SIGNATURE-