mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -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)
11 lines
303 B
C
11 lines
303 B
C
--- compfile.c.orig 2018-11-30 14:25:04 UTC
|
|
+++ compfile.c
|
|
@@ -224,7 +224,7 @@ void waitforgzip()
|
|
* version;
|
|
*/
|
|
|
|
-#if ( defined(sun) && defined(__svr4__) ) || defined(__CYGWIN32__)
|
|
+#if ( defined(sun) && defined(__svr4__) ) || defined(__FreeBSD__)
|
|
#include <dirent.h>
|
|
#else
|
|
#include <sys/dir.h>
|