Re: Rebuild Apache with options

2004-03-18 Thread Michael van Elst
On Thu, Mar 18, 2004 at 10:06:06AM -0600, Mike's List wrote:

> Where do I get the "openpkg build" --supposedly in the tools? but I
> don't see it at ftp.openpkg.org or do I need to get it someplace else?

As others pointed out, it is a PLUS package.

openpkg build is a perl script that evaluates package dependencies
and produces a shell script of rpm commands to install or update
packages.

It probably makes your life easier with OpenPKG, but it won't fix
the %files problem you see.

-- 
Michael van Elst
Internet: [EMAIL PROTECTED]
"A potential Snark may lurk in every tree."
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


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

2004-03-18 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:   19-Mar-2004 08:16:37
  Branch: HEAD Handle: 2004031907163700

  Modified files:
openpkg-src/postgresql  postgresql.spec

  Log:
modifying package: postgresql-7.4.2 20040309 -> 20040319

  Summary:
RevisionChanges Path
1.93+2  -2  openpkg-src/postgresql/postgresql.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/postgresql/postgresql.spec
  
  $ cvs diff -u -r1.92 -r1.93 postgresql.spec
  --- openpkg-src/postgresql/postgresql.spec9 Mar 2004 10:38:03 -   1.92
  +++ openpkg-src/postgresql/postgresql.spec19 Mar 2004 07:16:37 -  1.93
  @@ -26,7 +26,7 @@
   #   package versions
   %define   V_postgresql  7.4.2
   %define   V_libpqpp 4.0
  -%define   V_libpqxx 2.2.0
  +%define   V_libpqxx 2.2.1
   %define   V_pgperl  2.0.2
   %define   V_psqlodbc07.03.0200
   
  @@ -41,7 +41,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_postgresql}
  -Release:  20040309
  +Release:  20040319
   
   #   package options
   %option   with_cxx  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-18 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:   19-Mar-2004 08:15:31
  Branch: HEAD Handle: 2004031907152800

  Modified files:
openpkg-src/vim vim.spec

  Log:
upgrading package: vim 6.2.361 -> 6.2.380

  Summary:
RevisionChanges Path
1.300   +21 -2  openpkg-src/vim/vim.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/vim/vim.spec
  
  $ cvs diff -u -r1.299 -r1.300 vim.spec
  --- openpkg-src/vim/vim.spec  16 Mar 2004 15:48:18 -  1.299
  +++ openpkg-src/vim/vim.spec  19 Mar 2004 07:15:28 -  1.300
  @@ -26,7 +26,7 @@
   #   package versions
   %define   V_vl  6.2
   %define   V_vs  62
  -%define   V_pl  361
  +%define   V_pl  380
   
   #   package information
   Name: vim
  @@ -39,7 +39,7 @@
   Group:Editor
   License:  Charityware
   Version:  %{V_vl}.%{V_pl}
  -Release:  20040316
  +Release:  20040319
   
   #   package options
   %option   with_x11no
  @@ -416,6 +416,25 @@
   Patch359: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.359
   Patch360: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.360
   Patch361: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.361
  +Patch362: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.362
  +Patch363: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.363
  +Patch364: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.364
  +Patch365: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.365
  +Patch366: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.366
  +Patch367: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.367
  +Patch368: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.368
  +Patch369: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.369
  +Patch370: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.370
  +Patch371: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.371
  +Patch372: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.372
  +Patch373: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.373
  +Patch374: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.374
  +Patch375: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.375
  +Patch376: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.376
  +Patch377: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.377
  +Patch378: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.378
  +Patch379: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.379
  +Patch380: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.380
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-18 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:   19-Mar-2004 08:10:45
  Branch: HEAD Handle: 2004031907104500

  Modified files:
openpkg-src/perl-xmlperl-xml.spec

  Log:
modifying package: perl-xml-5.8.3 20040318 -> 20040319

  Summary:
RevisionChanges Path
1.126   +2  -2  openpkg-src/perl-xml/perl-xml.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.125 -r1.126 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec18 Mar 2004 20:25:16 -  1.125
  +++ openpkg-src/perl-xml/perl-xml.spec19 Mar 2004 07:10:45 -  1.126
  @@ -27,7 +27,7 @@
   %define   V_perl5.8.3
   %define   V_html_parser 3.35
   %define   V_html_simpleparse0.12
  -%define   V_html_table  1.20
  +%define   V_html_table  2.02
   %define   V_html_tagreader  1.06
   %define   V_html_tagset 3.03
   %define   V_html_tree   3.18
  @@ -71,7 +71,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20040318
  +Release:  20040319
   
   #   package options
   %option   with_libxmlno
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[OpenPKG] Version Tracking Report (2004-03-19 07:40)

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

 Reporting Time:2004-03-19 07:40
 Tracking Duration: 0:29:06 (H:M:S)
 Tracking Input:1025 sources (703 packages)
 Tracking Result:   981 up-to-date, 16 out-dated, 28 error

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

 - - -
 Package   Old Version   New Version  
 - - -
 atk   1.2.4 1.6.0
 cvs   1.12.51.12.6
 glib2 2.2.3 2.4.0
 gtk2  2.2.4 2.4.0
 kde-arts  1.1.4 1.2.1
 kde-base  3.1.4 3.2.1
 kde-libs  3.1.4 3.2.1
 mozilla-mplayer   1.2   2.50
 netpbm10.18.9   10.18.10
 pango 1.2.5 1.4.0
 perl-xml:HTML-Table   1.20  2.02
 postgresql:libpqxx2.2.0 2.2.1
 synaptic  0.47  0.48.1[1]
 tar   1.13.92   1.13.93   [2]
 vim:patchlevel6.2.361   6.2.380
 xine-lib  1-rc3a1-rc3b
 - - -
 [1] synaptic: rse. savannah.nongnu.org partly down
 [2] tar: rse: 1.13.93: build failures related to iconv

 The following 28 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..
 ez-ipupdate   3.0.10connection failed or ti..
 firefox   0.8   2nd connection failed o..
 flex:release  2.5.4aconnection failed or ti..
 glimpse   4.17.4latest version online [1]
 jikes 1.19  1st connection failed o..
 kde-qt3.2.3 connection failed or ti..
 less  382   latest version online l..
 libart2.3.162nd connection failed o..
 lyx:xforms1.0   2nd regex didn't matc [2]
 max   7.4.2 regex didn't match (p [3]
 mirror2.9   connection failed or ti..
 newsyslog 1.1   connection failed or ti..
 nspr  4.4.1 1st connection failed o..
 ocaml 3.07pl2   regex didn't match (pro..
 patch:alpha   2.5.9 connection failed or ti..
 php5  5.0.0b4   regex didn't match (pro..
 rdist 7.0.0-alpha10 connection failed or ti..
 smtpfeed  1.18  connection failed or  [4]
 top   3.5beta12.10  connection failed or ti..
 unarj 2.65  latest version online l..
 unarj:patch   2.65-1latest version online l..
 unison2.9.1 connection failed or ti..
 unixodbc  2.2.8 connection failed or ti..
 vcg   1.30.r3.17connection failed or ti..
 vcheck1.2.1 regex didn't match (p [5]
 xalan 2_5_1 regex didn't match (pro..
 yodl  1.31.18   connection failed or ti..
 - - -
 [1] glimpse: rse: website still does not show latest version
 [2] lyx:xforms: rse: savannah.nongnu.org partly down
 [3] max: rse: distribution no longer available on the net
 [4] smtpfeed: thl: master site down and only known mirror is netsw!
 [5] vcheck: rse: webserver currently broken

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

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

2004-03-18 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:   18-Mar-2004 21:26:30
  Branch: HEAD Handle: 2004031820263000

  Modified files:
openpkg-src/bogofilter  bogofilter.spec

  Log:
upgrading package: bogofilter 0.17.2 -> 0.17.3

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/bogofilter/bogofilter.spec
  
  $ cvs diff -u -r1.43 -r1.44 bogofilter.spec
  --- openpkg-src/bogofilter/bogofilter.spec23 Feb 2004 19:53:23 -  1.43
  +++ openpkg-src/bogofilter/bogofilter.spec18 Mar 2004 20:26:30 -  1.44
  @@ -33,8 +33,8 @@
   Class:PLUS
   Group:Text
   License:  GPL
  -Version:  0.17.2
  -Release:  20040223
  +Version:  0.17.3
  +Release:  20040318
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/bogofilter/bogofilter-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-18 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:   18-Mar-2004 21:25:23
  Branch: HEAD Handle: 2004031820252300

  Modified files:
openpkg-src/rt  rt.spec

  Log:
modifying package: rt-3.0.9 20040316 -> 20040318

  Summary:
RevisionChanges Path
1.125   +2  -2  openpkg-src/rt/rt.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/rt/rt.spec
  
  $ cvs diff -u -r1.124 -r1.125 rt.spec
  --- openpkg-src/rt/rt.spec16 Mar 2004 15:27:13 -  1.124
  +++ openpkg-src/rt/rt.spec18 Mar 2004 20:25:23 -  1.125
  @@ -32,7 +32,7 @@
   %define   V_html_mason 1.25
   %define   V_mldbm  2.01
   %define   V_html_format2.03
  -%define   V_locale_maketext_lexicon0.35
  +%define   V_locale_maketext_lexicon0.36
   %define   V_locale_maketext_fuzzy  0.02
   %define   V_regexp_common  2.113
   %define   V_cache_cache1.02
  @@ -48,7 +48,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_here}
  -Release:  20040316
  +Release:  20040318
   
   #   package options
   %option   with_color_primary   336699
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-18 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:   18-Mar-2004 21:25:17
  Branch: HEAD Handle: 2004031820251700

  Modified files:
