Security fixes * Fix several out of bounds reads in the OpenPGP parser * Fix handling of OpenPGP reserved tag (should be rejected) * Fix various crashes from malformed packages with invalid tags General bugfixes * Fix %transfiletriggerpostun nondeterministic behavior * Fix rpmdb cleanup on signal (regression introduced in 4.13.0) Package building * Fix debuginfo GDB index generation (regression introduced in 4.13.0) * Fix malformed packages being generated around 4GB size boundary (regression introduced in 4.12.0) * Fix special %doc/%license directory inheriting default file permissions (regression introduced in 4.13.0) Build process * Fix API documentation generation with Doxygen >= 1.8.8
15 lines
428 B
Text
15 lines
428 B
Text
$NetBSD: patch-installplatform,v 1.1 2017/04/23 08:18:15 adam Exp $
|
|
|
|
Keep macros in one place across platforms.
|
|
|
|
--- installplatform.orig 2017-04-23 06:48:59.000000000 +0000
|
|
+++ installplatform
|
|
@@ -194,7 +194,7 @@ for ARCH in noarch `grep ^arch_canon $RP
|
|
LIB=${LIB}64
|
|
fi
|
|
|
|
- PPD="${DESTDIR}/${platformdir}/${ARCH}-${OS}"
|
|
+ PPD="${DESTDIR}/${platformdir}/${ARCH}"
|
|
[ -d $PPD ] || mkdir -p $PPD
|
|
|
|
cat $PLATFORM \
|