[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2009-04-03 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   03-Apr-2009 09:44:13
  Branch: HEAD Handle: 2009040308441200

  Modified files:
openpkg-src/socat   socat.spec

  Log:
upgrading package: socat 1.7.0.0 - 1.7.1.0

  Summary:
RevisionChanges Path
1.49+2  -2  openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.48 -r1.49 socat.spec
  --- openpkg-src/socat/socat.spec  16 Oct 2008 07:01:38 -  1.48
  +++ openpkg-src/socat/socat.spec  3 Apr 2009 07:44:12 -   1.49
  @@ -22,7 +22,7 @@
   ##
   
   #   package version
  -%define   V_major  1.7.0
  +%define   V_major  1.7.1
   %define   V_minor  0
   
   #   package information
  @@ -36,7 +36,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20081016
  +Release:  20090403
   
   #   package options
   %option   with_readline yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2008-10-16 Thread Ralf S. Engelschall
  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:   16-Oct-2008 09:01:39
  Branch: HEAD Handle: 2008101608013800

  Modified files:
openpkg-src/socat   socat.spec

  Log:
upgrading package: socat 2.0.0.b1 - 1.7.0.0

  Summary:
RevisionChanges Path
1.48+6  -5  openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.47 -r1.48 socat.spec
  --- openpkg-src/socat/socat.spec  1 Jan 2008 15:05:02 -   1.47
  +++ openpkg-src/socat/socat.spec  16 Oct 2008 07:01:38 -  1.48
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_major  2.0.0
  -%define   V_minor  b1
  +%define   V_major  1.7.0
  +%define   V_minor  0
   
   #   package information
   Name: socat
  @@ -36,14 +36,14 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20080101
  +Release:  20081016
   
   #   package options
   %option   with_readline yes
   %option   with_ssl  yes
   
   #   list of sources
  -Source0:  
http://www.dest-unreach.org/socat/download/socat-%{V_major}-%{V_minor}.tar.bz2
  +Source0:  
http://www.dest-unreach.org/socat/download/socat-%{V_major}.%{V_minor}.tar.bz2
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -76,7 +76,7 @@
   }
   
   %prep
  -%setup -q -n socat-%{V_major}-%{V_minor}
  +%setup -q -n socat-%{V_major}.%{V_minor}
   
   %build
   CC=%{l_cc} %{l_cflags -O} %{l_cppflags} \
  @@ -85,6 +85,7 @@
   LDFLAGS=%{l_ldflags} \
   ./configure \
   --prefix=%{l_prefix} \
  +--mandir=%{l_prefix}/man \
   --enable-msglevel=debug \
   %if %{with_readline} == yes
   --enable-readline \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2007-09-04 Thread Ralf S. Engelschall
  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:   04-Sep-2007 10:16:21
  Branch: HEAD Handle: 2007090409161900

  Modified files:
openpkg-src/socat   socat.spec

  Log:
upgrading package: socat 1.6.0.0 - 2.0.0.b1

  Summary:
RevisionChanges Path
1.46+7  -13 openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.45 -r1.46 socat.spec
  --- openpkg-src/socat/socat.spec  7 Jun 2007 08:09:31 -   1.45
  +++ openpkg-src/socat/socat.spec  4 Sep 2007 08:16:19 -   1.46
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_major  1.6
  -%define   V_minor  0.0
  +%define   V_major  2.0.0
  +%define   V_minor  b1
   
   #   package information
   Name: socat
  @@ -37,14 +37,14 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20070607
  +Release:  20070904
   
   #   package options
   %option   with_readline yes
   %option   with_ssl  yes
   
   #   list of sources
  -Source0:  
http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
  +Source0:  