openpkg-src/perl-sysperl-sys.spec

  Log:
modifying package: perl-sys-5.8.3 20040318 again

  Summary:
RevisionChanges Path
1.58+1  -1  openpkg-src/perl-sys/perl-sys.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-sys/perl-sys.spec
  
  $ cvs diff -u -r1.57 -r1.58 perl-sys.spec
  --- openpkg-src/perl-sys/perl-sys.spec18 Mar 2004 15:30:12 -  1.57
  +++ openpkg-src/perl-sys/perl-sys.spec18 Mar 2004 20:25:17 -  1.58
  @@ -29,7 +29,7 @@
   %define   V_archive_tar 1.08
   %define   V_archive_zip 1.09
   %define   V_expect  1.15
  -%define   V_storable2.10
  +%define   V_storable2.11
   %define   V_ipc_shareable   0.60
   %define   V_file_tail   0.98
   %define   V_freezethaw  0.43
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-18 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:   18-Mar-2004 21:25:17
  Branch: HEAD Handle: 2004031820251600

  Modified files:
openpkg-src/perl-xmlperl-xml.spec

  Log:
modifying package: perl-xml-5.8.3 20040318 again

  Summary:
RevisionChanges Path
1.125   +1  -1  openpkg-src/perl-xml/perl-xml.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.124 -r1.125 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec18 Mar 2004 15:30:17 -  1.124
  +++ openpkg-src/perl-xml/perl-xml.spec18 Mar 2004 20:25:16 -  1.125
  @@ -51,7 +51,7 @@
   %define   V_xml_sax_base1.02
   %define   V_xml_sax_expat   0.37
   %define   V_xml_simple  2.11
  -%define   V_xml_twig3.13
  +%define   V_xml_twig3.14
   %define   V_xml_writer  0.500
   %define   V_xml_writer_string   0.1
   %define   V_xml_xpath   1.13
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-18 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:   18-Mar-2004 21:24:56
  Branch: HEAD Handle: 2004031820245600

  Modified files:
openpkg-src/uvscan  uvscan.spec

  Log:
upgrading package: uvscan 4.32.4338 -> 4.32.4339

  Summary:
RevisionChanges Path
1.160   +2  -2  openpkg-src/uvscan/uvscan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/uvscan/uvscan.spec
  
  $ cvs diff -u -r1.159 -r1.160 uvscan.spec
  --- openpkg-src/uvscan/uvscan.spec16 Mar 2004 15:46:44 -  1.159
  +++ openpkg-src/uvscan/uvscan.spec18 Mar 2004 20:24:56 -  1.160
  @@ -26,7 +26,7 @@
   #   package versions
   %define   V_engine  4.32
   %define   V_engine_comp 432
  -%define   V_datfiles4338
  +%define   V_datfiles4339
   
   #   package information
   Name: uvscan
  @@ -39,7 +39,7 @@
   Group:Filesystem
   License:  Commercial/Free-Trial
   Version:  %{V_engine}.%{V_datfiles}
  -Release:  20040316
  +Release:  20040318
   
   #   list of sources
   Source0:  ftp://ftp.nai.com/pub/antivirus/datfiles/4.x/dat-%{V_datfiles}.tar
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[OpenPKG] Version Tracking Report (2004-03-18 19:58)

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

 Reporting Time:2004-03-18 19:58
 Tracking Duration: 0:39:20 (H:M:S)
 Tracking Input:1025 sources (703 packages)
 Tracking Result:   971 up-to-date, 17 out-dated, 37 error

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

 - - -
 Package   Old Version   New Version  
 - - -
 atk   1.2.4 1.6.0
 bogofilter0.17.20.17.3
 cvs   1.12.51.12.6
 glib2 2.2.3 2.4.0
 gtk2  2.2.4 2.4.0
 kde-arts  1.1.4 1.2.1
 kde-base  3.1.4 3.2.1
 kde-libs  3.1.4 3.2.1
 mozilla-mplayer   1.2   2.50
 pango 1.2.5 1.4.0
 perl-sys:Storable 2.10  2.11
 perl-xml:XML-Twig 3.13  3.14
 rt:locale-maketext-lexicon 0.35  0.36
 synaptic  0.47  0.48.1[1]
 tar   1.13.92   1.13.93   [2]
 uvscan:datfiles   4338  4339
 xine-lib  1-rc3a1-rc3b
 - - -
 [1] synaptic: rse. savannah.nongnu.org partly down
 [2] tar: rse: 1.13.93: build failures related to iconv

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

 - - -
 Package   Old Version   Error
 - - -
 abiword   2.1.0 connection failed or ti..
 cocor 17connection failed or ti..
 expat 1.95.7connection failed or ti..
 ez-ipupdate   3.0.10connection failed or ti..
 firefox   0.8   2nd connection failed o..
 flex:release  2.5.4aconnection failed or ti..
 glimpse   4.17.4latest version online [1]
 jikes 1.19  1st connection failed o..
 kde-qt3.2.3 connection failed or ti..
 less  382   latest version online l..
 libart2.3.162nd connection failed o..
 lyx:xforms1.0   2nd regex didn't matc [2]
 max   7.4.2 connection failed or  [3]
 mirror2.9   connection failed or ti..
 newsyslog 1.1   connection failed or ti..
 newt  0.51.6-2.1.1  connection failed or ti..
 nntpcache 3.0.1 connection failed or ti..
 nspr  4.4.1 1st connection failed o..
 ocaml 3.07pl2   regex didn't match (pro..
 patch:alpha   2.5.9 connection failed or ti..
 perforce  r03.2 connection failed or ti..
 php5  5.0.0b4   regex didn't match (pro..
 rdist 7.0.0-alpha10 connection failed or ti..
 smtpfeed  1.18  connection failed or  [4]
 sqlite2.8.13connection failed or ti..
 stunnel   4.05  connection failed or ti..
 top   3.5beta12.10  connection failed or ti..
 unarj 2.65  latest version online l..
 unarj:patch   2.65-1latest version online l..
 vcheck1.2.1 regex didn't match (p [5]
 vim:patchlevel6.2.361   connection failed or ti..
 vim:rt1   6.2   connection failed or ti..
 vim:rt2   6.2   connection failed or ti..
 vim:src1  6.2   connection failed or ti..
 vim:src2  6.2   connection failed or ti..

Re: Rebuild Apache with options

2004-03-18 Thread Mike's List
On Thu, 18 Mar 2004, Michael Schloh von Bennewitz wrote:

> This is puzzling. Make sure you check that you have enough privileges to
> read all the files under /openpkg/RPM/TMP/apache-1.3.29/, but it looks like
> you are building as root so this shouldn't matter.
> 
> Also make sure that the file 'files' is actually there. Your 'ls -l' didn't
> reveal this.
 
