[CVS] OpenPKG: openpkg-src/drupal/ drupal-setup.sh drupal.spec

2006-08-15 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   16-Aug-2006 00:21:53
  Branch: HEAD Handle: 2006081523215101

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

  Log:
Drupal uses preg_replace() -> with_mod_php_pcre. Drupal uses
session_set_save_handler() -> with_mod_php_mm. Move site configuration
into $PREFIX/etc/sites subdir because a) drupal admins are used to use
a directory of that name and b) PHP virtual site configuration logic in
bootstrap.inc uses file_exists() which, when safe_mode=on, requires that
the parent dir of the (settings.php) file to be checked is owned by the
PHP (=apache =r_usr) user. Flag $PREFIX/etc/sites/default/settings.php
as config file. Use a PHP5 compatible default theme.

  Summary:
RevisionChanges Path
1.4 +1  -1  openpkg-src/drupal/drupal-setup.sh
1.20+18 -9  openpkg-src/drupal/drupal.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/drupal/drupal-setup.sh
  
  $ cvs diff -u -r1.3 -r1.4 drupal-setup.sh
  --- openpkg-src/drupal/drupal-setup.sh15 Aug 2006 19:06:06 -  
1.3
  +++ openpkg-src/drupal/drupal-setup.sh15 Aug 2006 22:21:51 -  
1.4
  @@ -23,5 +23,5 @@
   #  configure /etc/drupal/default/settings.php accordingly
   @l_prefix@/lib/openpkg/shtool subst \
   -e '/^\$db_url =/s;mysql://username:[EMAIL 
