[OpenPKG] Version Tracking Report (2003-08-28 07:30)

2003-08-28 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2003-08-28 07:30
 Tracking Duration: 0:30:30 (H:M:S)
 Tracking Input:865 sources (569 packages)
 Tracking Result:   834 up-to-date, 11 out-dated, 20 error

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

 - - -
 Package   Old Version   New Version  
 - - -
 apache:mod_php4.3.2 4.3.3
 blender   2.27  2.28a [1]
 gcc34 3.4-20030820  3.4-20030827
 icewm 1.2.101.2.12
 ncftp 3.1.5 3.1.6
 perl-crypto:Data-UUID 0.10  0.11
 pgadmin   20030827  20030828
 php   4.3.2 4.3.3
 subversion0.27.00.28.0
 uvscan:datfiles   4288  4289
 xine-ui   0.9.210.9.22
 - - -
 [1] blender: rse: 2.28a fails to build, requires openal, python, etc -- needs more 
reinvestigation if time permits

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

 - - -
 Package   Old Version   Error
 - - -
 cocor 17connection failed or ti..
 coreutils:alpha   5.0.90connection failed or ti..
 flex:release  2.5.4aconnection failed or ti..
 fop   0.20.4regex didn't match (pro..
 kde-qt3.1.2 connection failed or ti..
 libart2.3.142nd connection failed o..
 libmikmod 3.1.10connection failed or ti..
 mpg1230.59r connection failed or ti..
 mtools3.9.9 regex didn't match (pro..
 nn6.6.5 connection failed or ti..
 nntpcache 3.0.1 connection failed or ti..
 pari  2.1.5 connection failed or ti..
 patch:alpha   2.5.9 connection failed or ti..
 perl-time:Class-Date  1.1.7 connection failed or ti..
 postgresql7.3.4 1st connection failed o..
 postgresql:psqlodbc   07.03.0100connection failed or ti..
 pound 1.4   connection failed or ti..
 rdist 7.0.0-alpha10 connection failed or ti..
 smtpfeed  1.18  connection failed or  [1]
 vcheck1.2.1 regex didn't match (p [2]
 - - -
 [1] smtpfeed: thl: master site down and only known mirror is netsw!
 [2] vcheck: rse: webserver currently broken

 The remaining 834 sources were successfully determined to be still
 up to date. No action is required on your part. Just be happy ;)

  OpenPKG Version Tracker
  [EMAIL PROTECTED]
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY openpkg.spec rpm.patch.bug...

2003-08-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 openpkg-web  Date:   28-Aug-2003 10:21:46
  Branch: HEAD Handle: 2003082809214401

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec rpm.patch.bugfix
rpm.patch.feature rpm.patch.porting
rpm.patch.regen
openpkg-web news.txt

  Log:
fix unpacking of non-compressed tarballs and fix order and annotation
of the build/parsePrep.c patches

  Summary:
RevisionChanges Path
1.33+1  -0  openpkg-src/openpkg/HISTORY
1.200   +1  -1  openpkg-src/openpkg/openpkg.spec
1.9 +22 -16 openpkg-src/openpkg/rpm.patch.bugfix
1.9 +36 -42 openpkg-src/openpkg/rpm.patch.feature
1.12+1  -1  openpkg-src/openpkg/rpm.patch.porting
1.9 +1  -1  openpkg-src/openpkg/rpm.patch.regen
1.6314  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.32 -r1.33 HISTORY
  --- openpkg-src/openpkg/HISTORY   27 Aug 2003 09:52:25 -  1.32
  +++ openpkg-src/openpkg/HISTORY   28 Aug 2003 08:21:45 -  1.33
  @@ -2,6 +2,7 @@
   2003
   
   
  +20030828 fix unpacking of non-compressed tarballs
   20030827 enhance and fix %post script to correctly rebuild RPM DB and import 
OpenPGP public key
   20030826  MAJOR UPGRADE FROM RPM 4.0.2 TO RPM 4.2.1 
   20030820 name internal bootstrapping tarball just .tar instead of .tar.Z -- it is 
