Commit graph

18795 commits

Author SHA1 Message Date
skrll
f0e86f3cde Minor optimisation 2001-03-28 14:34:00 +00:00
skrll
a00a4f14f5 Oops. Add missing USE_LTDL. 2001-03-28 14:04:13 +00:00
skrll
f6d53e29e6 Correct the DEPENDS on libtool in the USE_LTDL case and make sure the
latest and greatest libtool is used in the USE_LIBTOOL case.
2001-03-28 14:01:28 +00:00
tron
fc513f5a73 Update checksum file for version 0.9.8. 2001-03-28 12:32:38 +00:00
tron
db1572c439 Don't try to remove "share/pixmaps" which is part of the standard
directory structure now.
2001-03-28 12:16:18 +00:00
tron
4a020903a0 Create directory "share/pixmaps" which is used by a growing number of
unrelated packages.
2001-03-28 12:09:36 +00:00
abs
025f8232e1 Depend on zip>=2.3 not = 2.3 ... 2001-03-28 11:59:33 +00:00
itojun
895cc89462 upgrade to 1.3.
- chase all addresses returned by getaddrinfo(3).
- accept and handle connection to secondary sockets.
2001-03-28 11:37:07 +00:00
drochner
306d767e70 tolerate t1lib>=1.0.1 in preparation for an update 2001-03-28 11:26:09 +00:00
abs
7f665e0032 Requires readline 2001-03-28 11:02:43 +00:00
drochner
178058c73c define GL_GLEXT_PROTOTYPES to get prototypes out of <GL/glext.h> 2001-03-28 10:33:37 +00:00
wiz
7437d62ce1 Try to fix PLIST problems by adding symlinks for the linux library manually,
since they aren't created automatically anymore.
XXX: a.out-safe?
2001-03-28 10:28:28 +00:00
wiz
563ebb80a1 Fix PLIST, noted in recent i386 bulk build. 2001-03-28 10:21:55 +00:00
drochner
3bce6f5e39 user level USB access library, used by Linux apps mostly 2001-03-28 10:11:41 +00:00
rh
3565bd5bc1 Fix PLIST 2001-03-28 10:10:24 +00:00
skrll
95440d7e91 Add KDE support into the QT2 designer.
Note to Hubert: I wouldn't bother recompiling just yet unless you really
want to start creating KDE apps in the up and coming kdevelop 1.4
2001-03-28 09:27:50 +00:00
jun
2b2ea15f31 add pgpdump 2001-03-28 09:09:05 +00:00
jun
9196c2f136 Initial import of "pgpdump":
PGP packet visualizer
2001-03-28 09:04:21 +00:00
skrll
ca70fa5bf6 Add missing dependencies on kdebase2 2001-03-28 07:50:34 +00:00
zuntum
fd66646b44 add & enable ipw 2001-03-28 07:46:20 +00:00
zuntum
737d3255e7 Initial import of ipw-3.3a
A program that automatically queries the ARIN, RIPE, and APNIC
databases to obtain the registration information for a domain.

Package contributed by Mipam Ngarong <mipam@virginia.edu>
in pkg/12454, modified by me.
2001-03-28 07:41:59 +00:00
toshii
882553447c Sync with BUILD_DEPENDS semantics change. 2001-03-28 06:28:16 +00:00
jwise
8cab80135c Add mandatory tomcat jar files at end of CLASSPATH, not front, so that they
don't override user-provided jar files.

Needed for cocoon, which must find xerces as the first SAX implementation in
it's class path.
2001-03-28 04:28:44 +00:00
jwise
09a80bb085 Tell the user where to install jakarta-tomcat if they want it.
Retain note pointing to information on using other servlet containers.
2001-03-28 03:59:39 +00:00
jwise
2180c2b6ec Now that we have separate jakarta-servletapi and jakarta-tomcat packages, we
need only depend on the former.  While we're at it, use the new path to the
servlet jar file.
2001-03-28 03:57:32 +00:00
jwise
69e2bc749e Remove outdated note about ${JAVA_HOME} (if unset, it is set by the
rc.d script), and add a note pointing users to the rc.d script.
2001-03-28 03:18:36 +00:00
fredb
7b463f28ca Add dependency on JPEG lib. 2001-03-28 03:10:53 +00:00
jwise
3cc22ec64f Update jakarta-tomcat to version 3.2.1.
Changes in the package since version 3.1.1 (the last pkgsrc version):
=====================================================================

  * tomcat is now always installed under ${PREFIX}/tomcat.  Making
    ${TOMCAT_HOME} configurable added much complexity for not real
    gain.

    It had been my intention to aim for a hier(7) like install for
    tomcat with this version, but at this point there are way to many
    hard-coded relative paths (relative to tomcat.home) in tomcat,
    and in addition, all of the (quite good, really) documentation
    assumes the standard install paths.

    Note that the previous default value of ${TOMCAT_HOME} was
    ${PREFIX}/jakarta/tomcat.

  * an rc.subr compatible (but not requiring) startup script is now installed
    as ${PREFIX}/etc/rc.d/tomcat.

  * if Sun's JSSE (Java Secure Socket Extensions) is in ${CLASSPATH} when
    the pkg is built, tomcat will be built with support for SSL in the
    standalone server mode.  This soft dependency will be replaced by a
    hard dependency as soon as I get a chance to import a JSSE package
    (soon).

  * likewise, I will import an ap-jk package for the new apache connector
    (mod_jk) soon.  ap-jserv continues to be usable for this purpose.

