[OpenPKG] Version Tracking Report (2004-03-28 19:41)

2004-03-28 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2004-03-28 19:41
 Tracking Duration: 0:30:46 (H:M:S)
 Tracking Input:1027 sources (705 packages)
 Tracking Result:   967 up-to-date, 22 out-dated, 38 error

 The following 22 sources were determined to be out-dated because newer
 vendor versions were found. Upgrade the corresponding OpenPKG packages.

 - - -
 Package   Old Version   New Version  
 - - -
 abiword   2.1.0 2.1.1
 cvs   1.12.51.12.6
 ethereal  0.10.20.10.3
 gtk2  2.2.4 2.4.0
 kcd   7.5.0 7.6.0
 kde-arts  1.1.4 1.2.1
 kde-base  3.1.4 3.2.1
 kde-libs  3.1.4 3.2.1
 mixmaster 2.9.1 3.0b1
 mozilla-mplayer   1.2   2.50
 ncurses:patchset  20040320  20040327
 netpbm10.18.10  10.18.11
 openldap  2.2.7 2.2.8
 perl-dbix:DBIx-SearchBuilder 0.97  0.99
 perl-ds:Set-Scalar1.18  1.19
 perl-util:Params-Validate 0.72  0.73
 sav:ides  379   380   [1]
 scribus   1.1.5 1.1.6
 snmp  5.0.9 5.1.1 [2]
 synaptic  0.47  0.48.1[3]
 tar   1.13.92   1.13.93   [4]
 vim:patchlevel6.2.407   6.2.409
 - - -
 [1] sav:ides: thl: vcheck url for tracking only; download url see spec, look for 
vdl-...dat in tarball
 [2] snmp: rse: 5.1: contains network structure fiddling which breaks under FreeBSD4
 [3] synaptic: rse. savannah.nongnu.org partly down
 [4] tar: rse: 1.13.93: build failures related to iconv

 The following 38 sources could not be successfully checked because
 an error occurred while processing. Keep at least an eye on them.

 - - -
 Package   Old Version   Error
 - - -
 bs0.99b2regex didn't match (pro..
 cocor 17connection failed or ti..
 crm11420031219-RC12 regex didn't match (pro..
 dia   0.92.22nd connection failed o..
 firefox   0.8   1st connection failed o..
 flex:release  2.5.4aconnection failed or ti..
 gimp  2.0.0 2nd regex didn't match ..
 glimpse   4.17.4latest version online [1]
 gnet  2.0.5 connection failed or ti..
 imlib 1.9.141st connection failed o..
 kde-qt3.2.3 connection failed or ti..
 less  382   latest version online l..
 libart2.3.162nd connection failed o..
 linc  1.1.1 2nd connection failed o..
 logsurfer 1.5b  connection failed or ti..
 lyx:xforms1.0   2nd regex didn't matc [2]
 max   7.4.2 regex didn't match (p [3]
 mirror2.9   connection failed or ti..
 mozilla   1.6   1st connection failed o..
 nail  10.7  connection failed or ti..
 newsyslog 1.1   connection failed or ti..
 nspr  4.4.1 1st connection failed o..
 ocaml 3.07pl2   regex didn't match (pro..
 oidentd   2.0.7 regex didn't match (pro..
 orbit22.10.02nd connection failed o..
 patch:alpha   2.5.9 connection failed or ti..
 php5  5.0.0RC1  regex didn't match (pro..
 postgresql:psqlodbc   07.03.0200connection failed or ti..
 rdist

[CVS] OpenPKG: openpkg-src/imapd/ fsl.imapd imapd.spec rc.imapd

2004-03-28 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:   28-Mar-2004 23:08:03
  Branch: HEAD Handle: 2004032822080200

  Modified files:
openpkg-src/imapd   fsl.imapd imapd.spec rc.imapd

  Log:
add misc log file to capture much more imap logging

  Summary:
