Shortly after the initial release, a new tarball was uploaded which
includes a small fix that was duplicated already in the FreeBSD port. - Update checksum and remove patch introduced with the original release No functional changes.
This commit is contained in:
parent
75fcf57fc8
commit
801590780d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309388
2 changed files with 3 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rpm-4.10.2.tar.bz2) = de1b50433ca887170570e5d610e151d5b77957a4122561c59979069ae8eb5d58
|
||||
SIZE (rpm-4.10.2.tar.bz2) = 3545289
|
||||
SHA256 (rpm-4.10.2.tar.bz2) = e9278a2b40f08bae5a9592b9b42f11f88b2e880cc34e57113d53461ed7de6e7b
|
||||
SIZE (rpm-4.10.2.tar.bz2) = 3545536
|
||||
|
|
|
@ -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,14 @@ char * stpncpy(char * dest, const char *
|
||||
@@ -39,6 +39,13 @@ char * stpncpy(char * dest, const char *
|
||||
#define getenv(_s) __secure_getenv(_s)
|
||||
#endif
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
|||
+#include <libgen.h>
|
||||
+#include <sys/wait.h>
|
||||
+#include <netinet/in.h>
|
||||
+#include <errno.h>
|
||||
+
|
||||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Reference in a new issue