INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
Pkgsrc changes:
- Fix of PR pkg/29201: Applied optional GeoIP patch proposed in the PR
(option geoip).
- Converted the post-build target to the "subst" framework.
- Removed an unnecessary CONFIGURE_ENV (setting a variable internal to
autoconf).
- We install now some documentation files.
Description of GeoIP patch:
===========================
By default, Webalizer uses DNS suffix to guess country and produce geographic
stats. Some WWW hostings (mostly free ones) has reverse DNS feature disabled,
so there's no DNS, and consequently no geographic stats. Well, Webalizer *has*
internal Reverse DNS feature (aka "Webazolver"). But it's too slow, even
running 100 threads. So, is there any other way? Sure! It's GeoIP library!
GeoIP is a C library that enables the user to find the country that any
IP address or hostname originates from. It uses a file based database
that is accurate as of March 2002. This database simply contains IP blocks
as keys, and countries as values. This database should be more complete and
accurate than using reverse DNS lookups.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Changes:
o Fix posible obscure buffer overflow bug in DNS resolver code
o Added additional extended character fixes
o Let code accept partial content response codes along with 200's
o Added code to catch blank hostnames (yes, they have been found!)
Will convert them into 'Unknown'
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Fixes several known bugs, as well as a cross-site scripting vulnerability
(discovered by Flavio Veloso of Magnux Software), that could allow
malicious HTML tags to be injected in the reports generated by the Webalizer.
This release also includes several new and updated language files. All users
are encouraged to upgrade as soon as possible.
o Fixed possible segfault condition in MangleAgent code on
some malformed user agent names.
o Fixed DNS to prevent hangs on blank and malformed hostnames.
o Fixed problem calculating visits.
o Fixed hostname lowercase problem (wasn't) when using DNS lookups.
o Fixed problem with incremental datafile which could cause a read
error under certain circumstances
o Fixed problem with hash table node creation
o Fixed problem where country graph could be produced incorrectly
o Found and fixed a problem with a possible 32-bit wrap around
o Added DailyGraph and DailyStats configuration options
o Improved visit calculation logic to reduce 'false' counts
o Added reverse DNS lookup capability.
o Added ability to dump Sites, URL's, Referrers, User Agents,
Usernames and Search Strings to tab delimited files
o Added username analysis, based on usernames found in the log,
o Added the ability to display ALL sites, URL's, Referrers,
User Agents and Search Strings on a seperate HTML page
o Added support for squid proxy logs
o Completely modified the way the various TOP tables are handled
and sorted
o Added the ability to group domains automatically
o Added user configurable search engine specification
o Changed code to use the latest version of GD which supports PNG
o Added ability to override log file to STDIN by use of '-'
o Added gzipped logfile support.
o Minor changes to search string code to increase accuracy.
o Minor changes to URL parse code to allow additional characters.
o Major changes to hash table node format for reduced memory usage.
220 tex.eurobase.net FTP server (Version wu-2.6.0(1) Wed Oct 20 01:43:26 EDT 1999) ready.
331 Guest login ok, send your complete e-mail address as password.
530-Sorry, anonymous access is not allowed. If you are looking for
530-the Webalizer software, please visit ftp.mrunix.net
530 Login incorrect.
Major changes include:
o Fixed minor bug that would allow incorrect site totals for the
first day of the month under certain conditions.
o Added Top Entry and Exit Page tables.
o Added 'Group' labels. Allows display of a specified label for
grouped entries (in 'Top' tables).
o Added 'Visits' totals.
o Added Search String analysis.
o Added native support for ftp logs (xferlog ala wu-ftpd).
o Added background lines to graphs.
o Added additonal 'Top' tables for SITES and URL's, sorted by
KBytes instead of hits.
o Added additional calculations for max/avg files, pages, visits
and KBytes in monthly statistics.
o Updated generated HTML code to fully comply with the HTML 4.0
Transitional spec. DOCTYPE header reflects this change as well.
o Changed code to use 4 digit years in filenames.
o Language files and documentation updated for new functions.