RevisionChanges Path
1.8 +12 -0  openpkg-src/imapd/fsl.imapd
1.115   +1  -1  openpkg-src/imapd/imapd.spec
1.21+12 -0  openpkg-src/imapd/rc.imapd
  

  patch -p0 '@@ .'
  Index: openpkg-src/imapd/fsl.imapd
  
  $ cvs diff -u -r1.7 -r1.8 fsl.imapd
  --- openpkg-src/imapd/fsl.imapd   14 Jul 2003 18:32:24 -  1.7
  +++ openpkg-src/imapd/fsl.imapd   28 Mar 2004 21:08:02 -  1.8
  @@ -98,3 +98,15 @@
   }
   };
   
  +ident (imap|lmtpunix|cyr_expire|ctl_cyrusdb|tls_prune)/.+ q{
  +prefix(
  +prefix=%b %d %H:%M:%S %N %L $1[%P]: 
  +)
  +- {
  +debug: file(
  +path=@l_prefix@/var/imapd/log/misc.log,
  +perm=0666
  +)
  +}
  +};
  +
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/imapd/imapd.spec
  
  $ cvs diff -u -r1.114 -r1.115 imapd.spec
  --- openpkg-src/imapd/imapd.spec  12 Mar 2004 11:02:02 -  1.114
  +++ openpkg-src/imapd/imapd.spec  28 Mar 2004 21:08:02 -  1.115
  @@ -34,7 +34,7 @@
   Group:Mail
   License:  BSD
   Version:  2.2.3
  -Release:  20040312
  +Release:  20040317
   
   #   package options
   %option   with_fslyes
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/imapd/rc.imapd
  
  $ cvs diff -u -r1.20 -r1.21 rc.imapd
  --- openpkg-src/imapd/rc.imapd27 Nov 2003 13:37:58 -  1.20
  +++ openpkg-src/imapd/rc.imapd28 Mar 2004 21:08:02 -  1.21
  @@ -35,6 +35,12 @@
   imapd_popd_numfiles=10
   imapd_popd_minsize=1M
   imapd_popd_complevel=9
  +imapd_misc_file=@l_prefix@/var/imapd/misc.log
  +imapd_misc_prolog=true
  +imapd_misc_epilog=true
  +imapd_misc_numfiles=10
  +imapd_misc_minsize=1M
  +imapd_misc_complevel=9
   POP_type=cyrus
   POP_logfile=@l_prefix@/var/imapd/log/pop3d.log
   
  @@ -114,6 +120,12 @@
   -P ${imapd_popd_prolog} \
   -E ${imapd_popd_epilog}  echo 1 $hintfile \
   ${imapd_popd_file}
  +shtool rotate -f \
  +-n ${imapd_misc_numfiles} -s ${imapd_misc_minsize} -d \
  +-z ${imapd_misc_complevel} -o @l_rusr@ -g @l_rgrp@ -m 666 \
  +-P ${imapd_misc_prolog} \
  +-E ${imapd_misc_epilog}  echo 1 $hintfile \
  +${imapd_misc_file}
   if [ -s $hintfile ]; then
   rc imapd restart
   fi
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/imapd/ imapd.patch

2004-03-28 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:   28-Mar-2004 23:30:58
  Branch: HEAD Handle: 2004032822305800

  Modified files:
openpkg-src/imapd   imapd.patch

  Log:
IGNMAD hack did not work so remove it

  Summary:
RevisionChanges Path
1.10+1  -36 openpkg-src/imapd/imapd.patch
  

  patch -p0 '@@ .'
  Index: openpkg-src/imapd/imapd.patch
  
  $ cvs diff -u -r1.9 -r1.10 imapd.patch
  --- openpkg-src/imapd/imapd.patch 10 Mar 2004 21:26:17 -  1.9
  +++ openpkg-src/imapd/imapd.patch 28 Mar 2004 21:30:58 -  1.10
  @@ -41,7 +41,7 @@
   +++ perl/sieve/lib/isieve.c  2004-02-02 20:01:21.0 +0100
   @@ -41,9 +41,7 @@

  - /* $Id: imapd.patch,v 1.9 2004/03/10 21:26:17 thl Exp $ */
  + /* $Id: imapd.patch,v 1.10 2004/03/28 21:30:58 thl Exp $ */

   -#ifdef HAVE_CONFIG_H
   -#include config.h
  @@ -76,38 +76,3 @@