I was confused about the error message, file 'files' (sounds like Abbott
and Costello who's on second scenario) is definately not there.

The "files" is not there.  So does this means I'm missing some libs?
or apache is configured wrong? or some other parameters are needed?

> > Where do I get the "openpkg build" --supposedly in the tools? but I
> > don't see it at ftp.openpkg.org or do I need to get it someplace else?
> >
> The openpkg-tool is a PLUS package in OpenPKG 1.3, but not released at all
> in OpenPKG 2.0. If you have bootstrapped OpenPKG 2.0 you need to install the
> openpkg-tool CURRENT package:
> 
>   ftp://ftp.openpkg.org/current/SRC/openpkg-tool-*

Not sure if I wanted to add the openpkg-tools, if I can live without it I
probably won't install it.  Thanks for all the help.

Regards,


- Mike

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


Re: Rebuild Apache with options

2004-03-18 Thread Michael Schloh von Bennewitz
On Thu, Mar 18, 2004, Mike's List wrote:
> On Wed, 17 Mar 2004, Mike's List wrote:
>> 
>> rpmtool:files: pass 1 (preparation and syntactical expansions)
>> rpmtool:files: pass 2 (filesystem-based expansions)
>> rpmtool:files: pass 3 (duplication removal and cleanup)
>> + exit 0
>> Processing files: apache-1.3.29-2.0.0
>> error: Could not open %files file /openpkg/RPM/TMP/apache-1.3.29/files:
>> No such file or directory
>>
>> RPM build errors:
>> Could not open %files file /openpkg/RPM/TMP/apache-1.3.29/files: No
>> such file or directory
>>
>> As you can see the directories are there.
>> [EMAIL PROTECTED]
>> /openpkg/RPM/TMP# ls -l
>> total 4
>> drwxr-xr-x   5 root other512 Mar 17 06:36 apache-1.3.29
>> drwxr-xr-x   3 root other512 Mar 17 06:36 apache-1.3.29-root
>>
> The error message still appears, it seems like apache doesn't want to
> compile and something about %files file...no such file or directory.
>
This is puzzling. Make sure you check that you have enough privileges to
read all the files under /openpkg/RPM/TMP/apache-1.3.29/, but it looks like
you are building as root so this shouldn't matter.

Also make sure that the file 'files' is actually there. Your 'ls -l' didn't
reveal this.

> Where do I get the "openpkg build" --supposedly in the tools? but I
> don't see it at ftp.openpkg.org or do I need to get it someplace else?
>
The openpkg-tool is a PLUS package in OpenPKG 1.3, but not released at all
in OpenPKG 2.0. If you have bootstrapped OpenPKG 2.0 you need to install the
openpkg-tool CURRENT package:

  ftp://ftp.openpkg.org/current/SRC/openpkg-tool-*

-- 
[EMAIL PROTECTED]
Development Team, Operations Northern Europe
Cable & Wireless Telecommunications Services


pgp0.pgp
Description: PGP signature


Re: Rebuild Apache with options

2004-03-18 Thread Mike's List
I've remove the apache binary package that was installed, reboot the
server, make certain /openpkg/RPM/TMP has enough disk space (4+Gig).

The error message still appears, it seems like apache doesn't want to
compile and something about %files file...no such file or directory.

Where do I get the "openpkg build" --supposedly in the tools? but I
don't see it at ftp.openpkg.org or do I need to get it someplace else?

Thanks.


- Mike


On Wed, 17 Mar 2004, Mike's List wrote:

> Rebuild was going along just fine, until the errors (below).  This happens
> to me when I attempted to do proftpd earlier but thought it might be just
> proftp specific (as the binary package keeps dumping core on me).  Do I
> need to reboot the server to correct this or something more sinister?
> 
> 
> # openpkg rpm --rebuild --define 'with_mod_php yes' --define 'wi > th_mod_php_mysql 
> yes' ~mike/openpkg/src/apache-1.3.29-2.0.0.src.rpm
> 
> 
> rpmtool:files: pass 1 (preparation and syntactical expansions)
> rpmtool:files: pass 2 (filesystem-based expansions)
> rpmtool:files: pass 3 (duplication removal and cleanup)
> + exit 0
> Processing files: apache-1.3.29-2.0.0
> error: Could not open %files file /openpkg/RPM/TMP/apache-1.3.29/files:
> No such file or directory
> 
> 
> RPM build errors:
> Could not open %files file /openpkg/RPM/TMP/apache-1.3.29/files: No
> such file or directory
> 
> As you can see the directories are there.
> [EMAIL PROTECTED]
> /openpkg/RPM/TMP# ls -l
> total 4
> drwxr-xr-x   5 root other512 Mar 17 06:36 apache-1.3.29
> drwxr-xr-x   3 root other512 Mar 17 06:36 apache-1.3.29-root
> 
> 
> __
> The OpenPKG Projectwww.openpkg.org
> User Communication List  [EMAIL PROTECTED]
> 


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


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

2004-03-18 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:   18-Mar-2004 16:30:17
  Branch: HEAD Handle: 2004031815295423

  Modified files:
openpkg-src/perl-apache perl-apache.spec
openpkg-src/perl-arsperl-ars.spec
openpkg-src/perl-comp   perl-comp.spec
openpkg-src/perl-conv   perl-conv.spec
openpkg-src/perl-crypto perl-crypto.spec
openpkg-src/perl-curses perl-curses.spec
openpkg-src/perl-db perl-db.spec
openpkg-src/perl-dbiperl-dbi.spec
openpkg-src/perl-dbix   perl-dbix.spec
openpkg-src/perl-dnsperl-dns.spec
openpkg-src/perl-ds perl-ds.spec
openpkg-src/perl-gd perl-gd.spec
openpkg-src/perl-gfxperl-gfx.spec
openpkg-src/perl-gtkperl-gtk.spec
openpkg-src/perl-inline perl-inline.spec
openpkg-src/perl-kolab  perl-kolab.spec
openpkg-src/perl-ldap   perl-ldap.spec
openpkg-src/perl-mail   perl-mail.spec
openpkg-src/perl-netperl-net.spec
openpkg-src/perl-oleperl-ole.spec
openpkg-src/perl-parse  perl-parse.spec
openpkg-src/perl-poeperl-poe.spec
openpkg-src/perl-sslperl-ssl.spec
openpkg-src/perl-sysperl-sys.spec
openpkg-src/perl-term   perl-term.spec
openpkg-src/perl-text   perl-text.spec
openpkg-src/perl-time   perl-time.spec
openpkg-src/perl-tk perl-tk.spec
openpkg-src/perl-util   perl-util.spec
openpkg-src/perl-wwwperl-www.spec
openpkg-src/perl-wx perl-wx.spec
openpkg-src/perl-xmlperl-xml.spec

  Log:
remove incorrect run-time dependency to perl-openpkg

  Summary:
RevisionChanges Path
1.26+5  -3  openpkg-src/perl-apache/perl-apache.spec
1.23+5  -3  openpkg-src/perl-ars/perl-ars.spec
1.22+2  -2  openpkg-src/perl-comp/perl-comp.spec
1.24+2  -2  openpkg-src/perl-conv/perl-conv.spec
1.59+2  -2  openpkg-src/perl-crypto/perl-crypto.spec
1.50+5  -3  openpkg-src/perl-curses/perl-curses.spec
1.44+5  -3  openpkg-src/perl-db/perl-db.spec
1.100   +5  -3  openpkg-src/perl-dbi/perl-dbi.spec
1.34+5  -3  openpkg-src/perl-dbix/perl-dbix.spec
1.12+5  -3  openpkg-src/perl-dns/perl-dns.spec
1.32+2  -2  openpkg-src/perl-ds/perl-ds.spec
1.71+5  -3  openpkg-src/perl-gd/perl-gd.spec
1.31+5  -3  openpkg-src/perl-gfx/perl-gfx.spec
1.48+2  -2  openpkg-src/perl-gtk/perl-gtk.spec
1.13+5  -3  openpkg-src/perl-inline/perl-inline.spec
1.8 +4  -2  openpkg-src/perl-kolab/perl-kolab.spec
1.15+5  -3  openpkg-src/perl-ldap/perl-ldap.spec
1.115   +5  -3  openpkg-src/perl-mail/perl-mail.spec
1.59+5  -3  openpkg-src/perl-net/perl-net.spec
1.21+5  -3  openpkg-src/perl-ole/perl-ole.spec
1.83+2  -2  openpkg-src/perl-parse/perl-parse.spec
1.14+5  -3  openpkg-src/perl-poe/perl-poe.spec
1.60+5  -3  openpkg-src/perl-ssl/perl-ssl.spec
1.57+5  -3  openpkg-src/perl-sys/perl-sys.spec
1.42+2  -2  openpkg-src/perl-term/perl-term.spec
1.32+2  -2  openpkg-src/perl-text/perl-text.spec
1.52+5  -3  openpkg-src/perl-time/perl-time.spec
1.55+5  -3  openpkg-src/perl-tk/perl-tk.spec
1.115   +2  -2  openpkg-src/perl-util/perl-util.spec
1.111   +5  -3  openpkg-src/perl-www/perl-www.spec
1.15+5  -3  openpkg-src/perl-wx/perl-wx.spec
1.124   +5  -3  openpkg-src/perl-xml/perl-xml.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-apache/perl-apache.spec
  
  $ cvs diff -u -r1.25 -r1.26 perl-apache.spec
  --- openpkg-src/perl-apache/perl-apache.spec  18 Feb 2004 11:00:41 -  1.25
  +++ openpkg-src/perl-apache/perl-apache.spec  18 Mar 2004 15:29:54 -  1.26
  @@ -52,7 +52,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20040218
  +Release:  20040318
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Apache/Apache-AuthCookie-%{V_apache_authcookie}.tar.gz
  @@ -75,8 +75,10 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= 
%{V_perl}-20040126, apache::with_mod_perl == yes, perl-dbi
  -PreReq:   Ope

Re: automake requires GNU grep :(

2004-03-18 Thread Matthias Kurz
On Thu, Mar 18, 2004, Ralf S. Engelschall wrote:

> On Thu, Mar 18, 2004, Albert Chin wrote:
> 
> > On Wed, Mar 17, 2004 at 03:45:02PM +0100, Matthias Kurz wrote:
> > >
> > > In CURRENT. Under Solaris 8.
> > >
> > > checking for egrep... configure: error: no acceptable egrep could be found in 
> > > $PATH
> >
> > I just submitted a patch to fix this to autoconf-patches.
> 
> Can you share this patch with us? I would like to include
> this patch into our package instead of requiring GNU grep.

Yes, this would be great.


   (mk)

-- 
Matthias Kurz; Fuldastr. 3; D-28199 Bremen; VOICE +49 421 53 600 47
  >> Im prämotorischen Cortex kann jeder ein Held sein. (bdw) <<
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


Re: automake requires GNU grep :(

2004-03-18 Thread Albert Chin
On Thu, Mar 18, 2004 at 02:57:28PM +0100, Ralf S. Engelschall wrote:
> On Thu, Mar 18, 2004, Albert Chin wrote:
> 
> > On Wed, Mar 17, 2004 at 03:45:02PM +0100, Matthias Kurz wrote:
> > >
> > > In CURRENT. Under Solaris 8.
> > >
> > > checking for egrep... configure: error: no acceptable egrep could be found in 
> > > $PATH
> >
> > I just submitted a patch to fix this to autoconf-patches.
> 
> Can you share this patch with us? I would like to include
> this patch into our package instead of requiring GNU grep.

The easiest fix is to rebuild with autoconf-2.59. I've attached a
patch against autoconf HEAD below. It hasn't been accepted yet and
might undergo some changes before acceptance but it fixed the above
problem for us.
  http://mail.gnu.org/archive/html/autoconf/2004-03/msg00105.html
  http://mail.gnu.org/archive/html/autoconf-patches/2004-03/msg00026.html

-- 
albert chin ([EMAIL PROTECTED])

-- snip snip
Index: lib/autoconf/programs.m4
===
RCS file: /cvsroot/autoconf/autoconf/lib/autoconf/programs.m4,v
retrieving revision 1.21
diff -u -3 -p -r1.21 programs.m4
--- lib/autoconf/programs.m430 Jan 2004 14:21:36 -  1.21
+++ lib/autoconf/programs.m418 Mar 2004 08:28:50 -
@@ -299,7 +299,7 @@ AC_CACHE_CHECK([for fgrep], ac_cv_path_F
 # Check for a fully functional grep program that handles
 # the longest lines possible.  Prefer GNU grep if found.
 AC_DEFUN([AC_PROG_GREP],
-[AC_CACHE_CHECK([for grep that handles long lines], oc_cv_path_GREP,
+[AC_CACHE_CHECK([for grep that handles long lines], ac_cv_path_GREP,
[_$0(GREP, [grep ggrep])])
  GREP="$ac_cv_path_GREP"
  AC_SUBST([GREP])
@@ -318,7 +318,7 @@ m4_define([_AC_PROG_GREP],
 # $ac_cv_path_VARIABLE to the path of an acceptable program, or else
 # _AC_PATH_PROG_FEATURE_CHECK will report that no acceptable program
 # was found, and abort.  If a suitable $ac_path_VARIABLE is found,
-# `break 2' will accept it without any further checks.
+# accept it without any further checks.
 m4_define([_AC_PATH_PROG_FEATURE_CHECK],
 [# Extract the first word of "$2" to use in msg output
 if test -z "$$1"; then
@@ -327,7 +327,9 @@ AC_CACHE_VAL([ac_cv_path_$1],
 [AS_TMPDIR([$1])
 # Loop through the user's path and test for each of PROGNAME-LIST
 _AS_PATH_WALK([$4],
-[for ac_prog in $2; do
+[test "x$ac_cv_path_$1" != "x" && break
+ for ac_prog in $2; do
+  test "x$ac_cv_path_$1" != "x" && break
   for ac_exec_ext in '' $ac_executable_extensions; do
 ac_path_$1="$as_dir/$ac_prog$ac_exec_ext"
 test -f "$ac_path_$1" || continue
@@ -360,11 +362,8 @@ m4_define([_AC_FEATURE_CHECK_LENGTH],
 [if AS_EXECUTABLE_P(["$$1"]); then
   # Check for GNU $1 and select it if it is found.
   _AC_PATH_PROG_FLAVOR_GNU([$$1],
-[$2="$$1"
-break 2
-  ])
-
-  ac_count=0
+  [$2="$$1"],
+  [ac_count=0
   echo $ECHO_N "0123456789$ECHO_C" >"$tmp/conftest.in"
   while :
   do
@@ -382,7 +381,7 @@ m4_define([_AC_FEATURE_CHECK_LENGTH],
 fi
 # 10*(2^10) chars as input seems more than enough
 test $ac_count -gt 10 && break
-  done
+  done])
 fi
 ])
 
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/perl-util/ perl-util.patch

2004-03-18 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:   18-Mar-2004 15:28:14
  Branch: HEAD Handle: 2004031814281400

  Added files:
openpkg-src/perl-util   perl-util.patch

  Log:
add missing patch to CVS

  Summary:
RevisionChanges Path
1.1 +59 -0  openpkg-src/perl-util/perl-util.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-util/perl-util.patch
  
  $ cvs diff -u -r0 -r1.1 perl-util.patch
  --- /dev/null 2004-03-18 15:28:14.0 +0100
  +++ perl-util.patch   2004-03-18 15:28:14.0 +0100
  @@ -0,0 +1,59 @@
  +Index: Devel-StackTrace-1.10/Build.PL
  +--- Devel-StackTrace-1.10/Build.PL.orig  2004-03-10 22:24:09.0 +0100
   Devel-StackTrace-1.10/Build.PL   2004-03-17 08:43:17.0 +0100
  +@@ -1,14 +0,0 @@
  +-use strict;
  +-
  +-use Module::Build;
  +-
  +-my $build =
  +-Module::Build->new( module_name => 'Devel::StackTrace',
  +-license => 'perl',
  +-requires=> { 'Test::More' => '0.46'
  +-   },
  +-sign=> 1,
  +-create_makefile_pl => 'passthrough',
  +-  );
  +-
  +-$build->create_build_script;
  +Index: Devel-StackTrace-1.10/Makefile.PL
  +--- Devel-StackTrace-1.10/Makefile.PL.orig   2004-03-10 22:24:09.0 +0100
   Devel-StackTrace-1.10/Makefile.PL2004-03-17 08:42:56.0 +0100
  +@@ -1,29 +1,8 @@
  +-# Note: this file was auto-generated by Module::Build::Compat version 0.03
  +-
  +-unless (eval "use Module::Build::Compat 0.02; 1" ) {
  +-  print "This module requires Module::Build to install itself.\n";
  +-  
  +-  require ExtUtils::MakeMaker;
  +-  my $yn = ExtUtils::MakeMaker::prompt
  +-('  Install Module::Build now from CPAN?', 'y');
  +-  
  +-  unless ($yn =~ /^y/i) {
  +-die " *** Cannot install without Module::Build.  Exiting ...\n";
  +-  }
  +-  
  +-  require Cwd;
  +-  require File::Spec;
  +-  require CPAN;
  +-  
  +-  # Save this 'cause CPAN will chdir all over the place.
  +-  my $cwd = Cwd::cwd();
  +-  my $makefile = File::Spec->rel2abs($0);
  +-  
  +-  CPAN::Shell->install('Module::Build::Compat')
  +-or die " *** Cannot install without Module::Build.  Exiting ...\n";
  +-  
  +-  chdir $cwd or die "Cannot chdir() back to $cwd: $!";
  +-  exec $^X, $makefile, @ARGV;  # Redo now that we have Module::Build
  +-}
  +-Module::Build::Compat->run_build_pl(args => [EMAIL PROTECTED]);
  +-Module::Build::Compat->write_makefile(build_class => 'Module::Build');
  ++use 5.006;
  ++use ExtUtils::MakeMaker;
  ++WriteMakefile(
  ++NAME  => 'Devel::StackTrace',
  ++VERSION_FROM  => 'lib/Devel/StackTrace.pm',
  ++PREREQ_PM => {  Test::More => "0.46", },
  ++ABSTRACT_FROM => 'lib/Devel/StackTrace.pm',
  ++);
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/ripe-dbase/ ripe-dbase.patch.extobjs ripe-d...

2004-03-18 Thread Michael Schloh
ingle] [lookup key]\n"
  ++"registry:  [optional]   [single] [inverse key]\n"
  ++"descr: [mandatory]  [multiple]   [ ]\n"
  ++"country:   [mandatory]  [multiple]   [ ]\n"
  ++"status:[mandatory]  [single] [ ]\n"
  ++"remarks:   [optional]   [multiple]   [ ]\n"
  ++"location:  [optional]   [single] [inverse key]\n"
  ++"usedfor:   [optional]   [single] [inverse key]\n"
  ++"preference:[optional]   [single] [ ]\n"
  ++"mnt-by:[mandatory]  [multiple]   [inverse key]\n"
  ++"mnt-lower: [optional]   [multiple]   [inverse key]\n"
  ++"notify:[optional]   [multiple]   [inverse key]\n"
  ++"changed:   [mandatory]  [multiple]   [ ]\n"
  ++"source:[mandatory]  [single] [ ]\n"
  ++"\n"
  ++"The content of the attributes of the range class are defined below:\n"
  ++"\n"
  ++"range\n"
  ++"\n"
  ++"   EU GSOC Internal\n"
  ++"\n"
  ++"   Specifies a range of IPv4 that inetnum object presents. The\n"
  ++"   ending address should be greater than the starting one.\n"
  ++"""\n"
  ++"  - \n"
  ++"   ""\n"
  ++"netname\n"
  ++"\n"
  ++"   The name of a range of IP address space.\n"
  ++"""\n"
  ++" Made up of letters, digits, the character underscore \"_\",\n"
  ++" and the character hyphen \"-\"; the first character of a name\n"
  ++" must be a letter, and the last character of a name must be a\n"
  ++" letter or a digit.\n"
  ++"   ""\n"
  ++"registry\n"
  ++"\n"
  ++"  GSOC EU INTERNAL\n"
  ++"  \n"
  ++"  Reference to the registry (reg-id) to which this object belongs\n"
  ++"  See also \"reg-id\" object. Must be a valid registry-id.\n"
  ++"\n"
  ++"  In the case of inetnum objects please only use registry fields\n"
  ++"  for objects of the type \"ALLOCATED\".\n"
  ++"""\n"
  ++" A sequence of ASCII characters.\n"
  ++"   ""\n"
  ++"descr\n"
  ++"\n"
  ++"   A short decription related to the object.\n"
  ++"""\n"
  ++" A sequence of ASCII characters.\n"
  ++"   ""\n"
  ++"country\n"
  ++"\n"
  ++"   Identifies the country.\n"
  ++"""\n"
  ++" Valid two-letter ISO 3166 country code.\n"
  ++"   ""\n"
  ++"status\n"
  ++"\n"
  ++"   Specifies the status of the address range represented by\n"
  ++"   inetnum or inet6num object.\n"
  ++"""\n"
  ++" Status can have one of these values:\n"
  ++"\n"
  ++" o ALLOCATED PA\n"
  ++" o ALLOCATED PI\n"
  ++" o ALLOCATED UNSPECIFIED\n"
  ++" o LIR-PARTITIONED PA\n"
  ++" o LIR-PARTITIONED PI\n"
  ++" o ASSIGNED PA\n"
  ++" o ASSIGNED PI\n"
  ++" o EARLY-REGISTRATION\n"
  ++"   ""\n"
  ++"remarks\n"
  ++"\n"
  ++"   Contains remarks.\n"
  ++"""\n"
  ++" A sequence of ASCII characters.\n"
  ++"   ""\n"
  ++"location\n"
  ++"\n"
  ++"  GSOC EU INTERNAL\n"
  ++"  \n"
  ++"  Reference to the facility to which this range is allocated.\n"
  ++"  See also \"facility\" object.\n"
  ++"""\n"
  ++" A sequence of ASCII characters.\n"
  ++"   ""\n"
  ++"usedfor\n"
  ++"\n"
  ++"  GSOC EU INTERNAL\n"
  ++"\n"
  ++"  Reference to a \"purpose\" (object). \n"
  ++"  See also \"purpose\" object\n"
  ++"""\n"
  ++" A sequence of ASCII characters.\n"
  ++"   ""\n"
  ++"preference\n"
  ++"\n"
  ++"  GSOC EU INTERNAL\n"
  ++"  \n"
  ++"  Sets an preference for automatic or manual assignment into\n"
  ++"  a particular allocation. Example: a preference of 0 would\n"
  ++"  mean that no automatic-assignment is possible.\n"
  ++"""\n"
  ++" A sequence of ASCII characters.

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

2004-03-18 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:   18-Mar-2004 15:14:42
  Branch: HEAD Handle: 2004031814144200

  Modified files:
openpkg-src/gcc34   gcc34.spec

  Log:
upgrading package: gcc34 3.4s20040310 -> 3.4s20040317

  Summary:
RevisionChanges Path
1.43+2  -2  openpkg-src/gcc34/gcc34.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc34/gcc34.spec
  
  $ cvs diff -u -r1.42 -r1.43 gcc34.spec
  --- openpkg-src/gcc34/gcc34.spec  10 Mar 2004 19:54:03 -  1.42
  +++ openpkg-src/gcc34/gcc34.spec  18 Mar 2004 14:14:42 -  1.43
  @@ -26,7 +26,7 @@
   #   package version
   %define   V_full 3.4
   %define   V_comp 34
  -%define   V_snap 20040310
  +%define   V_snap 20040317
   
   #   package information
   Name: gcc34
  @@ -39,7 +39,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20040310
  +Release:  20040318
   
   #   package options
   %option   with_cxx   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


Re: automake requires GNU grep :(

2004-03-18 Thread Ralf S. Engelschall
On Thu, Mar 18, 2004, Albert Chin wrote:

> On Wed, Mar 17, 2004 at 03:45:02PM +0100, Matthias Kurz wrote:
> >
> > In CURRENT. Under Solaris 8.
> >
> > checking for egrep... configure: error: no acceptable egrep could be found in $PATH
>
> I just submitted a patch to fix this to autoconf-patches.

Can you share this patch with us? I would like to include
this patch into our package instead of requiring GNU grep.

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

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


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

2004-03-18 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:   18-Mar-2004 14:44:40
  Branch: HEAD Handle: 2004031813444000

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

  Log:
move gcc run-time dep to this package in order to free perl from this
burden

  Summary:
RevisionChanges Path
1.17+2  -1  openpkg-src/perl-openpkg/perl-openpkg.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-openpkg/perl-openpkg.spec
  
  $ cvs diff -u -r1.16 -r1.17 perl-openpkg.spec
  --- openpkg-src/perl-openpkg/perl-openpkg.spec18 Feb 2004 11:00:58 - 
 1.16
  +++ openpkg-src/perl-openpkg/perl-openpkg.spec18 Mar 2004 13:44:40 - 
 1.17
  @@ -37,7 +37,7 @@
   Group:Language
   License:  PD
   Version:  %{V_perl}
  -Release:  20040218
  +Release:  20040318
   
   #   list of sources
   Source0:  perl-openpkg.pl
  @@ -47,6 +47,7 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040217, perl >= %{V_perl}
   PreReq:   OpenPKG, openpkg >= 20040217, perl >= %{V_perl}
  +PreReq:   gcc
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-18 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:   18-Mar-2004 14:38:10
  Branch: HEAD Handle: 2004031813380900

  Modified files:
openpkg-src/perlperl.spec

  Log:
remove run-time dependency to gcc (will be replaced by a run-time dep
in perl-openpkg soon)

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl/perl.spec
  
  $ cvs diff -u -r1.89 -r1.90 perl.spec
  --- openpkg-src/perl/perl.spec7 Feb 2004 17:57:29 -   1.89
  +++ openpkg-src/perl/perl.spec18 Mar 2004 13:38:09 -  1.90
  @@ -34,7 +34,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  5.8.3
  -Release:  20040207
  +Release:  20040318
   
   #   list of sources
   Source0:  ftp://ftp.cpan.org/pub/CPAN/src/perl-%{version}.tar.gz
  @@ -44,7 +44,7 @@
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc
  -PreReq:   OpenPKG, openpkg >= 20040130, gcc
  +PreReq:   OpenPKG, openpkg >= 20040130
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-web/security/ OpenPKG-SA-2004.007-openssl.txt

2004-03-18 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:   18-Mar-2004 14:21:15
  Branch: HEAD Handle: 2004031813211400

  Modified files:
openpkg-web/securityOpenPKG-SA-2004.007-openssl.txt

  Log:
release OpenPKG Security Advisory 2004.007 (openssl)

  Summary:
RevisionChanges Path
1.5 +10 -0  openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt
  
  $ cvs diff -u -r1.4 -r1.5 OpenPKG-SA-2004.007-openssl.txt
  --- openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt  18 Mar 2004 13:19:40 
-  1.4
  +++ openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt  18 Mar 2004 13:21:14 
-  1.5
  @@ -1,3 +1,6 @@
  +-BEGIN PGP SIGNED MESSAGE-
  +Hash: SHA1
  +
   
   
   OpenPKG Security AdvisoryThe OpenPKG Project
  @@ -121,3 +124,10 @@
   for details on how to verify the integrity of this advisory.
   
   
  +-BEGIN PGP SIGNATURE-
  +Comment: OpenPKG <[EMAIL PROTECTED]>
  +
  +iD8DBQFAWaI6gHWT4GPEy58RAno0AJ9tgZtLU1hS1tZ2rlgTfL/DLOuSlQCfZMyY
  +p260tn2cKSH49rGk8H4aft0=
  +=ur9l
  +-END PGP SIGNATURE-
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-web/security/ OpenPKG-SA-2004.007-openssl.txt

2004-03-18 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:   18-Mar-2004 14:19:40
  Branch: HEAD Handle: 2004031813194000

  Modified files:
openpkg-web/securityOpenPKG-SA-2004.007-openssl.txt

  Log:
flush pending changes

  Summary:
RevisionChanges Path
1.4 +13 -13 openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt
  
  $ cvs diff -u -r1.3 -r1.4 OpenPKG-SA-2004.007-openssl.txt
  --- openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt  18 Mar 2004 13:18:38 
-  1.3
  +++ openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt  18 Mar 2004 13:19:40 
-  1.4
  @@ -24,18 +24,18 @@
links lynx lyx mailsync mico mixmaster monit
mozilla mutt mutt15 mysqlcc nagios nail neon
nessus-libs nessus-tool netdude nmap openldap
  - openssh openssl openvpn orbit2 perl-ldap perl-net
  - perl-ssl perl-www pgadmin php php3 php5 pine
  - postfix postgresql pound proftpd qpopper qt samba
  - samba3 sasl scribus sendmail siege sio sitecopy
  - snort socat squid stunnel subversion suck tcpdump
  + openssh openvpn orbit2 perl-ldap perl-net perl-ssl
  + perl-www pgadmin php php3 php5 pine postfix
  + postgresql pound proftpd qpopper qt samba samba3
  + sasl scribus sendmail siege sio sitecopy snort
  + socat squid stunnel subversion suck tcpdump
tinyproxy vorbis-tools w3m wget xine-ui
   
   OpenPKG 2.0  apache cadaver cpu curl distcache ethereal
  - fetchmail imap imapd imaputils inn ldapdiff ldapvi
  - links lynx mailsync mico mozilla mutt nail neon
  - nessus-libs nessus-tool nmap openldap openssh
  - openssl perl-ldap perl-net perl-ssl perl-www php
  + fetchmail imap imapd imaputils inn ldapdiff
  + ldapvi links lynx mailsync mico mozilla mutt
  + nail neon nessus-libs nessus-tool nmap openldap
  + openssh perl-ldap perl-net perl-ssl perl-www php
pine postfix postgresql proftpd qpopper qt samba
sasl sendmail siege sio sitecopy snort socat
squid stunnel subversion suck tcpdump tinyproxy
  @@ -43,10 +43,10 @@
   
   OpenPKG 1.3  apache cpu curl ethereal fetchmail imap imapd
inn links lynx mico mutt nail neon nmap openldap
  - openssh openssl perl-ldap perl-net perl-ssl
  - perl-www php postfix postgresql proftpd qpopper
  - samba sasl sendmail siege sio sitecopy snort socat
  - squid stunnel suck tcpdump vorbis-tools w3m wget
  + openssh perl-ldap perl-net perl-ssl perl-www php
  + postfix postgresql proftpd qpopper samba sasl
  + sendmail siege sio sitecopy snort socat squid
  + stunnel suck tcpdump vorbis-tools w3m wget
   
(*) many packages are only affected if they (or their
underlying packages) used certain TLS/SSL related
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-web/security/ OpenPKG-SA-2004.007-openssl.txt

2004-03-18 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:   18-Mar-2004 14:18:38
  Branch: HEAD Handle: 2004031813183800

  Modified files:
openpkg-web/securityOpenPKG-SA-2004.007-openssl.txt

  Log:
flush pending changes

  Summary:
RevisionChanges Path
1.3 +10 -10 openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt
  
  $ cvs diff -u -r1.2 -r1.3 OpenPKG-SA-2004.007-openssl.txt
  --- openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt  18 Mar 2004 12:39:10 
-  1.2
  +++ openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt  18 Mar 2004 13:18:38 
-  1.3
  @@ -48,28 +48,28 @@
samba sasl sendmail siege sio sitecopy snort socat
squid stunnel suck tcpdump vorbis-tools w3m wget
   
  - (*) many packages are only affected if they or their
  - underlying packages used certain TLS/SSL related
  + (*) many packages are only affected if they (or their
  + underlying packages) used certain TLS/SSL related
options ("with_xxx") during build time. Above is
a worst case list. Packages known to only use
libcrypo without libssl are not affected and were
already omitted from the list.
   
   Description:
  -  According to an OpenSSL [0] security advisory [1], denial of service
  +  According to an OpenSSL [0] security advisory [1], a denial of service
 vulnerabilities exist in OpenSSL versions 0.9.6c to 0.9.6l inclusive
 and versions 0.9.7a to 0.9.7c inclusive.
   
 Testing performed by the OpenSSL group uncovered a null-pointer
 assignment in the do_change_cipher_spec() function. The Common
 Vulnerabilities and Exposures (CVE) project assigned the id
  -  CAN-2004-0079 [3] to the problem.
  +  CAN-2004-0079 [2] to the problem.
   
 Stephen Henson discovered a flaw in SSL/TLS handshaking code
  -  when using Kerberos ciphersuites. The OpenPKG makes no use of
  -  this functionality but the patch was included anyway. The Common
  -  Vulnerabilities and Exposures (CVE) project assigned the id
  -  CAN-2004-0112 [2] to the problem.
  +  when using Kerberos ciphersuites. The OpenPKG packages make no
  +  use of this functionality but the patch was included anyway. The
  +  Common Vulnerabilities and Exposures (CVE) project assigned the id
  +  CAN-2004-0112 [3] to the problem.
   
 Please check whether you are affected by running "/bin/rpm -q
 openssl". If you have the "openssl" package installed and its version
  @@ -101,8 +101,8 @@
   
   
   References:
  -  [0] http://www.openssl.org/news/secadv_20040317.txt
  -  [1] http://www.openssl.org/
  +  [0] http://www.openssl.org/
  +  [1] http://www.openssl.org/news/secadv_20040317.txt
 [2] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0079
 [3] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0112
 [4] http://www.openpkg.org/tutorial.html#regular-source
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-web/security/ OpenPKG-SA-2004.007-openssl.txt

2004-03-18 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-web  Date:   18-Mar-2004 13:39:10
  Branch: HEAD Handle: 2004031812391000

  Modified files:
openpkg-web/securityOpenPKG-SA-2004.007-openssl.txt

  Log:
update package list; log kerberos issue; renumber links

  Summary:
RevisionChanges Path
1.2 +58 -46 openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt
  
  $ cvs diff -u -r1.1 -r1.2 OpenPKG-SA-2004.007-openssl.txt
  --- openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt  18 Mar 2004 10:02:38 
-  1.1
  +++ openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt  18 Mar 2004 12:39:10 
-  1.2
  @@ -1,6 +1,3 @@
  --BEGIN PGP SIGNED MESSAGE-#FIXME, this is a template
  -Hash: SHA1#FIXME, this is a template
  -  #FIXME, this is a template
   
   
   OpenPKG Security AdvisoryThe OpenPKG Project
  @@ -18,31 +15,45 @@
   OpenPKG 2.0  <= openssl-0.9.7c-2.0.0 >= openssl-0.9.7c-2.0.1
   OpenPKG 1.3  <= openssl-0.9.7b-1.3.2 >= openssl-0.9.7b-1.3.3
   
  -Affected Releases:   Dependent Packages:
  +Affected Releases:   Dependent Packages: (*)
   
  -OpenPKG CURRENT  same as OpenPKG 2.0 FIXME this list needs review
  -
  -OpenPKG 2.0  apache* bind blender cadaver cfengine cpu cups curl
  - distcache dsniff easysoap ethereal* exim fetchmail
  - imap imapd imaputils inn jabberd kde-base kde-libs
  - linc links lynx mailsync meta-core mico* mixmaster
  - monit* mozilla mutt mutt15 nail neon nessus-libs
  - nmap openldap openssh openvpn perl-ssl pgadmin php*
  - pine* postfix* postgresql pound proftpd* qpopper
  - rdesktop samba samba3 sasl scanssh sendmail* siege
  - sio* sitecopy snmp socat squid* stunnel subversion
  - suck sysmon tcpdump tinyca w3m wget xmlsec
  -
  -OpenPKG 1.3  apache* bind cfengine cpu curl ethereal* fetchmail
  - imap imapd inn links lynx mico* mutt nail neon
  - openldap openssh perl-ssl php* postfix* postgresql
  - proftpd* qpopper rdesktop samba sasl scanssh
  - sendmail* siege sio* sitecopy snmp socat squid*
  - stunnel suck sysmon tcpdump tinyca w3m wget xmlsec
  -
  - (*) marked packages are only affected if certain build
  - options ("with_xxx") were used at build time. See
  - Appendix below for details.
  +OpenPKG CURRENT  apache blender cadaver cpu cups curl distcache
  + dsniff easysoap ethereal ettercap exim fetchmail
  + firefox gq imap imapd imaputils inn jabberd
  + kde-base kde-libs ldapdiff ldapvi libnetdude linc
  + links lynx lyx mailsync mico mixmaster monit
  + mozilla mutt mutt15 mysqlcc nagios nail neon
  + nessus-libs nessus-tool netdude nmap openldap
  + openssh openssl openvpn orbit2 perl-ldap perl-net
  + perl-ssl perl-www pgadmin php php3 php5 pine
  + postfix postgresql pound proftpd qpopper qt samba
  + samba3 sasl scribus sendmail siege sio sitecopy
  + snort socat squid stunnel subversion suck tcpdump
  + tinyproxy vorbis-tools w3m wget xine-ui
  +
  +OpenPKG 2.0  apache cadaver cpu curl distcache ethereal
  + fetchmail imap imapd imaputils inn ldapdiff ldapvi
  + links lynx mailsync mico mozilla mutt nail neon
  + nessus-libs nessus-tool nmap openldap openssh
  + openssl perl-ldap perl-net perl-ssl perl-www php
  + pine postfix postgresql proftpd qpopper qt samba
  + sasl sendmail siege sio sitecopy snort socat
  + squid stunnel subversion suck tcpdump tinyproxy
  + vorbis-tools w3m wget
  +
  +OpenPKG 1.3  apache cpu curl ethereal fetchmail imap imapd
  + inn links lynx mico mutt nail neon n

[CVS] OpenPKG: openpkg-re/ todo.txt

2004-03-18 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:   18-Mar-2004 13:22:50
  Branch: HEAD Handle: 2004031812225000

  Modified files:
openpkg-re  todo.txt

  Log:
Sun GridEngine looks very interesting

  Summary:
RevisionChanges Path
1.200   +1  -0  openpkg-re/todo.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/todo.txt
  
  $ cvs diff -u -r1.199 -r1.200 todo.txt
  --- openpkg-re/todo.txt   15 Mar 2004 11:01:18 -  1.199
  +++ openpkg-re/todo.txt   18 Mar 2004 12:22:50 -  1.200
  @@ -328,6 +328,7 @@
   
  3. PERHAPS:
   
  +  - [rse] sge - http://gridengine.sunsource.net/
 - [rse] zonecheck   - http://www.zonecheck.fr/
 - [rse] thttpd  - http://www.acme.com/software/thttpd/
 - [rse] thy - http://bonehunter.rulez.org/thy.html
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-18 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-web  Date:   18-Mar-2004 11:03:08
  Branch: HEAD Handle: 2004031810030800

  Modified files:
openpkg-web about.wml

  Log:
give credit

  Summary:
RevisionChanges Path
1.24+5  -1  openpkg-web/about.wml
  

  patch -p0 <<'@@ .'
  Index: openpkg-web/about.wml
  
  $ cvs diff -u -r1.23 -r1.24 about.wml
  --- openpkg-web/about.wml 27 Feb 2004 15:23:19 -  1.23
  +++ openpkg-web/about.wml 18 Mar 2004 10:03:08 -  1.24
  @@ -121,7 +121,11 @@
   Peter Smej,
   Alexander Wägner,
   Robert Watson,
  -Robert Weilhammer.
  +Robert Weilhammer,
  +Torsten Homeyer,
  +Christian Reiber,
  +Johann Gutauer,
  +Cyrus Hamidi
   
   
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-18 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-web  Date:   18-Mar-2004 11:02:39
  Branch: HEAD Handle: 2004031810023800

  Added files:
openpkg-web/securityOpenPKG-SA-2004.007-openssl.txt
  Modified files:
openpkg-web security.txt security.wml

  Log:
SA-2004.007-openssl; CAN-2004-0079, CAN-2004-0112

  Summary:
RevisionChanges Path
1.66+1  -0  openpkg-web/security.txt
1.85+1  -0  openpkg-web/security.wml
1.1 +111 -0 openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-web/security.txt
  
  $ cvs diff -u -r1.65 -r1.66 security.txt
  --- openpkg-web/security.txt  12 Mar 2004 14:45:10 -  1.65
  +++ openpkg-web/security.txt  18 Mar 2004 10:02:38 -  1.66
  @@ -1,3 +1,4 @@
  +18-Mar-2004: Security Advisory: S
   12-Mar-2004: Security Advisory: S
   09-Mar-2004: Security Advisory: S
   08-Mar-2004: Security Advisory: S
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security.wml
  
  $ cvs diff -u -r1.84 -r1.85 security.wml
  --- openpkg-web/security.wml  12 Mar 2004 14:45:10 -  1.84
  +++ openpkg-web/security.wml  18 Mar 2004 10:02:38 -  1.85
  @@ -76,6 +76,7 @@
   
   
   
  +  
 
 
 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/security/OpenPKG-SA-2004.007-openssl.txt
  
  $ cvs diff -u -r0 -r1.1 OpenPKG-SA-2004.007-openssl.txt
  --- /dev/null 2004-03-18 11:02:39.0 +0100
  +++ OpenPKG-SA-2004.007-openssl.txt   2004-03-18 11:02:39.0 +0100
  @@ -0,0 +1,111 @@
  +-BEGIN PGP SIGNED MESSAGE-#FIXME, this is a template
  +Hash: SHA1#FIXME, this is a template
  +  #FIXME, this is a template
  +
  +
  +OpenPKG Security AdvisoryThe OpenPKG Project
  +http://www.openpkg.org/security.html  http://www.openpkg.org
  [EMAIL PROTECTED] [EMAIL PROTECTED]
  +OpenPKG-SA-2004.007  18-Mar-2004
  +
  +
  +Package: openssl
  +Vulnerability:   denial of service
  +OpenPKG Specific:no
  +
  +Affected Releases:   Affected Packages:  Corrected Packages:
  +OpenPKG CURRENT  <= openssl-0.9.7c-20040207  >= openssl-0.9.7d-20040318
  +OpenPKG 2.0  <= openssl-0.9.7c-2.0.0 >= openssl-0.9.7c-2.0.1
  +OpenPKG 1.3  <= openssl-0.9.7b-1.3.2 >= openssl-0.9.7b-1.3.3
  +
  +Affected Releases:   Dependent Packages:
  +
  +OpenPKG CURRENT  same as OpenPKG 2.0 FIXME this list needs review
  +
  +OpenPKG 2.0  apache* bind blender cadaver cfengine cpu cups curl
  + distcache dsniff easysoap ethereal* exim fetchmail
  + imap imapd imaputils inn jabberd kde-base kde-libs
  + linc links lynx mailsync meta-core mico* mixmaster
  + monit* mozilla mutt mutt15 nail neon nessus-libs
  + nmap openldap openssh openvpn perl-ssl pgadmin php*
  + pine* postfix* postgresql pound proftpd* qpopper
  + rdesktop samba samba3 sasl scanssh sendmail* siege
  + sio* sitecopy snmp socat squid* stunnel subversion
  + suck sysmon tcpdump tinyca w3m wget xmlsec
  +
  +OpenPKG 1.3  apache* bind cfengine cpu curl ethereal* fetchmail
  + imap imapd inn links lynx mico* mutt nail neon
  + openldap openssh perl-ssl php* postfix* postgresql
  + proftpd* qpopper rdesktop samba sasl scanssh
  + sendmail* siege sio* sitecopy snmp socat squid*
  + stunnel suck sysmon tcpdump tinyca w3m wget xmlsec
  +
  + (*) marked packages are only affected if certain build
  + options ("with_xxx") were used at build time. See
  + Appendix below for details.
  +
  +Description:
  +  According to an OpenSSL [0] security advisory [1], denial of service
  +  vulnerabilities exist in OpenSSL versions 0.9.6c to 0.9

[CVS] OpenPKG: OPENPKG_1_3_SOLID: openpkg-src/openssl/ openssl.patch o...

2004-03-18 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:   18-Mar-2004 10:58:30
  Branch: OPENPKG_1_3_SOLIDHandle: 2004031809582901

  Modified files:   (Branch: OPENPKG_1_3_SOLID)
openpkg-src/openssl openssl.patch openssl.spec

  Log:
SA-2004.007-openssl; CAN-2004-0079, CAN-2004-0112

  Summary:
RevisionChanges Path
1.7.2.3.2.3 +76 -0  openpkg-src/openssl/openssl.patch
1.37.2.5.2.4+1  -1  openpkg-src/openssl/openssl.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.patch
  
  $ cvs diff -u -r1.7.2.3.2.2 -r1.7.2.3.2.3 openssl.patch
  --- openpkg-src/openssl/openssl.patch 30 Sep 2003 12:45:42 -  1.7.2.3.2.2
  +++ openpkg-src/openssl/openssl.patch 18 Mar 2004 09:58:29 -  1.7.2.3.2.3
  @@ -75,3 +75,79 @@
/* XXX  For the final trusted self-signed cert,
 * this is a waste of time.  That check should
 * optional so that e.g. 'openssl x509' can be
  +
  +-
  +
  +http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0079
  +The do_change_cipher_spec function in OpenSSL 0.9.6c to 0.9.6k,
  +and 0.9.7a to 0.9.7c, allows remote attackers to cause a denial
  +of service (crash) via a crafted SSL/TLS handshake that causes a
  +null-pointer assignment.
  +
  +http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0112 
  +The SSL/TLS handshaking code in OpenSSL 0.9.7a, 0.9.7b, and 0.9.7c,
  +when using Kerberos ciphersuites, allows remote attackers to cause
  +a denial of service (crash) via a crafted SSL/TLS handshake, which
  +causes an out-of-bounds read.
  +
  +http://cvs.openssl.org/chngview?cn=12033
  +
  +Index: ssl/s3_pkt.c
  +===
  +RCS file: /e/openssl/cvs/openssl/ssl/s3_pkt.c,v
  +retrieving revision 1.46.2.5
  +diff -u -p -u -r1.46.2.5 s3_pkt.c
  +--- ssl/s3_pkt.c 19 Feb 2003 12:04:16 -  1.46.2.5
   ssl/s3_pkt.c 16 Mar 2004 14:09:14 -
  +@@ -1085,6 +1085,14 @@ start:
  + goto err;
  + }
  + 
  ++/* Check we have a cipher to change to */
  ++if (s->s3->tmp.new_cipher == NULL)
  ++{
  ++i=SSL_AD_UNEXPECTED_MESSAGE;
  ++SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_CCS_RECEIVED_EARLY);
  ++goto err;
  ++}
  ++
  + rr->length=0;
  + 
  + if (s->msg_callback)
  +
  +Index: ssl/s3_srvr.c
  +===
  +RCS file: /e/openssl/cvs/openssl/ssl/s3_srvr.c,v
  +retrieving revision 1.85.2.19
  +diff -u -p -u -r1.85.2.19 s3_srvr.c
  +--- ssl/s3_srvr.c27 Dec 2003 16:09:58 -  1.85.2.19
   ssl/s3_srvr.c16 Mar 2004 14:09:15 -
  +@@ -1588,11 +1588,27 @@ static int ssl3_get_client_key_exchange(
  + 
  + n2s(p,i);
  + enc_ticket.length = i;
  ++
  ++if (n < enc_ticket.length + 6)
  ++{
  ++SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
  ++SSL_R_DATA_LENGTH_TOO_LONG);
  ++goto err;
  ++}
  ++
  + enc_ticket.data = (char *)p;
  + p+=enc_ticket.length;
  + 
  + n2s(p,i);
  + authenticator.length = i;
  ++
  ++if (n < enc_ticket.length + authenticator.length + 6)
  ++{
  ++SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
  ++SSL_R_DATA_LENGTH_TOO_LONG);
  ++goto err;
  ++}
  ++
  + authenticator.data = (char *)p;
  + p+=authenticator.length;
  + 
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.spec
  
  $ cvs diff -u -r1.37.2.5.2.3 -r1.37.2.5.2.4 openssl.spec
  --- openpkg-src/openssl/openssl.spec  30 Sep 2003 12:45:42 -  1.37.2.5.2.3
  +++ openpkg-src/openssl/openssl.spec  18 Mar 2004 09:58:30 -  1.37.2.5.2.4
  @@ -33,7 +33,7 @@
   Group:Cryptography
   License:  BSD-style
   Version:  0.9.7b
  -Release:  1.3.2
  +Release:  1.3.3
   
   #   package options
   %option   with_zlib no
  @@ .

[CVS] OpenPKG: OPENPKG_2_0_SOLID: openpkg-src/openssl/ openssl.patch o...

2004-03-18 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:   18-Mar-2004 10:21:34
  Branch: OPENPKG_2_0_SOLIDHandle: 2004031809213400

  Modified files:   (Branch: OPENPKG_2_0_SOLID)
openpkg-src/openssl openssl.patch openssl.spec

  Log:
SA-2004.007-openssl; CAN-2004-0079, CAN-2004-0112

  Summary:
RevisionChanges Path
1.13.2.1+74 -0  openpkg-src/openssl/openssl.patch
1.51.2.2+1  -1  openpkg-src/openssl/openssl.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.patch
  
  $ cvs diff -u -r1.13 -r1.13.2.1 openssl.patch
  --- openpkg-src/openssl/openssl.patch 1 Oct 2003 20:12:19 -   1.13
  +++ openpkg-src/openssl/openssl.patch 18 Mar 2004 09:21:34 -  1.13.2.1
  @@ -70,3 +70,77 @@

install_docs:
@$(PERL) $(TOP)/util/mkdir-p.pl \
  +
  +http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0079
  +The do_change_cipher_spec function in OpenSSL 0.9.6c to 0.9.6k,
  +and 0.9.7a to 0.9.7c, allows remote attackers to cause a denial
  +of service (crash) via a crafted SSL/TLS handshake that causes a
  +null-pointer assignment.
  +
  +http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0112 
  +The SSL/TLS handshaking code in OpenSSL 0.9.7a, 0.9.7b, and 0.9.7c,
  +when using Kerberos ciphersuites, allows remote attackers to cause
  +a denial of service (crash) via a crafted SSL/TLS handshake, which
  +causes an out-of-bounds read.
  +
  +http://cvs.openssl.org/chngview?cn=12033
  +
  +Index: ssl/s3_pkt.c
  +===
  +RCS file: /e/openssl/cvs/openssl/ssl/s3_pkt.c,v
  +retrieving revision 1.46.2.5
  +diff -u -p -u -r1.46.2.5 s3_pkt.c
  +--- ssl/s3_pkt.c 19 Feb 2003 12:04:16 -  1.46.2.5
   ssl/s3_pkt.c 16 Mar 2004 14:09:14 -
  +@@ -1085,6 +1085,14 @@ start:
  + goto err;
  + }
  + 
  ++/* Check we have a cipher to change to */
  ++if (s->s3->tmp.new_cipher == NULL)
  ++{
  ++i=SSL_AD_UNEXPECTED_MESSAGE;
  ++SSLerr(SSL_F_SSL3_GET_CERT_VERIFY,SSL_R_CCS_RECEIVED_EARLY);
  ++goto err;
  ++}
  ++
  + rr->length=0;
  + 
  + if (s->msg_callback)
  +
  +Index: ssl/s3_srvr.c
  +===
  +RCS file: /e/openssl/cvs/openssl/ssl/s3_srvr.c,v
  +retrieving revision 1.85.2.19
  +diff -u -p -u -r1.85.2.19 s3_srvr.c
  +--- ssl/s3_srvr.c27 Dec 2003 16:09:58 -  1.85.2.19
   ssl/s3_srvr.c16 Mar 2004 14:09:15 -
  +@@ -1588,11 +1588,27 @@ static int ssl3_get_client_key_exchange(
  + 
  + n2s(p,i);
  + enc_ticket.length = i;
  ++
  ++if (n < enc_ticket.length + 6)
  ++{
  ++SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
  ++SSL_R_DATA_LENGTH_TOO_LONG);
  ++goto err;
  ++}
  ++
  + enc_ticket.data = (char *)p;
  + p+=enc_ticket.length;
  + 
  + n2s(p,i);
  + authenticator.length = i;
  ++
  ++if (n < enc_ticket.length + authenticator.length + 6)
  ++{
  ++SSLerr(SSL_F_SSL3_GET_CLIENT_KEY_EXCHANGE,
  ++SSL_R_DATA_LENGTH_TOO_LONG);
  ++goto err;
  ++}
  ++
  + authenticator.data = (char *)p;
  + p+=authenticator.length;
  + 
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.spec
  
  $ cvs diff -u -r1.51.2.1 -r1.51.2.2 openssl.spec
  --- openpkg-src/openssl/openssl.spec  18 Feb 2004 14:50:38 -  1.51.2.1
  +++ openpkg-src/openssl/openssl.spec  18 Mar 2004 09:21:34 -  1.51.2.2
  @@ -34,7 +34,7 @@
   Group:Cryptography
   License:  BSD-style
   Version:  0.9.7c
  -Release:  2.0.0
  +Release:  2.0.1
   
   #   package options
   %option   with_zlib no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


Re: automake requires GNU grep :(

2004-03-18 Thread Albert Chin
On Wed, Mar 17, 2004 at 03:45:02PM +0100, Matthias Kurz wrote:
> 
> In CURRENT. Under Solaris 8.
> 
> checking for egrep... configure: error: no acceptable egrep could be found in $PATH

I just submitted a patch to fix this to autoconf-patches.

-- 
albert chin ([EMAIL PROTECTED])
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


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

2004-03-18 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:   18-Mar-2004 09:23:42
  Branch: HEAD Handle: 2004031808234101

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

  Log:
SA-2004.007-openssl; CAN-2004-0079, CAN-2004-0112

  Summary:
RevisionChanges Path
1.14+0  -48 openpkg-src/openssl/openssl.patch
1.52+2  -2  openpkg-src/openssl/openssl.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.patch
  
  $ cvs diff -u -r1.13 -r1.14 openssl.patch
  --- openpkg-src/openssl/openssl.patch 1 Oct 2003 20:12:19 -   1.13
  +++ openpkg-src/openssl/openssl.patch 18 Mar 2004 08:23:41 -  1.14
  @@ -22,51 +22,3 @@

=head1 DESCRIPTION

  -Index: doc/crypto/ui.pod
   doc/crypto/ui.pod.orig   2001-10-25 18:55:17.0 +0200
  -+++ doc/crypto/ui.pod2003-10-01 22:07:42.0 +0200
  -@@ -5,7 +5,7 @@
  - UI_new, UI_new_method, UI_free, UI_add_input_string, UI_dup_input_string,
  - UI_add_verify_string, UI_dup_verify_string, UI_add_input_boolean,
  - UI_dup_input_boolean, UI_add_info_string, UI_dup_info_string,
  --UI_add_error_string, UI_dup_error_string, UI_construct_prompt
  -+UI_add_error_string, UI_dup_error_string, UI_construct_prompt,
  - UI_add_user_data, UI_get0_user_data, UI_get0_result, UI_process,
  - UI_ctrl, UI_set_default_method, UI_get_default_method, UI_get_method,
  - UI_set_method, UI_OpenSSL, ERR_load_UI_strings - New User Interface
  -Index: doc/crypto/EVP_DigestInit.pod
   doc/crypto/EVP_DigestInit.pod.orig   2002-07-18 20:55:04.0 +0200
  -+++ doc/crypto/EVP_DigestInit.pod2003-10-01 22:08:09.0 +0200
  -@@ -4,7 +4,7 @@
  - 
  - EVP_MD_CTX_init, EVP_MD_CTX_create, EVP_DigestInit_ex, EVP_DigestUpdate,
  - EVP_DigestFinal_ex, EVP_MD_CTX_cleanup, EVP_MD_CTX_destroy, EVP_MAX_MD_SIZE,
  --EVP_MD_CTX_copy_ex EVP_MD_CTX_copy, EVP_MD_type, EVP_MD_pkey_type, EVP_MD_size,
  -+EVP_MD_CTX_copy_ex, EVP_MD_CTX_copy, EVP_MD_type, EVP_MD_pkey_type, EVP_MD_size,
  - EVP_MD_block_size, EVP_MD_CTX_md, EVP_MD_CTX_size, EVP_MD_CTX_block_size, 
EVP_MD_CTX_type,
  - EVP_md_null, EVP_md2, EVP_md5, EVP_sha, EVP_sha1, EVP_dss, EVP_dss1, EVP_mdc2,
  - EVP_ripemd160, EVP_get_digestbyname, EVP_get_digestbynid, EVP_get_digestbyobj -
  -Index: Makefile.ssl
   Makefile.ssl.orig2003-09-30 14:38:13.0 +0200
  -+++ Makefile.ssl 2003-10-01 22:06:50.0 +0200
  -@@ -834,7 +834,7 @@
  - fi; \
  - fi
  - cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
  --chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
  -+chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig/openssl.pc
  - 
  - install_docs:
  - @$(PERL) $(TOP)/util/mkdir-p.pl \
  -Index: Makefile.org
   Makefile.org.orig2003-08-11 11:37:17.0 +0200
  -+++ Makefile.org 2003-10-01 22:06:50.0 +0200
  -@@ -832,7 +832,7 @@
  - fi; \
  - fi
  - cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
  --chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
  -+chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig/openssl.pc
  - 
  - install_docs:
  - @$(PERL) $(TOP)/util/mkdir-p.pl \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.spec
  
  $ cvs diff -u -r1.51 -r1.52 openssl.spec
  --- openpkg-src/openssl/openssl.spec  7 Feb 2004 17:57:18 -   1.51
  +++ openpkg-src/openssl/openssl.spec  18 Mar 2004 08:23:42 -  1.52
  @@ -33,8 +33,8 @@
   Class:CORE
   Group:Cryptography
   License:  BSD-style
  -Version:  0.9.7c
  -Release:  20040207
  +Version:  0.9.7d
  +Release:  20040318
   
   #   package options
   %option   with_zlib no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]