[CVS] OpenPKG: OPENPKG_2_3_SOLID: openpkg-src/ghostscript/ ghostscript...

2005-07-06 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:   06-Jul-2005 20:04:03
  Branch: OPENPKG_2_3_SOLIDHandle: 2005070619040003

  Modified files:   (Branch: OPENPKG_2_3_SOLID)
openpkg-src/ghostscript ghostscript.patch ghostscript.spec

  Log:
Fix zlib security issue (OpenPKG-SA-2005.013, CAN-2005-2096)

  Summary:
RevisionChanges Path
1.10.4.1+17 -0  openpkg-src/ghostscript/ghostscript.patch
1.66.2.3+1  -1  openpkg-src/ghostscript/ghostscript.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ghostscript/ghostscript.patch
  
  $ cvs diff -u -r1.10 -r1.10.4.1 ghostscript.patch
  --- openpkg-src/ghostscript/ghostscript.patch 25 Aug 2004 11:20:26 -  
1.10
  +++ openpkg-src/ghostscript/ghostscript.patch 6 Jul 2005 18:04:00 -   
1.10.4.1
  @@ -85,3 +85,20 @@
state->next = state->codes;
state->lencode = (code const FAR *)(state->next);
   
  +-
  +
  +Security Bugfixes (CAN-2005-2096, OpenPKG-SA-2005.013)
  +
  +Index: zlib/inftrees.c
  +--- zlib/inftrees.c.orig 2004-09-15 16:30:06 +0200
   zlib/inftrees.c  2005-07-06 18:31:14 +0200
  +@@ -134,7 +134,7 @@
  + left -= count[len];
  + if (left < 0) return -1;/* over-subscribed */
  + }
  +-if (left > 0 && (type == CODES || (codes - count[0] != 1)))
  ++if (left > 0 && (type == CODES || max != 1))
  + return -1;  /* incomplete set */
  + 
  + /* generate offsets into symbol table for each length for sorting */
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ghostscript/ghostscript.spec
  
  $ cvs diff -u -r1.66.2.2 -r1.66.2.3 ghostscript.spec
  --- openpkg-src/ghostscript/ghostscript.spec  21 Feb 2005 18:57:56 -  
1.66.2.2
  +++ openpkg-src/ghostscript/ghostscript.spec  6 Jul 2005 18:04:03 -   
1.66.2.3
  @@ -43,7 +43,7 @@
   Group:Graphics
   License:  Aladdin
   Version:  %{V_real}
  -Release:  2.3.0
  +Release:  2.3.1
   
   #   package options
   %option   with_x11 yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_4_SOLID: openpkg-src/ghostscript/ ghostscript...

2005-07-06 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:   06-Jul-2005 19:57:13
  Branch: OPENPKG_2_4_SOLIDHandle: 2005070618571300

  Modified files:   (Branch: OPENPKG_2_4_SOLID)
openpkg-src/ghostscript ghostscript.patch ghostscript.spec

  Log:
Fix zlib security issue (OpenPKG-SA-2005.013, CAN-2005-2096)

  Summary:
RevisionChanges Path
1.11.2.1+15 -0  openpkg-src/ghostscript/ghostscript.patch
1.69.2.2+1  -1  openpkg-src/ghostscript/ghostscript.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ghostscript/ghostscript.patch
  
  $ cvs diff -u -r1.11 -r1.11.2.1 ghostscript.patch
  --- openpkg-src/ghostscript/ghostscript.patch 23 Apr 2005 18:36:57 -  
1.11
  +++ openpkg-src/ghostscript/ghostscript.patch 6 Jul 2005 17:57:13 -   
1.11.2.1
  @@ -15,3 +15,18 @@
   /* other archs may want to add defines here, 
  or use the fallbacks in std.h */
#endif
  +
  +Fix Security Issue (OpenPKG-SA-2005.013, CAN-2005-2096)
  +
  +Index: zlib/inftrees.c
  +--- zlib/inftrees.c.orig 2004-09-15 16:30:06 +0200
   zlib/inftrees.c  2005-07-06 18:31:14 +0200
  +@@ -134,7 +134,7 @@
  + left -= count[len];
  + if (left < 0) return -1;/* over-subscribed */
  + }
  +-if (left > 0 && (type == CODES || (codes - count[0] != 1)))
  ++if (left > 0 && (type == CODES || max != 1))
  + return -1;  /* incomplete set */
  + 
  + /* generate offsets into symbol table for each length for sorting */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ghostscript/ghostscript.spec
  
  $ cvs diff -u -r1.69.2.1 -r1.69.2.2 ghostscript.spec
  --- openpkg-src/ghostscript/ghostscript.spec  15 Jun 2005 18:59:21 -  
1.69.2.1
  +++ openpkg-src/ghostscript/ghostscript.spec  6 Jul 2005 17:57:13 -   
1.69.2.2
  @@ -42,7 +42,7 @@
   Group:Graphics
   License:  Aladdin
   Version:  %{V_real}
  -Release:  2.4.0
  +Release:  2.4.1
   
   #   package options
   %option   with_x11 yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 19:55:59
  Branch: HEAD Handle: 2005070618555900

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

  Log:
Fix zlib security issue (OpenPKG-SA-2005.013, CAN-2005-2096)

  Summary:
RevisionChanges Path
1.12+15 -0  openpkg-src/ghostscript/ghostscript.patch
1.70+1  -1  openpkg-src/ghostscript/ghostscript.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ghostscript/ghostscript.patch
  
  $ cvs diff -u -r1.11 -r1.12 ghostscript.patch
  --- openpkg-src/ghostscript/ghostscript.patch 23 Apr 2005 18:36:57 -  
1.11
  +++ openpkg-src/ghostscript/ghostscript.patch 6 Jul 2005 17:55:59 -   
1.12
  @@ -15,3 +15,18 @@
   /* other archs may want to add defines here, 
  or use the fallbacks in std.h */
#endif
  +
  +Fix Security Issue (OpenPKG-SA-2005.013, CAN-2005-2096)
  +
  +Index: zlib/inftrees.c
  +--- zlib/inftrees.c.orig 2004-09-15 16:30:06 +0200
   zlib/inftrees.c  2005-07-06 18:31:14 +0200
  +@@ -134,7 +134,7 @@
  + left -= count[len];
  + if (left < 0) return -1;/* over-subscribed */
  + }
  +-if (left > 0 && (type == CODES || (codes - count[0] != 1)))
  ++if (left > 0 && (type == CODES || max != 1))
  + return -1;  /* incomplete set */
  + 
  + /* generate offsets into symbol table for each length for sorting */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ghostscript/ghostscript.spec
  
  $ cvs diff -u -r1.69 -r1.70 ghostscript.spec
  --- openpkg-src/ghostscript/ghostscript.spec  23 Apr 2005 18:36:57 -  
1.69
  +++ openpkg-src/ghostscript/ghostscript.spec  6 Jul 2005 17:55:59 -   
1.70
  @@ -42,7 +42,7 @@
   Group:Graphics
   License:  Aladdin
   Version:  %{V_real}
  -Release:  20050423
  +Release:  20050706
   
   #   package options
   %option   with_x11 yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 19:51:21
  Branch: OPENPKG_2_3_SOLIDHandle: 2005070618512000

  Added files:  (Branch: OPENPKG_2_3_SOLID)