PROTECTED]/database;mysql://drupal:[EMAIL PROTECTED]/drupal;' \
  -@l_prefix@/etc/drupal/default/settings.php
  +@l_prefix@/etc/drupal/sites/default/settings.php
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/drupal/drupal.spec
  
  $ cvs diff -u -r1.19 -r1.20 drupal.spec
  --- openpkg-src/drupal/drupal.spec15 Aug 2006 19:06:07 -  1.19
  +++ openpkg-src/drupal/drupal.spec15 Aug 2006 22:21:52 -  1.20
  @@ -133,7 +133,7 @@
   Group:Web
   License:  GPL
   Version:  %{V_drupal}
  -Release:  20060815
  +Release:  20060816
   
   #   list of sources
   Source0:  http://drupal.org/files/projects/drupal-%{V_drupal}.tar.gz
  @@ -245,7 +245,9 @@
   PreReq:   OpenPKG, openpkg >= 20040130
   PreReq:   apache
   PreReq:   apache::with_mod_php = yes
  +PreReq:   apache::with_mod_php_mm = yes
   PreReq:   apache::with_mod_php_mysql = yes
  +PreReq:   apache::with_mod_php_pcre = yes
   PreReq:   apache::with_mod_php_xml = yes
   AutoReq:  no
   AutoReqProv:  no
  @@ -868,13 +870,20 @@
 chmod a-x modules/*.module
   ) || exit $?
   
  +#   adjust default theme because vendor default "blumarine"
  +#   uses template engine XTemplate which, as of Drupal
  +#   4.6.x, is incompatible to PHP 5.0.5+/5.1.1+
  +#   see http://drupal.org/node/42080
  +%{l_shtool} subst \
  +-e 's/s:10:"bluemarine"/s:9:"chameleon"/' \
  +$RPM_BUILD_ROOT%{l_prefix}/share/drupal/database/database.mysql
  +
   #   move configuration location
  -mv $RPM_BUILD_ROOT%{l_prefix}/share/drupal/sites/default \
  -   $RPM_BUILD_ROOT%{l_prefix}/etc/drupal/default
  -mkdir $RPM_BUILD_ROOT%{l_prefix}/etc/drupal/default/themes
  -rmdir $RPM_BUILD_ROOT%{l_prefix}/share/drupal/sites
  -%{l_shtool} mkln -t -s \
  -   $RPM_BUILD_ROOT%{l_prefix}/etc/drupal \
  +mv $RPM_BUILD_ROOT%{l_prefix}/share/drupal/sites \
  +   $RPM_BUILD_ROOT%{l_prefix}/etc/drupal/
  +mkdir $RPM_BUILD_ROOT%{l_prefix}/etc/drupal/sites/default/themes
  +%{l_shtool} mkln -s \
  +   $RPM_BUILD_ROOT%{l_prefix}/etc/drupal/sites \
  $RPM_BUILD_ROOT%{l_prefix}/share/drupal/sites
   %{l_shtool} mkln -s \
  $RPM_BUILD_ROOT%{l_prefix}/var/drupal/files \
  @@ -1032,8 +1041,8 @@
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
   %{l_files_std} \
   '%config %{l_prefix}/etc/drupal/*' \
  -'%config %{l_prefix}/etc/drupal/*/*' \
  -'%attr(-,%{l_rusr},%{l_rgrp}) %{l_prefix}/etc/drupal/default/*' \
  +'%config %{l_prefix}/etc/drupal/sites/default/*' \
  +'%dir %attr(775,%{l_rusr},%{l_mgrp}) 
%{l_prefix}/etc/drupal/sites/default' \
   '%attr(-,%{l_rusr},%{l_rgrp}) %{l_prefix}/share/drupal' \
   '%attr(-,%{l_rusr},%{l_rgrp}) %{l_prefix}/var/drupal' \
   

[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/openpkg/ HISTORY openpkg....

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 21:32:47
  Branch: OPENPKG_2_STABLE Handle: 2006081520324501

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/openpkg HISTORY openpkg.spec

  Log:
MFC: upgrade to openpkg-tools 0.8.67 (finally allows "openpkg build"
to really run under miniperl)

  Summary:
RevisionChanges Path
1.337.2.6   +3  -0  openpkg-src/openpkg/HISTORY
1.490.2.6   +3  -3  openpkg-src/openpkg/openpkg.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.337.2.5 -r1.337.2.6 HISTORY
  --- openpkg-src/openpkg/HISTORY   12 Aug 2006 07:58:45 -  
1.337.2.5
  +++ openpkg-src/openpkg/HISTORY   15 Aug 2006 19:32:45 -  
1.337.2.6
  @@ -2,6 +2,9 @@
   2006
   
   
  +20060815  RELEASE AS PART OF OPENPKG 2.20060815 ***
  +20060815 upgrade to openpkg-tools 0.8.67 (finally allows "openpkg build" to 
really run under miniperl)
  +
   20060812  RELEASE AS PART OF OPENPKG 2.20060812 ***
   20060811 let old "openpkg install" command use the "openpkg build" command
   20060811 replace "openpkg build" wrapper with a copy of the real "openpkg 
build" command
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.490.2.5 -r1.490.2.6 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  12 Aug 2006 07:58:45 -  
1.490.2.5
  +++ openpkg-src/openpkg/openpkg.spec  15 Aug 2006 19:32:46 -  
1.490.2.6
  @@ -38,7 +38,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  2.20060812
  +%define   V_openpkg  2.20060815
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ -56,7 +56,7 @@
   %define   V_registry 0.7.2
   %define   V_perl 5.8.8
   %define   V_openssl  0.9.8b
  -%define   V_tools0.8.66
  +%define   V_tools0.8.67
   
   #   package information
   Name: openpkg
  @@ -151,7 +151,7 @@
   AutoReq:  no
   AutoReqProv:  no
   Provides:     OpenPKG
  -Provides: openpkg = 20060812-20060812
  +Provides: openpkg = 20060815-20060815
   
   %description
   This is the bootstrap package for the RPM-based Unix Software
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ripe-dbase/ rc.ripe-dbase ripe-dbase-setup....

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 21:30:36
  Branch: HEAD Handle: 2006081520303500

  Modified files:
openpkg-src/ripe-dbase  rc.ripe-dbase ripe-dbase-setup.sh ripe-dbase.spec

  Log:
cleanup packaging and remove hard-coded MySQL username

  Summary:
RevisionChanges Path
1.12+7  -7  openpkg-src/ripe-dbase/rc.ripe-dbase
1.5 +10 -8  openpkg-src/ripe-dbase/ripe-dbase-setup.sh
1.47+1  -1  openpkg-src/ripe-dbase/ripe-dbase.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ripe-dbase/rc.ripe-dbase
  
  $ cvs diff -u -r1.11 -r1.12 rc.ripe-dbase
  --- openpkg-src/ripe-dbase/rc.ripe-dbase  4 Aug 2004 10:33:36 -   
1.11
  +++ openpkg-src/ripe-dbase/rc.ripe-dbase  15 Aug 2006 19:30:35 -  
1.12
  @@ -16,26 +16,26 @@
   %status -u @l_susr@ -o
   ripe_dbase_usable="unknown"
   ripe_dbase_active="no"
  -rcService ripe-dbase enable yes && \
  +rcService ripe_dbase enable yes && \
   ripe_dbase_signal 0 && ripe_dbase_active="yes"
   echo "ripe_dbase_enable=\"$ripe_dbase_enable\""
   echo "ripe_dbase_usable=\"$ripe_dbase_usable\""
   echo "ripe_dbase_active=\"$ripe_dbase_active\""
   
   %start -u @l_susr@
  -rcService ripe-dbase enable yes || exit 0
  -rcService ripe-dbase active yes && exit 0
  +rcService ripe_dbase enable yes || exit 0
  +rcService ripe_dbase active yes && exit 0
   nohup @l_prefix@/bin/whois_rip -p ${ripe_dbase_pidfile} \
   -c ${ripe_dbase_cfgfile} &
   
   %stop -u @l_susr@
  -rcService ripe-dbase enable yes || exit 0
  -rcService ripe-dbase active no  && exit 0
  +rcService ripe_dbase enable yes || exit 0
  +rcService ripe_dbase active no  && exit 0
   ripe_dbase_signal TERM
   sleep 8
   
   %restart -u @l_susr@
  -rcService ripe-dbase enable yes || exit 0
  -rcService ripe-dbase active no  && exit 0
  +rcService ripe_dbase enable yes || exit 0
  +rcService ripe_dbase active no  && exit 0
   rc ripe-dbase stop start
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ripe-dbase/ripe-dbase-setup.sh
  
  $ cvs diff -u -r1.4 -r1.5 ripe-dbase-setup.sh
  --- openpkg-src/ripe-dbase/ripe-dbase-setup.sh23 Dec 2003 18:00:30 
-  1.4
  +++ openpkg-src/ripe-dbase/ripe-dbase-setup.sh15 Aug 2006 19:30:35 
-  1.5
  @@ -3,24 +3,26 @@
   ##  ripedb-setup
   ##
   
  -#   determine MySQL root password
  +#   determine MySQL administrator username/password
  +username=`grep "^user" @l_prefix@/etc/mysql/my.pwd |\
  +  sed -e 's;^user[^=]*= *;;' -e 's; *$;;'`
   password=`grep "^password" @l_prefix@/etc/mysql/my.pwd |\
 sed -e 's;^password[^=]*= *;;' -e 's; *$;;'`
   
   #   create a MySQL username/password for RIPEDB and RIPADMIN
  [EMAIL PROTECTED]@/bin/mysql --user=root --password=$password mysql <

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

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 21:29:41
  Branch: HEAD Handle: 2006081520294000

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

  Log:
upgrade to openpkg-tools 0.8.67 (finally allows 'openpkg build' to
really run under miniperl)

  Summary:
RevisionChanges Path
1.356   +3  -0  openpkg-src/openpkg/HISTORY
1.509   +2  -2  openpkg-src/openpkg/openpkg.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.355 -r1.356 HISTORY
  --- openpkg-src/openpkg/HISTORY   12 Aug 2006 08:00:40 -  1.355
  +++ openpkg-src/openpkg/HISTORY   15 Aug 2006 19:29:40 -  1.356
  @@ -2,6 +2,9 @@
   2006
   
   
  +20060815  RELEASE AS PART OF OPENPKG 2.20060815 ***
  +20060815 upgrade to openpkg-tools 0.8.67 (finally allows "openpkg build" to 
really run under miniperl)
  +
   20060812  RELEASE AS PART OF OPENPKG 2.20060812 ***
   20060811 let old "openpkg install" command use the "openpkg build" command
   20060811 replace "openpkg build" wrapper with a copy of the real "openpkg 
build" command
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.508 -r1.509 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  12 Aug 2006 08:00:41 -  1.508
  +++ openpkg-src/openpkg/openpkg.spec  15 Aug 2006 19:29:40 -  1.509
  @@ -38,7 +38,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20060812
  +%define   V_openpkg  20060815
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ -56,7 +56,7 @@
   %define   V_registry 0.7.2
   %define   V_perl 5.8.8
   %define   V_openssl  0.9.8b
  -%define   V_tools0.8.66
  +%define   V_tools0.8.67
   
   #   package information
   Name: openpkg
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/wordpress/ wordpress-setup.sh wordpress.spe...

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 21:27:47
  Branch: HEAD Handle: 2006081520274700

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

  Log:
do not hard-code MySQL administrator username

  Summary:
RevisionChanges Path
1.2 +4  -2  openpkg-src/wordpress/wordpress-setup.sh
1.12+1  -1  openpkg-src/wordpress/wordpress.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/wordpress/wordpress-setup.sh
  
  $ cvs diff -u -r1.1 -r1.2 wordpress-setup.sh
  --- openpkg-src/wordpress/wordpress-setup.sh  27 Jul 2005 12:03:30 -  
1.1
  +++ openpkg-src/wordpress/wordpress-setup.sh  15 Aug 2006 19:27:47 -  
1.2
  @@ -4,12 +4,14 @@
   ##
   
   #   determine MySQL root password
  +username=`grep "^user" @l_prefix@/etc/mysql/my.pwd |\
  +  sed -e 's;^user[^=]*= *;;' -e 's; *$;;'`
   password=`grep "^password" @l_prefix@/etc/mysql/my.pwd |\
 sed -e 's;^password[^=]*= *;;' -e 's; *$;;'`
   
   #   create the MySQL database for Wordpress
  [EMAIL PROTECTED]@/bin/mysqladmin --user=root --password=$password create 
wordpress
  [EMAIL PROTECTED]@/bin/mysql --user=root --password=$password mysql 

[CVS] OpenPKG: openpkg-src/sympa/ sympa-setup.sh sympa.spec

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 21:26:30
  Branch: HEAD Handle: 2006081520262900

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

  Log:
do not hard-code MySQL administrator username

  Summary:
RevisionChanges Path
1.2 +6  -4  openpkg-src/sympa/sympa-setup.sh
1.3 +1  -1  openpkg-src/sympa/sympa.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sympa/sympa-setup.sh
  
  $ cvs diff -u -r1.1 -r1.2 sympa-setup.sh
  --- openpkg-src/sympa/sympa-setup.sh  1 Mar 2006 14:09:59 -   1.1
  +++ openpkg-src/sympa/sympa-setup.sh  15 Aug 2006 19:26:29 -  1.2
  @@ -3,7 +3,9 @@
   ##  sympa-setup.sh -- Sympa MySQL Setup Utility
   ##
   
  -#   determine MySQL root password
  +#   determine MySQL administrator username/password
  +mysql_username=`grep "^user" @l_prefix@/etc/mysql/my.pwd |\
  +  sed -e 's;^user[^=]*= *;;' -e 's; *$;;'`
   mysql_password=`grep "^password" @l_prefix@/etc/mysql/my.pwd |\
 sed -e 's;^password[^=]*= *;;' -e 's; *$;;'`
   
  @@ -16,12 +18,12 @@
   install )
   #   create the default Sympa database schema
   @l_prefix@/bin/mysql \
  ---user=root --password=$mysql_password \
  +--user=$mysql_username --password=$mysql_password \
   mysql <@l_prefix@/share/sympa/script/create_db.mysql
   
   #   create a MySQL username/password for Sympa
   @l_prefix@/bin/mysql \
  ---user=root --password=$mysql_password \
  +--user=$mysql_username --password=$mysql_password \
   mysql 

[CVS] OpenPKG: openpkg-src/cacti/ cacti-setup.sh cacti.spec

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 21:24:06
  Branch: HEAD Handle: 2006081520240500

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

  Log:
do not hard-code MySQL administrator username

  Summary:
RevisionChanges Path
1.2 +5  -3  openpkg-src/cacti/cacti-setup.sh
1.29+1  -1  openpkg-src/cacti/cacti.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/cacti/cacti-setup.sh
  
  $ cvs diff -u -r1.1 -r1.2 cacti-setup.sh
  --- openpkg-src/cacti/cacti-setup.sh  19 Aug 2003 14:45:35 -  1.1
  +++ openpkg-src/cacti/cacti-setup.sh  15 Aug 2006 19:24:05 -  1.2
  @@ -4,17 +4,19 @@
   ##
   
   #   determine MySQL root password
  +username=`grep "^user" @l_prefix@/etc/mysql/my.pwd |\
  +  sed -e 's;^user[^=]*= *;;' -e 's; *$;;'`
   password=`grep "^password" @l_prefix@/etc/mysql/my.pwd |\
 sed -e 's;^password[^=]*= *;;' -e 's; *$;;'`
   
   #   create the MySQL database for Cacti
  [EMAIL PROTECTED]@/bin/mysqladmin --user=root --password=$password create 
cacti
  [EMAIL PROTECTED]@/bin/mysqladmin --user=$username --password=$password 
create cacti
   
   #   create the default Cacti database schema
  [EMAIL PROTECTED]@/bin/mysql --user=root --password=$password cacti 
<@l_prefix@/share/cacti/cacti.sql
  [EMAIL PROTECTED]@/bin/mysql --user=$username --password=$password cacti 
<@l_prefix@/share/cacti/cacti.sql
   
   #   create a MySQL username/password for Cacti
  [EMAIL PROTECTED]@/bin/mysql --user=root --password=$password mysql 

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

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 21:15:56
  Branch: HEAD Handle: 2006081520155500

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

  Log:
upgrading package: openpkg-tools 0.8.66 -> 0.8.67

  Summary:
RevisionChanges Path
1.75+2  -2  openpkg-src/openpkg-tools/openpkg-tools.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tools/openpkg-tools.spec
  
  $ cvs diff -u -r1.74 -r1.75 openpkg-tools.spec
  --- openpkg-src/openpkg-tools/openpkg-tools.spec  11 Aug 2006 17:45:21 
-  1.74
  +++ openpkg-src/openpkg-tools/openpkg-tools.spec  15 Aug 2006 19:15:55 
-  1.75
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Bootstrapping
   License:  MIT
  -Version:  0.8.66
  -Release:  20060811
  +Version:  0.8.67
  +Release:  20060815
   
   #   package options
   %option   with_bfno
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-tools/ VERSION

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-toolsDate:   15-Aug-2006 21:15:11
  Branch: HEAD Handle: 2006081520151100

  Modified files:
openpkg-tools   VERSION

  Log:
bump before release

  Summary:
RevisionChanges Path
1.68+1  -1  openpkg-tools/VERSION
  

  patch -p0 <<'@@ .'
  Index: openpkg-tools/VERSION
  
  $ cvs diff -u -r1.67 -r1.68 VERSION
  --- openpkg-tools/VERSION 11 Aug 2006 17:44:11 -  1.67
  +++ openpkg-tools/VERSION 15 Aug 2006 19:15:11 -  1.68
  @@ -2,5 +2,5 @@
 VERSION -- Version Information for OpenPKG Tool Chain (syntax: Text)
 [automatically generated and maintained by GNU shtool]
   
  -  This is OpenPKG Tool Chain, Version 0.8.66 (11-Aug-2006)
  +  This is OpenPKG Tool Chain, Version 0.8.67 (15-Aug-2006)
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/mysql/ mysql.spec rc.mysq...

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 21:13:17
  Branch: OPENPKG_2_STABLE Handle: 2006081520131600

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/mysql   mysql.spec rc.mysql

  Log:
MFC: fixes to %status run-command

  Summary:
RevisionChanges Path
1.146.2.3   +1  -1  openpkg-src/mysql/mysql.spec
1.27.2.2+2  -2  openpkg-src/mysql/rc.mysql
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql/mysql.spec
  
  $ cvs diff -u -r1.146.2.2 -r1.146.2.3 mysql.spec
  --- openpkg-src/mysql/mysql.spec  10 Aug 2006 18:03:46 -  
1.146.2.2
  +++ openpkg-src/mysql/mysql.spec  15 Aug 2006 19:13:16 -  
1.146.2.3
  @@ -39,7 +39,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_opkg}
  -Release:  2.20060810
  +Release:  2.20060815
   
   #   package options
   %option   with_serveryes
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql/rc.mysql
  
  $ cvs diff -u -r1.27.2.1 -r1.27.2.2 rc.mysql
  --- openpkg-src/mysql/rc.mysql10 Aug 2006 18:03:46 -  1.27.2.1
  +++ openpkg-src/mysql/rc.mysql15 Aug 2006 19:13:16 -  1.27.2.2
  @@ -29,10 +29,10 @@
   [EMAIL PROTECTED]@/var/mysql/common.log
   [EMAIL PROTECTED]@/var/mysql/update.log
   
  -%status -u @l_rusr@ -o
  +%status -u @l_susr@ -o
   mysql_usable="unknown"
   mysql_active="no"
  -@l_prefix@/bin/mysqladmin \
  +[EMAIL PROTECTED]@/etc/mysql @l_prefix@/bin/mysqladmin \
   --defaults-extra-file=${mysql_pwd_file} \
   ping >/dev/null 2>&1 && mysql_active="yes"
   if [ $mysql_active = "no" -a -f $mysql_pid_file ] ; then
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/drupal/ drupal-setup.sh drupal.spec

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 21:06:07
  Branch: HEAD Handle: 2006081520060601

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

  Log:
don't hard-code MySQL administrator username

  Summary:
RevisionChanges Path
1.3 +7  -4  openpkg-src/drupal/drupal-setup.sh
1.19+1  -1  openpkg-src/drupal/drupal.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/drupal/drupal-setup.sh
  
  $ cvs diff -u -r1.2 -r1.3 drupal-setup.sh
  --- openpkg-src/drupal/drupal-setup.sh14 Nov 2005 13:59:54 -  
1.2
  +++ openpkg-src/drupal/drupal-setup.sh15 Aug 2006 19:06:06 -  
1.3
  @@ -3,22 +3,25 @@
   ##  drupal-setup
   ##
   
  -#   determine MySQL root password
  +#   determine MySQL administrator username/password
  +username=`grep "^user" @l_prefix@/etc/mysql/my.pwd |\
  +  sed -e 's;^user[^=]*= *;;' -e 's; *$;;'`
   password=`grep "^password" @l_prefix@/etc/mysql/my.pwd |\
 sed -e 's;^password[^=]*= *;;' -e 's; *$;;'`
   
   #   create the MySQL database for Drupal
  [EMAIL PROTECTED]@/bin/mysqladmin --user=root --password=$password create 
drupal
  [EMAIL PROTECTED]@/bin/mysql --user=root --password=$password mysql 

[CVS] OpenPKG: openpkg-src/mysql/ rc.mysql

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 21:02:26
  Branch: HEAD Handle: 2006081520022600

  Modified files:
openpkg-src/mysql   rc.mysql

  Log:
cleanup mysqladmin usage: set HOME on all calls to mysqladmin

  Summary:
RevisionChanges Path
1.30+1  -1  openpkg-src/mysql/rc.mysql
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql/rc.mysql
  
  $ cvs diff -u -r1.29 -r1.30 rc.mysql
  --- openpkg-src/mysql/rc.mysql15 Aug 2006 18:58:38 -  1.29
  +++ openpkg-src/mysql/rc.mysql15 Aug 2006 19:02:26 -  1.30
  @@ -32,7 +32,7 @@
   %status -u @l_susr@ -o
   mysql_usable="unknown"
   mysql_active="no"
  -@l_prefix@/bin/mysqladmin \
  +[EMAIL PROTECTED]@/etc/mysql @l_prefix@/bin/mysqladmin \
   --defaults-extra-file=${mysql_pwd_file} \
   ping >/dev/null 2>&1 && mysql_active="yes"
   if [ $mysql_active = "no" -a -f $mysql_pid_file ] ; then
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 20:58:39
  Branch: HEAD Handle: 2006081519583800

  Modified files:
openpkg-src/mysql   mysql.spec rc.mysql

  Log:
fix 'status' run-command (has to run under super-user as it has to be
able to read the my.pwd file)

  Summary:
RevisionChanges Path
1.150   +1  -1  openpkg-src/mysql/mysql.spec
1.29+1  -1  openpkg-src/mysql/rc.mysql
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql/mysql.spec
  
  $ cvs diff -u -r1.149 -r1.150 mysql.spec
  --- openpkg-src/mysql/mysql.spec  10 Aug 2006 18:01:39 -  1.149
  +++ openpkg-src/mysql/mysql.spec  15 Aug 2006 18:58:38 -  1.150
  @@ -39,7 +39,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20060810
  +Release:  20060815
   
   #   package options
   %option   with_serveryes
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql/rc.mysql
  
  $ cvs diff -u -r1.28 -r1.29 rc.mysql
  --- openpkg-src/mysql/rc.mysql10 Aug 2006 18:01:40 -  1.28
  +++ openpkg-src/mysql/rc.mysql15 Aug 2006 18:58:38 -  1.29
  @@ -29,7 +29,7 @@
   [EMAIL PROTECTED]@/var/mysql/common.log
   [EMAIL PROTECTED]@/var/mysql/update.log
   
  -%status -u @l_rusr@ -o
  +%status -u @l_susr@ -o
   mysql_usable="unknown"
   mysql_active="no"
   @l_prefix@/bin/mysqladmin \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 18:14:55
  Branch: HEAD Handle: 2006081517145500

  Modified files:
openpkg-src/guile   guile.spec

  Log:
disable NLS to avoid dependency to gettext

  Summary:
RevisionChanges Path
1.50+3  -2  openpkg-src/guile/guile.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/guile/guile.spec
  
  $ cvs diff -u -r1.49 -r1.50 guile.spec
  --- openpkg-src/guile/guile.spec  6 Jun 2006 10:49:27 -   1.49
  +++ openpkg-src/guile/guile.spec  15 Aug 2006 16:14:55 -  1.50
  @@ -33,7 +33,7 @@
   Group:Language
   License:  GPL
   Version:  1.8.0
  -Release:  20060606
  +Release:  20060815
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/guile/guile-%{version}.tar.gz
  @@ -73,7 +73,8 @@
   --prefix=%{l_prefix} \
   --disable-error-on-warning \
   --disable-shared \
  ---without-threads
  +--without-threads \
  +--disable-nls
   %{l_make} %{l_mflags}
   
   %install
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 18:08:32
  Branch: HEAD Handle: 2006081517083200

  Modified files:
openpkg-src/muttmutt.spec

  Log:
upgrading package: mutt 1.5.12 -> 1.5.13

  Summary:
RevisionChanges Path
1.78+5  -3  openpkg-src/mutt/mutt.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mutt/mutt.spec
  
  $ cvs diff -u -r1.77 -r1.78 mutt.spec
  --- openpkg-src/mutt/mutt.spec6 Aug 2006 08:54:13 -   1.77
  +++ openpkg-src/mutt/mutt.spec15 Aug 2006 16:08:32 -  1.78
  @@ -22,9 +22,11 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   FIXME: rse: sidebar patch broken after recent upgrade
  +
   #   package version
  -%define   V_mutt  1.5.12
  -%define   V_mutt_patches  1.5.12
  +%define   V_mutt  1.5.13
  +%define   V_mutt_patches  1.5.13
   %define   V_mutt_patches_sidebar  1.5.12.sidebar.20060804
   
   #   package information
  @@ -38,7 +40,7 @@
   Group:Mail
   License:  BSD
   Version:  %{V_mutt}
  -Release:  20060806
  +Release:  20060815
   
   #   build options
   %option   with_comp  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 18:08:32
  Branch: HEAD Handle: 2006081517083200

  Modified files:
openpkg-src/openser openser.spec

  Log:
modifying package: openser-1.1.0 20060812 -> 20060815

  Summary:
RevisionChanges Path
1.20+2  -2  openpkg-src/openser/openser.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openser/openser.spec
  
  $ cvs diff -u -r1.19 -r1.20 openser.spec
  --- openpkg-src/openser/openser.spec  12 Aug 2006 07:52:15 -  1.19
  +++ openpkg-src/openser/openser.spec  15 Aug 2006 16:08:32 -  1.20
  @@ -24,7 +24,7 @@
   
   #   package options
   %define   V_openser  1.1.0
  -%define   V_rtpproxy 20060812-021301
  +%define   V_rtpproxy 20060815-101301
   
   #   package information
   Name: openser
  @@ -37,7 +37,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_openser}
  -Release:  20060812
  +Release:  20060815
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 09:13:10
  Branch: HEAD Handle: 2006081508130900

  Modified files:
openpkg-src/glib2   glib2.spec

  Log:
glib nowadays is also used without Gtk+, make this clear

  Summary:
RevisionChanges Path
1.71+5  -5  openpkg-src/glib2/glib2.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/glib2/glib2.spec
  
  $ cvs diff -u -r1.70 -r1.71 glib2.spec
  --- openpkg-src/glib2/glib2.spec  8 Aug 2006 07:27:57 -   1.70
  +++ openpkg-src/glib2/glib2.spec  15 Aug 2006 07:13:09 -  1.71
  @@ -38,7 +38,7 @@
   Group:Algorithm
   License:  GPL
   Version:  %{V_glib2_major}.%{V_glib2_minor}
  -Release:  20060808
  +Release:  20060815
   
   #   package options
   %option   with_threads  yes
  @@ -58,10 +58,10 @@
   AutoReqProv:  no
   
   %description
  -GLib is the low-level core library that forms the basis of Gtk+. It
  -provides data structure handling for C, portability wrappers, and
  -interfaces for such runtime functionality as an event loop, threads,
  -dynamic loading, and an object system.
  +GLib is the low-level core library that originally was split out
  +from Gtk+. It provides data structure handling for C, portability
  +wrappers, and interfaces for such runtime functionality as an event
  +loop, threads, dynamic loading, and an object system.
   
   %track
   prog glib2 = {
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-08-15 Thread Ralf S. Engelschall
etwork cards
  +  */
  +-node_id[0] |= 0x80;
  ++node_id[0] |= 0x01;
  + }
  + has_init = 1;
  + }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/heartbeat/heartbeat.spec
  
  $ cvs diff -u -r1.17 -r1.18 heartbeat.spec
  --- openpkg-src/heartbeat/heartbeat.spec  14 Jul 2006 07:51:30 -  
