安装curl时出错debian挤压

我build立了一个[ISPconfig] [1]服务器,现在正在尝试安装curl。 我正在使用apt-get来安装php5-curl,它似乎是抛出一个错误。

我按“Y”接受安装后,我带着一个屏幕说

php5 (5.3.3-7+squeeze5) squeeze-security; urgency=high * The following new directives were added as part of security fixes: - max_input_vars - specifies how many GET/POST/COOKIE input variables may be accepted. Default value is set to 1000. - xsl.security_prefs - define forbidden operations within XSLT stylesheets. Write operations are now disabled by default. -- Ondřej Surý <[email protected]> Mon, 23 Jan 2012 12:22:26 +0100 php5 (5.3.3-7+squeeze4) squeeze-security; urgency=low * Updated blowfish crypt() algorithm fixes the 8-bit character handling vulnerability (CVE-2011-2483) and adds more self-tests. Unfortunately this change is incompatible with some old (wrong) generated hashes for passwords containing 8-bit characters. Therefore the new salt prefix '$2x$' was introduced which can be used as a replacement for '$2a$' salt prefix in the password database in case the incompatibility is found. -- Ondřej Surý <[email protected]> Mon, 04 Jul 2011 10:31:16 +0200 /tmp/tmp93fjeS 

请帮我做我应该做的事情。

这不是一个错误。 这是因为你已经安装了apt-listchanges软件包,并且这个软件包显示了你正在接收的php5安全升级的更新日志。 如果你不关心在升级过程中发生了什么变化,你可以删除apt-listchanges软件包。

如果您正在询问如何解除此更改日志,请按“q”退出正在显示的寻呼机。

此外,如果您现在只是在去年七月份发布的php5安全升级版本,那么您当然应该更频繁地执行安全升级。 apt-get update ; apt-get upgrade apt-get update ; apt-get upgradeaptitude update ; aptitude safe-upgrade aptitude update ; aptitude safe-upgrade会执行这些升级。 您可能会考虑安装cron-apt软件包,可以在安全升级时向您发送电子邮件,或者订阅debian security announce邮件列表 ,这是一个低stream量邮件列表,用于宣布这些安全升级