Changes in tomcat itself since version 3.1.1:
=============================================

New in tomcat-3.2.1:
--------------------
Tomcat 3.2.1 is a maintenance and bug fix release, based on the Tomcat 3.2
(final) code base.  The following changes are included:

- Disallowed requesting JSP pages under the WEB-INF directory
  (/WEB-INF/dummy.jsp).  Previously, only requests for static files
  were being disallowed.

- The JDBCRealm request interceptor will now log the description of any
  JDBC exception that occurs, to aid in debugging.

SECURITY VULNERABILITIES FIXED IN TOMCAT 3.2.1
(note that these fixes were also made to the tomcat-3.1 branch in tomcat 3.1.1)

Protection of Resources in /WEB-INF and /META-INF Directories

The servlet specification prohibits servlet containers from serving resources
in the /WEB-INF and /META-INF directories of a web application archive directly
to clients.  In Tomcat 3.2, this means that URLs like:

   http://localhost:8080/examples/WEB-INF/web.xml

will return an error message, rather than the contents of your deployment
descriptor.  However, there is a vulnerability in Tomcat 3.2 that exposes
this information if the client requests a URL like this instead:

       http://localhost:8080/examples//WEB-INF/web.xml

(note the double slash before "WEB-INF").  This vulnerability has been
corrected in Tomcat 3.2.1.

Show Source Vulnerability

The example application delivered with Tomcat 3.2 included a mechanism to
display the source code for the JSP page examples.  This mechanism could
be used to bypass the restrictions on displaying sensitive information in
the WEB-INF and META-INF directories.  This vulnerability has been removed.

New in tomcat-3.2:
------------------
Tomcat 3.2 is mainly a performance tune-up release, although a few new
features have been added.

- Support for mod_jk, which is a replacement to the elderly mod_jserv, has
  had several bugs fixed and has received much more testing.  It is now
  recommended that all users use mod_jk instead of mod_jserv.

- Support JAXP-based XML parser independence.

- New and often requested "how-to" documents covering the following topics:
     - Configuring workers.properties
     - IIS and Netscape configuration
     - Running tomcat inside an IIS or Netscape process
     - Running Tomcat as a Windows NT service
     - Configuring a JDBC realm
     - Configuring mod_jk

- First round of policy-based security support intended for running untrusted
  code inside of Tomcat.  Interested users should test this support and post
  feedback to the Tomcat users mailing list.

- SSL support for standalone Tomcat. (Preliminary support first appeared in
  3.1, but the support in 3.2 has received more testing and documentation
  support).

- Thread reuse is now enabled by default. The thread pool support code was part
  of 3.1, but not enabled since it was new.

- Support for plug-able session managers.  Unfortunately, no how-to documents
  that support this functionality exist (yet). For the adventurous, be aware
  that the interface that allows administrators to plug session managers is
  the normal Interceptor interface.

- An almost total rewrite of the HTTP request handling now results in improved
  performance when running Tomcat stand-alone.

- Significantly reduced garbage collection.

- The code underwent a refactoring effort resulting in improved readability.

- And of course, hundreds of miscellaneous improvements and fixes.
2001-03-28 02:46:07 +00:00
hubertf
f1d4582b26 Update lopster to 0.9.8. Changes:
* Download bandwidth limitation
 * Detachable windows
 * etc.
