[CVS] OpenPKG: openpkg-src/elm/ elm.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:   05-Sep-2007 08:58:30
  Branch: HEAD Handle: 2007090507583000

  Modified files:
openpkg-src/elm elm.spec

  Log:
fix tracking

  Summary:
RevisionChanges Path
1.48+2  -2  openpkg-src/elm/elm.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/elm/elm.spec
  
  $ cvs diff -u -r1.47 -r1.48 elm.spec
  --- openpkg-src/elm/elm.spec  4 Sep 2007 17:15:21 -   1.47
  +++ openpkg-src/elm/elm.spec  5 Sep 2007 06:58:30 -   1.48
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  ELM License
   Version:  %{V_base}.%{V_me}%{V_pl}
  -Release:  20070904
  +Release:  20070905
   
   #   list of sources
   Source0:  http://www.elmme-mailer.org/elm-%{V_base}ME+%{V_me}.tar.gz
  @@ -68,7 +68,7 @@
   prog elm:patches = {
   version   = %{V_base}ME+PL%{V_me}%{V_pl}
   url   = http://www.elmme-mailer.org/elm-2.4ME+.html
  -regex = elm-(2.4ME\+PL1\d+[a-z])\.patch\.gz
  +regex = elm-(2.4ME\+PL1\d+[a-z]?)\.patch\.gz
   }
   
   %prep
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.patch openssh.patch.alias ...

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:   05-Sep-2007 08:48:41
  Branch: HEAD Handle: 2007090507483901

  Modified files:
openpkg-src/openssh openssh.patch openssh.patch.alias
openssh.patch.chroot openssh.patch.scpbindir
openssh.patch.sftplogging openssh.spec

  Log:
upgrading package: openssh 4.6p1 -> 4.7p1

  Summary:
RevisionChanges Path
1.21+7  -41 openpkg-src/openssh/openssh.patch
1.11+9  -9  openpkg-src/openssh/openssh.patch.alias
1.11+11 -11 openpkg-src/openssh/openssh.patch.chroot
1.14+2  -2  openpkg-src/openssh/openssh.patch.scpbindir
1.12+42 -42 openpkg-src/openssh/openssh.patch.sftplogging
1.198   +4  -2  openpkg-src/openssh/openssh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.patch
  
  $ cvs diff -u -r1.20 -r1.21 openssh.patch
  --- openpkg-src/openssh/openssh.patch 30 Aug 2007 17:49:39 -  1.20
  +++ openpkg-src/openssh/openssh.patch 5 Sep 2007 06:48:39 -   1.21
  @@ -1,7 +1,7 @@
   Index: Makefile.in
   Makefile.in.orig 2006-10-23 23:44:47 +0200
  -+++ Makefile.in  2007-03-10 09:30:35 +0100
  -@@ -234,7 +234,7 @@
  +--- Makefile.in.orig 2007-06-11 06:01:42 +0200
   Makefile.in  2007-09-05 08:39:34 +0200
  +@@ -231,7 +231,7 @@
-rm -rf autom4te.cache
(cd scard && $(MAKE) -f Makefile.in distprep)

  @@ -12,7 +12,7 @@

   Index: auth-pam.h
   --- auth-pam.h.orig  2004-09-11 14:17:26 +0200
  -+++ auth-pam.h   2007-03-10 09:30:35 +0100
   auth-pam.h   2007-09-05 08:39:34 +0200
   @@ -28,7 +28,7 @@
#ifdef USE_PAM

  @@ -23,45 +23,11 @@

void start_pam(Authctxt *);
   Index: version.h
   version.h.orig   2007-03-06 11:21:37 +0100
  -+++ version.h2007-03-10 09:30:35 +0100
  +--- version.h.orig   2007-08-15 11:14:52 +0200
   version.h2007-09-05 08:39:34 +0200
   @@ -3,4 +3,4 @@
  - #define SSH_VERSION "OpenSSH_4.6"
  + #define SSH_VERSION "OpenSSH_4.7"

#define SSH_PORTABLE"p1"
   -#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
   +#define SSH_RELEASE SSH_VERSION SSH_PORTABLE " @l_openpkg_release@"
  -
  --
  -
  -Bugfix (backported from OpenBSD):
  -Move C/R -> kbdint special case to after the defaults have been loaded,
  -which makes "ChallengeResponse" default to yes again. This was broken by
  -the "Match" changes and not fixed properly subsequently.
  -
  -Index: servconf.c
   servconf.c.orig  2007-08-30 11:50:17 -0300
  -+++ servconf.c   2007-08-30 11:50:38 -0300
  -@@ -1387,8 +1387,4 @@
  - if (bad_options > 0)
  - fatal("%s: terminating, %d bad configuration options",
  - filename, bad_options);
  --
  --/* challenge-response is implemented via keyboard interactive */
  --if (options->challenge_response_authentication == 1)
  --options->kbd_interactive_authentication = 1;
  - }
  -Index: sshd.c
   sshd.c.orig  2007-08-30 11:50:30 -0300
  -+++ sshd.c   2007-08-30 11:51:42 -0300
  -@@ -1421,6 +1421,10 @@
  - /* Fill in default values for those options not explicitly set. */
  - fill_default_server_options(&options);
  - 
  -+/* challenge-response is implemented via keyboard interactive */
  -+if (options.challenge_response_authentication)
  -+options.kbd_interactive_authentication = 1;
  -+
  - /* set default channel AF */
  - channel_set_af(options.address_family);
  - 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.patch.alias
  
  $ cvs diff -u -r1.10 -r1.11 openssh.patch.alias
  --- openpkg-src/openssh/openssh.patch.alias   10 Mar 2007 08:35:34 -  
1.10
  +++ openpkg-src/openssh/openssh.patch.alias   5 Sep 2007 06:48:40 -   
1.11
  @@ -1,6 +1,6 @@
   Index: auth1.c
   --- auth1.c.orig 2006-09-01 07:38:36 +0200
  -+++ auth1.c  2007-03-10 09:30:55 +0100
   auth1.c  2007-09-05 08:40:36 +0200
   @@ -39,6 +39,9 @@
#endif
#include "monitor_wrap.h"
  @@ -49,8 +49,8 @@
authctxt->style = style;

   Index: auth2.c
   auth2.c.orig 2007-03-01 11:31:29 +0100
  -+++ auth2.c  2007-03-10 09:30:55 +0100
  +--- auth2.c.orig 2007-05-20 06:58:41 +0200
   auth2.c  2007-09-05 08:40:36 +0200
   @@ -44,6 +44,9 @@
#include "

