b3fba444d0
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
19 lines
502 B
Makefile
19 lines
502 B
Makefile
# $NetBSD: buildlink3.mk,v 1.13 2017/04/23 08:18:14 adam Exp $
|
|
|
|
BUILDLINK_TREE+= rpm
|
|
|
|
.if !defined(RPM_BUILDLINK3_MK)
|
|
RPM_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.rpm+= rpm>=2.5.4nb4
|
|
BUILDLINK_ABI_DEPENDS.rpm+= rpm>=2.5.4nb7
|
|
BUILDLINK_PKGSRCDIR.rpm?= ../../misc/rpm
|
|
BUILDLINK_DEPMETHOD.rpm?= build
|
|
|
|
BUILDLINK_CPPFLAGS.rpm+= -I${BUILDLINK_PREFIX.rpm}/include/rpm
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.endif # RPM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -rpm
|