fi; \
$(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) all) || exit 1; \
done
  -Index: imap/mboxname.c
   imap/mboxname.c.orig 2003-10-22 20:50:08.0 +0200
  -+++ imap/mboxname.c  2004-03-10 21:08:47.0 +0100
  -@@ -127,6 +127,7 @@
  - domainlen = strlen(result);
  - }
  - }
  -+#ifndef IGNMAD /* ignore [EMAIL PROTECTED] */
  - if ((cp = strrchr(name, '@'))) {
  - /* mailbox specified as [EMAIL PROTECTED] */
  - namelen = cp - name;
  -@@ -149,6 +150,7 @@
  - domainlen = strlen(result);
  - }
  - }
  -+#endif /* IGNMAD */
  - 
  - /* if no domain specified, we're in the default domain */
  - }
  -@@ -212,6 +214,7 @@
  - domainlen = strlen(result);
  - }
  - }
  -+#ifndef IGNMAD /* ignore [EMAIL PROTECTED] */
  - if ((cp = strrchr(name, '@'))) {
  - /* mailbox specified as [EMAIL PROTECTED] */
  - namelen = cp - name;
  -@@ -234,6 +237,7 @@
  - domainlen = strlen(result);
  - }
  - }
  -+#endif /* IGNMAD */
  - 
  - /* if no domain specified, we're in the default domain */
  - }
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/imapd/ imapd.patch imapd.spec

2004-03-28 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:   28-Mar-2004 23:48:02
  Branch: HEAD Handle: 2004032822480100

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

  Log:
modifying package: imapd-2.2.3 20040317 - 20040328

  Summary:
RevisionChanges Path
1.11+17 -1  openpkg-src/imapd/imapd.patch
1.116   +4  -4  openpkg-src/imapd/imapd.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/imapd/imapd.patch
  
  $ cvs diff -u -r1.10 -r1.11 imapd.patch
  --- openpkg-src/imapd/imapd.patch 28 Mar 2004 21:30:58 -  1.10
  +++ openpkg-src/imapd/imapd.patch 28 Mar 2004 21:48:01 -  1.11
  @@ -41,7 +41,7 @@
   +++ perl/sieve/lib/isieve.c  2004-02-02 20:01:21.0 +0100
   @@ -41,9 +41,7 @@

  - /* $Id: imapd.patch,v 1.10 2004/03/28 21:30:58 thl Exp $ */
  + /* $Id: imapd.patch,v 1.11 2004/03/28 21:48:01 thl Exp $ */

   -#ifdef HAVE_CONFIG_H
   -#include config.h
  @@ -76,3 +76,19 @@
fi; \
$(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) all) || exit 1; \
done
  +Index: imap/mboxname.c
  +--- imap/mboxname.c.orig 2004-03-17 10:03:40.0 +0200
   imap/mboxname.c  2004-03-17 10:03:40.0 +0200
  +@@ -129,7 +129,11 @@
  + domainlen = strlen(result);
  + }
  + }
  ++#ifdef ATVDOM /* allow '@' being a regular character in mboxname even when using 