[CVS] OpenPKG: openpkg-src/drupal/ drupal.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:   05-Sep-2007 08:39:14
  Branch: HEAD Handle: 2007090507391400

  Modified files:
openpkg-src/drupal  drupal.spec

  Log:
modifying package: drupal-5.2 20070828 -> 20070905

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/drupal/drupal.spec
  
  $ cvs diff -u -r1.48 -r1.49 drupal.spec
  --- openpkg-src/drupal/drupal.spec28 Aug 2007 08:21:10 -  1.48
  +++ openpkg-src/drupal/drupal.spec5 Sep 2007 06:39:14 -   1.49
  @@ -72,7 +72,7 @@
   %define   V_module_taxonomy_theme  1.1
   %define   V_module_textile 2.1
   %define   V_module_tinymce 1.x
  -%define   V_module_trackback   1.2
  +%define   V_module_trackback   1.3
   %define   V_module_troll   1.1
   %define   V_module_webform 1.4
   %define   V_module_week1.2
  @@ -135,7 +135,7 @@
   Group:CMS
   License:  GPL
   Version:  %{V_drupal}
  -Release:  20070828
  +Release:  20070905
   
   #   list of sources
   Source0:  http://ftp.drupal.org/files/projects/drupal-%{V_drupal}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/nagios/ nagios.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:   05-Sep-2007 08:38:54
  Branch: HEAD Handle: 2007090507385400

  Modified files:
openpkg-src/nagios  nagios.spec

  Log:
modifying package: nagios-2.9 20070901 -> 20070905

  Summary:
RevisionChanges Path
1.92+2  -2  openpkg-src/nagios/nagios.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/nagios/nagios.spec
  
  $ cvs diff -u -r1.91 -r1.92 nagios.spec
  --- openpkg-src/nagios/nagios.spec1 Sep 2007 08:51:26 -   1.91
  +++ openpkg-src/nagios/nagios.spec5 Sep 2007 06:38:54 -   1.92
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_nagios   2.9
   %define   V_nagios_plugins   1.4.9
  -%define   V_perl_nagios_plugin   0.17
  +%define   V_perl_nagios_plugin   0.19
   %define   V_perl_nagios_object   0.20
   %define   V_perl_nagios_cmd  0.05
   
  @@ -40,7 +40,7 @@
   Group:Monitoring
   License:  GPL
   Version:  %{V_nagios}
  -Release:  20070901
  +Release:  20070905
   
   #   package options
   %option   with_perl   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/diffstat/ diffstat.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:   05-Sep-2007 08:38:47
  Branch: HEAD Handle: 2007090507384600

  Modified files:
openpkg-src/diffstatdiffstat.spec

  Log:
upgrading package: diffstat 1.44 -> 1.45

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/diffstat/diffstat.spec
  
  $ cvs diff -u -r1.39 -r1.40 diffstat.spec
  --- openpkg-src/diffstat/diffstat.spec27 Aug 2007 06:31:57 -  
1.39
  +++ openpkg-src/diffstat/diffstat.spec5 Sep 2007 06:38:46 -   
1.40
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Patching
   License:  MIT-style
  -Version:  1.44
  -Release:  20070827
  +Version:  1.45
  +Release:  20070905
   
   #   list of sources
   Source0:  ftp://invisible-island.net/diffstat/diffstat-%{version}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/pdnsd/ pdnsd.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:   05-Sep-2007 08:33:35
  Branch: HEAD Handle: 200709050700

  Modified files:
openpkg-src/pdnsd   pdnsd.spec

  Log:
upgrading package: pdnsd 1.2.5 -> 1.2.6

  Summary:
RevisionChanges Path
1.29+3  -3  openpkg-src/pdnsd/pdnsd.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/pdnsd/pdnsd.spec
  
  $ cvs diff -u -r1.28 -r1.29 pdnsd.spec
  --- openpkg-src/pdnsd/pdnsd.spec  20 Jul 2007 20:17:54 -  1.28
  +++ openpkg-src/pdnsd/pdnsd.spec  5 Sep 2007 06:33:33 -   1.29
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:DNS
   License:  GPL
  -Version:  1.2.5
  -Release:  20070720
  +Version:  1.2.6
  +Release:  20070905
   
   #   list of sources
   Source0:  
http://www.phys.uu.nl/~rombouts/pdnsd/releases/pdnsd-%{version}-par.tar.gz
  @@ -71,7 +71,7 @@
   doc/pdnsd.{conf.5,8}.in
   
   %build
  -export CC="%{l_cc}"
  +export CC="%{l_cc} -pthread"
   export CFLAGS="%{l_cflags -O}"
   export CPPFLAGS="%{l_cppflags}"
   export LDFLAGS="%{l_ldflags}"
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/unfsd/ unfsd.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:   05-Sep-2007 08:20:39
  Branch: HEAD Handle: 2007090507203800

  Modified files:
openpkg-src/unfsd   unfsd.spec

  Log:
upgrading package: unfsd 0.9.17 -> 0.9.18

  Summary:
RevisionChanges Path
1.11+2  -2  openpkg-src/unfsd/unfsd.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/unfsd/unfsd.spec
  
  $ cvs diff -u -r1.10 -r1.11 unfsd.spec
  --- openpkg-src/unfsd/unfsd.spec  20 Jul 2007 20:18:40 -  1.10
  +++ openpkg-src/unfsd/unfsd.spec  5 Sep 2007 06:20:38 -   1.11
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Filesystem
   License:  GPL
  -Version:  0.9.17
  -Release:  20070720
  +Version:  0.9.18
  +Release:  20070905
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gnutls/ gnutls.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 20:44:33
  Branch: HEAD Handle: 2007090419443200

  Modified files:
openpkg-src/gnutls  gnutls.spec

  Log:
cleanup packaging

  Summary:
RevisionChanges Path
1.92+3  -1  openpkg-src/gnutls/gnutls.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gnutls/gnutls.spec
  
  $ cvs diff -u -r1.91 -r1.92 gnutls.spec
  --- openpkg-src/gnutls/gnutls.spec4 Sep 2007 17:32:29 -   1.91
  +++ openpkg-src/gnutls/gnutls.spec4 Sep 2007 18:44:32 -   1.92
  @@ -96,14 +96,16 @@
   --infodir=%{l_prefix}/info \
   --with-libgcrypt-prefix=%{l_prefix} \
   --with-libopencdk-prefix=%{l_prefix} \
  +--with-libtasn1-prefix=%{l_prefix} \
  +--with-libz-prefix=%{l_prefix} \
   --with-zlib \
   --with-lzo \
  +--without-included-lzo \
   %if "%{with_cxx}" == "yes"
   --enable-cxx \
   %else
   --disable-cxx \
   %endif
  ---without-included-lzo \
   --disable-nls \
   --disable-shared
   %{l_make} %{l_mflags -O}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gnutls/ gnutls.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 19:32:29
  Branch: HEAD Handle: 2007090418322900

  Modified files:
