1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/archivers/rpm4/files/patch-plugins_ima.c
Rodrigo Osorio 8a5da497b6 Upgrade archivers/rpm4 from v4.13.1 to v4.14.2
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>
2018-09-02 16:29:56 +00:00

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>