openpkg-src/openpkg zlib.patch
  Modified files:   (Branch: OPENPKG_2_3_SOLID)
openpkg-src/openpkg HISTORY openpkg.spec

  Log:
Fix zlib security issue (OpenPKG-SA-2005.013, CAN-2005-2096)

  Summary:
RevisionChanges Path
1.244.2.7   +3  -0  openpkg-src/openpkg/HISTORY
1.397.2.8   +5  -1  openpkg-src/openpkg/openpkg.spec
1.1.8.2 +14 -0  openpkg-src/openpkg/zlib.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.244.2.6 -r1.244.2.7 HISTORY
  --- openpkg-src/openpkg/HISTORY   10 Jun 2005 16:22:25 -  
1.244.2.6
  +++ openpkg-src/openpkg/HISTORY   6 Jul 2005 17:51:20 -   
1.244.2.7
  @@ -2,6 +2,9 @@
   2005
   
   
  +20050706  RELEASE AS PART OF OPENPKG 2.3.2 ***
  +20050706 Fix zlib security issue (OpenPKG-SA-2005.013, CAN-2005-2096)
  +
   20050610  RELEASE AS PART OF OPENPKG 2.3.2 ***
   20050610 patch GNU bzip2, gzip, OpenPKG-SA-2005.010 (CAN-2005-0953, 
CAN-2005-1260, CAN-2005-1228)
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.397.2.7 -r1.397.2.8 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  15 Jun 2005 11:32:26 -  
1.397.2.7
  +++ openpkg-src/openpkg/openpkg.spec  6 Jul 2005 17:51:20 -   
1.397.2.8
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  2.3.3
  +%define   V_openpkg  2.3.4
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ -133,6 +133,7 @@
   Source61: uuid.pod
   Source62: uuid.sh
   Source63: gzip.c
  +Source64: zlib.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -527,6 +528,9 @@
 sed -e "s;@l_prefix@;%{l_prefix};g" <`SOURCE rpm.patch.regen`   | 
${l_patch} -p0
 rm -rf db/docs # just reduce disk size of source tree
   ) || exit $?
  +( cd zlib-%{V_zlib}
  +  ${l_patch} -p0 <`SOURCE zlib.patch`
  +) || exit $?
   ( cd make-%{V_make}
 ${l_patch} -p0 <`SOURCE make.patch`
   ) || exit $?
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/zlib.patch
  
  $ cvs diff -u -r0 -r1.1.8.2 zlib.patch
  --- /dev/null 2005-07-06 19:51:04 +0200
  +++ zlib.patch2005-07-06 19:51:21 +0200
  @@ -0,0 +1,14 @@
  +Fix Security Issue (OpenPKG-SA-2005.013, CAN-2005-2096)
  +
  +Index: inftrees.c
  +--- inftrees.c.orig  2004-09-15 16:30:06 +0200
   inftrees.c   2005-07-06 18:31:14 +0200
  +@@ -134,7 +134,7 @@
  + left -= count[len];
  + if (left < 0) return -1;/* over-subscribed */
  + }
  +-if (left > 0 && (type == CODES || (codes - count[0] != 1)))
  ++if (left > 0 && (type == CODES || max != 1))
  + return -1;  /* incomplete set */
  + 
  + /* generate offsets into symbol table for each length for sorting */
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 19:50:12
  Branch: HEAD Handle: 2005070618501200

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

  Log:
modifying package: perl-util-5.8.7 20050702 -> 20050706

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-util/perl-util.spec
  
  $ cvs diff -u -r1.201 -r1.202 perl-util.spec
  --- openpkg-src/perl-util/perl-util.spec  2 Jul 2005 19:20:22 -   
1.201
  +++ openpkg-src/perl-util/perl-util.spec  6 Jul 2005 17:50:12 -   
1.202
  @@ -81,7 +81,7 @@
   %define   V_memoize  1.01
   %define   V_path_class   0.12
   %define   V_anydata  0.10
  -%define   V_ootools  2.1
  +%define   V_ootools  2.11
   %define   V_clone0.18
   %define   V_clone_pp 1.02
   %define   V_data_page2.00
  @@ -98,7 +98,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20050702
  +Release:  20050706
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 19:50:01
  Branch: HEAD Handle: 2005070618500100

  Modified files:
openpkg-src/libpcap libpcap.spec
  Removed files:
openpkg-src/libpcap libpcap.patch

  Log:
upgrading package: libpcap 0.8.3 -> 0.9.1

  Summary:
RevisionChanges Path
1.2 +0  -20 openpkg-src/libpcap/libpcap.patch
1.36+2  -4  openpkg-src/libpcap/libpcap.spec
  

  rm -f openpkg-src/libpcap/libpcap.patch <<'@@ .'
  Index: openpkg-src/libpcap/libpcap.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/libpcap/libpcap.spec
  
  $ cvs diff -u -r1.35 -r1.36 libpcap.spec
  --- openpkg-src/libpcap/libpcap.spec  24 Mar 2005 11:19:19 -  1.35
  +++ openpkg-src/libpcap/libpcap.spec  6 Jul 2005 17:50:01 -   1.36
  @@ -32,12 +32,11 @@
   Class:BASE
   Group:Network
   License:  GPL
  -Version:  0.8.3
  -Release:  20041209
  +Version:  0.9.1
  +Release:  20050706
   
   #   list of sources
   Source0:  http://www.tcpdump.org/release/libpcap-%{version}.tar.gz
  -Patch0:   libpcap.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -63,7 +62,6 @@
   
   %prep
   %setup -q
  -%patch -p0
   
   %build
   CC="%{l_cc}" \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 19:47:26
  Branch: HEAD Handle: 2005070618472600

  Modified files:
openpkg-src/citadel citadel.spec

  Log:
upgrading package: citadel 6.51 -> 6.52

  Summary:
RevisionChanges Path
1.21+2  -2  openpkg-src/citadel/citadel.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/citadel/citadel.spec
  
  $ cvs diff -u -r1.20 -r1.21 citadel.spec
  --- openpkg-src/citadel/citadel.spec  13 Jun 2005 09:47:53 -  1.20
  +++ openpkg-src/citadel/citadel.spec  6 Jul 2005 17:47:26 -   1.21
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Mail
   License:  GNU
  -Version:  6.51
  -Release:  20050613
  +Version:  6.52
  +Release:  20050706
   
   #   package options
   %option   with_ical   no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 19:47:15
  Branch: HEAD Handle: 2005070618471500

  Modified files:
openpkg-src/tidytidy.spec

  Log:
upgrading package: tidy 20050704 -> 20050705

  Summary:
RevisionChanges Path
1.166   +3  -3  openpkg-src/tidy/tidy.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tidy/tidy.spec
  
  $ cvs diff -u -r1.165 -r1.166 tidy.spec
  --- openpkg-src/tidy/tidy.spec5 Jul 2005 17:53:36 -   1.165
  +++ openpkg-src/tidy/tidy.spec6 Jul 2005 17:47:15 -   1.166
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_here 20050704
  -%define   V_real 050704
  +%define   V_here 20050705
  +%define   V_real 050705
   
   #   package information
   Name: tidy
  @@ -37,7 +37,7 @@
   Group:Text
   License:  GPL
   Version:  %{V_here}
  -Release:  20050705
  +Release:  20050706
   
   #   list of sources
   Source0:  http://tidy.sourceforge.net/src/tidy_src_%{V_real}.tgz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 19:47:06
  Branch: HEAD Handle: 2005070618470600

  Modified files:
