openbsd-ports/www/mozilla-firefox/patches/patch-nsprpub_config_rules_mk
bernd 3bbe03aff4 Update to 1.5.0.3. Security fixes inside...
More info:

CVE-2006-1993
http://secunia.com/advisories/19802/

tested by many
"go ahead" jolan@
2006-05-05 10:14:21 +00:00

13 lines
527 B
Plaintext

$OpenBSD: patch-nsprpub_config_rules_mk,v 1.3 2006/05/05 10:14:21 bernd Exp $
--- nsprpub/config/rules.mk.orig Thu Feb 23 00:03:11 2006
+++ nsprpub/config/rules.mk Wed May 3 13:25:55 2006
@@ -232,7 +232,7 @@ ifdef RELEASE_HEADERS
$(NSINSTALL) -t -m 0644 $(RELEASE_HEADERS) $(DESTDIR)$(includedir)/$(include_subdir)
endif
ifdef RELEASE_LIBS
- $(NSINSTALL) -t -m 0755 $(RELEASE_LIBS) $(DESTDIR)$(libdir)/$(lib_subdir)
+ $(NSINSTALL) -t -m 0444 $(RELEASE_LIBS) $(DESTDIR)$(libdir)/$(lib_subdir)
endif
+$(LOOP_OVER_DIRS)