Commit graph

4284 commits

Author SHA1 Message Date
he
d9ba39d7db Remove patch for getting this to compile on netbsd-1-5.
It has (probably long since) been replaced by configuration checks
in firefox's configure script.  The resulting source still compiles
and works on netbsd-1-5 / i386.
2004-08-23 13:54:27 +00:00
mrg
a14a388dfd update to bozohttpd 20030823. nothing changed except the tarball no
longer includes bozohttpd.o...
2004-08-23 11:01:56 +00:00
jlam
9d5426ff76 Change the way that legacy USE_* and FOO_USE_* options are converted
into the bsd.options.mk framework.  Instead of appending to
${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS.  This causes
the default options to be the union of PKG_DEFAULT_OPTIONS and any
old USE_* and FOO_USE_* settings.

This fixes PR pkg/26590.
2004-08-22 19:32:51 +00:00
taca
f6f2f0f2fe Update squid package to 2.5.6 (squid 2.5.STALBE6 + official patches).
Squid 2.5.STABLE5 to 2.5.STABLE6:

* Several "Assertion error" bugs fixed
* Several "Segmentation fault" bugs fixes
* Corrects a security issue in the old ntlm_auth NTLM helper used in transparent NTLM authentication to a NT domain without using samba.
* Processing of Vary: * and Vary on error messages corrected
* a large number of minor and cosmetic bugfixes. See the list of squid-2.5.STABLE5 patches and the ChangeLog file for details.


2.5.STABLE56 official patches:

* 2004-08-20 08:18 (Major) NTLM authentication denial of service
* 2004-08-14 21:07 (Minor) external_acl does not handle newlines
* 2004-08-09 14:03 (Minor) Supplementary group memberships not set
* 2004-08-05 20:33 (Medium) Segfaults and other strange crashes when using heap policies
* 2004-08-06 11:05 (Cosmetic) Unknown %X errorpage codes incorrectly quoted
* 2004-08-17 12:22 (Cosmetic) Grammatical corrections in squid.conf.default
* 2004-07-27 21:52 (Minor) NTLM authentication truncated
* 2004-07-17 22:43 (Minor) Memory leak in client_db
* 2004-07-17 20:11 (Cosmetic) Add delay pools information to active_requests
* 2004-07-17 19:57 (Minor) case insensitive authentication
* 2004-07-17 19:48 (Cosmetic) Warn if cache_dir ufs can not create files
* 2004-07-17 16:33 (Cosmetic) HEAD requests may return stale information
* 2004-07-17 16:33 (Minor) Partial hit results in TCP_HIT, not TCP_MISS
* 2004-07-17 16:33 (Cosmetic) request_header_max_size configuration option doesn't work correctly
* 2004-07-29 13:29 (Minor) A large number of queued DNS lookups for the same domain
* 2004-08-10 09:40 (Minor) LDAP helpers update
* 2004-07-14 16:29 (Medium) storeCreate: no valid swapdirs for this object
2004-08-22 15:11:07 +00:00
he
ad274906b3 Remove patch for getting this to compile on netbsd-1-5.
It has (probably long since) been replaced by configuration checks
in mozilla's configure script.  The resulting source still compiles
and works on netbsd-1-5 / i386.
2004-08-22 12:29:38 +00:00
markd
5341389219 +kdewebdev3, -kimagemapeditor, -quanta3 2004-08-21 15:31:40 +00:00
markd
8631ebf5dc Remove kimagemapeditor, now part of kdewebdev3. 2004-08-21 15:29:44 +00:00
markd
c182c1214a Remove quanta3. Package now called kdewebdev3. 2004-08-21 15:28:03 +00:00
markd
f1496bb208 With KDE 3.3 the quanta3 package renamed to kdewebdev3 so reimport.
Changes:
* NEW IN KDE: KImageMapEditor integration Andras Mantia, Jan Schaefer
* NEW IN KDE: Integrate KLinkStatus into kdewebdev Andras Mantia,
  Paulo Moura Guedes
* Quanta Plus
  o Use KMDI for the MDI Andras Mantia
  o Basic support for development teams in projects Andras Mantia
  o Directory Templates Andras Mantia
  o Complete template features Andras Mantia
  o Supplemental project file data Eric Laffoon
  o Multiple upload profiles Andras Mantia
  o Basic CVS project integration (Commit/Update) Andras Mantia
  o Support for downloading resources from a central server Andras
    Mantia
  o Event actions for file and project operations Andras Mantia
  o Interface personalities for tasks and project team members Andras
    Mantia
  o PHP debugger support Linus McCabe, Thiago Silva
  o Improve the file trees Jens Herden
  o Basic support for any editor implementing the KTextEditor
    interface Andras Mantia
  o Replace accented characters on the fly Andras Mantia
* Kommander
  o Enable list widget functionality Michal Rudolf
  o Enable tree detail widget functionality Michal Rudolf
  o Improve the editor Michal Rudolf
  o Improve the text editor Michal Rudolf
  o Add DCOP functions assistant Michal Rudolf
  o Handle multiple dialogs packaged in single archive Michal Rudolf
  o Add localization functions Michal Rudolf
  o Enable free slots Michal Rudolf
  o Make widgets DCOP accessable Michal Rudolf
  o Add the ability to plug in widgets Marc Britton
  o Add rich text blogging widget Marc Britton
  o New @readSetting and @writeSetting specials for saving text Marc
    Britton
  o Population text - populates widgets with signals and slots Marc
    Britton
* KFileReplace
  o New startup/new project dialog Andras Mantia
* KLinkStatus
  o Filter to display links (broken, good, timeout, etc) Paulo Moura
    Guedes
  o Pause and resume search. Paulo Moura Guedes
  o Validate URLs with reference (#) Paulo Moura Guedes
  o Edit link referrers in Quanta Paulo Moura Guedes
  o Add GUI for settings. Paulo Moura Guedes
2004-08-21 15:24:04 +00:00
recht
856d53c447 Update to PycURL 7.12.1
Version 7.12.1 [requires libcurl-7.12.1 or better]
--------------
2004-08-02  Kjetil Jacobsen  <kjetilja>
        * Added INFOTYPE_SSL_DATA_IN/OUT.

2004-07-16  Markus F.X.J. Oberhumer <mfx>
        * WARNING: removed deprecated PROXY_, TIMECOND_ and non-prefixed                  INFOTYPE constant names. See ChangeLog entry 2003-06-10.

2004-06-21  Kjetil Jacobsen  <kjetilja>
        * Added test program for HTTP post using the read callback (see
          tests/test_post3.py for details).
        * Use the new CURL_READFUNC_ABORT return code where appropriate
          to avoid hanging in perform() when read callbacks are used.
        * Added support for libcurl 7.12.1 CURLOPT features:
          SOURCE_HOST, SOURCE_USERPWD, SOURCE_PATH, SOURCE_PORT,
          PASV_HOST, SOURCE_PREQUOTE, SOURCE_POSTQUOTE.

2004-06-08  Markus F.X.J. Oberhumer <mfx>
        * Setting CURLOPT_POSTFIELDS now allows binary data and
          automatically sets CURLOPT_POSTFIELDSIZE for you. If you really
          want a different size you have to manually set POSTFIELDSIZE
          after setting POSTFIELDS.
          (Based on a patch by Martin Muenstermann).

2004-06-05  Markus F.X.J. Oberhumer <mfx>
        * Added stricter checks within the callback handlers.
        * Unify the behaviour of int and long parameters where appropriate.


Version 7.12
------------
2004-05-18  Kjetil Jacobsen  <kjetilja>
        * WARNING: To simplify code maintenance pycurl now requires
          libcurl 7.11.2 and python 2.2 or newer to work.
        * GC support is now always enabled.

Version 7.11.3
--------------
2004-04-30  Kjetil Jacobsen  <kjetilja>
        * Do not use the deprecated curl_formparse function.
          API CHANGE: HTTPPOST now takes a list of tuples where each
          tuple contains a form name and a form value, both strings
          (see test/test_post2.py for example usage).

        * Found a possible reference count bug in the multithreading
          code which may have contributed to the long-standing GC
          segfault which has haunted pycurl.  Fingers crossed.


Version 7.11.2
--------------
2004-04-21  Kjetil Jacobsen  <kjetilja>
        * Added support for libcurl 7.11.2 CURLOPT features:
          CURLOPT_TCP_NODELAY.

2004-03-25 Kjetil Jacobsen   <kjetilja>
        * Store Python longs in off_t with PyLong_AsLongLong instead
          of PyLong_AsLong.  Should make the options which deal
          with large files behave a little better.  Note that this
          requires the long long support in Python 2.2 or newer to
          work properly.


Version 7.11.1
--------------
2004-03-16  Kjetil Jacobsen  <kjetilja>
        * WARNING: Removed support for the PASSWDFUNCTION callback, which
          is no longer supported by libcurl.

2004-03-15  Kjetil Jacobsen  <kjetilja>
        * Added support for libcurl 7.11.1 CURLOPT features:
          CURLOPT_POSTFIELDSIZE_LARGE.
2004-08-21 11:31:41 +00:00
recht
00c6c189fc update to Curl 7.12.1
Changes:

    * the version string now only contains info about (sub) package versions,
      while for example krb4 and ipv6 now only are available as 'features'
    * added curl_easy_reset()
    * socks proxy support even when libcurl is built ipv6-enabled
    * read callbacks can stop the transfer by returning CURL_READFUNC_ABORT
    * libcurl-tutorial.3 is the new man page formerly known as
      libcurl-the-guide
    * additional SSL trace data might be sent to the debug callback using two
      new types: CURLINFO_SSL_DATA_IN and CURLINFO_SSL_DATA_OUT
    * multipart formposts can upload files larger than system memory
    * the curl tool continues with the next URL even if one transfer fails
    * FTP 3rd party transfer support - seven new setopt() options

Bugfixes:

    * UTF-8 encoded certificate names can now be verified properly
    * krb4 link problem
    * HTTP Negotiate service name now provided in uppercase
    * no longer accepts any cookies with domain set to just a TLD
    * HTTP Digest properties without quotes in the header
    * bad Host: header case on re-used connections over proxy
    * duplicate Host: header case on re-used connections
    * curl -o name#[num] now works when no globbing for [num] exists
    * test suite runs fine with valgrind 2.1.x
    * negative Content-Length is ignored
    * test 505 runs fine on windows
    * curl_share_cleanup() crash
    * --trace files now get the final info lines too
    * multi interface connects fine to multi-IP resolving hosts
    * --limit-rate works on Mac OS X (and other systems with bad poll()s)
    * cookies can now hold 4999 bytes of content
    * HTTP POST/PUT with NTLM/Digest/Negotiate to a URL returning 3XX
    * HTTPS POST/PUT over a proxy requiring NTLM/Digest/Negotiate
    * less restrictive libidn requirements, 0.4.1 or later is fine
    * HTTP POST or PUT with Digest/Negotiate/NTLM selected but the server
      didn't require any authentication
    * win32 file:// transfer free memory bug
    * configure --disable-http builds a libcurl without HTTP support
    * CURLOPT_FILETIME had wrong type in curl.h, it expects a long argument
    * builds fine with Borland on Windows
    * the msvc curllib.dsp now builds the libcurl.lib file
    * builds fine on VMS
    * builds fine on NetWare
    * HTTP Digest authentication with proxies uses correct user name + password
    * builds fine with lcc-win32
2004-08-21 11:31:00 +00:00
jdolecek
eaab21e056 apparently the java 1.3 plugin is incompatible with gcc 3.x build
of firefix/mozilla - http://plugindoc.mozdev.org/faqs/java.html

use sun-jre14 instead

fixes PR pkg/26248 by Calle Englund and PR pkg/23927 Anthony Mallet
2004-08-21 00:49:30 +00:00
mrg
02ec5ad70a update to bozohttpd 20040808. changes since previous version (many
already in pkgsrc) include:
	o  CGI status is now properly handled (-a flag has been removed)
	o  CGI file upload support works
	o  %xy translations are no longer ever applied after the first '?',
	   ala RFC2396.  from lukem
	o  daemon mode (-b) should no longer hang spinning forever if it
	   sees no children.  from lukem
	o  new .bzabsredirect file support. from <martin@netbsd.org>
	o  return a 404 error if we see %00 or %2f (/)
	o  don't print 2 "200" headers for CGI
	o  support .torrent files
2004-08-20 03:06:38 +00:00
wennmach
69bfc8b290 Add and enable p5-CGI-Session 2004-08-19 14:14:05 +00:00
wennmach
c072691d71 Initial import of p5-CGI-Session, a Perl5 module providing session
management across HTTP requests.
2004-08-19 14:12:27 +00:00
taya
9f0c1232eb make this work again 2004-08-18 12:56:08 +00:00
minskim
fae6cdf11e Update liferea to 0.5.3.
Changes:
	* New File selectors are used when compiled with GTK+ 2.4 or
	  later. (Nathan Conrad)
	* XML parsers now detect namespaces based on their URL. (Nathan
	  Conrad)
	* UTF-16 formatted documents are now supported. Please complain if
	  you have problems! This may also help other encodings that
	  contain NULL bytes in their datastreams.
	* More favicons are now detected (HTML pages are now searched for
	  links to the favicons). (Nathan Conrad)
	* Authenticated proxies are now supported via the GNOME proxy
	  settings and http_proxy environment variable. (Nathan Conrad)
	* Help feeds are no longer downloaded at every startup.
	* Support for photo blog RSS modules. (Lars Lindner)
	* There is a new preference option in the "Headline Display"
	  tab to change the key binding for skimming through the
	  articles. It now defaults to Ctrl-Space instead of simply
	  Space. This is to allow using forms with Mozilla. If you
	  prefer Space please set it explicitly in the preferences.
	  (Lars Lindner)
	* GConf schemas have been added to document the various gconf
	  keys that Liferea uses and provide control of defaults by
	  computer administrators. (Nathan Conrad)
	* Notification popups now show the favicon of the feeds for
	  easier recognizing. (Lars Linder)
	* Session manager support. This makes the lock file removed when
	  a user logs out without first cloning Liferea. (Lots of code from
	  gaim, but integrated into Liferea by Nathan Conrad)
	* Fixed bug where some invalid feeds were causing their item lists
	  to be erased when they were updated. (Nathan Conrad)
	* Fixed bug that may crash the program when the libxml2 error
	  output displayed in the feed description contains invalid
	  Unicode characters. This was reported by Yanko Kaneti.
	  (Lars Lindner)
	* Fixed bug with incorrect HTML in the condensed mode.
	  (Jack Lecou)
	* Fixed the missing scrolling reset when you display items
	  with Mozilla (Lars Lindner)
	* Fixed a popup menu problems with gtkhtml2, which did not
	  always show the correct menu reported by hakon_g.
	  (Lars Lindner)
2004-08-17 03:05:02 +00:00
taya
e7d62f8a24 make mozilla work on NetBSD-current/alpha 2004-08-15 01:33:58 +00:00
mjl
0b88feefd8 Use subst framework instead of manually invoking sed. 2004-08-14 23:25:09 +00:00
tron
62461cc857 Correct dependences: "opera" for Linux doesn't need anything but
"suse_x11" because all the other libraries are statically linked in.
2004-08-14 14:02:26 +00:00
mjl
fa1360474e Enable bannerfilter 2004-08-14 12:50:40 +00:00
mjl
33a8eca7d1 Import of bannerfilter 1.31
This script blocks advertising banners on the Web.

Unlike most other similar solutions, BannerFilter does more than simply
block advertising graphics. It also blocks advertising frames on a few
sites, and automatically closes pop-up windows.
2004-08-14 12:49:45 +00:00
tron
c3cd3d56b4 Update "mozilla-bin" package to version 1.7.2. Changes since version 1.7:
- lock icon and certificate spoof with onunload document.write
  (Bugzilla#253121)
- Malicious certificates can permanently break HTTPS/SSL (Bugzilla#249004)

Support for Solaris x86 is not available due to lack of a precompiled
binary at this point of time.
2004-08-14 12:28:49 +00:00
jdolecek
7994b52106 Update to opera 7.54.
Changes since 7.53:
Security
* Denied write-access to properties on objects from scripts that
  fail a standard origin check, in order to block potential access
  by attackers to user's computer. Fixes critical vulnerability
  reported in GreyMagic Security Advisory GM#008-OP.
* Fixed security issue regarding spoofing of the addressfield by
  loading other page contents while keeping the URL, reported in
  Secunia Advisory SA12162.
* Blocked access to file:/ URLs from documents that are not themselves
  loaded from file:/ URLs.

Miscellaneous
* Fixed problem with canceling connections/downloads.
* Cache-size limitation improved.
2004-08-12 22:57:00 +00:00
jdolecek
06f4b0c85f move bunch of common variables so that they are shared
remove dependance on sus_compat for the Linux version, it doesn't appear to
be necessary
2004-08-12 16:49:30 +00:00
taya
44b1537252 forgot to add at privous commit 2004-08-10 14:28:14 +00:00
taya
a15e73bfe9 Update firefox & firefox-gtk2 to 0.9.3
firefox 0.9.3 is a security fix release.
Fixed bugs are:

- lock icon and certificate spoof with onunload document.write (Bugzilla#253121)
- Malicious certificates can permanently break HTTPS/SSL (Bugzilla#249004)

See the page below.
http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.2
2004-08-10 14:04:01 +00:00
taya
d3e11e710d Update mozilla & mozilla-gtk2 to 1.7.2
mozilla 1.7.2 is a security fix release.
Fixed bugs are:

- lock icon and certificate spoof with onunload document.write (Bugzilla#253121)
- Malicious certificates can permanently break HTTPS/SSL (Bugzilla#249004)

See the page below.
http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.2
2004-08-09 14:19:20 +00:00
schmonz
00f6a8a6af Sort. 2004-08-05 05:40:51 +00:00
jlam
b32800e3ff Rename Makefile.options to options.mk in the packages that I maintain.
This follows the example of the mail/dovecot package, as suggested by
<schmonz>.
2004-08-05 03:04:33 +00:00
cube
decdb56b9d Make http_load actually use the -proxy parameter. Fixes PR 26541 by
Mike Grupenhoff.
2004-08-04 12:21:02 +00:00
tron
2bcd1a54f2 Fix accouting of various BSD flavours in operating system report. Problem
noted by Noriyuki Soda. Bump package revision after this change.
2004-08-04 10:51:38 +00:00
minskim
e867ffddb6 Update liferea to 0.5.2c.
Changes:
        * Update of the Czech translation. (Juraj Kubelka)
        * Fixes a bug reported by twentyone that hides the headers
          and metadata when the two pane mode (condensed view) is
          enabled. (Lars Lindner)
        * Favicons downloaded using gzip compression are no longer
          corrupted. This might fix some other download problems.
          (Nathan Conrad)
        * Fixed a parsing bug that treated Atom feed modified/issued
          dates as RFC822 instead of ISO6801 dates. (Lars Lindner)
        * Fix parsing of atom feeds that do not escape their content.
          (Nathan Conrad)
2004-08-02 23:55:21 +00:00
abs
cc2884f7c4 Update apache to 1.3.31nb4:
Fix rc.d/apache restart to 'apache_doit stop; apache_doit start'
    Now in the case of apache_start=startssl and apache not running,
    'rc.d/apache restart' will start apache with startssl.
2004-08-02 19:54:17 +00:00
cube
c46e08635a Add p5-Apache-Test 2004-08-02 12:58:01 +00:00
cube
0ab4a64397 Initial import of p5-Apache-Test, version 1.12, into the NetBSD Packages
Collection, from pkgsrc-wip.

Original package by Adam Migus.

Apache::Test is a test toolkit for testing an Apache server with any
configuration. It works with Apache 1.3 and Apache 2.0 and any of its
modules, including mod_perl 1.0 and 2.0. It was originally developed
for testing mod_perl 2.0.

For an extensive documentation see the tutorial:

  http://perl.apache.org/docs/general/testing/testing.html
2004-08-02 12:56:14 +00:00
cube
adfc6ba05c Update to version 1.26.
1.26  April 5, 2004

    [ BUG FIXES ]

    - The fix to make CGIHandler support flush_buffer and autoflush caused
      it to not rethrow any exceptions created during the request.  If
      error_mode was set to 'fatal', then an error would simply cause no
      output to be generated.  Task id #531.

    - A comment in the last line of a component call with content caused a
      syntax error in the compiled component.  Reported by Todd Goldenbaum.
      Task id #530.

    - The various request handling methods in CGIHandler once again return
      the value of calling the Interp object's exec() method.

    - Explicitly handle redirect statuses when an abort exception is
      thrown from the Interp object's exec() method.  This fixes some
      problems when this module was used with David Wheeler's
      MasonX::Interp::WithCallbacks module.

    - Using a <%shared> block when "in_package" was set to something other
      than HTML::Mason::Commands led to an error like "Can't call method
      "call_dynamic" on an undefined value".  Reported by David Wheeler.
      Task id #535.

1.25  December 12, 2003

    [ BUG FIXES ]

    - CGIHandler did not support $m->flush_buffer or autoflush.  Reported
      by Shane McCarron.
    - Every line in the error stacktrace had a 'g' appended to it in HTML
      error mode.
    - The HTML error display of the stacktrace was not filtering out some
      packages that it should have, so there were extra lines that made it
      harder to find the real error.
    - Several FakeApache methods were broken: path_info, uri, and
      the_request.  Reported by Matthias F. Brandstetter.

    [ ENHANCEMENTS ]

    - The CGIHandler request object now supports the autoflush parameter.
2004-08-02 09:53:32 +00:00
jdolecek
e7c8256052 apparently this pkg does need the leading ./ in the distfile 2004-07-31 10:35:36 +00:00
jdolecek
16b2c0382d Update opera7 package to version 7.53.
Changes since Opera 7.52:

Security
* Fixed a JavaScript problem that made it possible to show one URL
  in the address bar, but load a different URL in the page
  (Secunia Advisory SA12028)

Only the Linux binary tested, but updated also the Solaris/FreeBSD version
of the pkg.
2004-07-31 07:24:02 +00:00
jlam
b460ce1ab5 Convert to use bsd.options.mk. The relevant options variable to set
for each package can be determined by invoking:

	make show-var VARNAME=PKG_OPTIONS_VAR

The old options are still supported unless the variable named in
PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
2004-07-30 21:05:41 +00:00
cube
a1854a30bd Add p5-Module-Versions-Report, p5-HTML-Scrubber and p5-Tree-Simple. 2004-07-30 13:00:59 +00:00
cube
912a43173c Initial import of p5-HTML-Scrubber, version 0.08 into the NetBSD Packages
Collection.

HTML::Scrubber allows a program to sanitize, or scrub, an input in HTML
format in a reliable and flexible way.  Moreover, it doesn't depend on
HTML::TreeBuilder, but rather on HTML::Parser.
2004-07-30 12:55:44 +00:00
wiz
e3d4142c91 Use ${INSTALL_DATA_DIR} with only one argument, for Solaris compat.
From Chuck Yerkes on tech-pkg.
2004-07-29 22:57:03 +00:00
xtraeme
e785158578 Remove www/web500gw, development was stopped some years ago (2001) and
it required openldap1, which was really old and unmaintained.
2004-07-29 15:28:21 +00:00
minskim
5ddd406e32 Enable pkgviews installation. 2004-07-28 01:02:08 +00:00
recht
7486b1c2f3 Set PGSQL_VERSION_REQD to 73 for now to fix the (bulk) build. 2004-07-27 19:42:04 +00:00
agc
7aa093c24e Catch up with changes to the pathnames of postgres packages. 2004-07-27 17:59:58 +00:00
tron
296ddc88b7 Only apply binpatch to "communicator" package not to "navigator" package
because we don't have a patch for that.
2004-07-27 08:00:50 +00:00
atatat
ccf1ae148b Add a tiny binary patch to netscape7 (libsoftokn3.so, actually) that
makes the NetBSD kernel stop whining about file descriptor 0 being
closed when netstat gets run.  The script contains everything you
don't want to know.

Bump this pkg to PKGREVISION 3.
2004-07-27 04:36:06 +00:00
taya
dbbf1b50b0 - fix invoke_copy_to_stack() for PRBool
- Use socklen_t for 5th arg. of getsockopt() instead of size_t

Now mozilla runs on sparc64.
But It's not complete (e.g. can't connect to IPv6 site)
2004-07-26 23:36:01 +00:00