openpkg-src/squirrelmail
squirrelmail.spec

  Log:
modifying package: squirrelmail-1.4.4 20050625 -> 20050706

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/squirrelmail/squirrelmail.spec
  
  $ cvs diff -u -r1.28 -r1.29 squirrelmail.spec
  --- openpkg-src/squirrelmail/squirrelmail.spec25 Jun 2005 07:10:31 
-  1.28
  +++ openpkg-src/squirrelmail/squirrelmail.spec6 Jul 2005 17:47:06 
-   1.29
  @@ -37,7 +37,7 @@
   %define   V_plugin_update   0.7-1.4.2
   %define   V_plugin_userip   3.3-1.2.2
   %define   V_plugin_smallcal 0.8-1.2.3
  -%define   V_plugin_vkeyboard0.8
  +%define   V_plugin_vkeyboard0.8.1
   
   #   package information
   Name: squirrelmail
  @@ -50,7 +50,7 @@
   Group:Mail
   License:  GPL
   Version:  %{V_sqmail}
  -Release:  20050625
  +Release:  20050706
   
   #   package options
   %option   with_plugins  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 19:31:30
  Branch: OPENPKG_2_4_SOLIDHandle: 2005070618312801

  Added files:  (Branch: OPENPKG_2_4_SOLID)
openpkg-src/openpkg zlib.patch
  Modified files:   (Branch: OPENPKG_2_4_SOLID)
openpkg-src/openpkg HISTORY openpkg.spec shtool

  Log:
Fix zlib security issue (OpenPKG-SA-2005.013, CAN-2005-2096)

  Summary:
RevisionChanges Path
1.273.2.1   +6  -0  openpkg-src/openpkg/HISTORY
1.429.2.2   +7  -3  openpkg-src/openpkg/openpkg.spec
1.29.2.1+8  -7  openpkg-src/openpkg/shtool
1.2.2.1 +14 -0  openpkg-src/openpkg/zlib.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.273 -r1.273.2.1 HISTORY
  --- openpkg-src/openpkg/HISTORY   15 Jun 2005 12:38:37 -  1.273
  +++ openpkg-src/openpkg/HISTORY   6 Jul 2005 17:31:28 -   
1.273.2.1
  @@ -2,6 +2,12 @@
   2005
   
   
  +20050706  RELEASE AS PART OF OPENPKG 2.4.1 ***
  +20050706 Fixed zlib security issue (OpenPKG-SA-2005.013, CAN-2005-2096)
  +20050706 upgrade to latest version 20050606 of GNU config.* scripts
  +20050706 upgrade to latest CVS snapshot of GNU shtool to correctly detect 
FreeBSD/amd64 on ix86+EM64T
  +
  +20050615  RELEASE AS PART OF OPENPKG 2.4.0 ***
   20050615 update the platform support list (aux.prereq.sh) for OpenPKG 2.4
   20050615 upgrade to GNU shtool 2.0.2 (fixing CAN-2005-1751 and CAN-2005-1759)
   20050613 part 4 of AIX port: cleanups and fixes for system hooks
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.429.2.1 -r1.429.2.2 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  15 Jun 2005 19:01:17 -  
1.429.2.1
  +++ openpkg-src/openpkg/openpkg.spec  6 Jul 2005 17:31:28 -   
1.429.2.2
  @@ -38,7 +38,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  2.4.0
  +%define   V_openpkg  2.4.1
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ -52,7 +52,7 @@
   %define   V_tar  1.15.1
   %define   V_bash 3.0
   %define   V_uuid 1.2.0
  -%define   V_config   20050606
  +%define   V_config   20050706
   
   #   package information
   Name: openpkg
  @@ -131,6 +131,7 @@
   Source60: uuid.8
   Source61: uuid.pod
   Source62: uuid.sh
  +Source63: zlib.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -138,7 +139,7 @@
   AutoReq:  no
   AutoReqProv:  no
   Provides: OpenPKG
  -Provides: openpkg = 20050615-20050615
  +Provides: openpkg = 20050706-20050706
   
   %description
   This is the bootstrap package for the RPM-based Unix Software
  @@ -530,6 +531,9 @@
 sed -e "s;@l_prefix@;%{l_prefix};g" <`SOURCE rpm.patch.regen`   | 
${l_patch} -p0
 rm -rf db/docs # just reduce disk size of source tree
   ) || exit $?
  +( cd zlib-%{V_zlib}
  +  ${l_patch} -p0 <`SOURCE zlib.patch`
  +) || exit $?
   ( cd make-%{V_make}
 ${l_patch} -p0 <`SOURCE make.patch`
   ) || exit $?
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/shtool
  
  $ cvs diff -u -r1.29 -r1.29.2.1 shtool
  --- openpkg-src/openpkg/shtool15 Jun 2005 11:25:07 -  1.29
  +++ openpkg-src/openpkg/shtool6 Jul 2005 17:31:29 -   1.29.2.1
  @@ -2609,13 +2609,14 @@
   i386 ) AC="iX86" ;;
   esac
   AP="${AC}"
  -AT=`(/sbin/sysctl -n hw.model) 2>&1`
  -case "${AT}" in
  -*"Xeon"* | *"Pentium Pro"* | *"Cyrix 6x86MX"* | *"Pentium 
II"* | *"Pentium III"* | *"Pentium 4"* | *"Celeron"* ) AT="i686" ;;
  -*"Pentium"* ) AT="i586" ;; *"i486[SD]X"* | *"Cyrix 486"* | 
*"Cyrix [56]x86"* | *"Blue Lightning" | *"Cyrix 486S/DX" ) AT="i486" ;;
  -*"i386[SD]X"* | *"NexGen 586"* ) AT="i386" ;;
  -* ) AT="${AP}" ;;
  -esac
  +AT="${AP}"
  +

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

2005-07-06 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:   06-Jul-2005 19:18:25
  Branch: HEAD Handle: 2005070618182400

  Added files:
openpkg-src/openpkg zlib.patch
  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec

  Log:
Fix zlib security issue (OpenPKG-SA-2005.013, CAN-2005-2096)

  Summary:
RevisionChanges Path
1.275   +1  -0  openpkg-src/openpkg/HISTORY
1.431   +4  -0  openpkg-src/openpkg/openpkg.spec
1.3 +14 -0  openpkg-src/openpkg/zlib.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.274 -r1.275 HISTORY
  --- openpkg-src/openpkg/HISTORY   6 Jul 2005 13:52:41 -   1.274
  +++ openpkg-src/openpkg/HISTORY   6 Jul 2005 17:18:24 -   1.275
  @@ -2,6 +2,7 @@
   2005
   
   
  +20050706 Fixed zlib security issue (OpenPKG-SA-2005.013, CAN-2005-2096)
   20050706 upgrade to latest version 20050606 of GNU config.* scripts
   20050706 upgrade to latest CVS snapshot of GNU shtool to correctly detect 
