diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-13 20:26:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-13 20:26:58 +0000 |
commit | 07e52f4a0088e0f106498ba8ff8d0ea333f4f56f (patch) | |
tree | d6160eb519986463c5f708dd3e2999e788f40232 /sys-apps/man/files | |
parent | Bump. (Manifest recommit) (diff) | |
download | gentoo-2-07e52f4a0088e0f106498ba8ff8d0ea333f4f56f.tar.gz gentoo-2-07e52f4a0088e0f106498ba8ff8d0ea333f4f56f.tar.bz2 gentoo-2-07e52f4a0088e0f106498ba8ff8d0ea333f4f56f.zip |
Version bump.
Diffstat (limited to 'sys-apps/man/files')
-rw-r--r-- | sys-apps/man/files/digest-man-1.5o_p1 | 1 | ||||
-rw-r--r-- | sys-apps/man/files/man-1.5m-security.patch | 9 | ||||
-rw-r--r-- | sys-apps/man/files/man-1.5o_p1-man2html-CFLAGS.patch | 7 |
3 files changed, 14 insertions, 3 deletions
diff --git a/sys-apps/man/files/digest-man-1.5o_p1 b/sys-apps/man/files/digest-man-1.5o_p1 new file mode 100644 index 000000000000..2ba0fbbab59b --- /dev/null +++ b/sys-apps/man/files/digest-man-1.5o_p1 @@ -0,0 +1 @@ +MD5 ff60906ee864be0fbf96cb023d113104 man-1.5o1.tar.gz 228844 diff --git a/sys-apps/man/files/man-1.5m-security.patch b/sys-apps/man/files/man-1.5m-security.patch index 2f7e9e3db64b..f9918ed11c4b 100644 --- a/sys-apps/man/files/man-1.5m-security.patch +++ b/sys-apps/man/files/man-1.5m-security.patch @@ -1,12 +1,14 @@ diff -urP man-1.5l/src/gripes.c man-1.5l/src/gripes.c --- man-1.5l/src/gripes.c Wed Jul 17 20:17:23 2002 +++ man-1.5l/src/gripes.c Fri Jun 6 14:51:21 2003 -@@ -28,0 +28,1 @@ +@@ -28,1 +28,2 @@ +#include <string.h> -@@ -68,0 +68,2 @@ + #include <nl_types.h> +@@ -68,1 +68,3 @@ + char *s; + unsigned int i = 0; + unsigned short fmt_n = 0; -@@ -78,0 +78,13 @@ +@@ -78,1 +78,14 @@ + /* routine to filter format string abuse. will */ + /* only allow %d, %s, and %o through. no more */ + /* than two formats needed for any response. */ @@ -20,3 +22,4 @@ diff -urP man-1.5l/src/gripes.c man-1.5l/src/gripes.c + if (fmt_n > 2) /* failed, default reply. */ + s = msg[n]; + } + return s; diff --git a/sys-apps/man/files/man-1.5o_p1-man2html-CFLAGS.patch b/sys-apps/man/files/man-1.5o_p1-man2html-CFLAGS.patch new file mode 100644 index 000000000000..87554454e83b --- /dev/null +++ b/sys-apps/man/files/man-1.5o_p1-man2html-CFLAGS.patch @@ -0,0 +1,7 @@ +--- man-1.5o1/man2html/Makefile.in.orig 2004-12-13 15:02:05.204559672 -0500 ++++ man-1.5o1/man2html/Makefile.in 2004-12-13 15:02:12.591436696 -0500 +@@ -1,3 +1,3 @@ + CC = @CC@ +-CFLAGS = -Wall -Wstrict-prototypes -Wmissing-prototypes -O ++CFLAGS += -Wall -Wstrict-prototypes -Wmissing-prototypes + OBJECTS = man2html.o cgibase.o abbrev.o strdefs.o |