pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2009Q3]: pkgsrc/devel/automake Pullup ticket #2948 - requested...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/976a65e4ab8c
branches:  pkgsrc-2009Q3
changeset: 399999:976a65e4ab8c
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Dec 11 13:37:15 2009 +0000

description:
Pullup ticket #2948 - requested by wiz
automake: security update

Revisions pulled up:
- devel/automake/Makefile               1.75
- devel/automake/distinfo               1.31
---
Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec  9 14:39:18 UTC 2009

Modified Files:
        pkgsrc/devel/automake: Makefile distinfo

Log Message:
Update to 1.11.1:

Bugs fixed in 1.11.1:

  - Lots of minor bugfixes.

* Bugs introduced by 1.11:

  - The `parallel-tests' test driver works around a GNU make 3.80 bug with
    trailing white space in the test list (`TESTS = foo $(EMPTY)').

* Long standing bugs:

  - On Darwin 9, `pythondir' and `pyexecdir' pointed below `/Library/Python'
    even if the `--prefix' argument pointed outside of a system directory.
    AM_PATH_PYTHON has been fixed to ignore the value returned from python's
    `get_python_lib' function if it points outside the configured prefix,
    unless the `--prefix' argument was either `/usr' or below `/System'.

  - The testsuite does not try to change the mode of `ltmain.sh' files from
    a Libtool installation (symlinked to test directories) any more.

  - AM_PROG_GCJ uses AC_CHECK_TOOLS to look for `gcj' now, so that prefixed
    tools are preferred in a cross-compile setup.

  - The distribution is tarred up with mode 755 now by the `dist*' targets.
    This fixes a race condition where untrusted users could modify files
    in the $(PACKAGE)-$(VERSION) distdir before packing if the toplevel
    build directory was world-searchable.  This is CVE-2009-4029.

diffstat:

 devel/automake/Makefile |  4 ++--
 devel/automake/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 70d083148b82 -r 976a65e4ab8c devel/automake/Makefile
--- a/devel/automake/Makefile   Sat Dec 05 15:11:12 2009 +0000
+++ b/devel/automake/Makefile   Fri Dec 11 13:37:15 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.74 2009/06/08 14:44:35 wiz Exp $
+# $NetBSD: Makefile,v 1.74.4.1 2009/12/11 13:37:15 tron Exp $
 #
 
-DISTNAME=      automake-1.11
+DISTNAME=      automake-1.11.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=automake/} \
                ftp://sources.redhat.com/pub/automake/
diff -r 70d083148b82 -r 976a65e4ab8c devel/automake/distinfo
--- a/devel/automake/distinfo   Sat Dec 05 15:11:12 2009 +0000
+++ b/devel/automake/distinfo   Fri Dec 11 13:37:15 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2009/06/08 14:44:35 wiz Exp $
+$NetBSD: distinfo,v 1.30.4.1 2009/12/11 13:37:15 tron Exp $
 
-SHA1 (automake-1.11.tar.bz2) = 1ae8c15d91b8eb8728c35cf0901a02782830e9de
-RMD160 (automake-1.11.tar.bz2) = 65a65be39f9c1c43e1b65cfffe97fcce3f8eeb72
-Size (automake-1.11.tar.bz2) = 1058759 bytes
+SHA1 (automake-1.11.1.tar.bz2) = 44ab0007d8edbe82338e29bdda2f461f43a98818
+RMD160 (automake-1.11.1.tar.bz2) = 0d160a06a022b145095c6433c3f0511ec5a8c6fd
+Size (automake-1.11.1.tar.bz2) = 1066685 bytes
 SHA1 (patch-aa) = 5faa883609df5432dd0516e472587f191bc58ba4



Home | Main Index | Thread Index | Old Index