http://www.dest-unreach.org/socat/download/socat-%{V_major}-%{V_minor}.tar.bz2
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -73,12 +73,11 @@
   prog socat = {
   version   = %{version}
   url   = http://www.dest-unreach.org/socat/download/
  -regex = socat-(\d+\.\d+\.\d+(?:\.\d+)?)\.tar\.bz2
  +regex = socat-(__VER__)\.tar\.bz2
   }
   
   %prep
  -%setup -q
  -chmod a+x install-sh
  +%setup -q -n socat-%{V_major}-%{V_minor}
   
   %build
   CC=%{l_cc} %{l_cflags -O} %{l_cppflags} \
  @@ -104,12 +103,7 @@
   
   %install
   rm -rf $RPM_BUILD_ROOT
  -%{l_shtool} mkdir -f -p -m 755 \
  -$RPM_BUILD_ROOT%{l_prefix}/bin \
  -$RPM_BUILD_ROOT%{l_prefix}/man/man1
  -%{l_make} %{l_mflags} install \
  -prefix=$RPM_BUILD_ROOT%{l_prefix} \
  -exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
  +%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* /dev/null 21 || true
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2007-06-07 Thread Ralf S. Engelschall
  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:   07-Jun-2007 10:09:32
  Branch: HEAD Handle: 2007060709093100

  Modified files:
openpkg-src/socat   socat.spec

  Log:
track releases only

  Summary:
RevisionChanges Path
1.45+2  -2  openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.44 -r1.45 socat.spec
  --- openpkg-src/socat/socat.spec  7 Mar 2007 06:42:29 -   1.44
  +++ openpkg-src/socat/socat.spec  7 Jun 2007 08:09:31 -   1.45
  @@ -37,7 +37,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20070307
  +Release:  20070607
   
   #   package options
   %option   with_readline yes
  @@ -73,7 +73,7 @@
   prog socat = {
   version   = %{version}
   url   = http://www.dest-unreach.org/socat/download/
  -regex = socat-(__VER__)\.tar\.bz2
  +regex = socat-(\d+\.\d+\.\d+(?:\.\d+)?)\.tar\.bz2
   }
   
   %prep
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2007-03-06 Thread Ralf S. Engelschall
  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:   07-Mar-2007 07:42:29
  Branch: HEAD Handle: 2007030706422900

  Modified files:
openpkg-src/socat   socat.spec

  Log:
upgrading package: socat 1.5.0.0 - 1.6.0.0

  Summary:
RevisionChanges Path
1.44+2  -2  openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.43 -r1.44 socat.spec
  --- openpkg-src/socat/socat.spec  1 Jan 2007 17:41:56 -   1.43
  +++ openpkg-src/socat/socat.spec  7 Mar 2007 06:42:29 -   1.44
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_major  1.5
  +%define   V_major  1.6
   %define   V_minor  0.0
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20061229
  +Release:  20070307
   
   #   package options
   %option   with_readline yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2006-12-29 Thread Ralf S. Engelschall
  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:   29-Dec-2006 16:57:25
  Branch: HEAD Handle: 2006122915572500

  Modified files:
openpkg-src/socat   socat.spec

  Log:
allow one to disable readline and SSL support

  Summary:
RevisionChanges Path
1.42+21 -3  openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.41 -r1.42 socat.spec
  --- openpkg-src/socat/socat.spec  13 Oct 2006 17:34:18 -  1.41
  +++ openpkg-src/socat/socat.spec  29 Dec 2006 15:57:25 -  1.42
  @@ -37,7 +37,11 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20061013
  +Release:  20061229
  +
  +#   package options
  +%option   with_readline yes
  +%option   with_ssl  yes
   
   #   list of sources
   Source0:  
http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
  @@ -47,8 +51,14 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130, gcc
   PreReq:   OpenPKG, openpkg = 20040130
  -BuildPreReq:  readline, openssl
  -PreReq:   readline, openssl
  +%if %{with_readline} == yes
  +BuildPreReq:  readline
  +PreReq:   readline
  +%endif
  +%if %{with_ssl} == yes
  +BuildPreReq:  openssl
  +PreReq:   openssl
  +%endif
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -78,8 +88,16 @@
   ./configure \
   --prefix=%{l_prefix} \
   --enable-msglevel=debug \
  +%if %{with_readline} == yes
   --enable-readline \
  +%else
  +--disable-readline \
  +%endif
  +%if %{with_ssl} == yes
   --enable-openssl \
  +%else
  +--disable-openssl \
  +%endif
   --disable-libwrap
   
   %{l_make} %{l_mflags -O}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2006-10-03 Thread Ralf S. Engelschall
  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:   03-Oct-2006 20:24:19
  Branch: HEAD Handle: 2006100319241900

  Modified files:
