diff options
author | wiz <wiz@pkgsrc.org> | 2009-12-09 14:39:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-12-09 14:39:18 +0000 |
commit | beb8830ffe36af53de963a4179bcc8fed5ba6b81 (patch) | |
tree | e7c377bfdfe6576baa5c23fe828319837b1747fd /devel/automake/distinfo | |
parent | dbb753e7eac4f89bae42fe3d82149aa074a9138b (diff) | |
download | pkgsrc-beb8830ffe36af53de963a4179bcc8fed5ba6b81.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/automake/distinfo')
-rw-r--r-- | devel/automake/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
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 |