mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
8a5da497b6
Main changes: - Support for enforcing signature policy and payload verification - Numerous bugfixes and minor enhancements across the board See detailed release note here : http://rpm.org/wiki/Releases/4.14.2 Since I'm here : - redo the patches using makepatch - remove unnecesary USE_LDCONFIG (repored by portlint) PR: 229750 Reported by: Brian Zou <zoujiaqing@gmail.com>
12 lines
225 B
C
12 lines
225 B
C
--- plugins/ima.c.orig 2018-06-21 09:08:06 UTC
|
|
+++ plugins/ima.c
|
|
@@ -1,8 +1,6 @@
|
|
#include "system.h"
|
|
|
|
#include <errno.h>
|
|
-#include <sys/xattr.h>
|
|
-
|
|
#include <rpm/rpmfi.h>
|
|
#include <rpm/rpmte.h>
|
|
#include <rpm/rpmfiles.h>
|