diff options
author | Cy Schubert <cy@FreeBSD.org> | 2007-01-10 05:06:45 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2007-01-10 05:06:45 +0000 |
commit | 99854179cae62b175cde0112c4e93465e7acc005 (patch) | |
tree | aef467028af7cfc0d0e5f203c2b1e2937752ff95 /security/krb5-17/files/patch-ax | |
parent | * Migrate to gfortran42. (diff) |
Update 1.5.1 --> 1.6
Security: MITKRB5-SA-2006-002, MITKRB5-SA-2006-003, and
US-CERT Technical Cyber Security Alert TA07-009B
Notes
Notes:
svn path=/head/; revision=181950
Diffstat (limited to 'security/krb5-17/files/patch-ax')
-rw-r--r-- | security/krb5-17/files/patch-ax | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/security/krb5-17/files/patch-ax b/security/krb5-17/files/patch-ax index 472c40035307..2c110174a901 100644 --- a/security/krb5-17/files/patch-ax +++ b/security/krb5-17/files/patch-ax @@ -1,13 +1,11 @@ ---- ../doc/Makefile.orig Thu Apr 21 16:02:59 2005 -+++ ../doc/Makefile Sat Jul 1 06:08:13 2006 -@@ -2,8 +2,8 @@ +--- ../doc/Makefile.orig Thu Dec 21 14:07:10 2006 ++++ ../doc/Makefile Tue Jan 9 18:29:27 2007 +@@ -2,7 +2,7 @@ DVI=texi2dvi DVIPS=dvips -o "$@" PSPDF=ps2pdf -INFO=makeinfo --HTML=makeinfo --html +INFO=makeinfo --no-validate --no-split -+HTML=makeinfo --html --no-split + HTML=makeinfo --html --no-split RM=rm -f TAR=tar -chvf - GZIP=gzip -9 |