Update to automake-1.12.2.

from Brad
This commit is contained in:
ajacoutot 2012-08-05 07:31:25 +00:00
parent a4a23365bb
commit 721e1029e6
3 changed files with 5 additions and 24 deletions

View File

@ -1,8 +1,7 @@
# $OpenBSD: Makefile,v 1.4 2012/07/20 12:03:50 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2012/08/05 07:31:25 ajacoutot Exp $
VERSION= 1.12
DISTNAME= automake-${VERSION}
REVISION= 1
DISTNAME= automake-${VERSION}.2
PKGSPEC= automake->=${VERSION},<1.13
MODULES= lang/python
@ -10,7 +9,7 @@ MODULES= lang/python
MODPY_BUILDDEP= No
MODPY_RUNDEP= No
AUTOCONF_VERSION= 2.68
AUTOCONF_VERSION= 2.69
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS}

View File

@ -1,5 +1,2 @@
MD5 (automake-1.12.tar.gz) = 2Kj2vYmKazSodHKM0eR6lQ==
RMD160 (automake-1.12.tar.gz) = jooCBy0pzNe7PfeEOGvSVM89CfY=
SHA1 (automake-1.12.tar.gz) = c15adV3UuiTbs0WQEZiHOyaGgE0=
SHA256 (automake-1.12.tar.gz) = bcwMWXHHTaNp3aAPzq9UFsHxhtY16xTMMB0c4p5amiY=
SIZE (automake-1.12.tar.gz) = 2011170
SHA256 (automake-1.12.2.tar.gz) = su73QvQnMIMdGvL+DluVTitgdz4umSK6YoDN0KtKXQA=
SIZE (automake-1.12.2.tar.gz) = 2065711

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-lib_am_distdir_am,v 1.1 2012/07/20 12:03:50 jasper Exp $
Fix insecure permissions used for the top of the distfile build tree. CVE-2012-3386
--- lib/am/distdir.am.orig Thu Jul 19 15:39:48 2012
+++ lib/am/distdir.am Thu Jul 19 15:39:57 2012
@@ -449,7 +449,7 @@ distcheck: dist
## Make the new source tree read-only. Distributions ought to work in
## this case. However, make the top-level directory writable so we
## can make our new subdirs.
- chmod -R a-w $(distdir); chmod a+w $(distdir)
+ chmod -R a-w $(distdir); chmod u+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
## Undo the write access.