openpkg-src/gnutls  gnutls.spec

  Log:
upgrading package: gnutls 1.6.3 -> 2.0.0

  Summary:
RevisionChanges Path
1.91+7  -6  openpkg-src/gnutls/gnutls.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gnutls/gnutls.spec
  
  $ cvs diff -u -r1.90 -r1.91 gnutls.spec
  --- openpkg-src/gnutls/gnutls.spec20 Jul 2007 20:16:42 -  1.90
  +++ openpkg-src/gnutls/gnutls.spec4 Sep 2007 17:32:29 -   1.91
  @@ -32,14 +32,14 @@
   Class:PLUS
   Group:SSL
   License:  GPL
  -Version:  1.6.3
  -Release:  20070720
  +Version:  2.0.0
  +Release:  20070904
   
   #   package options
   %option   with_cxx   no
   
   #   list of sources
  -Source0:  
ftp://ftp.gnutls.org/pub/crypto/gnutls/gnutls-%{version}.tar.bz2
  +Source0:  ftp://ftp.gnutls.org/pub/gnutls/gnutls-%{version}.tar.bz2
   Patch0:   gnutls.patch
   
   #   build information
  @@ -51,8 +51,8 @@
   %if "%{with_cxx}" == "yes"
   BuildPreReq:  gcc::with_cxx = yes
   %endif
  -BuildPreReq:  gcrypt >= 1.2.2, opencdk >= 0.5.5, libtasn1 >= 0.3.4, lzo, 
zlib, getopt
  -PreReq:   gcrypt >= 1.2.2, opencdk >= 0.5.5, libtasn1 >= 0.3.4, lzo, 
zlib, getopt
  +BuildPreReq:  gcrypt >= 1.2.4, opencdk >= 0.6.4, libtasn1 >= 1.1, lzo, zlib, 
getopt
  +PreReq:   gcrypt >= 1.2.4, opencdk >= 0.6.4, libtasn1 >= 1.1, lzo, zlib, 
getopt
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -65,7 +65,7 @@
   %track
   prog gnutls = {
   version   = %{version}
  -url   = ftp://ftp.gnutls.org/pub/crypto/gnutls/
  +url   = ftp://ftp.gnutls.org/pub/gnutls/
   regex = gnutls-(__VER__)\.tar\.bz2
   }
   
  @@ -104,6 +104,7 @@
   --disable-cxx \
   %endif
   --without-included-lzo \
  +--disable-nls \
   --disable-shared
   %{l_make} %{l_mflags -O}
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/opencdk/ opencdk.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 19:26:33
  Branch: HEAD Handle: 2007090418263200

  Modified files:
openpkg-src/opencdk opencdk.spec

  Log:
upgrading package: opencdk 0.5.13 -> 0.6.4

  Summary:
RevisionChanges Path
1.37+4  -9  openpkg-src/opencdk/opencdk.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/opencdk/opencdk.spec
  
  $ cvs diff -u -r1.36 -r1.37 opencdk.spec
  --- openpkg-src/opencdk/opencdk.spec  5 May 2007 17:02:59 -   1.36
  +++ openpkg-src/opencdk/opencdk.spec  4 Sep 2007 17:26:32 -   1.37
  @@ -25,19 +25,18 @@
   #   package information
   Name: opencdk
   Summary:  OpenPGP Library
  -URL:  ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/
  +URL:  ftp://ftp.gnutls.org/pub/gnutls/opencdk/
   Vendor:   Timo Schulz
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
   Class:PLUS
   Group:Cryptography
   License:  GPL
  -Version:  0.5.13
  -Release:  20070505
  +Version:  0.6.4
  +Release:  20070904
   
   #   list of sources
  -Source0:  
ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/opencdk-%{version}.tar.gz
  -Patch0:   opencdk.patch
  +Source0:  
