Commit graph

3854 commits

Author SHA1 Message Date
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +00:00
martin
a56c32bcd9 regen (sorry) 2004-03-28 21:25:16 +00:00
martin
ced9b5ba3a New sentence, new line + spelling fixes. Belatedly bump pkgrevision
for absolute redirects. Pointed out by wiz.
2004-03-28 21:24:12 +00:00
martin
6fa06c3ea3 Fix http headers for cgi scripts (from tyler).
Add absolute redirects via .bzabsredirect symbolic links.
2004-03-28 20:52:00 +00:00
xtraeme
27b314cacb Update curl to 7.11.1, provided by Stefan Kruger in PR pkg/24916.
This release includes the following changes:

 o CURLOPT_POSTFIELDSIZE_LARGE added to offer POSTs larger than 2GB
 o CURL_VERSION_LARGEFILE is a feature bit returned by libcurls that feature
   large file support
 o libcurl only requires winsock 1.1 on windows now
 o when doing FTP, curl now sends QUIT before disconnecting
 o name resolves can now timeout on windows too
 o $HOME is now recognized better when looking for .netrc files
 o now re-uses the ares handle when re-using curl handles
 o SO_BINDTODEVICE is used for network interface binding
 o configure --disable-manual disables the built-in huge manual from the
   command line tool
 o the default Accept: header used in HTTP requests changed
 o asynch dns lookups now require the c-ares library
 o curl --socks can be used to set a SOCKS5 proxy to use
 o response-headers received after a (proxy) CONNECT request are now passed
   to the header callback just like other headers

This release includes the following bugfixes:

 o builds and runs on Novell NetWare
 o Windows builds now report OS as "i386-pc-win32"
 o received signals during SSL connect is handled better
 o improved PUT/POST with NTLM/Digest authentication
 o following redirects and doing NTLM/Digest (where the first connection gets
   closed) with the multi interface work better now
 o file: progress meter and getinfo variables work now
 o CURLOPT_FRESH_CONNECT and CURLAUTH_NTLM now work when set together
 o share interface usage without (un)lock functions segfaulted
 o --limit-rate no longer cripples the --speed-limit feature
 o fixed verbose output problem with ipv6-enabled re-used connections
 o fixed the socks5 code to check version in the socks response properly
 o dns cache bug - fixed the 'inuse' counter
 o large file fix for Content-Length
 o better docs for the share interface
 o several configure fixes for mingw/msys
 o setting a Host: header is no longer affecting the Host: header used when
   libcurl follows a Location:
 o fixed numerous compiler warnings on several operating systems and compilers
 o PUTing from stdin couldn't disable chunked transfer-encoding
 o corrected the mingw makefiles
 o improved the configure libz detection
 o fixed EPRT/PORT use when doing FTP on ipv6-enabled AIX hosts
 o *nroff commands that only support -mandoc and not -man are now supported
   (for the built-in manual text in the command line tool)
 o fixed the unconditional #include of config.h in hugehelp.c
 o builds fine on MPE/iX
 o upload using chunked transfer-encoding now sends the last chunk properly
   teriminated with an extra CRLF
 o Fixed the progress meter display for files >2GB
 o persistant connections over a proxy messed up the proxy name/password
 o the socks5 code segfaulted if no username/password was set
 o the *_LARGE options now take curl_off_t types as parameters and this will
   make it possible to handle large files on windows too
 o builds with large file support even on systems without strtoll()
2004-03-28 20:47:04 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
snj
77f79ec042 Fix build with gcc2 on sparc64. 2004-03-23 07:41:07 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
epg
ebf7817451 Fix some problems people have been seeing in bulk builds:
* Disable apache, perl, ruby, java, and C# bindings.
* Don't pass -Wall to cc.
2004-03-22 20:07:48 +00:00
reed
a03322e020 Update apache2 to 2.0.49. This includes various changes since last release
including:
  *) SECURITY: CAN-2004-0174 (cve.mitre.org)
     Fix starvation issue on listening sockets where a short-lived
     connection on a rarely-accessed listening socket will cause a
     child to hold the accept mutex and block out new connections until
     another connection arrives on that rarely-accessed listening socket.
     With Apache 2.x there is no performance concern about enabling the
     logic for platforms which don't need it, so it is enabled everywhere
     except for Win32.  [Jeff Trawick]

  *) SECURITY: CAN-2004-0113 (cve.mitre.org)
     mod_ssl: Fix a memory leak in plain-HTTP-on-SSL-port handling.
     PR 27106.  [Joe Orton]

  *) SECURITY: CAN-2003-0020 (cve.mitre.org)
     Escape arbitrary data before writing into the errorlog. Unescaped
     errorlogs are still possible using the compile time switch
     "-DAP_UNSAFE_ERROR_LOG_UNESCAPED".  [Geoffrey Young, Andr<E9> Malo]

