pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/WordNet Fix possible security problem when Wo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47da69a3d438
branches:  trunk
changeset: 546442:47da69a3d438
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 01 14:58:53 2008 +0000

description:
Fix possible security problem when WordNet was used as e.g. a web backend,
using the patch provided by Rob Holland from the oCERT Team, see
http://www.ocert.org/advisories/ocert-2008-014.html

Bump PKGREVISION.

diffstat:

 textproc/WordNet/Makefile |  7 ++++++-
 textproc/WordNet/distinfo |  5 ++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 15a8e3c1cdf8 -r 47da69a3d438 textproc/WordNet/Makefile
--- a/textproc/WordNet/Makefile Mon Sep 01 14:31:53 2008 +0000
+++ b/textproc/WordNet/Makefile Mon Sep 01 14:58:53 2008 +0000
@@ -1,11 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:47 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/09/01 14:58:53 wiz Exp $
 #
 
 DISTNAME=              WordNet-3.0
+PKGREVISION=           1
 CATEGORIES=            textproc
 MASTER_SITES=          http://wordnet.princeton.edu/3.0/ \
                        ftp://ftp.cogsci.princeton.edu/pub/wordnet/3.0/
 
+PATCHFILES=            wordnet.patch
+PATCH_SITES=           http://www.ocert.org/analysis/2008-014/
+PATCH_DIST_STRIP=      -p1
+
 MAINTAINER=            wiz%NetBSD.org@localhost
 HOMEPAGE=              http://wordnet.princeton.edu/
 COMMENT=               Lexical reference system
diff -r 15a8e3c1cdf8 -r 47da69a3d438 textproc/WordNet/distinfo
--- a/textproc/WordNet/distinfo Mon Sep 01 14:31:53 2008 +0000
+++ b/textproc/WordNet/distinfo Mon Sep 01 14:58:53 2008 +0000
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/03/12 09:22:07 wiz Exp $
+$NetBSD: distinfo,v 1.2 2008/09/01 14:58:53 wiz Exp $
 
 SHA1 (WordNet-3.0.tar.gz) = 8dd56763280d9ed8bc13f62e2fb24c0fe030c763
 RMD160 (WordNet-3.0.tar.gz) = 62cdcd483cbfc1f456691f4fd8e7ba150801577e
 Size (WordNet-3.0.tar.gz) = 11537239 bytes
+SHA1 (wordnet.patch) = fc27501f9c6305ec0becae9350977d58d9598b47
+RMD160 (wordnet.patch) = 4f569fe28a5decbbd4a75f3b02b49bf407700893
+Size (wordnet.patch) = 23851 bytes



Home | Main Index | Thread Index | Old Index