Commit graph

10261 commits

Author SHA1 Message Date
wiz
fe8633e381 remove unneeded md5 files 2000-02-12 17:18:34 +00:00
wiz
92c21a49a5 have a bit more clue about md5-files: don't warn if there's no
files/md5 but NO_CHECKSUM is set in the Makefile; bump version
2000-02-12 17:13:53 +00:00
fredb
77e4136f0c Enter CONFLICTS= for glibtool-*. 2000-02-12 16:26:52 +00:00
fredb
68c7724a0e Update devel/libtool to 1.3.4. Closes PR pkg/9065.
"glibtool" becomes "libtool", in anticipation of eliminating "pkglibtool".
In any case, there is no reason both can't be installed presently.
2000-02-12 16:07:08 +00:00
garbled
72c172fe3c new pkg for libffm:
libffm  - Free, pretty fast replacement for some math (libm) routines
                on Linux/AXP, optimized for the 21164
2000-02-12 15:58:52 +00:00
fredb
2782ab0195 Install the static libs, now that they're built anyway, and run "ranlib",
if it exists. Minor fix-up to PLIST. Closes PR pkg/8897.
2000-02-12 14:08:29 +00:00
tron
d22a026a29 Use preprocessed package list instead of package list source during
automatical manual page handling. Patch supplied by Brook Milligan in
PR pkg/9391.
2000-02-12 11:00:25 +00:00
wiz
52e9558581 run the man-pages that need it through tbl, since NetBSD's man doesn't
do it.
2000-02-12 05:00:38 +00:00
wiz
1f00cfa5f5 be more autoconf-friendly, link ac_find_xbae.m4 to ${LOCALBASE}/share/aclocal 2000-02-12 03:59:10 +00:00
wiz
76c5a32025 install ac_find_motif.m4 and link it to ${LOCALBASE}/share/aclocal 2000-02-12 03:54:51 +00:00
wiz
24a3836584 remove share/aclocal during deinstall if gimp was the only program in it 2000-02-12 03:27:37 +00:00
wiz
75f2a07bfc be more autoconf-friendly, link *.m4 to ${LOCALBASE}/share/aclocal 2000-02-12 03:24:15 +00:00
jwise
167796bce9 Of course. apache>=1.3.9 is the right way to phrase that. 2000-02-11 16:11:18 +00:00
agc
06d170a0db Add and enable ddos-scan. 2000-02-11 10:48:20 +00:00
agc
f79237ee1d Initial import of ddos-scan into the NetBSD packages collection.
"dds" is a program to scan for a limited set of distributed denial of
service (ddos) agents.

At present, it scans for active instances of "trinoo", "Tribe Flood
Network" ("TFN") and "stacheldraht" agents, which were compiled
using the default values in known source distributions, such as those
found at:

        http://packetstorm.securify.com/distributed/

It will *not* detect TFN2K agents.

For analyses of the three distributed denial of service attack
tools it scans for, and the methods being used by dds to identify
them, see:

        http://staff.washington.edu/dittrich/misc/trinoo.analysis
        http://staff.washington.edu/dittrich/misc/tfn.analysis
        http://staff.washington.edu/dittrich/misc/stacheldraht.analysis
2000-02-11 10:47:16 +00:00
itojun
c4358d45f6 actually this pkgsrc require USE_INET6=YES. add IGNORE for non-USE_INET6
platforms.
2000-02-11 04:36:17 +00:00
hubertf
5f9cc8ee35 note that USE_INET6 is not regarded 2000-02-11 03:58:14 +00:00
jlam
b799da545d Make this compile with KERBEROS=5. 2000-02-11 00:06:35 +00:00
abs
52bb66fc8a A raft of changes from David Maxwell 2000-02-10 22:39:34 +00:00
jwise
c5e72fc6cb Loosen up Makefile to accept apache-1.3.*, not 1.3.9*.
Not really perfect, as apache-1.3.6 was in pkgsrc for a long time, and is
untested, but should do.
2000-02-10 16:19:05 +00:00
fredb
d74b9355fa Set NODEBUG unconditionally, to make it easier to build arena with
debugging symbols. "NODEBUG" means, don't try to debug libwww;
the corresponding symbol for arena is ARENA_DEBUG. Still keep
--without-debug by default--it's easy enough to reproduce a coredump
on some particular URL.
2000-02-10 12:05:25 +00:00
rh
df19ad725e Add and enable p5-Mail-IMAPClient 2000-02-10 10:53:26 +00:00
rh
6daf2b9cb0 Initial import of Mail-IMAPClient-1.07, a perl5 IMAP (RFC-2060) client
module.
2000-02-10 10:51:56 +00:00
fredb
311a6e527c USE_X11BASE -> USE_X11 2000-02-10 10:47:44 +00:00
tron
9ab5372fab Back out unintentional change. Problem noted by Frederick Bruckman. 2000-02-10 09:24:39 +00:00
abs
a9baf2aa5a Add a brief section explaining the 'nb<N>' suffix. 2000-02-10 02:09:17 +00:00
tron
7a819b25a8 Remove unnecessary directory name "pub" from URL for "ftp.fu-berlin.de". 2000-02-09 22:17:44 +00:00
tron
eaed2d6261 Add mirror on "ftp.fu-berlin.de". 2000-02-09 22:13:34 +00:00
hubertf
3c4ef849f9 Update to V2.15.
Main reason: IPv6. Changes:

New in version 2.15:

   * Use standard isxdigit macro instead of is_hexit routine.
   * Portability fix for Debian, which lacks gai_strerror().
   * Fix for .htpasswd authorization, broken by 2.14's custom error pages
     change.

New in version 2.14:

   * Fix to non-local referer code - it was trying to dereference a null
     pointer under some circumstances.
   * Fix to If-Modified-Since - some leap year problems.
   * Rewrote match() - it was using a whole lot of CPU time for patterns
     with lots of |'s, such as those used by the new non-local-referer
     filtering.
   * Fix to host lookup code for -h flag.
   * Fix custom error pages to work with 401 Unauthorized.
   * Removed unused variable.

New in version 2.13:

   * Portability fix for fdwatch on systems with poll() but not select().
   * Renamed nph-redirect to redirect, now that thttpd does header parsing.
   * Always chdir to / after a chroot.
   * Some minor de-linting changes.
   * Revived code that closes stdin/stdout/stderr, after adding a fix in the
     CGI code to prevent descriptors from getting screwed up.
   * Bugfix for CGI header parsing - if the CGI was sending binary data
     (e.g. images), the result could get truncated or corrupted.
   * Disallow ".." listing of virtual host directory.
   * Revised snprintf portability fix.
   * Rearranged the hc initialization so it's all in one place.
   * New IPv6 code from KIKUCHI Takahiro.
   * New non-local referer filtering code from Craig Leres.
   * New custom error pages code from Catalin Ionescu.

New in version 2.12:

   * Better heuristic for deciding between select() and poll().
   * Added Red Hat RPM spec file.

New in version 2.11:

   * Use poll() instead of select() when favorable.
   * Do lazy allocation of part of the connection data structure, to save on
     memory now that we can have thousands of simultaneous connections.
   * Some speed optimizations.
   * Add HTTP_HOST to CGI environment.
   * Bugfix for rare uninitialized variable.

New in version 2.10:

   * Bugfix for CGI header parsing.
   * Call setlogin() if it's available.
2000-02-09 20:55:27 +00:00
tron
e8a1039530 Use "png>=1.0.3" instead of "png-*" in dependence list. 2000-02-09 20:20:52 +00:00
hubertf
dc09236eb8 # Note: this pkg auto-detects IPv6 without regarding USE_INET6.
# (Leave the above line in to still get it into the README-IPv6.html!)
2000-02-09 18:21:11 +00:00
hubertf
703efc8adb adjust for changed distfiles on the master site 2000-02-09 18:19:18 +00:00
itojun
c954642d52 comment out examples from manpage, as man(1) will not run pic. 2000-02-09 17:47:01 +00:00
abs
90099dadfb Add ijb 2000-02-09 17:45:28 +00:00
abs
05fc3df141 The Internet Junkbuster Proxy blocks unwanted banner ads and cookies 2000-02-09 17:44:50 +00:00
abs
a0985e1f71 Remove debug I stupidly left in after nb<N> suffix changes to dewey_cmp 2000-02-09 17:41:20 +00:00
dmcmahill
de9a3219e8 split out PLIST for different OPSYS. The man pages get installed
in differing places.
2000-02-09 17:40:20 +00:00
itojun
b4ef3b41f6 add prag to subdir. 2000-02-09 17:37:53 +00:00
hubertf
f3fc650a70 add some files for 4.4M (HI MATT!) 2000-02-09 17:36:27 +00:00
itojun
f5ea42c1f7 prag, a preprocessor for pic 2000-02-09 17:36:19 +00:00
agc
a8785be70a Make sure that instapkg.tcl can be executed by adding the execute bits
for all as part of the post-patch stage.
2000-02-09 17:14:27 +00:00
tron
a5127075eb Update "png" package to version 1.0.5. This version mostly fixes bugs
discovered since version 1.0.3. A complete list of the changes can be
found under "ftp://ftp.uu.net/graphics/png/src/libpng-1.0.5-README.txt".
2000-02-09 15:46:27 +00:00
tron
f184beb4a5 Use wildcard dependence for "png" package. 2000-02-09 15:22:32 +00:00
tron
c247f960da Update "png" package to version 1.0.5. This version mostly fixes bugs
discovered since version 1.0.3. A complete list of the changes can be
found under "ftp://ftp.uu.net/graphics/png/src/libpng-1.0.5-README.txt".
2000-02-09 15:22:31 +00:00
tron
887dfa1b4e Use wildcard dependence for "png" package. 2000-02-09 15:22:26 +00:00
hubertf
76644bb958 Template for README-IPv6.html 2000-02-09 03:51:23 +00:00
hubertf
05f8037daf Add "readme-ipv6" target, that will generate a list of IPv6 ready
packages.
2000-02-09 03:51:12 +00:00
wiz
3ee61f4d27 updated pngcrush to 1.3.4. ChangeLog says:
* Version 1.3.4 (built with libpng-1.0.5m)
 *   Do not allow pngcrush to overwrite the input file.
2000-02-09 02:52:36 +00:00
fredb
e4d12ce32b Remove obsolete patch. 2000-02-09 02:32:06 +00:00
fredb
9489aaa415 Update to version 5.3.5. Bug fixes and improvements--to many to list.
See <http://www.coda.cs.cmu.edu/news.html> for details.

Package no longer depends on gdbm. Added dewey depends for lwp>=1.1.
Removed ONLY_FOR_PLATFORM, as the list of supported platforms is now
quite long.
2000-02-09 02:30:36 +00:00