openpkg-src/socat   socat.spec

  Log:
fix installation procedure

  Summary:
RevisionChanges Path
1.40+2  -1  openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.39 -r1.40 socat.spec
  --- openpkg-src/socat/socat.spec  14 Jul 2006 16:11:10 -  1.39
  +++ openpkg-src/socat/socat.spec  3 Oct 2006 18:24:19 -   1.40
  @@ -37,7 +37,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20060714
  +Release:  20061003
   
   #   list of sources
   Source0:  
http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
  @@ -68,6 +68,7 @@
   
   %prep
   %setup -q
  +chmod a+x install-sh
   
   %build
   CC=%{l_cc} %{l_cflags -O} %{l_cppflags} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2006-07-14 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   14-Jul-2006 18:11:10
  Branch: HEAD Handle: 2006071417111000

  Modified files:
openpkg-src/socat   socat.spec

  Log:
upgrading package: socat 1.4.3.1 - 1.5.0.0

  Summary:
RevisionChanges Path
1.39+4  -4  openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.38 -r1.39 socat.spec
  --- openpkg-src/socat/socat.spec  30 Jan 2006 07:28:10 -  1.38
  +++ openpkg-src/socat/socat.spec  14 Jul 2006 16:11:10 -  1.39
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_major  1.4
  -%define   V_minor  3.1
  +%define   V_major  1.5
  +%define   V_minor  0.0
   
   #   package information
   Name: socat
  @@ -37,7 +37,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20060130
  +Release:  20060714
   
   #   list of sources
   Source0:  
http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
  @@ -67,7 +67,7 @@
   }
   
   %prep
  -%setup -q -n socat-%{V_major}
  +%setup -q
   
   %build
   CC=%{l_cc} %{l_cflags -O} %{l_cppflags} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2006-01-29 Thread Ralf S. Engelschall
  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:   30-Jan-2006 08:28:10
  Branch: HEAD Handle: 2006013007281000

  Modified files:
openpkg-src/socat   socat.spec

  Log:
upgrading package: socat 1.4.3.0 - 1.4.3.1

  Summary:
RevisionChanges Path
1.38+2  -2  openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.37 -r1.38 socat.spec
  --- openpkg-src/socat/socat.spec  1 Jan 2006 13:22:26 -   1.37
  +++ openpkg-src/socat/socat.spec  30 Jan 2006 07:28:10 -  1.38
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major  1.4
  -%define   V_minor  3.0
  +%define   V_minor  3.1
   
   #   package information
   Name: socat
  @@ -37,7 +37,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20050911
  +Release:  20060130
   
   #   list of sources
   Source0:  
http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2005-07-29 Thread Ralf S. Engelschall
  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:   29-Jul-2005 15:38:01
  Branch: HEAD Handle: 2005072914380100

  Modified files:
openpkg-src/socat   socat.spec

  Log:
cleanup %description

  Summary:
RevisionChanges Path
1.35+4  -4  openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.34 -r1.35 socat.spec
  --- openpkg-src/socat/socat.spec  24 Mar 2005 11:20:22 -  1.34
  +++ openpkg-src/socat/socat.spec  29 Jul 2005 13:38:01 -  1.35
  @@ -37,7 +37,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20050319
  +Release:  20050729
   
   #   list of sources
   Source0:  
http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
  @@ -53,10 +53,10 @@
   AutoReqProv:  no
   
   %description
  -socat is a relay for bidirectional data transfer between two
  +Socat is a relay for bi-directional data transfer between two
   independent data channels. Each of these data channels may be a
  -file, pipe, device (terminal or modem etc.), socket (UNIX, IP4, IP6
  -- raw, UDP, TCP), a file descriptor (stdin etc.), a program, or an
  +file, pipe, device (terminal, modem, etc), socket (UNIX, IP4, IP6,
  +raw, UDP, TCP), a file descriptor (stdin, etc), a program, or an
   arbitrary combination of two of these.
   
   %track
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2005-03-19 Thread Ralf S. Engelschall
  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:   19-Mar-2005 09:18:06
  Branch: HEAD Handle: 2005031908180600

  Modified files:
openpkg-src/socat   socat.spec

  Log:
upgrading package: socat 1.4.1.0 - 1.4.2.0

  Summary:
RevisionChanges Path
1.33+2  -2  openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.32 -r1.33 socat.spec
  --- openpkg-src/socat/socat.spec  1 Jan 2005 10:54:52 -   1.32
  +++ openpkg-src/socat/socat.spec  19 Mar 2005 08:18:06 -  1.33
  @@ -25,7 +25,7 @@
   
   #   package version
   %define   V_major  1.4
  -%define   V_minor  1.0
  +%define   V_minor  2.0
   
   #   package information
   Name: socat
  @@ -38,7 +38,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20041212
  +Release:  20050319
   
   #   list of sources
   Source0:  
http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2004-12-12 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   12-Dec-2004 09:49:58
  Branch: HEAD Handle: 2004121208495800

  Modified files:
openpkg-src/socat   socat.spec

  Log:
upgrading package: socat 1.4.0.3 - 1.4.1.0

  Summary:
RevisionChanges Path
1.31+2  -2  openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.30 -r1.31 socat.spec
  --- openpkg-src/socat/socat.spec  22 Oct 2004 15:49:58 -  1.30
  +++ openpkg-src/socat/socat.spec  12 Dec 2004 08:49:58 -  1.31
  @@ -25,7 +25,7 @@
   
   #   package version
   %define   V_major  1.4
  -%define   V_minor  0.3
  +%define   V_minor  1.0
   
   #   package information
   Name: socat
  @@ -38,7 +38,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20041022
  +Release:  20041212
   
   #   list of sources
   Source0:  
