Re: fsl template

2003-06-29 Thread Ralf S. Engelschall
On Sun, Jun 29, 2003, Thomas Lotterer wrote:

> [...]
> - also, there were issues regarding prolog and epilog when rotating
>   logs. I thougt i did a good job at simplyfing sendmail but ralf backed
>   out my changes with no full explanation. The openssh package seems to
>   use a similar logic.
> [...]

In rc.sendmail your direct usage of "@l_prefix@/etc/rc sendmail
restart" instead of the existing sendmail_signal and sendmail_start
functions I found a little bit strange. Yes, your version is a lot more
straight-forward, but it introduced the first time that an rc script
calls rc for itself. I before we do such things we should make a general
decision for those approaches. If we know that this approach works fine
and as intended with both the old rc script and the forthcoming OSSP rc
replacement and that we want to do it this way, we certainly can use
your approach as is. But I personally would prefer that the new OSSP rc
allows one to directly call %foo from %bar section with some special
syntax.

In rc.openssh I left your implementation and just fixed the path to
the logfile. There the "rc calls rc" construct was not introduced.

> - i had an idea regarding l2 to add a "jitter" option to the l2_ch_file
>   which would open a file before every write and close it immediately
>   after. This could ease epilog issues normally required after rotating
>   the log. Of course, at the price of performance, but it's an option,
>   not a requirement. I think we could finish such a minor change for
>   inclusion into the OpenPKG v1.3 release.

Yes, sounds good. Feel free to implement this in OSSP l2.

> - i had an idea regarding fsl to add an extra "library" which overrides
>   the "fsl" string fallback when an application calls syslog(3) with no
>   prior use of openlog(3). Currently, such applications would either log
>   to the "fsl" default or need to patched to include an openlog(3). The
>   former is nonsense and he latter is against the fsl concept of being a
>   "link time solution". Again, i think we could finish such a minor
>   change for inclusion into the OpenPKG v1.3 release.

Can you explain in more detail how this extra library technically works?
Does it just contain the same symbol the libfsl.a contains, again?

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

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


[CVS] OpenPKG: openpkg-src/postfix/ pflogsumm.patch

2003-06-29 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:   30-Jun-2003 08:50:58
  Branch: HEAD Handle: 2003063007505800

  Modified files:
openpkg-src/postfix pflogsumm.patch

  Log:
backout and simplify regex, we just match syslog(3) level not
ident/facility

  Summary:
RevisionChanges Path
1.5 +2  -2  openpkg-src/postfix/pflogsumm.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/postfix/pflogsumm.patch
  
  $ cvs diff -u -r1.4 -r1.5 pflogsumm.patch
  --- openpkg-src/postfix/pflogsumm.patch   28 Jun 2003 13:44:06 -  1.4
  +++ openpkg-src/postfix/pflogsumm.patch   30 Jun 2003 06:50:58 -  1.5
  @@ -10,8 +10,8 @@
