Path to this page:
./
misc/openoffice3-bin,
Integrated office productivity suite (binary pkg)
Branch: pkgsrc-2010Q1,
Version: 3.2.1,
Package name: openoffice3-bin-3.2.1,
Maintainer: badOpenOffice.org is an Open Source, community-developed, multi-platform office
productivity suite. It includes the key desktop applications, such as a
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
Components include:
* A universal word processing application for creating business
letters, extensive text documents, professional layouts, and HTML
documents.
* A sophisticated application for performing advanced spreadsheet
functions, such as analyzing figures, creating lists, and viewing data.
* A tool for creating effective eye-catching presentations.
* A vector-oriented draw module that enables the creation of 3D
illustrations.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2010/03/02 22:57:03 bad Exp $
#
# This file contains the contents of the OOo rpm pre-uninstall,
# post-uninstall scripts.
PRODUCTINSTALLLOCATION=${PKG_PREFIX}/opt/openoffice.org@VER@
case ${STAGE} in
DEINSTALL)
if [ -h $PRODUCTINSTALLLOCATION/program/libfreetype.so.6 ]
then
${RM} $PRODUCTINSTALLLOCATION/program/libfreetype.so.6 >/dev/null 2>&1
fi
;;
esac
Required to run:[
emulators/suse100_32_x11] [
emulators/suse100_32_compat] [
emulators/suse100_32_freetype2]
Required to build:[
pkgtools/rpm2pkg]
Master sites: (Expand)
SHA1: 4848b76debd50b3ec063d2b74f11cfa6a710f000
RMD160: ae7cd0255c9b51f73500c3133eba036d42b556a5
Filesize: 150285.287 KB
Version history: (Expand)
- (2010-06-17) Updated to version: openoffice3-bin-3.2.1
- (2010-04-09) Package added to pkgsrc.se, version openoffice3-bin-3.2.0 (created)
CVS history: (Expand)
2010-06-16 23:03:18 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #3147 - requested by bad
misc/openoffice3-bin: security update
Revisions pulled up:
- misc/openoffice3-bin/Makefile 1.7
- misc/openoffice3-bin/distinfo 1.4
---
Module Name: pkgsrc
Committed By: bad
Date: Tue Jun 15 16:48:19 UTC 2010
Modified Files:
pkgsrc/misc/openoffice3-bin: Makefile distinfo
Log message:
Update openoffice3-bin to 3.2.1.
Bugfixes only. Including fixes for
CVE-2010-0395: A security vulnerability in OpenOffice.org, related to python
scripting, may lead to unexpected code execution.
CVE-2009-3555: OpenOffice.org 2 and 3 may be affected by the TLS/SSL
Renegotiation Issue in 3rd Party Libraries.
The release notes at http://development.openoffice.org/releases/3.2.1.html
are not extremely difficult to summarize sensibly.
|