OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 29-Jun-2004 09:38:49
Branch: HEAD Handle: -NONE-
Modified files:
openpkg-re news.txt upgrade.txt
Log:
start working on news and upgrade information about OpenPKG 2.1
Summary:
Revision Changes Path
1.43 +87 -3 openpkg-re/news.txt
1.46 +13 -1 openpkg-re/upgrade.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/news.txt
============================================================================
$ cvs diff -u -r1.42 -r1.43 news.txt
--- openpkg-re/news.txt 19 Apr 2004 07:52:56 -0000 1.42
+++ openpkg-re/news.txt 29 Jun 2004 07:38:48 -0000 1.43
@@ -2,7 +2,7 @@
General Note
============
- o $Revision: 1.42 $. The most recent update of this file can be
+ o $Revision: 1.43 $. The most recent update of this file can be
downloaded from http://cvs.openpkg.org/openpkg-re/news.txt
o This file news.txt file talks about new features and major
@@ -19,9 +19,93 @@
o OpenPKG 1.3: GCC 3.3, OSSP fsl (II), worked-off RC facility
o OpenPKG 2.0: %track, Class:, RPM 4.2, shtool platform, OSSP uuid, tags,
openpkg-perl.pl+vendor_perl
- Essentials about OpenPKG 2.0
+ Essentials about OpenPKG 2.1
============================
+ o Latest Vendor Packages as of Jun 2004
+ o Supported Platforms (HPUX, NetBSD, Mandrake)
+ o New openpkg-tools package
+ o Dropped legacy commands
+ o Debian 3.1 (sarge) install-info issue solved
+ o Some workarounds for known OpenPKG 2.0 issues still apply
+
+ Major changes between OpenPKG 2.0 and OpenPKG 2.1
+ =================================================
+
+ o Vendor Refresh Release
+
+ This OpenPKG release is a refresh to its predecessor
+ containing the latest vendor packages.
+
+ o Supported Platforms
+
+ OpenPKG 2.1 classifies the following platforms "supported" which
+ means all CORE+BASE+PLUS sources work and CORE+BASE binaries are
+ available.
+
+ ix86-debian3.0 Debian GNU/Linux 3.0
+ ix86-fedora2 RedHat Fedora Core 2
+ ix86-freebsd4.10 FreeBSD 4.10-STABLE
+ ix86-freebsd5.2 FreeBSD 5.2-CURRENT
+ ix86-rhel3 RedHat Enterprise Linux 3 ES
+ ix86-solaris9 Sun Solaris 9/x86
+ ix86-suse9.1 SuSE Linux 9.1
+ sparc64-solaris8 Sun Solaris 8
+ sparc64-solaris9 Sun Solaris 9 (Forte-C)
+
+ OpenPKG 2.1 classifies support for the following platforms
+ "tentative" which means all CORE sources work, most BASE+PLUS
+ sources work and only CORE binaries available.
+
+ alpha-freebsd5.2 FreeBSD 5.2-CURRENT
+ hppa-hpux11.11 HP UX 11.11
+ ix86-debian3.1 Debian GNU/Linux 3.1-pre
+ ix86-gentoo1.4.16 Gentoo Linux 1.4.16
+ ix86-mandrake10.0 Mandrake Linux 10
+ ix86-netbsd1.6.2 NetBSD 1.6.2
+ ix86-solaris10 Sun Solaris 10/x86
+ sparc64-netbsd1.6.2 NetBSD 1.6.2
+ sparc64-solaris10 Sun Solaris 10
+
+ OpenPKG 2.1 classifies support for the following platforms
+ "obsolete" which means all CORE sources work, most BASE+PLUS
+ sources work and only CORE binaries available.
+
+ ix86-rhl9 RedHat Linux 9
+ ix86-suse9.0 SuSE Linux 9.0
+ sparc64-solaris2.6 Sun Solaris 2.6
+
+ OpenPKG 2.1 does not come with binaries for other platforms.
+ No binaries are provided for PLUS packages.
+ Updates are only available as source packages.
+
+ Packages with a class different from CORE, BASE, PLUS are not part
+ of the release. They are only available as CURRENT source packages.
+
+ o New openpkg-tools package
+
+ This new package provides tools for administrators and developers.
+
+ o Dropped legacy commands
+
+ The official command line user interface to rpm is the
+ %{l_prefix}/bin/openpkg command multiplexer with the "rpm"
+ subcommand. The direct execution of %{l_prefix}/bin/rpm is no
+ longer available. For more information see "%{l_prefix}/bin/rpm and
+ %{l_prefix}/bin/rpm2cpio deprecated" in the OpenPKG 2.0 section of
+ the upgrade.txt file.
+
+ o Debian 3.1 (sarge) install-info issue solved
+
+ The hack described for OpenPKG 2.0 is no longer required.
+
+ o Some workarounds for known OpenPKG 2.0 issues still apply
+ - issue with RedHat FC1 and EL3
+ - issue with RedHat Enterprise Linux 3 nptl-devel package
+ - issue with RedHat Fedora Core 1 /proc/sys/kernel/exec-shield
+
+ Essentials about OpenPKG 2.0
+ ============================
o Major Release
o Bootstrap Package ("openpkg"):
- upgraded from RPM 4.0.4 to RPM 4.2.1
@@ -113,7 +197,7 @@
%{l_prefix}/bin/openpkg command multiplexer with the "rpm"
subcommand. The direct execution of %{l_prefix}/bin/rpm is
deprecated. For more information see "%{l_prefix}/bin/rpm and
- %{l_prefix}/bin/rpm2cpio deprecated" in news.txt file.
+ %{l_prefix}/bin/rpm2cpio deprecated" in upgrade.txt file.
o new RPM header
@@ .
patch -p0 <<'@@ .'
Index: openpkg-re/upgrade.txt
============================================================================
$ cvs diff -u -r1.45 -r1.46 upgrade.txt
--- openpkg-re/upgrade.txt 22 Jun 2004 09:00:17 -0000 1.45
+++ openpkg-re/upgrade.txt 29 Jun 2004 07:38:48 -0000 1.46
@@ -2,7 +2,7 @@
General Notes
=============
- o $Revision: 1.45 $. The most recent update of this file can be
+ o $Revision: 1.46 $. The most recent update of this file can be
downloaded from http://cvs.openpkg.org/openpkg-re/upgrade.txt
o This file upgrade.txt file talks about tweaks and quirks when
@@ -35,6 +35,18 @@
it's immediate predecessor. So don't fall behind by running outdated
releases for prolonged times.
+ Upgrade from OpenPKG 2.0 to OpenPKG 2.1
+ =======================================
+
+ o new openpkg-tools package
+
+ This new package provides tools for administrators and developers
+ and contains code known from the former openpkg-tool package.
+
+ o packages dropped from release
+
+ - autogen downgraded to EVAL because of portability problems, available
from CURRENT
+
Upgrade from OpenPKG 1.3 to OpenPKG 2.0
=======================================
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]