no longer compressed.
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.199 -r1.200 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  27 Aug 2003 21:10:15 -  1.199
  +++ openpkg-src/openpkg/openpkg.spec  28 Aug 2003 08:21:45 -  1.200
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20030827
  +%define   V_openpkg  20030828
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/rpm.patch.bugfix
  
  $ cvs diff -u -r1.8 -r1.9 rpm.patch.bugfix
  --- openpkg-src/openpkg/rpm.patch.bugfix  27 Aug 2003 13:13:16 -  1.8
  +++ openpkg-src/openpkg/rpm.patch.bugfix  28 Aug 2003 08:21:45 -  1.9
  @@ -10,7 +10,7 @@
   ##  'patch' tool to upgrade those files. Each patch snippet is annotated
   ##  with a short description.
   ##
  -##  Created on: 27-Aug-2003
  +##  Created on: 28-Aug-2003
   ##
   ##  ATTENTION: THIS PATCH FILE WAS AUTO-GENERATED FROM AN OPENPKG
   ## RPM CVS REPOSITORY, HENCE DO NOT EDIT THIS FILE.
  @@ -23,21 +23,27 @@
   +---
   Index: build/parsePrep.c
   --- build/parsePrep.c7 Aug 2002 14:20:45 -   1.1.1.10
  -+++ build/parsePrep.c24 Aug 2003 13:10:15 -
  -@@ -264,11 +296,12 @@
  - fi);
  - } else {
  - buf[0] = '\0';
  --t = stpcpy( stpcpy(buf, tar ), taropts);
  -+t = stpcpy( stpcpy(buf, tar), taropts);
  - *t++ = ' ';
  - t = stpcpy(t, fn);
  - }
  - 
  -+tar = _free(tar);
  - urlfn = _free(urlfn);
  - return buf;
  - }
   build/parsePrep.c28 Aug 2003 08:13:15 -
  +@@ -584,12 +619,15 @@
  + saveLines = splitString(getStringBuf(sb), strlen(getStringBuf(sb)), '\n');
  + /[EMAIL PROTECTED]@*/
  + for (lines = saveLines; *lines; lines++) {
  ++char *cp;
  ++for (cp = *lines; *cp == ' ' || *cp == '\t'; cp++)
  ++;
  + res = 0;
  + /[EMAIL PROTECTED]@*/
  +-if (! strncmp(*lines, %setup, sizeof(%setup)-1)) {
  +-res = doSetupMacro(spec, *lines);
  +-} else if (! strncmp(*lines, %patch, sizeof(%patch)-1)) {
  +-res = doPatchMacro(spec, *lines);
  ++if (! strncmp(cp, %setup, sizeof(%setup)-1)) {
  ++res = doSetupMacro(spec, cp);
  ++} else if (! strncmp(cp, %patch, sizeof(%patch)-1)) {
  ++res = doPatchMacro(spec, cp);
  + } else {
  + appendLineStringBuf(spec-prep, *lines);
  + }
   
   +---
   | Remove access to not-existing beecrypt/ subdirectory
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/rpm.patch.feature

[CVS] OpenPKG: openpkg-web/security/ OpenPKG-SA-2003.037-sendmail.txt

2003-08-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-web  Date:   28-Aug-2003 10:34:45
  Branch: HEAD Handle: 2003082809344400

  Modified files:
openpkg-web/securityOpenPKG-SA-2003.037-sendmail.txt

  Log:
final polishing, bugfixing and signing

  Summary:
RevisionChanges Path
1.2 +19 -20 openpkg-web/security/OpenPKG-SA-2003.037-sendmail.txt
  

  patch -p0 '@@ .'
  Index: openpkg-web/security/OpenPKG-SA-2003.037-sendmail.txt
  
  $ cvs diff -u -r1.1 -r1.2 OpenPKG-SA-2003.037-sendmail.txt
  --- openpkg-web/security/OpenPKG-SA-2003.037-sendmail.txt 26 Aug 2003 10:24:18 
-  1.1
  +++ openpkg-web/security/OpenPKG-SA-2003.037-sendmail.txt 28 Aug 2003 08:34:44 
-  1.2
  @@ -6,28 +6,27 @@
   OpenPKG Security AdvisoryThe OpenPKG Project
   http://www.openpkg.org/security.html  http://www.openpkg.org
   [EMAIL PROTECTED] [EMAIL PROTECTED]
  -OpenPKG-SA-SA-2003.037   26-Aug-2003
  +OpenPKG-SA-SA-2003.037   28-Aug-2003
   
   
   Package: sendmail
  -Vulnerability:   denial of service
  +Vulnerability:   Denial of Service
   OpenPKG Specific:no
   
  -Affected Releases:   Affected Packages:  Corrected Packages:
  -OpenPKG CURRENT  noneN.A.
  -OpenPKG 1.3  noneN.A.
  -OpenPKG 1.2  = sendmail-8.12.7-1.2.2= sendmail-8.12.7-1.2.3
  +Affected Releases:   Affected Packages:Corrected Packages:
  +OpenPKG CURRENT  none  N.A.
  +OpenPKG 1.3  none  N.A.
  +OpenPKG 1.2  = sendmail-8.12.7-1.2.2  = sendmail-8.12.7-1.2.3
   
   Dependent Packages:  none
   
   Description:
  -  Oleg Bulyzhin discovered [1] a confirmed [2] denial of service
  -  vulnerability in all version of the Sendmail [0] MTA earlier than
  -  8.12.9. In dns_free_data() sendmail tries to free an allocated chain
  -  of structures: it's going through chain using rr_next pointer and
  -  stops when rr_next == NULL. Garbage in the rr_next field then causes
  -  sendmail to call free() on random addresses. This usually causes
  -  sendmail to crash.
  +  Oleg Bulyzhin reported to FreeBSD [1] a confirmed [2] Denial of
  +  Service (DoS) vulnerability in all version of the Sendmail MTA [0]
  +  earlier than 8.12.9. Due to a wrong initialization of an internal
  +  structure, if Sendmail gets a bad DNS reply (with actual reply size
  +  not equal the announced reply size), it later calls free() on a random
  +  address. This usually cause Sendmail to crash.
   
 Please check whether you are affected by running prefix/bin/rpm
 -q sendmail. If you have the sendmail package installed and its
  @@ -39,13 +38,13 @@
 [5], fetch it from the OpenPKG FTP service [6] or a mirror location,
 verify its integrity [7], build a corresponding binary RPM from it [3]
 and update your OpenPKG installation by applying the binary RPM [4].
  -  For the current release OpenPKG 1.3, perform the following operations
  +  For the affected release OpenPKG 1.2, perform the following operations
 to permanently fix the security problem (for other releases adjust
 accordingly).
   
 $ ftp ftp.openpkg.org
 ftp bin
  -  ftp cd release/1.3/UPD
  +  ftp cd release/1.2/UPD
 ftp get sendmail-8.12.7-1.2.3.src.rpm
 ftp bye
 $ prefix/bin/rpm -v --checksig sendmail-8.12.7-1.2.3.src.rpm
  @@ -60,8 +59,8 @@
 [2] http://www.sendmail.org/dnsmap1.html
 [3] http://www.openpkg.org/tutorial.html#regular-source
 [4] http://www.openpkg.org/tutorial.html#regular-binary
  -  [5] ftp://ftp.openpkg.org/release/1.3/UPD/sendmail-8.12.7-1.2.3.src.rpm
  -  [6] ftp://ftp.openpkg.org/release/1.3/UPD/
  +  [5] ftp://ftp.openpkg.org/release/1.2/UPD/sendmail-8.12.7-1.2.3.src.rpm
  +  [6] ftp://ftp.openpkg.org/release/1.2/UPD/
 [7] http://www.openpkg.org/security.html#signature
   
   
  @@ -75,7 +74,7 @@
   -BEGIN PGP SIGNATURE-
   Comment: OpenPKG [EMAIL PROTECTED]
   
  -iD8DBQE+huYSgHWT4GPEy58RAhdpAKDGqKOKSGwfuxVT5imK+1H0LBDcPACgu1nq
  -cia1t2PI8lNReMIeza3KLKI=
  -=38Sm
  +iD8DBQE/Tb6CgHWT4GPEy58RAvwxAJ9UTBU0+AOk1uAa+0iBYyR+EoLFxwCfcv+o
  +vrSYiCHVbvn9VPIEBlHoTvo=
  +=avEZ
   -END PGP SIGNATURE-
  @@ .

[CVS] OpenPKG: openpkg-web/ security.txt security.wml

2003-08-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-web  Date:   28-Aug-2003 10:37:00
  Branch: HEAD Handle: 200308280937

  Modified files:
openpkg-web security.txt security.wml

  Log:
link Sendmail SA into website

  Summary:
RevisionChanges Path
1.43+1  -0  openpkg-web/security.txt
1.61+1  -0  openpkg-web/security.wml
  

  patch -p0 '@@ .'
  Index: openpkg-web/security.txt
  
  $ cvs diff -u -r1.42 -r1.43 security.txt
  --- openpkg-web/security.txt  6 Aug 2003 15:26:42 -   1.42
  +++ openpkg-web/security.txt  28 Aug 2003 08:37:00 -  1.43
  @@ -1,3 +1,4 @@
  +28-Aug-2003: Security Advisory: SOpenPKG-SA-2003.037-sendmail
   06-Aug-2003: Security Advisory: SOpenPKG-SA-2003.036-perl-www
   06-Aug-2003: Security Advisory: SOpenPKG-SA-2003.035-openssh
   10-Jul-2003: Security Advisory: SOpenPKG-SA-2003.034-imagemagick
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/security.wml
  
  $ cvs diff -u -r1.60 -r1.61 security.wml
  --- openpkg-web/security.wml  6 Aug 2003 15:26:42 -   1.60
  +++ openpkg-web/security.wml  28 Aug 2003 08:37:00 -  1.61
  @@ -76,6 +76,7 @@
   /define-tag
   box bdwidth=1 bdcolor=#a5a095 bdspace=10 bgcolor=#e5e0d5
   table cellspacing=0 cellpadding=0 border=0
  +  sa 2003.037 sendmail
 sa 2003.036 perl-www
 sa 2003.035 openssh
 sa 2003.034 imagemagick
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[OpenPKG #241] openssl-0.9.7b-1.3.0.src.rpm built failure on Tru64 GCC

2003-08-28 Thread Karl Vogel via RT
Request 241 was acted upon.
_

 URL: https://rt.openpkg.org/id/241
  Ticket: [OpenPKG #241]
 Subject: openssl-0.9.7b-1.3.0.src.rpm built failure on Tru64 GCC
  Requestors: [EMAIL PROTECTED]
   Queue: openpkg
   Owner: Nobody
  Status: new
 Transaction: Ticket created by [EMAIL PROTECTED]
Time: Thu Aug 28 10:40:25 2003
_

Building the openssl package on Compaq Tru64 V5.1B fails when the gcc rpm is
installed, because openssl uses the compaq C compiler flags instead of the
GCC compiler flags. Following patch resolves this (but will probably cause a
built failure when GCC is not installed).


--- openssl/openssl.spec2003-08-28 10:14:12.0 +0200
+++ /usr/users/kvo/sources/openpkg/openssl.spec 2003-08-28
10:24:58.0 +0200
@@ -70,6 +70,9 @@
 %{l_shtool} subst \
 -e 's;test $OSTYPE = msdosdjgpp;true;' \
 util/point.sh
+%{l_shtool} subst \
+-e 's;alpha-cc;alpha-gcc;g' \
+config

 %build
 %{l_prefix}/bin/perl util/perlpath.pl %{l_prefix}/bin/perl

__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/php/ php.patch php.spec openpkg-web/ news.t...

2003-08-28 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   28-Aug-2003 11:22:45
  Branch: HEAD Handle: 2003082810224301

  Modified files:
openpkg-src/php php.spec
openpkg-web news.txt
  Removed files:
openpkg-src/php php.patch

  Log:
upgrade 4.3.2 - 4.3.3 ; vendor rolled in equivalent patches

  Summary:
RevisionChanges Path
1.5 +0  -53 openpkg-src/php/php.patch
1.60+2  -4  openpkg-src/php/php.spec
1.6315  +1  -0  openpkg-web/news.txt
  

  rm -f openpkg-src/php/php.patch '@@ .'
  Index: openpkg-src/php/php.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/php/php.spec
  
  $ cvs diff -u -r1.59 -r1.60 php.spec
  --- openpkg-src/php/php.spec  12 Aug 2003 13:14:44 -  1.59
  +++ openpkg-src/php/php.spec  28 Aug 2003 09:22:44 -  1.60
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [BASE]
   Group:Language
   License:  PHP
  -Version:  4.3.2
  -Release:  20030812
  +Version:  4.3.3
  +Release:  20030828
   
   #   package options (analog to apache.spec)
   %option   with_calendar  no
  @@ -84,7 +84,6 @@
   
   #   list of sources
   Source0:  http://www.php.net/distributions/php-%{version}.tar.gz
  -Patch0:   php.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -196,7 +195,6 @@
   
   %prep
   %setup -q
  -%patch -p1
   
   %build
   cflags=%{l_cflags -O}
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.6314 -r1.6315 news.txt
  --- openpkg-web/news.txt  28 Aug 2003 08:21:44 -  1.6314
  +++ openpkg-web/news.txt  28 Aug 2003 09:22:43 -  1.6315
  @@ -1,3 +1,4 @@
  +28-Aug-2003: Upgraded package: Pphp-4.3.3-20030828
   28-Aug-2003: Upgraded package: Popenpkg-20030828-20030828
   27-Aug-2003: Upgraded package: Ppango-1.2.5-20030827
   27-Aug-2003: Upgraded package: Pccrypt-1.6-20030827
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/apache/ apache.patch.php apache.spec openpk...

2003-08-28 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   28-Aug-2003 11:24:33
  Branch: HEAD Handle: 2003082810243102

  Modified files:
openpkg-src/apache  apache.spec
openpkg-web news.txt
  Removed files:
openpkg-src/apache  apache.patch.php

  Log:
upgrade php 4.3.2 - 4.3.3 ; vendor rolled in equivalent patches

  Summary:
RevisionChanges Path
1.2 +0  -23 openpkg-src/apache/apache.patch.php
1.165   +2  -4  openpkg-src/apache/apache.spec
1.6316  +1  -0  openpkg-web/news.txt
  

  rm -f openpkg-src/apache/apache.patch.php '@@ .'
  Index: openpkg-src/apache/apache.patch.php
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/apache/apache.spec
  
  $ cvs diff -u -r1.164 -r1.165 apache.spec
  --- openpkg-src/apache/apache.spec12 Aug 2003 13:14:32 -  1.164
  +++ openpkg-src/apache/apache.spec28 Aug 2003 09:24:33 -  1.165
  @@ -36,7 +36,7 @@
   %define   V_apache 1.3.28
   %define   V_mod_ssl2.8.15-1.3.28
   %define   V_mod_perl   1.28
  -%define   V_mod_php4.3.2
  +%define   V_mod_php4.3.3
   %define   V_mod_php3   3.0.18
   %define   V_mod_dav1.0.3-1.3.6
   %define   V_mod_layout 3.2
  @@ -60,7 +60,7 @@
   Group:Web
   License:  ASF
   Version:  %{V_apache}
  -Release:  20030812
  +Release:  20030828
   
   #   package options (suexec related)
   %option   with_suexec   yes
  @@ -193,7 +193,6 @@
   Source23: apache.pl
   Source24: rc.apache
   Patch0:   apache.patch
  -Patch1:   apache.patch.php
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -365,7 +364,6 @@
   %endif
   %if %{with_mod_php} == yes
   %setup3 -q -T -D -a 3
  -%patch1 -p0
   %endif
   %if %{with_mod_dav} == yes
   %setup4 -q -T -D -a 4
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.6315 -r1.6316 news.txt
  --- openpkg-web/news.txt  28 Aug 2003 09:22:43 -  1.6315
  +++ openpkg-web/news.txt  28 Aug 2003 09:24:31 -  1.6316
  @@ -1,3 +1,4 @@
  +28-Aug-2003: Upgraded package: Papache-1.3.28-20030828
   28-Aug-2003: Upgraded package: Pphp-4.3.3-20030828
   28-Aug-2003: Upgraded package: Popenpkg-20030828-20030828
   27-Aug-2003: Upgraded package: Ppango-1.2.5-20030827
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-re/vcheck/ vc.apache vc.php

2003-08-28 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-re   Date:   28-Aug-2003 11:40:52
  Branch: HEAD Handle: 2003082810405100

  Modified files:
openpkg-re/vcheck   vc.apache vc.php

  Log:
forgot to advance check versions for php

  Summary:
RevisionChanges Path
1.36+1  -1  openpkg-re/vcheck/vc.apache
1.11+1  -1  openpkg-re/vcheck/vc.php
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.apache
  
  $ cvs diff -u -r1.35 -r1.36 vc.apache
  --- openpkg-re/vcheck/vc.apache   18 Jul 2003 17:34:09 -  1.35
  +++ openpkg-re/vcheck/vc.apache   28 Aug 2003 09:40:51 -  1.36
  @@ -39,7 +39,7 @@
 regex = mod_perl-(1\.[2-8]\d+)\.tar\.gz
   }
   prog apache:mod_php = {
  -  version   = 4.3.2
  +  version   = 4.3.3
 url   = http://www.php.net/downloads.php
 regex = php-(\d+\.\d+\.\d+)\.tar\.gz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.php
  
  $ cvs diff -u -r1.10 -r1.11 vc.php
  --- openpkg-re/vcheck/vc.php  30 Jun 2003 06:12:29 -  1.10
  +++ openpkg-re/vcheck/vc.php  28 Aug 2003 09:40:51 -  1.11
  @@ -2,7 +2,7 @@
   }
   
   prog php = {
  -  version   = 4.3.2
  +  version   = 4.3.3
 url   = http://www.php.net/downloads.php
 regex = php-(\d+\.\d+\.\d+)\.tar\.gz
   }
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-re/vcheck/ vc.uvscan openpkg-src/uvscan/ uvscan...

2003-08-28 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web openpkg$ Date:   28-Aug-2003 11:42:54
  Branch: HEAD Handle: 2003082810425202

  Modified files:
openpkg-re/vcheck   vc.uvscan
openpkg-src/uvscan  uvscan.spec
openpkg-web news.txt

  Log:
upgrade uvscan:datfiles 4288 - 4289

  Summary:
RevisionChanges Path
1.94+1  -1  openpkg-re/vcheck/vc.uvscan
1.110   +2  -2  openpkg-src/uvscan/uvscan.spec
1.6317  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.uvscan
  
  $ cvs diff -u -r1.93 -r1.94 vc.uvscan
  --- openpkg-re/vcheck/vc.uvscan   22 Aug 2003 07:11:16 -  1.93
  +++ openpkg-re/vcheck/vc.uvscan   28 Aug 2003 09:42:52 -  1.94
  @@ -2,7 +2,7 @@
   }
   
   prog uvscan:datfiles = {
  -  version   = 4288
  +  version   = 4289
 url   = ftp://ftp.nai.com/pub/antivirus/datfiles/4.x/
 regex = dat-(\d+).tar
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/uvscan/uvscan.spec
  
  $ cvs diff -u -r1.109 -r1.110 uvscan.spec
  --- openpkg-src/uvscan/uvscan.spec22 Aug 2003 07:11:18 -  1.109
  +++ openpkg-src/uvscan/uvscan.spec28 Aug 2003 09:42:54 -  1.110
  @@ -27,7 +27,7 @@
   %define   V_engine   4.1.6
   %define   V_engine_dist1 4.16
   %define   V_engine_dist2 416
  -%define   V_datfiles 4288
  +%define   V_datfiles 4289
   
   #   package information
   Name: uvscan
  @@ -39,7 +39,7 @@
   Group:Filesystem
   License:  Commercial/Free-Trial
   Version:  %{V_engine}.%{V_datfiles}
  -Release:  20030822
  +Release:  20030828
   
   #   list of sources
   Source0:  ftp://ftp.nai.com/pub/antivirus/datfiles/4.x/dat-%{V_datfiles}.tar
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.6316 -r1.6317 news.txt
  --- openpkg-web/news.txt  28 Aug 2003 09:24:31 -  1.6316
  +++ openpkg-web/news.txt  28 Aug 2003 09:42:52 -  1.6317
  @@ -1,3 +1,4 @@
  +28-Aug-2003: Upgraded package: Puvscan-4.1.6.4289-20030828
   28-Aug-2003: Upgraded package: Papache-1.3.28-20030828
   28-Aug-2003: Upgraded package: Pphp-4.3.3-20030828
   28-Aug-2003: Upgraded package: Popenpkg-20030828-20030828
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-re/vcheck/ vc.pgadmin openpkg-src/pgadmin/ pgad...

2003-08-28 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web openpkg$ Date:   28-Aug-2003 12:10:52
  Branch: HEAD Handle: 2003082811105002

  Modified files:
openpkg-re/vcheck   vc.pgadmin
openpkg-src/pgadmin pgadmin.spec
openpkg-web news.txt

  Log:
upgrading package: pgadmin 0.8.0.20030827 - 0.9.1.20030828

  Summary:
RevisionChanges Path
1.12+1  -1  openpkg-re/vcheck/vc.pgadmin
1.12+3  -3  openpkg-src/pgadmin/pgadmin.spec
1.6318  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.pgadmin
  
  $ cvs diff -u -r1.11 -r1.12 vc.pgadmin
  --- openpkg-re/vcheck/vc.pgadmin  27 Aug 2003 07:55:54 -  1.11
  +++ openpkg-re/vcheck/vc.pgadmin  28 Aug 2003 10:10:50 -  1.12
  @@ -2,7 +2,7 @@
   }
   
   prog pgadmin = {
  -  version   = 20030827
  +  version   = 20030828
 url   = http://www.pgadmin.org/snapshots/src/
 regex = pgadmin3-src-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/pgadmin/pgadmin.spec
  
  $ cvs diff -u -r1.11 -r1.12 pgadmin.spec
  --- openpkg-src/pgadmin/pgadmin.spec  27 Aug 2003 07:55:56 -  1.11
  +++ openpkg-src/pgadmin/pgadmin.spec  28 Aug 2003 10:10:52 -  1.12
  @@ -26,8 +26,8 @@
   #   FIXME: crashes with a segfault on startup under at least FreeBSD 4.x
   
   #   package version
  -%define   V_base  0.8.0
  -%define   V_snap  20030827
  +%define   V_base  0.9.1
  +%define   V_snap  20030828
   
   #   package information
   Name: pgadmin
  @@ -39,7 +39,7 @@
   Group:Database
   License:  Artistic
   Version:  %{V_base}.%{V_snap}
  -Release:  20030827
  +Release:  20030828
   
   #   list of sources
   Source0:  http://www.pgadmin.org/snapshots/src/pgadmin3-src-%{V_snap}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.6317 -r1.6318 news.txt
  --- openpkg-web/news.txt  28 Aug 2003 09:42:52 -  1.6317
  +++ openpkg-web/news.txt  28 Aug 2003 10:10:51 -  1.6318
  @@ -1,3 +1,4 @@
  +28-Aug-2003: Upgraded package: Ppgadmin-0.9.1.20030828-20030828
   28-Aug-2003: Upgraded package: Puvscan-4.1.6.4289-20030828
   28-Aug-2003: Upgraded package: Papache-1.3.28-20030828
   28-Aug-2003: Upgraded package: Pphp-4.3.3-20030828
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-re/vcheck/ vc.ncftp openpkg-src/ncftp/ ncftp.sp...

2003-08-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 openpkg-web openpkg$ Date:   28-Aug-2003 12:13:13
  Branch: HEAD Handle: 2003082811131102

  Modified files:
openpkg-re/vcheck   vc.ncftp
openpkg-src/ncftp   ncftp.spec
openpkg-web news.txt

  Log:
upgrading package: ncftp 3.1.5 - 3.1.6

  Summary:
RevisionChanges Path
1.5 +1  -1  openpkg-re/vcheck/vc.ncftp
1.27+2  -2  openpkg-src/ncftp/ncftp.spec
1.6319  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.ncftp
  
  $ cvs diff -u -r1.4 -r1.5 vc.ncftp
  --- openpkg-re/vcheck/vc.ncftp14 Oct 2002 18:13:39 -  1.4
  +++ openpkg-re/vcheck/vc.ncftp28 Aug 2003 10:13:11 -  1.5
  @@ -2,7 +2,7 @@
   }
   
   prog ncftp = {
  -  version   = 3.1.5
  +  version   = 3.1.6
 url   = ftp://ftp.ncftp.com/ncftp/
 regex = ncftp-(__VER__)-src\.tar\.gz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/ncftp/ncftp.spec
  
  $ cvs diff -u -r1.26 -r1.27 ncftp.spec
  --- openpkg-src/ncftp/ncftp.spec  8 Jul 2003 14:41:10 -   1.26
  +++ openpkg-src/ncftp/ncftp.spec  28 Aug 2003 10:13:13 -  1.27
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [BASE]
   Group:FTP
   License:  GPL
  -Version:  3.1.5
  -Release:  20021014
  +Version:  3.1.6
  +Release:  20030828
   
   #   list of sources
   Source0:  ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.6318 -r1.6319 news.txt
  --- openpkg-web/news.txt  28 Aug 2003 10:10:51 -  1.6318
  +++ openpkg-web/news.txt  28 Aug 2003 10:13:12 -  1.6319
  @@ -1,3 +1,4 @@
  +28-Aug-2003: Upgraded package: Pncftp-3.1.6-20030828
   28-Aug-2003: Upgraded package: Ppgadmin-0.9.1.20030828-20030828
   28-Aug-2003: Upgraded package: Puvscan-4.1.6.4289-20030828
   28-Aug-2003: Upgraded package: Papache-1.3.28-20030828
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-re/vcheck/ vc.perl-crypto openpkg-src/perl-cryp...

2003-08-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 openpkg-web openpkg$ Date:   28-Aug-2003 12:13:31
  Branch: HEAD Handle: 2003082811132901

  Modified files:
openpkg-re/vcheck   vc.perl-crypto
openpkg-src/perl-crypto perl-crypto.spec
openpkg-web news.txt

  Log:
upgrading package: perl-crypto 20030805 - 20030828

  Summary:
RevisionChanges Path
1.21+1  -1  openpkg-re/vcheck/vc.perl-crypto
1.34+3  -3  openpkg-src/perl-crypto/perl-crypto.spec
1.6320  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.perl-crypto
  
  $ cvs diff -u -r1.20 -r1.21 vc.perl-crypto
  --- openpkg-re/vcheck/vc.perl-crypto  5 Aug 2003 18:31:38 -   1.20
  +++ openpkg-re/vcheck/vc.perl-crypto  28 Aug 2003 10:13:29 -  1.21
  @@ -72,7 +72,7 @@
 regex = Crypt-UnixCrypt-(__VER__)\.tar\.gz
   }
   prog perl-crypto:Data-UUID = {
  -  version   = 0.10
  +  version   = 0.11
 url   = http://www.cpan.org/modules/by-module/Data/
 regex = Data-UUID-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/perl-crypto/perl-crypto.spec
  
  $ cvs diff -u -r1.33 -r1.34 perl-crypto.spec
  --- openpkg-src/perl-crypto/perl-crypto.spec  5 Aug 2003 18:31:40 -   1.33
  +++ openpkg-src/perl-crypto/perl-crypto.spec  28 Aug 2003 10:13:30 -  1.34
  @@ -45,7 +45,7 @@
   %define   V_crypt_null 1.02
   %define   V_crypt_ecb  1.1
   %define   V_crypt_cbc  2.02
  -%define   V_data_uuid  0.10
  +%define   V_data_uuid  0.11
   %define   V_string_crc32   1.2
   
   #   package information
  @@ -57,8 +57,8 @@
   Distribution: OpenPKG [BASE]
   Group:Language
   License:  GPL/Artistic
  -Version:  20030805
  -Release:  20030805
  +Version:  20030828
  +Release:  20030828
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Digest/Digest-SHA1-%{V_digest_sha1}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.6319 -r1.6320 news.txt
  --- openpkg-web/news.txt  28 Aug 2003 10:13:12 -  1.6319
  +++ openpkg-web/news.txt  28 Aug 2003 10:13:29 -  1.6320
  @@ -1,3 +1,4 @@
  +28-Aug-2003: Upgraded package: Pperl-crypto-20030828-20030828
   28-Aug-2003: Upgraded package: Pncftp-3.1.6-20030828
   28-Aug-2003: Upgraded package: Ppgadmin-0.9.1.20030828-20030828
   28-Aug-2003: Upgraded package: Puvscan-4.1.6.4289-20030828
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-08-28 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   28-Aug-2003 12:20:44
  Branch: HEAD Handle: 2003082811204300

  Modified files:
openpkg-src/pgadmin pgadmin.spec

  Log:
seems to work now under FreeBSD, drop FIXME comment

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

  patch -p0 '@@ .'
  Index: openpkg-src/pgadmin/pgadmin.spec
  
  $ cvs diff -u -r1.12 -r1.13 pgadmin.spec
  --- openpkg-src/pgadmin/pgadmin.spec  28 Aug 2003 10:10:52 -  1.12
  +++ openpkg-src/pgadmin/pgadmin.spec  28 Aug 2003 10:20:43 -  1.13
  @@ -23,8 +23,6 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   FIXME: crashes with a segfault on startup under at least FreeBSD 4.x
  -
   #   package version
   %define   V_base  0.9.1
   %define   V_snap  20030828
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-re/vcheck/ vc.icewm openpkg-src/icewm/ icewm.pa...

2003-08-28 Thread Michael van Elst
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael van Elst
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web openpkg$ Date:   28-Aug-2003 14:22:21
  Branch: HEAD Handle: 2003082813221802

  Modified files:
openpkg-re/vcheck   vc.icewm
openpkg-src/icewm   icewm.patch icewm.spec
openpkg-web news.txt

  Log:
upgrading package: icewm 1.2.10 - 1.2.12

  Summary:
RevisionChanges Path
1.3 +1  -1  openpkg-re/vcheck/vc.icewm
1.3 +0  -79 openpkg-src/icewm/icewm.patch
1.5 +2  -2  openpkg-src/icewm/icewm.spec
1.6321  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.icewm
  
  $ cvs diff -u -r1.2 -r1.3 vc.icewm
  --- openpkg-re/vcheck/vc.icewm14 Aug 2003 21:09:10 -  1.2
  +++ openpkg-re/vcheck/vc.icewm28 Aug 2003 12:22:18 -  1.3
  @@ -2,7 +2,7 @@
   }
   
   prog icewm = {
  -  version   = 1.2.10
  +  version   = 1.2.12
 url   = http://ftp1.sourceforge.net/icewm/
 regex = icewm-(\d+\.\d+\.\d+)\.tar\.gz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/icewm/icewm.patch
  
  $ cvs diff -u -r1.2 -r1.3 icewm.patch
  --- openpkg-src/icewm/icewm.patch 14 Aug 2003 13:52:33 -  1.2
  +++ openpkg-src/icewm/icewm.patch 28 Aug 2003 12:22:20 -  1.3
  @@ -119,73 +119,6 @@
return false;
#endif // if 0
}
   src/ylocale.cc.orig  Tue Oct  9 23:54:04 2001
  -+++ src/ylocale.cc   Wed Feb 20 17:32:28 2002
  -@@ -18,7 +18,9 @@
  - 
  - #ifdef CONFIG_I18N
  - #include errno.h
  -+#if __FreeBSD__ = 5
  - #include langinfo.h
  -+#endif
  - #include locale.h
  - #include stdlib.h
  - #include string.h
  -@@ -31,6 +33,41 @@
  - YLocale * YLocale::locale(NULL);
  - #endif
  - 
  -+#ifdef CONFIG_I18N
  -+#if __FreeBSD__  5
  -+#undef CONFIG_NL_CODESETS
  -+#define CONFIG_NL_CODESETS 0
  -+char* icewm_nl_langinfo(void* item) {
  -+  char* mylocale = setlocale(LC_ALL, );
  -+
  -+  if( mylocale == NULL || *mylocale == '\0' )
  -+return NULL;
  -+
  -+  if( strncmp(mylocale, ja, strlen(ja)) == 0 ) {
  -+return strdup(EUC-JP);
  -+  } if( strncmp(mylocale, zh_TW, strlen(zh_TW)) == 0 ) {
  -+return strdup(BIG5);
  -+  } if( strncmp(mylocale, ko, strlen(ko)) == 0 ) {
  -+return strdup(EUC-KR);
  -+  } if( strncmp(mylocale, ru, strlen(ru)) == 0 ) {
  -+return KOI8-R;
  -+  } if( strncmp(mylocale, ro, strlen(ro)) == 0 ) {
  -+return ISO-8859-2;
  -+  } if( strncmp(mylocale, hr, strlen(hr)) == 0 ) {
  -+return ISO-8859-2;
  -+  } if( strncmp(mylocale, hu, strlen(hu)) == 0 ) {
  -+return ISO-8859-2;
  -+  } if( strncmp(mylocale, pl, strlen(pl)) == 0 ) {
  -+return ISO-8859-2;
  -+  } if( strncmp(mylocale, lt, strlen(lt)) == 0 ) {
  -+return ISO-8859-13;
  -+  }
  -+
  -+  return NULL;
  -+}
  -+#endif
  -+#endif /* CONFIG_I18N */
  -+
  - #ifndef CONFIG_I18N
  - YLocale::YLocale(char const * ) {
  - #else
  -@@ -45,8 +82,12 @@
  - char const * codeset();
  - int const codesetItems[] = { CONFIG_NL_CODESETS };
  - 
  -+#if __FreeBSD__ = 5
  - for (int const * csi(codesetItems); *csi  
  -  NULL != (codeset = nl_langinfo(*csi))  '\0' == *codeset; ++csi);
  -+#else
  -+codeset = icewm_nl_langinfo(NULL);
  -+#endif
  - 
  - if (NULL == codeset || '\0' == *codeset) {
  - warn(_(Failed to determinate the current locale's codeset. 
   --- src/sysdep.h.origTue Oct  9 23:54:03 2001
   +++ src/sysdep.h Wed Feb 20 15:22:43 2002
   @@ -57,7 +57,9 @@
  @@ -480,15 +413,3 @@
class YFrameWindow;
class WindowListItem;

   src/decorate.cc.orig Mon Aug 11 20:22:16 2003
  -+++ src/decorate.cc  Thu Aug 14 15:48:23 2003
  -@@ -293,7 +293,9 @@
  -   ShapeBounding, 0, 0, None, ShapeSet);
  - }
  - #endif
  -+#ifdef CONFIG_SHAPE
  - setShape();
  -+#endif
  - }
  - 
  - void YFrameWindow::configure(const YRect r, const bool resized) {
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/icewm/icewm.spec
  
  $ cvs diff -u -r1.4 -r1.5 icewm.spec
  --- openpkg-src/icewm/icewm.spec  14 Aug 2003 13:52:33 -  1.4
  +++ openpkg-src/icewm/icewm.spec  28 Aug 2003 12:22:20 -  1.5
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [EVAL]
   Group:XWindow
   License:  GPL
  -Version:  1.2.10
  -Release:  20030814
  +Version:  1.2.12
  +Release:  20030828

[CVS] OpenPKG: openpkg-src/cvs/ cvs.patch.rse cvs.spec openpkg-web/ ne...

2003-08-28 Thread Ralf S. Engelschall
 @@
char *head =
(vers-vn_rcs == NULL
 ? NULL
  @@ -1330,7 +1426,7 @@
exists = head != NULL  !RCS_isdead(vers-srcfile, head);
if (head != NULL)
free (head);
  -@@ -886,7 +909,11 @@
  +@@ -886,7 +966,11 @@
if (diff_rev1  strcmp (diff_rev1, TAG_HEAD) == 0)
use_rev1 = ((vers-vn_rcs == NULL || vers-srcfile == NULL)
? NULL
  @@ -1342,7 +1438,7 @@
else
{
xvers = Version_TS (finfo, NULL, diff_rev1, diff_date1, 1, 0);
  -@@ -901,7 +928,11 @@
  +@@ -901,7 +985,11 @@
if (diff_rev2  strcmp (diff_rev2, TAG_HEAD) == 0)
use_rev2 = ((vers-vn_rcs == NULL || vers-srcfile == NULL)
? NULL
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/cvs/cvs.spec
  
  $ cvs diff -u -r1.71 -r1.72 cvs.spec
  --- openpkg-src/cvs/cvs.spec  24 Jul 2003 07:03:12 -  1.71
  +++ openpkg-src/cvs/cvs.spec  28 Aug 2003 13:23:46 -  1.72
  @@ -37,7 +37,7 @@
   Group:SCM
   License:  GPL
   Version:  %{V_cvs}
  -Release:  20030724
  +Release:  20030828
   
   #   package options
   %option   with_fsl yes
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.6321 -r1.6322 news.txt
  --- openpkg-web/news.txt  28 Aug 2003 12:22:19 -  1.6321
  +++ openpkg-web/news.txt  28 Aug 2003 13:23:45 -  1.6322
  @@ -1,3 +1,4 @@
  +28-Aug-2003: Upgraded package: Pcvs-1.12.1-20030828
   28-Aug-2003: Upgraded package: Picewm-1.2.12-20030828
   28-Aug-2003: Upgraded package: Pperl-crypto-20030828-20030828
   28-Aug-2003: Upgraded package: Pncftp-3.1.6-20030828
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/openpkg/ rpm.patch.bugfix

2003-08-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:   28-Aug-2003 15:48:47
  Branch: HEAD Handle: 2003082814484700

  Modified files:
openpkg-src/openpkg rpm.patch.bugfix

  Log:
include vendor patch which fixes a segfault

  Summary:
RevisionChanges Path
1.10+17 -0  openpkg-src/openpkg/rpm.patch.bugfix
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/rpm.patch.bugfix
  
  $ cvs diff -u -r1.9 -r1.10 rpm.patch.bugfix
  --- openpkg-src/openpkg/rpm.patch.bugfix  28 Aug 2003 08:21:45 -  1.9
  +++ openpkg-src/openpkg/rpm.patch.bugfix  28 Aug 2003 13:48:47 -  1.10
  @@ -184,3 +184,20 @@
se = grabArgs(mb, me, fe, grab);
} else {
addMacro(mb-mc, **, NULL, , mb-depth);
  +
  ++---
  +| Backported RPM vendor patch:
  +| fix: packages w/o file colors segfault
  +| (cvs diff -r2.41.2.6 -r2.41.2.7 lib/rpmfi.c)
  ++---
  +Index: lib/rpmfi.c
  +--- lib/rpmfi.c  17 Jul 2003 22:44:28 -  1.1.1.3
   lib/rpmfi.c  28 Aug 2003 13:05:42 -
  +@@ -866,6 +866,7 @@
  + *fn = '\0';
  + fnlen = stpcpy( stpcpy(fn, dirNames[dirIndexes[i]]), baseNames[i]) - fn;
  + 
  ++if (fColors != NULL)
  + dColors[dirIndexes[i]] |= fColors[i];
  + /*
  +  * See if this file path needs relocating.
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-re/ rclint.pl

2003-08-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-re   Date:   28-Aug-2003 15:54:37
  Branch: HEAD Handle: 2003082814543700

  Modified files:
openpkg-re  rclint.pl

  Log:
in %common there can be arbitrary code including return and exit, of
cours

  Summary:
RevisionChanges Path
1.18+1  -1  openpkg-re/rclint.pl
  

  patch -p0 '@@ .'
  Index: openpkg-re/rclint.pl
  
  $ cvs diff -u -r1.17 -r1.18 rclint.pl
  --- openpkg-re/rclint.pl  7 Aug 2003 11:21:34 -   1.17
  +++ openpkg-re/rclint.pl  28 Aug 2003 13:54:37 -  1.18
  @@ -418,7 +418,7 @@
   }
   }
   
  -if ($section =~ m/^%(config|info|common|status)$/) {
  +if ($section =~ m/^%(config|info|status)$/) {
   #   check illegal use of return/exit
   $done = $outer_done; $this = ''; $todo = $outer_this;
   if ( $todo =~ m/[^a-zA-Z0-9_](return|exit)\s/s ) {
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-re/vcheck/ vc.uvscan openpkg-src/uvscan/ rc.uvs...

2003-08-28 Thread Ralf S. Engelschall
/uvscan.spec28 Aug 2003 13:55:39 -  1.111
  @@ -24,29 +24,29 @@
   ##
   
   #   package versions
  -%define   V_engine   4.1.6
  -%define   V_engine_dist1 4.16
  -%define   V_engine_dist2 416
  -%define   V_datfiles 4289
  +%define   V_engine  4.24
  +%define   V_engine_comp 424
  +%define   V_datfiles4290
   
   #   package information
   Name: uvscan
   Summary:  McAfee VirusScan
   URL:  http://www.mcafee-at-home.com/
  -Vendor:   Network Associates, Inc (NAI)
  +Vendor:   Network Associates
   Packager: The OpenPKG Project
   Distribution: OpenPKG [EVAL]
   Group:Filesystem
   License:  Commercial/Free-Trial
  -Version:  %{V_engine}.%{V_datfiles}
  +Version:  %{V_engine}+%{V_datfiles}
   Release:  20030828
   
   #   list of sources
   Source0:  ftp://ftp.nai.com/pub/antivirus/datfiles/4.x/dat-%{V_datfiles}.tar
  -Source1:  
http://download.nai.com/products/evaluation/virusscan/english/cmdline/bsd/version_%{V_engine_dist1}/vbsd%{V_engine_dist2}e.tar.Z
  -Source2:  
http://download.nai.com/products/evaluation/virusscan/english/cmdline/linux/version_%{V_engine_dist1}/vlnx%{V_engine_dist2}e.tar.Z
  -Source3:  
http://download.nai.com/products/evaluation/virusscan/english/cmdline/sun/version_%{V_engine_dist1}/vsun%{V_engine_dist2}e.tar.Z
  +Source1:  
http://download.nai.com/products/evaluation/virusscan/english/cmdline/bsd/version_%{V_engine}/vbsd%{V_engine_comp}e.tar.Z
  +Source2:  
http://download.nai.com/products/evaluation/virusscan/english/cmdline/linux/version_%{V_engine}/intel/vlnx%{V_engine_comp}e.tar.Z
  +Source3:  
http://download.nai.com/products/evaluation/virusscan/english/cmdline/sun/version_%{V_engine}/vsun%{V_engine_comp}e.tar.Z
   Source4:  uvscan.sh
  +Source5:  rc.uvscan
   %NoSource 0
   %NoSource 1
   %NoSource 2
  @@ -56,7 +56,7 @@
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20030717
  -PreReq:   OpenPKG, openpkg = 20030717
  +PreReq:   OpenPKG, openpkg = 20030717, curl, tar
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -67,6 +67,8 @@
   %prep
   %integrity
   %setup -q -c -T
  +
  +#   unpack platform-specific Engine
   case %{l_target} in
   *-freebsd* ) engine=%{SOURCE1} ;;
   *-linux*   ) engine=%{SOURCE2} ;;
  @@ -76,7 +78,9 @@
   ( mkdir engine; cd engine
 %{l_gzip} -d -c $engine | %{l_tar} xf -
   ) || exit $?
  -( mkdir datfiles; cd datfiles;
  +
  +#   unpack latest DAT file set
  +( mkdir datfiles; cd datfiles
 %{l_tar} xf %{SOURCE0}
   ) || exit $?
   
  @@ -84,20 +88,47 @@
   
   %install
   rm -rf $RPM_BUILD_ROOT
  +
  +#   create installation hierarchy
   %{l_shtool} mkdir -f -p -m 755 \
   $RPM_BUILD_ROOT%{l_prefix}/bin \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \
   $RPM_BUILD_ROOT%{l_prefix}/libexec/uvscan \
  +$RPM_BUILD_ROOT%{l_prefix}/var/uvscan/data \
   $RPM_BUILD_ROOT%{l_prefix}/man/man1
  -cp datfiles/*.dat engine/
  +
  +#   install Engine
   ( cd engine
 (echo n; echo n; echo n; echo n; echo n) |\
 ./install-uvscan $RPM_BUILD_ROOT%{l_prefix}/libexec/uvscan/
   ) || exit $?
  +
  +#   post-adjust Engine installation
  +for dat in clean names scan; do
  +rm -f $RPM_BUILD_ROOT%{l_prefix}/libexec/uvscan/$dat.dat
  +done
  +rm -f $RPM_BUILD_ROOT%{l_prefix}/libexec/uvscan/*.txt
  +rm -f $RPM_BUILD_ROOT%{l_prefix}/libexec/uvscan/*.pdf
   rm -f $RPM_BUILD_ROOT%{l_prefix}/libexec/uvscan/uninstall-uvscan
   mv  $RPM_BUILD_ROOT%{l_prefix}/libexec/uvscan/uvscan.1 \
   $RPM_BUILD_ROOT%{l_prefix}/man/man1/uvscan.1
  +
  +#   install Engine command line wrapper
   %{l_shtool} install -c -m 755 %{l_value -s -a} \
   %{SOURCE uvscan.sh} $RPM_BUILD_ROOT%{l_prefix}/bin/uvscan
  +
  +#   install initial DAT file set
  +%{l_shtool} install -c -m 644 \
  +datfiles/*.dat $RPM_BUILD_ROOT%{l_prefix}/var/uvscan/data/
  +echo %{V_datfiles} VERSION
  +%{l_shtool} install -c -m 644 \
  +VERSION $RPM_BUILD_ROOT%{l_prefix}/var/uvscan/data/
  +
  +#   install run-command script
  +%{l_shtool} install -c -m 755 %{l_value -s -a} \
  +%{SOURCE rc.uvscan} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
  +
  +#   determine installation files
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.6322 -r1.6323 news.txt
  --- openpkg-web/news.txt  28 Aug 2003 13:23:45 -  1.6322
  +++ openpkg-web/news.txt  28 Aug 2003 13:55:37 -  1.6323
  @@ -1,3 +1,4 @@
  +28-Aug-2003: Upgraded package: Puvscan-4.24+4290-20030828

[CVS] OpenPKG: openpkg-src/cvsd/ cvsd.spec openpkg-web/ news.txt

2003-08-28 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   28-Aug-2003 18:03:14
  Branch: HEAD Handle: 2003082817031201

  Modified files:
openpkg-src/cvsdcvsd.spec
openpkg-web news.txt

  Log:
Remove reduntant mkdir and correct alignment

  Summary:
RevisionChanges Path
1.40+3  -5  openpkg-src/cvsd/cvsd.spec
1.6324  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/cvsd/cvsd.spec
  
  $ cvs diff -u -r1.39 -r1.40 cvsd.spec
  --- openpkg-src/cvsd/cvsd.spec18 Aug 2003 05:59:25 -  1.39
  +++ openpkg-src/cvsd/cvsd.spec28 Aug 2003 16:03:13 -  1.40
  @@ -33,7 +33,7 @@
   Group:SCM
   License:  GPL
   Version:  0.9.20
  -Release:  20030818
  +Release:  20030828
   
   #   package options
   %option   with_fsl  yes
  @@ -95,8 +95,7 @@
   rm -rf $RPM_BUILD_ROOT
   %{l_shtool} mkdir -f -p -m 755 \
   $RPM_BUILD_ROOT%{l_prefix}/var/cvsd \
  -$RPM_BUILD_ROOT%{l_prefix}/etc/cvsd \
  -$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
  +$RPM_BUILD_ROOT%{l_prefix}/etc/cvsd
   
   #   perform standard installation procedure
   %{l_make} %{l_mflags} install AM_MAKEFLAGS=DESTDIR=$RPM_BUILD_ROOT
  @@ -108,8 +107,7 @@
   %{SOURCE cvsd.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/cvsd/cvsd.conf
   
   #   install run-command script
  -%{l_shtool} mkdir -f -p -m 755 \
  -$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
  +%{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.cvsd} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.6323 -r1.6324 news.txt
  --- openpkg-web/news.txt  28 Aug 2003 13:55:37 -  1.6323
  +++ openpkg-web/news.txt  28 Aug 2003 16:03:12 -  1.6324
  @@ -1,3 +1,4 @@
  +28-Aug-2003: Upgraded package: Pcvsd-0.9.20-20030828
   28-Aug-2003: Upgraded package: Puvscan-4.24+4290-20030828
   28-Aug-2003: Upgraded package: Pcvs-1.12.1-20030828
   28-Aug-2003: Upgraded package: Picewm-1.2.12-20030828
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-08-28 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   28-Aug-2003 18:13:25
  Branch: HEAD Handle: 2003082817132301

  Added files:
openpkg-src/msntp   fsl.msntp msntp.patch rc.msntp
  Modified files:
openpkg-src/msntp   msntp.spec
openpkg-web news.txt

  Log:
Remove logging replacement hack, add FSL binding, implement features
in ticket #202

  Summary:
RevisionChanges Path
1.1 +16 -0  openpkg-src/msntp/fsl.msntp
1.1 +12 -0  openpkg-src/msntp/msntp.patch
1.10+57 -6  openpkg-src/msntp/msntp.spec
1.1 +58 -0  openpkg-src/msntp/rc.msntp
1.6325  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/msntp/fsl.msntp
  
  $ cvs diff -u -r0 -r1.1 fsl.msntp
  --- /dev/null 2003-08-28 18:13:24.0 +0200
  +++ fsl.msntp 2003-08-28 18:13:25.0 +0200
  @@ -0,0 +1,16 @@
  +##
  +##  fsl.msntp -- OSSP fsl configuration
  +##
  +
  +ident (msntp)/.+ q{
  +prefix(
  +prefix=%b %d %H:%M:%S %N %L $1[%P]: 
  +)
  +- {
  +debug: file(
  +path=@l_prefix@/var/msntp/msntp.log,
  +perm=0644
  +)
  +}
  +};
  +
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/msntp/msntp.patch
  
  $ cvs diff -u -r0 -r1.1 msntp.patch
  --- /dev/null 2003-08-28 18:13:24.0 +0200
  +++ msntp.patch   2003-08-28 18:13:25.0 +0200
  @@ -0,0 +1,12 @@
  +diff -Naur msntp-1.6.orig/unix.c msntp-1.6/unix.c
  +--- msntp-1.6.orig/unix.c2003-08-28 17:48:15.0 +0200
   msntp-1.6/unix.c 2003-08-28 17:49:46.0 +0200
  +@@ -81,5 +81,7 @@
  + /* Log a message, crudely.  This is used in only one place, but could
  + be used more widely. */
  + 
  +-syslog(LOG_DAEMON|LOG_WARNING,%s,message);
  ++openlog(msntp, LOG_PID | LOG_NDELAY, LOG_DAEMON);
  ++syslog(LOG_WARNING,%s,message);
  ++closelog();
  + }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/msntp/msntp.spec
  
  $ cvs diff -u -r1.9 -r1.10 msntp.spec
  --- openpkg-src/msntp/msntp.spec  8 Jul 2003 14:41:02 -   1.9
  +++ openpkg-src/msntp/msntp.spec  28 Aug 2003 16:13:24 -  1.10
  @@ -33,16 +33,26 @@
   Group:Network
   License:  OSS-style
   Version:  1.6
  -Release:  20030703
  +Release:  20030828
  +
  +#   package options
  +%option   with_fslyes
   
   #   list of sources
   Source0:  http://www.hpcf.cam.ac.uk/export/msntp-%{version}.tar.gz
  +Source1:  rc.msntp
  +Source2:  fsl.msntp
  +Patch0:   msntp.patch
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20020206
   PreReq:   OpenPKG, openpkg = 20020206
  +%if %{with_fsl} == yes
  +BuildPreReq:  fsl = 1.2.0
  +PreReq:   fsl = 1.2.0
  +%endif
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -52,13 +62,13 @@
   
   %prep
   %setup -q
  -%{l_shtool} subst -e 's/syslog(LOG_.*;/return;/' unix.c
  +%patch -p1
   
   %build
   CC=%{l_cc}
   CFLAGS=%{l_cflags -O}
  -LDFLAGS=
  -LIBS=-lm
  +LDFLAGS=%{l_fsl_ldflags}
  +LIBS=%{l_fsl_libs} -lm
   case %{l_target} in
   *-solaris* ) LIBS=$LIBS -lsocket -lnsl ;;
   esac
  @@ -72,15 +82,56 @@
   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
  +$RPM_BUILD_ROOT%{l_prefix}/var/msntp \
  +$RPM_BUILD_ROOT%{l_prefix}/man/man1 \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/fsl
  +
  +#   install program file and manpage
   %{l_shtool} install -c -s -m 755 \
   msntp $RPM_BUILD_ROOT%{l_prefix}/bin/
   %{l_shtool} install -c -m 644 \
   msntp.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
  -%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +
  +#   install run-command script
  +%{l_shtool} install -c -m 755 %{l_value -s -a} \
  +%{SOURCE rc.msntp} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
  +
  +#   install OSSP fsl configuration
  +%{l_shtool} install -c -m 644 %{l_value -s -a} \
  +%{SOURCE fsl.msntp} \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/fsl/
  +
  +#   determine installation files
  +%{l_rpmtool} files -v -ofiles

[CVS] OpenPKG: openpkg-re/vcheck/ vc.gcc34 openpkg-src/gcc34/ gcc34.sp...

2003-08-28 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web openpkg$ Date:   28-Aug-2003 18:19:05
  Branch: HEAD Handle: 2003082817190302

  Modified files:
openpkg-re/vcheck   vc.gcc34
openpkg-src/gcc34   gcc34.spec
openpkg-web news.txt

  Log:
upgrading package: gcc34 3.4s20030820 - 3.4s20030827

  Summary:
RevisionChanges Path
1.8 +1  -1  openpkg-re/vcheck/vc.gcc34
1.13+2  -2  openpkg-src/gcc34/gcc34.spec
1.6326  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.gcc34
  
  $ cvs diff -u -r1.7 -r1.8 vc.gcc34
  --- openpkg-re/vcheck/vc.gcc3421 Aug 2003 17:02:38 -  1.7
  +++ openpkg-re/vcheck/vc.gcc3428 Aug 2003 16:19:03 -  1.8
  @@ -2,7 +2,7 @@
   }
   
   prog gcc34 = {
  -  version   = 3.4-20030820
  +  version   = 3.4-20030827
 url   = ftp://gcc.gnu.org/pub/gcc/snapshots/
 regex = (\d+\.\d+-\d{8})
 url   = ftp://gcc.gnu.org/pub/gcc/snapshots/__NEWVER__/
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/gcc34/gcc34.spec
  
  $ cvs diff -u -r1.12 -r1.13 gcc34.spec
  --- openpkg-src/gcc34/gcc34.spec  21 Aug 2003 17:02:41 -  1.12
  +++ openpkg-src/gcc34/gcc34.spec  28 Aug 2003 16:19:05 -  1.13
  @@ -26,7 +26,7 @@
   #   package version
   %define   V_full 3.4
   %define   V_comp 34
  -%define   V_snap 20030820
  +%define   V_snap 20030827
   
   #   package information
   Name: gcc34
  @@ -38,7 +38,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20030821
  +Release:  20030828
   
   #   package options
   %option   with_cxx   yes
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.6325 -r1.6326 news.txt
  --- openpkg-web/news.txt  28 Aug 2003 16:13:23 -  1.6325
  +++ openpkg-web/news.txt  28 Aug 2003 16:19:04 -  1.6326
  @@ -1,3 +1,4 @@
  +28-Aug-2003: Upgraded package: Pgcc34-3.4s20030827-20030828
   28-Aug-2003: Upgraded package: Pmsntp-1.6-20030828
   28-Aug-2003: Upgraded package: Pcvsd-0.9.20-20030828
   28-Aug-2003: Upgraded package: Puvscan-4.24+4290-20030828
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-web/ download.wml

2003-08-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-web  Date:   28-Aug-2003 18:55:08
  Branch: HEAD Handle: 2003082817550800

  Modified files:
openpkg-web download.wml

  Log:
Ops, OpenPKG 1.3 was missing here...

  Summary:
RevisionChanges Path
1.5 +54 -39 openpkg-web/download.wml
  

  patch -p0 '@@ .'
  Index: openpkg-web/download.wml
  
  $ cvs diff -u -r1.4 -r1.5 download.wml
  --- openpkg-web/download.wml  7 Aug 2003 14:46:09 -   1.4
  +++ openpkg-web/download.wml  28 Aug 2003 16:55:08 -  1.5
  @@ -24,75 +24,90 @@
   available from the CURRENT branch.
 /ul
 p
  -  lia href=ftp://ftp.openpkg.org/release/1.2/;font color=#339933 
size=+2OpenPKG 1.2/font/abr
  -  This is the official OpenPKG 1.2 release version from 22-Jan-2003. 
  +  lia href=ftp://ftp.openpkg.org/release/1.3/;font color=#339933 
size=+2OpenPKG 1.3/font/abr
  +  This is the official OpenPKG 1.3 release version from 02-Aug-2003. 
 It is considered stable and should be used on production systems.  
 It is fully security tracked and updated.
 p
 ul
  -lia href=ftp://ftp.openpkg.org/release/1.2/UPD/;OpenPKG 1.2 
Updates/abr
  -These are updates for the OpenPKG 1.2-RELEASE source packages
  -made from the OpenPKG 1.2-SOLID branch. Always upgrade your installation
  +lia href=ftp://ftp.openpkg.org/release/1.3/UPD/;OpenPKG 1.3 
Updates/abr
  +These are updates for the OpenPKG 1.3-RELEASE source packages
  +made from the OpenPKG 1.3-SOLID branch. Always upgrade your installation
   to the latest solid state with these packages. This distribution
   part grows on demand.
   p
  -lia href=ftp://ftp.openpkg.org/release/1.2/SRC/;OpenPKG 1.2 
Source/abr
  -These are the OpenPKG 1.2 source packages of class CORE and
  +lia href=ftp://ftp.openpkg.org/release/1.3/SRC/;OpenPKG 1.3 
Source/abr
  +These are the OpenPKG 1.3 source packages of class CORE and
   BASE, the primary resource for installing OpenPKG. This
   distribution part is fixed. Additionally, packages of class PLUS
  -are a href=ftp://ftp.openpkg.org/release/1.2/SRC/PLUS/;provided/a
  +are a href=ftp://ftp.openpkg.org/release/1.3/SRC/PLUS/;provided/a
   for your convenience, too.
   p
  -lia href=ftp://ftp.openpkg.org/release/1.2/BIN/;OpenPKG 1.2 
Binary/abr
  -These are the OpenPKG 1.2 CORE and BASE class binary packages for a 
tt/cw/tt
  +lia href=ftp://ftp.openpkg.org/release/1.3/BIN/;OpenPKG 1.3 
Binary/abr
  +These are the OpenPKG 1.3 CORE and BASE class binary packages for a 
tt/cw/tt
   filesystem hierarchy, built for
  -a href=ftp://ftp.openpkg.org/release/1.2/BIN/ix86-freebsd4.7;ix86 
FreeBSD 4.7/a,
  -a href=ftp://ftp.openpkg.org/release/1.2/BIN/ix86-freebsd5.0/;ix86 
FreeBSD 5.0/a,
  -a href=ftp://ftp.openpkg.org/release/1.2/BIN/ix86-debian2.2/;ix86 
Debian GNU/Linux 2.2/a,
  -a href=ftp://ftp.openpkg.org/release/1.2/BIN/ix86-debian3.0/;ix86 
Debian GNU/Linux 3.0/a,
  -a 
href=ftp://ftp.openpkg.org/release/1.2/BIN/sparc64-solaris8/;SPARC64 Sun Solaris 
8/a and
  -a 
href=ftp://ftp.openpkg.org/release/1.2/BIN/sparc64-solaris9/;SPARC64 Sun Solaris 
9/a.
  +a href=ftp://ftp.openpkg.org/release/1.3/BIN/ix86-freebsd4.8;ix86 
FreeBSD 4.7/a,
  +a href=ftp://ftp.openpkg.org/release/1.3/BIN/ix86-freebsd5.1/;ix86 
FreeBSD 5.0/a,
  +a href=ftp://ftp.openpkg.org/release/1.3/BIN/ix86-debian2.2/;ix86 
Debian GNU/Linux 2.2/a,
  +a href=ftp://ftp.openpkg.org/release/1.3/BIN/ix86-debian3.0/;ix86 
Debian GNU/Linux 3.0/a,
  +a href=ftp://ftp.openpkg.org/release/1.3/BIN/ix86-redhat9/;ix86 
RedHat Linux 8.2/a,
  +a href=ftp://ftp.openpkg.org/release/1.3/BIN/ix86-suse8.2/;ix86 SuSE 
Linux 8.2/a,
  +a 
href=ftp://ftp.openpkg.org/release/1.3/BIN/sparc64-solaris8/;SPARC64 Sun Solaris 
8/a and
  +a 
href=ftp://ftp.openpkg.org/release/1.3/BIN/sparc64-solaris9/;SPARC64 Sun Solaris 
9/a.
  +a href=ftp://ftp.openpkg.org/release/1.3/BIN/ix86-solaris9/;ix86 Sun 
Solaris 9/a.
   Use these for bootstrapping and time-critical
   emergency situations only. This distribution part is fixed.
   We 

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

2003-08-28 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   28-Aug-2003 19:02:00
  Branch: HEAD Handle: 2003082818015900

  Modified files:
openpkg-src/qt  qt.spec

  Log:
Fully butcher this qt package to be even more flexible at no extra cost. Add
back advanced X11 options (now possible to detect at link time because of
pkg-config file), configure for tools, dynamic library support, and pthread
support conditionally (see options), make a separate directory for dynamic
libraries and add a build search path to it, and build plugins to get
features like the wizard in the tools. I'm not sure if we need to store just
lib/*.prl files, or if somewhere libtool needs to find the lib/*.la files
also?

  Summary:
RevisionChanges Path
1.79+77 -20 openpkg-src/qt/qt.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/qt/qt.spec
  
  $ cvs diff -u -r1.78 -r1.79 qt.spec
  --- openpkg-src/qt/qt.spec27 Aug 2003 16:17:10 -  1.78
  +++ openpkg-src/qt/qt.spec28 Aug 2003 17:01:59 -  1.79
  @@ -33,11 +33,14 @@
   Group:XWindow
   License:  GPL
   Version:  3.2.1
  -Release:  20030827
  +Release:  20030828
   
   #   package options
   %option   with_pgsqlno
   %option   with_mysqlno
  +%option   with_toolsno
  +%option   with_shared   no
  +%option   with_threads  yes
   
   #   list of sources
   Source0:  
ftp://ftp.planetmirror.com.au/pub/trolltech/qt/source/qt-x11-free-%{version}.tar.bz2
  @@ -81,7 +84,11 @@
 echo So be prepared and patient, please... ;-)
   ) | %{l_rpmtool} msg -b -t notice
   
  +#   set HOME to a writable directory for qsettings
  +#   and set QTDIR to just the source tree directory
  +export HOME=`pwd`
   export QTDIR=`pwd`
  +
   case %{l_target} in
   *-freebsd* ) oscomp=freebsd-g++
%{l_shtool} subst \
  @@ -96,6 +103,11 @@
   * ) echo platform %{l_target} not supported 21; exit 1 ;;
   esac
   
  +#   put in proper search paths for dynamic libraries
  +rflags=`echo $LDFLAGS | %{l_shtool} subst \
  +-e 's;%{l_prefix}/lib;%{l_prefix}/lib/qtdyn;g' \
  +-e 's;-L;-R;g'`
  +
   #   special trolltech configuration
   CC=%{l_cc} \
   CXX=%{l_cxx} \
  @@ -114,18 +126,33 @@
   -prefix %{l_prefix} \
   -docdir %{l_prefix}/share/qt/doc \
   -datadir %{l_prefix}/share/qt/data \
  +-plugindir %{l_prefix}/share/qt/plugins \
  +-translationdir %{l_prefix}/share/qt/translations \
  +-sysconfdir %{l_prefix}/etc/qt \
  +%if %{with_shared} == yes
  +-release -static -shared -R$rflags -stl -sm \
  +%else
   -release -static -stl -sm \
  +%endif
   -qt-zlib -qt-libpng -qt-libjpeg -qt-libmng -qt-gif \
  --no-nis -no-cups -no-nas-sound -no-xinerama \
  --no-xrender -no-xft -no-tablet -no-xkb \
   -no-thread
   
  -#   set $HOME to a writable directory for qsettings
  -HOME=$PWD
   %{l_make} %{l_mflags -O} \
   MAKE=%{l_make} %{l_mflags -O} \
  -symlinks src-qmake src-moc sub-src sub-tools
  +LD_LIBRARY_PATH=$QTDIR/lib \
  +%if %{with_tools} == yes
  +symlinks src-qmake src-moc sub-src sub-plugins sub-tools
  +%else
  +symlinks src-qmake src-moc sub-src sub-plugins
  +( cd tools/designer
  +  %{l_make} %{l_mflags -O} \
  +  MAKE=%{l_make} %{l_mflags -O} \
  +  LD_LIBRARY_PATH=$QTDIR/lib \
  +  sub-uic
  +) || exit $?
  +%endif
   
  +%if %{with_threads} == yes
   #   generate the multithreaded library definitions also
   mv lib/qt.pc .
   
  @@ -147,16 +174,32 @@
   -prefix %{l_prefix} \
   -docdir %{l_prefix}/share/qt/doc \
   -datadir %{l_prefix}/share/qt/data \
  +-plugindir %{l_prefix}/share/qt/plugins \
  +-translationdir %{l_prefix}/share/qt/translations \
  +-sysconfdir %{l_prefix}/etc/qt \
  +%if %{with_shared} == yes
  +-release -static -shared -R$rflags -stl -sm \
  +%else
   -release -static -stl -sm \
  +%endif
   -qt-zlib -qt-libpng -qt-libjpeg -qt-libmng -qt-gif \
  --no-nis -no-cups -no-nas-sound -no-xinerama \
  --no-xrender -no-xft -no-tablet -no-xkb \
   -thread
   
   #   make our targets a second time to get threaded libs, too
   %{l_make} %{l_mflags -O} \
   MAKE=%{l_make} %{l_mflags -O} \
  -symlinks src

[CVS] OpenPKG: openpkg-web/ news.txt

2003-08-28 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-web  Date:   28-Aug-2003 19:04:28
  Branch: HEAD Handle: 2003082818042600

  Modified files:
openpkg-web news.txt

  Log:
Modifying package qt, lots of changes

  Summary:
RevisionChanges Path
1.6327  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.6326 -r1.6327 news.txt
  --- openpkg-web/news.txt  28 Aug 2003 16:19:04 -  1.6326
  +++ openpkg-web/news.txt  28 Aug 2003 17:04:26 -  1.6327
  @@ -1,3 +1,4 @@
  +27-Aug-2003: Upgraded package: Pqt-3.2.1-20030828
   28-Aug-2003: Upgraded package: Pgcc34-3.4s20030827-20030828
   28-Aug-2003: Upgraded package: Pmsntp-1.6-20030828
   28-Aug-2003: Upgraded package: Pcvsd-0.9.20-20030828
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[OpenPKG] Version Tracking Report (2003-08-28 19:31)

2003-08-28 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2003-08-28 19:31
 Tracking Duration: 0:31:24 (H:M:S)
 Tracking Input:865 sources (569 packages)
 Tracking Result:   843 up-to-date, 4 out-dated, 18 error

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

 - - -
 Package   Old Version   New Version  
 - - -
 blender   2.27  2.28a [1]
 rt:locale-maketext-lexicon 0.27  0.28
 subversion0.27.00.28.0
 xine-ui   0.9.210.9.22
 - - -
 [1] blender: rse: 2.28a fails to build, requires openal, python, etc -- needs more 
reinvestigation if time permits

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

 - - -
 Package   Old Version   Error
 - - -
 cocor 17connection failed or ti..
 coreutils:alpha   5.0.90connection failed or ti..
 flex:release  2.5.4aconnection failed or ti..
 fop   0.20.4regex didn't match (pro..
 ircii 20030709  connection failed or ti..
 kde-qt3.1.2 connection failed or ti..
 libart2.3.142nd connection failed o..
 libmikmod 3.1.10connection failed or ti..
 mpg1230.59r connection failed or ti..
 mtools3.9.9 regex didn't match (pro..
 nn6.6.5 connection failed or ti..
 pari  2.1.5 connection failed or ti..
 patch:alpha   2.5.9 connection failed or ti..
 postgresql7.3.4 1st connection failed o..
 postgresql:psqlodbc   07.03.0100connection failed or ti..
 rdist 7.0.0-alpha10 connection failed or ti..
 smtpfeed  1.18  connection failed or  [1]
 vcheck1.2.1 regex didn't match (p [2]
 - - -
 [1] smtpfeed: thl: master site down and only known mirror is netsw!
 [2] vcheck: rse: webserver currently broken

 The remaining 843 sources were successfully determined to be still
 up to date. No action is required on your part. Just be happy ;)

  OpenPKG Version Tracker
  [EMAIL PROTECTED]
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-re/vcheck/ vc.rt openpkg-src/rt/ rt.spec

2003-08-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 openpkg-re   Date:   28-Aug-2003 19:54:54
  Branch: HEAD Handle: 2003082818545300

  Modified files:
openpkg-re/vcheck   vc.rt
openpkg-src/rt  rt.spec

  Log:
modifying package: rt-3.0.4 20030815 - 20030828

  Summary:
RevisionChanges Path
1.45+1  -1  openpkg-re/vcheck/vc.rt
1.94+2  -2  openpkg-src/rt/rt.spec
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.rt
  
  $ cvs diff -u -r1.44 -r1.45 vc.rt
  --- openpkg-re/vcheck/vc.rt   15 Aug 2003 08:43:46 -  1.44
  +++ openpkg-re/vcheck/vc.rt   28 Aug 2003 17:54:53 -  1.45
  @@ -28,7 +28,7 @@
 regex = Locale-Maketext-Fuzzy-(__VER__).tar.gz
   }
   prog rt:locale-maketext-lexicon = {
  -  version   = 0.27
  +  version   = 0.28
 url   = http://www.cpan.org/modules/by-authors/id/A/AU/AUTRIJUS/
 regex = Locale-Maketext-Lexicon-(__VER__).tar.gz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/rt/rt.spec
  
  $ cvs diff -u -r1.93 -r1.94 rt.spec
  --- openpkg-src/rt/rt.spec15 Aug 2003 08:43:48 -  1.93
  +++ openpkg-src/rt/rt.spec28 Aug 2003 17:54:53 -  1.94
  @@ -35,7 +35,7 @@
   %define   V_mldbm  2.01
   %define   V_html_format2.03
   %define   V_test_inline0.15
  -%define   V_locale_maketext_lexicon0.27
  +%define   V_locale_maketext_lexicon0.28
   %define   V_locale_maketext_fuzzy  0.02
   %define   V_regexp_common  2.113
   
  @@ -49,7 +49,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_here}
  -Release:  20030815
  +Release:  20030828
   
   #   package options
   %option   with_color_primary   336699
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]