pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/tla tla-1.2.1pre1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1aec4909eab2
branches:  trunk
changeset: 473342:1aec4909eab2
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Apr 18 23:52:02 2004 +0000

description:
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:

 devel/tla/Makefile |  15 +++++++--------
 devel/tla/distinfo |   6 +++---
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (57 lines):

diff -r 2ea043154005 -r 1aec4909eab2 devel/tla/Makefile
--- a/devel/tla/Makefile        Sun Apr 18 23:47:28 2004 +0000
+++ b/devel/tla/Makefile        Sun Apr 18 23:52:02 2004 +0000
@@ -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 @@
 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-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-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 -r 2ea043154005 -r 1aec4909eab2 devel/tla/distinfo
--- a/devel/tla/distinfo        Sun Apr 18 23:47:28 2004 +0000
+++ b/devel/tla/distinfo        Sun Apr 18 23:52:02 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index