summaryrefslogtreecommitdiffstats
path: root/groff.spec
diff options
context:
space:
mode:
Diffstat (limited to 'groff.spec')
-rw-r--r--groff.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/groff.spec b/groff.spec
index da96505..61b6016 100644
--- a/groff.spec
+++ b/groff.spec
@@ -3,7 +3,7 @@
Summary: A document formatting system.
Name: groff
Version: 1.18.1.1
-Release: 2
+Release: 3
License: GPL
Group: Applications/Publishing
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
@@ -27,6 +27,7 @@ Patch16: groff-1.18.1-devutf8.patch
Patch17: groff-1.18.1.1-revision.patch
Patch18: groff-1.18.1.1-do_char.patch
Patch19: groff-1.18.1.1-grn.patch
+Patch20: groff-1.18.1.1-tempfile.patch
URL: ftp://ftp.gnu.org/gnu/groff/
Requires: mktemp
@@ -91,6 +92,7 @@ System display.
%patch17 -p1 -b .revision
%patch18 -p1 -b .do_char
%patch19 -p1 -b .grn
+%patch20 -p1 -b .tempfile
%build
PATH=$PATH:%{_prefix}/X11R6/bin
@@ -196,6 +198,9 @@ fi
%endif
%changelog
+* Tue Oct 19 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-3
+- fixed groffer scripte security problem (#136314)
+
* Thu Sep 16 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-2
- fixed DoCharacter calls in xditview (#110812)
- fixed fclose called once too often (#132690): thanks to Ulrich Drepper for