OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   10-Sep-2007 21:14:59
  Branch: HEAD                             Handle: 2007091020145900

  Modified files:
    openpkg-src/uucp        uucp.spec uucp.txt

  Log:
    provide out-of-the-box UUCP-over-SSL uucico client configuration and
    cleanup foo.dom to example.com

  Summary:
    Revision    Changes     Path
    1.58        +1  -1      openpkg-src/uucp/uucp.spec
    1.2         +17 -2      openpkg-src/uucp/uucp.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/uucp/uucp.spec
  ============================================================================
  $ cvs diff -u -r1.57 -r1.58 uucp.spec
  --- openpkg-src/uucp/uucp.spec        15 May 2007 19:45:58 -0000      1.57
  +++ openpkg-src/uucp/uucp.spec        10 Sep 2007 19:14:59 -0000      1.58
  @@ -33,7 +33,7 @@
   Group:        Communication
   License:      GPL
   Version:      1.07
  -Release:      20070515
  +Release:      20070910
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/uucp/uucp-%{version}.tar.gz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/uucp/uucp.txt
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 uucp.txt
  --- openpkg-src/uucp/uucp.txt 22 Oct 2006 15:26:06 -0000      1.1
  +++ openpkg-src/uucp/uucp.txt 10 Sep 2007 19:14:59 -0000      1.2
  @@ -115,6 +115,10 @@
   port     tcp-direct
   type     tcp
   
  +port     ssl-direct
  +type     pipe
  +command  @l_prefix@/sbin/stunnel @l_prefix@/etc/uucp/config.ssl
  +
   port     modem-direct
   type     modem
   device   /dev/cuaa0
  @@ -152,16 +156,27 @@
   system             modem
   port               modem-direct
   
  -#  sample ISP connection
  +#  sample peer connection
   system             foo
   alias              foobox
   myname             openpkg
   time               Any
   port               tcp-direct
  -address            uucp.foo.dom
  +address            uucp.example.com
   chat-timeout       120
   protocol           t
   protocol-parameter t timeout 60
   protocol-parameter t retries 10
   
   </file>
  +<file name="config.ssl">
  +##
  +##  config.ssl -- UUCP stunnel(1) configuration for UUCP-over-SSL
  +##
  +
  +client      = yes
  +foreground  = yes
  +output      = /dev/null
  +connect     = uucp.example.com:4031
  +
  +</file>
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to