diff options
author | Kurt Lieber <klieber@gentoo.org> | 2004-10-25 22:53:07 +0000 |
---|---|---|
committer | Kurt Lieber <klieber@gentoo.org> | 2004-10-25 22:53:07 +0000 |
commit | 101ea37ae3fa566d32fae3bac70c3f05ffe5a70b (patch) | |
tree | 17411f234121a353263e6a13f949ca47c1908874 /net-misc/cfengine/files | |
parent | ~amd64, #59213 (diff) | |
download | gentoo-2-101ea37ae3fa566d32fae3bac70c3f05ffe5a70b.tar.gz gentoo-2-101ea37ae3fa566d32fae3bac70c3f05ffe5a70b.tar.bz2 gentoo-2-101ea37ae3fa566d32fae3bac70c3f05ffe5a70b.zip |
bumpage to fix 68709 and 64411
Diffstat (limited to 'net-misc/cfengine/files')
-rw-r--r-- | net-misc/cfengine/files/cfengine-2.1.10-setnetgrent.patch | 29 | ||||
-rw-r--r-- | net-misc/cfengine/files/digest-cfengine-2.1.10-r1 | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/net-misc/cfengine/files/cfengine-2.1.10-setnetgrent.patch b/net-misc/cfengine/files/cfengine-2.1.10-setnetgrent.patch new file mode 100644 index 000000000000..dc7090e092ae --- /dev/null +++ b/net-misc/cfengine/files/cfengine-2.1.10-setnetgrent.patch @@ -0,0 +1,29 @@ +diff -Nrup cfengine-2.1.10.orig/src/patches.c cfengine-2.1.10/src/patches.c +--- cfengine-2.1.10.orig/src/patches.c 2004-04-17 10:11:04.000000000 -0400 ++++ cfengine-2.1.10/src/patches.c 2004-10-24 11:21:15.000000000 -0400 +@@ -85,11 +85,12 @@ return strncmp(buf1,buf2,n); + + /*********************************************************/ + +-void setnetgrent(netgroup) ++int setnetgrent(netgroup) + + const char *netgroup; + + { ++ return 0; + } + + /**********************************************************/ +diff -Nrup cfengine-2.1.10.orig/src/prototypes.h cfengine-2.1.10/src/prototypes.h +--- cfengine-2.1.10.orig/src/prototypes.h 2004-06-25 11:12:38.000000000 -0400 ++++ cfengine-2.1.10/src/prototypes.h 2004-10-24 11:20:46.000000000 -0400 +@@ -805,7 +805,7 @@ int StrnCmp ARGLIST((char *s1,char *s2,s + + #ifndef HAVE_GETNETGRENT + +-void setnetgrent ARGLIST((const char *netgroup)); ++int setnetgrent ARGLIST((const char *netgroup)); + int getnetgrent ARGLIST((char **host, char **user, char **domain)); + void endnetgrent ARGLIST((void)); + #endif diff --git a/net-misc/cfengine/files/digest-cfengine-2.1.10-r1 b/net-misc/cfengine/files/digest-cfengine-2.1.10-r1 new file mode 100644 index 000000000000..c012ef7cc95c --- /dev/null +++ b/net-misc/cfengine/files/digest-cfengine-2.1.10-r1 @@ -0,0 +1 @@ +MD5 7a867c74ca3ad806a41b6f7339e67fa3 cfengine-2.1.10.tar.gz 3100323 |