ftp://ftp.gnutls.org/pub/gnutls/opencdk/opencdk-%{version}.tar.bz2
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -59,10 +58,6 @@
   
   %prep
   %setup -q
  -%patch -p0
  -%{l_shtool} subst \
  --e 's;;;g' \
  -src/*.c
   
   %build
   defs=""
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/libtasn1/ libtasn1.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 19:23:45
  Branch: HEAD Handle: 2007090418234300

  Modified files:
openpkg-src/libtasn1libtasn1.spec

  Log:
use homepage

  Summary:
RevisionChanges Path
1.57+2  -2  openpkg-src/libtasn1/libtasn1.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libtasn1/libtasn1.spec
  
  $ cvs diff -u -r1.56 -r1.57 libtasn1.spec
  --- openpkg-src/libtasn1/libtasn1.spec1 Sep 2007 08:23:45 -   
1.56
  +++ openpkg-src/libtasn1/libtasn1.spec4 Sep 2007 17:23:43 -   
1.57
  @@ -25,7 +25,7 @@
   #   package information
   Name: libtasn1
   Summary:  ASN.1 Encoding/Decoding Library
  -URL:  http://josefsson.org/gnutls/releases/libtasn1/
  +URL:  http://josefsson.org/libtasn1/
   Vendor:   Fabio Fiorina, Simon Josefsson
   Packager: OpenPKG Foundation e.V.
   Distribution: OpenPKG Community
  @@ -33,7 +33,7 @@
   Group:Libraries
   License:  LGPL
   Version:  1.1
  -Release:  20070901
  +Release:  20070904
   
   #   list of sources
   Source0:  
http://josefsson.org/gnutls/releases/libtasn1/libtasn1-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/elm/ elm.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 19:15:22
  Branch: HEAD Handle: 2007090418152100

  Modified files:
openpkg-src/elm elm.spec

  Log:
upgrading package: elm 2.4.123f -> 2.4.124

  Summary:
RevisionChanges Path
1.47+5  -12 openpkg-src/elm/elm.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/elm/elm.spec
  
  $ cvs diff -u -r1.46 -r1.47 elm.spec
  --- openpkg-src/elm/elm.spec  16 Mar 2007 07:10:04 -  1.46
  +++ openpkg-src/elm/elm.spec  4 Sep 2007 17:15:21 -   1.47
  @@ -24,8 +24,8 @@
   
   #   package version
   %define   V_base 2.4
  -%define   V_me   123
  -%define   V_pl   f
  +%define   V_me   124
  +%define   V_pl   %{l_nil}
   
   #   package information
   Name: elm
  @@ -38,17 +38,11 @@
   Group:Mail
   License:  ELM License
   Version:  %{V_base}.%{V_me}%{V_pl}
  -Release:  20070316
  +Release:  20070904
   
   #   list of sources
   Source0:  http://www.elmme-mailer.org/elm-%{V_base}ME+%{V_me}.tar.gz
  -Patch0:   http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}a.patch.gz
  -Patch1:   http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}b.patch.gz
  -Patch2:   http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}c.patch.gz
  -Patch3:   http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}d.patch.gz
  -Patch4:   http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}e.patch.gz
  -Patch5:   http://www.elmme-mailer.org/elm-%{V_base}ME+PL%{V_me}f.patch.gz
  -Patch6:   elm.patch
  +Patch0:   elm.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -79,8 +73,7 @@
   
   %prep
   %setup -q -n elm%{V_base}.ME+.%{V_me}
  -%patch -p1 -P 0 1 2 3 4 5
  -%patch -p0 -P 6
  +%patch -p0
   rm -f *.orig
   
   %build
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/dbmail/ dbmail-setup.sh dbmail.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 19:09:58
  Branch: HEAD Handle: 2007090418095401

  Modified files:
openpkg-src/dbmail  dbmail-setup.sh dbmail.spec

  Log:
try to fix the PostgreSQL password reading issue inside a FreeBSD jail
(where /dev/tty cannot be opened by psql and hence stdin is used which
in turn fails): ask for the password manually and pass it to psql with
the PGPASSWORD variable

  Summary:
RevisionChanges Path
1.9 +4  -4  openpkg-src/dbmail/dbmail-setup.sh
1.24+1  -0  openpkg-src/dbmail/dbmail.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dbmail/dbmail-setup.sh
  
  $ cvs diff -u -r1.8 -r1.9 dbmail-setup.sh
  --- openpkg-src/dbmail/dbmail-setup.sh27 Aug 2007 19:00:08 -  
1.8
  +++ openpkg-src/dbmail/dbmail-setup.sh4 Sep 2007 17:09:54 -   
1.9
  @@ -1,4 +1,4 @@
  -#!/bin/sh
  [EMAIL PROTECTED]@
   ##
   ##  dbmail-setup.sh -- DBMail RDBMS Setup Utility
   ##
  @@ -33,7 +33,7 @@
 sed -e 's;^password[^=]*= *;;' -e 's; *$;;'`
   elif [ ".$db_type" = .pgsql ]; then
   db_suser="postgresql"
  -db_spass="" # has to be interactive
  +read -s -p "Password for PostgreSQL user \"$db_suser\": " db_spass
   fi
   
   #   dispatch operation
  @@ -63,7 +63,7 @@
   ( echo "CREATE ROLE $db_user LOGIN ENCRYPTED PASSWORD '$db_pass' 
NOCREATEDB NOCREATEUSER;"
 echo "CREATE TABLESPACE $db_name OWNER $db_user LOCATION 
'$db_dir';"
 echo "CREATE DATABASE $db_name OWNER $db_user TABLESPACE 
$db_name;"
  -) | @l_prefix@/bin/psql -q -W -U "$db_suser" -d template1 -f-
  +) | PGPASSWORD="$db_spass" @l_prefix@/bin/psql -q -U "$db_suser" 
-d template1 -f-
   PGPASSWORD="$db_pass" @l_prefix@/bin/psql -q -U "$db_user" -d 
"$db_name" -f- <$db_script
   fi
   ;;
  @@ -78,7 +78,7 @@
   ( echo "DROP DATABASE $db_name;"
 echo "DROP TABLESPACE $db_name;"
 echo "DROP ROLE $db_user;"
  -) | @l_prefix@/bin/psql -q -W -U "$db_suser" -d template1 -f-
  +) | PGPASSWORD="$db_spass" @l_prefix@/bin/psql -q -U "$db_suser" 
-d template1 -f-
   fi
   ;;
   esac
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/dbmail/dbmail.spec
  
  $ cvs diff -u -r1.23 -r1.24 dbmail.spec
  --- openpkg-src/dbmail/dbmail.spec3 Sep 2007 23:21:13 -   1.23
  +++ openpkg-src/dbmail/dbmail.spec4 Sep 2007 17:09:55 -   1.24
  @@ -206,6 +206,7 @@
   %{l_shtool} install -c -m 644 \
   $db_script $RPM_BUILD_ROOT%{l_prefix}/share/dbmail/dbmail-setup.sql
   %{l_shtool} install -c -m 755 %{l_value -s -a} \
  +-e "s;@l_bash@;%{l_bash};g" \
   -e "s;@db_type@;$db_type;g" \
   %{SOURCE dbmail-setup.sh} 
$RPM_BUILD_ROOT%{l_prefix}/sbin/dbmail-setup
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-04 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Sep-2007 18:27:49
  Branch: HEAD Handle: 2007090417274800

  Modified files:
openpkg-src/pktstat pktstat.spec

  Log:
upgrading package: pktstat 1.8.3 -> 1.8.4

  Summary:
RevisionChanges Path
1.4 +2  -2  openpkg-src/pktstat/pktstat.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/pktstat/pktstat.spec
  
  $ cvs diff -u -r1.3 -r1.4 pktstat.spec
  --- openpkg-src/pktstat/pktstat.spec  1 Jan 2007 17:41:05 -   1.3
  +++ openpkg-src/pktstat/pktstat.spec  4 Sep 2007 16:27:48 -   1.4
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Monitoring
   License:  PD
  -Version:  1.8.3
  -Release:  20061114
  +Version:  1.8.4
  +Release:  20070904
   
   #   list of sources
   Source0:  
http://www.adaptive-enterprises.com.au/~d/software/pktstat/pktstat-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-04 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Sep-2007 18:16:47
  Branch: HEAD Handle: 2007090417164700

  Modified files:
openpkg-src/nasmnasm.spec

  Log:
upgrading package: nasm 0.99.01 -> 0.99.02

  Summary:
RevisionChanges Path
1.13+2  -2  openpkg-src/nasm/nasm.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/nasm/nasm.spec
  
  $ cvs diff -u -r1.12 -r1.13 nasm.spec
  --- openpkg-src/nasm/nasm.spec30 May 2007 19:04:42 -  1.12
  +++ openpkg-src/nasm/nasm.spec4 Sep 2007 16:16:47 -   1.13
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Compiler
   License:  LGPL
  -Version:  0.99.01
  -Release:  20070530
  +Version:  0.99.02
  +Release:  20070904
   
   #   list of sources
   Source0:  http://switch.dl.sourceforge.net/nasm/nasm-%{version}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-www/ perl-www.spec

2007-09-04 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Sep-2007 18:15:22
  Branch: HEAD Handle: 2007090417152000

  Modified files:
openpkg-src/perl-wwwperl-www.spec

  Log:
modifying package: perl-www-5.8.8 20070826 -> 20070904

  Summary:
RevisionChanges Path
1.364   +2  -2  openpkg-src/perl-www/perl-www.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-www/perl-www.spec
  
  $ cvs diff -u -r1.363 -r1.364 perl-www.spec
  --- openpkg-src/perl-www/perl-www.spec25 Aug 2007 22:46:08 -  
1.363
  +++ openpkg-src/perl-www/perl-www.spec4 Sep 2007 16:15:20 -   
1.364
  @@ -84,7 +84,7 @@
   %define   V_wddx  1.02
   %define   V_embperl   2.2.0
   %define   V_net_openid_consumer   0.14
  -%define   V_net_openid_server 0.11
  +%define   V_net_openid_server 0.12
   
   #   package information
   Name: perl-www
  @@ -97,7 +97,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070826
  +Release:  20070904
   
   #   package options
   %option   with_curl  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-04 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Sep-2007 18:14:36
  Branch: HEAD Handle: 2007090417143600

  Modified files:
openpkg-src/libgsf  libgsf.spec

  Log:
upgrading package: libgsf 1.14.5 -> 1.14.6

  Summary:
RevisionChanges Path
1.19+2  -2  openpkg-src/libgsf/libgsf.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libgsf/libgsf.spec
  
  $ cvs diff -u -r1.18 -r1.19 libgsf.spec
  --- openpkg-src/libgsf/libgsf.spec20 Jul 2007 20:17:08 -  1.18
  +++ openpkg-src/libgsf/libgsf.spec4 Sep 2007 16:14:36 -   1.19
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major   1.14
  -%define   V_minor   5
  +%define   V_minor   6
   
   #   package information
   Name: libgsf
  @@ -37,7 +37,7 @@
   Group:Libraries
   License:  LGPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20070720
  +Release:  20070904
   
   #   list of sources
   Source0:  
http://ftp.gnome.org/pub/GNOME/sources/libgsf/%{V_major}/libgsf-%{version}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-09-04 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Sep-2007 18:10:36
  Branch: HEAD Handle: 2007090417103600

  Modified files:
openpkg-src/imagemagick imagemagick.spec

  Log:
upgrading package: imagemagick 6.3.5.7 -> 6.3.5.8

  Summary:
RevisionChanges Path
1.388   +2  -2  openpkg-src/imagemagick/imagemagick.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.387 -r1.388 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  1 Sep 2007 08:42:37 -   
1.387
  +++ openpkg-src/imagemagick/imagemagick.spec  4 Sep 2007 16:10:36 -   
1.388
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 6.3.5
  -%define   V_minor 7
  +%define   V_minor 8
   %define   V_dist  %{V_major}-%{V_minor}
   %define   V_opkg  %{V_major}.%{V_minor}
   
  @@ -39,7 +39,7 @@
   Group:Graphics
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20070901
  +Release:  20070904
   
   #   package options
   %option   with_perl   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-locale/ perl-locale.spec

2007-09-04 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   04-Sep-2007 18:09:12
  Branch: HEAD Handle: 2007090417091200

  Modified files:
openpkg-src/perl-locale perl-locale.spec

  Log:
modifying package: perl-locale-5.8.8 20070831 -> 20070904

  Summary:
RevisionChanges Path
1.89+2  -2  openpkg-src/perl-locale/perl-locale.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-locale/perl-locale.spec
  
  $ cvs diff -u -r1.88 -r1.89 perl-locale.spec
  --- openpkg-src/perl-locale/perl-locale.spec  31 Aug 2007 07:35:06 -  
1.88
  +++ openpkg-src/perl-locale/perl-locale.spec  4 Sep 2007 16:09:12 -   
1.89
  @@ -26,7 +26,7 @@
   %define   V_perl 5.8.8
   %define   V_i18n_langtags0.35
   %define   V_encode   2.23
  -%define   V_encode_newlines  0.03
  +%define   V_encode_newlines  0.04
   %define   V_encode_registry  0.13
   %define   V_libintl_perl 1.16
   %define   V_gettext  1.05
  @@ -51,7 +51,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070831
  +Release:  20070904
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/I18N/I18N-LangTags-%{V_i18n_langtags}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/pwmd/ pwmd.cfg pwmd.patch pwmd.spec rc.pwmd

2007-09-04 Thread Ralf S. Engelschall
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +##  SUCH DAMAGE.
  +##
  +
  +#   package version
  +%define   V_pwmd 1.0
  +%define   V_libpwmd  4.0.3
  +
  +#   package information
  +Name: pwmd
  +Summary:  Password Manager Daemon
  +URL:  http://bjk.sourceforge.net/pwmd/
  +Vendor:   Ben Kibbey
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:    EVAL
  +Group:System
  +License:  GPL
  +Version:  %{V_pwmd}.%{V_libpwmd}
  +Release:  20070904
  +
  +#   list of sources
  +Source0:  http://switch.dl.sourceforge.net/bjk/pwmd-%{V_pwmd}.tar.gz
  +Source1:  
http://switch.dl.sourceforge.net/bjk/libpwmd-%{V_libpwmd}.tar.gz
  +Source2:  rc.pwmd
  +Source3:  pwmd.cfg
  +Patch0:   pwmd.patch
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20060823, pinentry, apg, pkgconfig, 
automake, autoconf
  +PreReq:   OpenPKG, openpkg >= 20060823, pinentry
  +BuildPreReq:  glib2, gcrypt, libassuan, gpg-error, libxml, zlib
  +PreReq:   glib2, gcrypt, libassuan, gpg-error, libxml, zlib
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +Password Manager Daemon (PWD) is a daemon that serves data to
  +application via a socket. The data is stored in an encrypted XML
  +file and the client must provide a key when opening and saving a
  +file. It uses a shared memory cache for storing a key so keys aren't
  +required for each open or save. Also features a configuration file
  +to set the number of encryption iterations, logging and more.
  +
  +%track
  +prog pwmd:pwmd = {
  +version   = %{V_pwmd}
  +url   = http://prdownloads.sourceforge.net/bjk/
  +regex = [^b]pwmd-(__VER__)\.tar\.gz
  +}
  +prog pwmd:libpwmd = {
  +version   = %{V_libpwmd}
  +url   = http://prdownloads.sourceforge.net/bjk/
  +regex = libpwmd-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q -c
  +%setup -q -T -D -a 1
  +%patch -p0
  +
  +%build
  +#   build server (daemon)
  +( cd pwmd-%{V_pwmd}
  +  aclocal
  +  automake
  +  autoconf
  +  CC="%{l_cc}" \
  +  CFLAGS="%{l_cflags -O}" \
  +  CPPFLAGS="%{l_cppflags}" \
  +  LDFLAGS="%{l_ldflags}" \
  +  ./configure \
  +  --prefix=%{l_prefix} \
  +  --mandir=%{l_prefix}/man \
  +  --with-libgcrypt-prefix=%{l_prefix} \
  +  --with-xml-prefix=%{l_prefix} \
  +  --with-libassuan-prefix=%{l_prefix} \
  +  --with-gpg-error-prefix=%{l_prefix} \
  +  --disable-nls
  +  %{l_make} %{l_mflags}
  +) || exit $?
  +
  +#   build client (library)
  +( cd libpwmd-%{V_libpwmd}
  +  CC="%{l_cc}" \
  +  CFLAGS="%{l_cflags -O}" \
  +  CPPFLAGS="%{l_cppflags}" \
  +  LDFLAGS="%{l_ldflags}" \
  +  ./configure \
  +  --prefix=%{l_prefix} \
  +  --mandir=%{l_prefix}/man \
  +  --with-libassuan-prefix=%{l_prefix} \
  +  --with-gpg-error-prefix=%{l_prefix} \
  +  --with-pinentry \
  +  --with-pinentry-path=%{l_prefix}/bin/pinentry \
  +  --disable-shared \
  +  --disable-nls
  +  %{l_make} %{l_mflags}
  +) || exit $?
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +
  +#   install server (daemon)
  +( cd pwmd-%{V_pwmd}
  +  %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
  +) || exit $?
  +
  +#   install client (library)
  +( cd libpwmd-%{V_libpwmd}
  +  %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
  +) || exit $?
  +
  +#   strip down installation files
  +strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  +
  +#   install server configuration
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/pwmd
  +
  +%{l_shtool} install -c -m 755 %{l_value -s -a} \
  +-e "s;@l_password@;`apg -n1 -a0 -m8 -x8`;g" \
  +%{SOURCE pwmd.cfg} $RPM_BUILD_ROOT%{l_prefix}/etc/pwmd/
  +
  +#   install run-command script
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
  +%{l_shtool} install -c -m 755 %{l_value -s -a} \
  +%{SOURCE rc.pwmd} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
  +
  +#   create run-time directories
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/var/pwmd \
  +$RPM_BUILD_ROOT%{l_prefix}/var/pwmd/pwmd.db
  +
  +#   determine installation files
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  +%{l_files_std} \
  +'%config %{l

[CVS] OpenPKG: openpkg-src/tar/ tar.patch tar.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:33:25
  Branch: HEAD Handle: 2007090409332500

  Modified files:
openpkg-src/tar tar.patch tar.spec

  Log:
Security Fix (CVE-2007-4131)

  Summary:
RevisionChanges Path
1.18+21 -0  openpkg-src/tar/tar.patch
1.61+1  -1  openpkg-src/tar/tar.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tar/tar.patch
  
  $ cvs diff -u -r1.17 -r1.18 tar.patch
  --- openpkg-src/tar/tar.patch 30 Jun 2007 07:44:49 -  1.17
  +++ openpkg-src/tar/tar.patch 4 Sep 2007 08:33:25 -   1.18
  @@ -96,3 +96,24 @@
static bool xheader_protected_pattern_p (char const *pattern);
static bool xheader_protected_keyword_p (char const *keyword);
static void xheader_set_single_keyword (char *) __attribute__ ((noreturn));
  +
  +-
  +
  +Security Fix (CVE-2007-4131)
  +
  +Index: src/names.c
  +--- src/names.c.orig
   src/names.c
  +@@ -1012,11 +1012,10 @@
  +   if (p[0] == '.' && p[1] == '.' && (ISSLASH (p[2]) || !p[2]))
  + return 1;
  + 
  +-  do
  ++  while (! ISSLASH (*p))
  + {
  +   if (! *p++)
  + return 0;
  + }
  +-  while (! ISSLASH (*p));
  + }
  + }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/tar/tar.spec
  
  $ cvs diff -u -r1.60 -r1.61 tar.spec
  --- openpkg-src/tar/tar.spec  30 Jun 2007 07:44:49 -  1.60
  +++ openpkg-src/tar/tar.spec  4 Sep 2007 08:33:25 -   1.61
  @@ -33,7 +33,7 @@
   Group:Archiver
   License:  GPL
   Version:  1.18
  -Release:  20070630
  +Release:  20070904
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/tar/tar-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/fetchmail/ fetchmail.patch fetchmail.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:29:06
  Branch: HEAD Handle: 2007090409290600

  Modified files:
openpkg-src/fetchmail   fetchmail.patch fetchmail.spec

  Log:
Security Fix (http://fetchmail.berlios.de/fetchmail-SA-2007-02.txt)

  Summary:
RevisionChanges Path
1.10+19 -0  openpkg-src/fetchmail/fetchmail.patch
1.88+1  -1  openpkg-src/fetchmail/fetchmail.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/fetchmail/fetchmail.patch
  
  $ cvs diff -u -r1.9 -r1.10 fetchmail.patch
  --- openpkg-src/fetchmail/fetchmail.patch 6 Jan 2007 09:23:12 -   
1.9
  +++ openpkg-src/fetchmail/fetchmail.patch 4 Sep 2007 08:29:06 -   
1.10
  @@ -10,3 +10,22 @@
#include  /* isspace() */
#ifdef HAVE_MEMORY_H
#include 
  +
  +-
  +
  +Security Fix
  +http://fetchmail.berlios.de/fetchmail-SA-2007-02.txt
  +
  +Index: sink.c
  +--- sink.c   (revision 5118)
   sink.c   (revision 5119)
  +@@ -262,7 +262,7 @@
  + const char *md1 = "MAILER-DAEMON", *md2 = "MAILER-DAEMON@";
  + 
  + /* don't bounce in reply to undeliverable bounces */
  +-if (!msg->return_path[0] ||
  ++if (!msg || !msg->return_path[0] ||
  + strcmp(msg->return_path, "<>") == 0 ||
  + strcasecmp(msg->return_path, md1) == 0 ||
  + strncasecmp(msg->return_path, md2, strlen(md2)) == 0)
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/fetchmail/fetchmail.spec
  
  $ cvs diff -u -r1.87 -r1.88 fetchmail.spec
  --- openpkg-src/fetchmail/fetchmail.spec  20 Jul 2007 12:13:48 -  
1.87
  +++ openpkg-src/fetchmail/fetchmail.spec  4 Sep 2007 08:29:06 -   
1.88
  @@ -33,7 +33,7 @@
   Group:Mail
   License:  GPL
   Version:  6.3.8
  -Release:  20070720
  +Release:  20070904
   
   #   package options
   %option   with_conf  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gawk/ gawk.patch gawk.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:26:57
  Branch: HEAD Handle: 2007090409265600

  Added files:
openpkg-src/gawkgawk.patch
  Modified files:
openpkg-src/gawkgawk.spec

  Log:
Fix coredump while running with nonexistent files (via FreeBSD ports)

  Summary:
RevisionChanges Path
1.1 +29 -0  openpkg-src/gawk/gawk.patch
1.40+3  -1  openpkg-src/gawk/gawk.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gawk/gawk.patch
  
  $ cvs diff -u -r0 -r1.1 gawk.patch
  --- /dev/null 2007-09-04 10:26:47 +0200
  +++ gawk.patch2007-09-04 10:26:57 +0200
  @@ -0,0 +1,29 @@
  +Fix coredump while running with nonexistent files (via FreeBSD ports)
  +
  +Index: io.c
  +--- io.c.orig2005-07-26 20:07:43 +0200
   io.c 2007-09-04 10:24:29 +0200
  +@@ -2480,9 +2480,12 @@
  + {
  + struct stat sbuf;
  + struct open_hook *oh;
  ++int iop_malloced = FALSE;
  + 
  +-if (iop == NULL)
  ++if (iop == NULL) {
  + emalloc(iop, IOBUF *, sizeof(IOBUF), "iop_alloc");
  ++iop_malloced = TRUE;
  ++}
  + memset(iop, '\0', sizeof(IOBUF));
  + iop->flag = 0;
  + iop->fd = fd;
  +@@ -2495,7 +2498,8 @@
  + }
  + 
  + if (iop->fd == INVALID_HANDLE) {
  +-free(iop);
  ++if (iop_malloced)
  ++free(iop);
  + return NULL;
  + }
  + if (isatty(iop->fd))
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gawk/gawk.spec
  
  $ cvs diff -u -r1.39 -r1.40 gawk.spec
  --- openpkg-src/gawk/gawk.spec1 Jan 2007 17:37:58 -   1.39
  +++ openpkg-src/gawk/gawk.spec4 Sep 2007 08:26:56 -   1.40
  @@ -33,10 +33,11 @@
   Group:Language
   License:  GPL
   Version:  3.1.5
  -Release:  20061013
  +Release:  20070904
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.gz
  +Patch0:   gawk.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -65,6 +66,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   
   %build
   CC="%{l_cc}" \
  @@ .
__
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 2>&1 || 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/sqlite/ sqlite.patch sqlite.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 09:31:51
  Branch: HEAD Handle: 2007090408314901

  Modified files:
openpkg-src/sqlite  sqlite.patch sqlite.spec

  Log:
upgrading package: sqlite 3.4.2 -> 3.5.0

  Summary:
RevisionChanges Path
1.41+0  -79 openpkg-src/sqlite/sqlite.patch
1.153   +2  -2  openpkg-src/sqlite/sqlite.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.patch
  
  $ cvs diff -u -r1.40 -r1.41 sqlite.patch
  --- openpkg-src/sqlite/sqlite.patch   24 Aug 2007 18:01:56 -  1.40
  +++ openpkg-src/sqlite/sqlite.patch   4 Sep 2007 07:31:49 -   1.41
  @@ -56,82 +56,3 @@
   -Libs: -L${libdir} -lsqlite3
   +Libs: -L${libdir} -lsqlite3 @LIBS@
Cflags: -I${includedir}
  -Index: tool/lemon.c
   tool/lemon.c 30 Jul 2007 18:31:53 -  1.48
  -+++ tool/lemon.c 23 Aug 2007 02:50:56 -  1.49
  -@@ -108,7 +108,7 @@
  - ** Principal data structures for the LEMON parser generator.
  - */
  - 
  --typedef enum {B_FALSE=0, B_TRUE} Boolean;
  -+typedef enum {LEMON_FALSE=0, LEMON_TRUE} Boolean;
  - 
  - /* Symbols (terminals and nonterminals) of the grammar are stored
  - ** in the following: */
  -@@ -610,7 +610,7 @@
  -   int progress;
  - 
  -   for(i=0; insymbol; i++){
  --lemp->symbols[i]->lambda = B_FALSE;
  -+lemp->symbols[i]->lambda = LEMON_FALSE;
  -   }
  -   for(i=lemp->nterminal; insymbol; i++){
  - lemp->symbols[i]->firstset = SetNew();
  -@@ -623,10 +623,10 @@
  -   if( rp->lhs->lambda ) continue;
  -   for(i=0; inrhs; i++){
  -  struct symbol *sp = rp->rhs[i];
  -- if( sp->type!=TERMINAL || sp->lambda==B_FALSE ) break;
  -+ if( sp->type!=TERMINAL || sp->lambda==LEMON_FALSE ) break;
  -   }
  -   if( i==rp->nrhs ){
  --rp->lhs->lambda = B_TRUE;
  -+rp->lhs->lambda = LEMON_TRUE;
  - progress = 1;
  -   }
  - }
  -@@ -649,10 +649,10 @@
  -   }
  -   break;
  - }else if( s1==s2 ){
  --  if( s1->lambda==B_FALSE ) break;
  -+  if( s1->lambda==LEMON_FALSE ) break;
  - }else{
  -   progress += SetUnion(s1->firstset,s2->firstset);
  --  if( s2->lambda==B_FALSE ) break;
  -+  if( s2->lambda==LEMON_FALSE ) break;
  - }
  -   }
  - }
  -@@ -972,11 +972,11 @@
  -   }
  - 
  -   /* Report an error for each rule that can never be reduced. */
  --  for(rp=lemp->rule; rp; rp=rp->next) rp->canReduce = B_FALSE;
  -+  for(rp=lemp->rule; rp; rp=rp->next) rp->canReduce = LEMON_FALSE;
  -   for(i=0; instate; i++){
  - struct action *ap;
  - for(ap=lemp->sorted[i]->ap; ap; ap=ap->next){
  --  if( ap->type==REDUCE ) ap->x.rp->canReduce = B_TRUE;
  -+  if( ap->type==REDUCE ) ap->x.rp->canReduce = LEMON_TRUE;
  - }
  -   }
  -   for(rp=lemp->rule; rp; rp=rp->next){
  -@@ -1210,7 +1210,7 @@
  - break;
  -   }else{
  - SetUnion(newcfp->fws,xsp->firstset);
  --if( xsp->lambda==B_FALSE ) break;
  -+if( xsp->lambda==LEMON_FALSE ) break;
  -   }
  - }
  - if( i==rp->nrhs ) Plink_add(&cfp->fplp,newcfp);
  -@@ -4271,7 +4271,7 @@
  - sp->prec = -1;
  - sp->assoc = UNK;
  - sp->firstset = 0;
  --sp->lambda = B_FALSE;
  -+sp->lambda = LEMON_FALSE;
  - sp->destructor = 0;
  - sp->datatype = 0;
  - Symbol_insert(sp,sp->name);
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.spec
  
  $ cvs diff -u -r1.152 -r1.153 sqlite.spec
  --- openpkg-src/sqlite/sqlite.spec24 Aug 2007 18:01:58 -  1.152
  +++ openpkg-src/sqlite/sqlite.spec4 Sep 2007 07:31:50 -   1.153
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_sqlite   3.4.2
  +%define   V_sqlite   3.5.0
   %define   V_odbc 0.75
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:Database
   License:  PD
   Version:  %{V_sqlite}
  -Release:  20070824
  +Release:  20070904
   
   #   package options
   %option   with_utf8no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/xterm/ xterm.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 09:31:06
  Branch: HEAD Handle: 2007090408310600

  Modified files:
openpkg-src/xterm   xterm.spec

  Log:
modifying package: xterm-229 20070813 -> 20070904

  Summary:
RevisionChanges Path
1.135   +2  -2  openpkg-src/xterm/xterm.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/xterm/xterm.spec
  
  $ cvs diff -u -r1.134 -r1.135 xterm.spec
  --- openpkg-src/xterm/xterm.spec  13 Aug 2007 15:09:19 -  1.134
  +++ openpkg-src/xterm/xterm.spec  4 Sep 2007 07:31:06 -   1.135
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_xterm229
   %define   V_xtermset 0.5.2
  -%define   V_xtermcontrol 2.8
  +%define   V_xtermcontrol 2.9
   
   #   package information
   Name: xterm
  @@ -38,7 +38,7 @@
   Group:XWindow
   License:  X11
   Version:  %{V_xterm}
  -Release:  20070813
  +Release:  20070904
   
   #   list of sources
   Source0:  ftp://invisible-island.net/xterm/xterm-%{V_xterm}.tgz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/aqmoney/ aqmoney.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 09:30:34
  Branch: HEAD Handle: 2007090408303400

  Modified files:
openpkg-src/aqmoney aqmoney.spec

  Log:
modifying package: aqmoney-1.9.5 20070708 -> 20070904

  Summary:
