aboutsummaryrefslogtreecommitdiff
path: root/archivers/rpm4
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /archivers/rpm4
parent5a20e7990eb544509174d617d359bf0d4ac64737 (diff)
downloadports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz
ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419133
Diffstat (limited to 'archivers/rpm4')
-rw-r--r--archivers/rpm4/files/patch-lib_backend_db3.c4
-rw-r--r--archivers/rpm4/files/patch-lib_cpio.c4
-rw-r--r--archivers/rpm4/files/patch-misc_fts.c6
-rw-r--r--archivers/rpm4/files/patch-system.h6
4 files changed, 10 insertions, 10 deletions
diff --git a/archivers/rpm4/files/patch-lib_backend_db3.c b/archivers/rpm4/files/patch-lib_backend_db3.c
index 9a88011ab7ce..8c33b429986c 100644
--- a/archivers/rpm4/files/patch-lib_backend_db3.c
+++ b/archivers/rpm4/files/patch-lib_backend_db3.c
@@ -1,5 +1,5 @@
---- lib/backend/db3.c.orig 2011-03-02 07:40:10.000000000 +0100
-+++ lib/backend/db3.c 2011-06-10 15:21:12.000000000 +0200
+--- lib/backend/db3.c.orig 2014-06-30 08:47:13 UTC
++++ lib/backend/db3.c
@@ -8,6 +8,8 @@ static int _debug = 1; /* XXX if < 0 deb
#include <errno.h>
diff --git a/archivers/rpm4/files/patch-lib_cpio.c b/archivers/rpm4/files/patch-lib_cpio.c
index a06895394295..692e5657a6ae 100644
--- a/archivers/rpm4/files/patch-lib_cpio.c
+++ b/archivers/rpm4/files/patch-lib_cpio.c
@@ -1,8 +1,8 @@
Fix for CVE-2014-8118 as found at
https://bugzilla.redhat.com/show_bug.cgi?id=1168715
---- lib/cpio.c.orig 2015-03-22 19:29:29.000000000 +0100
-+++ lib/cpio.c 2015-03-22 19:29:30.000000000 +0100
+--- lib/cpio.c.orig 2014-06-30 08:47:13 UTC
++++ lib/cpio.c
@@ -399,6 +399,9 @@ int rpmcpioHeaderRead(rpmcpio_t cpio, ch
GET_NUM_FIELD(hdr.filesize, fsize);
diff --git a/archivers/rpm4/files/patch-misc_fts.c b/archivers/rpm4/files/patch-misc_fts.c
index 3a36a6b2cf40..f6c633ef28a7 100644
--- a/archivers/rpm4/files/patch-misc_fts.c
+++ b/archivers/rpm4/files/patch-misc_fts.c
@@ -1,5 +1,5 @@
---- misc/fts.c 2012-04-03 15:53:59.000000000 +0200
-+++ misc/fts.c 2012-05-30 14:07:33.000000000 +0200
+--- misc/fts.c.orig 2014-06-30 08:47:14 UTC
++++ misc/fts.c
@@ -31,13 +31,14 @@
static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
#endif /* LIBC_SCCS and not lint */
@@ -16,7 +16,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-@@ -61,11 +62,9 @@
+@@ -61,11 +62,9 @@ static char sccsid[] = "@(#)fts.c 8.6 (B
# define _STAT_VER 0
# define __fxstat64(_stat_ver, _fd, _sbp) fstat64((_fd), (_sbp))
#endif
diff --git a/archivers/rpm4/files/patch-system.h b/archivers/rpm4/files/patch-system.h
index 087025591e2a..7d119aaaa7ef 100644
--- a/archivers/rpm4/files/patch-system.h
+++ b/archivers/rpm4/files/patch-system.h
@@ -1,6 +1,6 @@
---- system.h.orig 2011-06-10 15:27:05.000000000 +0200
-+++ system.h 2011-06-10 15:27:09.000000000 +0200
-@@ -39,6 +39,13 @@ char * stpncpy(char * dest, const char *
+--- system.h.orig 2014-06-30 08:47:14 UTC
++++ system.h
+@@ -41,6 +41,13 @@ char * stpncpy(char * dest, const char *
#define getenv(_s) __secure_getenv(_s)
#endif