FreeBSD/amd64 on ix86+EM64T
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.430 -r1.431 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  6 Jul 2005 13:52:41 -   1.430
  +++ openpkg-src/openpkg/openpkg.spec  6 Jul 2005 17:18:24 -   1.431
  @@ -131,6 +131,7 @@
   Source60: uuid.8
   Source61: uuid.pod
   Source62: uuid.sh
  +Source63: zlib.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -529,6 +530,9 @@
 sed -e "s;@l_prefix@;%{l_prefix};g" <`SOURCE rpm.patch.regen`   | 
${l_patch} -p0
 rm -rf db/docs # just reduce disk size of source tree
   ) || exit $?
  +( cd zlib-%{V_zlib}
  +  ${l_patch} -p0 <`SOURCE zlib.patch`
  +) || exit $?
   ( cd make-%{V_make}
 ${l_patch} -p0 <`SOURCE make.patch`
   ) || exit $?
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/zlib.patch
  
  $ cvs diff -u -r0 -r1.3 zlib.patch
  --- /dev/null 2005-07-06 19:18:19 +0200
  +++ zlib.patch2005-07-06 19:18:25 +0200
  @@ -0,0 +1,14 @@
  +Fix Security Issue (OpenPKG-SA-2005.013, CAN-2005-2096)
  +
  +Index: inftrees.c
  +--- inftrees.c.orig  2004-09-15 16:30:06 +0200
   inftrees.c   2005-07-06 18:31:14 +0200
  +@@ -134,7 +134,7 @@
  + left -= count[len];
  + if (left < 0) return -1;/* over-subscribed */
  + }
  +-if (left > 0 && (type == CODES || (codes - count[0] != 1)))
  ++if (left > 0 && (type == CODES || max != 1))
  + return -1;  /* incomplete set */
  + 
  + /* generate offsets into symbol table for each length for sorting */
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_2_SOLID: openpkg-src/zlib/ zlib.patch zlib.sp...

2005-07-06 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:   06-Jul-2005 18:49:15
  Branch: OPENPKG_2_2_SOLIDHandle: 2005070617491500

  Modified files:   (Branch: OPENPKG_2_2_SOLID)
openpkg-src/zlibzlib.patch zlib.spec

  Log:
Fix zlib security issue (OpenPKG-SA-2005.013, CAN-2005-2096)

  Summary:
RevisionChanges Path
1.3.2.1 +15 -0  openpkg-src/zlib/zlib.patch
1.28.2.2+1  -1  openpkg-src/zlib/zlib.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/zlib/zlib.patch
  
  $ cvs diff -u -r1.3 -r1.3.2.1 zlib.patch
  --- openpkg-src/zlib/zlib.patch   25 Aug 2004 10:49:00 -  1.3
  +++ openpkg-src/zlib/zlib.patch   6 Jul 2005 16:49:15 -   1.3.2.1
  @@ -26,3 +26,18 @@
/* build code tables */
state->next = state->codes;
state->lencode = (code const FAR *)(state->next);
  +
  +Security Bugfixes (CAN-2005-2096, OpenPKG-SA-2005.013-zlib):
  +
  +Index: inftrees.c
  +--- inftrees.c.orig  2004-09-15 16:30:06 +0200
   inftrees.c   2005-07-06 18:31:14 +0200
  +@@ -134,7 +134,7 @@
  + left -= count[len];
  + if (left < 0) return -1;/* over-subscribed */
  + }
  +-if (left > 0 && (type == CODES || (codes - count[0] != 1)))
  ++if (left > 0 && (type == CODES || max != 1))
  + return -1;  /* incomplete set */
  + 
  + /* generate offsets into symbol table for each length for sorting */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/zlib/zlib.spec
  
  $ cvs diff -u -r1.28.2.1 -r1.28.2.2 zlib.spec
  --- openpkg-src/zlib/zlib.spec11 Oct 2004 18:59:56 -  1.28.2.1
  +++ openpkg-src/zlib/zlib.spec6 Jul 2005 16:49:15 -   1.28.2.2
  @@ -34,7 +34,7 @@
   Group:Compression
   License:  BSD
   Version:  1.2.1
  -Release:  2.2.0
  +Release:  2.2.1
   
   #   list of sources
   Source0:  http://www.gzip.org/zlib/zlib-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_3_SOLID: openpkg-src/zlib/ zlib.patch zlib.sp...

2005-07-06 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:   06-Jul-2005 18:47:32
  Branch: OPENPKG_2_3_SOLIDHandle: 2005070617473200

  Added files:  (Branch: OPENPKG_2_3_SOLID)
openpkg-src/zlibzlib.patch
  Modified files:   (Branch: OPENPKG_2_3_SOLID)
openpkg-src/zlibzlib.spec

  Log:
Fix zlib security issue (OpenPKG-SA-2005.013, CAN-2005-2096)

  Summary:
RevisionChanges Path
1.4.2.1 +12 -0  openpkg-src/zlib/zlib.patch
1.32.2.2+3  -1  openpkg-src/zlib/zlib.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/zlib/zlib.patch
  
  $ cvs diff -u -r0 -r1.4.2.1 zlib.patch
  --- /dev/null 2005-07-06 18:47:32 +0200
  +++ zlib.patch2005-07-06 18:47:32 +0200
  @@ -0,0 +1,12 @@
  +Index: inftrees.c
  +--- inftrees.c.orig  2004-09-15 16:30:06 +0200
   inftrees.c   2005-07-06 18:31:14 +0200
  +@@ -134,7 +134,7 @@
  + left -= count[len];
  + if (left < 0) return -1;/* over-subscribed */
  + }
  +-if (left > 0 && (type == CODES || (codes - count[0] != 1)))
  ++if (left > 0 && (type == CODES || max != 1))
  + return -1;  /* incomplete set */
  + 
  + /* generate offsets into symbol table for each length for sorting */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/zlib/zlib.spec
  
  $ cvs diff -u -r1.32.2.1 -r1.32.2.2 zlib.spec
  --- openpkg-src/zlib/zlib.spec21 Feb 2005 17:09:06 -  1.32.2.1
  +++ openpkg-src/zlib/zlib.spec6 Jul 2005 16:47:32 -   1.32.2.2
  @@ -34,10 +34,11 @@
   Group:Compression
   License:  BSD
   Version:  1.2.2
  -Release:  2.3.0
  +Release:  2.3.1
   
   #   list of sources
   Source0:  http://www.zlib.net/zlib-%{version}.tar.gz
  +Patch0:   zlib.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -68,6 +69,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   
   %build
   CC="%{l_cc}" \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_4_SOLID: openpkg-src/zlib/ zlib.patch zlib.sp...

2005-07-06 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:   06-Jul-2005 18:45:22
  Branch: OPENPKG_2_4_SOLIDHandle: 2005070617452200

  Added files:  (Branch: OPENPKG_2_4_SOLID)
openpkg-src/zlibzlib.patch
  Modified files:   (Branch: OPENPKG_2_4_SOLID)
openpkg-src/zlibzlib.spec

  Log:
Fix zlib security issue (OpenPKG-SA-2005.013, CAN-2005-2096)

  Summary:
RevisionChanges Path
1.4.4.1 +12 -0  openpkg-src/zlib/zlib.patch
1.33.2.2+3  -1  openpkg-src/zlib/zlib.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/zlib/zlib.patch
  
  $ cvs diff -u -r0 -r1.4.4.1 zlib.patch
  --- /dev/null 2005-07-06 18:45:22 +0200
  +++ zlib.patch2005-07-06 18:45:22 +0200
  @@ -0,0 +1,12 @@
  +Index: inftrees.c
  +--- inftrees.c.orig  2004-09-15 16:30:06 +0200
   inftrees.c   2005-07-06 18:31:14 +0200
  +@@ -134,7 +134,7 @@
  + left -= count[len];
  + if (left < 0) return -1;/* over-subscribed */
  + }
  +-if (left > 0 && (type == CODES || (codes - count[0] != 1)))
  ++if (left > 0 && (type == CODES || max != 1))
  + return -1;  /* incomplete set */
  + 
  + /* generate offsets into symbol table for each length for sorting */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/zlib/zlib.spec
  
  $ cvs diff -u -r1.33.2.1 -r1.33.2.2 zlib.spec
  --- openpkg-src/zlib/zlib.spec15 Jun 2005 19:08:20 -  1.33.2.1
  +++ openpkg-src/zlib/zlib.spec6 Jul 2005 16:45:22 -   1.33.2.2
  @@ -33,10 +33,11 @@
   Group:Compression
   License:  BSD
   Version:  1.2.2
  -Release:  2.4.0
  +Release:  2.4.1
   
   #   list of sources
   Source0:  http://www.zlib.net/zlib-%{version}.tar.gz
  +Patch0:   zlib.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -67,6 +68,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   
   %build
   CC="%{l_cc}" \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 18:43:23
  Branch: HEAD Handle: 2005070617432300

  Added files:
openpkg-src/zlibzlib.patch
  Modified files:
openpkg-src/zlibzlib.spec

  Log:
Fix zlib security issue (OpenPKG-SA-2005.013, CAN-2005-2096)

  Summary:
RevisionChanges Path
1.5 +12 -0  openpkg-src/zlib/zlib.patch
1.34+3  -1  openpkg-src/zlib/zlib.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/zlib/zlib.patch
  
  $ cvs diff -u -r0 -r1.5 zlib.patch
  --- /dev/null 2005-07-06 18:43:20 +0200
  +++ zlib.patch2005-07-06 18:43:23 +0200
  @@ -0,0 +1,12 @@
  +Index: inftrees.c
  +--- inftrees.c.orig  2004-09-15 16:30:06 +0200
   inftrees.c   2005-07-06 18:31:14 +0200
  +@@ -134,7 +134,7 @@
  + left -= count[len];
  + if (left < 0) return -1;/* over-subscribed */
  + }
  +-if (left > 0 && (type == CODES || (codes - count[0] != 1)))
  ++if (left > 0 && (type == CODES || max != 1))
  + return -1;  /* incomplete set */
  + 
  + /* generate offsets into symbol table for each length for sorting */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/zlib/zlib.spec
  
  $ cvs diff -u -r1.33 -r1.34 zlib.spec
  --- openpkg-src/zlib/zlib.spec24 Mar 2005 11:20:50 -  1.33
  +++ openpkg-src/zlib/zlib.spec6 Jul 2005 16:43:23 -   1.34
  @@ -33,10 +33,11 @@
   Group:Compression
   License:  BSD
   Version:  1.2.2
  -Release:  20050219
  +Release:  20050706
   
   #   list of sources
   Source0:  http://www.zlib.net/zlib-%{version}.tar.gz
  +Patch0:   zlib.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -67,6 +68,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   
   %build
   CC="%{l_cc}" \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 16:35:51
  Branch: HEAD Handle: 2005070615355100

  Modified files:
openpkg-src/freetypefreetype.spec

  Log:
Backout recent change of providing a "with_shared" option as this
is AFAIK not necessary now that the "rrdtool" package was fixed to
correctly build its RRDs.so against the libfreetype.a.

  Summary:
RevisionChanges Path
1.51+1  -17 openpkg-src/freetype/freetype.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/freetype/freetype.spec
  
  $ cvs diff -u -r1.50 -r1.51 freetype.spec
  --- openpkg-src/freetype/freetype.spec30 Jun 2005 15:55:43 -  
1.50
  +++ openpkg-src/freetype/freetype.spec6 Jul 2005 14:35:51 -   
1.51
  @@ -33,10 +33,7 @@
   Group:Graphics
   License:  GPL
   Version:  2.1.9
  -Release:  20050630
  -
  -#   package options
  -%option   with_shared   no
  +Release:  20050706
   
   #   list of sources
   Source0:  
