Commit graph

14385 commits

Author SHA1 Message Date
agc
c88b9ae437 Install the binary for this package as mode 550, and disable the
-w option, to avoid any compromises due to reported buffer overflow
exploits, reported in

ntop<=1.0               remote-root-shell       http://www.securityfocus.com/advisories/2520

Also, upgrade to 1.1 on the distribution site, as the old distfile
is no longer there, and 1.1 incorporates all the old patches in the
pkgsrc version bar one minor one (passing CPPFLAGS into Makefile.in
for the build environment).
2000-09-19 20:00:03 +00:00
agc
3013e4b633 Add the glue for showing any security vulnerabilities to the README.html
files.
2000-09-19 19:29:11 +00:00
agc
3f0a31c111 Add and enable audit-packages 2000-09-19 19:24:26 +00:00
agc
ad84afc499 Initial import of a package to scan a vulnerability list, looking for
installed packages which are insecure and open to exploitation.

The original idea came from Roland Dowdeswell and Bill Sommerfeld, quite
independently, the unorthodox implementation by me.

This package contains two scripts:
(1) download-vulnerability-list, which downloads a list of vulnerable
packages from the NetBSD ftp server, and
(2) audit-packages, which scans all the packages installed on the
local machine, looking for packages which are vulnerable.
2000-09-19 19:23:17 +00:00
hubertf
bf8d861562 fix imap uw's exact pkg version 2000-09-19 13:37:07 +00:00
hubertf
8e585b2c0a This package now needs the imap-uw pkg 2000-09-19 13:30:17 +00:00
hubertf
49434e4473 Use IMAP c-client libs from imap-uw package.
Fixes security problem describe at
http://www.securityfocus.com/advisories/2646
2000-09-19 13:27:00 +00:00
hubertf
8db54e6988 Update to 4.7rc6 ("2000" release candidate)
Fixes a security problem in folder handling described in
http://www.securityfocus.com/advisories/2646

Will be used by upcoming pine-pkg
2000-09-19 13:13:29 +00:00
fredb
9c963de88d Sliders go from 0 to 255 on NetBSD, not 0 to 100. Correct spelling --
non-existent widget type was making the "-debug" output unreadable.
2000-09-19 11:09:21 +00:00
skrll
9007ac6067 Add -Wl,-R option for qt1 libraries. 2000-09-18 20:52:56 +00:00
skrll
12ea346ee2 Use pkgsrc libtool not internal one.
Make nessus-config --libs output -Wl,-R...
2000-09-18 18:46:27 +00:00
tron
dfca6ded36 Add patches created by Matthew Green for a new command line option "-t":
Don't use the termcap  ti  and  te  sequences  when starting and exiting.
With this option enabled scrolling back in a xterm window works again.
2000-09-18 14:45:22 +00:00
abs
ea7b33d406 sam has moved from plan9 to editors - refer to it under its new location 2000-09-18 10:24:59 +00:00
rh
b6caa2b427 Update bind9 to 9.0.0 (release version) as requested by hubertf to get this
in before the 1.5 release.  Changes are bugfixes only.
2000-09-18 05:16:45 +00:00
fredb
8cfe5cc34b "-lXt" -> "-lXt -lSM -lICE", for a.out/m68k. Closes PR pkg/9971. 2000-09-18 04:55:46 +00:00
fredb
8f57fb430d Finnish keyboard by default? Such violates the Principle of Least Surprise.
Make "US" the default. Addresses PR pkg/8312.
2000-09-18 04:45:51 +00:00
hubertf
a7334fd64e * Put architecture into summary mail
* Prefix every line of the build's output with the architecture, so it's
   easy to see at a glance which architecture you have scrolling by in
   front of you
2000-09-17 21:55:09 +00:00
hubertf
b6c90a9c2d Read FTPHOST from config file 2000-09-17 21:51:09 +00:00
tron
1b10bf630d Remove empty and redundant directory "share/gnome/help/gtm/C/images" after
installtion.
2000-09-17 21:48:23 +00:00
itojun
d16d46f98f pull in latest IPv6 patch. repair PR 11028 (-I misbehaves). 2000-09-16 08:34:16 +00:00
tron
17982c16af Use place holder for "${PREFIX}" instead of hard coding "/usr/pkg". 2000-09-16 07:49:53 +00:00
tron
8d646047df Add a message which explains how to use "gcc-2.95.2" via "MAKECONF". 2000-09-16 00:19:45 +00:00
tron
178cf5b627 - Add patches from NetBSD-current to fix build on i386 ELF systems.
- Install into "${LOCALBASE}/gcc-2.95.2" to avoid that e.g. "bsd.pkg.mk"
  picks up the new compiler by accident.
