diff options
author | wiz <wiz> | 2009-12-09 14:39:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-12-09 14:39:18 +0000 |
commit | bf6073612643c8ff1188492151a6a41f2ccaafa4 (patch) | |
tree | e7c377bfdfe6576baa5c23fe828319837b1747fd /devel | |
parent | 191951b5f45d54f6880712bc287c1f8e0f82e209 (diff) | |
download | pkgsrc-bf6073612643c8ff1188492151a6a41f2ccaafa4.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/automake/Makefile | 4 | ||||
-rw-r--r-- | devel/automake/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index 05d6085ae65..199d9bc166f 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -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 --git a/devel/automake/distinfo b/devel/automake/distinfo index 8d6f665c2c1..3d981f83759 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -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 |