diff options
author | recht <recht@pkgsrc.org> | 2004-04-18 23:52:02 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-18 23:52:02 +0000 |
commit | 9fc9fe340b10a97b2a4846febabb44526cd8fd7e (patch) | |
tree | d660dd8026a0e0e528ac87c479b1b724e10b03a2 /devel | |
parent | 5608823cdd1e5805265a5c38da07c257b03f1e85 (diff) | |
download | pkgsrc-9fc9fe340b10a97b2a4846febabb44526cd8fd7e.tar.gz |
tla-1.2.1pre1
The version of libneon that is packaged with tla 1.2.0 contains a format
string vulnerability. For more information, visit the disclosure at
http://marc.theaimsgroup.com/?l=openpkg-announce&m=108213423102539&w=2 or
visit the libneon page at http://www.webdav.org/neon/. Tla users can be
affected if they download archives from untrusted sources.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tla/Makefile | 15 | ||||
-rw-r--r-- | devel/tla/distinfo | 6 |
2 files changed, 10 insertions, 11 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile index 79afee8f8a8..398e9d1536d 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2004/03/30 10:48:29 recht Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/18 23:52:02 recht Exp $ # -DISTNAME= tla-1.2 -PKGREVISION= 1 +DISTNAME= tla-1.2.1pre1 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU:=gnu-arch/} \ +MASTER_SITES= http://release.gnuarch.org/ \ + ${MASTER_SITE_GNU:=gnu-arch/} \ http://regexps.srparish.net/src/tla/ \ http://arch.quackerhead.com/~lord/releases/tla/ @@ -19,7 +19,7 @@ DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base WRKSRC= ${WRKDIR}/${DISTNAME}/src/=build USE_GNU_TOOLS+= make -HAS_CONFIGURE= # defined +HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ../configure CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --with-gnu-diff=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}diff @@ -28,8 +28,6 @@ CONFIGURE_ARGS+= --with-gnu-patch=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}patch CONFIGURE_ARGS+= --with-gnu-tar=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar HTMLDIR= ${PREFIX}/share/doc/html/arch -EXAMPLESDIR= ${PREFIX}/share/examples/arch -LOCALDIR= ${PREFIX}/libexec/arch/local post-extract: ${MKDIR} ${WRKSRC} @@ -37,7 +35,8 @@ post-extract: post-install: # Install arch documentation. ${INSTALL_DATA_DIR} ${HTMLDIR} - ${CP} -R ${WRKDIR}/${DISTNAME}/src/docs-tla/html/* ${HTMLDIR} + cd ${WRKDIR}/${DISTNAME}/src/docs-tla/html && \ + ${PAX} -rwppm . ${HTMLDIR} ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${HTMLDIR} ${CHMOD} -R ugo-w ${HTMLDIR} diff --git a/devel/tla/distinfo b/devel/tla/distinfo index c6110cfc8b7..adf405c190e 100644 --- a/devel/tla/distinfo +++ b/devel/tla/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/02/28 19:51:16 recht Exp $ +$NetBSD: distinfo,v 1.4 2004/04/18 23:52:02 recht Exp $ -SHA1 (tla-1.2.tar.gz) = c69b2fb612a8bc983e1f8f62fc6ab62e0205bb0a -Size (tla-1.2.tar.gz) = 4421771 bytes +SHA1 (tla-1.2.1pre1.tar.gz) = 5243dfef2ea63fa45ca9dec1b099d421edd2009c +Size (tla-1.2.1pre1.tar.gz) = 3320398 bytes |