1.17
  +++ openpkg-src/heartbeat/heartbeat.spec  15 Aug 2006 07:11:06 -  
1.18
  @@ -34,8 +34,8 @@
   Class:EVAL
   Group:System
   License:  GPL
  -Version:  2.0.6
  -Release:  20060714
  +Version:  2.0.7
  +Release:  20060815
   
   #   list of sources
   Source0:  http://linux-ha.org/download/heartbeat-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 09:08:39
  Branch: HEAD Handle: 2006081508083800

  Modified files:
openpkg-src/mm  mm.spec

  Log:
upgrading package: mm 1.4.1 -> 1.4.2

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/mm/mm.spec
  
  $ cvs diff -u -r1.39 -r1.40 mm.spec
  --- openpkg-src/mm/mm.spec10 Aug 2006 19:17:24 -  1.39
  +++ openpkg-src/mm/mm.spec15 Aug 2006 07:08:38 -  1.40
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:System
   License:  BSD
  -Version:  1.4.1
  -Release:  20060810
  +Version:  1.4.2
  +Release:  20060815
   
   #   list of sources
   Source0:  ftp://ftp.ossp.org/pkg/lib/mm/mm-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 09:02:49
  Branch: HEAD Handle: 2006081508024800

  Modified files:
openpkg-src/opencdk opencdk.spec

  Log:
upgrading package: opencdk 0.5.8 -> 0.5.9

  Summary:
RevisionChanges Path
1.29+2  -2  openpkg-src/opencdk/opencdk.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/opencdk/opencdk.spec
  
  $ cvs diff -u -r1.28 -r1.29 opencdk.spec
  --- openpkg-src/opencdk/opencdk.spec  18 Jun 2006 07:39:34 -  1.28
  +++ openpkg-src/opencdk/opencdk.spec  15 Aug 2006 07:02:48 -  1.29
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Cryptography
   License:  GPL
  -Version:  0.5.8
  -Release:  20060618
  +Version:  0.5.9
  +Release:  20060815
   
   #   list of sources
   Source0:  
ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/opencdk-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2006-08-15 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   15-Aug-2006 09:02:49
  Branch: HEAD Handle: 2006081508024800

  Modified files:
openpkg-src/libtasn1libtasn1.spec

  Log:
upgrading package: libtasn1 0.3.4 -> 0.3.5

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/libtasn1/libtasn1.spec
  
  $ cvs diff -u -r1.42 -r1.43 libtasn1.spec
  --- openpkg-src/libtasn1/libtasn1.spec18 Jun 2006 07:37:57 -  
1.42
  +++ openpkg-src/libtasn1/libtasn1.spec15 Aug 2006 07:02:48 -  
1.43
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Converter
   License:  LGPL
  -Version:  0.3.4
  -Release:  20060618
  +Version:  0.3.5
  +Release:  20060815
   
   #   list of sources
   Source0:  
ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/libtasn1-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org