Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Approved by wiz.
|
|
cp .../* DESTDIR
do
cd .../ && PAX -rw . DESTDIR
This prevents failure due to too long argument list on some platforms.
|
|
to PLIST.common.
|
|
INSTALLATION_DIRS rather than MAKE_DIRS. Calculate QUEUE_EXTRALEN
in a more readable fashion.
|
|
changes. Approved by wiz.
|
|
This should address PR 27264.
|
|
pkgsrc infrastructures already adds this anyway.
|
|
|
|
|
|
pkgsrc infrastructures already adds this anyway.
|
|
|
|
Noticed it was used in multimedia/xine-ui/MESSAGE.NetBSD.
Maybe this is redundant, and in that case, could have just hard-coded
"xine-ui" instead.
|
|
|
|
|
|
|
|
and dynamic content cache. Works for both PHP4 and PHP5.
|
|
content cache.
Confirmed buildable and working for both PHP4 and PHP5.
|
|
so that lang/php/ext.php need not use = assignment and extensions
would be able to use different setting
|
|
|
|
WSDL related tweaks and NAN/INF-related warning fixes
|
|
improvements, tweaks to WSDL-related code. Also fixes the warnings
about 'NAN' and 'INF' being already defined.
|
|
function do_test, which by default just invokes do_test_default.
For jlam's overriding pleasure.
|
|
|
|
the author, Anthony Howe (achowe snert com).
Upcoming versions will have a much more restrictive license which
will (among other things) disallow packaging it.
|
|
|
|
Makefile. Fixed some other typos. Removed the MESSAGE file of audit-
package and described how to display it. Approved by wiz.
|
|
into a separate file.
|
|
|
|
|
|
ok'd by zuntum@
Add a patch from darwinports to disable Framework checks.
changes:
3.1.9, 2005-03-19
+ Renamed internal libraru function getline() to gl_getline()
to avoid namespace collision with glibc.
+ Renamed internal library function Duration() to FTPDuration()
to avoid namespace collision on Mac OS X.
+ Recognize additional error response codes to SITE UTIME, to prevent
using it if the server doesn't support it.
+ If the server does not support setting timestamps in MDTM, quit
trying it if it fails the first time.
+ Do not allow control characters such as NUL, CR, LF in FTP URLs, to
avoid command injection as described by
Albert Puigsech Galicia <ripe AT 7a69ezine.org>.
+ Fixed a problem where a timed-out transfer may have been detected
but still locked up the process (Thanks, IWAI, Masaharu).
+ Ncftpget and ncftpput now accept a "-C" parameter which is similar
to the "-c" option (ftp "cat" mode), where stdin (stdout) is not used
and the filename is specified as a parameter instead. This is useful
if you don't want to specify a password on the command line.
+ Ncftpput now allows the "-m" option in conjunction with the "-c" or "-C"
options.
+ Small compatibility fixes for Mac OS X, Solaris 10, Linux.
3.1.8.1, 2004-07-27
+ A fix for some DNS resolution problems on Linux.
|
|
Welcome to 4.13. Approved by wiz.
|
|
|
|
|
|
Changes since 2.8c:
* src/version.h, doc/NEWS: Update to version 2.8e.
* src/wwwoffle-tools.c:
Fix previous wwwoffle-mv change and preserve timestamps.
* src/configdata.c:
Make the default value for reply-chunked-data match the documentation.
* src/info.c: Indicate on the info page if the URL has been requested.
* src/wwwoffles.c: Handle HEAD requests more intelligently.
When online send HEAD don't cache them, when offline convert to GET if not cached.
* doc/README: Updated description of wwwoffle-mv program.
* src/configdata.c, src/wwwoffles.c, conf/upgrade-config.pl,
conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README.CONF,
src/config.h:
Added a new option cache-control-max-age-0 to OnlineOptions and OfflineOptions.
* doc/FAQ: Another solution to the infamous libc resolver problem.
* src/wwwoffles.c: No functional changes.
Added more comments relating to Fetch mode, and on mode for else statements.
Rearranged code so that mode==Fetch is evaluated with others in else branch.
* src/wwwoffles.c:
Fix two places where being in Fetch mode would go wrong
(aliased URL and unauthenticated proxy request).
* doc/README, doc/README.CONF: Some text changes.
* src/wwwoffle-tools.c: Allow moving files and changing the path.
* src/control.c: Fix spurious error message.
* doc/wwwoffle.conf.man.template:
Updated the dates in the footer/header.
* src/spool.c:
Only print an error for a missing monitor time file if the URL is monitored.
Version 2.8d of WWWOFFLE released.
* doc/NEWS, src/version.h: Update to version 2.8d.
* doc/README:
Update acknowledgements section (removal of old GIF code).
* src/gifmodify.c:
All new GIF modification code (handles GIF87a and GIF89a).
* doc/README.CONF:
Make sure that all lines are less than 78 characters long.
* src/htmlmodify.l, conf/upgrade-config.pl,
conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README.CONF,
src/config.h, src/configdata.c:
Add a new option to remove HTML "marquee" effect (scrolling text).
* src/Makefile.in, src/configedit.c, src/control.c, src/index.c,
src/monitor.c, src/refresh.c:
Give warnings if processing URL arguments and an unexpected one is seen.
* conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README,
doc/README.CONF, src/config.h, src/configdata.c, src/htmlmodify.l,
conf/upgrade-config.pl:
Add an HTMLModify option to fix bad cyrillic coding.
* src/wwwoffle-tools.c: Return an error status in case of a failure.
* src/wwwoffles.c:
Make sure that there is a message from 'wwwoffle -fetch' for all URLs.
* src/miscurl.c: Fix hostname character checking.
* src/document.c: Parse xhtml pages for links and images.
* src/info.c: Display source of xhtml and xml pages.
* src/wwwoffles.c: Add cache information to xhtml pages.
* doc/README.CONF: Clarify the try-without-password option wording.
* src/miscurl.c:
When splitting a URL disallow invalid characters in hostnames.
* src/wwwoffled.c: Change log file ownership before changing uid/gid.
Close stdin/stdout/stderr after detaching from terminal not before.
Don't open log file again after detaching from terminal.
Don't force usage of stderr when re-initialising error handler.
* doc/README.CONF, src/configmisc.c:
A URL-SPEC path like '/*/foo*' matches '/foo*' and '/*/foo*' as a special case.
* src/cgi.c, src/search.c:
Fix bug with setting up stdout for CGI program.
* src/errors.c: Fix bug that left file descriptor open on log file.
* src/document.h, src/htmlmodify.l, src/wwwoffles.c:
Disable the demoronise-ms-html option if the HTML is UTF-8 or other multibyte charset.
|
|
|
|
|
|
converted to use generic install scripts.
|
|
|
|
-change (again) handling of deleted messages vs. connection that dies.
Inability to send QUIT to POP3 server should be less problematic now.
-improve housekeeping of old message state file. Thanks: Thomas Schwinge.
|
|
don't define __LP64__. This is basically same as patch-ab rev. 1.13,
which was probably removed by mistake.
|
|
|
|
|
|
|
|
|
|
needs quoting in the PKG_PATH, to avoid user confusion.
Reviewed by dillo.
|
|
|
|
|
|
changes break the only dependency we have in pkgsrc.
Ok'd by xtraeme.
|