- Add a file "${LOCALBASE}/etc/gcc-2.95.2.mk" which makes it possible to
  use the new "gcc" like this:
  make MAKECONF=/usr/pkg/etc/gcc-2.95.2.mk
2000-09-15 23:58:47 +00:00
hubertf
0e02ae3631 rcs id police 2000-09-15 22:27:16 +00:00
hubertf
325db75d6d Allow setting ftp_proxy and http_proxy in build.conf or $environment 2000-09-15 22:25:57 +00:00
hubertf
0e7843f045 Bulk build framework 2000-09-15 22:05:46 +00:00
hubertf
a638bc5107 Whitespace fix 2000-09-15 21:47:03 +00:00
kim
552bf3ace9 Sort and compare with print-PLIST, so it should be right now. 2000-09-15 21:01:57 +00:00
kim
a1466c562e This thing installs bin/floppyd_installtest too 2000-09-15 20:58:47 +00:00
kim
10a7001d65 mcat is a symlink to mtools 2000-09-15 20:56:44 +00:00
veego
5e9eed149d Fix a problem with the print-pkg-size-this on Solaris.
It use the wrong ls when you have /usr/ucb before /usr/bin in your PATH.
The usb-ls doesn't print the group field, so the size is the 4th field and
not the 5th one.
Fixed by using the /usr/bin one.
Added and use: ${LS} which points to the correct ls.

Also add a space after the 0 in the AWK part of this target and one after
the '+'. Noticed by Klaus Klein.
Changes reviewed by Hubert Feyrer.
2000-09-15 16:53:30 +00:00
skrll
22e5d4a5aa Use pkgsrc libtool not internal one.
Remove unnecessary versionsuffix dependency on libamclient.
2000-09-15 15:59:33 +00:00
jlam
7c19e7f7fe Make xboard work with XAW_TYPE. Also add a missing dependency on xpm. 2000-09-15 15:53:16 +00:00
jwise
10488c051d Add comments explaining each of the three singleton licenses (kermit-license,
sun-jsdk20-license and sun-swing-license), and what licenses they correspond
to.

It is especially important that people do not blindly add these values to
ACCEPTABLE_LICENSES, as these values indicate that the user has read and
accepted specific license agreements, not general terms of redistribution
as with the `generic' LICENSE values.
2000-09-15 15:07:30 +00:00
jlam
51c480fc9e Install p5-CGI documentation. 2000-09-15 14:50:58 +00:00
fredb
ea77904cdc Update md5 checksum. 2000-09-15 11:01:12 +00:00
tron
d363304159 Use "dc" instead of "expr" to calculate total package size to avoid
another integer overflow which occured on "i386", too.
2000-09-15 09:18:21 +00:00
tron
82cf593ae1 Rewrite "print-pkg-size-depends" target to work without invoking "awk". 2000-09-15 09:14:21 +00:00
tron
4926a21e67 Fix cut and paste error in last commit. 2000-09-15 09:04:51 +00:00
tron
10bf2e6f52 Because "awk" keeps getting overflows on "arm32" while calculating the
size of a large package we use "dc" now.
2000-09-15 08:35:15 +00:00
hubertf
32653b852b Update ethereal to 0.8.12.
This version understands our PPP protocol again (PPP over serial, i.e.).

Other changes:
Ethereal now understands Kerberos 5, rsh, and Zebra, and has the
initial work done for BXXP. Ethereal (via our wiretap library) can
now read Cisco Secure IDS iplog files. Ethereal's Help menu option
finally gives help.  Many other updates and fixes were made in
version 0.8.12.
2000-09-15 00:39:05 +00:00
wiz
a2abcdfbd2 Update to version 20000912, kindly provided by der Mouse.
Addresses pkg/9946 by Stephen Degler.
2000-09-14 22:51:25 +00:00
tron
e19b5fbcd6 Add missing dependence on "perl" package. Patch worked out by
Alistair Crooks.
2000-09-14 16:03:20 +00:00
wiz
f2a9672327 Remove scotty, now that the package finally has been removed from the tree. 2000-09-14 15:47:25 +00:00
jwise
d900c0e34c Remove this package. It has been supplanted by net/tcl-scotty and
net/tkined.
2000-09-14 15:02:23 +00:00
jlam
c5ff395652 After getting whacked upside the head...set the maintainer to me. 2000-09-14 14:07:49 +00:00
lukem
07ae0d84ce Import of canonical tnftp 20030825 sources,
to make it easier to track new versions.
2000-09-14 13:28:09 +00:00
tron
b5b06e2268 Update "libtool" version number in comment. 2000-09-14 11:27:56 +00:00
wiz
9acaf78f24 add scotty 2000-09-14 11:18:23 +00:00
wiz
f2879efec0 Change kakasi dependency to >= 2.3.1 2000-09-14 11:17:34 +00:00