Update package to 1.4.3.1 (netbsd-1-4 as of 2002-06-28, plus patch to
lib/libc/rpc/xdr_array.c). Includes libc security fixes for SA2002-006 and SA2002-011 (and probably other bugs found since 1.4.3).
This commit is contained in:
parent
64dcebac20
commit
4dc01db3bc
4 changed files with 29 additions and 24 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2001/05/30 20:22:04 dmcmahill Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2002/08/13 02:53:26 jdarrow Exp $
|
||||
#
|
||||
|
||||
DISTNAME= compat14-${MACHINE_ARCH}
|
||||
PKGNAME= compat14-1.4.3
|
||||
DISTNAME= compat14-${MACHINE_ARCH}-${VERSION}
|
||||
PKGNAME= compat14-${VERSION}
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
|
||||
|
@ -10,6 +10,10 @@ MAINTAINER= packages@netbsd.org
|
|||
HOMEPAGE= http://www.netbsd.org/Releases/formal-1.4/index.html
|
||||
COMMENT= Shared libraries for NetBSD 1.4 (and earlier) compatibility
|
||||
|
||||
VERSION= 1.4.3.1
|
||||
|
||||
CONFLICTS= compat14-crypto-[0-9]*
|
||||
|
||||
ONLY_FOR_PLATFORM= NetBSD-*-sparc NetBSD-*-i386
|
||||
NOT_FOR_PLATFORM= NetBSD-1.3*-* NetBSD-1.4*-*
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2001/04/20 10:49:53 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2002/08/13 02:53:26 jdarrow Exp $
|
||||
|
||||
SHA1 (compat14-i386.tar.gz) = afe977755bad9aa03b0d96c9d9dcba6c7bdcf046
|
||||
Size (compat14-i386.tar.gz) = 1641377 bytes
|
||||
SHA1 (compat14-sparc.tar.gz) = b7a0513e170ecc8e0e12c3a18ac534e8ac7f8233
|
||||
Size (compat14-sparc.tar.gz) = 1820181 bytes
|
||||
SHA1 (compat14-i386-1.4.3.1.tar.gz) = 7c00ede3cf18bfc437e9262f0e583bde5f134004
|
||||
Size (compat14-i386-1.4.3.1.tar.gz) = 1646083 bytes
|
||||
SHA1 (compat14-sparc-1.4.3.1.tar.gz) = 9c0e46ced11f1f56fde79158edebb12898ea4ffa
|
||||
Size (compat14-sparc-1.4.3.1.tar.gz) = 1831758 bytes
|
||||
|
|
|
@ -1,23 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.3 2002/08/01 02:37:43 jschauma Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2002/08/13 03:06:10 jdarrow Exp $
|
||||
#
|
||||
|
||||
DISTNAME= compat14-${MACHINE32_ARCH}-${VERSION}
|
||||
PKGNAME= netbsd32_compat14-${VERSION}
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.netbsd.org/Releases/formal-1.4/index.html
|
||||
COMMENT= 32-bit shared libraries for NetBSD 1.4 (and earlier) compatibility
|
||||
|
||||
DEPENDS+= netbsd32_compat15>=1.0:../netbsd32_compat15
|
||||
|
||||
VERSION= 1.4.3.1
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
MACHINE32_ARCH= sparc
|
||||
.else
|
||||
MACHINE32_ARCH= ${MACHINE_ARCH}
|
||||
.endif
|
||||
|
||||
DISTNAME= compat14-${MACHINE32_ARCH}
|
||||
PKGNAME= netbsd32_compat14-1.0
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
|
||||
DEPENDS+= netbsd32_compat15-1.0:../netbsd32_compat15
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.netbsd.org/Releases/formal-1.4/index.html
|
||||
COMMENT= 32-bit shared libraries for NetBSD 1.4 (and earlier) compatibility
|
||||
|
||||
ONLY_FOR_PLATFORM= NetBSD-*-sparc64
|
||||
|
||||
NO_MTREE= # defined
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.2 2001/04/20 10:49:55 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2002/08/13 03:06:10 jdarrow Exp $
|
||||
|
||||
SHA1 (compat14-sparc.tar.gz) = b7a0513e170ecc8e0e12c3a18ac534e8ac7f8233
|
||||
Size (compat14-sparc.tar.gz) = 1820181 bytes
|
||||
SHA1 (compat14-sparc-1.4.3.1.tar.gz) = 9c0e46ced11f1f56fde79158edebb12898ea4ffa
|
||||
Size (compat14-sparc-1.4.3.1.tar.gz) = 1831758 bytes
|
||||
|
|
Loading…
Reference in a new issue