virtual domains */
  ++else if ((cp = strrchr(name, '@'))) {
  ++#else
  + if ((cp = strrchr(name, '@'))) {
  ++#endif /* ATVDOM */
  + /* mailbox specified as [EMAIL PROTECTED] */
  + namelen = cp - name;
  + 
  +
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/imapd/imapd.spec
  
  $ cvs diff -u -r1.115 -r1.116 imapd.spec
  --- openpkg-src/imapd/imapd.spec  28 Mar 2004 21:08:02 -  1.115
  +++ openpkg-src/imapd/imapd.spec  28 Mar 2004 21:48:01 -  1.116
  @@ -34,12 +34,12 @@
   Group:Mail
   License:  BSD
   Version:  2.2.3
  -Release:  20040317
  +Release:  20040328
   
   #   package options
   %option   with_fslyes
   %option   with_group  no
  -%option   with_ignmad no
  +%option   with_atvdom no
   
   #   list of sources
   Source0:  ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-%{version}.tar.gz
  @@ -136,8 +136,8 @@
   
   %build
   cflags=%{l_cppflags}
  -%if %{with_ignmad} == yes
  -cflags=$cflags -DIGNMAD=yes
  +%if %{with_atvdom} == yes
  +cflags=$cflags -DATVDOM=yes
   %endif
   ldflags=%{l_ldflags} %{l_fsl_ldflags}
   case %{l_platform -t} in
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[OpenPKG] Version Tracking Report (2004-03-29 07:46)

2004-03-28 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2004-03-29 07:46
 Tracking Duration: 0:34:55 (H:M:S)
 Tracking Input:1027 sources (705 packages)
 Tracking Result:   964 up-to-date, 24 out-dated, 39 error

 The following 24 sources were determined to be out-dated because newer
 vendor versions were found. Upgrade the corresponding OpenPKG packages.

 - - -
 Package   Old Version   New Version  
 - - -
 abiword   2.1.0 2.1.1
 cvs   1.12.51.12.6
 ethereal  0.10.20.10.3
 gtk2  2.2.4 2.4.0
 kcd   7.5.0 7.6.0
 kde-arts  1.1.4 1.2.1
 kde-base  3.1.4 3.2.1
 kde-libs  3.1.4 3.2.1
 mixmaster 2.9.1 3.0b1
 mozilla-mplayer   1.2   2.50
 mozilla-plugger   1.5.1 1.5.2
 ncurses:patchset  20040320  20040328
 netpbm10.18.10  10.18.11
 openldap  2.2.7 2.2.8
 perl-dbix:DBIx-SearchBuilder 0.97  0.99
 perl-ds:Set-Scalar1.18  1.19
 perl-util:Params-Validate 0.72  0.73
 sav:ides  379   380   [1]
 scribus   1.1.5 1.1.6
 snmp  5.0.9 5.1.1 [2]
 synaptic  0.47  0.48.1[3]
 tar   1.13.92   1.13.93   [4]
 vim:patchlevel6.2.407   6.2.409
 xmlstarlet0.8.1 0.9.1
 - - -
 [1] sav:ides: thl: vcheck url for tracking only; download url see spec, look for 
vdl-...dat in tarball
 [2] snmp: rse: 5.1: contains network structure fiddling which breaks under FreeBSD4
 [3] synaptic: rse. savannah.nongnu.org partly down
 [4] tar: rse: 1.13.93: build failures related to iconv

 The following 39 sources could not be successfully checked because
 an error occurred while processing. Keep at least an eye on them.

 - - -
 Package   Old Version   Error
 - - -
 apache:mod_auth_mysql 20030510  regex didn't match (pro..
 bs0.99b2regex didn't match (pro..
 cocor 17connection failed or ti..
 crm11420031219-RC12 regex didn't match (pro..
 dia   0.92.21st connection failed o..
 firefox   0.8   2nd connection failed o..
 flex:release  2.5.4aconnection failed or ti..
 gimp  2.0.0 2nd regex didn't match ..
 glimpse   4.17.4latest version online [1]
 gnet  2.0.5 connection failed or ti..
 imlib 1.9.142nd connection failed o..
 kde-qt3.2.3 connection failed or ti..
 less  382   latest version online l..
 libart2.3.162nd connection failed o..
 libidl0.8.3 1st connection failed o..
 linc  1.1.1 2nd connection failed o..
 logsurfer 1.5b  connection failed or ti..
 lyx:xforms1.0   2nd regex didn't matc [2]
 max   7.4.2 regex didn't match (p [3]
 mirror2.9   connection failed or ti..
 newsyslog 1.1   connection failed or ti..
 nspr  4.4.1 1st connection failed o..
 ocaml 3.07pl2   regex didn't match (pro..
 oidentd   2.0.7 regex didn't match (pro..
 orbit22.10.01st connection failed o..
 patch:alpha   2.5.9 connection failed or ti..
 perl  5.8.3

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

2004-03-28 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:   29-Mar-2004 09:05:53
  Branch: HEAD Handle: 2004032908055300

  Modified files:
openpkg-src/rziprzip.spec

  Log:
fix dependency

  Summary:
RevisionChanges Path
1.2 +3  -3  openpkg-src/rzip/rzip.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/rzip/rzip.spec
  
  $ cvs diff -u -r1.1 -r1.2 rzip.spec
  --- openpkg-src/rzip/rzip.spec13 Feb 2004 11:37:16 -  1.1
  +++ openpkg-src/rzip/rzip.spec29 Mar 2004 07:05:53 -  1.2
  @@ -34,7 +34,7 @@
   Group:Compression
   License:  GPL
   Version:  2.0
  -Release:  20040213
  +Release:  20040329
   
   #   list of sources
   Source0:  http://rzip.samba.org/ftp/rzip/rzip-%{version}.tar.gz
  @@ -43,8 +43,8 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20040130, bzip
  -PreReq:   OpenPKG, openpkg = 20040130, bzip
  +BuildPreReq:  OpenPKG, openpkg = 20040130, bzip2
  +PreReq:   OpenPKG, openpkg = 20040130, bzip2
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]