07f0dc53f6
CVE-2011-3484, CVE-2011-3869, CVE-2011-3870 and CVE-2011-3871 ok robert@ (MAINTAINER), aja@
17 lines
433 B
Plaintext
17 lines
433 B
Plaintext
$OpenBSD: patch-install_rb,v 1.3 2011/10/05 07:41:43 jasper Exp $
|
|
|
|
Don't gzip(1) the manual pages.
|
|
|
|
--- install.rb.orig Fri Sep 30 19:51:10 2011
|
|
+++ install.rb Tue Oct 4 23:26:25 2011
|
|
@@ -125,9 +125,6 @@ def do_man(man, strip = 'man/')
|
|
FileUtils.chmod(0755, om)
|
|
FileUtils.install(mf, omf, {:mode => 0644, :verbose => true})
|
|
end
|
|
- gzip = %x{which gzip}
|
|
- gzip.chomp!
|
|
- %x{#{gzip} -f #{omf}}
|
|
end
|
|
end
|
|
|