Complete changelog is at http://www.apache.org/dist/httpd/CHANGES_2.0

Package changes include:

buildlink depends increased for apache2 (but not for apr).

apr package version changes, but APR_VERSION stays same.

more files installed and added to PLIST.
share/httpd/manual/search/manual-index.cgi removed from PLIST.
Also removing share/httpd/htdocs and share/httpd directories
removed from PLIST because already handled by MAKE_DIRS.
(I think this should use OWN_DIRS.)

(jlam@ said he would like this update done during freeze.)
2004-03-22 19:50:16 +00:00
kristerw
73ff7727b9 Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions. 2004-03-22 03:22:01 +00:00
snj
8f103f05c8 Fix build on sparc64 with gcc2. 2004-03-21 07:41:57 +00:00
heinz
904f5a0a8b Uses no compiler, so USE_LANGUAGES is empty 2004-03-21 01:18:42 +00:00
snj
de2fe07746 Fix build on sparc64 with gcc2. Correct a spelling error. 2004-03-20 02:05:48 +00:00
recht
204d3d2399 Explicitly depend on a threaded version of Python, so that the dict
gets built.
Should fix hubertf's bulk build.
2004-03-18 11:23:36 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
kristerw
4fec4c4c45 Include ../../mk/bsd.prefs.mk to make sure that TR is defined. 2004-03-17 19:07:51 +00:00
danw
c781e5e798 don't use bmake's :tl modifier, so this will work on old NetBSD and
non-NetBSD platforms
2004-03-17 16:32:43 +00:00
grant
5c7b00378f add Solaris build which recently appeared. 2004-03-16 14:34:39 +00:00
grant
7c090242c5 simplify ONLY_FOR_PLATFORM pattern, since Linux's i[3-6]86 is squashed
to i386.
2004-03-16 14:34:02 +00:00
tron
e4e5a452c8 Backout my recent changes because Thomas Klausner and Grant Beattie
disapprove.
2004-03-16 14:04:44 +00:00
tron
c67596aa49 Include "db4" buildlink2 glue code to fix build problem. Bump package
revision because of this.
2004-03-16 11:04:19 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
veego
4f39240910 Include ../../mk/bsd.prefs.mk before setting NETSCAPE_PREFERRED_DEFAULT
and using NS_PREFERRED which can be defined in /etc/mk.conf.

This was broken in rev 1.16, when the include of ../navigator/Makefile.common
was removed, which included before mk/bsd.prefs.mk.
2004-03-15 22:33:22 +00:00
taca
9c8799e8a4 Update MASTER_SITES and HOMEPAGE. 2004-03-15 14:24:57 +00:00
grant
1051aafbaf s/phoenix/firefox/ in COMMENT 2004-03-15 13:56:33 +00:00
jlam
cd5343713c Only create the phpize cookie file if phpize ran with no errors. 2004-03-14 20:07:06 +00:00
heinz
dcad0d5b43 Use find with "-print", noted by Georg Schwarz in pkg/24248 2004-03-14 09:21:25 +00:00
xtraeme
8919f642e2 Update www/dillo to 0.8.0, closes PR pkg/24768.
Changes:

