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: 05-Jan-2007 21:34:40 Branch: OPENPKG_2_STABLE Handle: 2007010520342909 Modified files: (Branch: OPENPKG_2_STABLE) openpkg-src/openpkg HISTORY aux.prereq.sh aux.usrgrp.sh aux.wrapbin.sh aux.wrapsrc.sh install.sh lsync lsync.pod man.sh openpkg.boot openpkg.pod openpkg.sh openpkg.spec rc rc.func rc.pod release.pod release.sh rpm-config.pod rpm-config.sh rpm.patch.bugfix rpm.patch.feature rpm.patch.porting rpm.patch.regen rpmdb rpmmacros rpmpopt rpmrc rpmtool rpmtool.pod uuid.pod uuid.sh Log: MFC: all recent changes to resolve security issues Summary: Revision Changes Path 1.337.2.18 +10 -0 openpkg-src/openpkg/HISTORY 1.25.2.2 +2 -2 openpkg-src/openpkg/aux.prereq.sh 1.16.2.2 +2 -2 openpkg-src/openpkg/aux.usrgrp.sh 1.23.2.2 +2 -2 openpkg-src/openpkg/aux.wrapbin.sh 1.21.2.2 +2 -2 openpkg-src/openpkg/aux.wrapsrc.sh 1.9.2.4 +2 -2 openpkg-src/openpkg/install.sh 1.10.2.1 +2 -2 openpkg-src/openpkg/lsync 1.10.2.1 +2 -2 openpkg-src/openpkg/lsync.pod 1.8.2.1 +2 -2 openpkg-src/openpkg/man.sh 1.58.2.3 +2 -2 openpkg-src/openpkg/openpkg.boot 1.5.2.2 +2 -2 openpkg-src/openpkg/openpkg.pod 1.13.2.1 +4 -4 openpkg-src/openpkg/openpkg.sh 1.490.2.18 +8 -8 openpkg-src/openpkg/openpkg.spec 1.62.2.2 +2 -2 openpkg-src/openpkg/rc 1.15.2.1 +2 -2 openpkg-src/openpkg/rc.func 1.9.2.2 +2 -2 openpkg-src/openpkg/rc.pod 1.1.2.3 +2 -2 openpkg-src/openpkg/release.pod 1.1.2.5 +2 -2 openpkg-src/openpkg/release.sh 1.5.2.1 +2 -2 openpkg-src/openpkg/rpm-config.pod 1.5.2.1 +2 -2 openpkg-src/openpkg/rpm-config.sh 1.60.2.2 +2 -2 openpkg-src/openpkg/rpm.patch.bugfix 1.63.2.2 +2 -2 openpkg-src/openpkg/rpm.patch.feature 1.69.2.2 +2 -2 openpkg-src/openpkg/rpm.patch.porting 1.59.2.2 +2 -2 openpkg-src/openpkg/rpm.patch.regen 1.8.2.3 +2 -2 openpkg-src/openpkg/rpmdb 1.74.2.4 +2 -2 openpkg-src/openpkg/rpmmacros 1.24.2.1 +2 -2 openpkg-src/openpkg/rpmpopt 1.23.2.2 +2 -2 openpkg-src/openpkg/rpmrc 1.47.2.3 +2 -2 openpkg-src/openpkg/rpmtool 1.15.2.1 +2 -2 openpkg-src/openpkg/rpmtool.pod 1.4.2.1 +2 -2 openpkg-src/openpkg/uuid.pod 1.8.2.2 +2 -2 openpkg-src/openpkg/uuid.sh ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/openpkg/HISTORY ============================================================================ $ cvs diff -u -r1.337.2.17 -r1.337.2.18 HISTORY --- openpkg-src/openpkg/HISTORY 10 Dec 2006 09:34:01 -0000 1.337.2.17 +++ openpkg-src/openpkg/HISTORY 5 Jan 2007 20:34:29 -0000 1.337.2.18 @@ -1,7 +1,17 @@ +2007 +==== + +20070105 **** RELEASE AS PART OF OPENPKG 2.20070105 **** +20070105 upgrade to GNU bzip2 1.0.4 +20070102 upgrade to openpkg-tools 1.3.1 +20070101 upgrade to GNU gzip 1.3.10 +20070101 adjust copyright year in all messages to cover new year 2007 + 2006 ==== +20061223 upgrade to openpkg-tools 1.3.0 20061210 upgrade to GNU tar 1.16.1 20061210 upgrade to GNU gzip 1.3.8 20061208 upgrade to GNU gzip 1.3.7 @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/aux.prereq.sh ============================================================================ $ cvs diff -u -r1.25.2.1 -r1.25.2.2 aux.prereq.sh --- openpkg-src/openpkg/aux.prereq.sh 13 Sep 2006 19:51:06 -0000 1.25.2.1 +++ openpkg-src/openpkg/aux.prereq.sh 5 Jan 2007 20:34:30 -0000 1.25.2.2 @@ -1,8 +1,8 @@ #!/bin/sh ## ## aux.prereq.sh -- Platform Pre-Requisite Checks -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/aux.usrgrp.sh ============================================================================ $ cvs diff -u -r1.16.2.1 -r1.16.2.2 aux.usrgrp.sh --- openpkg-src/openpkg/aux.usrgrp.sh 16 Oct 2006 14:53:34 -0000 1.16.2.1 +++ openpkg-src/openpkg/aux.usrgrp.sh 5 Jan 2007 20:34:30 -0000 1.16.2.2 @@ -1,8 +1,8 @@ #!/bin/sh ## ## usrgrp.sh -- user/group name/id determination -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/aux.wrapbin.sh ============================================================================ $ cvs diff -u -r1.23.2.1 -r1.23.2.2 aux.wrapbin.sh --- openpkg-src/openpkg/aux.wrapbin.sh 24 Aug 2006 14:25:20 -0000 1.23.2.1 +++ openpkg-src/openpkg/aux.wrapbin.sh 5 Jan 2007 20:34:34 -0000 1.23.2.2 @@ -1,8 +1,8 @@ #!/bin/sh ## ## OpenPKG Binary Bootstrap Package (self-extracting shell script) -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/aux.wrapsrc.sh ============================================================================ $ cvs diff -u -r1.21.2.1 -r1.21.2.2 aux.wrapsrc.sh --- openpkg-src/openpkg/aux.wrapsrc.sh 16 Oct 2006 14:53:34 -0000 1.21.2.1 +++ openpkg-src/openpkg/aux.wrapsrc.sh 5 Jan 2007 20:34:34 -0000 1.21.2.2 @@ -1,8 +1,8 @@ #!/bin/sh ## ## OpenPKG Source Bootstrap Package (self-extracting shell script) -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/install.sh ============================================================================ $ cvs diff -u -r1.9.2.3 -r1.9.2.4 install.sh --- openpkg-src/openpkg/install.sh 12 Aug 2006 07:58:45 -0000 1.9.2.3 +++ openpkg-src/openpkg/install.sh 5 Jan 2007 20:34:34 -0000 1.9.2.4 @@ -1,8 +1,8 @@ [EMAIL PROTECTED]@/lib/openpkg/bash ## ## install -- OpenPKG Tool Chain "install" command (BOOSTRAP VERSION ONLY) -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/lsync ============================================================================ $ cvs diff -u -r1.10 -r1.10.2.1 lsync --- openpkg-src/openpkg/lsync 1 Jan 2006 13:17:48 -0000 1.10 +++ openpkg-src/openpkg/lsync 5 Jan 2007 20:34:34 -0000 1.10.2.1 @@ -1,8 +1,8 @@ [EMAIL PROTECTED]@/lib/openpkg/bash ## ## lsync -- Access Layer Synchronization Tool -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/lsync.pod ============================================================================ $ cvs diff -u -r1.10 -r1.10.2.1 lsync.pod --- openpkg-src/openpkg/lsync.pod 1 Jan 2006 13:17:48 -0000 1.10 +++ openpkg-src/openpkg/lsync.pod 5 Jan 2007 20:34:34 -0000 1.10.2.1 @@ -1,7 +1,7 @@ ## ## lsync.pod -- Access Layer Synchronization Tool (Manual Page) -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/man.sh ============================================================================ $ cvs diff -u -r1.8 -r1.8.2.1 man.sh --- openpkg-src/openpkg/man.sh 1 Jan 2006 13:17:48 -0000 1.8 +++ openpkg-src/openpkg/man.sh 5 Jan 2007 20:34:35 -0000 1.8.2.1 @@ -1,8 +1,8 @@ [EMAIL PROTECTED]@/lib/openpkg/bash ## ## man -- OpenPKG Tool Chain "man" command -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/openpkg.boot ============================================================================ $ cvs diff -u -r1.58.2.2 -r1.58.2.3 openpkg.boot --- openpkg-src/openpkg/openpkg.boot 24 Aug 2006 14:25:20 -0000 1.58.2.2 +++ openpkg-src/openpkg/openpkg.boot 5 Jan 2007 20:34:35 -0000 1.58.2.3 @@ -1,8 +1,8 @@ #!/bin/sh ## ## openpkg.boot -- OpenPKG bootstrap procedure (look Ma, without hands ;) -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/openpkg.pod ============================================================================ $ cvs diff -u -r1.5.2.1 -r1.5.2.2 openpkg.pod --- openpkg-src/openpkg/openpkg.pod 7 Dec 2006 10:53:28 -0000 1.5.2.1 +++ openpkg-src/openpkg/openpkg.pod 5 Jan 2007 20:34:35 -0000 1.5.2.2 @@ -1,7 +1,7 @@ ## ## openpkg -- OpenPKG Tool Chain -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/openpkg.sh ============================================================================ $ cvs diff -u -r1.13 -r1.13.2.1 openpkg.sh --- openpkg-src/openpkg/openpkg.sh 13 May 2006 17:21:27 -0000 1.13 +++ openpkg-src/openpkg/openpkg.sh 5 Jan 2007 20:34:35 -0000 1.13.2.1 @@ -1,8 +1,8 @@ [EMAIL PROTECTED]@/lib/openpkg/bash ## ## openpkg -- OpenPKG Tool Chain -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ -131,8 +131,8 @@ echo "This is ${release} <http://www.openpkg.org/>" echo "Cross-Platform Unix Software Packaging Facility" echo "" - echo "Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/>" - echo "Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/>" + echo "Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/>" + echo "Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/>" echo "" echo "The command \"${openpkg_prefix}/bin/openpkg\" is the official command-line" echo "execution frontend of the OpenPKG tool chain. Its usage is:" @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/openpkg.spec ============================================================================ $ cvs diff -u -r1.490.2.17 -r1.490.2.18 openpkg.spec --- openpkg-src/openpkg/openpkg.spec 10 Dec 2006 09:34:01 -0000 1.490.2.17 +++ openpkg-src/openpkg/openpkg.spec 5 Jan 2007 20:34:35 -0000 1.490.2.18 @@ -1,7 +1,7 @@ ## ## openpkg.spec -- OpenPKG RPM Package Specification -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ -39,17 +39,17 @@ # o any cc(1) # the package version/release -%define V_openpkg 2.20061210 +%define V_openpkg 2.20070105 # the used software versions %define V_rpm 4.2.1 %define V_zlib 1.2.3 -%define V_bzip2 1.0.3 +%define V_bzip2 1.0.4 %define V_beecrypt 4.1.2 %define V_curl 7.16.0 %define V_make 3.81 -%define V_gzip 1.3.8 -%define V_gzip_r 1.10 +%define V_gzip 1.3.10 +%define V_gzip_r 1.11 %define V_patch 2.5.9 %define V_tar 1.16.1 %define V_bash 3.2 @@ -58,7 +58,7 @@ %define V_registry 1.0.1 %define V_perl 5.8.8 %define V_openssl 0.9.8d -%define V_tools 1.1.1 +%define V_tools 1.3.1 %define V_exec 2.0.0-C # package information @@ -157,7 +157,7 @@ AutoReq: no AutoReqProv: no Provides: OpenPKG -Provides: openpkg = 20061207-20061207 +Provides: openpkg = 20070105-20070105 %description This is the bootstrap package for the RPM-based Unix Software @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rc ============================================================================ $ cvs diff -u -r1.62.2.1 -r1.62.2.2 rc --- openpkg-src/openpkg/rc 22 Jun 2006 07:36:31 -0000 1.62.2.1 +++ openpkg-src/openpkg/rc 5 Jan 2007 20:34:36 -0000 1.62.2.2 @@ -1,8 +1,8 @@ [EMAIL PROTECTED]@/lib/openpkg/bash --noprofile ## ## rc -- OpenPKG Run-Command Processor -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rc.func ============================================================================ $ cvs diff -u -r1.15 -r1.15.2.1 rc.func --- openpkg-src/openpkg/rc.func 1 Jan 2006 13:17:51 -0000 1.15 +++ openpkg-src/openpkg/rc.func 5 Jan 2007 20:34:36 -0000 1.15.2.1 @@ -1,7 +1,7 @@ ## ## @l_prefix@/etc/rc.func -- Run-Command Helper Functions -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rc.pod ============================================================================ $ cvs diff -u -r1.9.2.1 -r1.9.2.2 rc.pod --- openpkg-src/openpkg/rc.pod 13 Sep 2006 19:51:07 -0000 1.9.2.1 +++ openpkg-src/openpkg/rc.pod 5 Jan 2007 20:34:36 -0000 1.9.2.2 @@ -1,7 +1,7 @@ ## ## rc.pod -- RPM Auxiliary Tool (Manual Page) -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/release.pod ============================================================================ $ cvs diff -u -r1.1.2.2 -r1.1.2.3 release.pod --- openpkg-src/openpkg/release.pod 22 Jun 2006 07:36:32 -0000 1.1.2.2 +++ openpkg-src/openpkg/release.pod 5 Jan 2007 20:34:36 -0000 1.1.2.3 @@ -1,7 +1,7 @@ ## ## release -- OpenPKG Release Utility -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/release.sh ============================================================================ $ cvs diff -u -r1.1.2.4 -r1.1.2.5 release.sh --- openpkg-src/openpkg/release.sh 7 Dec 2006 10:44:34 -0000 1.1.2.4 +++ openpkg-src/openpkg/release.sh 5 Jan 2007 20:34:36 -0000 1.1.2.5 @@ -1,8 +1,8 @@ [EMAIL PROTECTED]@/lib/openpkg/bash ## ## release -- OpenPKG Release Determination Utility -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rpm-config.pod ============================================================================ $ cvs diff -u -r1.5 -r1.5.2.1 rpm-config.pod --- openpkg-src/openpkg/rpm-config.pod 1 Jan 2006 13:17:52 -0000 1.5 +++ openpkg-src/openpkg/rpm-config.pod 5 Jan 2007 20:34:36 -0000 1.5.2.1 @@ -1,7 +1,7 @@ ## ## rpm-config -- OpenPKG RPM Library Build Utility -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rpm-config.sh ============================================================================ $ cvs diff -u -r1.5 -r1.5.2.1 rpm-config.sh --- openpkg-src/openpkg/rpm-config.sh 1 Jan 2006 13:17:52 -0000 1.5 +++ openpkg-src/openpkg/rpm-config.sh 5 Jan 2007 20:34:36 -0000 1.5.2.1 @@ -1,8 +1,8 @@ #!/bin/sh ## ## rpm-config -- OpenPKG RPM Library Build Utility -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rpm.patch.bugfix ============================================================================ $ cvs diff -u -r1.60.2.1 -r1.60.2.2 rpm.patch.bugfix --- openpkg-src/openpkg/rpm.patch.bugfix 13 Sep 2006 19:51:07 -0000 1.60.2.1 +++ openpkg-src/openpkg/rpm.patch.bugfix 5 Jan 2007 20:34:36 -0000 1.60.2.2 @@ -1,7 +1,7 @@ ## ## rpm.patch.bugfix -- Annotated OpenPKG RPM Patch file -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## This file assembles changes to existing RPM source files between ## the original RedHat RPM and the OpenPKG RPM variant. It can be @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rpm.patch.feature ============================================================================ $ cvs diff -u -r1.63.2.1 -r1.63.2.2 rpm.patch.feature --- openpkg-src/openpkg/rpm.patch.feature 13 Sep 2006 19:51:07 -0000 1.63.2.1 +++ openpkg-src/openpkg/rpm.patch.feature 5 Jan 2007 20:34:36 -0000 1.63.2.2 @@ -1,7 +1,7 @@ ## ## rpm.patch.feature -- Annotated OpenPKG RPM Patch file -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## This file assembles changes to existing RPM source files between ## the original RedHat RPM and the OpenPKG RPM variant. It can be @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rpm.patch.porting ============================================================================ $ cvs diff -u -r1.69.2.1 -r1.69.2.2 rpm.patch.porting --- openpkg-src/openpkg/rpm.patch.porting 13 Sep 2006 19:51:08 -0000 1.69.2.1 +++ openpkg-src/openpkg/rpm.patch.porting 5 Jan 2007 20:34:37 -0000 1.69.2.2 @@ -1,7 +1,7 @@ ## ## rpm.patch.porting -- Annotated OpenPKG RPM Patch file -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## This file assembles changes to existing RPM source files between ## the original RedHat RPM and the OpenPKG RPM variant. It can be @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rpm.patch.regen ============================================================================ $ cvs diff -u -r1.59.2.1 -r1.59.2.2 rpm.patch.regen --- openpkg-src/openpkg/rpm.patch.regen 13 Sep 2006 19:51:08 -0000 1.59.2.1 +++ openpkg-src/openpkg/rpm.patch.regen 5 Jan 2007 20:34:37 -0000 1.59.2.2 @@ -1,7 +1,7 @@ ## ## rpm.patch.regen -- Annotated OpenPKG RPM Patch file -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## This file assembles changes to existing RPM source files between ## the original RedHat RPM and the OpenPKG RPM variant. It can be @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rpmdb ============================================================================ $ cvs diff -u -r1.8.2.2 -r1.8.2.3 rpmdb --- openpkg-src/openpkg/rpmdb 7 Dec 2006 10:44:34 -0000 1.8.2.2 +++ openpkg-src/openpkg/rpmdb 5 Jan 2007 20:34:37 -0000 1.8.2.3 @@ -1,8 +1,8 @@ [EMAIL PROTECTED]@/lib/openpkg/bash ## ## rpmdb -- OpenPKG RPM Database Administration Utility -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rpmmacros ============================================================================ $ cvs diff -u -r1.74.2.3 -r1.74.2.4 rpmmacros --- openpkg-src/openpkg/rpmmacros 7 Dec 2006 10:44:34 -0000 1.74.2.3 +++ openpkg-src/openpkg/rpmmacros 5 Jan 2007 20:34:37 -0000 1.74.2.4 @@ -1,7 +1,7 @@ ## ## rpmmacros -- OpenPKG RPM Macros -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rpmpopt ============================================================================ $ cvs diff -u -r1.24 -r1.24.2.1 rpmpopt --- openpkg-src/openpkg/rpmpopt 1 Jan 2006 13:17:53 -0000 1.24 +++ openpkg-src/openpkg/rpmpopt 5 Jan 2007 20:34:37 -0000 1.24.2.1 @@ -1,7 +1,7 @@ ## ## rpmpopt -- OpenPKG RPM POPT Configuration -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rpmrc ============================================================================ $ cvs diff -u -r1.23.2.1 -r1.23.2.2 rpmrc --- openpkg-src/openpkg/rpmrc 16 Oct 2006 14:53:35 -0000 1.23.2.1 +++ openpkg-src/openpkg/rpmrc 5 Jan 2007 20:34:37 -0000 1.23.2.2 @@ -1,7 +1,7 @@ ## ## rpmrc -- OpenPKG RPM Configuration -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rpmtool ============================================================================ $ cvs diff -u -r1.47.2.2 -r1.47.2.3 rpmtool --- openpkg-src/openpkg/rpmtool 7 Dec 2006 10:44:34 -0000 1.47.2.2 +++ openpkg-src/openpkg/rpmtool 5 Jan 2007 20:34:38 -0000 1.47.2.3 @@ -1,8 +1,8 @@ [EMAIL PROTECTED]@/lib/openpkg/bash ## ## rpmtool -- OpenPKG RPM Auxiliary Tool -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/rpmtool.pod ============================================================================ $ cvs diff -u -r1.15 -r1.15.2.1 rpmtool.pod --- openpkg-src/openpkg/rpmtool.pod 1 Jan 2006 13:17:54 -0000 1.15 +++ openpkg-src/openpkg/rpmtool.pod 5 Jan 2007 20:34:38 -0000 1.15.2.1 @@ -1,7 +1,7 @@ ## ## rpmtool.pod -- OpenPKG RPM Auxiliary Tool (Manual Page) -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/uuid.pod ============================================================================ $ cvs diff -u -r1.4 -r1.4.2.1 uuid.pod --- openpkg-src/openpkg/uuid.pod 1 Jan 2006 13:17:54 -0000 1.4 +++ openpkg-src/openpkg/uuid.pod 5 Jan 2007 20:34:38 -0000 1.4.2.1 @@ -1,7 +1,7 @@ ## ## uuid -- OpenPKG UUID Update Utility -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . patch -p0 <<'@@ .' Index: openpkg-src/openpkg/uuid.sh ============================================================================ $ cvs diff -u -r1.8.2.1 -r1.8.2.2 uuid.sh --- openpkg-src/openpkg/uuid.sh 12 Aug 2006 07:58:46 -0000 1.8.2.1 +++ openpkg-src/openpkg/uuid.sh 5 Jan 2007 20:34:38 -0000 1.8.2.2 @@ -1,8 +1,8 @@ [EMAIL PROTECTED]@/lib/openpkg/bash ## ## uuid -- OpenPKG UUID Update Utility -## Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/> -## Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/> +## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org