|
发表于 2002-11-14 20:04:51
|
显示全部楼层
2002年11月14日下午19时59分36秒[root@www root]# rpm -qi php
Name : php Relocations: (not relocateable)
Version : 4.1.2 Vendor: Red Hat, Inc.
Release : 7.3.6 Build Date: 2002年09月26日 星期四 22时15分18秒
Install date: 2002年11月12日 星期二 09时41分54秒 Build Host: daffy.perf.redhat.com
Group : Development/Languages Source RPM: php-4.1.2-7.3.6.src.rpm
Size : 4296320 License: The PHP License, version 2.02
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL : http://www.php.net/
Summary : The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
Description :
PHP is an HTML-embedded scripting language. PHP attempts to make it
easy for developers to write dynamically generated webpages. PHP also
offers built-in database integration for several commercial and
non-commercial database management systems, so writing a
database-enabled webpage with PHP is fairly simple. The most common
use of PHP coding is probably as a replacement for CGI scripts. The
mod_php module enables the Apache Web server to understand and process
the embedded PHP language in Web pages.
我们 看到 build 包实际是在这个时候: 2002年09月26日 星期四 22时15分18秒,发布下载却在 11 月 11 日。
有很多包是这样的情况的,奇怪。
比如 glibc 包:
2002年11月14日下午20时15分35秒[root@mail i386]# ll glibc*
-r--r--r-- 1 root root 3119006 11月 6 07:51 glibc-2.2.5-42.i386.rpm
2002年11月14日下午20时05分08秒[root@www root]# rpm -qi glibc
Name : glibc Relocations: (not relocateable)
Version : 2.2.5 Vendor: Red Hat, Inc.
Release : 42 Build Date: 2002年10月10日 星期四 23时16分46秒
Install date: 2002年11月09日 星期六 08时34分54秒 Build Host: stripples.devel.redhat.com
Group : System Environment/Libraries Source RPM: glibc-2.2.5-42.src.rpm
Size : 8522893 License: LGPL
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Summary : The GNU libc libraries.
Description :
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function. |
|