RevisionChanges Path
1.22+2  -2  openpkg-src/aqmoney/aqmoney.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/aqmoney/aqmoney.spec
  
  $ cvs diff -u -r1.21 -r1.22 aqmoney.spec
  --- openpkg-src/aqmoney/aqmoney.spec  8 Jul 2007 16:02:26 -   1.21
  +++ openpkg-src/aqmoney/aqmoney.spec  4 Sep 2007 07:30:34 -   1.22
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_aqmoney 1.9.5
  -%define   V_ktoblzcheck 1.14
  +%define   V_ktoblzcheck 1.15
   
   #   package information
   Name: aqmoney
  @@ -37,7 +37,7 @@
   Group:Finance
   License:  GPL
   Version:  %{V_aqmoney}
  -Release:  20070708
  +Release:  20070904
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/aqmoney/aqmoney2-%{V_aqmoney}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/urpmi/ urpmi.patch urpmi.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 09:30:34
  Branch: HEAD Handle: 2007090408303400

  Modified files:
openpkg-src/urpmi   urpmi.patch urpmi.spec

  Log:
modifying package: urpmi-4.10.6 20070903 -> 20070904

  Summary:
RevisionChanges Path
1.61+6  -6  openpkg-src/urpmi/urpmi.patch
1.81+3  -3  openpkg-src/urpmi/urpmi.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/urpmi/urpmi.patch
  
  $ cvs diff -u -r1.60 -r1.61 urpmi.patch
  --- openpkg-src/urpmi/urpmi.patch 3 Sep 2007 15:45:44 -   1.60
  +++ openpkg-src/urpmi/urpmi.patch 4 Sep 2007 07:30:34 -   1.61
  @@ -1,6 +1,6 @@
  -Index: URPM-1.79/Makefile.PL
   URPM-1.79/Makefile.PL.orig   2007-06-19 16:24:46 +0200
  -+++ URPM-1.79/Makefile.PL2007-06-22 19:56:56 +0200
  +Index: URPM-1.80/Makefile.PL
  +--- URPM-1.80/Makefile.PL.orig   2007-06-19 16:24:46 +0200
   URPM-1.80/Makefile.PL2007-06-22 19:56:56 +0200
   @@ -1,58 +1,7 @@