2001-03-28 02:35:37 +00:00
jtb
da3481ca8a Remove duplicate "document" in COMMENT. 2001-03-28 01:19:03 +00:00
wiz
c0d78419b0 Actually, crxvt has been superseded by rxvt in the mean time.
Remove the package.
Noted by Rui-Xiang Guo.
2001-03-27 23:18:59 +00:00
wennmach
bdb0983563 First round of changes:
o add @exec/@unexecinstall-info directives to PLIST
o slightly change the path's for the documentation
    (share/doc/octave instead of share/octave/doc etc.)
o install html docs into share/doc/html/octave
2001-03-27 20:15:02 +00:00
agc
623a159704 Use a wildcarded package name for bison for the new BUILD_DEPENDS format. 2001-03-27 19:55:48 +00:00
zuntum
c3e959a1a8 add & enable safetynet 2001-03-27 19:24:57 +00:00
zuntum
c5b3009257 Initial import of safetynet-1.15
safetynet allows you to monitor and restart processes without having to
write large and complicated init scripts. The config file is easy to
understand and learn and you can have the whole script setup and running
in under 10m, so you can get on with doing more important things than
worrying if your ssh daemon is still running.
2001-03-27 19:14:44 +00:00
itojun
d9f546ce96 add www/www6to4 2001-03-27 18:07:38 +00:00
itojun
70c422d429 www6to4, tiny IPv4-to-IPv6 web proxy 2001-03-27 18:06:23 +00:00
dmcmahill
4d9d8cbdf2 this is no longer interactive so don't mark it that way. 2001-03-27 18:03:27 +00:00
zuntum
2aebbbaf1d Remove my website from MASTER_SITES 2001-03-27 17:58:47 +00:00
zuntum
5aec0516a5 Remove redundant MAKE_ENV 2001-03-27 15:33:37 +00:00
wennmach
466ca56cab Add and enable octave-current 2001-03-27 12:10:24 +00:00
wennmach
1a09796e7a Initial import of octave-current (octave-2.1.33), a high-level language
primarily intended for numerical computations.

Submitted in PR 9851 by Adam Ciarcinski, updated by Adam and by myself.
2001-03-27 12:06:55 +00:00
agc
4b2b4a974e Move majordomo's digest man page to section 8, so that it doesn't
conflict with digest(1)'s manual page.  The majordomo digest command
lives in libexec, anyway.

Bump version to majordomo-1.94.4nb1

Addresses PR 12385, from Jun-ichiro itojun Hagino
2001-03-27 11:53:17 +00:00
agc
8f1bcba149 Clean up temporary vulnerabilities file, if it's the same as the existing
one - addresses 2nd part of PR 12457, from Jim Bernard.
2001-03-27 10:54:33 +00:00
skrll
68c0e6b419 Update to version that comes with KDE 2.1 2001-03-27 09:30:30 +00:00
itojun
67806df51b upgrade to 9.1.1rc7.
--- 9.1.1rc7 released ---

 791.   [bug]           The control channel did not work over IPv6.

 790.   [bug]           Wildcards created using dynamic update or IXFR
                        could fail to match. [RT #1111]

 787.   [bug]           The DNSSEC tools failed to downcase domain
                        names when mapping them into file names.

 786.   [bug]           When DNSSEC signing/verifying data, owner names were
                        not properly downcased.

        --- 9.1.1rc6 released ---

 785.   [bug]           A race condition in the resolver could cause
                        an assertion failure. [RT #673, #872, #1048]

 784.   [bug]           nsupdate and other programs would not quit properly
                        if some signals were blocked by the caller. [RT #1081]

 783.   [bug]           Following CNAMEs could cause an assertion failure
                        when either using an sdb database or under very
                        rare conditions.

 780.   [bug]           Error handling code dealing with out of memory or
                        other rare errors could lead to assertion failures
                        by calling functions on unitialized names. [RT #1065]
2001-03-27 09:01:27 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
fredb
d5f813f88b The "slang" build on NetBSD-1.4.3/a.out really needs -ltermcap, and
the old "configure" hack of adding "-ltermcap" to LIBS wasn't working
(configure's too smart for that), so hack "configure" directly.
2001-03-27 02:58:39 +00:00
dmcmahill
af6958bd73 make sure that any packages listed in BULK_PREREQ get listed in the output
even if they are not enabled in the category makefiles.  This catches,
in particular, pkgtools/xpkgwedge which was missing before.

Thanks to Christoph Badura for noting this.
2001-03-27 02:50:05 +00:00
hubertf
70ef1da67c Update to wmnet-1.06nb1 to add some patches to make this work better in
a fvwm2 FvwmButton (switches are mainly to set background color etc.)
2001-03-27 02:29:17 +00:00