ftp://ftp.freetype.org/freetype/freetype2/freetype-%{version}.tar.gz
  @@ -77,13 +74,6 @@
   builds/unix/configure
   
   %build
  -%if "%{with_shared}" == "yes"
  -%{l_make} %{l_mflags} setup \
  -CFG="--prefix=%{l_prefix} --enable-shared --disable-static"
  -%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
  -mv $RPM_BUILD_ROOT%{l_prefix}/lib dyn
  -rm -rf $RPM_BUILD_ROOT
  -%endif
   %{l_make} %{l_mflags} setup \
   CFG="--prefix=%{l_prefix} --disable-shared"
   %{l_make} %{l_mflags}
  @@ -91,12 +81,6 @@
   %install
   rm -rf $RPM_BUILD_ROOT
   %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
  -%if "%{with_shared}" == "yes"
  -%{l_shtool} mkdir -f -p -m 755 \
  -$RPM_BUILD_ROOT%{l_prefix}/lib/ftdyn
  -%{l_shtool} install -c -m 644 \
  -dyn/lib*.s[ol]* dyn/pkgconfig/*.pc 
$RPM_BUILD_ROOT%{l_prefix}/lib/ftdyn/
  -%endif
   rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/*.orig
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 16:33:04
  Branch: HEAD Handle: 2005070615330400

  Modified files:
openpkg-src/rrdtool rrdtool.spec

  Log:
remove more cruft from the installation tree

  Summary:
RevisionChanges Path
1.71+1  -0  openpkg-src/rrdtool/rrdtool.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/rrdtool/rrdtool.spec
  
  $ cvs diff -u -r1.70 -r1.71 rrdtool.spec
  --- openpkg-src/rrdtool/rrdtool.spec  6 Jul 2005 14:29:48 -   1.70
  +++ openpkg-src/rrdtool/rrdtool.spec  6 Jul 2005 14:33:04 -   1.71
  @@ -124,6 +124,7 @@
   
   #   strip down installation hierarchy
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc
  +rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/python
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/rrdtool-*
   rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/rrdtutorial.es.1
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2>/dev/null || true
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 16:29:48
  Branch: HEAD Handle: 2005070615294800

  Added files:
openpkg-src/rrdtool rrdtool.patch
  Modified files:
openpkg-src/rrdtool rrdtool.spec

  Log:
A recent package change was:

> because we provide a shared object for use with perl, its unresolved
> freetype dependencies must match symbols in a freetype shared object

Just because a Perl DSO RRDs.so requires the FreeType library doesn't
mean that we need FreeType in turn as a DSO! Our usual approach since
many years is to link those dependency libraries (libfreetype.a)
directly into the resulting DSO (RRD.so). That's all which is required.
Even if a DSO libfreetype.so exists and is linked, for portability
reasons one would need some -Rxxx hacks in addition.

So, back out this change and instead fix it the way similar DSO linkage
problems were fixed: by linking the DSOs against the static libs.

Finally, just linking FreeType was not enough! GD actually in addition
requires PNG/ZLib. So, link in those, too.

  Summary:
RevisionChanges Path
1.10+29 -0  openpkg-src/rrdtool/rrdtool.patch
1.70+5  -6  openpkg-src/rrdtool/rrdtool.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/rrdtool/rrdtool.patch
  
  $ cvs diff -u -r0 -r1.10 rrdtool.patch
  --- /dev/null 2005-07-06 16:29:48 +0200
  +++ rrdtool.patch 2005-07-06 16:29:48 +0200
  @@ -0,0 +1,29 @@
  +Index: bindings/perl-shared/Makefile.PL
  +--- bindings/perl-shared/Makefile.PL.orig2005-07-06 16:06:03 +0200
   bindings/perl-shared/Makefile.PL 2005-07-06 16:20:33 +0200
  +@@ -1,24 +1,7 @@
  + use ExtUtils::MakeMaker;
  + use Config;
  +-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
  +-# the contents of the Makefile that is written.
  + 
  +-# Specify the location of the archive containing PIC compiled object files.
  +-my $R = "";
  +-
  +-
  +-for ($^O){
  +-/linux/   && do{ $R = "-Wl,--rpath -Wl,\$(RPATH)"};
  +-/hpux/&& do{ $R = "+b\$(RPATH)"};
  +-/solaris/ && do{ $R = "-R\$(RPATH)"};
  +-}
  +-
  +-# darwin works without this because librrd contains its
  +-# install_name which will includes the final location of the
  +-# library after it is installed. This install_name gets transfered
  +-# to the perl shared object.
  +-
  +-my $librrd = "-L../../src/.libs/ $R -lrrd";
  ++my $librrd = "-L../../src/.libs/ -lrrd -L$Config{prefix}/lib -lfreetype 
-lpng -lz -lart_lgpl";
  + 
  + WriteMakefile(
  + 'NAME' => 'RRDs',
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/rrdtool/rrdtool.spec
  
  $ cvs diff -u -r1.69 -r1.70 rrdtool.spec
  --- openpkg-src/rrdtool/rrdtool.spec  5 Jul 2005 10:57:43 -   1.69
  +++ openpkg-src/rrdtool/rrdtool.spec  6 Jul 2005 14:29:48 -   1.70
  @@ -33,21 +33,22 @@
   Group:Database
   License:  LGPL
   Version:  1.2.10
  -Release:  20050705
  +Release:  20050706
   
   #   package options
   %option   with_cgi  no
   
   #   list of sources
   Source0:  
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/rrdtool-%{version}.tar.gz
  +Patch0:   rrdtool.patch
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc, make, pkgconfig, 
perl-openpkg >= 5.8.3-20040126
   PreReq:   OpenPKG, openpkg >= 20040130
  -BuildPreReq:  perl, png, zlib, libart, freetype, freetype::with_shared = yes
  -PreReq:   perl, png, zlib, libart, freetype, freetype::with_shared = yes
  +BuildPreReq:  perl, png, zlib, libart, freetype
  +PreReq:   perl, png, zlib, libart, freetype
   %if "%{with_cgi}" == "yes"
   BuildPreReq:  cgilib, pkgconfig
   PreReq:   cgilib
  @@ -74,10 +75,8 @@
   
   %prep
   %setup -q
  +%patch -p0
   rm -f perl-shared/ntmake.pl
  -%{l_shtool} subst \
  --e 's;^\(my \$librrd =.*\$R \)-lrrd;\1 -R%{l_prefix}/lib/ftdyn -lrrd 
-lfreetype;' \
  -bindings/perl-shared/Makefile.PL
   
   %build
   #   configure package
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 16:02:28
  Branch: HEAD Handle: 2005070615022800

  Modified files:
openpkg-src/perlperl.spec

  Log:
AIX dislikes gcc -O2 when building Perl according to Henry Gomez

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl/perl.spec
  
  $ cvs diff -u -r1.102 -r1.103 perl.spec
  --- openpkg-src/perl/perl.spec3 Jun 2005 18:18:15 -   1.102
  +++ openpkg-src/perl/perl.spec6 Jul 2005 14:02:28 -   1.103
  @@ -33,7 +33,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  5.8.7
  -Release:  20050603
  +Release:  20050706
   
   #   list of sources
   Source0:  ftp://ftp.cpan.org/pub/CPAN/src/perl-%{version}.tar.gz
  @@ -76,6 +76,7 @@
   hints/freebsd.sh hints/netbsd.sh
   case "%{l_platform -t}" in
   amd64-* ) optimize="%{l_cflags}";;
  +*-aix*  ) optimize="%{l_cflags}";;
   *-* ) optimize="%{l_cflags -O}" ;;
   esac
   ./Configure \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 15:56:56
  Branch: HEAD Handle: 2005070614565600

  Modified files:
openpkg-src/subversion  subversion.spec

  Log:
modifying package: subversion-1.2.1 20050706 again

  Summary:
RevisionChanges Path
1.95+1  -1  openpkg-src/subversion/subversion.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/subversion/subversion.spec
  
  $ cvs diff -u -r1.94 -r1.95 subversion.spec
  --- openpkg-src/subversion/subversion.spec6 Jul 2005 07:08:49 -   
1.94
  +++ openpkg-src/subversion/subversion.spec6 Jul 2005 13:56:56 -   
1.95
  @@ -25,7 +25,7 @@
   #   package version
   %define   V_dist   1.2.1
   %define   V_opkg   1.2.1
  -%define   V_tools  20050525
  +%define   V_tools  20050706
   
   #   package information
   Name: subversion
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 15:53:01
  Branch: HEAD Handle: 2005070614530100

  Modified files:
openpkg-src/config  config.spec

  Log:
upgrading package: config 20050606 -> 20050706

  Summary:
RevisionChanges Path
1.8 +2  -2  openpkg-src/config/config.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/config/config.spec
  
  $ cvs diff -u -r1.7 -r1.8 config.spec
  --- openpkg-src/config/config.spec6 Jun 2005 19:18:22 -   1.7
  +++ openpkg-src/config/config.spec6 Jul 2005 13:53:01 -   1.8
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:System
   License:  GPL
  -Version:  20050606
  -Release:  20050606
  +Version:  20050706
  +Release:  20050706
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/config/config-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 15:52:41
  Branch: HEAD Handle: 2005070614524100

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

  Log:
- upgrade to latest version 20050606 of GNU config.* scripts
- upgrade to latest CVS snapshot of GNU shtool to correctly detect 
FreeBSD/amd64 on ix86+EM64T

  Summary:
RevisionChanges Path
1.274   +4  -0  openpkg-src/openpkg/HISTORY
1.430   +2  -2  openpkg-src/openpkg/openpkg.spec
1.30+8  -7  openpkg-src/openpkg/shtool
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.273 -r1.274 HISTORY
  --- openpkg-src/openpkg/HISTORY   15 Jun 2005 12:38:37 -  1.273
  +++ openpkg-src/openpkg/HISTORY   6 Jul 2005 13:52:41 -   1.274
  @@ -2,6 +2,10 @@
   2005
   
   
  +20050706 upgrade to latest version 20050606 of GNU config.* scripts
  +20050706 upgrade to latest CVS snapshot of GNU shtool to correctly detect 
FreeBSD/amd64 on ix86+EM64T
  +
  +20050615  RELEASE AS PART OF OPENPKG 2.4.0 ***
   20050615 update the platform support list (aux.prereq.sh) for OpenPKG 2.4
   20050615 upgrade to GNU shtool 2.0.2 (fixing CAN-2005-1751 and CAN-2005-1759)
   20050613 part 4 of AIX port: cleanups and fixes for system hooks
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.429 -r1.430 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  15 Jun 2005 11:25:07 -  1.429
  +++ openpkg-src/openpkg/openpkg.spec  6 Jul 2005 13:52:41 -   1.430
  @@ -38,7 +38,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20050615
  +%define   V_openpkg  20050706
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ -52,7 +52,7 @@
   %define   V_tar  1.15.1
   %define   V_bash 3.0
   %define   V_uuid 1.2.0
  -%define   V_config   20050606
  +%define   V_config   20050706
   
   #   package information
   Name: openpkg
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/shtool
  
  $ cvs diff -u -r1.29 -r1.30 shtool
  --- openpkg-src/openpkg/shtool15 Jun 2005 11:25:07 -  1.29
  +++ openpkg-src/openpkg/shtool6 Jul 2005 13:52:41 -   1.30
  @@ -2609,13 +2609,14 @@
   i386 ) AC="iX86" ;;
   esac
   AP="${AC}"
  -AT=`(/sbin/sysctl -n hw.model) 2>&1`
  -case "${AT}" in
  -*"Xeon"* | *"Pentium Pro"* | *"Cyrix 6x86MX"* | *"Pentium 
II"* | *"Pentium III"* | *"Pentium 4"* | *"Celeron"* ) AT="i686" ;;
  -*"Pentium"* ) AT="i586" ;; *"i486[SD]X"* | *"Cyrix 486"* | 
*"Cyrix [56]x86"* | *"Blue Lightning" | *"Cyrix 486S/DX" ) AT="i486" ;;
  -*"i386[SD]X"* | *"NexGen 586"* ) AT="i386" ;;
  -* ) AT="${AP}" ;;
  -esac
  +AT="${AP}"
  +if [ ".${AT}" = ".iX86" ]; then
  +case "`(/sbin/sysctl -n hw.model) 2>&1`" in
  +*"Xeon"* | *"Pentium Pro"* | *"Cyrix 6x86MX"* | 
*"Pentium II"* | *"Pentium III"* | *"Pentium 4"* | *"Celeron"* ) AT="i686" ;;
  +*"Pentium"* ) AT="i586" ;; *"i486[SD]X"* | *"Cyrix 486"* 
| *"Cyrix [56]x86"* | *"Blue Lightning" | *"Cyrix 486S/DX" ) AT="i486" ;;
  +*"i386[SD]X"* | *"NexGen 586"* ) AT="i386" ;;
  +esac
  +fi
   #   determine system
   r=`echo "${UNAME_RELEASE}" |\
  sed -e 's;[()];;' -e 's/\(-.*\)$/[\1]/'`
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 Thread Ralf S. Engelschall
{
  - formats += form2 + " (*."+form1+" 
*."+form2+");;";
  - formatD += "*."+form1+" *."+form2+" ";
  - }
  - }
  - #ifdef HAVE_TIFF
  --formats += "TIFF (*.tif *.TIF);;";
  --formatD += "*.tif *.TIF";
  -+formats += "TIFF (*.tif *.tiff *.TIF *.TIFF);;";
  -+formatD += "*.tif *.tiff *.TIF *.TIFF";
  - #endif
  - formats += "EPS (*.eps *.EPS);;PDF (*.pdf *.PDF);;" + 
tr("All Files (*)");
  - formatD += " *.eps *.EPS *.pdf *.PDF";
  -@@ -7371,7 +7371,8 @@
  - *typ = (*demo1)();
  - *Zeig = mo;
  +@@ -8157,7 +8157,8 @@
  + }
  + *idNr = (*demo1)();
if (*typ < 4)
   -dlclose(mo);
   +//  dlclose(mo);
  @@ -107,17 +59,3 @@
else
{
dlerror();
  -Index: scribus/templates/Makefile.in
   scribus/templates/Makefile.in.orig   2004-08-30 13:08:07 +0200
  -+++ scribus/templates/Makefile.in2004-08-30 13:36:02 +0200
  -@@ -383,8 +383,8 @@
  - 
  - 
  - install-data-local:
  --$(mkinstalldirs) $(prefix)/share/scribus/templates/
  --$(INSTALL_DATA) $(srcdir)/Readme 
$(prefix)/share/scribus/templates/Readme
  -+$(mkinstalldirs) $(DESTDIR)$(prefix)/share/scribus/templates/
  -+$(INSTALL_DATA) $(srcdir)/Readme 
$(DESTDIR)$(prefix)/share/scribus/templates/Readme
  - 
  - uninstall-local:
  - -rm -f $(prefix)/share/scribus/templates/Readme
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/scribus/scribus.spec
  
  $ cvs diff -u -r1.42 -r1.43 scribus.spec
  --- openpkg-src/scribus/scribus.spec  24 Mar 2005 11:20:15 -  1.42
  +++ openpkg-src/scribus/scribus.spec  6 Jul 2005 13:28:35 -   1.43
  @@ -25,19 +25,18 @@
   #   package information
   Name: scribus
   Summary:  Desktop Publishing Application
  -URL:  http://www.scribus.net/
  +URL:  http://www.scribus.org.uk/
   Vendor:   Franz Schmid
   Packager: OpenPKG
   Distribution: OpenPKG
   Class:EVAL
   Group:Editor
   License:  GPL
  -Version:  1.2
  -Release:  20041001
  +Version:  1.2.2.1
  +Release:  20050706
   
   #   list of sources
  -Source0:  http://web2.altmuehlnet.de/fschmid/scribus-%{version}.tar.gz
  -Source1:  http://web2.altmuehlnet.de/fschmid/scribus-i18n-en.tar.gz
  +Source0:  
http://www.scribus.org.uk/downloads/%{version}/scribus-%{version}.tar.bz2
   Patch0:   scribus.patch
   
   #   build information
  @@ -63,13 +62,12 @@
   %track
   prog scribus = {
   version   = %{version}
  -url   = http://web2.altmuehlnet.de/fschmid/download.html
  -regex = scribus-(\d+\.\d+(\.\d+)*)\.tar\.gz
  +url   = 
http://www.scribus.org.uk/modules.php?op=modload&name=Downloads&file=index
  +regex = (\d+\.\d+(\.\d+)*).Release
   }
   
   %prep
   %setup -q
  -%setup -q -T -D -a 1
   %patch -p0
   %{l_shtool} subst \
   -e 's;$(prefix);$(DESTDIR)$(prefix);' \
  @@ -168,9 +166,10 @@
   %{l_shtool} install -c -m 755 \
   plugdyn/*.s[ol] \
   $RPM_BUILD_ROOT%{l_prefix}/lib/scribus/plugins
  -%{l_shtool} mkdir -f -p -m 755 \
  -$RPM_BUILD_ROOT%{l_prefix}/share/scribus/doc
  -mv -f scribus-i18n-en/docs/en 
$RPM_BUILD_ROOT%{l_prefix}/share/scribus/doc
  +rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/scribus/doc/cr
  +rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/scribus/doc/fr
  +rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/scribus/doc/pl
  +rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/pl
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 Thread Ralf S. Engelschall
to/conf/conf_def.c
   crypto/conf/conf_def.c   6 May 2004 09:31:31 -   1.12.2.6
  -+++ crypto/conf/conf_def.c   6 May 2005 20:27:50 -
  -@@ -629,7 +629,7 @@
  - 
CONFerr(CONF_F_STR_COPY,CONF_R_VARIABLE_HAS_NO_VALUE);
  -     goto err;
  - }
  --BUF_MEM_grow_clean(buf,(strlen(p)+len-(e-from)));
  -+
BUF_MEM_grow_clean(buf,(strlen(p)+buf->length-(e-from)));
  - while (*p)
  - buf->data[to++]= *(p++);
  - 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openssl/openssl.spec
  
  $ cvs diff -u -r1.64 -r1.65 openssl.spec
  --- openpkg-src/openssl/openssl.spec  6 May 2005 20:32:47 -   1.64
  +++ openpkg-src/openssl/openssl.spec  6 Jul 2005 12:59:08 -   1.65
  @@ -32,8 +32,8 @@
   Class:CORE
   Group:Cryptography
   License:  BSD-style
  -Version:  0.9.7g
  -Release:  20050506
  +Version:  0.9.8
  +Release:  20050706
   
   #   package options
   %option   with_zlib no
  @@ -114,6 +114,7 @@
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/openssl >/dev/null 2>&1 || true
   ( cd $RPM_BUILD_ROOT%{l_prefix}
 rm -f bin/c_rehash
  +  rmdir lib/engines
 rm -rf etc/openssl/private
 rm -rf etc/openssl/certs
 rm -rf etc/openssl/misc
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 14:54:19
  Branch: HEAD Handle: 2005070613541800

  Modified files:
openpkg-src/apache  apache.spec

  Log:
upgrade to my latest mod_ssl which provides support for OpenSSL 0.9.8

  Summary:
RevisionChanges Path
1.299   +2  -2  openpkg-src/apache/apache.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.spec
  
  $ cvs diff -u -r1.298 -r1.299 apache.spec
  --- openpkg-src/apache/apache.spec22 Jun 2005 18:28:21 -  1.298
  +++ openpkg-src/apache/apache.spec6 Jul 2005 12:54:18 -   1.299
  @@ -33,7 +33,7 @@
   
   #   package component versions
   %define   V_apache 1.3.33
  -%define   V_mod_ssl2.8.22-1.3.33
  +%define   V_mod_ssl2.8.23-1.3.33
   %define   V_mod_perl   1.29
   %define   V_mod_php4.3.11
   %define   V_mod_php_hardened   4.3.11-0.2.7
  @@ -65,7 +65,7 @@
   Group:Web
   License:  ASF
   Version:  %{V_apache}
  -Release:  20050622
  +Release:  20050706
   
   #   package options (suexec related)
   %option   with_suexec   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 13:43:01
  Branch: HEAD Handle: 2005070612430100

  Modified files:
openpkg-src/mhonarc mhonarc.spec

  Log:
upgrading package: mhonarc 2.6.12 -> 2.6.13

  Summary:
RevisionChanges Path
1.31+2  -2  openpkg-src/mhonarc/mhonarc.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mhonarc/mhonarc.spec
  
  $ cvs diff -u -r1.30 -r1.31 mhonarc.spec
  --- openpkg-src/mhonarc/mhonarc.spec  9 Jun 2005 08:19:28 -   1.30
  +++ openpkg-src/mhonarc/mhonarc.spec  6 Jul 2005 11:43:01 -   1.31
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Converter
   License:  GPL
  -Version:  2.6.12
  -Release:  20050609
  +Version:  2.6.13
  +Release:  20050706
   
   #   list of sources
   Source0:  
http://www.mhonarc.org/release/MHonArc/tar/MHonArc-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 09:08:50
  Branch: HEAD Handle: 2005070608084900

  Modified files:
openpkg-src/subversion  subversion.spec

  Log:
upgrading package: subversion 1.2.0 -> 1.2.1

  Summary:
RevisionChanges Path
1.94+3  -3  openpkg-src/subversion/subversion.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/subversion/subversion.spec
  
  $ cvs diff -u -r1.93 -r1.94 subversion.spec
  --- openpkg-src/subversion/subversion.spec10 Jun 2005 05:45:08 -  
1.93
  +++ openpkg-src/subversion/subversion.spec6 Jul 2005 07:08:49 -   
1.94
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_dist   1.2.0
  -%define   V_opkg   1.2.0
  +%define   V_dist   1.2.1
  +%define   V_opkg   1.2.1
   %define   V_tools  20050525
   
   #   package information
  @@ -38,7 +38,7 @@
   Group:SCM
   License:  Apache/BSD
   Version:  %{V_opkg}
  -Release:  20050610
  +Release:  20050706
   
   #   package options
   %option   with_cvs2svn  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 09:01:40
  Branch: HEAD Handle: 2005070608013800

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

  Log:
modifying package: perl-xml-5.8.7 20050701 -> 20050706

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.192 -r1.193 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec1 Jul 2005 08:37:51 -   
1.192
  +++ openpkg-src/perl-xml/perl-xml.spec6 Jul 2005 07:01:38 -   
1.193
  @@ -63,7 +63,7 @@
   %define   V_xml_xsh 1.8.2
   %define   V_xml_xslt0.48
   %define   V_xml_xupdate_libxml  0.6.0
  -%define   V_xml_dumper  0.75
  +%define   V_xml_dumper  0.76
   %define   V_xml_mini1.2.8
   %define   V_xml_smart   1.6.9
   %define   V_xml_stream  1.22
  @@ -80,7 +80,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20050701
  +Release:  20050706
   
   #   package options
   %option   with_libxmlno
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-06 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:   06-Jul-2005 09:00:27
  Branch: HEAD Handle: 2005070608002700

  Modified files:
openpkg-src/tifftiff.spec

  Log:
upgrading package: tiff 3.7.2 -> 3.7.3

  Summary:
RevisionChanges Path
1.47+2  -2  openpkg-src/tiff/tiff.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tiff/tiff.spec
  
  $ cvs diff -u -r1.46 -r1.47 tiff.spec
  --- openpkg-src/tiff/tiff.spec17 Jun 2005 08:44:47 -  1.46
  +++ openpkg-src/tiff/tiff.spec6 Jul 2005 07:00:27 -   1.47
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Graphics
   License:  GPL
  -Version:  3.7.2
  -Release:  20050617
  +Version:  3.7.3
  +Release:  20050706
   
   #   package options
   %option   with_cxx  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org