Version 0.8.0 [Feb 08, 2004]

 - * Added a right-mouse-button popup for images!
   Patch: Frank de Lange, Eric Gaudet, Jorge Arellano
 - * Made main document window grab focus on startup, fullwindow,
     and after open url (BUG#330)
   * Set Ctrl-U to focus the location entry,
     Ctrl-R to reload, and Ctrl-H to hide controls.
   Patches: Johan Hovold, Jorge Arellano, Stephan Goetter
 - * Added a missing handler for broken-connection condition.
   Patch: Jorge Arellano, Phil Pennock
 - * Introduced a new way of handling dillo plugins! Now the
   communications and managing is done by a daemon: dpid.
   This comes with a lot of advantages described in Dpid.txt.
   Patch: Programming: Ferdi Franceschini; Design: Jorge Arellano
 - * Wrote documentation for dpid (Dpid.txt).
   * Removed a memory leak in Get_line().
   Patches: Jorge Arellano, Ferdi Franceschini
 - * Developed a plugin for downloads. It uses wget and can handle several
   connections at the same time.
   * Developed stress tests for both dpid and the downloads dpi.
   Patches: Ferdi Franceschini
 - * Adapted dpi.c to manage plugins through dpid.
   * Improved the incoming dpi-stream processing to accept images from a dpi.
   * Added/updated lots of dpi-related comments.
   * Updated the dpi1 spec.
   * Removed the forced end-to-end reload that was set upon dpis. Now,
     dpi-generated pages can be cached.
   * Made dillo able to handle multiple plugins (still lacks a dynamic API)

... etc, etc.
2004-03-14 01:26:55 +00:00
recht
f29386a6e4 update to 6.0
Fixes:
- Fixed bug 599388: Search engines are not detected if domain is IP
  address.
- Fixed bug 711758.
- Fixed bug 812681: bad case for ENV expansion in awstats.conf.
- Fixed bug 813908: Incomplete documentation
- Fixed bug 816267: onedigit dayofmonth breaks syslog regex
- Fixed bug 817287,830458: wrong regexp in Read_DNS_Cache subroutine
- Fixed bug 817388: lib/referer_spam.pm & lib/robots.pm
- Fixed bug 818704: Warning in IPv6 plugin when no reverse DNS
- Fixed bug 841877: regex bug for parsing log lines
- Fixed bug 846365: relative path not working for DirData.
- Fixed value for ValueSMTPCodes if not defined in config file.
- Fixed pb when country code is not same than lang code (example:
  estonian has lang code 'et' and country code 'ee').
- Replaced Kb/visits to Kb/mails for mail log analysis.
- Remove some warnings that appears when running perl -W
- Other minor bugs (814970,823064,823323,831438,836315).
- Fixed bug in counting hits for miscellanous and clusters chart when
  a temporary flush was done on disk during a long update.
- ExtraSections now works on all records whatever is the status code.
- Click on "Summary" now returns to top of page even with rawlog plugin.
- Fix in log parsing that should reduce dropped records to only records
  that match a dropping criteria (SkipFiles, Skip..., Only...).
- Click on "Summary" now returns to top of page even with rawlog plugin.
- Fixed AmigaVoyager detection.
- Fixed bug in SkipHosts filter for mail log files.
- Fixed not working link for search keywords/keyphrase in menu with FireBird.
- Fixed pb in loading plugins with mod_perl2.
- Fixed not found relative DirData path with some Perl/OS versions.
- Fixed error in awstats_updateall.pl when current directory, while running
  it, is where awstats.pl is stored.

New features/improvements:
- Increased speed by 10 to 20%.
- Added a Worms report (Added LevelForWormsDetection and
  ShowWormsStats parameter).
- Added report for "not viewed" traffic in Summary report.
- Monthly history report has been extracted from the Summary report.
- Some changes to make AWStats to be XML compliant ready.
  Need to set the new parameter BuildReportFormat to 'xml' in config file.
  Added also the BuildHistoryFormat parameter (Even if only 'text' is
  supported for the moment).
- A lot of part of codes have been rewritten to make code more easy to
  understand and reduce unknown bugs.
- The link to whois informations for a host, provided by hostinfo plugin,
  has been replaced by an internal 'whois' showing in a popup window full
  whois informations whatever is the TLD of IP or host name.
- A new search engine database to allow several "match id" for same
  search engine. Example: All google ip referer id are recognised.
- Can use UA and HOST fields to build personalized ExtraSection reports.
- Added support for AND conditions in personalized ExtraSection config.
- Support for right to left languages. Added 'he' language.
- Added LevelForSearchEnginesDetection parameter to choose between 2 possible
  levels of detection for search engines (like LevelForRobotsDetection).
  Also, added LevelForFileTypesDetection parameter (2 possible levels).
- Added percent column for file types.
- The robot chart now shows details between hits on robots.txt file and
  other hits.
- Count of keywords/keyphrases does not increment counter for hits made
  on images from a google cached page.
- Added patch 857319: Allow several IPs and IP ranges in
  AllowAccessFromWebToFollowingIPAddresses parameter.
- Added experimental graphapplet plugin (graph are built by applet).
- Webmin module updated to 1.210 to integrate all new parameters.
- Better setup error messages for newbie.
- Reports look better on Mozilla browsers.
- Added decodeUTFkeys plugin to AWStats to show correctly (in language
  charset) keywords/keyphrases strings even if they were UTF8 coded by
  the referer search engine.
- Added/updated a lot of os, browser and country icons.
- Added Hebrew and Galician language.
- configure.pl: A new script to configure AWStats and Apache and
  build a simple config file.
- awstats_buildstaticpages.pl: The -date option has been replaced
  by the -buildate=%YY%MM%DD option so you can choose your own date format.
- awstats_buildstaticpages.pl: Added the -configdir option.
- awstats_exportlib.pl: Changes to be compatible with new AWStats databases.
- logresolvemerge.pl: can use several threads for reverse DNS lookup
  with Perl 5.8.
- maillogconvert.pl: Allow to process qmail log preprocessed by
  tai64nlocal tool.
- maillogconvert.pl: Added support for MDaemon mail server log files.

Other/Documentation:
- A httpd.conf sample to configure AWStats is provided.
- Added example for analyzing awredir.pl hits by ExtraSections.
- Updated database:
  wget is known as a "grabber" browser, no more as a robots.
  netcaptor and apt-get added in browser database.
  asmx and aspx added in mime.pm file.
  Microsoft URL Control added in robot list.
- Documentation seriously updated.
- FAQ updated.
2004-03-12 21:50:54 +00:00
taca
ea1914dcee Apply some changes from ap-ruby:
- stop modifying httpd.conf with apxs.
- honor PKG_SYSCONFVAR.

Bump PKGREVISION.
2004-03-12 10:23:25 +00:00
taca
9240999c06 This package is APACHE_MODULE. 2004-03-12 10:21:33 +00:00
taca
b33e666193 Add and enable ruby-fcgi. 2004-03-12 05:13:51 +00:00
taca
06f8033a44 Importing ruby-fcgi package based on PR pkg 24612 from
Rasputin (rasputin at idoru dot mine dot nu).


Ruby bindings for the FastCGI system.
This is merged version matz's C version(fcgi.so) and
Eli's pure ruby version(fastcgi.rb).
2004-03-12 05:12:08 +00:00
ben
505aa4b6c3 GNU gettext-lib version < 0.11.x expects escaped characters in a way
incompatible with newer versions of gettext-lib.  Detect gettext-lib
version and work around bug when necessary.
2004-03-11 22:10:48 +00:00
ben
9c07cf906a Add RCS tag to patch-aa to silence pkglint. 2004-03-11 20:53:17 +00:00
minskim
2d61773eab Correct MASTER_SITES. Noted by Kouichirou Hiratsuka in PR pkg/24740. 2004-03-11 19:07:03 +00:00
taca
ee474d026e Update ap-ruby package to 1.0.7 based on PR pkg/24545 from
Rasputin (rasputin at idoru dot mine dot nu).

- stop modifying httpd.conf with apxs.
- install HTML document, too.
- honor PKG_SYSCONFVAR.

Since changes from 0.9.7 are to many, please look into ChangeLog file.
2004-03-11 16:32:03 +00:00
seb
a8fb81437a Remove info files entries from PLIST. 2004-03-11 15:30:39 +00:00
grant
aa5a508c52 -MozillaFirebird-bin-nightly 2004-03-11 08:44:43 +00:00
grant
55b89818f5 remove MozillaFirebird-bin-nightly, it has been replaced by
firefox-bin-nightly.
2004-03-11 08:44:03 +00:00
grant
3ba02d15a8 s/built on gtk2/built with GTK2/ in COMMENT. 2004-03-11 08:27:09 +00:00
snj
8c922ee403 Explicitly enable Xft support. Welcome to 0.8nb2. 2004-03-11 04:22:47 +00:00
kristerw
3de5fbe47b Include lang/ocaml/buildlink2.mk to make this package build again. 2004-03-10 18:35:13 +00:00
jlam
de7133ae2e Remove PHP3 packages from pkgsrc as they're unmaintained by PHP folks
and by pkgsrc folks.
2004-03-10 18:20:10 +00:00
taya
bdd2c245f2 fix PLIST.
remove non-exist files & add missing files
2004-03-10 12:58:13 +00:00
taya
e013f8adb2 correct PLIST
remove non-exist file & not needed file
bump PKGREVISION
2004-03-10 12:57:01 +00:00
taya
f1e7f114b2 make this compile on -current.
bump PKGREVISION
2004-03-10 12:51:45 +00:00
kristerw
b95e342e60 MozillaFirebird and MozillaFirebird-bin does not exist, use
firefox and firefox-bin instead.

Bump PKGREVISION.
2004-03-09 18:52:15 +00:00
wiz
4457393719 Remove MozillaFirebird. 2004-03-09 18:40:58 +00:00