pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/automake Update to 1.11.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/2b9e93b6e417
branches: trunk
changeset: 568278:2b9e93b6e417
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Dec 09 14:39:18 2009 +0000
description:
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 83e25379f43c -r 2b9e93b6e417 devel/automake/Makefile
--- a/devel/automake/Makefile Wed Dec 09 12:40:10 2009 +0000
+++ b/devel/automake/Makefile Wed Dec 09 14:39:18 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.74 2009/06/08 14:44:35 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2009/12/09 14:39:18 wiz 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 83e25379f43c -r 2b9e93b6e417 devel/automake/distinfo
--- a/devel/automake/distinfo Wed Dec 09 12:40:10 2009 +0000
+++ b/devel/automake/distinfo Wed Dec 09 14:39:18 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2009/06/08 14:44:35 wiz Exp $
+$NetBSD: distinfo,v 1.31 2009/12/09 14:39:18 wiz 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