http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]
From jeff Sun Dec 12 08:47:24 2004
Return-Path: [EMAIL PROTECTED]
Delivery-Date: Sun Dec 12 00:47:24 2004
Return-path: [EMAIL PROTECTED]
Envelope-to: archive@mail-archive.com
Delivery-date: Sun, 12 Dec 2004 00:47:24 -0800
Received: from exprod5mx83.postini.com ([64.18.0.71] helo=psmtp.com)
by toko.jab.org with smtp (Exim 3.36 #1 (Debian))
id 1CdPO0-0006bA-00
for archive@mail-archive.com; Sun, 12 Dec 2004 00:47:24 -0800
Received: from source ([205.150.58.140]) by exprod5mx83.postini.com 
([64.18.4.10]) with SMTP;
Sun, 12 Dec 2004 00:49:52 PST
Received: (qmail 30048 invoked by uid 77); 12 Dec 2004 08:49:05 -
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Post: mailto:[EMAIL PROTECTED]
List-Help: mailto:[EMAIL PROTECTED]
List-Unsubscribe: mailto:[EMAIL PROTECTED]
List-Subscribe: mailto:[EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Delivered-To: moderator for [EMAIL PROTECTED]
Received: (qmail 10968 invoked by uid 0); 12 Dec 2004 04:58:01 -
Reply-To: [EMAIL PROTECTED]
To: Weekly Updates [EMAIL PROTECTED]
From: Weekly Updates [EMAIL PROTECTED]
X-PoC-List: Sent Automatically
X-PoC-Website: http://pileofcrap.org
X-AntiVirus: AMaViS 0.2.1 (http://amavis.org/) checkpoint MFLS
Subject: [weekly] Weekly Updates!
X-AntiVirus: AMaViS 0.2.1 (http://amavis.org/) checkpoint MFLS
X-pstn-levels: (S:52.00767/99.9 R:95.9108 P:95.9108 M:94.8624 C:98.9754 )
X-pstn-settings: 1 (0.1500:0.1500) gt3 gt2 gt1 r p m c 
X-pstn-addresses: from [EMAIL PROTECTED] [294/10] 
Message-Id: [EMAIL PROTECTED]
Date: Sun, 12 Dec 2004 00:47:24 -0800
X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on toko.jab.org
X-Spam-Level: 
X-Spam-Status: No, hits=-4.9 required=4.0 tests=BAYES_00 autolearn=ham 
version=2.64

Updates from Saturday, December 4th to Saturday, December 11th
--
You are subscribed to this mailing list, to unsubscribe follow
the instructions at the bottom of this email.
--
:: A R T i C L E S (of non importance)
--
--
:: N E W S (or something like it)
--
Buh Hull Shu Hit. posted by SmrtySsa on Sat Dec 11
http://pileofcrap.org/news.php?nid=2022

Randoms posted by Conor on Fri Dec 10
http://pileofcrap.org/news.php?nid=2021

Hm. posted by Conor on Wed Dec 8
http://pileofcrap.org/news.php?nid=2020

What's The Dillio? posted by SmrtySsa on Tue Dec 7
http://pileofcrap.org/news.php?nid=2019



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
From jeff Sun Dec 12 08:47:45 2004
Return-Path: [EMAIL PROTECTED]
Delivery-Date: Sun Dec 12 00:47:45 2004
Return-path: [EMAIL PROTECTED]
Envelope-to: archive@jab.org
Delivery-date: Sun, 12 Dec 2004 00:47:45 -0800
Received: from exprod5mx56.postini.com ([64.18.0.236] helo=psmtp.com)
by toko.jab.org with smtp (Exim 3.36 #1 (Debian))
id 

[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2004-10-22 Thread Herbert Schmid
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Herbert Schmid
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Oct-2004 11:32:48
  Branch: HEAD Handle: 2004102210324800

  Modified files:
openpkg-src/socat   socat.spec

  Log:
upgrading package: socat 1.4.0.2 - 1.4.0.3

  Summary:
RevisionChanges Path
1.29+2  -2  openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.28 -r1.29 socat.spec
  --- openpkg-src/socat/socat.spec  23 Sep 2004 09:52:22 -  1.28
  +++ openpkg-src/socat/socat.spec  22 Oct 2004 09:32:48 -  1.29
  @@ -25,7 +25,7 @@
   
   #   package version
   %define   V_major  1.4
  -%define   V_minor  0.2
  +%define   V_minor  0.3
   
   #   package information
   Name: socat
  @@ -38,7 +38,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20040923
  +Release:  20041022
   
   #   list of sources
   Source0:  http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2004-09-23 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   23-Sep-2004 11:52:22
  Branch: HEAD Handle: 2004092310522200

  Modified files:
openpkg-src/socat   socat.spec

  Log:
upgrading package: socat 1.4.0.1 - 1.4.0.2

  Summary:
RevisionChanges Path
1.28+2  -2  openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.27 -r1.28 socat.spec
  --- openpkg-src/socat/socat.spec  26 Aug 2004 19:18:51 -  1.27
  +++ openpkg-src/socat/socat.spec  23 Sep 2004 09:52:22 -  1.28
  @@ -25,7 +25,7 @@
   
   #   package version
   %define   V_major  1.4
  -%define   V_minor  0.1
  +%define   V_minor  0.2
   
   #   package information
   Name: socat
  @@ -38,7 +38,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20040826
  +Release:  20040923
   
   #   list of sources
   Source0:  http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/socat/ socat.spec

2004-06-22 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   22-Jun-2004 11:34:27
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/socat   socat.spec

  Log:
upgrading package: socat 1.3.2.2 - 1.4.0.0

  Summary:
RevisionChanges Path
1.26+0  -0  openpkg-src/socat/socat.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/socat/socat.spec
  
  $ cvs diff -u -r1.25 -r1.26 socat.spec
  --- openpkg-src/socat/socat.spec  7 Feb 2004 17:58:53 -   1.25
  +++ openpkg-src/socat/socat.spec  22 Jun 2004 09:34:27 -  1.26
  @@ -24,8 +24,8 @@
   ##
   
   #   package version
  -%define   V_major  1.3
  -%define   V_minor  2.2
  +%define   V_major  1.4
  +%define   V_minor  0.0
   
   #   package information
   Name: socat
  @@ -38,7 +38,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20040207
  +Release:  20040622
   
   #   list of sources
   Source0:  http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]