mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
- Add LICENSE_FILE - Configure script is generated by GNU tools - Use @sample for configuration file instead of deprecated @unexec, remove part of pkg-message about copying config file, it's done automatically now - Regenerate patches with make makepatch Version 2.9j of WWWOFFLE released : Sat 23 Mar 2016 --------------------------------------------------- Bug Fixes Fix to remove compilation warnings for [gs]etres[ug]id() functions. Don't delete newlines from within quoted strings when modifying HTML. Accept 'Transfer-Encoding: Chunked' instead of '... chunked'. Increase the socket backlog to queue requests better. Documentation changes for mailing lists, web-page and e-mail addresses. Accept data from servers that use gzip encoding but don't send the tail. Improve the error messages for gnutls problems. [*] Some gnutls fixes and improvements. [*] Fix an error with chunked encoding and compression from slow servers. Fix HTML (and CSS) parsing problems related to media types. Improvements: Increase the root certificate and fake certificates to 2048 bits. [*] Change the certificate hash function to SHA256 (SHA1 is deprecated). [*] Use the SNI TLS extension for incoming and outgoing https connections. [*] *NOTE* *These only apply if WWWOFFLE is compiled with SSL/https support* PR: 212831 (based on) [1] Submitted by: Jochen Neumeister [1]
12 lines
639 B
Text
12 lines
639 B
Text
--- conf/Makefile.in.orig 2010-12-28 10:04:45 UTC
|
|
+++ conf/Makefile.in
|
|
@@ -64,8 +64,7 @@ install : compile
|
|
echo "WWWOFFLE: There is already a config file $(CONFDIR)/wwwoffle.conf." ;\
|
|
echo "WWWOFFLE: Run 'conf/upgrade-config.pl $(CONFDIR)/wwwoffle.conf' to upgrade it." ;\
|
|
echo "WWWOFFLE: " )
|
|
- [ ! -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf.install
|
|
- [ -f $(CONFDIR)/wwwoffle.conf ] || $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf
|
|
+ $(INSTALL) -c -m 640 wwwoffle.conf.install $(CONFDIR)/wwwoffle.conf.sample
|
|
|
|
######## CONF FILE ########
|
|
|