($msgMonStr, $msgDay, $msgTimeStr, $logRmdr) = 
/^(...)\s+(\d+)\s(..:..:..)\s\S+\s(.+)$/o;
   -unless((($cmd, $qid) = $logRmdr =~ 
m#^(?:vmailer|postfix|$syslogName)/([^\[:]*).*?: ([^:\s]+)#o) == 2 ||
   -   (($cmd, $qid) = $logRmdr =~ 
m#^((?:vmailer|postfix)(?:-script)?)(?:\[\d+\])?: ([^:\s]+)#o) == 2)
  -+unless((($cmd, $qid) = $logRmdr =~ 
m#^<[^>]+>\s+(?:vmailer|postfix|$syslogName)/([^\[:]*).*?: ([^:\s]+)#o) == 2 ||
  -+   (($cmd, $qid) = $logRmdr =~ 
m#^<[^>]+>\s+((?:vmailer|postfix)(?:-script)?)(?:\[\d+\])?: ([^:\s]+)#o) == 2)
  ++unless((($cmd, $qid) = $logRmdr =~ 
m#^<[a-z]+>\s+(?:vmailer|postfix|$syslogName)/([^\[:]*).*?: ([^:\s]+)#o) == 2 ||
  ++   (($cmd, $qid) = $logRmdr =~ 
m#^<[a-z]+>\s+((?:vmailer|postfix)(?:-script)?)(?:\[\d+\])?: ([^:\s]+)#o) == 2)
{
#print UNPROCD "$_";
next;
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-06-29 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 openpkg-web  Date:   30-Jun-2003 08:35:37
  Branch: HEAD Handle: 2003063007353501

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

  Log:
always use -p option

  Summary:
RevisionChanges Path
1.38+2  -2  openpkg-src/dhcpd/dhcpd.spec
1.5088  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dhcpd/dhcpd.spec
  
  $ cvs diff -u -r1.37 -r1.38 dhcpd.spec
  --- openpkg-src/dhcpd/dhcpd.spec  1 May 2003 09:34:47 -   1.37
  +++ openpkg-src/dhcpd/dhcpd.spec  30 Jun 2003 06:35:36 -  1.38
  @@ -33,7 +33,7 @@
   Group:DNS
   License:  ISC/BSD
   Version:  3.0.1rc11
  -Release:  20030501
  +Release:  20030630
   
   #   list of sources
   Source0:  ftp://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz
  @@ -54,7 +54,7 @@
   
   %prep
   %setup -q -n dhcp-%{version}
  -%patch
  +%patch -p0
   
   %build
   ( echo 'CC   = %{l_cc}'
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5087 -r1.5088 news.txt
  --- openpkg-web/news.txt  29 Jun 2003 19:41:26 -  1.5087
  +++ openpkg-web/news.txt  30 Jun 2003 06:35:35 -  1.5088
  @@ -1,3 +1,4 @@
  +30-Jun-2003: Upgraded package: P
   29-Jun-2003: New package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: New package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-06-29 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:   30-Jun-2003 08:12:29
  Branch: HEAD Handle: 2003063007122900

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

  Log:
track only releases

  Summary:
RevisionChanges Path
1.33+1  -1  openpkg-re/vcheck/vc.apache
1.10+1  -1  openpkg-re/vcheck/vc.php
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.apache
  
  $ cvs diff -u -r1.32 -r1.33 vc.apache
  --- openpkg-re/vcheck/vc.apache   29 May 2003 18:28:20 -  1.32
  +++ openpkg-re/vcheck/vc.apache   30 Jun 2003 06:12:29 -  1.33
  @@ -41,7 +41,7 @@
   prog apache:mod_php = {
 version   = 4.3.2
 url   = http://www.php.net/downloads.php
  -  regex = php-(__VER__)\.tar\.gz
  +  regex = php-(\d+\.\d+\.\d+)\.tar\.gz
   }
   prog apache:mod_php3 = {
 version   = 3.0.18
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.php
  
  $ cvs diff -u -r1.9 -r1.10 vc.php
  --- openpkg-re/vcheck/vc.php  29 May 2003 18:27:16 -  1.9
  +++ openpkg-re/vcheck/vc.php  30 Jun 2003 06:12:29 -  1.10
  @@ -4,6 +4,6 @@
   prog php = {
 version   = 4.3.2
 url   = http://www.php.net/downloads.php
  -  regex = php-(__VER__)\.tar\.gz
  +  regex = php-(\d+\.\d+\.\d+)\.tar\.gz
   }
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[OpenPKG] Version Tracking Report (2003-06-30 07:20)

2003-06-29 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2003-06-30 07:20
 Tracking Duration: 0:19:43 (H:M:S)
 Tracking Input:814 sources (534 packages)
 Tracking Result:   791 up-to-date, 7 out-dated, 16 error

 The following 7 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 5.0.0b1
 ntp   4.1.1b4.1.1c-rc3[1]
 perl-gtk:Gtk-Perl 0.70080.7009
 php   4.3.2 5.0.0b1
 postfix   2.0.122.0.13
 rt:www-mechanize  0.50  0.51
 sqlite2.8.3 2.8.4
 - - -
 [1] ntp: thl: 4.1.1[ab] disappeared but were used in OpenPKG v1.[12]; 4.1.1c is a rc 
only

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

 - - -
 Package   Old Version   Error
 - - -
 dhcpdump  1.5   connection failed or ti..
 dhcping   1.2   connection failed or ti..
 dia   0.91  2nd connection failed o..
 dnstracer 1.7   connection failed or ti..
 gtk   1.2.101st connection failed o..
 gtk2  2.2.2 1st connection failed o..
 imlib 1.9.141st connection failed o..
 lcal  1.2   connection failed or ti..
 libart2.3.121st connection failed o..
 linc  1.1.1 1st connection failed o..
 orbit22.7.2 1st connection failed [1]
 pcal  4.7.1 connection failed or ti..
 pinfo 0.6.7 regex didn't match (p [2]
 rdist 7.0.0-alpha10 connection failed or ti..
 scribus   0.9.11.1  latest version online l..
 smtpfeed  1.18  connection failed or  [3]
 - - -
 [1] orbit2: thl: ftp server says: Consider using PASV
 [2] pinfo: thl: content move to http://dione.ids.pl/~pborys/software/pinfo in progress
 [3] smtpfeed: thl: master site down and only known mirror is netsw!

 The remaining 791 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]


[OpenPKG #164] replace RPM_INSTALL_PREFIX?!

2003-06-29 Thread Guest User via RT
Request 164 was acted upon.
_

 URL: https://rt.openpkg.org/id/164
  Ticket: [OpenPKG #164]
 Subject: replace RPM_INSTALL_PREFIX?!
  Requestors: [EMAIL PROTECTED]
   Queue: openpkg
   Owner: Nobody
  Status: open
 Transaction: Correspondence added by guest
Time: Mon Jun 30 07:17:20 2003


Hi

It would have a devastating effect on packages that I build (that are relocatable by 
design) to remove this.

I know you say that OpenPKG is not intended to be relocatable, but as long as the 
functionality is in there, please don't take it out...

Cheers

Conrad

> [rse - Sat Jun 28 14:45:35 2003]:
> 
> $RPM_INSTALL_PREFIX exists in %post and %pre, pointing to %{l_prefix} or
> if --prefix/--relocate is given on the command line (think "relocated
> packages") to the given path. But OpenPKG packages not intended to be
> relocatable. They are sometimes technically, but often they cannot
> be relocated because of hard-coded paths in binaries. And OpenPKG
> philosophie is to build from scratch and from source for each location
> -- meaning package relocation is not required. So, perhaps we should
> replace all occurences of $RPM_INSTALL_PREFIX with %{l_prefix}?!
> 
>Ralf S. Engelschall
>[EMAIL PROTECTED]
>www.engelschall.com
> 
> 
> 



[BugDB] |Generic*Viagra*Cheap| (PR#183)

2003-06-29 Thread sue


Buy Generic Sildenafil Citrate Online (the active ingredient in 
V


Yx5TpY tJX



Generic V i a g r a





.






Generic Sildenafil Citrate 
100mg tablets (GSC-100) and V i a g r a® 100mg both
contain 100mg of Sildenafil 
Citrate.  The only difference is that the generic is half the price.





Product:


   
 Generic Sildenafil Citrate
   
  (GSC-100)
   
 100mg Sildenafil Citrate
   
 
   
 




   
 V i a g r a® 
   
 
   
 
   
 100mg Sildenafil Citrate
   
 
   
 




Cost:
As low as c5.00 US per 100mg tablet
q12.25 US per 100mg tablet


Physician Consultation:
S0.00
V75.00 - G100.00 doctors visit


Convenience:
10 minute online consultation
Dr. appointment - 1 to 2 hoursPharmacy Visit - 30 
min. to 1 hour


100% Money Back G u a r a n t e e:
Yes, the first pharmaceutical ever G u a r a n t e ed
NO

  

rc.postgresql -- rc standards

2003-06-29 Thread Bill Campbell
While building and installing postgresql, I see that the rc control file
specifies the IP address for the host explicitly (i.e. 127.0.0.1).  It
seems to me that this should be someplace in the %{l_prefix}/etc/postgresql
directory, not in the startup control file itself, and that this type of
information should be specified at %config(noreplace) so that updates don't
break running systems (yeah, I'm sounding like a broken record :-).

It seems to me that package configuration information belongs in the
%{l_prefix}/etc/%{name} directories, not in the %{l_prefix}/rc.d/rc.%{name}
startup scripts.  At the very least, the startup scripts should be declared
as %config files so that installation changes appear as messages during
updates.

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
UUCP:   camco!bill  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/

``Americans are so enamored of equality that they would rather be equal
in slavery than unequal in freedom.''
-Alexis de Tocqueville, 1805-1859
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


Re: [CVS] OpenPKG: openpkg-src/inn/ rc.inn

2003-06-29 Thread Thomas Lotterer
On Sat, Jun 28, 2003, Ralf S. Engelschall wrote:

> On Tue, Jun 24, 2003, Thomas Lotterer wrote:
> 
> > [...]
> > add/unify log file trimming
> > [...]
> >   +#   rotate logfile
> >   +shtool rotate -f \
> >   +-n${inn_log_numfiles} -s${inn_log_minsize} -d \
> >   +-z${inn_log_complevel} [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ -m644 \
> >   +-P "${inn_log_prolog}" \
> >   +-E "${inn_log_epilog}" \
> >   +@l_prefix@/var/inn/log/news.*
> >   +
> > [...]
> 
> I think this is redundant, because INN already performs its own
> logfile rotation in the "news.daily" job AFAIK. It moves them into
> @l_prefix@/var/inn/log/OLD/, but except for this its like our standard
> rotation scheme? Or did I miss something and you disabled the INN
> rotation task?
> 
I did not change anything INN does. If it did the rotation on it's own
previously, this is really redundant. However, it's propably one of a
very few if not the only package doing log file rotation on it's own. It
would be worth considering if we remove the package internal rotation to
create a more concise INN package. At least, if we stick with the vendor
rotation, we should add a little fsl comment to avoid the same problem/
discussion in the future.

Also see my related "fsl template" post.

--
[EMAIL PROTECTED]
Development Team, Operations Northern Europe, Cable & Wireless
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


fsl template

2003-06-29 Thread Thomas Lotterer
Because others in the team started to change things i introduced in fsl
last week, here are some background issues. Currently, only two things
were really wrong but everything else should be discussed a little bit
more before committing wild.

Bug #1: i forgot that @s_usr@ and alike being used in the rc files
requires manual substitution by invoking "shtool".

Bug #2: the rc.* files did log rotation in a subdirectory namely
.../var//log while the fsl.* files omitted the /log
subdirectory. I used postfix to create my template and this package uses
/log but other packages do not.

Anything else, especially the question of which user should be used to
run the rotation job, filenames and pathes to be used, vendor rotation
vs. OpenPKG template rotation etc. should be discussed before committing
...

My fsl work last week had the goal of unifying fsl usage across all
packages. While i was working on it i created templates with the
following goals:

- create a documentation how to integrate fsl in existing and future
  packages.

- create templates for usage which are unified enough to be checked by
  speclint.pl

- allow the creation of an fsllint.pl and rclint.pl (at least regarding
  fsl log file rotation)

- bug#1 made me think about creating a OpenPKG macro for substitution of
  the @X_usr@ strings to make spec files less error prone.

- bug#2 made me think we need to specify where OpenPKG packages log to.

- also, there were issues regarding prolog and epilog when rotating
  logs. I thougt i did a good job at simplyfing sendmail but ralf backed
  out my changes with no full explanation. The openssh package seems to
  use a similar logic.

- i had an idea regarding l2 to add a "jitter" option to the l2_ch_file
  which would open a file before every write and close it immediately
  after. This could ease epilog issues normally required after rotating
  the log. Of course, at the price of performance, but it's an option,
  not a requirement. I think we could finish such a minor change for
  inclusion into the OpenPKG v1.3 release.

- i had an idea regarding fsl to add an extra "library" which overrides
  the "fsl" string fallback when an application calls syslog(3) with no
  prior use of openlog(3). Currently, such applications would either log
  to the "fsl" default or need to patched to include an openlog(3). The
  former is nonsense and he latter is against the fsl concept of being a
  "link time solution". Again, i think we could finish such a minor
  change for inclusion into the OpenPKG v1.3 release.

--
[EMAIL PROTECTED]
Development Team, Operations Northern Europe, Cable & Wireless
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


Re: [CVS] OpenPKG: openpkg-src/postfix/ pflogsumm.patch postfix.spec openp...

2003-06-29 Thread Ralf S. Engelschall
On Sun, Jun 29, 2003, Thomas Lotterer wrote:

> > On Tue, Jun 24, 2003, Thomas Lotterer wrote:
> >
> > > [...]
> > > modifying package: postfix-2.0.12 20030623 -> 20030624
> > > [...]
> > >   - unless((($msgMonStr, $msgDay, $msgTimeStr, $cmd, $qid) =
> > >   --  
> > > m#^(...)\s+(\d+)\s(..:..:..)\s\S+\s(?:vmailer|$syslogName)[-/]([^\[:]*).*?: 
> > > ([^:]+)#o) == 5)
> > >   -+  
> > > m#^(...)\s+(\d+)\s(..:..:..)\s\S+\s+\S+\s(?:vmailer|$syslogName)[-/]([^\[:]*).*?:
> > >  ([^:]+)#o) == 5)
> > >   + my $logRmdr;
> > >   + ($msgMonStr, $msgDay, $msgTimeStr, $logRmdr) = 
> > > /^(...)\s+(\d+)\s(..:..:..)\s\S+\s(.+)$/o;
> > >   +-unless((($cmd, $qid) = $logRmdr =~ 
> > > m#^(?:vmailer|postfix|$syslogName)/([^\[:]*).*?: ([^:\s]+)#o) == 2 ||
> > >   +-   (($cmd, $qid) = $logRmdr =~ 
> > > m#^((?:vmailer|postfix)(?:-script)?)(?:\[\d+\])?: ([^:\s]+)#o) == 2)
> > >   ++unless((($cmd, $qid) = $logRmdr =~ 
> > > m#^<[a-z]+>\s+(?:vmailer|postfix|$syslogName)/([^\[:]*).*?: ([^:\s]+)#o) == 2 ||
> > >   ++   (($cmd, $qid) = $logRmdr =~ 
> > > m#^<[a-z]+>\s+((?:vmailer|postfix)(?:-script)?)(?:\[\d+\])?: ([^:\s]+)#o) == 2)
> > > [...]
> >
> > This is not quite right, because "<[a-z]+>" does not match Postfix'
> > "". Better to use something like "<[^>]+>" here instead.
> > I've fixed it this way now.
> >
> The data to be matched at the point in question are syslog(3) levels
> not ident/facility as you assume. The strings look like , 
> etc. so the patch was correct.

Ops, good catch. I'm wrong, you're right.
Then we can backout this, yes. Feel free.

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

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


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

2003-06-29 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:   29-Jun-2003 21:41:27
  Branch: HEAD Handle: 2003062920412502

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

  Log:
new package: bogofilter 0.13.7.1 (Bayesian Mail Filter)

  Summary:
RevisionChanges Path
1.1 +9  -0  openpkg-re/vcheck/vc.bogofilter
1.1 +82 -0  openpkg-src/bogofilter/bogofilter.spec
1.5087  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.bogofilter
  
  $ cvs diff -u -r0 -r1.1 vc.bogofilter
  --- /dev/null 2003-06-29 21:41:26.0 +0200
  +++ vc.bogofilter 2003-06-29 21:41:26.0 +0200
  @@ -0,0 +1,9 @@
  +config = {
  +}
  +
  +prog bogofilter = {
  +  version   = 0.13.7.1
  +  url   = http://prdownloads.sourceforge.net/bogofilter/
  +  regex = bogofilter-(__VER__)\.tar\.gz
  +}
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/bogofilter/bogofilter.spec
  
  $ cvs diff -u -r0 -r1.1 bogofilter.spec
  --- /dev/null 2003-06-29 21:41:27.0 +0200
  +++ bogofilter.spec   2003-06-29 21:41:27.0 +0200
  @@ -0,0 +1,82 @@
  +##
  +##  bogofilter.spec -- OpenPKG RPM Specification
  +##  Copyright (c) 2000-2003 Cable & Wireless Deutschland GmbH
  +##  Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
  +##  Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  the above copyright notice and this permission notice appear in all
  +##  copies.
  +##
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  +##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  +##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +##  OR TORT (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 information
  +Name: bogofilter
  +Summary:  Bayesian Mail Filter
  +URL:  http://www.bogofilter.org/
  +Vendor:   Eric S. Raymond et al
  +Packager: The OpenPKG Project
  +Distribution: OpenPKG [EVAL]
  +Group:Text
  +License:      GPL
  +Version:  0.13.7.1
  +Release:  20030629
  +
  +#   list of sources
  +Source0:  
http://osdn.dl.sourceforge.net/sourceforge/bogofilter/bogofilter-%{version}.tar.gz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20030103, flex, db
  +PreReq:   OpenPKG, openpkg >= 20030103
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +Bogofilter is a mail filter that classifies mail as spam or ham
  +(non-spam) by a statistical analysis of the message's header and
  +content (body). The program is able to learn from the user's
  +classifications and corrections. The statistical technique is known
  +as the Bayesian technique.
  +
  +%prep
  +%setup -q
  +
  +%build
  +CC="%{l_cc}" \
  +CFLAGS="%{l_cflags -O}" \
  +CPPFLAGS="%{l_cppflags}" \
  +LDFLAGS="%{l_ldflags}" \
  +./configure \
  +--prefix=%{l_prefix} \
  +--sysconfdir=%{l_prefix}/etc/bogofilter \
  +--with-db=%{l_prefix}
  +%{l_make} %{l_mflags -O}
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
  +mv  $RPM_BUILD_ROOT%{l_prefix}/etc/bogofilter/bogofilter.cf.example \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/bogofilter/bogofilter.cf
  +strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  +%{l_rpmtool} files

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

2003-06-29 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:   29-Jun-2003 21:35:46
  Branch: HEAD Handle: 2003062920354401

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

  Log:
requires gcc

  Summary:
RevisionChanges Path
1.2 +1  -1  openpkg-src/crm114/crm114.spec
1.5086  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/crm114/crm114.spec
  
  $ cvs diff -u -r1.1 -r1.2 crm114.spec
  --- openpkg-src/crm114/crm114.spec29 Jun 2003 19:27:48 -  1.1
  +++ openpkg-src/crm114/crm114.spec29 Jun 2003 19:35:45 -  1.2
  @@ -45,7 +45,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20030103
  +BuildPreReq:  OpenPKG, openpkg >= 20030103, gcc
   PreReq:   OpenPKG, openpkg >= 20030103
   AutoReq:  no
   AutoReqProv:  no
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5085 -r1.5086 news.txt
  --- openpkg-web/news.txt  29 Jun 2003 19:27:47 -  1.5085
  +++ openpkg-web/news.txt  29 Jun 2003 19:35:44 -  1.5086
  @@ -1,3 +1,4 @@
  +29-Jun-2003: Upgraded package: P
   29-Jun-2003: New package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


Re: [CVS] OpenPKG: openpkg-src/postfix/ pflogsumm.patch postfix.spec openp...

2003-06-29 Thread Thomas Lotterer
On Sat, Jun 28, 2003, Ralf S. Engelschall wrote:

> On Tue, Jun 24, 2003, Thomas Lotterer wrote:
> 
> > [...]
> > modifying package: postfix-2.0.12 20030623 -> 20030624
> > [...]
> >   - unless((($msgMonStr, $msgDay, $msgTimeStr, $cmd, $qid) =
> >   --
> > m#^(...)\s+(\d+)\s(..:..:..)\s\S+\s(?:vmailer|$syslogName)[-/]([^\[:]*).*?: 
> > ([^:]+)#o) == 5)
> >   -+
> > m#^(...)\s+(\d+)\s(..:..:..)\s\S+\s+\S+\s(?:vmailer|$syslogName)[-/]([^\[:]*).*?: 
> > ([^:]+)#o) == 5)
> >   + my $logRmdr;
> >   + ($msgMonStr, $msgDay, $msgTimeStr, $logRmdr) = 
> > /^(...)\s+(\d+)\s(..:..:..)\s\S+\s(.+)$/o;
> >   +-unless((($cmd, $qid) = $logRmdr =~ 
> > m#^(?:vmailer|postfix|$syslogName)/([^\[:]*).*?: ([^:\s]+)#o) == 2 ||
> >   +-   (($cmd, $qid) = $logRmdr =~ 
> > m#^((?:vmailer|postfix)(?:-script)?)(?:\[\d+\])?: ([^:\s]+)#o) == 2)
> >   ++unless((($cmd, $qid) = $logRmdr =~ 
> > m#^<[a-z]+>\s+(?:vmailer|postfix|$syslogName)/([^\[:]*).*?: ([^:\s]+)#o) == 2 ||
> >   ++   (($cmd, $qid) = $logRmdr =~ 
> > m#^<[a-z]+>\s+((?:vmailer|postfix)(?:-script)?)(?:\[\d+\])?: ([^:\s]+)#o) == 2)
> > [...]
> 
> This is not quite right, because "<[a-z]+>" does not match Postfix'
> "". Better to use something like "<[^>]+>" here instead.
> I've fixed it this way now.
> 
The data to be matched at the point in question are syslog(3) levels
not ident/facility as you assume. The strings look like , 
etc. so the patch was correct. This had been run-time tested on a live
machine. Using the new patch the output was slightly different than the
one in previous releases but it actually looked more complete. So i
think we can safely back-out this change and should consider patching
existing releases equally well.

--
[EMAIL PROTECTED]
Development Team, Operations Northern Europe, Cable & Wireless
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


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

2003-06-29 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:   29-Jun-2003 21:27:48
  Branch: HEAD Handle: 2003062920274602

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

  Log:
new package: crm114 20030623 (CRM114 Discriminator)

  Summary:
RevisionChanges Path
1.1 +9  -0  openpkg-re/vcheck/vc.crm114
1.1 +86 -0  openpkg-src/crm114/crm114.spec
1.5085  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.crm114
  
  $ cvs diff -u -r0 -r1.1 vc.crm114
  --- /dev/null 2003-06-29 21:27:47.0 +0200
  +++ vc.crm114 2003-06-29 21:27:47.0 +0200
  @@ -0,0 +1,9 @@
  +config = {
  +}
  +
  +prog crm114 = {
  +  version   = 2003-06-23-alpha
  +  url   = http://crm114.sourceforge.net/
  +  regex = crm114-(__VER__)\.tar\.gz
  +}
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/crm114/crm114.spec
  
  $ cvs diff -u -r0 -r1.1 crm114.spec
  --- /dev/null 2003-06-29 21:27:48.0 +0200
  +++ crm114.spec   2003-06-29 21:27:48.0 +0200
  @@ -0,0 +1,86 @@
  +##
  +##  crm114.spec -- OpenPKG RPM Specification
  +##  Copyright (c) 2000-2003 Cable & Wireless Deutschland GmbH
  +##  Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
  +##  Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  the above copyright notice and this permission notice appear in all
  +##  copies.
  +##
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  +##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  +##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +##  OR TORT (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_dist 2003-06-23-alpha
  +%define   V_opkg 20030623
  +
  +#   package information
  +Name: crm114
  +Summary:  CRM114 Discriminator
  +URL:  http://crm114.sourceforge.net/
  +Vendor:   William S. Yerazunis
  +Packager: The OpenPKG Project
  +Distribution: OpenPKG [EVAL]
  +Group:Text
  +License:  GPL
  +Version:  %{V_opkg}
  +Release:  20030629
  +
  +#   list of sources
  +Source0:  http://crm114.sourceforge.net/crm114-%{V_dist}.tar.gz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20030103
  +PreReq:   OpenPKG, openpkg >= 20030103
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +CRM114 is a system to examine incoming e-mail, system log streams,
  +data files or other data streams, and to sort, filter, or alter
  +the incoming files or data streams according to whatever the user
  +desires. Criteria for categorization of data can be by satisfaction
  +of regexes, by sparse binary polynomial matching with a Bayesian
  +Chain Rule evaluator, or by other means. Accuracy of the SBPH/BCR
  +classifier has been seen in excess of 99 per cent, for 1/4 megabyte
  +of learning text. In other words, CRM114 learns, and it learns fast.
  +
  +%prep
  +%setup -q -n crm114-%{V_dist}
  +
  +%build
  +%{l_make} %{l_mflags} \
  +CC="%{l_cc}" CFLAGS="%{l_cflags -O}"
  +cat intro.txt quickref.txt faq.txt >crm114.1
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_shtool} mkdir -p -f -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/bin \
  +$RPM_BUILD_ROOT%{l_prefix}/man/cat1
  +%{l_shtool} install -c -s -m 755 \
  +crm114 $RPM_BUILD_ROOT%{l_prefix}/bin/
  +%{l_shtool} install 

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

2003-06-29 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:   29-Jun-2003 21:12:39
  Branch: HEAD Handle: 2003062920123701

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

  Log:
upgrading package: j2se14 1.4.1.01 -> 1.4.2

  Summary:
RevisionChanges Path
1.3 +4  -4  openpkg-re/vcheck/vc.j2se14
1.12+4  -4  openpkg-src/j2se14/j2se14.spec
1.5084  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.j2se14
  
  $ cvs diff -u -r1.2 -r1.3 vc.j2se14
  --- openpkg-re/vcheck/vc.j2se14   23 Feb 2003 19:51:24 -  1.2
  +++ openpkg-re/vcheck/vc.j2se14   29 Jun 2003 19:12:37 -  1.3
  @@ -3,9 +3,9 @@
   
   prog j2se14 = {
 disabled
  -  comment   = "rse: no tracking possible"
  -  version   = 1.4
  -  url   = http://www.sun.com/java/
  -  regex = j2se-(__VER__)\.tar\.gz
  +  comment = "rse: no tracking possible"
  +  version = 1.4.2
  +  url = http://www.sun.com/java/
  +  regex   = j2se-(__VER__)\.tar\.gz
   }
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/j2se14/j2se14.spec
  
  $ cvs diff -u -r1.11 -r1.12 j2se14.spec
  --- openpkg-src/j2se14/j2se14.spec4 Apr 2003 13:29:29 -   1.11
  +++ openpkg-src/j2se14/j2se14.spec29 Jun 2003 19:12:38 -  1.12
  @@ -24,9 +24,9 @@
   ##
   
   #   package versions
  -%define   V_sunjava 1_4_1_01
  -%define   V_filesys 1.4.1_01
  -%define   V_openpkg 1.4.1.01
  +%define   V_sunjava 1_4_2
  +%define   V_filesys 1.4.2
  +%define   V_openpkg 1.4.2
   
   #   package information
   Name: j2se14
  @@ -38,7 +38,7 @@
   Group:Language
   License:  Commercial
   Version:  %{V_openpkg}
  -Release:  20030404
  +Release:  20030629
   
   #   list of sources
   Source0:  http://java.sun.com/j2se/::/j2sdk-%{V_sunjava}-linux-i586.bin
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5083 -r1.5084 news.txt
  --- openpkg-web/news.txt  29 Jun 2003 18:28:00 -  1.5083
  +++ openpkg-web/news.txt  29 Jun 2003 19:12:37 -  1.5084
  @@ -1,3 +1,4 @@
  +29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-06-29 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:   29-Jun-2003 20:28:01
  Branch: HEAD Handle: 2003062919280001

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

  Log:
upgrading package: gnutls 0.8.8 -> 0.8.9

  Summary:
RevisionChanges Path
1.23+1  -1  openpkg-re/vcheck/vc.gnutls
1.23+2  -2  openpkg-src/gnutls/gnutls.spec
1.5083  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.gnutls
  
  $ cvs diff -u -r1.22 -r1.23 vc.gnutls
  --- openpkg-re/vcheck/vc.gnutls   10 Jun 2003 19:43:29 -  1.22
  +++ openpkg-re/vcheck/vc.gnutls   29 Jun 2003 18:28:00 -  1.23
  @@ -2,7 +2,7 @@
   }
   
   prog gnutls = {
  -  version   = 0.8.8
  +  version   = 0.8.9
 url   = ftp://gnutls.hellug.gr/pub/gnutls/
 regex = gnutls-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gnutls/gnutls.spec
  
  $ cvs diff -u -r1.22 -r1.23 gnutls.spec
  --- openpkg-src/gnutls/gnutls.spec10 Jun 2003 19:43:31 -  1.22
  +++ openpkg-src/gnutls/gnutls.spec29 Jun 2003 18:28:01 -  1.23
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [EVAL]
   Group:Cryptography
   License:  GPL
  -Version:  0.8.8
  -Release:  20030610
  +Version:  0.8.9
  +Release:  20030629
   
   #   list of sources
   Source0:  ftp://gnutls.hellug.gr/pub/gnutls/gnutls-%{version}.tar.gz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5082 -r1.5083 news.txt
  --- openpkg-web/news.txt  29 Jun 2003 18:23:25 -  1.5082
  +++ openpkg-web/news.txt  29 Jun 2003 18:28:00 -  1.5083
  @@ -1,3 +1,4 @@
  +29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-06-29 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:   29-Jun-2003 20:23:26
  Branch: HEAD Handle: 2003062919232402

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

  Log:
upgrading package: multitail 2.8.3 -> 2.8.4

  Summary:
RevisionChanges Path
1.31+1  -1  openpkg-re/vcheck/vc.multitail
1.27+2  -2  openpkg-src/multitail/multitail.spec
1.5082  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.multitail
  
  $ cvs diff -u -r1.30 -r1.31 vc.multitail
  --- openpkg-re/vcheck/vc.multitail26 Jun 2003 06:46:39 -  1.30
  +++ openpkg-re/vcheck/vc.multitail29 Jun 2003 18:23:24 -  1.31
  @@ -2,7 +2,7 @@
   }
   
   prog multitail = {
  -  version   = 2.8.3
  +  version   = 2.8.4
 url   = http://www.vanheusden.com/multitail/download.html
 regex = multitail-(__VER__)\.tgz
   }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/multitail/multitail.spec
  
  $ cvs diff -u -r1.26 -r1.27 multitail.spec
  --- openpkg-src/multitail/multitail.spec  26 Jun 2003 06:46:41 -  1.26
  +++ openpkg-src/multitail/multitail.spec  29 Jun 2003 18:23:26 -  1.27
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [EVAL]
   Group:Terminal
   License:  GPL
  -Version:  2.8.3
  -Release:  20030626
  +Version:  2.8.4
  +Release:  20030629
   
   #   list of sources
   Source0:  http://www.vanheusden.com/multitail/multitail-%{version}.tgz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5081 -r1.5082 news.txt
  --- openpkg-web/news.txt  29 Jun 2003 16:56:54 -  1.5081
  +++ openpkg-web/news.txt  29 Jun 2003 18:23:25 -  1.5082
  @@ -1,3 +1,4 @@
  +29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[OpenPKG] Version Tracking Report (2003-06-29 19:20)

2003-06-29 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2003-06-29 19:20
 Tracking Duration: 0:20:26 (H:M:S)
 Tracking Input:812 sources (532 packages)
 Tracking Result:   800 up-to-date, 3 out-dated, 9 error

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

 - - -
 Package   Old Version   New Version  
 - - -
 gnutls0.8.8 0.8.9
 multitail 2.8.3 2.8.4
 ntp   4.1.1b4.1.1c-rc3[1]
 - - -
 [1] ntp: thl: 4.1.1[ab] disappeared but were used in OpenPKG v1.[12]; 4.1.1c is a rc 
only

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

 - - -
 Package   Old Version   Error
 - - -
 easysoap  0.6.1 connection failed or ti..
 lcal  1.2   connection failed or ti..
 libart2.3.122nd connection failed o..
 pcal  4.7.1 connection failed or ti..
 pinfo 0.6.7 regex didn't match (p [1]
 rdist 7.0.0-alpha10 connection failed or ti..
 scribus   0.9.11.1  latest version online l..
 smtpfeed  1.18  connection failed or  [2]
 sudo  1.6.7p5   connection failed or ti..
 - - -
 [1] pinfo: thl: content move to http://dione.ids.pl/~pborys/software/pinfo in progress
 [2] smtpfeed: thl: master site down and only known mirror is netsw!

 The remaining 800 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.perl-dbi openpkg-src/perl-dbi/ pe...

2003-06-29 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:   29-Jun-2003 18:56:56
  Branch: HEAD Handle: 2003062917565401

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

  Log:
upgrading package: perl-dbi 20030626 -> 20030629

  Summary:
RevisionChanges Path
1.50+1  -1  openpkg-re/vcheck/vc.perl-dbi
1.67+3  -3  openpkg-src/perl-dbi/perl-dbi.spec
1.5081  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.perl-dbi
  
  $ cvs diff -u -r1.49 -r1.50 vc.perl-dbi
  --- openpkg-re/vcheck/vc.perl-dbi 26 Jun 2003 06:52:01 -  1.49
  +++ openpkg-re/vcheck/vc.perl-dbi 29 Jun 2003 16:56:54 -  1.50
  @@ -7,7 +7,7 @@
 regex = DBD-AnyData-(__VER__)\.tar\.gz
   }
   prog perl-dbi:DBD-mysql = {
  -  version   = 2.1028
  +  version   = 2.9002
 url   = http://www.cpan.org/modules/by-module/DBD/
 regex = DBD-mysql-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.spec
  
  $ cvs diff -u -r1.66 -r1.67 perl-dbi.spec
  --- openpkg-src/perl-dbi/perl-dbi.spec26 Jun 2003 06:52:02 -  1.66
  +++ openpkg-src/perl-dbi/perl-dbi.spec29 Jun 2003 16:56:55 -  1.67
  @@ -29,7 +29,7 @@
   %define   V_dbd_anydata0.05
   %define   V_dbd_sprite 0.44
   %define   V_dbd_sqlite 0.25
  -%define   V_dbd_mysql  2.1028
  +%define   V_dbd_mysql  2.9002
   %define   V_dbd_pg 1.22
   %define   V_dbd_oracle 1.14
   %define   V_dbd_odbc   1.06
  @@ -43,8 +43,8 @@
   Distribution: OpenPKG [BASE]
   Group:Language
   License:  GPL/Artistic
  -Version:  20030626
  -Release:  20030626
  +Version:  20030629
  +Release:  20030629
   
   #   package options
   %option   with_dbd_mysql   no
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5080 -r1.5081 news.txt
  --- openpkg-web/news.txt  29 Jun 2003 15:17:50 -  1.5080
  +++ openpkg-web/news.txt  29 Jun 2003 16:56:54 -  1.5081
  @@ -1,3 +1,4 @@
  +29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-06-29 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:   29-Jun-2003 17:17:52
  Branch: HEAD Handle: 2003062916175001

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

  Log:
avoid platform specific path to pid-file

  Summary:
RevisionChanges Path
1.74+2  -1  openpkg-src/sendmail/sendmail.spec
1.5080  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sendmail/sendmail.spec
  
  $ cvs diff -u -r1.73 -r1.74 sendmail.spec
  --- openpkg-src/sendmail/sendmail.spec28 Jun 2003 15:03:58 -  1.73
  +++ openpkg-src/sendmail/sendmail.spec29 Jun 2003 15:17:51 -  1.74
  @@ -33,7 +33,7 @@
   Group:Mail
   License:  BSD
   Version:  8.12.9
  -Release:  20030628
  +Release:  20030629
   
   #   package options
   %option   with_fsl  yes
  @@ -117,6 +117,7 @@
   -e 's;\(define *SMRSH_CMDDIR *\).*;\1 "%{l_prefix}/var/sendmail/sm.bin";g' \
   -e 's;\(define *_PATH_SENDMAIL *\).*;\1 "%{l_prefix}/sbin/sendmail";g' \
   -e 's;\(include *.*\);\1\n#ifdef _PATH_SENDMAIL\n#undef 
_PATH_SENDMAIL\n#endif;g' \
  +-e '/undef *_PATH_SENDMAILPID/d' \
   include/sendmail/pathnames.h include/sm/conf.h
   )
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5079 -r1.5080 news.txt
  --- openpkg-web/news.txt  29 Jun 2003 13:50:10 -  1.5079
  +++ openpkg-web/news.txt  29 Jun 2003 15:17:50 -  1.5080
  @@ -1,3 +1,4 @@
  +29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-06-29 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:   29-Jun-2003 16:04:57
  Branch: HEAD Handle: 2003062915045700

  Modified files:
openpkg-src/xmmsxmms.spec

  Log:
wedge in libxml2 as libxml

  Summary:
RevisionChanges Path
1.10+2  -1  openpkg-src/xmms/xmms.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/xmms/xmms.spec
  
  $ cvs diff -u -r1.9 -r1.10 xmms.spec
  --- openpkg-src/xmms/xmms.spec29 Jun 2003 13:50:11 -  1.9
  +++ openpkg-src/xmms/xmms.spec29 Jun 2003 14:04:57 -  1.10
  @@ -62,8 +62,9 @@
   %build
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags}" \
  -CPPFLAGS="%{l_cppflags}" \
  +CPPFLAGS="%{l_cppflags} -I%{l_prefix}/include/libxml2/libxml" \
   LDFLAGS="%{l_ldflags}" \
  +XML_CONFIG="%{l_prefix}/bin/xml2-config" \
   ./configure \
   --prefix=%{l_prefix} \
   --with-x \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/xmms/ xmms.patch xmms.spec openpkg-web/ new...

2003-06-29 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:   29-Jun-2003 15:50:12
  Branch: HEAD Handle: 2003062914501001

  Added files:
openpkg-src/xmmsxmms.patch
  Modified files:
openpkg-src/xmmsxmms.spec
openpkg-web news.txt

  Log:
fix building for FreeBSD5

  Summary:
RevisionChanges Path
1.3 +10 -0  openpkg-src/xmms/xmms.patch
1.9 +8  -2  openpkg-src/xmms/xmms.spec
1.5079  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/xmms/xmms.patch
  
  $ cvs diff -u -r0 -r1.3 xmms.patch
  --- /dev/null 2003-06-29 15:50:12.0 +0200
  +++ xmms.patch2003-06-29 15:50:12.0 +0200
  @@ -0,0 +1,10 @@
  +--- libxmms/util.c.dist  2003-06-29 15:13:49.0 +0200
   libxmms/util.c   2003-06-29 15:14:07.0 +0200
  +@@ -11,6 +11,7 @@
  + #endif
  + 
  + #ifdef __FreeBSD__
  ++#include 
  + #include 
  + #endif
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/xmms/xmms.spec
  
  $ cvs diff -u -r1.8 -r1.9 xmms.spec
  --- openpkg-src/xmms/xmms.spec3 May 2003 18:29:27 -   1.8
  +++ openpkg-src/xmms/xmms.spec29 Jun 2003 13:50:11 -  1.9
  @@ -33,16 +33,21 @@
   Group:Audio
   License:  GPL
   Version:  1.2.7
  -Release:  20030503
  +Release:  20030629
   
   #   list of sources
   Source0:  http://xmms.org/files/1.2.x/xmms-%{version}.tar.bz2
  +Patch0:   xmms.patch
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20030114, X11, gtk, glib, glib::with_threads = 
yes, libxml, libmikmod, vorbis-libs
  +BuildPreReq:  OpenPKG, openpkg >= 20030114, X11
  +BuildPreReq:  gtk, glib, glib::with_threads = yes
  +BuildPreReq:  libxml, libmikmod, vorbis-libs
   PreReq:   OpenPKG, openpkg >= 20030114, X11
  +PreReq:   gtk, glib, glib::with_threads = yes
  +PreReq:   libxml, libmikmod, vorbis-libs
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -52,6 +57,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   
   %build
   CC="%{l_cc}" \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5078 -r1.5079 news.txt
  --- openpkg-web/news.txt  29 Jun 2003 10:42:58 -  1.5078
  +++ openpkg-web/news.txt  29 Jun 2003 13:50:10 -  1.5079
  @@ -1,3 +1,4 @@
  +29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-06-29 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:   29-Jun-2003 12:42:59
  Branch: HEAD Handle: 2003062911425801

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

  Log:
fix typo in specfile

  Summary:
RevisionChanges Path
1.35+2  -2  openpkg-src/openjade/openjade.spec
1.5078  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openjade/openjade.spec
  
  $ cvs diff -u -r1.34 -r1.35 openjade.spec
  --- openpkg-src/openjade/openjade.spec28 Jun 2003 12:57:29 -  1.34
  +++ openpkg-src/openjade/openjade.spec29 Jun 2003 10:42:59 -  1.35
  @@ -33,7 +33,7 @@
   Group:SGML
   License:  GPL
   Version:  1.3.2
  -Release:  20030628
  +Release:  20030629
   
   #   list of sources
   Source0:  http://download.sourceforge.net/openjade/openjade-%{version}.tar.gz
  @@ -99,7 +99,7 @@
   -P "ISO/IEC 10179:1996//DTD DSSSL Architecture//EN" \
   -P "-//James Clark//DTD DSSSL Style Sheet//EN" \
   -P "-//OpenJade//DTD DSSSL Style Sheet//EN" \
  --S "builtins.dsl"
  +-S "builtins.dsl" \
   -i openjade
   fi
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5077 -r1.5078 news.txt
  --- openpkg-web/news.txt  29 Jun 2003 07:24:29 -  1.5077
  +++ openpkg-web/news.txt  29 Jun 2003 10:42:58 -  1.5078
  @@ -1,3 +1,4 @@
  +29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-06-29 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:   29-Jun-2003 09:24:30
  Branch: HEAD Handle: 2003062908242802

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

  Log:
0.24.2 builds fine for me and its EVAL anyway, so upgrade

  Summary:
RevisionChanges Path
1.11+1  -2  openpkg-re/vcheck/vc.subversion
1.16+3  -3  openpkg-src/subversion/subversion.spec
1.5077  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.subversion
  
  $ cvs diff -u -r1.10 -r1.11 vc.subversion
  --- openpkg-re/vcheck/vc.subversion   22 Jun 2003 17:09:22 -  1.10
  +++ openpkg-re/vcheck/vc.subversion   29 Jun 2003 07:24:28 -  1.11
  @@ -2,8 +2,7 @@
   }
   
   prog subversion = {
  -  comment   = "mlelstv: 0.24.0, 0.24.1 and 0.24.2 broken, left-over paths from 
vendor-build-environent"
  -  version   = 0.23.0
  +  version   = 0.24.2
 url   = http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260
 regex = subversion-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/subversion/subversion.spec
  
  $ cvs diff -u -r1.15 -r1.16 subversion.spec
  --- openpkg-src/subversion/subversion.spec19 May 2003 09:31:48 -  1.15
  +++ openpkg-src/subversion/subversion.spec29 Jun 2003 07:24:30 -  1.16
  @@ -24,8 +24,8 @@
   ##
   
   #   package version
  -%define   V_release 0.23.0
  -%define   V_subdir  15/4218
  +%define   V_release 0.24.2
  +%define   V_subdir  15/4807
   
   #   package information
   Name: subversion
  @@ -37,7 +37,7 @@
   Group:SCM
   License:  Apache/BSD
   Version:  %{V_release}
  -Release:  20030519
  +Release:  20030629
   
   #   list of sources
   Source0:  
http://subversion.tigris.org/files/documents/%{V_subdir}/subversion-%{V_release}.tar.gz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5076 -r1.5077 news.txt
  --- openpkg-web/news.txt  29 Jun 2003 07:23:30 -  1.5076
  +++ openpkg-web/news.txt  29 Jun 2003 07:24:29 -  1.5077
  @@ -1,3 +1,4 @@
  +29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-06-29 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:   29-Jun-2003 09:23:31
  Branch: HEAD Handle: 2003062908232902

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

  Log:
upgrading package: opencdk 0.4.5 -> 0.5.1

  Summary:
RevisionChanges Path
1.4 +2  -2  openpkg-re/vcheck/vc.opencdk
1.6 +3  -3  openpkg-src/opencdk/opencdk.spec
1.5076  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.opencdk
  
  $ cvs diff -u -r1.3 -r1.4 vc.opencdk
  --- openpkg-re/vcheck/vc.opencdk  13 Feb 2003 10:03:29 -  1.3
  +++ openpkg-re/vcheck/vc.opencdk  29 Jun 2003 07:23:29 -  1.4
  @@ -2,8 +2,8 @@
   }
   
   prog opencdk = {
  -  version   = 0.4.5
  +  version   = 0.5.1
 url   = ftp://gnutls.hellug.gr/pub/gnutls/opencdk/
  -  regex = opencdk-(__VER__)\.tar\.gz
  +  regex = opencdk-(__VER__)\.tar\.(gz|bz2)
   }
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/opencdk/opencdk.spec
  
  $ cvs diff -u -r1.5 -r1.6 opencdk.spec
  --- openpkg-src/opencdk/opencdk.spec  5 Mar 2003 18:51:39 -   1.5
  +++ openpkg-src/opencdk/opencdk.spec  29 Jun 2003 07:23:31 -  1.6
  @@ -32,11 +32,11 @@
   Distribution: OpenPKG [EVAL]
   Group:Cryptography
   License:  GPL
  -Version:  0.4.5
  -Release:  20030305
  +Version:  0.5.1
  +Release:  20030629
   
   #   list of sources
  -Source0:  ftp://gnutls.hellug.gr/pub/gnutls/opencdk/opencdk-%{version}.tar.gz
  +Source0:  ftp://gnutls.hellug.gr/pub/gnutls/opencdk/opencdk-%{version}.tar.bz2
   Patch0:   opencdk.patch
   
   #   build information
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5075 -r1.5076 news.txt
  --- openpkg-web/news.txt  29 Jun 2003 07:08:53 -  1.5075
  +++ openpkg-web/news.txt  29 Jun 2003 07:23:30 -  1.5076
  @@ -1,3 +1,4 @@
  +29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   28-Jun-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-06-29 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:   29-Jun-2003 09:08:55
  Branch: HEAD Handle: 2003062908085302

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

  Log:
upgrading package: ncurses 5.3.20030621 -> 5.3.20030628

  Summary:
RevisionChanges Path
1.66+1  -1  openpkg-re/vcheck/vc.ncurses
1.98+5  -3  openpkg-src/ncurses/ncurses.spec
1.5075  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.ncurses
  
  $ cvs diff -u -r1.65 -r1.66 vc.ncurses
  --- openpkg-re/vcheck/vc.ncurses  22 Jun 2003 16:32:25 -  1.65
  +++ openpkg-re/vcheck/vc.ncurses  29 Jun 2003 07:08:53 -  1.66
  @@ -14,7 +14,7 @@
 regex = patch-__NEWVER__-(\d+)\.sh\.gz
   }
   prog ncurses:patchset = {
  -  version   = 20030621
  +  version   = 20030628
 url   = ftp://invisible-island.net/ncurses/
 regex = (\d+\.\d+)
 url   = ftp://invisible-island.net/ncurses/__NEWVER__/
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ncurses/ncurses.spec
  
  $ cvs diff -u -r1.97 -r1.98 ncurses.spec
  --- openpkg-src/ncurses/ncurses.spec  22 Jun 2003 16:32:26 -  1.97
  +++ openpkg-src/ncurses/ncurses.spec  29 Jun 2003 07:08:55 -  1.98
  @@ -50,8 +50,9 @@
   %define   V_patch22 20030607
   %define   V_patch23 20030614
   %define   V_patch24 20030621
  -%define   V_patchL  %{V_patch24}
  -%define   V_patches 24
  +%define   V_patch25 20030628
  +%define   V_patchL  %{V_patch25}
  +%define   V_patches 25
   
   #   package information
   Name: ncurses
  @@ -63,7 +64,7 @@
   Group:Terminal
   License:  GPL
   Version:  %{V_base}.%{V_patchL}
  -Release:  20030622
  +Release:  20030629
   
   #   list of sources
   Source0:  ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
  @@ -92,6 +93,7 @@
   Patch22:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch22}.patch.gz
   Patch23:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch23}.patch.gz
   Patch24:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch24}.patch.gz
  +Patch25:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch25}.patch.gz
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5074 -r1.5075 news.txt
  --- openpkg-web/news.txt  29 Jun 2003 07:06:08 -  1.5074
  +++ openpkg-web/news.txt  29 Jun 2003 07:08:53 -  1.5075
  @@ -1,3 +1,4 @@
  +29-Jun-2003: Upgraded package: P
   29-Jun-2003: Upgraded package: P
   28-Jun-2003: Upgraded package: P
   28-Jun-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-06-29 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:   29-Jun-2003 09:06:10
  Branch: HEAD Handle: 2003062908060802

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

  Log:
upgrading package: nmap 3.28 -> 3.30

  Summary:
RevisionChanges Path
1.17+1  -1  openpkg-re/vcheck/vc.nmap
1.40+2  -2  openpkg-src/nmap/nmap.spec
1.5074  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.nmap
  
  $ cvs diff -u -r1.16 -r1.17 vc.nmap
  --- openpkg-re/vcheck/vc.nmap 15 Jun 2003 06:49:05 -  1.16
  +++ openpkg-re/vcheck/vc.nmap 29 Jun 2003 07:06:08 -  1.17
  @@ -2,7 +2,7 @@
   }
   
   prog nmap = {
  -  version   = 3.28
  +  version   = 3.30
 url   = http://www.insecure.org/nmap/dist/
 regex = nmap-(\d+\.\d+)\.tgz
   }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/nmap/nmap.spec
  
  $ cvs diff -u -r1.39 -r1.40 nmap.spec
  --- openpkg-src/nmap/nmap.spec15 Jun 2003 06:49:06 -  1.39
  +++ openpkg-src/nmap/nmap.spec29 Jun 2003 07:06:10 -  1.40
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [BASE]
   Group:Network
   License:  GPL
  -Version:  3.28
  -Release:  20030615
  +Version:  3.30
  +Release:  20030629
   
   #   list of sources
   Source0:  http://www.insecure.org/nmap/dist/nmap-%{version}.tgz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5073 -r1.5074 news.txt
  --- openpkg-web/news.txt  28 Jun 2003 21:11:42 -  1.5073
  +++ openpkg-web/news.txt  29 Jun 2003 07:06:08 -  1.5074
  @@ -1,3 +1,4 @@
  +29-Jun-2003: Upgraded package: P
   28-Jun-2003: Upgraded package: P
   28-Jun-2003: Upgraded package: P
   28-Jun-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]