use strict;
use ExtUtils::MakeMaker;
  @@ -72,9 +72,9 @@
dist=> { COMPRESS => "bzip2", SUFFIX => ".bz2" },
realclean   => { FILES => "t/RPMS/noarch/*" },
);
  -Index: URPM-1.79/URPM.xs
   URPM-1.79/URPM.xs.orig   2007-06-19 16:44:27 +0200
  -+++ URPM-1.79/URPM.xs2007-06-22 19:43:44 +0200
  +Index: URPM-1.80/URPM.xs
  +--- URPM-1.80/URPM.xs.orig   2007-06-19 16:44:27 +0200
   URPM-1.80/URPM.xs2007-06-22 19:43:44 +0200
   @@ -22,7 +22,7 @@
#include 
#include 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/urpmi/urpmi.spec
  
  $ cvs diff -u -r1.80 -r1.81 urpmi.spec
  --- openpkg-src/urpmi/urpmi.spec  3 Sep 2007 15:45:44 -   1.80
  +++ openpkg-src/urpmi/urpmi.spec  4 Sep 2007 07:30:34 -   1.81
  @@ -25,8 +25,8 @@
   #   package version
   %define   V_urpmi   4.10.6
   %define   V_urpmi_rpm   4.10.6-1mdv2008.0
  -%define   V_urpm1.79
  -%define   V_urpm_rpm1.79-1mdv2008.0
  +%define   V_urpm1.80
  +%define   V_urpm_rpm1.80-1mdv2008.0
   %define   V_mdv_distribconf 3.10
   %define   V_mdv_distribconf_rpm 3.10-1mdv2008.0
   %define   V_mdv_packdrakeng 1.13
  @@ -45,7 +45,7 @@
   Group:Bootstrapping
   License:  GPL
   Version:  %{V_urpmi}
  -Release:  20070903
  +Release:  20070904
   
   #   package options
   %option   with_wget  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org