Up to [cvs.NetBSD.org] / pkgsrc / www / webalizer
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.77 / (download) - annotate - [select for diffs], Mon May 22 11:39:04 2023 UTC (7 days, 23 hours ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.76: +2 -2
lines
Diff to previous 1.76 (colored)
*: recursive bump for libimagequant 4.x
Revision 1.76 / (download) - annotate - [select for diffs], Sun Jan 29 21:18:06 2023 UTC (3 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.75: +2 -2
lines
Diff to previous 1.75 (colored)
*: Recursive revbup from graphics/freetype2
Revision 1.75 / (download) - annotate - [select for diffs], Tue Jan 3 17:38:25 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.74: +2 -2
lines
Diff to previous 1.74 (colored)
*: recursive bump for tiff shlib major bump
Revision 1.74 / (download) - annotate - [select for diffs], Wed Jul 27 18:56:42 2022 UTC (10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.73: +3 -2
lines
Diff to previous 1.73 (colored)
webalizer: fix png library name. Add explicit png buildlink3.mk inclusion, since this uses png directly. Bump PKGREVISION.
Revision 1.73 / (download) - annotate - [select for diffs], Sat Feb 20 14:37:23 2021 UTC (2 years, 3 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.72: +2 -1
lines
Diff to previous 1.72 (colored)
webalizer: fix crashes Use memmove instead of memcpy with overlapping arguments. Patch from Adrian Immanuel Kiess in PR pkg/55809.
Revision 1.72 / (download) - annotate - [select for diffs], Thu Nov 26 16:08:13 2020 UTC (2 years, 6 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.71: +3 -4
lines
Diff to previous 1.71 (colored)
Update webalizer to latest 2.23-08 (from 2013). Perhaps this contains a fix for the buffer overflows seen in PR pkg/55809. Fixes: o Fix sporadic eol problem with some IIS/W3C logs o Fix compiler directive syntax error (broke some 64 bit systems) Changes/Additions: o Modest speed improvements in hash table code
Revision 1.71 / (download) - annotate - [select for diffs], Mon Aug 17 20:20:23 2020 UTC (2 years, 9 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.70: +2 -2
lines
Diff to previous 1.70 (colored)
*: revbump after fontconfig bl3 changes (libuuid removal)
Revision 1.70 / (download) - annotate - [select for diffs], Thu May 23 19:23:21 2019 UTC (4 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.69: +2 -2
lines
Diff to previous 1.69 (colored)
all: replace SUBST_SED with the simpler SUBST_VARS pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
Revision 1.69 / (download) - annotate - [select for diffs], Sat Apr 21 13:38:07 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.68: +1 -2
lines
Diff to previous 1.68 (colored)
*: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites
Revision 1.68 / (download) - annotate - [select for diffs], Mon Mar 12 11:17:48 2018 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.67: +2 -2
lines
Diff to previous 1.67 (colored)
Recursive bumps for fontconfig and libzip dependency changes.
Revision 1.67 / (download) - annotate - [select for diffs], Tue Feb 28 15:20:11 2017 UTC (6 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.66: +2 -2
lines
Diff to previous 1.66 (colored)
Recursive revbump from graphics/libwebp
Revision 1.66 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:29 2017 UTC (6 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.65: +3 -3
lines
Diff to previous 1.65 (colored)
Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
Revision 1.65 / (download) - annotate - [select for diffs], Wed Aug 3 10:23:32 2016 UTC (6 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.64: +2 -2
lines
Diff to previous 1.64 (colored)
Revbump after graphics/gd update
Revision 1.64 / (download) - annotate - [select for diffs], Fri Jan 22 06:12:52 2016 UTC (7 years, 4 months ago) by zafer
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.63: +1 -2
lines
Diff to previous 1.63 (colored)
remove one dead mirror (not resolved).
Revision 1.63 / (download) - annotate - [select for diffs], Wed Nov 18 14:19:55 2015 UTC (7 years, 6 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.62: +2 -2
lines
Diff to previous 1.62 (colored)
Recursive revbump from multimedia/libvpx
Revision 1.62 / (download) - annotate - [select for diffs], Tue Jun 30 09:57:42 2015 UTC (7 years, 11 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.61: +2 -2
lines
Diff to previous 1.61 (colored)
Recursive revbump from pkgsrc/multimedia/libvpx.
Revision 1.61 / (download) - annotate - [select for diffs], Thu Oct 9 14:07:13 2014 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.60: +1 -3
lines
Diff to previous 1.60 (colored)
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Revision 1.60 / (download) - annotate - [select for diffs], Wed Sep 4 12:31:26 2013 UTC (9 years, 8 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.59: +2 -2
lines
Diff to previous 1.59 (colored)
recursive bump from graphics/gd shlib major bump.
Revision 1.59 / (download) - annotate - [select for diffs], Tue Jun 4 22:17:16 2013 UTC (9 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.58: +2 -2
lines
Diff to previous 1.58 (colored)
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Revision 1.58 / (download) - annotate - [select for diffs], Mon Jun 3 10:06:10 2013 UTC (9 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.57: +2 -2
lines
Diff to previous 1.57 (colored)
Bump freetype2 and fontconfig dependencies to current pkgsrc versions, to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
Revision 1.57 / (download) - annotate - [select for diffs], Sat Feb 16 11:24:56 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.56: +2 -2
lines
Diff to previous 1.56 (colored)
Recursive bump for png-1.6.
Revision 1.56 / (download) - annotate - [select for diffs], Sat Jan 26 21:39:05 2013 UTC (10 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.55: +2 -2
lines
Diff to previous 1.55 (colored)
Revbump after graphics/jpeg and textproc/icu
Revision 1.55 / (download) - annotate - [select for diffs], Sun Oct 28 06:31:08 2012 UTC (10 years, 7 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.54: +1 -2
lines
Diff to previous 1.54 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.54 / (download) - annotate - [select for diffs], Wed Jan 18 14:49:30 2012 UTC (11 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.53: +2 -2
lines
Diff to previous 1.53 (colored)
Revbump after db5 update
Revision 1.53 / (download) - annotate - [select for diffs], Tue Nov 1 06:02:47 2011 UTC (11 years, 7 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.52: +2 -2
lines
Diff to previous 1.52 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.52 / (download) - annotate - [select for diffs], Thu Jan 13 13:39:41 2011 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.51: +2 -2
lines
Diff to previous 1.51 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.51 / (download) - annotate - [select for diffs], Thu Sep 16 08:06:18 2010 UTC (12 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.50: +2 -2
lines
Diff to previous 1.50 (colored)
Revbump after updating databases/db5
Revision 1.50 / (download) - annotate - [select for diffs], Sun Jun 13 22:45:35 2010 UTC (12 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.49: +2 -1
lines
Diff to previous 1.49 (colored)
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Revision 1.49 / (download) - annotate - [select for diffs], Wed Jun 2 13:13:14 2010 UTC (12 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.48: +7 -8
lines
Diff to previous 1.48 (colored)
Changes 2.21.02: Fixes: * Added missing memory deallocation call in DNS lookup code. * Minor fixes to configure script Changes/Additions: * Added "YearTotals" config option for main index page totals
Revision 1.48 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:32 2010 UTC (13 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.47: +2 -2
lines
Diff to previous 1.47 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.47 / (download) - annotate - [select for diffs], Wed Aug 26 19:58:28 2009 UTC (13 years, 9 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.46: +2 -1
lines
Diff to previous 1.46 (colored)
bump revision because of graphics/jpeg update
Revision 1.46 / (download) - annotate - [select for diffs], Fri May 1 15:27:04 2009 UTC (14 years, 1 month ago) by zafer
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.45: +2 -1
lines
Diff to previous 1.45 (colored)
add one more mirror.
Revision 1.45 / (download) - annotate - [select for diffs], Fri Jan 9 13:17:04 2009 UTC (14 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.44: +25 -45
lines
Diff to previous 1.44 (colored)
Update Webalizer to 2.20.3. Pkgsrc changes: * Change HOMEPAGE to redirected one. * Add DESTDIR support (should be since 2.20.1) * Change to use --sysconfdir (should be since 2.20.1) * Add bzip2 support. * GeoIP support was added since 2.20.1, no need extra pach files anymore. Fixes PR 40344. * Changed to use db4 APIs since 2.20.1, dns support back again. * gettext and freetype2 are not used directly, remove dependency. * zlib is used directly, add dependency. * Honor PKGMANDIR. * Change complex PLIST handlings for docs to simply. * Change not to use prefix '_' in package specific variables. Upstream changes: This fixes a missing memory dealocation call in the DNS lookup code, a kludge to handle largefile support in the current zlib compression code on some platforms, and some minor configure script corrections.
Revision 1.44 / (download) - annotate - [select for diffs], Mon Dec 1 09:45:55 2008 UTC (14 years, 6 months ago) by tonnerre
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.43: +3 -4
lines
Diff to previous 1.43 (colored)
Update webalizer to version 2.20-01. Other than 2.01-10, this version actually still exists. Changes since 2.01-10: * Fixed problem with timing totals. * Fixed referrer linking to avoid possible xss injection. * Fixed month change detection error that caused incorrect report dates when logs had a 'gap' longer than a year. * Fixed buffer overrun possibility in parsing code and user agent mangle logic. * Added symbolic link checks for file I/O to prevent possible privilege escalation exploits. Disallows reading from or writing to any file that is a symlink. Thanks to Julien Danjou. * Added code to preserve the history and incremental data files in the event of a crash before writing to them completely. Thanks to Robert Millan for the idea and initial code. * Added native geolocation services, which fully supports both IPv4 and IPv6 lookups. Adds the configuration keywords 'GeoDB' and 'GeoDBDatabase' along with the '-j' and '-J' command line options. * Added 'wcmgr', "The Webalizer (DNS) Cache file Manager" to the distribution to provide cache file maintenance. See the supplied man page for a description and usage information. * Changed history code and main index page to allow for more than 12 months of reports to be displayed. Added the config keywords 'IndexMonths' (-K command line option), 'GraphMonths' (-k command line option) and 'YearHeaders' to control how index is displayed. * Changed Berkeley DB code to use current 4.x APIs. * Added support for bzip2 compressed log files (.bz2) as a compile time option (--enable-bz2). If enabled, bzipped files will be decompressed automatically during processing. * Added support for W3C formatted logs. Based on code submitted by Klaus Reimer. * Added GeoIP support as compile time option (--enable-geoip). Adds 'GeoIP' and 'GeoIPDatabase' config keywords, '-w' and '-W' command line options. (http://www.maxmind.com/) * Added IPv6 support. Based on initial code by Jose Carlos Meneiros and modified to support Solaris and other problematic platforms. * Added 'CacheIPs' config option to allow saving unresolved addresses in the DNS cache. * Added 'CacheTTL' config option which allows the DNS cache time to live (TTL) value to be specified at run-time. * Added 'SearchCaseI' config option to specify if search strings should be treated as case insensitive or not. The default value, 'yes', causes search strings to be treated as case insensitive. * Added 'HTAccess' config option. Allows writing a default .htaccess file to the output directory. * Added ability to display flags in the top country table. Adds the config keywords 'CountryFlags' and 'FlagDir', and -z command line option. * Added 'StripCGI' config option to configure how CGI variables on the end of URLs are treated (can now be stripped or left in place). * Added 'DefaultIndex' config option to enable/disable the use of "index." as a default index name to be stripped from the end of URLs. * Added 'TrimSquidURL' config option to allow squid log URLs to be reduced in granularity by a user definable amount. Thanks to code submitted by Stuart Gall. * Added 'OmitPage' config option (and the '-O' command line switch) to prevent specified URLs from being counted as pages even if they otherwise would be. Thanks to code submitted by Adam Morton. * Added 'IgnoreState' config option (and the -b command line switch) to allow ignoring any existing incremental data file (similar to the IgnoreHist/-i option). * Changed logic to always generate summary report (index.html), even if no records were processed. * Added color support to allow changing graph colors. Based on the Webalizer-usecolor code submitted by Benoit Rouits. Adds 11 new config options, see the README file for complete descriptions. * Added language 'lang=' specification in generated HTML files. * Added 'LinkReferrer' config option to allow/disallow links in the top referrers table. * Added 'PagePrefix' config option to allow URL prefix matches to be counted as pages, regardless of file extension or type. Thanks to code submitted by Remco Van de Meent. * Enabled large file support (LFS) to support logs greater than 2Gb in size on systems that support LFS. Also increased the size of most internal counters to handle larger sites. * Minor changes to generated HTML output * Updated language files country codes for current IANA TLDs * Changed the meaning of the -v command line switch. It now causes verbose information to be displayed at run-time (Informational and Debug messages). * Changed Group* config options to allow a quoted string for the match string. This allows spaces to be embedded in the string. * Changed log record parsing logic to allow spaces in URLs. * Made configuration keywords, boolean configuration values (yes/no), and log file types case insensitive. Also fixed defaults for invalid values to reflect documented defaults. * Changed configure script to use --sysconfdir to specify the location of the default webalizer.conf configuration file. Also added support for DESTDIR during install to aid binary package builds.
Revision 1.43 / (download) - annotate - [select for diffs], Fri Nov 16 11:50:48 2007 UTC (15 years, 6 months ago) by martin
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.42: +4 -2
lines
Diff to previous 1.42 (colored)
The pkg did not fully work on archs with no db1 builtin, as discussed on tech-pkg. Thanks to various people for all the input.
Revision 1.42 / (download) - annotate - [select for diffs], Thu Feb 22 19:27:24 2007 UTC (16 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.41: +3 -3
lines
Diff to previous 1.41 (colored)
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
Revision 1.41 / (download) - annotate - [select for diffs], Sun Jan 7 09:14:15 2007 UTC (16 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 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.
Revision 1.40 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:52 2006 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Revision 1.39 / (download) - annotate - [select for diffs], Sat Mar 4 21:31:04 2006 UTC (17 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 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.
Revision 1.38 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:29 2006 UTC (17 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.37 / (download) - annotate - [select for diffs], Thu Dec 29 06:22:24 2005 UTC (17 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.36: +1 -2
lines
Diff to previous 1.36 (colored)
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Revision 1.36 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:23 2005 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS.
Revision 1.35 / (download) - annotate - [select for diffs], Sun Oct 23 19:50:55 2005 UTC (17 years, 7 months ago) by heinz
Branch: MAIN
Changes since 1.34: +51 -13
lines
Diff to previous 1.34 (colored)
Updated to version 2.1.10nb4. 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.
Revision 1.34 / (download) - annotate - [select for diffs], Mon Apr 11 21:48:02 2005 UTC (18 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.33: +1 -2
lines
Diff to previous 1.33 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Dec 28 08:02:33 2004 UTC (18 years, 5 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.32: +5 -3
lines
Diff to previous 1.32 (colored)
Add missing dependency on gettext-lib. While here, move buildlink3.mk files ahead of make targets.
Revision 1.32 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:27 2004 UTC (18 years, 8 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 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.
Revision 1.31 / (download) - annotate - [select for diffs], Sun Jun 20 21:52:08 2004 UTC (18 years, 11 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.30: +2 -3
lines
Diff to previous 1.30 (colored)
Bump PKGREVISION and remove X11 support where appropiate.
Revision 1.30 / (download) - annotate - [select for diffs], Fri Apr 9 00:39:20 2004 UTC (19 years, 1 month ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.29: +8 -4
lines
Diff to previous 1.29 (colored)
bl3ify and enable pkgviews installation.
Revision 1.29 / (download) - annotate - [select for diffs], Tue Jan 20 12:28:00 2004 UTC (19 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Move WRKSRC definition away from the first paragraph in a Makefile.
Revision 1.28 / (download) - annotate - [select for diffs], Thu Jul 17 22:56:07 2003 UTC (19 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.27 / (download) - annotate - [select for diffs], Tue Jul 1 14:32:59 2003 UTC (19 years, 11 months ago) by jwise
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Update to use freetype2. Verified working. net/mrtg deserves the same treatment, but I won't have time to provide it. Anyone?
Revision 1.26 / (download) - annotate - [select for diffs], Mon Jun 23 11:20:39 2003 UTC (19 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.25: +3 -1
lines
Diff to previous 1.25 (colored)
Revision bumped because of gd shared library major bump; buildlink added for freetype-lib
Revision 1.25 / (download) - annotate - [select for diffs], Mon Jun 2 01:15:58 2003 UTC (20 years ago) by jschauma
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
Revision 1.24 / (download) - annotate - [select for diffs], Sat Mar 29 12:42:56 2003 UTC (20 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.23: +2 -3
lines
Diff to previous 1.23 (colored)
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.23 / (download) - annotate - [select for diffs], Sat Mar 22 03:11:29 2003 UTC (20 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.22: +3 -4
lines
Diff to previous 1.22 (colored)
Update to 2.1.10, from PR 20445. 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'
Revision 1.22 / (download) - annotate - [select for diffs], Tue Jan 28 22:04:33 2003 UTC (20 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.21: +2 -3
lines
Diff to previous 1.21 (colored)
Instead of including bsd.pkg.install.mk directly in a package Makefile, 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>.
Revision 1.21 / (download) - annotate - [select for diffs], Sun Aug 25 21:52:25 2002 UTC (20 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.20: +6 -5
lines
Diff to previous 1.20 (colored)
Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2.
Revision 1.20.2.1 / (download) - annotate - [select for diffs], Sun Jun 30 06:24:36 2002 UTC (20 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.20: +6 -5
lines
Diff to previous 1.20 (colored) next main 1.21 (colored)
Convert to use the buildlink2 framework. Trim any unnecessary changes in the patches or remove them entirely.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Mar 13 17:37:53 2002 UTC (21 years, 2 months ago) by fredb
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base
Branch point for: buildlink2
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (colored)
Give all packages which depend on "png" a version bump, and update 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".]
Revision 1.19 / (download) - annotate - [select for diffs], Sun Feb 24 14:55:59 2002 UTC (21 years, 3 months ago) by veego
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
ftp.mrunix.net moved the webalizer directory into an pub directory.
Revision 1.18 / (download) - annotate - [select for diffs], Tue Feb 19 13:09:37 2002 UTC (21 years, 3 months ago) by martti
Branch: MAIN
Changes since 1.17: +3 -3
lines
Diff to previous 1.17 (colored)
Updated webalizer to 2.1.9 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.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Dec 2 06:56:47 2001 UTC (21 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.16: +1 -7
lines
Diff to previous 1.16 (colored)
bsd.pkg.install.mk calls the INSTALL script at the right times automatically, so no need to do it ourselves.
Revision 1.16 / (download) - annotate - [select for diffs], Sat Dec 1 15:08:02 2001 UTC (21 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.15: +26 -17
lines
Diff to previous 1.15 (colored)
Buildlink'ify, respect PKG_SYSCONFDIR, and use the general INSTALL scripts.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Dec 1 02:26:24 2001 UTC (21 years, 6 months ago) by briggs
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Make sure we can find libgd.*
Revision 1.14 / (download) - annotate - [select for diffs], Sat May 5 12:12:14 2001 UTC (22 years ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.13: +3 -2
lines
Diff to previous 1.13 (colored)
Add '--enable-dns' to CONFIGURE_ARGS. pkg/12753 by Dave Burgess.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Feb 17 17:22:46 2001 UTC (22 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Nov 14 00:01:27 2000 UTC (22 years, 6 months ago) by briggs
Branch: MAIN
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored)
Add USE_XPM and a dependancy on freetype-lib.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 18 16:41:23 2000 UTC (22 years, 7 months ago) by mjl
Branch: MAIN
Changes since 1.10: +6 -6
lines
Diff to previous 1.10 (colored)
Updated to 2.01.06. Changes include: 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.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Apr 26 03:21:35 2000 UTC (23 years, 1 month ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
* link in libjpeg (ELF issue?) * be more liberal about gd version
Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 29 04:06:27 1999 UTC (23 years, 6 months ago) by explorer
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Connected to www.mrunix.net. 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.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Nov 1 03:38:18 1999 UTC (23 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.7: +7 -6
lines
Diff to previous 1.7 (colored)
* Modify to support gd-1.7.3.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 27 09:06:37 1999 UTC (23 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update this package to depend on gd-1.6.3, with the resulting GIF -> PNG changes necessary.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Aug 26 20:25:43 1999 UTC (23 years, 9 months ago) by mjl
Branch: MAIN
Changes since 1.5: +12 -7
lines
Diff to previous 1.5 (colored)
Updated to 1.30.04. 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.
Revision 1.5 / (download) - annotate - [select for diffs], Mon May 3 20:25:37 1999 UTC (24 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001
Changes since 1.4: +5 -6
lines
Diff to previous 1.4 (colored)
Change gd package "version" to 1.3p1 so that packages (particularly py-gd) will not try to link against the version without a shared library.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 9 20:19:11 1999 UTC (24 years, 1 month ago) by mjl
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE
Changes since 1.3: +7 -5
lines
Diff to previous 1.3 (colored)
Updated to 1.22-03 as per PR/7341 by D'Arcy J.M. Cain (originally from Bradford L. Barrett <brad@ns.eurobase.net>) In this version, a potential segfault condition that has been corrected.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 30 22:41:41 1999 UTC (24 years, 2 months ago) by mjl
Branch: MAIN
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Rename to webalizer-1.22.01 (no dash in version number)
Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 23 21:16:06 1999 UTC (24 years, 2 months ago) by mjl
Branch: MAIN
Changes since 1.1: +7 -13
lines
Diff to previous 1.1 (colored)
Update webalizer to 1.22-01.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Nov 7 13:22:53 1998 UTC (24 years, 6 months ago) by frueauf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of webalizer-1.20-07, a Web server log file analysis program. Provided in pr 6405 by Martin J. Laubach.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 7 13:22:53 1998 UTC (24 years, 6 months ago) by frueauf
Branch: MAIN
Initial revision