mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
ChangeLog (https://github.com/kholtman/afio/blob/master/ANNOUNCE-2.5.2): * security improvements for the handling of archives from unstrusted sources * when making multivolume archives, added %V feature to include the volume number in subsequent volume file names * various bug and portability fixes PR: 237324 Submitted by: takefu@airport.fm Approved by: portmaster@bsdforge.com (maintainer, timeout 10 days)
12 lines
217 B
C
12 lines
217 B
C
--- afio.h.orig 2018-11-30 14:25:04 UTC
|
|
+++ afio.h
|
|
@@ -1,5 +1,9 @@
|
|
/* afio.h defines for afio. */
|
|
|
|
+#ifdef HAVE_PARAM_H
|
|
+#include <sys/param.h>
|
|
+#endif
|
|
+
|
|
#ifdef SYSTIME
|
|
#include <sys/time.h>
|
|
#else /* SYSTIME */
|